 /************ 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 {
   --text-font: "DM Sans", sans-serif;
   --title-font: "Hanken Grotesk", sans-serif;
 }





 body {
   font-size: 17px;
   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: 1600px;
   padding: 0px 15px;
   margin: 0 auto;
 }



 .auto-container {
   position: static;
   max-width: 1200px;
   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;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
 }

 /* Sticky sections need visible overflow on this page */
 .personal-loan-body .boxed_wrapper {
   overflow: visible !important;
 }


 a {
   font-family: var(--title-font);
   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: 17px;
   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);
   color: #08142c;
   font-weight: 700;
   margin: 0px;
   transition: all 500ms ease;
 }

 /* Preloader */

 .preloader-area {
   z-index: 9999;
   background-color: #ffffff;
 }

 .preloader-area .loader {
   top: 50%;
 }

 .preloader-area .wavy {
   font-size: 50px;
   margin-top: 10px;
   -webkit-box-reflect: below -35px linear-gradient(transparent, rgb(255, 255, 255));
 }

 .policy-hub {
   position: relative;
   padding: 60px 0 80px;
   background: radial-gradient(circle at 9% 14%, rgba(77, 178, 245, 0.18), transparent 34%), radial-gradient(circle at 90% 86%, rgba(34, 212, 197, 0.18), transparent 36%), linear-gradient(140deg, #f4f9ff 0%, #edf5ff 46%, #f8fffd 100%);
   overflow: hidden;
 }

 .policy-hub__chip {
   display: inline-flex;
   align-items: center;
   gap: 0;
   border-radius: 999px;
   background: rgb(199 233 219);
   color: #19563d;
   padding: 8px 14px;
   font-size: 12px;
   margin-top: 25px;
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 0.08em;
   margin-bottom: 10px;
 }

 .policy-hub__title {
   margin: 0;
   color: #102f57;
   font-size: clamp(30px, 4vw, 48px);
   font-weight: 700;
   line-height: 1.12;
 }

 .preloader-area .wavy span {
   font-weight: 700;
   font-family: "Inter Tight", sans-serif;
   color: #222222;
   animation: wavy 1s infinite;
 }

 .preloader-area .wavy span:nth-child(2) {
   animation-delay: 0.1s;
 }

 .preloader-area .wavy span:nth-child(3) {
   animation-delay: 0.2s;
 }

 .preloader-area .wavy span:nth-child(4) {
   animation-delay: 0.3s;
 }

 .preloader-area .wavy span:nth-child(5) {
   animation-delay: 0.4s;
 }

 .preloader-area .wavy span:nth-child(6) {
   animation-delay: 0.5s;
 }

 @keyframes wavy {

   0%,
   40%,
   100% {
     transform: translateY(0);
   }

   20% {
     transform: translateY(-20px);
   }
 }

 .loader-bottom-content {
   margin-top: 40px;
 }

 .loader-bottom-content small {
   text-transform: uppercase;
   font-weight: 600;
   color: rgb(58, 58, 58);
 }

 .centred {
   text-align: center;
 }

 .pull-left {
   float: left;
 }

 .pull-right {
   float: right;
 }


 figure {
   margin: 0px;
 }

 img {
   display: inline-block;
   max-width: 100%;
   height: auto;
   transition-delay: .1s;
   transition-timing-function: ease-in-out;
   transition-duration: .7s;
   transition-property: all;
 }

 .row {
   --bs-gutter-x: 30px;
 }

 /** button **/


 .theme-btn {
   position: relative;
   display: inline-block;
   overflow: hidden;
   vertical-align: middle;
   font-size: 18px;
   line-height: 24px;
   font-weight: 700;
   font-family: var(--title-font);
   background: #003497;
   color: #fff !important;
   text-align: center;
   padding: 16px 29px;
   text-transform: capitalize;
   z-index: 1;
   transition: all 500ms ease;
 }

 .theme-btn span {
   position: relative;
   padding-left: 26px;
 }

 .theme-btn span:before {
   position: absolute;
   content: "\f103";
   font-family: 'flaticon_flexibank';
   left: 0px;
   top: 1px;
   transition: all 500ms ease;
 }

 .theme-btn:before {
   position: absolute;
   content: '';
   background: #22a972;
   width: 0%;
   height: 100%;
   left: 0px;
   top: 0px;
   z-index: -1;
   transition: all 500ms ease;
 }

 .theme-btn:hover:before {
   width: 100%;
 }


 .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 {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
 }

 .pagination-wrapper.centred .pagination {
   justify-content: center;
 }

 .pagination li a {
   position: relative;
   display: inline-block;
   width: 56px;
   height: 56px;
   line-height: 56px;
   border: 1px solid #e6e4e4;
   text-align: center;
   font-size: 18px;
   color: #a8a7a7;
   font-weight: 700;
 }

 .pagination li a.current,
 .pagination li a:hover {
   color: #fff;
   background: var(--theme-color);
   border-color: var(--theme-color);
 }

 .pagination li a i {
   position: relative;
   display: inline-block;
   font-size: 22px;
   top: 2px;
 }

 .pagination li:first-child a i {
   transform: rotate(180deg);
   top: -4px;
 }


 .sec-pad {
   padding: 113px 0px 120px 0px;
 }

 .sec-pad-2 {
   padding: 113px 0px 90px 0px;
 }

 .mr-0 {
   margin: 0px !important;
 }

 /** scroll-to-top **/

 .scroll-to-top {
   position: fixed;
   right: 30px;
   bottom: 30px;
   height: 50px;
   width: 50px;
   cursor: pointer;
   display: block;
   box-shadow: inset 0 0 0 2px rgba(0, 46, 65, 0.2);
   border-radius: 50%;
   z-index: 90000;
   opacity: 0;
   visibility: hidden;
   -webkit-transform: translateY(15px);
   -ms-transform: translateY(15px);
   transform: translateY(15px);
   -webkit-transition: all 200ms linear;
   transition: all 200ms linear;
 }

 .home_3 .scroll-to-top {
   box-shadow: inset 0 0 0 2px rgba(255, 242, 168, 0.712);
 }

 .home_3 .scroll-to-top .scroll-top-inner path {
   stroke: rgb(36 170 115);
 }

 .home_3 .scroll-to-top::after {
   color: rgb(36 170 115);
 }

 .scroll-to-top.scroll-top-active {
   opacity: 1;
   visibility: visible;
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0)
 }

 .footer-logo-icon {
   padding-left: 0px;
   margin-bottom: 20px;
 }

 .scroll-to-top::after {
   position: absolute;
   content: "\f109";
   font-family: flaticon_flexibank;
   text-align: center;
   line-height: 50px;
   font-size: 24px;
   color: var(--theme-color);
   left: 0;
   top: 0;
   height: 50px;
   width: 50px;
   cursor: pointer;
   display: block;
   z-index: 2;
   -webkit-transition: all 200ms linear;
   transition: all 200ms linear
 }

 .scroll-to-top:hover::after {
   color: var(--theme-color)
 }

 .scroll-to-top:hover::before {
   opacity: 1
 }

 .scroll-to-top .scroll-top-inner path {
   stroke-width: 4;
   fill: transparent;
   box-sizing: border-box;
   stroke: var(--theme-color);
   -webkit-transition: all 200ms linear;
   transition: all 200ms linear;
 }



 @-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;
   margin-bottom: 48px;
 }

 .sec-title .sub-title {
   position: relative;
   display: inline-block;
   font-size: 15px;
   line-height: 24px;
   font-family: var(--title-font);
   font-weight: 700;
   text-transform: uppercase;
   color: #22a874;
   padding-left: 30px;
   margin-bottom: 12px;
 }

 .sec-title .sub-title:before {
   position: absolute;
   content: '';
   background: #22a972;
   width: 3px;
   height: 6px;
   left: 0px;
   top: 9px;
 }

 .sec-title .sub-title:after {
   position: absolute;
   content: '';
   background: #22a972;
   width: 15px;
   height: 6px;
   left: 5px;
   top: 9px;
 }

 .sec-title h2 {
   display: block;
   font-size: 48px;
   line-height: 56px;
 }

 .metric-item {
   background: #fdfdfd;
   padding: 15px;
   border-radius: 15px;
   border: 1px solid #e5e5e5;
 }

 .metric-label {
   font-size: 0.85rem;
   color: #636e72;
   text-transform: uppercase;
   letter-spacing: 1px;
   margin-bottom: 5px;
   display: block;
 }

 .progress-bar {
   background-color: #22a874;
 }

 .metric-item span.cr {
   color: #22a874;

 }

 .tracking-widest {
   letter-spacing: 2px;
   font-size: 0.7rem;
 }

 .sec-title p {
   margin-top: 22px;
 }

 .sec-title.light h2 {
   color: #fff;
 }

 .sec-title.light p {
   color: #a7afbf;
 }



 .vision_mission_section {
   position: relative;
 }

 .vision_mission_section .pattern-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   z-index: -1;
 }

 .boader-bottom {
   align-items: center;
   margin-bottom: 25px;
   border-bottom: 1px solid rgba(255, 255, 255, 0.14901960784313725);
   padding: 0px 0 20px;
 }

 /*** 

====================================================================
                        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;
 }


 /*** 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;
   display: flex;
   align-items: center;
   justify-content: space-between;
   z-index: 99;
 }

 .search-popup .upper-box .logo-box {
   max-width: 203px;
 }

 .search-popup .overlay-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   right: 0px;
   bottom: 0px;
   display: block;
 }

 .search-popup .close-search {
   position: relative;
   font-size: 20px;
   color: #fff;
   cursor: pointer;
   z-index: 5;
   width: 40px;
   height: 40px;
   line-height: 40px;
   background: var(--theme-color);
   border-radius: 50%;
   text-align: center;
   transition: all 500ms ease;
 }

 .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-header {
   position: relative;
   background: #fff;
 }

 .main-header .outer-container {
   position: relative;
   padding: 0px 60px;
 }

 .nice-select {
   position: relative;
   font-size: 17px;
   line-height: 26px;
   color: #545151;
   padding-right: 17px;
 }

 .nice-select:before {
   position: absolute;
   content: "\f101";
   font-family: 'flaticon_flexibank';
   font-weight: 900;
   font-size: 14px;
   color: #a8a7a7;
   top: 0px;
   right: 0px;
 }

 .nice-select .list {
   min-width: 100px;
   width: 100%;
   box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
 }

 .nice-select .list li {
   color: var(--text-color) !important;
   display: block !important;
   margin: 0px !important;
 }


 /** header-top **/

 .header-top .top-inner {
   position: relative;
   width: 100%;
   background: #f5f4f4;
   display: flex;
   align-items: center;
   justify-content: space-between;
 }

 .header-top .info-list {
   position: relative;
   display: flex;
   align-items: center;
 }

 .header-top .info-list li {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
   font-size: 17px;
   line-height: 26px;
   margin-right: 30px;
 }

 .header-top .info-list li:last-child {
   margin: 0px !important;
 }

 .header-top .info-list li a {
   color: var(--text-color);
 }

 .header-top .info-list li a:hover {
   color: var(--theme-color);
 }

 .header-top .info-list li:before {
   position: absolute;
   content: '';
   background: #e2e0e0;
   width: 1px;
   height: 60px;
   top: -17px;
   right: 0px;
 }

 .header-top .info-list li:first-child:before,
 .header-top .info-list li:last-child:before {
   display: none;
 }

 .header-top .info-list li.looking-box {
   background: var(--theme-color);
   padding: 17px 30px;
 }

 .header-top .info-list li.looking-box h5 {
   font-size: 18px;
   line-height: 26px;
   color: #fff;
   font-weight: 600;
 }

 .header-top .info-list li.looking-box .nice-select {
   font-size: 17px;
   line-height: 26px;
   color: #fff;
   font-weight: 500;
 }

 .header-top .info-list li.looking-box .nice-select .list {
   width: 150px;
 }

 .header-top .info-list li.looking-box .nice-select:before {
   color: #fff;
 }

 .header-top .info-list li.looking-box:after {
   position: absolute;
   content: '';
   background: var(--theme-color);
   width: 25px;
   height: 25px;
   right: 0px;
   bottom: -25px;
   clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 0%);
 }

 .header-top .right-column {
   position: relative;
   display: flex;
   align-items: center;
 }

 .header-top .option-list {
   position: relative;
   display: flex;
   align-items: center;
 }

 .header-top .option-list li {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
   margin-right: 30px;
   font-size: 17px;
   line-height: 26px;
 }

 .header-top .option-list li:last-child {
   margin: 0px !important;
 }

 .header-top .option-list li a {
   display: inline-block;
   color: var(--text-color);
 }

 .header-top .option-list li a:hover {
   color: var(--theme-color);
 }

 .header-top .option-list:before {
   position: absolute;
   content: '';
   background: #e2e0e0;
   width: 1px;
   height: 60px;
   top: -17px;
   right: 0px;
 }

 .header-top .language-box {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
 }

 .header-top .language-box .nice-select .list {
   width: 140px;
 }

 .main-header .outer-box {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
 }

 .main-header .outer-box .menu-area {
   position: relative;
   display: flex;
   align-items: center;
 }


 /** side-panel **/

 .side-panel {
   position: absolute;
   width: 370px;
   background: #fff;
   opacity: 0;
   visibility: hidden;
   z-index: 5;
   transform: scaleY(0);
   transform-origin: top center;
   top: 100px;
   right: 0px;
   padding: 26px 30px 24px 30px;
   box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
   transition: all 500ms ease;
 }

 .side-panel.cart-visible {
   opacity: 1;
   visibility: visible;
   display: block;
   transform: scaleY(1);
 }

 .side-panel .tab-btns {
   position: relative;
   display: flex;
   align-items: center;
 }

 .side-panel .tab-btns .tab-btn {
   position: relative;
   display: inline-block;
   cursor: pointer;
   padding-left: 26px;
   margin-right: 20px;
 }

 .side-panel .tab-btns .tab-btn:last-child {
   margin: 0px !important;
 }

 .side-panel .tab-btns .tab-btn h4 {
   font-size: 18px;
   line-height: 26px;
 }

 .side-panel .tab-btns .tab-btn:before {
   position: absolute;
   content: '';
   background: #f5f4f4;
   border: 1px solid #e6e4e4;
   width: 16px;
   height: 16px;
   left: 0px;
   top: 5px;
 }

 .side-panel .tab-btns .tab-btn:after {
   position: absolute;
   content: '';
   width: 6px;
   height: 6px;
   left: 5px;
   top: 10px;
   background: var(--theme-color);
   opacity: 0;
   transition: all 500ms ease;
 }

 .side-panel .tab-btns .tab-btn.active-btn:after {
   opacity: 1;
 }

 .side-panel .inner-box .form-group {
   position: relative;
   margin-bottom: 20px;
 }

 .side-panel .inner-box .form-group .icon-box {
   position: absolute;
   top: 12px;
   right: 20px;
   z-index: 1;
 }

 .side-panel .inner-box .form-group input[type='text'] {
   position: relative;
   display: block;
   width: 100%;
   height: 56px;
   background: #f5f4f4;
   border: 1px solid #f5f4f4;
   font-size: 17px;
   color: #a8a7a7;
   padding: 10px 50px 10px 20px;
   transition: all 500ms ease;
 }

 .side-panel .inner-box .form-group input:focus {
   border-color: var(--theme-color);
 }

 .side-panel .inner-box .text {
   position: relative;
   display: block;
   font-size: 15px;
   line-height: 24px;
   font-weight: 500;
   color: var(--title-color);
   text-align: center;
   margin-bottom: 20px;
 }

 .side-panel .inner-box .link-box a {
   position: relative;
   display: inline-block;
   font-size: 18px;
   line-height: 26px;
   font-weight: 700;
   color: var(--title-color);
   padding-left: 26px;
 }

 .side-panel .inner-box .link-box a:hover {
   color: var(--theme-color);
 }

 .side-panel .inner-box .link-box a i {
   position: absolute;
   left: 0px;
   top: 3px;
   font-size: 20px;
   color: var(--theme-color);
 }

 .side-panel .close-icon {
   position: absolute;
   top: 15px;
   right: 15px;
   font-size: 20px;
   color: var(--title-color);
   opacity: 0.5;
   cursor: pointer;
   transition: all 500ms ease;
 }

 .side-panel .close-icon:hover {
   color: var(--theme-color);
   opacity: 1;
 }

 .side-panel:before {
   position: absolute;
   content: '';
   background: #fff;
   width: 40px;
   height: 20px;
   top: -20px;
   right: 38px;
   clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 0% 100%, 50% 0%);
 }


 .main-header .menu-right-content {
   position: relative;
   display: flex;
   align-items: center;
 }

 .main-header .menu-right-content .search-box {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
   font-size: 17px;
   color: #a8a7a7;
   cursor: pointer;
 }

 .main-header .menu-right-content .search-box:before {
   position: absolute;
   content: '';
   background: #e6e4e4;
   width: 1px;
   height: 35px;
   top: -4px;
   right: 0px;
 }

 .main-header .menu-right-content .support-box {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
 }

 .main-header .menu-right-content .support-box a {
   position: relative;
   display: inline-block;
   font-size: 18px;
   line-height: 26px;
   font-family: var(--title-font);
   color: var(--title-color);
   font-weight: 700;
 }

 .main-header .menu-right-content .support-box a:hover {
   color: var(--theme-color);
 }

 .main-header .menu-right-content .support-box:before {
   position: absolute;
   content: '';
   background: #1da630;
   width: 12px;
   height: 12px;
   border-radius: 50%;
   border: 3px solid #a5dbac;
   top: -5px;
   right: -15px;
 }

 .main-header .menu-right-content .nav-toggler .side-panel-btn {
   position: relative;
   display: inline-block;
   width: 56px;
   height: 56px;
   line-height: 56px;
   border: 1px solid #e6e4e4;
   cursor: pointer;
   text-align: center;
   transition: all 500ms ease;
 }

 .main-header .menu-right-content .nav-toggler .side-panel-btn:hover {
   border-color: var(--theme-color);
 }


 /** 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: relative;
   float: left;
   z-index: 2;
   margin: 0px 20px;
   -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: 16px;
   line-height: 27px;
   padding-top: 29px;
   padding-bottom: 29px;
   font-weight: 500;
   font-family: var(--title-font);
   color: var(--title-color);
   text-transform: capitalize;
   z-index: 1;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .main-menu .navigation>li.dropdown>a {
   padding-right: 15px;
 }

 .main-menu .navigation>li.current>a,
 .main-menu .navigation>li:hover>a {
   color: var(--theme-color);
 }

 .main-menu .navigation>li.dropdown>a:before {
   position: absolute;
   content: "\f102";
   font-family: flaticon_flexibank;
   top: 30px;
   right: 0px;
   font-size: 14px;
   color: #a8a7a7;
   transition: all 500ms ease;
 }

 .btn-box a {
   padding: 12px 27px;
   font-size: 15px;
   color: #fff;
   display: inline-block;
   border-radius: 50px;
   text-transform: uppercase;
   position: relative;
   font-weight: 600;
   z-index: 1;
   transition: 0.5s;
   overflow: hidden;
   background-color: #22a972;
 }

 .btn-box a:hover span {
   color: #fff;
 }



 .btn-box a:after {
   display: flex;
   align-items: flex-end;
   justify-content: flex-end;
   color: #fff;
   position: absolute;
   content: attr(data-text);
   cursor: pointer;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   background-color: #1b548a;
   background-image: url(../images/icons/mask-btn.webp);
   -webkit-mask: url(../images/icons/mask-btn.webp);
   mask: url(../images/icons/mask-btn.webp);
   -webkit-mask-size: 2300% 100%;
   mask-size: 2300% 100%;
   animation: mask_animation_mh 0.7s steps(22) forwards;
   z-index: -1;
 }

 .btn-box a:hover:after {
   animation: mask_animation 0.7s steps(22) forwards;
 }

 .mediic-btn a img {
   padding-left: 5px;
   position: relative;
   top: -1px;
 }

 @keyframes mask_animation {
   from {
     -webkit-mask-position: 0 0;
     mask-position: 0 0;
   }

   to {
     -webkit-mask-position: 100% 0;
     mask-position: 100% 0;
   }
 }

 @keyframes mask_animation_mh {
   from {
     -webkit-mask-position: 100% 0;
     mask-position: 100% 0;
   }

   to {
     -webkit-mask-position: 0% 0;
     mask-position: 0% 0;
   }

 }

 .main-menu .navigation>li.current>a:before,
 .main-menu .navigation>li:hover>a:before {
   color: var(--theme-color);
   transform: rotate(90deg);
 }

 .main-menu .navigation>li>ul,
 .main-menu .navigation>li>.megamenu {
   position: absolute;
   left: inherit;
   top: 100%;
   width: 235px;
   margin-top: 15px;
   z-index: 100;
   display: none;
   background: #fff;
   opacity: 0;
   box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
   visibility: hidden;
   border-radius: 0px;
   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: 9px 20px;
   line-height: 23px;
   font-weight: 400;
   font-size: 16px;
   text-transform: capitalize;
   font-family: var(--text-font);
   color: #1a1919;
   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 #e6e4e4;
 } */

 .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 {
   color: #000;

 }

 .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 {
   content: "\f102";
   font-family: flaticon_flexibank;
   position: absolute;
   right: 30px;
   top: 12px;
   display: block;
   line-height: 24px;
   font-size: 16px;
   color: #a8a7a7;
   text-align: center;
   z-index: 5;
   transition: all 500ms ease;
 }

 .main-menu .navigation>li>ul>li.dropdown>a:hover:after {
   color: #fff;
 }

 .main-menu .navigation>li>ul>li>ul {
   position: absolute;
   left: 100%;
   top: 0%;
   margin-top: 30px;
   margin-left: 10px;
   background: #fff;
   width: 270px;
   box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
   z-index: 100;
   display: none;
   border-radius: 0px;
   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:before {
   position: absolute;
   content: '';
   background: transparent;
   width: 40px;
   height: 100%;
   left: -40px;
   top: 0px;
 }

 .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: 14px 30px;
   line-height: 24px;
   font-weight: 400;
   font-size: 17px;
   text-transform: capitalize;
   font-family: var(--text-font);
   color: var(--text-color);
   border-bottom: 1px solid #e6e4e4;
   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 {
   color: #fff;
   background: var(--theme-color);
   border-color: var(--theme-color);
 }

 .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: 15px;
 }

 .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(--secondary-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;
 }


 /** 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;
 }

 .policy-list {
   margin-top: 40px;
 }

 .policy-card {
   height: 100%;
   border: 1px solid rgba(15, 76, 138, 0.14);
   border-radius: 8px;
   background: rgba(255, 255, 255, 0.92);
   box-shadow: 0 12px 28px rgba(16, 47, 87, 0.1);
   transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
 }

 .policy-card__body {
   padding: 20px;
 }

 .policy-card__body h3 {
   font-size: 1.48rem;
   margin-bottom: 7px;
 }

 .policy-card__body h4 {
   font-size: 1.28rem;
   margin-bottom: 12px;
   margin-top: 15px;

 }

 .policy-card__body h6 {
   font-size: 1.05rem;
   margin-bottom: 0;
   margin-top: 15px;
 }

 .policy-card__body ul li {
   padding-left: 16px;
   font-size: 15px;
   position: relative;
 }

 .policy-card__body ul li::before {
   content: "";
   position: absolute;
   left: 0;
   top: 9px;
   width: 8px;
   height: 8px;
   background-color: #484545;
   border-radius: 50%;
 }


 .policy-card__body ol li {
   font-size: 15px;
 }

 .policy-card__body p {
   font-size: 15px;
 }

 .policy-card__body table tr td {
   padding: 2px 5px;
   font-size: 15px;
 }

 .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: #000;
   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 {
   color: var(--theme-color);
 }

 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 {
   color: var(--theme-color);
 }

 .mobile-menu .contact-info ul li:last-child {
   margin-bottom: 0px;
 }

 .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;
 }

 @-webkit-keyframes bounceSlide {

   0%,
   20%,
   50%,
   80%,
   100% {
     -webkit-transform: translateY(0);
     transform: translateY(0)
   }

   40% {
     -webkit-transform: translateY(-30px);
     transform: translateY(-30px)
   }

   60% {
     -webkit-transform: translateY(-15px);
     transform: translateY(-15px)
   }
 }

 @keyframes bounceSlide {

   0%,
   20%,
   50%,
   80%,
   100% {
     -webkit-transform: translateY(0);
     transform: translateY(0)
   }

   40% {
     -webkit-transform: translateY(-30px);
     transform: translateY(-30px)
   }

   60% {
     -webkit-transform: translateY(-15px);
     transform: translateY(-15px)
   }
 }

 .bounce-slide {
   -webkit-animation-duration: 2.5s;
   animation-duration: 2.5s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   -webkit-animation-iteration-count: infinite;
   animation-iteration-count: infinite;
   -webkit-animation-name: bounceSlide;
   animation-name: bounceSlide
 }


 .tabs-box .tab {
   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);
 }


 .accordion-box .block .acc-content,
 .accordion-inner .block .acc-content {
   position: relative;
   display: none;
 }

 .accordion-box .block .acc-content.current,
 .accordion-inner .block .acc-content.current {
   display: block;
 }


 .zoom-fade {
   -webkit-animation: zoom-fade 5s infinite linear;
   animation: zoom-fade 5s infinite linear;
 }


 /** banner-section **/

 .banner-section {
   position: relative;
   background: #646464;
 }

 .banner-section .outer-container {
   position: relative;
   padding: 0px 30px;
 }

 .banner-carousel .slide-item {
   position: relative;
   padding: 180px 0px;
   overflow: hidden;
 }

 .banner-section .banner-carousel .content-box {
   position: relative;
   max-width: 600px;
   width: 100%;
   z-index: 5;
 }

 .banner-section .banner-carousel .slide-item .pattern-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   width: calc(50% + 85px);
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: right center;
 }

 .banner-carousel .slide-item .bg-layer {
   position: absolute;
   right: 0;
   top: 0;
   width: calc(50% + 235px);
   height: 100%;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition: all 8000ms linear;
   -moz-transition: all 8000ms linear;
   -ms-transition: all 8000ms linear;
   -o-transition: all 8000ms linear;
   transition: all 8000ms linear;
 }

 .banner-carousel .active .slide-item .bg-layer {
   -webkit-transform: scale(1.25);
   -ms-transform: scale(1.25);
   transform: scale(1.25);
 }

 .banner-carousel .content-box h5 {
   position: relative;
   display: inline-block;
   font-size: 18px;
   line-height: 28px;
   font-weight: 700;
   color: #fff;
   opacity: 0;
   margin-bottom: 25px;
   -webkit-transform: translateY(-50px);
   -moz-transform: translateY(-50px);
   -ms-transform: translateY(-50px);
   -o-transform: translateY(-50px);
   transform: translateY(-50px);
   -webkit-transition: all 1000ms ease;
   -moz-transition: all 1000ms ease;
   -ms-transition: all 1000ms ease;
   -o-transition: all 1000ms ease;
   transition: all 1000ms ease;
 }

 .banner-carousel .active .content-box h5 {
   opacity: 1;
   -webkit-transform: translateY(0);
   -moz-transform: translateY(0);
   -ms-transform: translateY(0);
   -o-transform: translateY(0);
   transform: translateY(0);
   -webkit-transition-delay: 700ms;
   -moz-transition-delay: 700ms;
   -ms-transition-delay: 700ms;
   -o-transition-delay: 700ms;
   transition-delay: 700ms;
 }

 .banner-carousel .content-box h5 span {
   position: relative;
   display: inline-block;
   font-size: 15px;
   font-weight: 800;
   text-transform: uppercase;
   padding: 6px 20px;
   background: var(--theme-color);
   margin-right: 30px;
 }

 .banner-carousel .content-box h5 span:before,
 .banner-carousel .content-box h5 span:after {
   position: absolute;
   content: '';
   background: var(--theme-color);
   width: 20px;
   height: 20px;
   right: -19px;
 }

 .banner-carousel .content-box h5 span:before {
   top: 0px;
   clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
 }

 .banner-carousel .content-box h5 span:after {
   bottom: 0px;
   clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%, 0% 0%);
 }

 .banner-carousel .content-box h2 {
   display: block;
   font-size: 72px;
   line-height: 80px;
   color: #fff;
   margin-bottom: 40px;
   opacity: 0;
   -webkit-transform: translateX(50px);
   -moz-transform: translateX(50px);
   -ms-transform: translateX(50px);
   -o-transform: translateX(50px);
   transform: translateX(50px);
   -webkit-transition: all 1000ms ease;
   -moz-transition: all 1000ms ease;
   -ms-transition: all 1000ms ease;
   -o-transition: all 1000ms ease;
   transition: all 1000ms ease;
 }

 .banner-carousel .active .content-box h2 {
   opacity: 1;
   -webkit-transform: translateX(0);
   -moz-transform: translateX(0);
   -ms-transform: translateX(0);
   -o-transform: translateX(0);
   transform: translateX(0);
   -webkit-transition-delay: 700ms;
   -moz-transition-delay: 700ms;
   -ms-transition-delay: 700ms;
   -o-transition-delay: 700ms;
   transition-delay: 700ms;
 }

 .banner-section .banner-carousel .content-box .btn-box .theme-btn:before {
   background: #fff;
 }

 .banner-section .banner-carousel .content-box .btn-box .theme-btn:hover {
   color: var(--theme-color) !important;
 }

 .banner-carousel .content-box .btn-box {
   opacity: 0;
   -webkit-transform: translateY(50px);
   -moz-transform: translateY(50px);
   -ms-transform: translateY(50px);
   -o-transform: translateY(50px);
   transform: translateY(50px);
   -webkit-transition: all 1000ms ease;
   -moz-transition: all 1000ms ease;
   -ms-transition: all 1000ms ease;
   -o-transition: all 1000ms ease;
   transition: all 1000ms ease;
 }

 .banner-carousel .active .content-box .btn-box {
   opacity: 1;
   -webkit-transform: translateY(0);
   -moz-transform: translateY(0);
   -ms-transform: translateY(0);
   -o-transform: translateY(0);
   transform: translateY(0);
   -webkit-transition-delay: 1300ms;
   -moz-transition-delay: 1300ms;
   -ms-transition-delay: 1300ms;
   -o-transition-delay: 1300ms;
   transition-delay: 1300ms;
 }

 .owl-nav button span:before {
   font-family: "flaticon_flexibank" !important;
 }

 .banner-section .banner-carousel .owl-nav {
   position: absolute;
   left: -53px;
   width: 270px;
   top: 50%;
   transform: rotate(90deg);
   z-index: 99;
 }

 .banner-section .banner-carousel .owl-nav button {
   position: absolute;
   top: 0px;
   font-size: 24px;
   color: #fff;
   cursor: pointer;
   transition: all 500ms ease;
 }

 .banner-section .banner-carousel .owl-nav button.owl-prev {
   left: -6px;
   transform: rotate(180deg);
   top: -4px;
 }

 .banner-section .banner-carousel .owl-nav button.owl-next {
   right: -4px;
 }

 .banner-section .banner-carousel .owl-dots {
   position: absolute;
   left: -64px;
   top: 53%;
   width: 270px;
   z-index: 1;
   transform: rotate(90deg);
 }

 .banner-section .banner-carousel .owl-dots:before {
   position: absolute;
   content: '';
   background: rgba(255, 255, 255, 0.20);
   width: 225px;
   height: 1px;
   left: -15px;
   top: 14px;
 }

 .banner-section .banner-carousel .owl-dots button span {
   display: none !important;
 }

 .banner-section .banner-carousel .owl-dots button {
   position: relative;
   display: inline-block;
   width: 15px;
   height: 15px;
   border: 3px solid #fff;
   background: #5d0c09;
   border-radius: 50%;
   background: transparent;
   cursor: pointer;
   margin: 0px 25px;
   box-shadow: 0px 0px 0px 10px #5d0c09;
   transition: all 500ms ease;
 }

 .banner-section .banner-carousel .owl-dots button.active {
   background: var(--theme-color);
 }


 /** online-service **/

 .online-service {
   position: relative;
 }

 .online-service .inner-container {
   position: relative;
   display: block;
   background: #f5f4f4;
   z-index: 2;
 }

 .online-service .inner-container:before {
   position: absolute;
   content: '';
   background: #f5f4f4;
   width: 5000px;
   height: 100%;
   top: 0px;
   right: 0px;
   z-index: -1;
 }

 .online-service .left-content {
   position: relative;
   padding: 32px 0px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-left: -195px;
 }

 .online-service .left-content .info-box {
   position: relative;
   display: block;
   padding: 0px 0px 0px 65px;
 }

 .online-service .left-content .info-box .icon-box {
   position: absolute;
   display: inline-block;
   left: 0px;
   top: 3px;
   width: 50px;
   height: 50px;
   line-height: 50px;
   background: #fff;
   text-align: center;
   border-radius: 50%;
 }

 .online-service .left-content .info-box h4 {
   display: block;
   font-size: 20px;
   line-height: 30px;
   margin-bottom: 0px;
 }

 .online-service .left-content .btn-box {
   position: relative;
   display: flex;
   align-items: center;
 }

 .online-service .left-content .btn-box a {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
   margin-right: 20px;
 }

 .online-service .left-content .btn-box a:last-child {
   margin: 0px !important;
 }

 .online-service .left-content .btn-box a.play-store {
   font-size: 18px;
   line-height: 26px;
   font-family: var(--title-font);
   font-weight: 700;
   color: var(--title-color);
   text-transform: capitalize;
   padding: 13px 27px;
   border: solid;
   border-width: 2px;
   border-color: var(--theme-color);
 }

 .online-service .left-content .btn-box a.play-store i {
   font-size: 16px;
   color: var(--theme-color);
   transition: all 500ms ease;
 }

 .online-service .left-content .btn-box a.play-store:hover {
   background: var(--theme-color);
   color: #fff;
 }

 .online-service .left-content .btn-box a.play-store:hover i {
   color: #fff;
 }

 .online-service .left-content .btn-box a.apple-store {
   font-size: 18px;
   line-height: 26px;
   font-family: var(--title-font);
   font-weight: 700;
   color: #fff;
   background: var(--theme-color);
   text-transform: capitalize;
   padding: 13px 27px;
   border: solid;
   border-width: 2px;
   border-color: var(--theme-color);
 }

 .online-service .left-content .btn-box a.apple-store i {
   font-size: 16px;
 }

 .online-service .left-content .btn-box a.apple-store:hover {
   background: transparent;
   color: var(--theme-color);
 }

 .online-service .row.d_flex {
   display: flex;
   align-items: flex-end;
 }

 .online-service .right-content {
   position: relative;
   margin-top: -202px;
   background: #fff;
 }

 .online-service .right-content .image-box {
   position: relative;
   display: block;
 }

 .online-service .right-content .image-box img {
   width: 100%;
 }

 .online-service .right-content .content-box {
   position: relative;
   margin-left: -30px;
 }

 .online-service .right-content .content-box h4 {
   position: relative;
   display: block;
   text-align: center;
   font-size: 20px;
   line-height: 30px;
   color: #fff;
   font-weight: 700;
   text-align: center;
   background: var(--theme-color);
   padding: 13px 15px;
 }

 .online-service .right-content .content-box h4:before {
   position: absolute;
   content: '';
   background: #fff;
   width: 14px;
   height: 10px;
   left: 50%;
   margin-left: -7px;
   bottom: 0px;
   clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 0% 100%, 50% 0%);
 }

 .online-service .right-content .content-box .service-list {
   position: relative;
   padding: 20px;
 }

 .online-service .right-content .content-box .service-list li {
   position: relative;
   display: block;
   margin-bottom: 10px;
 }

 .online-service .right-content .content-box .service-list li:last-child {
   margin-bottom: 0px;
 }

 .online-service .right-content .content-box .service-list li a {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 28px;
   font-family: var(--title-font);
   color: var(--title-color);
   font-weight: 700;
   background: #fff;
   border-radius: 50px;
   box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
   padding: 11px 10px;
   padding-left: 20px;
 }

 .online-service .right-content .content-box .service-list li a:hover {
   background: var(--theme-color);
   color: #fff;
 }

 .online-service .right-content .content-box .service-list li a i {
   position: absolute;
   display: inline-block;
   top: 10px;
   right: 10px;
   width: 30px;
   height: 30px;
   line-height: 38px;
   background: #f5f4f4;
   text-align: center;
   border-radius: 50%;
   font-size: 18px;
   color: #a8a7a7;
 }

 .online-service .right-content .content-box .link-box {
   position: relative;
   display: block;
   background: #f5f4f4;
   padding: 14px 15px;
   text-align: center;
 }

 .online-service .right-content .content-box .link-box a {
   position: relative;
   display: inline-block;
   font-size: 18px;
   line-height: 26px;
   font-weight: 700;
   color: var(--title-color);
 }

 .online-service .right-content .content-box .link-box a:hover {
   color: var(--theme-color);
 }

 .online-service .right-content .content-box .link-box a span {
   color: var(--theme-color);
   margin-right: 10px;
   position: relative;
   display: inline-block;
   font-size: 24px;
   font-weight: 400;
 }


 /** banking-service **/

 .banking-service {
   position: relative;
 }

 .banking-service .tab-btn-box {
   position: relative;
   display: block;
   background: #fff;
   box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
   text-align: center;
 }

 .banking-service .tab-btn-box .owl-nav {
   position: absolute;
   left: 0px;
   top: 50%;
   margin-top: -60px;
   width: 100%;
 }

 .banking-service .tab-btn-box .owl-nav button {
   position: absolute;
   display: inline-block;
   top: 0px;
   width: 46px;
   height: 120px;
   line-height: 120px;
   font-size: 24px;
   background: #f4f3f3;
   color: var(--title-color);
   cursor: pointer;
   transition: all 500ms ease;
 }

 .banking-service .tab-btn-box .owl-nav button:hover {
   color: #fff;
   background: var(--theme-color);
 }

 .banking-service .tab-btn-box .owl-nav button.owl-prev {
   left: -46px;
 }

 .banking-service .tab-btn-box .owl-nav button.owl-next {
   right: -46px;
 }

 .banking-service .owl-carousel .owl-stage-outer {
   overflow: visible;
 }

 .banking-service .owl-carousel .owl-stage-outer .owl-item {
   opacity: 0;
   visibility: hidden;
 }

 .banking-service .owl-carousel .owl-stage-outer .owl-item.active {
   opacity: 1;
   visibility: visible;
 }

 .banking-service .tab-btn {
   position: relative;
   display: block;
   background: #fff;
   padding: 60px 20px 32px 20px;
   border-right: 1px solid #e6e4e4;
   cursor: pointer;
 }

 .banking-service .tab-btn:before {
   position: absolute;
   content: '';
   background: var(--theme-color);
   width: 24px;
   height: 18px;
   left: 50%;
   margin-left: -12px;
   bottom: -9px;
   clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
   opacity: 0;
   transition: all 500ms ease;
 }

 .banking-service .tab-btn.active-btn:before {
   opacity: 1;
 }

 .banking-service .tab-btn .icon-box {
   position: relative;
   display: inline-block;
   width: 70px;
   height: 70px;
   line-height: 70px;
   text-align: center;
   border-radius: 50%;
   z-index: 1;
   margin-bottom: 39px;
 }

 .banking-service .tab-btn .icon-box img {
   display: inline-block;
 }

 .banking-service .tab-btn .icon-box:after {
   position: absolute;
   content: '';
   width: 70px;
   height: 70px;
   line-height: 70px;
   background: #fff;
   box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
   z-index: -1;
   border-radius: 50%;
   left: 0px;
   top: 0px;
 }

 .banking-service .tab-btn .icon-box:before {
   position: absolute;
   content: '';
   background: #f5f4f4;
   width: 110px;
   height: 110px;
   left: -20px;
   top: -20px;
   border-radius: 50%;
   z-index: -1;
   clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 0%);
   transition: all 500ms ease;
 }

 .banking-service .tab-btn h3 {
   display: block;
   font-size: 24px;
   line-height: 30px;
   margin-bottom: 8px;
 }

 .banking-service .tab-btn.active-btn .icon-box:before {
   clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
 }

 .banking-service .image-box {
   position: relative;
   display: block;
 }

 .banking-service .image-box img {
   width: 100%;
 }

 .banking-service .content-box {
   position: relative;
   display: block;
 }

 .banking-service .content-box h2 {
   position: relative;
   display: block;
   font-size: 36px;
   line-height: 44px;
   margin-bottom: 20px;
 }

 .banking-service .content-box p {
   margin-bottom: 26px;
 }

 .banking-service .content-box .inner-box {
   position: relative;
   display: block;
   padding-right: 290px;
   margin-bottom: 40px;
 }

 .banking-service .content-box .inner-box h6 {
   display: block;
   font-size: 15px;
   line-height: 24px;
   text-transform: uppercase;
   color: var(--theme-color);
   margin-bottom: 15px;
 }

 .banking-service .content-box .inner-box .inner {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 220px;
   background: #fff;
   padding: 25px;
   box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
 }

 .banking-service .content-box .inner-box .inner .icon-box {
   position: relative;
   display: inline-block;
   margin-bottom: 15px;
 }

 .list-style-one li {
   position: relative;
   display: block;
   font-size: 17px;
   line-height: 26px;
   font-weight: 500;
   color: var(--title-color);
   margin-bottom: 15px;
   padding-left: 65px;
 }

 .list-style-one li:last-child {
   margin-bottom: 0px;
 }

 .list-style-one li .icon-box {
   position: absolute;
   display: inline-block;
   width: 45px;
   height: 45px;
   line-height: 45px;
   background: #f5f4f4;
   text-align: center;
   border-radius: 50%;
   left: 0px;
   top: 4px;
 }

 .banking-service .content-box .inner-box .inner h4 {
   display: block;
   font-size: 20px;
   line-height: 26px;
   margin-bottom: 3px;
 }

 .banking-service .content-box .inner-box .inner h6 {
   display: block;
   font-size: 15px;
   line-height: 20px;
   color: #a8a7a7;
   text-transform: uppercase;
   margin-bottom: 14px;
 }

 .banking-service .content-box .inner-box .inner .theme-btn {
   width: 100%;
   padding: 11px 30px;
 }

 .banking-service .content-box .lower-text {
   position: relative;
   display: block;
   padding-left: 25px;
 }

 .banking-service .content-box .lower-text .icon-box {
   position: absolute;
   left: 0px;
   top: 2px;
   font-size: 20px;
   color: var(--theme-color);
 }

 .banking-service .content-box .lower-text h5 {
   font-size: 18px;
   line-height: 26px;
 }

 .banking-service .content-box .lower-text h5 a {
   display: inline-block;
   color: var(--theme-color);
   text-decoration: underline;
 }

 .bg-color-1 {
   background: #f5f4f4 !important;
 }

 .bg-color-2 {
   background: #f5f6f8 !important;
 }

 .bg-color-3 {
   background: var(--secondary-color) !important;
 }

 .banking-service .tab-btn-box .owl-nav button.owl-prev span {
   position: relative;
   display: inline-block;
   transform: rotate(180deg);
 }


 /** secure-growth **/

 .secure-growth {
   position: relative;
   padding: 113px 0px;
 }

 .growth-block-one .inner-box {
   position: relative;
   display: block;
   padding: 32px 30px 25px 68px;
   z-index: 1;
   margin-bottom: 30px;
 }

 .growth-block-one .inner-box:before {
   position: absolute;
   content: '';
   background: #fff;
   width: calc(100% - 40px);
   height: 100%;
   top: 0px;
   right: 0px;
   z-index: -1;
   box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
 }

 .growth-block-one .inner-box:after {
   position: absolute;
   content: '';
   width: calc(100% - 40px);
   height: calc(100% - 40px);
   top: 20px;
   right: 10px;
   border: 1px solid var(--theme-color);
   background: transparent;
   z-index: -2;
   transition: all 500ms ease;
 }

 .growth-block-one .inner-box:hover:after {
   background: var(--theme-color);
 }

 .growth-block-one .inner-box h3 {
   position: relative;
   display: block;
   font-size: 24px;
   line-height: 30px;
   margin-bottom: 11px;
 }

 .growth-block-one .inner-box h3 a {
   display: inline-block;
   color: var(--title-color);
 }

 .growth-block-one .inner-box h3 a:hover {
   color: var(--theme-color);
 }

 .growth-block-one .inner-box p {
   margin-bottom: 32px;
 }

 .growth-block-one .inner-box .image-box {
   position: relative;
   display: block;
   margin-left: -68px;
   margin-bottom: 25px;
   padding-right: 40px;
 }

 .growth-block-one .inner-box .image-box .image {
   position: relative;
   display: block;
   overflow: hidden;
 }

 .growth-block-one .inner-box .image-box .image img {
   width: 100%;
   transition: all 500ms ease;
 }

 .growth-block-one .inner-box:hover .image-box .image img {
   transform: scale(1.1);
 }

 .growth-block-one .inner-box .image-box .icon-box {
   position: absolute;
   display: inline-block;
   top: 50%;
   margin-top: -32px;
   right: 8px;
   width: 65px;
   height: 63px;
   line-height: 59px;
   text-align: center;
   font-size: 40px;
   color: var(--theme-color);
   z-index: 1;
 }

 .growth-block-one .inner-box .image-box .icon-box:before {
   position: absolute;
   content: '';
   background: #f5f4f4;
   width: 65px;
   height: 63px;
   left: 0px;
   top: 0px;
   z-index: -1;
   transform: rotate(45deg);
   transition: all 500ms ease;
 }

 .growth-block-one .inner-box:hover .image-box .icon-box:before {
   transform: rotate(0deg);
 }

 .growth-block-one .inner-box .image-box .icon-box img {
   display: inline-block;
 }

 .growth-block-one .inner-box .link-box a {
   position: relative;
   display: inline-block;
   padding-left: 26px;
   font-size: 18px;
   line-height: 26px;
   font-weight: 700;
   color: var(--title-color);
 }

 .growth-block-one .inner-box .link-box a:hover {
   color: var(--theme-color);
 }

 .growth-block-one .inner-box .link-box a i {
   position: absolute;
   left: 0px;
   top: 3px;
   font-size: 22px;
   color: var(--theme-color);
 }

 .secure-growth .more-text {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   padding-top: 22px;
 }

 .secure-growth .more-text h5 i {
   position: absolute;
   left: 0px;
   top: 2px;
   font-size: 20px;
   color: var(--theme-color);
 }

 .secure-growth .more-text h5 {
   font-size: 18px;
   line-height: 26px;
   padding-left: 25px;
 }

 .secure-growth .more-text h5 a {
   display: inline-block;
   color: var(--theme-color);
   text-decoration: underline;
 }

 .nav-style-one .owl-nav button {
   position: relative;
   display: inline-block;
   width: 56px;
   height: 56px;
   line-height: 56px;
   border: 1px solid #e2e0e0;
   background: transparent;
   text-align: center;
   font-size: 24px;
   color: #a8a7a7;
   cursor: pointer;
   transition: all 500ms ease;
 }

 .nav-style-one .owl-nav button:hover {
   color: #fff;
   background: var(--theme-color);
   border-color: var(--theme-color);
 }

 .nav-style-one .owl-nav button.owl-prev {
   margin-right: 10px;
 }

 .nav-style-one .owl-nav button.owl-prev span {
   position: relative;
   display: inline-block;
   transform: rotate(180deg);
   top: -4px;
   left: -2px;
 }

 .secure-growth .owl-nav {
   position: absolute;
   top: -115px;
   right: 0px;
 }

 .tabs-box-2 .tab-2 {
   position: relative;
   display: none;
 }

 .tabs-box-2 .tab-2.active-tab-2 {
   display: block;
 }

 .tabs-box-2 .tab-2 {
   transform: scale(0) translateY(0px);
 }

 .tabs-box-2 .tab-2.active-tab-2 {
   transform: scale(1) translateY(0px);
 }


 /** custom-banking **/

 .custom-banking {
   position: relative;
 }

 .custom-banking .pattern-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: calc(100% - 240px);
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .custom-banking .tab-btn-one {
   position: relative;
   z-index: 1;
 }

 .custom-banking .tabs-box {
   position: relative;
   background: #f5f4f4;
   margin-left: 40px;
   z-index: 1;
 }

 .custom-banking .tabs-box:before {
   position: absolute;
   content: '';
   background: #f5f4f4;
   width: 5000px;
   height: 100%;
   left: 0px;
   top: 0px;
   z-index: -1;
 }

 .custom-banking .tabs-box .tab-btn-one {
   position: absolute;
   left: -40px;
   top: 0px;
   width: 40px;
   writing-mode: vertical-lr;
   background: #f5f4f4;
   display: flex;
   align-items: center;
 }

 .custom-banking .tabs-box .tab-btn-one .tab-btns {
   position: relative;
   display: flex;
   align-items: center;
 }

 .custom-banking .tabs-box .tab-btn-one .tab-btns li {
   position: relative;
   display: inline-block;
   font-size: 15px;
   line-height: 24px;
   font-family: var(--title-font);
   color: #a8a7a7;
   background: #f5f4f4;
   text-transform: uppercase;
   font-weight: 700;
   cursor: pointer;
   padding: 26px 8px;
 }

 .custom-banking .tabs-box .tab-btn-one .tab-btns li.active-btn {
   background: var(--theme-color);
   color: #fff;
 }

 .custom-banking .tabs-box .tab-btn-two {
   position: relative;
   margin-right: 30px;
   background: #fff;
   box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
 }

 .custom-banking .tabs-box .tab-btn-two li {
   position: relative;
   display: block;
   padding: 17px 20px 17px 30px;
   border-bottom: 1px solid #e6e4e4;
   cursor: pointer;
 }

 .custom-banking .tabs-box .tab-btn-two li h4 {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 28px;
   font-weight: 700;
   margin-bottom: 3px;
   opacity: 0.4;
 }

 .custom-banking .tabs-box .tab-btn-two li.active-btn-2 h4 {
   opacity: 1;
 }

 .custom-banking .content-box {
   position: relative;
   display: block;
   padding-top: 74px;
 }

 .custom-banking .content-box .title-box {
   position: relative;
   display: block;
   padding: 0px 0px 0px 95px;
   margin-bottom: 29px;
 }

 .custom-banking .content-box .title-box .icon-box {
   position: absolute;
   display: inline-block;
   left: 0px;
   top: 3px;
   width: 66px;
   height: 66px;
   line-height: 66px;
   background: #eaeaea;
   text-align: center;
 }

 .custom-banking .content-box .title-box h4 {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 28px;
   color: #a8a7a7;
   margin-bottom: 0px;
 }

 .custom-banking .content-box .title-box h2 {
   position: relative;
   display: block;
   font-size: 36px;
   line-height: 44px;
 }

 .custom-banking .content-box .inner-box {
   position: relative;
   display: block;
   padding-right: 290px;
 }

 .custom-banking .content-box .inner-box p {
   margin-bottom: 30px;
 }

 .custom-banking .content-box .inner-box .single-item {
   position: relative;
   display: block;
   margin-bottom: 42px;
 }

 .custom-banking .content-box .inner-box .single-item h2 {
   position: relative;
   display: block;
   font-size: 36px;
   line-height: 44px;
   margin-bottom: 4px;
 }

 .custom-banking .content-box .inner-box .single-item p {
   position: relative;
   padding-bottom: 12px;
   margin-bottom: 15px;
 }

 .custom-banking .content-box .inner-box .single-item p:before {
   position: absolute;
   content: '';
   background: #e2e0e0;
   width: 70px;
   height: 1px;
   left: 0px;
   bottom: 0px;
 }

 .custom-banking .content-box .inner-box .single-item .growth-box {
   position: relative;
   display: block;
   font-size: 17px;
   color: var(--title-color);
   padding-left: 35px;
   text-transform: uppercase;
 }

 .custom-banking .content-box .inner-box .single-item .growth-box img {
   position: absolute;
   left: 0px;
   top: 5px;
 }

 .custom-banking .content-box .inner-box .btn-box .theme-btn {
   background: var(--secondary-color);
 }

 .custom-banking .content-box .inner-box .btn-box .theme-btn:before {
   background: var(--theme-color);
 }

 .custom-banking .content-box .inner-box .form-inner {
   position: absolute;
   top: 5px;
   right: 0px;
   width: 270px;
   background: #fff;
   padding: 25.5px 25px;
 }

 .custom-banking .content-box .inner-box .form-inner h3 {
   display: block;
   font-size: 24px;
   line-height: 30px;
   margin-bottom: 19px;
 }

 .custom-banking .content-box .inner-box .form-inner .form-group {
   position: relative;
   margin-bottom: 15px;
 }

 .custom-banking .content-box .inner-box .form-inner .form-group:last-child {
   margin-bottom: 0px;
 }

 .custom-banking .content-box .inner-box .form-inner .form-group .icon-box {
   position: absolute;
   top: 13px;
   right: 20px;
   z-index: 1;
 }

 .custom-banking .content-box .inner-box .form-inner .form-group input[type='text'],
 .custom-banking .content-box .inner-box .form-inner .form-group input[type='email'] {
   position: relative;
   display: block;
   width: 100%;
   height: 52px;
   background: #f5f4f4;
   border: 1px solid #f5f4f4;
   padding: 10px 45px 10px 20px;
   font-size: 17px;
   color: #a8a7a7;
 }

 .custom-banking .content-box .inner-box .form-inner .form-group input:focus {
   border-color: var(--theme-color);
 }

 .custom-banking .content-box .inner-box .form-inner .message-btn button {
   position: relative;
   display: inline-block;
   font-size: 18px;
   line-height: 26px;
   font-family: var(--title-font);
   color: var(--title-color);
   font-weight: 700;
   padding-left: 26px;
   transition: all 500ms ease;
 }

 .custom-banking .content-box .inner-box .form-inner .message-btn button i {
   position: absolute;
   left: 0px;
   top: 4px;
   font-size: 20px;
   font-weight: 700;
 }

 .custom-banking .content-box .inner-box .form-inner .message-btn button:hover {
   color: var(--theme-color);
 }

 .custom-banking .title-box {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   max-width: 1000px;
   margin-bottom: 48px;
 }

 .custom-banking .title-box .sec-title {
   margin-bottom: 0px;
 }

 .custom-banking .title-box .support-box {
   position: relative;
   padding-left: 30px;
 }

 .custom-banking .title-box .support-box:before {
   position: absolute;
   content: '';
   background: #fff;
   width: 1px;
   height: 74px;
   left: 0px;
   top: 5px;
   opacity: 0.15;
 }

 .custom-banking .title-box .support-box h5 {
   display: block;
   font-size: 18px;
   line-height: 26px;
   color: #fff;
   opacity: 0.5;
   margin-bottom: 8px;
 }

 .custom-banking .title-box .support-box .phone-box {
   position: relative;
   display: block;
   padding-left: 38px;
 }

 .custom-banking .title-box .support-box .phone-box .icon-box {
   position: absolute;
   left: 0px;
   top: 4px;
 }

 .custom-banking .title-box .support-box .phone-box a {
   position: relative;
   display: inline-block;
   font-size: 24px;
   line-height: 30px;
   color: #fff;
   font-weight: 700;
 }

 .custom-banking .title-box .support-box .phone-box a:hover {
   text-decoration: underline;
 }

 .custom-banking .title-box .support-box .phone-box span {
   position: relative;
   display: block;
   color: #fff;
   opacity: 0.5;
 }

 .custom-banking .tabs-box .support-image {
   position: absolute;
   right: 0px;
   top: -162px;
 }

 .custom-banking .content-box .inner-box .single-item {
   padding-left: 28px;
 }

 .custom-banking .content-box .inner-box .single-item:before {
   position: absolute;
   content: '';
   background: #e2e0e0;
   width: 3px;
   height: calc(100% - 10px);
   left: 0px;
   top: 6px;
 }


 /** funfact-section **/

 .funfact-section {
   position: relative;
 }

 .funfact-section .funfact-block-one {
   position: relative;
   float: left;
   width: 25%;
 }

 .funfact-block-one .inner-box {
   position: relative;
   display: block;
   padding: 50px 50px 43px 50px;
   border-right: 1px solid #e6e4e4;
 }

 .funfact-block-one:last-child .inner-box {
   border: none;
 }

 .funfact-block-one .inner-box .icon-box {
   position: relative;
   display: inline-block;
   margin-bottom: 17px;
 }

 .funfact-block-one .inner-box .count-outer {
   position: relative;
   display: block;
   font-size: 36px;
   line-height: 40px;
   font-family: var(--title-font);
   font-weight: 700;
   color: var(--title-color);
   margin-bottom: 0px;
   padding-bottom: 13px;
   margin-bottom: 17px;
   border-bottom: 1px solid #e6e4e4;
 }

 .funfact-block-one .inner-box .count-outer .symble {
   position: relative;
   display: inline-block;
   font-weight: 400;
   top: -2px;
 }

 .funfact-section .outer-container {
   position: relative;
   background: #fff;
   box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
 }


 /** calculator-section **/

 .calculator-section {
   position: relative;
 }

 .calculator-section .inner-container {
   position: relative;
   display: block;
   background: #fff;
 }

 .calculator-section .tab-btns {
   position: relative;
 }

 .calculator-section .tab-btns .tab-btn {
   position: relative;
   display: block;
   float: left;
   width: 20%;
   text-align: center;
   padding: 21px 15px;
   background: var(--secondary-color);
   cursor: pointer;
 }

 .calculator-section .tab-btns .tab-btn:before {
   position: absolute;
   content: '';
   background: #fff;
   width: 1px;
   height: 30px;
   top: 20px;
   right: 0px;
   opacity: 0.15;
 }

 .calculator-section .tab-btns .tab-btn:last-child:before {
   display: none;
 }

 .calculator-section .tab-btns .tab-btn h4 {
   display: block;
   font-size: 20px;
   line-height: 28px;
   color: #fff;
   opacity: 0.5;
   transition: all 500ms ease;
 }

 .calculator-section .tab-btns .tab-btn.active-btn h4 {
   opacity: 1;
 }

 .calculator-section .content-box {
   position: relative;
   display: block;
   padding: 43px 50px 50px 50px;
   box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
   margin-right: -50px;
 }

 .calculator-section .content-box .left-content .lower-text {
   position: relative;
   display: block;
   padding-left: 60px;
   min-height: 45px;
 }

 .calculator-section .content-box .left-content .lower-text .icon-box {
   position: absolute;
   display: inline-block;
   left: 0px;
   top: 4px;
   width: 45px;
   height: 45px;
   line-height: 45px;
   background: #f5f4f4;
   text-align: center;
   border-radius: 50%;
 }

 .calculator-section .content-box .left-content .lower-text h5 {
   font-size: 18px;
   line-height: 26px;
 }

 .calculator-section .content-box .left-content .lower-text h5 a {
   position: relative;
   display: inline-block;
   color: var(--theme-color);
   line-height: 18px;
   border-bottom: 1px solid var(--theme-color);
 }

 .calculator-section .content-box .left-content .sec-title {
   margin-bottom: 40px;
 }

 .progress-block-one {
   position: relative;
   display: block;
   margin-bottom: 15px;
 }

 .progress-block-one:last-child {
   margin-bottom: 0px;
 }

 .progress-block-one .title-box {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-bottom: 13px;
 }

 .progress-block-one .title-box h5 {
   display: block;
   font-size: 18px;
   line-height: 26px;
 }

 .progress-block-one .title-box h6 {
   display: block;
   font-size: 16px;
   line-height: 24px;
 }

 .progress-block-one .inner-box {
   position: relative;
   display: block;
   border: 1px solid #e6e4e4;
   padding: 14px 18px 39px 18px;
 }

 .progress-block-one .inner-box .text-box {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-bottom: 5px;
 }

 .progress-block-one .inner-box .text-box span {
   font-size: 15px;
   line-height: 24px;
 }

 .progress-block-one .inner-box .bar {
   position: relative;
   width: 100%;
   height: 8px;
   background: #f5f4f4;
   border-radius: 40px;
 }

 .progress-block-one .inner-box .bar-inner {
   position: relative;
   display: block;
   width: 0px;
   height: 8px;
   background: var(--secondary-color);
   border-radius: 40px 0px 0px 40px;
   -webkit-transition: all 1500ms ease;
   -ms-transition: all 1500ms ease;
   -o-transition: all 1500ms ease;
   -moz-transition: all 1500ms ease;
   transition: all 1500ms ease;
 }

 .progress-block-one .inner-box .bar-inner:before {
   position: absolute;
   content: '';
   background: var(--theme-color);
   width: 14px;
   height: 10px;
   right: -7px;
   bottom: -20px;
   clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 0% 100%, 50% 0%);
 }

 .calculator-section .amount-box {
   position: relative;
   display: block;
   background: #f5f4f4;
   margin-left: 20px;
   padding: 85px 30px 48px 30px;
 }

 .calculator-section .amount-box .emi-box {
   position: relative;
   display: block;
   background: var(--theme-color);
   padding: 58px 20px 52px 20px;
   margin-bottom: 55px;
 }

 .calculator-section .amount-box .emi-box .icon-box {
   position: absolute;
   display: inline-block;
   width: 70px;
   height: 70px;
   line-height: 70px;
   background: #fff;
   text-align: center;
   border-radius: 50%;
   box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
   left: 50%;
   margin-left: -35px;
   top: -35px;
 }

 .calculator-section .amount-box .emi-box h5 {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 26px;
   font-weight: 600;
   color: #fff;
   opacity: 0.5;
   margin-bottom: 10px;
 }

 .calculator-section .amount-box .emi-box h3 {
   font-size: 30px;
   line-height: 38px;
   color: #fff;
 }

 .calculator-section .amount-box .emi-box .btn-box {
   position: absolute;
   left: 50%;
   bottom: -28px;
   transform: translateX(-50%);
   width: 100%;
 }

 .calculator-section .amount-box .emi-box .btn-box .theme-btn {
   background: #fff;
   color: var(--title-color) !important;
   box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
 }

 .calculator-section .amount-box .emi-box .btn-box .theme-btn span:before {
   color: var(--theme-color);
 }

 .calculator-section .amount-box .emi-box .btn-box .theme-btn:hover {
   color: #fff !important;
 }

 .calculator-section .amount-box .interest-amount .single-amount {
   position: relative;
   display: block;
   padding-left: 28px;
   padding-bottom: 18px;
   margin-bottom: 17px;
   border-bottom: 1px solid #e2e0e0;
 }

 .calculator-section .amount-box .interest-amount .single-amount:last-child {
   padding-bottom: 0px;
   margin-bottom: 0px;
   border-bottom: none;
 }

 .calculator-section .amount-box .interest-amount .single-amount .icon-box {
   position: absolute;
   left: 0px;
   top: 3px;
   font-size: 16px;
   color: var(--theme-color);
 }

 .calculator-section .amount-box .interest-amount .single-amount h5 {
   display: block;
   font-size: 18px;
   line-height: 26px;
   font-weight: 700;
   margin-bottom: 2px;
 }

 .calculator-section .amount-box .interest-amount .single-amount span {
   position: relative;
   display: block;
 }

 .calculator-section .image-layer {
   position: absolute;
   left: 0px;
   bottom: 0px;
 }

 .calculator-section .big-text {
   position: absolute;
   right: 84px;
   bottom: 70px;
   font-size: 100px;
   line-height: 100px;
   font-family: var(--title-font);
   color: #f4f4f4;
   font-weight: 800;
   text-transform: uppercase;
   writing-mode: vertical-lr;
   transform: rotate(180deg);
   text-align: center;
 }


 /** creditcard-section **/

 .creditcard-section {
   position: relative;
   background: var(--secondary-color);
 }

 .creditcard-section .card-inner {
   position: relative;
   display: block;
   padding: 160px 0px 160px 88px;
   margin-right: 30px;
 }

 .creditcard-section .card-inner .shape {
   position: absolute;
   left: 0px;
   top: 0px;
   width: calc(100% - 110px);
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .creditcard-section .card-inner .card-box {
   position: relative;
   display: block;
 }

 .creditcard-section .card-inner .card-box img {
   width: 100%;
 }

 .creditcard-section .card-inner .highlights-one {
   position: absolute;
   top: 50px;
   right: 32px;
   font-size: 17px;
   font-weight: 500;
   color: var(--title-color);
   background: #fff;
   padding: 17px 20px;
 }

 .creditcard-section .card-inner .highlights-one:before {
   position: absolute;
   content: '';
   background: #fff;
   width: 16px;
   height: 12px;
   right: 33px;
   bottom: -12px;
   clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
 }

 .creditcard-section .card-inner .highlights-two {
   position: absolute;
   left: 40px;
   bottom: 50px;
   font-size: 17px;
   font-weight: 500;
   color: var(--title-color);
   background: #fff;
   padding: 17px 20px;
 }

 .creditcard-section .card-inner .highlights-two:before {
   position: absolute;
   content: '';
   background: #fff;
   width: 16px;
   height: 12px;
   right: 21px;
   top: -12px;
   clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 0% 100%, 50% 0%);
 }

 .creditcard-section .content-box {
   position: relative;
   display: block;
 }

 .creditcard-section .content-box .tab-btns .tab-btn {
   position: relative;
   display: inline-flex;
   align-items: center;
   margin-right: 10px;
   margin-bottom: 10px;
   background: rgba(255, 255, 255, 0.10);
   padding: 12px 20px;
   cursor: pointer;
   gap: 10px;
   transition: all 500ms ease;
 }

 .creditcard-section .content-box .tab-btns .tab-btn.active-btn {
   background: var(--theme-color);
 }

 .creditcard-section .content-box .tab-btns .tab-btn img {
   position: relative;
   opacity: 0.5;
   transition: all 500ms ease;
 }

 .creditcard-section .content-box .tab-btns .tab-btn.active-btn img {
   opacity: 1;
 }

 .creditcard-section .content-box .tab-btns .tab-btn h5 {
   font-size: 18px;
   line-height: 26px;
   color: #fff;
   opacity: 0.5;
   transition: all 500ms ease;
 }

 .creditcard-section .content-box .tab-btns .tab-btn.active-btn h5 {
   opacity: 1;
 }

 .creditcard-section .content-box .inner-box {
   position: relative;
   display: block;
 }

 .creditcard-section .content-box .inner-box .text-box p {
   color: #fff;
   opacity: 0.7;
   max-width: 480px;
   margin-bottom: 13px;
 }

 .creditcard-section .content-box .inner-box .text-box a {
   position: relative;
   display: inline-block;
   font-size: 18px;
   line-height: 26px;
   font-weight: 700;
   color: #fff;
   padding-left: 26px;
 }

 .creditcard-section .content-box .inner-box .text-box a:hover {
   color: var(--theme-color);
 }

 .creditcard-section .content-box .inner-box .text-box a i {
   position: absolute;
   left: 0px;
   top: 3px;
   font-size: 22px;
   color: var(--theme-color);
 }

 .creditcard-section .content-box .inner-box .text-box {
   margin-bottom: 40px;
 }

 .creditcard-section .content-box .inner-box .form-inner h4 {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 28px;
   color: #fff;
   margin-bottom: 22px;
 }

 .creditcard-section .content-box .inner-box .form-inner .form-group {
   position: relative;
   margin-bottom: 0px;
   max-width: 370px;
 }

 .creditcard-section .content-box .inner-box .form-inner .form-group .icon-box {
   position: absolute;
   left: 24px;
   top: 14px;
   z-index: 1;
 }

 .creditcard-section .content-box .inner-box .form-inner .form-group input[type='text'] {
   position: relative;
   display: block;
   width: 100%;
   height: 60px;
   border: 1px solid rgba(255, 255, 255, 0.15);
   font-size: 17px;
   color: rgba(255, 255, 255, 0.50);
   padding: 10px 140px 10px 54px;
   transition: all 500ms ease;
 }

 .creditcard-section .content-box .inner-box .form-inner .form-group input:focus {
   color: #fff;
   border-color: #fff;
 }

 .creditcard-section .content-box .inner-box .form-inner .form-group button[type='submit'] {
   position: absolute;
   top: 9px;
   right: 9px;
   display: flex;
   align-items: center;
   font-size: 18px;
   line-height: 26px;
   font-family: var(--title-font);
   color: var(--title-color);
   background: #fff;
   gap: 10px;
   padding: 7px 17px;
   transition: all 500ms ease;
 }

 .creditcard-section .content-box .inner-box .form-inner .form-group button i {
   height: 20px;
   font-size: 22px;
   color: var(--theme-color);
   transition: all 500ms ease;
 }

 .creditcard-section .content-box .inner-box .form-inner .form-group button:hover {
   background: var(--theme-color);
   color: #fff;
 }

 .creditcard-section .content-box .inner-box .form-inner .form-group button:hover i {
   color: #fff;
 }

 .creditcard-section .pattern-layer {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 792px;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
 }

 .creditcard-section .big-text {
   position: absolute;
   left: 90px;
   top: 0px;
   height: 100%;
   text-align: center;
   writing-mode: vertical-lr;
   font-size: 100px;
   line-height: 100px;
   font-family: var(--title-font);
   text-transform: uppercase;
   font-weight: 800;
   color: rgba(255, 255, 255, 0.10);
   transform: rotate(180deg);
 }


 /** locker-facility **/

 .locker-facility {
   position: relative;
 }

 .locker-facility .content-box {
   position: relative;
   display: block;
   margin-top: -8px;
 }

 .locker-facility .content-box .sec-title {
   margin-bottom: 38px;
 }

 .locker-facility .content-box .text-box p {
   margin-bottom: 24px;
 }

 .locker-facility .content-box .text-box h5 {
   font-size: 18px;
   line-height: 26px;
   padding-left: 24px;
 }

 .locker-facility .content-box .text-box h5 i {
   position: absolute;
   left: 0px;
   top: 2px;
   font-size: 20px;
   color: var(--theme-color);
 }

 .locker-facility .content-box .text-box h5 a {
   display: inline-block;
   color: var(--theme-color);
   text-decoration: underline;
 }

 .locker-facility .content-box .text-box {
   margin-bottom: 38px;
 }

 .locker-facility .content-box .inner-box {
   position: relative;
   display: block;
   padding: 24px 50px 27px 30px;
   background: linear-gradient(90deg, #f5f4f4 50%, #fff 100%);
 }

 .locker-facility .content-box .inner-box h6 {
   position: relative;
   display: inline-block;
   font-size: 15px;
   line-height: 24px;
   font-weight: 700;
   text-transform: uppercase;
   color: var(--theme-color);
   padding-right: 155px;
   margin-bottom: 11px;
 }

 .locker-facility .content-box .inner-box h6:before {
   position: absolute;
   content: '';
   background: linear-gradient(90deg, var(--theme-color) 50%, #f4f3f4 100%);
   width: 140px;
   height: 1px;
   top: 11px;
   right: 0px;
 }

 .locker-facility .content-box .inner-box .single-item {
   position: relative;
   display: block;
   padding-left: 65px;
   padding-right: 25px;
   min-height: 45px;
 }

 .locker-facility .content-box .inner-box .single-item .icon-box {
   position: absolute;
   display: inline-block;
   left: 0px;
   top: 4px;
   width: 45px;
   height: 45px;
   line-height: 45px;
   background: #fff;
   text-align: center;
   border-radius: 50%;
 }

 .locker-facility .content-box .inner-box .single-item p {
   font-weight: 500;
   color: var(--title-color);
 }

 .locker-facility .content-box .btn-box .theme-btn {
   background: var(--secondary-color);
 }

 .locker-facility .content-box .btn-box .theme-btn:before {
   background: var(--theme-color);
 }

 .locker-facility .content-box .btn-box .theme-btn span:before {
   color: var(--theme-color);
 }

 .locker-facility .content-box .btn-box .theme-btn:hover span:before {
   color: #fff;
 }

 .locker-facility .image-box {
   position: relative;
   display: block;
 }

 .locker-facility .image-box .image {
   position: relative;
   display: block;
   overflow: hidden;
 }

 .locker-facility .image-box .image img {
   width: 100%;
   transition: all 500ms ease;
 }

 .locker-facility .image-box .image:hover img {
   transform: scale(1.05);
 }


 /** faq-section **/

 .faq-section {
   position: relative;
 }

 .faq-section .category-box {
   position: relative;
   display: block;
   background: #fff;
   padding: 43px 30px 44px 30px;
 }

 .faq-section .category-box h3 {
   position: relative;
   display: block;
   font-size: 24px;
   line-height: 30px;
   margin-bottom: 12px;
 }

 .faq-section .category-box p {
   margin-bottom: 32px;
 }

 .faq-section .category-box .category-list li {
   position: relative;
   display: inline-block;
   float: left;
   margin-right: 10px;
   margin-bottom: 10px;
 }

 .faq-section .category-box .category-list li a {
   position: relative;
   display: inline-block;
   font-size: 18px;
   line-height: 24px;
   font-family: var(--title-font);
   font-weight: 500;
   color: var(--text-color);
   background: #f5f4f4;
   padding: 8px 22px;
 }

 .faq-section .category-box .category-list li a:hover {
   color: #fff;
   background: var(--theme-color);
 }

 .faq-section .category-box .category-list {
   padding-bottom: 35px;
   border-bottom: 1px solid #e6e4e4;
   margin-bottom: 25px;
 }

 .faq-section .category-box .lower-box {
   position: relative;
   display: block;
   padding-left: 60px;
 }

 .faq-section .category-box .lower-box .icon-box {
   position: absolute;
   display: inline-block;
   left: 0px;
   top: 4px;
   width: 45px;
   height: 45px;
   line-height: 45px;
   border: 1px solid #e6e4e4;
   border-radius: 50%;
   text-align: center;
 }

 .faq-section .category-box .lower-box h5 {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 26px;
   margin-bottom: 4px;
 }

 .faq-section .category-box .lower-box a {
   position: relative;
   display: inline-block;
   font-size: 18px;
   line-height: 24px;
   font-weight: 700;
   padding-left: 26px;
   color: var(--title-color);
 }

 .faq-section .category-box .lower-box a i {
   position: absolute;
   left: 0px;
   top: 3px;
   font-size: 20px;
   color: var(--theme-color);
 }

 .faq-section .category-box .lower-box a:hover {
   color: var(--theme-color);
 }

 .faq-section .accordion {
   position: relative;
   margin-bottom: 20px;
   background: #fff;
   box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
 }

 .faq-section .accordion:last-child {
   margin-bottom: 0px;
 }

 .faq-section .accordion .acc-btn {
   position: relative;
   padding: 15px 70px 15px 30px;
   cursor: pointer;
 }



 .faq-section .accordion .acc-btn h4 {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 28px;
   padding: 6px 0px 6px 60px;
   transition: all 500ms ease;
 }

 .faq-section .accordion .acc-btn.active h4 {
   color: #fff;
 }

 .faq-section .accordion .acc-btn h4 span {
   position: absolute;
   display: inline-block;
   left: 0px;
   top: 0px;
   width: 40px;
   height: 40px;
   line-height: 40px;
   background: #f5f4f4;
   text-align: center;
   border-radius: 50%;
   font-size: 18px;
   color: #a8a7a7;
   font-weight: 700;
 }

 .faq-section .accordion .acc-btn.active h4 span {
   color: var(--theme-color);
   background: #fff;
 }

 .faq-section .accordion .acc-btn .icon-box {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 68px;
   height: 70px;
   line-height: 70px;
   text-align: center;
   font-size: 20px;
   color: #a8a7a7;
 }

 .faq-section .accordion .acc-btn.active .icon-box {
   color: var(--theme-color);
 }

 .faq-section .accordion .acc-btn .icon-box i {
   position: relative;
   display: inline-block;
   transition: all 500ms ease;
 }

 .faq-section .accordion .acc-btn.active .icon-box i {
   transform: rotate(180deg);
 }

 .faq-section .accordion .acc-btn .icon-box:before {
   position: absolute;
   content: '';
   background: #e6e4e4;
   width: 1px;
   height: 40px;
   left: 0px;
   top: 15px;
 }

 .faq-section .accordion .acc-btn.active .icon-box:before {
   background: rgba(255, 255, 255, 0.15);
 }

 .faq-section .accordion .acc-content {
   padding: 0px 50px 22px 30px;
 }


 /** news-section **/

 .news-section {
   position: relative;
 }

 .news-section .owl-carousel .owl-stage-outer {
   overflow: visible;
 }

 .news-section .owl-carousel .owl-stage-outer .owl-item {
   opacity: 0;
   visibility: hidden;
 }

 .news-section .owl-carousel .owl-stage-outer .owl-item.active {
   opacity: 1;
   visibility: visible;
 }

 .news-block-one .inner-box {
   position: relative;
   display: block;
   background: #fff;
   box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
   margin-bottom: 30px;
 }

 .news-block-one .inner-box .image-box {
   position: relative;
   display: block;
   overflow: hidden;
 }

 .news-block-one .inner-box .image-box img {
   width: 100%;
 }

 .news-block-one .inner-box .image-box .overlay-image {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   transform: translatey(-50%) scaleY(1.5);
   opacity: 0;
   filter: blur(10px);
   transition: opacity 0.5s ease;
   transition: background-color 0.5s ease;
   transition: all 0.5s ease;
   z-index: 1;
 }

 .news-block-one .inner-box:hover .image-box .overlay-image {
   transform: translatey(0) scaleY(1);
   opacity: 1;
   filter: blur(0);
 }

 .news-block-one .inner-box .image-box .overlay-image:before {
   position: absolute;
   content: '';
   background: var(--secondary-color);
   opacity: 0.9;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   z-index: 1;
 }

 .news-block-one .inner-box .image-box .view-btn {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   z-index: 2;
 }

 .news-block-one .inner-box .image-box .view-btn a {
   position: relative;
   display: inline-block;
   width: 56px;
   height: 56px;
   line-height: 56px;
   background: #fff;
   text-align: center;
   transform: scale(0, 0);
 }

 .news-block-one .inner-box .image-box .view-btn a img {
   display: inline-block;
   width: auto;
 }

 .news-block-one .inner-box:hover .image-box .view-btn a {
   transform: scale(1, 1);
 }

 .news-block-one .inner-box .content-box {
   position: relative;
   display: block;
   padding: 21px 25px 26px 25px;
 }

 .news-block-one .inner-box .content-box .upper-box {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding-bottom: 23px;
   border-bottom: 1px solid #e9e8e8;
   margin-bottom: 20px;
 }

 .news-block-one .inner-box .content-box .upper-box .title-box h6 {
   position: relative;
   display: block;
   font-size: 15px;
   line-height: 24px;
   font-weight: 800;
   text-transform: uppercase;
   color: var(--theme-color);
   padding-left: 23px;
   margin-bottom: 4px;
 }

 .news-block-one .inner-box .content-box .upper-box .title-box h6 img {
   position: absolute;
   left: 0px;
   top: 4px;
 }

 .news-block-one .inner-box .content-box .upper-box .title-box h5 {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 26px;
 }

 .news-block-one .inner-box .content-box .upper-box .title-box h5 span {
   color: #a8a7a7;
 }

 .news-block-one .inner-box .content-box .upper-box .title-box h5 a {
   display: inline-block;
   color: var(--title-color);
 }

 .news-block-one .inner-box .content-box .upper-box .title-box h5 a:hover {
   color: var(--theme-color);
 }

 .news-block-one .inner-box .content-box .upper-box .post-date h3 {
   font-size: 28px;
   line-height: 30px;
   font-weight: 800;
 }

 .news-block-one .inner-box .content-box .upper-box .post-date h6 {
   font-size: 16px;
   line-height: 20px;
   font-weight: 600;
 }

 .news-block-one .inner-box .content-box .lower-box h3 {
   position: relative;
   display: block;
   font-size: 24px;
   line-height: 32px;
   margin-bottom: 11px;
 }

 .news-block-one .inner-box .content-box .lower-box h3 a {
   display: inline-block;
   color: var(--title-color);
 }

 .news-block-one .inner-box .content-box .lower-box h3 a:hover {
   color: var(--theme-color);
 }

 .news-block-one .inner-box .content-box .lower-box .link-box {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
 }

 .news-block-one .inner-box .content-box .lower-box .link-box h5 {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 24px;
   color: #a8a7a7;
   padding-left: 25px;
 }

 .news-block-one .inner-box .content-box .lower-box .link-box h5 img {
   position: absolute;
   left: 0px;
   top: 4px;
 }

 .news-block-one .inner-box .content-box .lower-box .link-box a {
   position: relative;
   display: inline-block;
   font-size: 24px;
   color: var(--title-color);
 }

 .news-block-one .inner-box .content-box .lower-box .link-box a:hover {
   color: var(--theme-color);
 }

 .news-section .block-content .news-block-one .inner-box .content-box {
   padding-top: 24px;
   padding-bottom: 28px;
   min-height: 254px;
 }

 .news-section .owl-nav {
   position: absolute;
   top: -115px;
   right: 0px;
 }


 /** main-footer **/

 .main-footer {
   position: relative;
   background: #f5f4f4;
 }

 .main-footer .widget-section {
   position: relative;
   padding: 120px 0px 153px 0px;
   border-bottom: 1px solid #e2e0e0;
 }

 .main-footer .widget-section:before {
   position: absolute;
   content: '';
   background: #e2e0e0;
   width: 1px;
   height: 100%;
   left: 50%;
   top: 0px;
 }

 .main-footer .contact-widget .certified-box {
   position: relative;
   background: var(--secondary-color);
   padding: 19px 20px 18px 125px;
   margin-bottom: 48px;
 }

 .main-footer .contact-widget .certified-box .image-box {
   position: absolute;
   left: 29px;
   top: 25px;
 }

 .main-footer .contact-widget .certified-box h4 {
   font-size: 20px;
   line-height: 26px;
   color: #fff;
   max-width: 320px;
   margin-bottom: 10px;
 }

 .main-footer .contact-widget .certified-box span {
   position: relative;
   display: block;
   color: rgba(255, 255, 255, 0.50);
 }

 .main-footer .contact-widget .schedule-inner {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-bottom: 28px;
 }

 .main-footer .contact-widget .schedule-inner h3 {
   position: relative;
   display: block;
   font-size: 24px;
   line-height: 30px;
   margin-bottom: 21px;
 }

 .main-footer .contact-widget .schedule-inner ul li {
   position: relative;
   display: block;
   color: var(--title-color);
   margin-bottom: 15px;
 }

 .main-footer .contact-widget .schedule-inner ul li:last-child {
   margin-bottom: 0px;
 }

 .main-footer .contact-widget .schedule-inner ul li a {
   display: inline-block;
   color: var(--title-color);
 }

 .main-footer .contact-widget .schedule-inner ul li a:hover {
   color: var(--theme-color);
 }

 .main-footer .contact-widget .schedule-inner ul li span {
   color: #8d8b8b;
 }

 .main-footer .contact-widget .support-box {
   position: relative;
   display: block;
   padding: 0px 0px 0px 60px;
 }

 .main-footer .contact-widget .support-box .icon-box {
   position: absolute;
   display: inline-block;
   left: 0px;
   top: 7px;
   width: 45px;
   height: 45px;
   line-height: 45px;
   border: 1px solid #e2e0e0;
   border-radius: 50%;
   text-align: center;
 }

 .main-footer .contact-widget .support-box h4 {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 28px;
   margin-bottom: 4px;
 }

 .main-footer .contact-widget .support-box h4 a {
   display: inline-block;
   color: var(--title-color);
 }

 .main-footer .contact-widget .support-box h4 a:hover {
   color: var(--theme-color);
 }

 .main-footer .contact-widget .support-box p {
   display: block;
   color: #8d8b8b;
 }

 .main-footer .contact-widget .support-box .link-box {
   position: absolute;
   top: 20px;
   right: 0px;
 }

 .main-footer .contact-widget .support-box .link-box a {
   position: relative;
   display: inline-block;
   font-size: 24px;
   color: var(--title-color);
 }

 .main-footer .contact-widget .support-box .link-box a:hover {
   color: var(--theme-color);
 }

 .main-footer .widget-title {
   position: relative;
   display: block;
   margin-bottom: 18px;
 }

 .main-footer .widget-title h3 {
   font-size: 24px;
   line-height: 30px;
 }

 .main-footer .links-widget .links-list li {
   position: relative;
   display: block;
   margin-bottom: 11px;
 }

 .main-footer .links-widget .links-list li:last-child {
   margin-bottom: 0px;
 }

 .main-footer .links-widget .links-list li a {
   position: relative;
   display: inline-block;
   font-size: 17px;
   line-height: 26px;
   font-family: var(--text-font);
   color: var(--text-color);
   padding-right: 20px;
 }

 .main-footer .links-widget .links-list li a:hover {
   color: var(--theme-color);
 }

 .main-footer .links-widget .links-list li a i {
   position: absolute;
   top: 3px;
   right: 0px;
   font-size: 18px;
   color: var(--theme-color);
   opacity: 0;
   transition: all 500ms ease;
 }

 .main-footer .links-widget .links-list li a:hover i {
   opacity: 1;
 }

 .main-footer .footer-bottom {
   position: relative;
 }

 .main-footer .footer-bottom .bottom-top {
   position: relative;
   display: block;
   width: 100%;
   background: #eaeaea;
   padding: 20px 80px;
   margin-top: -42px;
   z-index: 1;
 }

 .main-footer .footer-bottom .bottom-top .list-item {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
 }

 .main-footer .footer-bottom .bottom-top .list-item li {
   position: relative;
   display: inline-block;
   padding: 8px 0px 8px 60px;
 }

 .main-footer .footer-bottom .bottom-top .list-item li:before {
   position: absolute;
   content: '';
   background: #d5d5d5;
   width: 1px;
   height: 84px;
   top: -20px;
   right: -75px;
 }

 .main-footer .footer-bottom .bottom-top .list-item li:last-child:before {
   display: none;
 }

 .main-footer .footer-bottom .bottom-top .list-item li .icon-box {
   position: absolute;
   left: 0px;
   top: 0px;
   display: inline-block;
   width: 45px;
   height: 45px;
   line-height: 45px;
   border: 1px solid #d5d5d5;
   border-radius: 50%;
   text-align: center;
 }

 .main-footer .footer-bottom .bottom-top .list-item li h4 {
   display: block;
   font-size: 20px;
   line-height: 28px;
 }

 .main-footer .footer-bottom .bottom-top .list-item li h4 a,
 .main-footer .footer-bottom .bottom-top .list-item li h4 button {
   display: inline-block;
   color: var(--title-color);
   font-size: 20px;
   line-height: 28px;
   font-family: var(--title-font);
   font-weight: 700;
   transition: all 500ms ease;
 }

 .main-footer .footer-bottom .bottom-top .list-item li h4 a:hover,
 .main-footer .footer-bottom .bottom-top .list-item li h4 button:hover {
   color: var(--theme-color);
 }

 .main-footer .footer-bottom .bottom-inner {
   position: relative;
   padding: 50px 0px 45px 0px;
   display: flex;
   align-items: center;
   justify-content: space-between;
 }

 .main-footer .footer-bottom .social-box span {
   position: relative;
   display: block;
   margin-bottom: 13px;
 }

 .main-footer .footer-bottom .social-box .social-links {
   position: relative;
   display: flex;
   align-items: center;
 }

 .main-footer .footer-bottom .social-box .social-links li {
   position: relative;
   display: inline-block;
   margin-right: 5px;
 }

 .main-footer .footer-bottom .social-box .social-links li:last-child {
   margin: 0px;
 }

 .main-footer .footer-bottom .social-box .social-links li a {
   position: relative;
   display: inline-block;
   width: 45px;
   height: 45px;
   line-height: 51px;
   background: #eaeaea;
   text-align: center;
   font-size: 20px;
   color: var(--title-color);
 }

 .main-footer .footer-bottom .social-box .social-links li a:hover {
   color: #fff;
   background: var(--theme-color);
 }

 .main-footer .footer-bottom .footer-logo {
   position: relative;
   display: block;
   text-align: center;
 }

 .main-footer .footer-bottom .footer-logo .logo {
   position: relative;
   display: block;
   margin-bottom: 16px;
 }

 .main-footer .footer-bottom .copyright p a {
   color: var(--theme-color);
 }

 .main-footer .footer-bottom .footer-nav li {
   position: relative;
   display: inline-block;
   margin-left: 25px;
 }

 .main-footer .footer-bottom .footer-nav li:first-child {
   margin-left: 0px;
 }

 .main-footer .footer-bottom .footer-nav li a {
   display: inline-block;
   color: var(--text-color);
 }

 .main-footer .footer-bottom .footer-nav li a:hover {
   color: var(--theme-color);
 }

 .main-footer .footer-bottom .footer-nav li:last-child {
   display: block;
   text-align: right;
 }


 /** header-style-two **/

 .header-style-two {
   position: relative;
   padding: 0px 40px;
 }

 .header-top-two {
   position: relative;
   padding: 7px 0px;
 }

 .header-top-two .outer-container {
   position: relative;
   padding: 0px 65px;
 }

 .header-top-two .service-list {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
 }

 .header-top-two .service-list li {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
 }

 .header-top-two .service-list li a {
   position: relative;
   display: inline-block;
   font-size: 17px;
   font-weight: 500;
   color: var(--title-color);
 }

 .header-top-two .service-list li a:hover {
   color: var(--theme-color);
 }

 .header-top-two .bar-box {
   position: absolute;
   left: 0px;
   top: 0px;
   right: 0px;
   width: 100%;
   height: 100%;
 }

 .header-top-two .bar-box .bar {
   position: absolute;
   background: #d6d9de;
   width: 1px;
   height: 40px;
   top: 0px;
 }

 .header-top-two .bar-box .bar-1 {
   left: 20%;
 }

 .header-top-two .bar-box .bar-2 {
   left: 40%;
 }

 .header-top-two .bar-box .bar-3 {
   left: 60%;
 }

 .header-top-two .bar-box .bar-4 {
   left: 80%;
 }

 .header-top-two .service-list li:last-child:before {
   display: none;
 }


 .header-upper {
   position: relative;
   width: 100%;
   background: var(--secondary-color);
 }

 .header-upper .outer-container {
   padding: 0px;
   padding-left: 40px;
 }

 .header-upper .upper-inner {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
 }

 .header-upper .upper-inner .left-column {
   position: relative;
   display: flex;
   align-items: center;
   gap: 80px;
   padding: 19.5px 0px;
 }

 .header-upper .upper-inner .left-column .logo-box {
   position: relative;
 }

 .header-upper .upper-inner .left-column .logo-box:before {
   position: absolute;
   content: '';
   background: rgba(255, 255, 255, 0.10);
   width: 1px;
   height: 46px;
   top: -4.9px;
   right: -41px;
 }

 .header-upper .upper-inner .left-column .notification-box {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
 }

 .header-upper .upper-inner .left-column .notification-box h5 {
   font-size: 18px;
   line-height: 26px;
   color: #fff;
 }

 .header-upper .upper-inner .left-column .notification-box p {
   color: #a3a1ad;
 }

 .header-upper .upper-inner .left-column .notification-box a {
   position: relative;
   display: inline-block;
   font-size: 18px;
   line-height: 26px;
   color: #fff;
   font-weight: 700;
   padding-left: 25px;
 }

 .header-upper .upper-inner .left-column .notification-box a i {
   position: absolute;
   left: 0px;
   top: 3px;
   font-size: 20px;
   color: var(--theme-color);
 }

 .header-upper .upper-inner .left-column .notification-box a:hover {
   color: var(--theme-color);
 }

 .header-upper .upper-inner .left-column .notification-box .icon-box {
   position: relative;
   display: inline-block;
   width: 36px;
   height: 36px;
   line-height: 36px;
   text-align: center;
   border-radius: 50%;
   background: var(--theme-color);
 }

 .header-upper .upper-inner .right-column {
   position: relative;
   display: flex;
   align-items: center;
   padding-left: 40px;
 }

 .header-upper .upper-inner .right-column:before {
   position: absolute;
   content: '';
   background: rgba(255, 255, 255, 0.10);
   width: 1px;
   height: 46px;
   top: 15px;
   left: 0px;
 }

 .header-upper .upper-inner .right-column .search-box {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
   cursor: pointer;
 }

 .header-upper .upper-inner .right-column .search-box span {
   position: relative;
   display: inline-block;
   color: #5a5a5d;
 }

 .header-upper .upper-inner .right-column .info-list {
   position: relative;
   display: flex;
   align-items: center;
 }

 .header-upper .upper-inner .right-column .info-list li a img {
   position: absolute;
   left: 40px;
   top: 23px;
 }

 .header-upper .upper-inner .right-column .info-list li a {
   position: relative;
   display: inline-block;
   padding: 12px 25px 12px 85px;
   background: var(--theme-color);
   font-size: 18px;
   line-height: 26px;
   color: #fff;
   font-weight: 700;
 }

 .header-upper .upper-inner .right-column .info-list li a span {
   position: relative;
   display: block;
   font-size: 17px;
   color: #88b9fb;
 }

 .header-upper .upper-inner .right-column .info-list li a:before {
   position: absolute;
   content: '';
   background: rgba(255, 255, 255, 0.15);
   width: 1px;
   height: 46px;
   top: 15px;
   right: 0px;
 }

 .header-upper .upper-inner .right-column .info-list li:last-child a:before {
   display: none;
 }

 .header-style-two .header-lower {
   position: relative;
 }

 .header-style-two .header-lower .outer-container {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   padding: 0px 40px;
   background: #fff;
 }

 .header-style-two .menu-right-content {
   gap: 50px;
 }

 .header-style-two .menu-right-content li {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
   font-size: 17px;
   line-height: 26px;
   margin: 0px;
 }

 .header-style-two .menu-right-content li:before {
   position: absolute;
   content: '';
   background: #e6e9ee;
   width: 1px;
   height: 40px;
   top: -7px;
   right: -25px;
 }

 .header-style-two .menu-right-content li:last-child:before {
   display: none;
 }

 .header-style-two .menu-right-content li.looking-box h5 {
   font-size: 18px;
   line-height: 26px;
   font-weight: 600;
 }

 .header-style-two .menu-right-content li.looking-box .nice-select {
   font-size: 17px;
   line-height: 26px;
   color: var(--title-color);
   font-weight: 500;
 }

 .header-style-two .menu-right-content li.looking-box .nice-select .list {
   width: 150px;
 }

 .header-style-two .menu-right-content li.looking-box .nice-select:before {
   color: #aeb2b6;
 }

 .header-style-two .main-menu .navigation>li>a {
   padding-top: 22px;
   padding-bottom: 21px;
 }

 .header-style-two .main-menu .navigation>li.dropdown>a:before {
   top: 23px;
 }

 .header-style-two .menu-right-content li.phone-box a {
   position: relative;
   display: inline-block;
   font-size: 18px;
   line-height: 26px;
   font-weight: 700;
   color: var(--title-color);
 }

 .header-style-two .menu-right-content li.phone-box a:hover {
   color: var(--theme-color);
 }

 .header-style-two .menu-right-content .nav-toggler .side-panel-btn {
   border: none;
   width: 22px;
   height: 22px;
   line-height: 22px;
 }


 /** banner-style-two **/

 .banner-style-two {
   position: relative;
 }

 .banner-style-two .banner-carousel .slide-item .bg-layer {
   width: 100%;
 }

 .banner-style-two .banner-carousel .slide-item {
   padding: 196px 0px 150px 0px;
 }

 .banner-style-two .banner-carousel .slide-item:before {
   position: absolute;
   content: '';
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   background: linear-gradient(-90deg, rgba(27, 25, 39, 0.0) 0%, rgba(27, 25, 39, 1) 70%);
   z-index: 1;
 }

 .banner-style-two .banner-carousel .slide-item .pattern-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 626px;
   height: 606px;
   background-repeat: no-repeat;
   z-index: 1;
 }

 .banner-style-two .content-box {
   position: relative;
   z-index: 5;
 }

 .banner-style-two .content-box h2 {
   margin-bottom: 22px;
   max-width: 560px;
 }

 .banner-style-two .content-box .inner-box {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   max-width: 450px;
   opacity: 0;
   -webkit-transform: translateX(-50px);
   -moz-transform: translateX(-50px);
   -ms-transform: translateX(-50px);
   -o-transform: translateX(-50px);
   transform: translateX(-50px);
   -webkit-transition: all 1000ms ease;
   -moz-transition: all 1000ms ease;
   -ms-transition: all 1000ms ease;
   -o-transition: all 1000ms ease;
   transition: all 1000ms ease;
 }

 .banner-style-two .active .content-box .inner-box {
   opacity: 1;
   -webkit-transform: translateX(0);
   -moz-transform: translateX(0);
   -ms-transform: translateX(0);
   -o-transform: translateX(0);
   transform: translateX(0);
   -webkit-transition-delay: 700ms;
   -moz-transition-delay: 700ms;
   -ms-transition-delay: 700ms;
   -o-transition-delay: 700ms;
   transition-delay: 700ms;
 }

 .banner-style-two .content-box p {
   position: relative;
   font-size: 19px;
   line-height: 30px;
   color: #a3a1ad;
   margin-bottom: 30px;
   opacity: 0;
   -webkit-transform: translateX(-50px);
   -moz-transform: translateX(-50px);
   -ms-transform: translateX(-50px);
   -o-transform: translateX(-50px);
   transform: translateX(-50px);
   -webkit-transition: all 1000ms ease;
   -moz-transition: all 1000ms ease;
   -ms-transition: all 1000ms ease;
   -o-transition: all 1000ms ease;
   transition: all 1000ms ease;
 }

 .banner-style-two .active .content-box p {
   opacity: 1;
   -webkit-transform: translateX(0);
   -moz-transform: translateX(0);
   -ms-transform: translateX(0);
   -o-transform: translateX(0);
   transform: translateX(0);
   -webkit-transition-delay: 700ms;
   -moz-transition-delay: 700ms;
   -ms-transition-delay: 700ms;
   -o-transition-delay: 700ms;
   transition-delay: 700ms;
 }

 .banner-style-two .content-box .inner-box .single-item {
   position: relative;
   display: block;
   margin-bottom: 42px;
   padding-left: 28px;
 }

 .banner-style-two .content-box .inner-box .single-item:before {
   position: absolute;
   content: '';
   background: #026dfc;
   width: 3px;
   height: calc(100% - 14px);
   left: 0px;
   top: 7px;
 }

 .banner-style-two .content-box .inner-box .single-item h3 {
   position: relative;
   display: block;
   font-size: 36px;
   line-height: 44px;
   margin-bottom: 4px;
   color: #fff;
 }

 .banner-style-two .content-box .inner-box .single-item span {
   position: relative;
   display: block;
   padding-bottom: 12px;
   margin-bottom: 15px;
   color: #a3a1ad;
 }

 .banner-style-two .content-box .inner-box .single-item span:before {
   position: absolute;
   content: '';
   background: #464550;
   width: 70px;
   height: 1px;
   left: 0px;
   bottom: 0px;
 }

 .banner-style-two .content-box .inner-box .single-item .growth-box {
   position: relative;
   display: block;
   font-size: 17px;
   color: #fff;
   padding-left: 35px;
   text-transform: uppercase;
 }

 .banner-style-two .content-box .inner-box .single-item .growth-box img {
   position: absolute;
   left: 0px;
   top: 5px;
 }

 .banner-style-two .image-box {
   position: relative;
   display: block;
   z-index: 2;
 }

 .banner-style-two .image-box .image {
   position: relative;
   opacity: 0;
   -webkit-transform: translateY(50px);
   -moz-transform: translateY(50px);
   -ms-transform: translateY(50px);
   -o-transform: translateY(50px);
   transform: translateY(50px);
   -webkit-transition: all 1000ms ease;
   -moz-transition: all 1000ms ease;
   -ms-transition: all 1000ms ease;
   -o-transition: all 1000ms ease;
   transition: all 1000ms ease;
 }

 .banner-style-two .active .image-box .image {
   opacity: 1;
   -webkit-transform: translateY(0);
   -moz-transform: translateY(0);
   -ms-transform: translateY(0);
   -o-transform: translateY(0);
   transform: translateY(0);
   -webkit-transition-delay: 1000ms;
   -moz-transition-delay: 1000ms;
   -ms-transition-delay: 1000ms;
   -o-transition-delay: 1000ms;
   transition-delay: 1000ms;
 }

 .banner-style-two .image-box img {
   width: 100%;
 }

 .banner-style-two .owl-dots {
   position: absolute;
   left: 50%;
   bottom: 30px;
   transform: translateX(-50%);
 }

 .banner-style-two .dots-style-one .owl-dots button {
   border: 2px solid #a3a1ad;
 }

 .banner-style-two .dots-style-one .owl-dots button.active {
   top: 0px;
 }

 .banner-style-two .content-box .btn-box .theme-btn {
   background: #fff;
   color: var(--title-color) !important;
 }

 .banner-style-two .content-box .btn-box .theme-btn span:before {
   color: var(--theme-color);
 }

 .banner-style-two .content-box .btn-box .theme-btn:before {
   background: var(--theme-color);
 }

 .banner-style-two .content-box .btn-box .theme-btn:hover,
 .banner-style-two .content-box .btn-box .theme-btn:hover span:before {
   color: #fff !important;
 }


 /** custom-banking-two **/

 .custom-banking-two {
   position: relative;
   padding: 113px 0px;
 }

 .custom-banking-two .owl-carousel .owl-stage-outer {
   overflow: visible;
 }

 .custom-banking-two .owl-carousel .owl-stage-outer .owl-item {
   opacity: 0;
   visibility: hidden;
 }

 .custom-banking-two .owl-carousel .owl-stage-outer .owl-item.active {
   opacity: 1;
   visibility: visible;
 }

 .banking-block-one .inner-box {
   position: relative;
   display: block;
   margin-bottom: 30px;
 }

 .banking-block-one .inner-box .text-box {
   position: relative;
   display: block;
   background: #fff;
   padding: 34px 30px 33px 30px;
   box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
   transition: all 500ms ease;
 }

 .banking-block-one .inner-box:hover .text-box {
   background: #f5f6f8;
   box-shadow: none;
 }

 .banking-block-one .inner-box .text-box h3 {
   display: block;
   font-size: 24px;
   line-height: 30px;
   margin-bottom: 12px;
 }

 .banking-block-one .inner-box .text-box h3 a {
   display: inline-block;
   color: var(--title-color);
 }

 .banking-block-one .inner-box .text-box h3 a:hover {
   color: var(--theme-color);
 }

 .banking-block-one .inner-box .image-box {
   position: relative;
   display: block;
   padding-bottom: 25px;
 }

 .banking-block-one .inner-box .image-box .image {
   position: relative;
   display: block;
   overflow: hidden;
 }

 .banking-block-one .inner-box .image-box .image img {
   width: 100%;
   transition: all 500ms ease;
 }

 .banking-block-one .inner-box:hover .image-box .image img {
   transform: scale(1.05);
 }

 .banking-block-one .inner-box .image-box .icon-box {
   position: absolute;
   display: inline-block;
   left: 0px;
   bottom: 0px;
   width: 70px;
   height: 70px;
   line-height: 70px;
   background: var(--theme-color);
   text-align: center;
 }

 .banking-block-one .inner-box .image-box .icon-box img {
   display: inline-block;
 }

 .banking-block-one .inner-box .image-box .icon-box:before {
   position: absolute;
   content: '';
   background: #fff;
   width: 15px;
   height: 15px;
   left: 0px;
   bottom: 0px;
 }

 .banking-block-one .inner-box .image-box .btn-box {
   position: absolute;
   left: 70px;
   bottom: 0px;
 }

 .banking-block-one .inner-box .image-box .btn-box .theme-btn {
   background: #f5f6f8;
   color: var(--title-color) !important;
   padding: 13px 28px;
 }

 .banking-block-one .inner-box .image-box .btn-box .theme-btn span:before {
   color: var(--theme-color);
 }

 .banking-block-one .inner-box .image-box .btn-box .theme-btn:hover {
   color: #fff !important;
 }

 .dots-style-one .owl-dots button span {
   display: none !important;
 }

 .dots-style-one .owl-dots button {
   position: relative;
   display: inline-block;
   width: 12px;
   height: 12px;
   border: solid;
   border-width: 1px;
   border-color: #e8ebf0;
   background: transparent;
   margin: 0px 7.5px;
   transition: all 500ms ease;
 }

 .dots-style-one .owl-dots button.active {
   border-color: var(--theme-color);
   border-width: 2px;
   top: -1px;
 }

 .custom-banking-two .dots-style-one .owl-dots {
   position: relative;
   text-align: center;
   width: 100px;
   margin: 0 auto;
   margin-top: 24px;
 }

 .custom-banking-two .dots-style-one .owl-dots:before,
 .custom-banking-two .dots-style-one .owl-dots:after {
   position: absolute;
   content: '';
   background: #e6e9ee;
   width: 130px;
   height: 1px;
   top: 13px;
 }

 .custom-banking-two .dots-style-one .owl-dots:before {
   left: -133px;
 }

 .custom-banking-two .dots-style-one .owl-dots:after {
   right: -133px;
 }

 .custom-banking-two .more-text {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   padding-top: 27px;
 }

 .custom-banking-two .more-text h5 i {
   position: absolute;
   left: 0px;
   top: 2px;
   font-size: 20px;
   color: var(--theme-color);
 }

 .custom-banking-two .more-text h5 {
   font-size: 18px;
   line-height: 26px;
   padding-left: 25px;
 }

 .custom-banking-two .more-text h5 a {
   display: inline-block;
   color: var(--theme-color);
   text-decoration: underline;
 }

 .shadow-none {
   box-shadow: none !important;
 }


 /** secure-growth-two **/

 .secure-growth-two {
   position: relative;
 }

 .growth-block-two .inner-box {
   position: relative;
   display: block;
   border: 1px solid rgba(255, 255, 255, 0.12);
   padding: 30px 29px 24px 29px;
   background: #1c1a28;
   margin-bottom: 30px;
   transition: all 500ms ease;
 }

 .growth-block-two .inner-box:hover {
   border-color: var(--theme-color);
   background: #201e2d;
 }

 .growth-block-two .inner-box:before {
   position: absolute;
   content: '';
   width: 15px;
   height: 40px;
   left: -1px;
   top: 40px;
   background: var(--theme-color);
   clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 100%, 0% 0%);
 }

 .growth-block-two .inner-box h3 {
   display: block;
   font-size: 24px;
   line-height: 30px;
   padding-bottom: 14px;
   margin-bottom: 40px;
   border-bottom: 1px solid rgba(255, 255, 255, 0.12);
 }

 .growth-block-two .inner-box h3 a {
   display: inline-block;
   color: #fff;
 }

 .growth-block-two .inner-box h3 a:hover {
   color: var(--theme-color);
 }

 .growth-block-two .inner-box .icon-box {
   position: relative;
   display: flex;
   align-items: flex-end;
   justify-content: space-between;
   margin-bottom: 32px;
 }

 .growth-block-two .inner-box .icon-box .icon {
   position: relative;
   display: inline-block;
   width: 70px;
   height: 70px;
   line-height: 70px;
   background: #fff;
   text-align: center;
 }

 .growth-block-two .inner-box .icon-box .icon img {
   display: inline-block;
 }

 .growth-block-two .inner-box .icon-box .count-text {
   position: relative;
   display: inline-block;
   font-size: 70px;
   line-height: 52px;
   font-family: var(--title-font);
   font-weight: 700;
   color: transparent;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: rgba(255, 255, 255, 0.10);
 }

 .growth-block-two .inner-box p {
   color: #a3a1ad;
   margin-bottom: 15px;
 }

 .growth-block-two .inner-box .list-item li {
   position: relative;
   display: block;
   border-bottom: 1px solid #3e3c48;
   padding: 8px 0px;
 }

 .growth-block-two .inner-box .list-item li:last-child {
   border-bottom: none;
 }

 .growth-block-two .inner-box .list-item li a {
   position: relative;
   display: inline-block;
   font-size: 18px;
   line-height: 26px;
   color: #a3a1ad;
   padding-left: 24px;
 }

 .growth-block-two .inner-box .list-item li a:hover {
   color: #fff;
 }

 .growth-block-two .inner-box .list-item li a img {
   position: absolute;
   left: -3px;
   top: 6px;
   font-size: 20px;
   filter: grayscale(100%);
   transition: all 500ms ease;
 }

 .growth-block-two .inner-box .list-item li a:hover img {
   filter: grayscale(0%);
 }

 .secure-growth-two .owl-nav {
   position: absolute;
   top: -115px;
   right: 0px;
 }

 .secure-growth-two .owl-nav button {
   background: #32303d;
   border-color: #32303d;
   color: #a3a1ad;
 }

 .secure-growth-two .owl-nav button:hover {
   color: #fff;
   background: var(--theme-color);
   border-color: var(--theme-color);
 }

 .secure-growth-two .image-layer {
   position: absolute;
   right: 145px;
   bottom: 0px;
 }

 .secure-growth-two .image-layer img {
   filter: grayscale(100%);
 }

 .secure-growth-two .big-text {
   position: absolute;
   left: 135px;
   top: 0px;
   height: 100%;
   text-align: center;
   writing-mode: vertical-lr;
   font-size: 150px;
   line-height: 100px;
   font-family: var(--title-font);
   text-transform: uppercase;
   font-weight: 800;
   color: #232131;
   transform: rotate(180deg);
 }


 /** exchange-section **/

 .exchange-section {
   position: relative;
   padding: 80px 0px;
 }

 .exchange-tab .p-tab {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: auto;
   opacity: 0;
   visibility: hidden;
 }

 .offering-card {
   background: #fff;
   border: 1px solid rgba(64, 1, 2, 0.1);
   border-radius: 25px;
   transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
   position: relative;
   z-index: 1;
 }

 .offering-body {
   padding: 20px 40px;
 }

 .exchange-single-slider {
   margin: 0 auto;
   position: relative;
   overflow: hidden;
 }

 .exchange-single-slide {
   display: grid;
   grid-template-columns: minmax(280px, 42%) 1fr;
   background: #fff;
   border: 1px solid rgba(64, 1, 2, 0.1);
   border-radius: 25px;
   overflow: hidden;
   box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
   height: auto;
 }

 .exchange-single-media img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   min-height: 380px;
 }

 .exchange-single-content {
   padding: 36px 40px;
 }

 .exchange-single-content .offering-title {
   margin-top: 14px;
   margin-bottom: 12px;
 }

 .exchange-single-text {
   margin-bottom: 20px;
 }

 .exchange-slider-controls {
   display: flex;
   justify-content: center;
   gap: 12px;
   margin-top: 16px;
 }

 .exchange-nav-btn {
   width: 42px;
   height: 42px;
   border: 0;
   border-radius: 50%;
   background: #003497;
   color: #fff;
   transition: 0.3s;
 }

 .exchange-nav-btn:hover {
   background: #02205a;
 }

 .exchange-slider-pagination {
   margin-top: 10px;
   text-align: center;
 }

 .exchange-slider-pagination .swiper-pagination-bullet {
   width: 9px;
   height: 9px;
   background: #b8c2d8;
   opacity: 1;
 }

 .exchange-slider-pagination .swiper-pagination-bullet-active {
   background: #003497;
 }

 .offering-icon-box {
   width: 90px;
   height: 90px;
   background: #fff;
   color: #003497;
   border-radius: 20px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: -60px auto 20px;
   box-shadow: 0 10px 20px rgba(64, 1, 2, 0.15);
   transition: 0.3s;
 }


 .loan-details {
   list-style: none;
   padding: 0;
   margin-top: 20px;
 }

 .offering-card h4 {
   margin-bottom: 10px;
   font-size: 28px;
   margin-top: 30px;
 }

 .badge-status {
   background: #9ad7be;
   color: #2062df;
   padding: 7px 15px;
   border-radius: 50px;
   font-size: 0.9rem;
 }

 .demo-option-container {
   position: fixed;
   top: 0;
   left: 100%;
   background: #fff;
   height: 100%;
   max-width: 380px;
   width: calc(100% - 45px);
   z-index: 100000;
   -webkit-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
 }



 .demo-option-wrapper {
   position: relative;
   height: 100%;
   overflow-y: auto;
   padding: 20px 20px 50px;
 }

 .demo-option-close {
   position: absolute;
   width: 35px;
   height: 35px;
   cursor: pointer;
   text-align: center;
   line-height: 35px;
   font-size: 17px;
   font-weight: 100;
   color: #ffffff;
   border: 1px solid #000000;
   border-radius: 50%;
   top: 5px;
   left: 2px;
   background: #200001;
 }

 .demo-overlay .demo-option-overlay {
   background: rgba(0, 0, 0, .5);
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   opacity: 1;
   visibility: visible;
   z-index: 9999;
 }

 .demo-option-overlay {
   background: rgba(0, 0, 0, 0);
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   opacity: 0;
   visibility: hidden;
   transition: .4s;
   z-index: -1;
 }

 .demo-option-overlay-one {
   background: rgba(0, 0, 0, 0);
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   opacity: 0;
   visibility: hidden;
   transition: .4s;
   z-index: -1;
 }

 .demo-option-container.open {
   -webkit-transform: translateX(-100%);
   -ms-transform: translateX(-100%);
   transform: translateX(-100%);
   -webkit-box-shadow: -3px 0 50px -2px rgba(0, 0, 0, .14);
   box-shadow: -3px 0 50px -2px rgba(0, 0, 0, .14);
 }

 .result-box {
   background: #ffffff;
   border: 1px solid #f1f1f1;
   border-radius: 20px;
   overflow: hidden;
   box-shadow: 0 10px 25px rgba(0, 0, 0, 0.02);
   transition: transform 0.3s ease;
 }

 .nice-select {
   display: none;
 }

 .ApplyLoan-area .form-control,
 .ApplyLoan-area .form-select {
   border-radius: 0;
   color: #333;
   font-size: 16px;
   width: 100%;
   height: 41px;
   padding: 6px 12px;
   border: 1px solid #400102;
   transition: all 0.4s;
 }

 select {
   display: block !important;
 }

 .heading {
   font-size: 20px;
 }


 .loan-details li {
   padding: 7px 0;
   border-bottom: 1px solid rgba(0, 0, 0, 0.05);
   font-size: 1.0rem;
   display: flex;
   justify-content: space-between;
 }

 .exchange-tab .p-tab.active-tab {
   position: relative;
   visibility: visible;
   opacity: 1;
   z-index: 5;
 }

 .form-check .form-check-label {
   font-size: 14px;
 }

 .loan-details li strong {
   color: #000;
 }

 .padding-t-50 {
   padding-top: 50px;
 }

 .bg-img {
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
 }

 .exchange-tab .p-tabs-content {
   position: relative;
   display: block;
 }

 .exchange-tab .p-tab.active-tab .four-item-carousel {
   opacity: 1;
 }

 .exchange-tab .p-tab .four-item-carousel {
   position: relative;
   opacity: 0;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .exchange-section .owl-carousel .owl-stage-outer {
   overflow: visible;
 }

 .exchange-section .owl-carousel .owl-stage-outer .owl-item {
   opacity: 0;
   visibility: hidden;
 }

 .exchange-section .owl-carousel .owl-stage-outer .owl-item.active {
   opacity: 1;
   visibility: visible;
 }

 .exchange-block-one .inner-box {
   position: relative;
   display: block;
   background: #fff;
   box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
   margin-bottom: 30px;
 }

 .exchange-block-one .inner-box .upper-box {
   position: relative;
   padding: 21px 30px 48px 30px;
   border-bottom: 1px solid #e6e9ee;
 }

 .exchange-block-one .inner-box .currency-box {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
 }

 .exchange-block-one .inner-box .currency-box .currency-name h4 {
   display: block;
   font-size: 20px;
   line-height: 28px;
   text-transform: uppercase;
   margin-bottom: 2px;
 }

 .exchange-block-one .inner-box .currency-box .flag {
   position: relative;
   display: inline-block;
   border-radius: 50%;
 }

 .exchange-block-one .inner-box .currency-box .flag img {
   width: 100%;
   border-radius: 50%;
 }

 .exchange-block-one .inner-box .currency-box {
   margin-bottom: 15px;
 }

 .exchange-block-one .inner-box .buys-box {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
 }

 .exchange-block-one .inner-box .buys-box h5 {
   font-size: 18px;
   line-height: 26px;
 }

 .exchange-block-one .inner-box .lower-box {
   padding: 44px 30px 24px 30px;
 }

 .exchange-block-one .inner-box .btn-box {
   position: absolute;
   left: 50%;
   bottom: -25px;
   margin-left: -20px;
 }

 .exchange-block-one .inner-box .btn-box button {
   position: relative;
   display: inline-block;
   width: 40px;
   height: 50px;
   line-height: 54px;
   background: #fff;
   font-size: 24px;
   color: #a8acb1;
   border: 1px solid #e6e9ee;
   border-radius: 50px;
   z-index: 1;
   transition: all 500ms ease;
 }

 .exchange-block-one .inner-box .btn-box button:hover {
   color: var(--theme-color);
   border-color: var(--theme-color);
 }

 .exchange-section .owl-nav {
   position: absolute;
   top: -96px;
   right: 0px;
 }

 .exchange-section .tab-btn-box {
   position: relative;
   margin-bottom: 40px;
   z-index: 1;
 }

 .exchange-section .tab-btn-box .tab-btns {
   position: relative;
   display: flex;
   align-items: center;
 }

 .exchange-section .tab-btn-box .tab-btns li {
   position: relative;
   display: inline-block;
   font-size: 18px;
   line-height: 26px;
   font-family: var(--title-font);
   color: #a8acb1;
   font-weight: 700;
   border: 1px solid #d7d8da;
   padding: 10px 30px;
   cursor: pointer;
   margin-right: 10px;
   transition: all 500ms ease;
 }

 .exchange-section .tab-btn-box .tab-btns li:last-child {
   margin: 0px !important;
 }

 .exchange-section .tab-btn-box .tab-btns li.active-btn {
   background: var(--theme-color);
   border-color: var(--theme-color);
   color: #fff;
 }

 .exchange-section .more-text {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   padding-top: 20px;
 }

 .exchange-section .more-text h5 i {
   position: absolute;
   left: 0px;
   top: 2px;
   font-size: 20px;
   color: var(--theme-color);
 }

 .exchange-section .more-text h5 {
   font-size: 18px;
   line-height: 26px;
   padding-left: 25px;
 }

 .exchange-section .more-text h5 a {
   display: inline-block;
   color: var(--theme-color);
   text-decoration: underline;
 }

 .exchange-section .pattern-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
   background-position: center;
 }



 /** help-section **/

 .help-section {
   position: relative;
 }

 .help-section .tab-btn-box {
   position: relative;
   margin-right: 20px;
 }

 .help-section .tab-btn-box:before {
   position: absolute;
   content: '';
   background: #e6e9ee;
   width: 1px;
   height: 100%;
   left: 71px;
   top: 0px;
 }

 .help-section .tab-btn-box .tab-btn {
   position: relative;
   display: flex;
   align-items: center;
   gap: 50px;
   cursor: pointer;
   padding: 19px 0px;
   border-bottom: 1px solid #e5e8ed;
 }

 .help-section .tab-btn-box .tab-btn:last-child {
   padding-bottom: 0px;
   border-bottom: none;
 }

 .help-section .tab-btn-box .tab-btn:first-child {
   padding-top: 0px;
 }

 .help-section .tab-btn-box .tab-btn .icon-box {
   position: relative;
   display: inline-block;
   width: 50px;
   height: 50px;
   line-height: 50px;
   background: #f5f6f8;
   text-align: center;
 }

 .help-section .tab-btn-box .tab-btn h4 {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 26px;
   color: #a5a4ab;
   transition: all 500ms ease;
 }

 .help-section .tab-btn-box .tab-btn.active-btn h4 {
   color: var(--title-color);
 }

 .help-section .tab-btn-box .tab-btn:before {
   position: absolute;
   content: '';
   background: var(--theme-color);
   width: 16px;
   height: 20px;
   top: 50%;
   margin-top: -10px;
   right: 0px;
   clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 100%, 0% 0%);
   opacity: 0;
   transition: all 500ms ease;
 }

 .help-section .tab-btn-box .tab-btn.active-btn:before {
   opacity: 1;
 }

 .help-section .tabs-content {
   position: relative;
   background: #fff;
   box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
 }

 .help-section .image-box {
   position: relative;
   display: block;
   overflow: hidden;
 }

 .help-section .image-box img {
   width: 100%;
   transition: all 500ms ease;
 }

 .help-section .image-box:hover img {
   transform: scale(1.05);
 }

 .help-section .content-box {
   position: relative;
   display: block;
   padding: 30px 0px 18px 40px;
 }

 .help-section .content-box h4 {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 28px;
   padding-bottom: 24px;
   margin-bottom: 22px;
   max-width: 250px;
 }

 .help-section .content-box h4:before {
   position: absolute;
   content: '';
   background: var(--theme-color);
   width: 70px;
   height: 1px;
   left: 0px;
   bottom: 0px;
 }

 .help-section .content-box li {
   position: relative;
   display: block;
   padding: 13px 0px;
   border-bottom: 1px solid #e6e9ee;
 }

 .help-section .content-box li:last-child {
   border-bottom: none;
 }

 .help-section .content-box li a {
   position: relative;
   display: block;
   font-size: 17px;
   font-family: var(--text-font);
   color: #5b5d5f;
 }

 .help-section .content-box li a:hover,
 .help-section .content-box li a:hover i {
   color: var(--theme-color);
 }

 .help-section .content-box li a i {
   position: absolute;
   top: 4px;
   right: -2px;
   font-size: 20px;
   color: #aeb2b6;
   transition: all 500ms ease;
 }


 /** apps-section **/

 .apps-section {
   position: relative;
   background: var(--theme-color);
   overflow: hidden;
 }

 .apps-section .sec-title .sub-title {
   color: #fff;
 }

 .apps-section .sec-title .sub-title:before,
 .apps-section .sec-title .sub-title:after {
   background: #fff;
 }

 .apps-section .sec-title p {
   color: #fff;
 }

 .apps-section .download-btn a {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 12px;
   background: transparent;
   border: solid;
   border-width: 2px;
   border-color: #fff;
   padding: 12px 30px;
   margin-bottom: 10px;
   font-size: 18px;
   line-height: 26px;
   font-weight: 700;
   color: #fff;
 }

 .apps-section .download-btn a:last-child {
   margin-bottom: 0px;
 }

 .apps-section .download-btn a:hover {
   background: #fff;
   color: var(--theme-color);
 }

 .apps-section .download-btn a i {
   height: 20px;
 }

 .apps-section .big-text {
   position: absolute;
   left: -15px;
   top: 25px;
   height: 100%;
   text-align: center;
   writing-mode: vertical-lr;
   font-size: 100px;
   line-height: 100px;
   font-family: var(--title-font);
   text-transform: uppercase;
   font-weight: 800;
   color: rgba(255, 255, 255, 0.10);
   transform: rotate(180deg);
 }

 .apps-section .pattern-layer .pattern-1 {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .apps-section .pattern-layer .pattern-2 {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 897px;
   height: 584px;
   background-repeat: no-repeat;
 }

 .apps-section .image-layer {
   position: absolute;
   left: 0px;
   bottom: 0px;
 }


 /** working-section **/

 .working-section {
   position: relative;
   padding: 113px 0px;
 }

 .working-block-one {
   position: relative;
   padding-bottom: 30px;
 }

 .working-block-one .inner-box {
   position: relative;
   display: block;
   background: #fff;
   padding: 42px 20px 66px 20px;
   margin-bottom: 35px;
   margin-top: 20px;
   transition: all 500ms ease;
 }

 .working-block-one .inner-box:hover {
   transform: translateY(-10px);
 }

 .working-block-one .inner-box .count-text {
   position: absolute;
   left: 50%;
   top: -20px;
   margin-left: -20px;
   width: 40px;
   height: 40px;
   line-height: 40px;
   background: #f5f6f8;
   text-align: center;
   border: 1px solid #dbdee2;
   border-radius: 50%;
   font-size: 16px;
   font-family: var(--title-font);
   color: #a8acb1;
   font-weight: 700;
 }

 .working-block-one .inner-box h3 {
   position: relative;
   display: block;
   font-size: 24px;
   line-height: 30px;
   margin-bottom: 12px;
 }

 .working-block-one .inner-box h3 a {
   display: inline-block;
   color: var(--title-color);
 }

 .working-block-one .inner-box h3 a:hover {
   color: var(--theme-color);
 }

 .working-block-one .inner-box .icon-box {
   position: absolute;
   display: inline-block;
   left: 50%;
   bottom: -35px;
   margin-left: -35px;
   width: 70px;
   height: 70px;
   line-height: 70px;
   text-align: center;
   border-radius: 50%;
   background: #e9eaec;
   z-index: 1;
 }

 .working-block-one .inner-box .icon-box:before {
   position: absolute;
   content: '';
   border: 1px solid #dadde1;
   width: 128px;
   height: 128px;
   border-radius: 50%;
   left: -29px;
   bottom: -29px;
   z-index: -1;
   clip-path: polygon(0% 50%, 100% 50%, 100% 100%, 0% 100%, 0% 0%);
 }

 .working-section .more-text {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   padding-top: 42px;
 }

 .working-section .more-text h5 i {
   position: absolute;
   left: 0px;
   top: 2px;
   font-size: 20px;
   color: var(--theme-color);
 }

 .working-section .more-text h5 {
   font-size: 18px;
   line-height: 26px;
   padding-left: 25px;
 }

 .working-section .more-text h5 a {
   display: inline-block;
   color: var(--theme-color);
   text-decoration: underline;
 }

 .news-block-one .inner-box .content-box .lower-box h2 {
   font-size: 30px;
   line-height: 38px;
   margin-bottom: 25px;
 }

 .news-block-one .inner-box .content-box .lower-box h2 a {
   display: inline-block;
   color: var(--title-color);
 }

 .news-block-one .inner-box .content-box .lower-box h2 a:hover {
   color: var(--theme-color);
 }

 .news-block-one .inner-box .content-box .post-info {
   position: relative;
   display: flex;
   align-items: center;
 }

 .news-block-one .inner-box .content-box .post-info li {
   position: relative;
   margin-right: 32px;
 }

 .news-block-one .inner-box .content-box .post-info li:last-child {
   margin: 0px !important;
 }

 .news-block-one .inner-box .content-box .post-info li:before {
   position: absolute;
   content: ':';
   font-size: 20px;
   top: -2px;
   right: -16px;
   color: #a3a7ac;
 }

 .news-block-one .inner-box .content-box .post-info li:last-child:before {
   display: none;
 }

 .news-block-one.style-two .inner-box {
   position: relative;
   padding-left: 200px;
 }

 .news-block-one.style-two .inner-box .image-box {
   position: absolute;
   left: 0px;
   top: 0px;
 }

 .news-section .more-link a {
   position: relative;
   display: inline-block;
   font-size: 18px;
   line-height: 26px;
   color: var(--title-color);
   font-weight: 700;
   padding-left: 26px;
 }

 .news-section .more-link a:hover {
   color: var(--theme-color);
 }

 .news-section .more-link a i {
   position: absolute;
   left: 0px;
   top: 3px;
   font-size: 20px;
   color: var(--theme-color);
 }


 /** deals-section **/

 .deals-section {
   position: relative;
 }

 .deals-block-one .inner-box {
   position: relative;
   display: block;
   background: #fff;
   padding: 30px 30px 25px 30px;
   margin-bottom: 30px;
 }

 .deals-block-one .inner-box .title-box {
   position: relative;
   display: block;
   padding: 0px 0px 0px 76px;
   margin-bottom: 19px;
 }

 .deals-block-one .inner-box .title-box .icon-box {
   position: absolute;
   display: inline-block;
   left: 0px;
   top: 0px;
   width: 60px;
   height: 60px;
   line-height: 60px;
   background: #f5f6f8;
   text-align: center;
   border-radius: 50%;
 }

 .deals-block-one .inner-box .title-box span {
   position: relative;
   display: inline-block;
   font-size: 16px;
   line-height: 24px;
   font-weight: 500;
   color: var(--theme-color);
   border-bottom: 1px solid #e6e9ee;
   margin-bottom: 8px;
 }

 .deals-block-one .inner-box h3 {
   display: block;
   font-size: 24px;
   line-height: 32px;
   margin-bottom: 15px;
 }

 .deals-block-one .inner-box h3 a {
   position: relative;
   display: inline-block;
   color: var(--theme-color);
 }

 .deals-block-one .inner-box h3 a:hover {
   color: var(--theme-color);
 }

 .deals-block-one .inner-box .lower-box {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
 }

 .deals-block-one .inner-box .lower-box .link-box a {
   position: relative;
   display: inline-block;
   font-size: 18px;
   line-height: 26px;
   color: var(--title-color);
   font-weight: 700;
   padding-left: 26px;
 }

 .deals-block-one .inner-box .lower-box .link-box a:hover {
   color: var(--theme-color);
 }

 .deals-block-one .inner-box .lower-box .link-box a i {
   position: absolute;
   left: 0px;
   top: 3px;
   font-size: 20px;
   color: var(--theme-color);
 }

 .deals-block-one .inner-box .lower-box .share-box {
   position: relative;
   cursor: pointer;
 }

 .deals-block-one .inner-box .lower-box .share-box .share-text {
   position: relative;
   display: flex;
   align-items: center;
   gap: 8px;
 }

 .deals-block-one .inner-box .lower-box .share-box .share-text span {
   position: relative;
   display: inline-block;
 }

 .deals-block-one .inner-box .lower-box .share-box .social-links {
   position: absolute;
   display: flex;
   align-items: center;
   top: 0px;
   right: 0px;
   opacity: 0;
   visibility: hidden;
   transition: all 500ms ease;
 }

 .deals-block-one .inner-box .lower-box .share-box:hover .social-links {
   top: -22px;
   opacity: 1;
   visibility: visible;
 }

 .deals-block-one .inner-box .lower-box .share-box .social-links li {
   position: relative;
   display: inline-block;
   margin-right: 10px;
 }

 .deals-block-one .inner-box .lower-box .share-box .social-links li:last-child {
   margin: 0px !important;
 }

 .deals-block-one .inner-box .lower-box .share-box .social-links li a {
   position: relative;
   display: inline-block;
   font-size: 16px;
   color: var(--text-color);
 }

 .deals-block-one .inner-box .lower-box .share-box .social-links li a:hover {
   color: var(--theme-color);
 }

 .deals-section .newsletter-inner {
   position: relative;
   display: block;
   background: var(--theme-color);
   padding: 31px 40px 30px 240px;
   margin-bottom: 30px;
 }

 .deals-section .newsletter-inner .icon-box {
   position: absolute;
   display: inline-block;
   left: 40px;
   top: 40px;
   width: 160px;
   height: 160px;
   line-height: 160px;
   background: #1b1927;
   text-align: center;
   border-radius: 50%;
 }

 .deals-section .newsletter-inner h3 {
   font-size: 24px;
   line-height: 32px;
   color: #fff;
   margin-bottom: 2px;
 }

 .deals-section .newsletter-inner p {
   color: #c8ddf8;
   margin-bottom: 23px;
 }

 .deals-section .newsletter-inner .form-group {
   position: relative;
   padding-right: 165px;
   margin-bottom: 14px;
 }

 .deals-section .newsletter-inner .form-group .icon {
   position: absolute;
   left: 20px;
   top: 15px;
   z-index: 1;
 }

 .deals-section .newsletter-inner .form-group input[type='email'] {
   position: relative;
   display: block;
   width: 100%;
   height: 56px;
   background: #fff;
   font-size: 17px;
   color: #5b5d5f;
   padding: 10px 20px 10px 50px;
 }

 .deals-section .newsletter-inner .form-group button[type='submit'] {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 165px;
   background: #f5f6f8;
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 10px;
   padding: 15px 30px;
   font-size: 18px;
   line-height: 26px;
   font-family: var(--title-font);
   color: var(--title-color);
   font-weight: 700;
 }

 .deals-section .newsletter-inner .form-group button i {
   position: relative;
   display: inline-block;
   font-size: 22px;
   height: 22px;
   color: var(--theme-color);
 }

 .deals-section .newsletter-inner .lower-text {
   position: relative;
   display: block;
   padding-left: 22px;
   font-size: 17px;
   color: #c9ddf8;
 }

 .deals-section .newsletter-inner .lower-text img {
   position: absolute;
   left: 0px;
   top: 5px;
 }

 .deals-section .newsletter-inner .shape {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }


 /** awards-section **/

 .awards-section {
   position: relative;
   display: block;
 }

 .awards-section .title-inner {
   position: relative;
   display: block;
 }

 .awards-section .title-inner .image-list {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
 }

 .awards-section .owl-carousel .owl-stage-outer {
   overflow: visible;
 }

 .awards-section .owl-carousel .owl-stage-outer .owl-item {
   opacity: 0;
   visibility: hidden;
 }

 .awards-section .owl-carousel .owl-stage-outer .owl-item.active {
   opacity: 1;
   visibility: visible;
 }

 .award-block-one .inner-box {
   position: relative;
   display: block;
   background: #fff;
   border: 1px solid #e6e9ee;
   box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.06);
   padding: 34px 30px 33px 30px;
   overflow: hidden;
 }

 .award-block-one .inner-box h3 {
   position: relative;
   display: block;
   font-size: 24px;
   line-height: 32px;
   margin-bottom: 38px;
 }

 .award-block-one .inner-box .icon-box {
   position: relative;
   display: inline-block;
   width: 120px;
   height: 120px;
   line-height: 120px;
   text-align: center;
   border-radius: 50%;
   background: #1e242a;
   margin-bottom: 36px;
   box-shadow: 0px 0px 0px 15px rgba(2, 109, 252, 0.05);
 }

 .award-block-one .inner-box .icon-box img {
   position: relative;
   display: inline-block;
 }

 .award-block-one .inner-box p {
   color: var(--title-color);
   margin-bottom: 14px;
 }

 .award-block-one .inner-box span {
   position: relative;
   display: block;
   color: #5b5d5f;
 }

 .award-block-one .inner-box .shape {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
   background-position: center;
 }

 .awards-section .owl-nav {
   position: absolute;
   left: -86px;
   top: 50%;
   transform: translateY(-50%);
 }

 .awards-section .owl-nav button {
   display: block;
 }

 .awards-section .nav-style-one .owl-nav button.owl-prev {
   margin-right: 0px;
   margin-bottom: 20px;
 }

 .awards-section .nav-style-one .owl-nav button:before {
   position: absolute;
   content: '';
   background: #e6e9ee;
   width: 1px;
   height: 120px;
   left: 28px;
 }

 .awards-section .nav-style-one .owl-nav button.owl-prev:before {
   bottom: 76px;
 }

 .awards-section .nav-style-one .owl-nav button.owl-next:before {
   top: 76px;
 }


 /** clients-section **/

 .clients-section {
   position: relative;
 }

 .clients-section .inner-container {
   position: relative;
   padding: 0px 120px;
 }

 .clients-section .owl-carousel .owl-stage {
   display: flex;
   align-items: center;
 }

 .clients-section .clients-logo {
   position: relative;
   display: block;
 }

 .clients-section .clients-logo:before {
   position: absolute;
   content: '';
   background: #e6e9ee;
   width: 1px;
   height: 100%;
   top: 0px;
   right: -50px;
 }

 .clients-section .clients-logo img {
   position: relative;
   display: block;
   max-width: 100%;
   width: auto;
   margin: 0 auto;
   filter: grayscale(100%);
   transition: all 500ms ease;
 }

 .clients-section .clients-logo img:hover {
   filter: grayscale(0%);
 }

 .clients-section .owl-dots {
   position: relative;
   display: inline-block;
   margin-top: 50px;
 }

 .clients-section .dots-style-one .owl-dots:before,
 .clients-section .dots-style-one .owl-dots:after {
   position: absolute;
   content: '';
   background: #e6e9ee;
   width: 130px;
   height: 1px;
   top: 13px;
 }

 .clients-section .dots-style-one .owl-dots:before {
   left: -135px;
 }

 .clients-section .dots-style-one .owl-dots:after {
   right: -133px;
 }


 /** testimonial-section **/

 .testimonial-section {
   position: relative;
 }

 .testimonial-section .inner-container {
   position: relative;
   display: block;
   background: #f5f6f8;
   padding-right: 137px;
   padding-left: 137px;
   margin-bottom: 20px;
 }

 .testimonial-section .testimonial-content {
   position: relative;
   display: block;
   padding: 44px 36px 50px 128px;
   border-left: 1px solid #dadde1;
   border-right: 1px solid #dadde1;
 }

 .testimonial-section .testimonial-content .icon-box {
   position: absolute;
   display: inline-block;
   left: 40px;
   top: 50px;
   width: 60px;
   height: 60px;
   line-height: 60px;
   background: #e9eaec;
   text-align: center;
   border-radius: 50%;
 }

 .testimonial-section .testimonial-content .icon-box img {
   display: inline-block;
 }

 .testimonial-section .testimonial-content p {
   max-width: 610px;
   margin-bottom: 24px;
 }

 .testimonial-section .testimonial-content .author-inner {
   position: relative;
   display: flex;
   align-items: flex-end;
   justify-content: space-between;
 }

 .testimonial-section .testimonial-content .author-box {
   position: relative;
   display: block;
   padding: 3px 0px 3px 80px;
 }

 .testimonial-section .testimonial-content .author-box .thumb-box {
   position: absolute;
   display: inline-block;
   left: 0px;
   top: 0px;
   width: 60px;
   height: 60px;
   border-radius: 50%;
 }

 .testimonial-section .testimonial-content .author-box .thumb-box img {
   width: 100%;
   border-radius: 50%;
 }

 .testimonial-section .testimonial-content .author-box h4 {
   display: block;
   font-size: 20px;
   line-height: 28px;
 }

 .testimonial-section .testimonial-content .author-box .designation {
   position: relative;
   display: block;
 }

 .testimonial-section .testimonial-content .author-inner .thumb-list {
   position: relative;
   display: flex;
   align-items: center;
 }

 .testimonial-section .testimonial-content .author-inner .thumb-list li {
   position: relative;
   display: inline-block;
   width: 60px;
   height: 60px;
   border-radius: 50%;
   border: 2px solid #fff;
   margin-right: -10px;
 }

 .testimonial-section .testimonial-content .author-inner .thumb-list li img {
   width: 100%;
   border-radius: 50%;
 }

 .testimonial-section .owl-nav {
   position: absolute;
   left: 0px;
   top: 50%;
   margin-top: -28px;
   width: 100%;
 }

 .testimonial-section .owl-nav .owl-prev {
   position: absolute;
   left: -97px;
 }

 .testimonial-section .owl-nav .owl-next {
   position: absolute;
   right: -97px;
 }

 .testimonial-section:before {
   position: absolute;
   content: '';
   background: #e6e9ee;
   width: 100%;
   height: 1px;
   left: 0px;
   top: 226px;
 }

 .testimonial-section .customer-review {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   border: 1px solid #e6e9ee;
   padding: 14px 30px;
 }

 .testimonial-section .customer-review .review-text {
   position: relative;
   display: block;
   padding: 7px 20px 7px 50px;
 }

 .testimonial-section .customer-review .review-text .icon-box {
   position: absolute;
   display: inline-block;
   left: 0px;
   top: 0px;
   width: 40px;
   height: 40px;
   line-height: 36px;
   border: 1px solid #e9ebf0;
   border-radius: 50%;
   text-align: center;
 }

 .testimonial-section .customer-review .review-text:before {
   position: absolute;
   content: '';
   background: #e6e9ee;
   width: 1px;
   height: 30px;
   top: 5px;
   right: 0px;
 }

 .testimonial-section .customer-review .rating-box {
   position: relative;
   display: flex;
   align-items: center;
 }

 .testimonial-section .customer-review .rating-box h2 {
   font-size: 36px;
   line-height: 40px;
   margin-right: 15px;
 }

 .testimonial-section .customer-review .rating-box .rating-list {
   position: relative;
   display: flex;
   align-items: center;
 }

 .testimonial-section .customer-review .rating-box .rating-list li {
   position: relative;
   display: inline-block;
   font-size: 16px;
   color: var(--theme-color);
   margin-right: 5px;
 }

 .testimonial-section .customer-review .rating-box .rating-list li:last-child {
   margin: 0px !important;
 }

 .testimonial-section .big-text {
   position: absolute;
   right: 170px;
   bottom: -10px;
   font-size: 70px;
   line-height: 70px;
   font-family: var(--title-font);
   color: #ebedf1;
   font-weight: 800;
   text-transform: uppercase;
 }


 /** footer-style-two **/

 .footer-style-two {
   position: relative;
   background: #1b1927;
 }

 /*** chat popup ***/

 .chat-popup {
   position: fixed;
   right: -100%;
   bottom: 0px;
   width: 350px;
   z-index: 99999;
   visibility: hidden;
   opacity: 0;
   background: #fff;
   box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
   transition: all 0.5s ease-in-out 0.1s;
 }

 .chat-popup.popup-visible {
   right: 0px;
   visibility: visible;
   opacity: 1;
 }

 .chat-popup .popup-inner {
   position: relative;
   display: block;
   padding: 40px 30px;
   padding-top: 32px;
 }

 .chat-popup .close-chat {
   position: absolute;
   display: inline-block;
   left: 0px;
   top: -65px;
   width: 50px;
   height: 50px;
   line-height: 54px;
   text-align: center;
   border-radius: 50%;
   font-size: 16px;
   color: #fff;
   cursor: pointer;
   box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
   background: var(--theme-color);
 }

 .chat-popup .popup-inner p {
   position: relative;
   display: block;
   font-size: 14px;
   line-height: 20px;
   text-align: center;
   margin-bottom: 40px;
 }

 .chat-popup .chat-form .form-group {
   position: relative;
   display: block;
   margin-bottom: 20px;
 }

 .chat-popup .chat-form .form-group:last-child {
   margin-bottom: 0px;
 }

 .chat-popup .chat-form .form-group input[type='text'],
 .chat-popup .chat-form .form-group input[type='email'],
 .chat-popup .chat-form .form-group textarea {
   position: relative;
   display: block;
   width: 100%;
   height: 40px;
   border: 1px solid #e5e5e5;
   font-size: 13px;
   color: var(--text-color);
   padding: 10px 20px;
   transition: all 500ms ease;
 }

 .chat-popup .chat-form .form-group textarea {
   height: 120px;
   resize: none;
 }

 .chat-popup .chat-form .form-group input:focus,
 .chat-popup .chat-form .form-group textarea:focus {
   border-color: var(--theme-color);
 }

 .chat-popup .chat-form .form-group .theme-btn {
   width: 100%;
 }

 .footer-style-two .footer-top {
   position: relative;
   background: #292937;
 }

 .footer-style-two .footer-top .top-inner {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
 }

 .footer-style-two .footer-top .option-list {
   position: relative;
   display: flex;
   align-items: center;
 }

 .footer-style-two .widget-section {
   padding: 93px 0px 153px 0px;
 }

 .footer-style-two .footer-top .option-list li {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
   padding-right: 40px;
   margin-right: 40px;
 }

 .footer-style-two .footer-top .option-list li:last-child {
   padding: 0px !important;
   margin: 0px !important;
 }

 .footer-style-two .footer-top .option-list li a {
   position: relative;
   display: inline-block;
   font-size: 18px;
   line-height: 26px;
   color: #fff;
   font-weight: 700;
 }

 .footer-style-two .footer-top .option-list li a:hover {
   color: var(--theme-color);
 }

 .footer-style-two .footer-top .option-list li:before {
   position: absolute;
   content: '';
   background: #3a3a3e;
   width: 1px;
   height: 40px;
   top: -7px;
   right: 0px;
 }

 .footer-style-two .footer-top .option-list li:last-child:before {
   display: none;
 }

 .footer-style-two .footer-top .support-box {
   position: relative;
   display: inline-block;
   cursor: pointer;
   background: #333341;
   padding: 22px 162px 22px 92px;
 }

 .footer-style-two .footer-top .support-box .icon-box {
   position: absolute;
   display: inline-block;
   left: 30px;
   top: 30px;
   width: 40px;
   height: 40px;
   line-height: 40px;
   background: #fff;
   text-align: center;
   border-radius: 50%;
 }

 .footer-style-two .footer-top .support-box h5 {
   font-size: 18px;
   line-height: 28px;
   color: #fff;
 }

 .footer-style-two .footer-top .support-box .image-box {
   position: absolute;
   right: 20px;
   bottom: 0px;
 }

 .footer-style-two .footer-widget .widget-title {
   position: relative;
   display: block;
   margin-bottom: 20px;
 }

 .footer-style-two .footer-widget .widget-title h3 {
   position: relative;
   display: block;
   font-size: 24px;
   line-height: 32px;
   color: #fff;
 }

 .footer-style-two .links-widget .links-list li {
   position: relative;
   display: block;
   margin-bottom: 13px;
 }

 .footer-style-two .links-widget .links-list li a {
   position: relative;
   display: inline-block;
   font-size: 17px;
   line-height: 26px;
   font-family: var(--text-font);
   color: #a3a1ad;
   padding-right: 20px;
 }

 .footer-style-two .links-widget .links-list li a:hover {
   color: #fff;
 }

 .footer-style-two .links-widget .links-list li a i {
   position: absolute;
   top: 3px;
   right: 0px;
   font-size: 18px;
   color: var(--theme-color);
   opacity: 0;
   transition: all 500ms ease;
 }

 .footer-style-two .links-widget .links-list li a:hover i {
   opacity: 1;
 }

 .footer-style-two .links-widget {
   position: relative;
 }

 .footer-style-two .links-widget:before {
   position: absolute;
   content: '';
   background: #353543;
   width: 1px;
   height: calc(100% - 7px);
   top: 7px;
   right: 35px;
 }

 .footer-style-two .contact-widget .tab-btns {
   position: relative;
   display: flex;
   align-items: center;
 }

 .footer-style-two .contact-widget .tab-btns .tab-btn {
   position: relative;
   display: inline-block;
   cursor: pointer;
   padding-left: 26px;
   margin-right: 20px;
   font-size: 17px;
   line-height: 26px;
   color: #a3a1ad;
 }

 .footer-style-two .contact-widget .tab-btns .tab-btn:last-child {
   margin: 0px !important;
 }

 .footer-style-two .contact-widget .tab-btns .tab-btn:before {
   position: absolute;
   content: '';
   background: #292937;
   border: 1px solid #323042;
   width: 16px;
   height: 16px;
   left: 0px;
   top: 5px;
 }

 .footer-style-two .contact-widget .tab-btns .tab-btn:after {
   position: absolute;
   content: '';
   width: 6px;
   height: 6px;
   left: 5px;
   top: 10px;
   background: var(--theme-color);
   opacity: 0;
   transition: all 500ms ease;
 }

 .footer-style-two .contact-widget .tab-btns .tab-btn.active-btn:after {
   opacity: 1;
 }

 .footer-style-two .contact-widget .inner-box .form-group {
   position: relative;
   margin-bottom: 22px;
 }

 .footer-style-two .contact-widget .inner-box .form-group .icon-box {
   position: absolute;
   top: 12px;
   right: 20px;
   z-index: 1;
 }

 .footer-style-two .contact-widget .inner-box .form-group input[type='text'] {
   position: relative;
   display: block;
   width: 100%;
   height: 56px;
   background: transparent;
   border: 1px solid #353543;
   font-size: 17px;
   color: #fff;
   padding: 10px 50px 10px 20px;
   box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
   transition: all 500ms ease;
 }

 .footer-style-two .contact-widget .inner-box .form-group input:focus {
   border-color: var(--theme-color);
 }

 .footer-style-two .contact-widget .inner-box p {
   color: #a3a1ad;
   margin-bottom: 12px;
 }

 .footer-style-two .contact-widget .inner-box .link-box a {
   position: relative;
   display: inline-block;
   font-size: 18px;
   line-height: 26px;
   font-weight: 700;
   color: #fff;
   padding-left: 26px;
 }

 .footer-style-two .contact-widget .inner-box .link-box a:hover {
   color: var(--theme-color);
 }

 .footer-style-two .contact-widget .inner-box .link-box a i {
   position: absolute;
   left: 0px;
   top: 3px;
   font-size: 20px;
   color: var(--theme-color);
 }

 .footer-style-two .footer-bottom {
   position: relative;
   width: 100%;
   background: var(--theme-color);
 }

 .footer-style-two .footer-bottom .contact-info-box {
   position: relative;
   display: inline-block;
   width: 100%;
   margin-top: -60px;
 }

 .footer-style-two .footer-bottom .contact-info-box .tab-btns {
   position: relative;
   display: block;
   background: #1b1927;
   border: 1px solid #353543;
 }

 .footer-style-two .footer-bottom .contact-info-box .tab-btns .tab-btn {
   position: relative;
   float: left;
   width: 50%;
   text-align: center;
   border-right: 1px solid #353543;
   padding: 13px 20px;
   cursor: pointer;
   transition: all 500ms ease;
 }

 .footer-style-two .footer-bottom .contact-info-box .tab-btns .tab-btn:last-child {
   border-right: none;
 }

 .footer-style-two .footer-bottom .contact-info-box .tab-btns .tab-btn h3 {
   position: relative;
   display: inline-block;
   font-size: 24px;
   line-height: 32px;
   color: #fff;
   transition: all 500ms ease;
 }

 .footer-style-two .footer-bottom .contact-info-box .tab-btns .tab-btn.active-btn h3 {
   padding-right: 26px;
   color: var(--theme-color);
 }

 .footer-style-two .footer-bottom .contact-info-box .tab-btns .tab-btn h3:before {
   position: absolute;
   content: '';
   background: var(--theme-color);
   width: 16px;
   height: 12px;
   top: 10px;
   right: 0px;
   clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
   opacity: 0;
   transition: all 500ms ease;
 }

 .footer-style-two .footer-bottom .contact-info-box .tab-btns .tab-btn.active-btn h3:before {
   opacity: 1;
 }

 .footer-style-two .footer-bottom .contact-info-box .tabs-content {
   background: #292937;
 }

 .footer-style-two .footer-bottom .contact-info-box .tabs-content .inner-box {
   position: relative;
   padding: 21px 220px 22px 40px;
 }

 .footer-style-two .footer-bottom .contact-info-box .tabs-content .info-list {
   position: relative;
   display: flex;
   align-items: center;
 }

 .footer-style-two .footer-bottom .contact-info-box .tabs-content .info-list li {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
   font-size: 17px;
   padding-right: 30px;
   margin-right: 30px;
 }

 .footer-style-two .footer-bottom .contact-info-box .tabs-content .info-list li a {
   position: relative;
   display: inline-block;
   font-size: 17px;
   color: #a3a1ad;
   font-family: var(--text-font);
 }

 .footer-style-two .footer-bottom .contact-info-box .tabs-content .info-list li a:hover {
   color: var(--theme-color);
 }

 .footer-style-two .footer-bottom .contact-info-box .tabs-content .info-list li a span {
   color: #55535e;
 }

 .footer-style-two .footer-bottom .contact-info-box .tabs-content .inner-box .btn-box {
   position: absolute;
   top: 0px;
   right: 0px;
 }

 .footer-style-two .footer-bottom .contact-info-box .tabs-content .info-list li:last-child {
   padding: 0px !important;
   margin-bottom: 0px !important;
 }

 .footer-style-two .footer-bottom .contact-info-box .tabs-content .info-list li:before {
   position: absolute;
   content: '';
   background: #454552;
   width: 1px;
   height: 30px;
   top: -2px;
   right: 0px;
 }

 .footer-style-two .footer-bottom .contact-info-box .tabs-content .info-list li:last-child:before {
   display: none;
 }

 .footer-style-two .footer-bottom .contact-info-box .tabs-content .inner-box .btn-box a {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 10px;
   font-size: 18px;
   line-height: 25px;
   color: #fff;
   font-weight: 700;
   background: #333341;
   padding: 22px 40px;
 }

 .footer-style-two .footer-bottom .contact-info-box .tabs-content .inner-box .btn-box a:hover {
   color: var(--theme-color);
 }

 .footer-style-two .footer-bottom .bottom-inner {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 21px 0px;
 }

 .footer-style-two .footer-bottom .bottom-inner .copyright p {
   color: #fff;
 }

 .footer-style-two .footer-bottom .bottom-inner .copyright p a {
   display: inline-block;
   color: #fff;
 }

 .footer-style-two .footer-bottom .bottom-inner .copyright p a:hover {
   text-decoration: underline;
 }

 .footer-style-two .footer-bottom .bottom-inner .footer-nav {
   position: relative;
   display: flex;
   align-items: center;
 }

 .footer-style-two .footer-bottom .bottom-inner .footer-nav li {
   position: relative;
   margin-right: 25px;
 }

 .footer-style-two .footer-bottom .bottom-inner .footer-nav li:last-child {
   margin: 0px !important;
 }

 .footer-style-two .footer-bottom .bottom-inner .footer-nav li a {
   position: relative;
   display: inline-block;
   color: #fff;
 }

 .footer-style-two .footer-bottom .bottom-inner .footer-nav li a:hover {
   text-decoration: underline;
 }


 /** header-style-three **/

 .header-style-three .outer-container {
   position: relative;
   padding: 0px 25px;
 }

 .header-style-three .outer-container .logo-box:before {
   position: absolute;
   content: '';
   background: #e9e9e9;
   width: 1px;
   height: 100%;
   top: 0px;
   right: 0px;
 }

 .header-style-three .header-lower .main-menu .navigation>li>a {
   padding-top: 26px;
   padding-bottom: 26px;
   line-height: 28px;
 }

 .header-style-three .header-lower .main-menu .navigation>li.dropdown>a:before {
   top: 27px;
 }

 .header-style-three .menu-right-content .notification-box button {
   position: relative;
   display: inline-block;
   cursor: pointer;
   transition: all 500ms ease;
 }

 .header-style-three .menu-right-content .notification-box button img {
   position: relative;
   display: inline-block;
   filter: grayscale(100%);
   transition: all 500ms ease;
 }

 .header-style-three .menu-right-content .notification-box button:hover img,
 .header-style-three .menu-right-content .notification-box button:focus img,
 .header-style-three .menu-right-content .notification-box button:active img {
   filter: grayscale(0%);
 }




 /** banner-style-three **/

 .banner-style-three {
   position: relative;
   padding: 0px 205px 120px 205px;
 }

 .banner-style-three .pattern-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: top center;
 }

 .banner-style-three .inner-container {
   position: relative;
   padding-right: 370px;
 }

 .banner-style-three .inner-box .content-box,
 .banner-style-three .inner-box .image-box {
   position: relative;
   float: left;
   width: 50%;
 }

 .banner-style-three .inner-box .image-box .image {
   position: relative;
   display: block;
 }

 .banner-style-three .inner-box .image-box .image img {
   width: 100%;
 }

 .banner-style-three .content-box {
   position: relative;
   display: block;
   padding: 50px 50px;
 }

 .banner-style-three .content-box .shape {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .banner-style-three .content-box .light-icon {
   position: absolute;
   top: 50px;
   right: 160px;
 }

 .banner-style-three .content-box .doller-box {
   position: relative;
   display: inline-block;
   margin-bottom: 31px;
 }

 .banner-style-three .content-box .rotate-box {
   position: absolute;
   top: 50px;
   right: 50px;
   width: 160px;
   height: 160px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
   text-align: center;
 }

 .banner-style-three .content-box .rotate-box:before {
   position: absolute;
   content: '';
   background-image: url(../images/shape/shape-13.png);
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 50%;
 }

 .banner-style-three .content-box .rotate-box .curved-circle {
   position: absolute;
   left: 80px;
   top: 3px;
   font-size: 14px;
   line-height: 20px;
   font-family: var(--title-font);
   font-weight: 800;
   color: #fff;
   text-transform: uppercase;
 }

 .banner-style-three .content-box .rotate-box .text span {
   position: relative;
   display: block;
   font-size: 17px;
   line-height: 20px;
   color: var(--title-color);
 }

 .banner-style-three .content-box .rotate-box .text h3 {
   display: block;
   font-size: 30px;
   line-height: 30px;
   margin-bottom: 0px;
 }

 .banner-style-three .content-box .rotate-box .text h6 {
   display: block;
   font-size: 16px;
   line-height: 20px;
   text-transform: uppercase;
 }

 .banner-style-three .content-box .sec-title h2 {
   font-size: 58px;
   line-height: 68px;
 }

 .banner-style-three .content-box .sec-title h2 span {
   position: relative;
   display: inline-block;
   font-weight: 300;
 }

 .banner-style-three .content-box .sec-title h2 span:before {
   position: absolute;
   content: '';
   background: #c2c2c2;
   width: 100%;
   height: 10px;
   left: 0px;
   bottom: 4px;
 }

 .banner-style-three .content-box .sec-title {
   margin-bottom: 27px;
 }

 .banner-style-three .content-box p {
   margin-bottom: 26px;
 }

 .banner-style-three .content-box .btn-box {
   position: relative;
   display: block;
   border-bottom: 2px solid #141414;
   padding-bottom: 10px;
   margin-bottom: 35px;
 }

 .banner-style-three .content-box .btn-box a {
   position: relative;
   display: inline-block;
   gap: 10px;
   font-size: 18px;
   line-height: 26px;
   font-weight: 700;
   color: var(--title-color);
   padding-left: 26px;
 }

 .banner-style-three .content-box .btn-box a i {
   position: absolute;
   left: 0px;
   top: 3px;
   font-size: 20px;
 }

 .banner-style-three .content-box .appointment-box {
   position: relative;
   padding: 0px 30px 0px 60px;
 }

 .banner-style-three .content-box .appointment-box .icon-box {
   position: absolute;
   left: 0px;
   top: 4px;
   width: 45px;
   height: 45px;
   line-height: 45px;
   border: 1px solid #bfbfbf;
   border-radius: 50%;
   text-align: center;
 }

 .banner-style-three .content-box .appointment-box h5 {
   display: block;
   font-size: 18px;
   line-height: 26px;
 }

 .banner-style-three .content-box .appointment-box p {
   margin-bottom: 0px;
 }

 .banner-style-three .content-box .appointment-box .link {
   position: absolute;
   top: 14px;
   right: 0px;
 }

 .banner-style-three .content-box .appointment-box .link a {
   position: relative;
   display: inline-block;
   font-size: 30px;
   color: var(--title-color);
 }

 .banner-style-three .content-box:before {
   position: absolute;
   content: '';
   width: 60px;
   height: 40px;
   background: #fff;
   top: 0px;
   right: -30px;
   z-index: 1;
   clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
 }

 .banner-style-three .content-box:after {
   position: absolute;
   content: '';
   width: 60px;
   height: 40px;
   background: #fff;
   bottom: 0px;
   right: -30px;
   z-index: 1;
   clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 0% 100%, 50% 0%);
 }

 .banner-style-three .form-inner {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 370px;
   padding: 43px 40px 45px 40px;
 }

 .banner-style-three .form-inner:before {
   position: absolute;
   content: '';
   width: 60px;
   height: 40px;
   background: #fff;
   top: 0px;
   left: -30px;
   z-index: 1;
   clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
 }

 .banner-style-three .form-inner:after {
   position: absolute;
   content: '';
   width: 60px;
   height: 40px;
   background: #fff;
   bottom: 0px;
   left: -30px;
   z-index: 1;
   clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 0% 100%, 50% 0%);
 }

 .banner-style-three .form-inner .shape {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .banner-style-three .form-inner h3 {
   display: block;
   font-size: 30px;
   line-height: 38px;
   margin-bottom: 23.5px;
 }

 .banner-style-three .form-inner .tab-btns {
   position: relative;
   display: flex;
   align-items: center;
   border-bottom: 1px solid #d1d1d1;
 }

 .banner-style-three .form-inner .tab-btns .tab-btn {
   position: relative;
   display: inline-block;
   margin-right: 25px;
   padding-bottom: 10px;
   cursor: pointer;
 }

 .banner-style-three .form-inner .tab-btns .tab-btn:last-child {
   margin: 0px !important;
 }

 .banner-style-three .form-inner .tab-btns .tab-btn:before {
   position: absolute;
   content: '';
   background: var(--theme-color);
   width: 0%;
   height: 1px;
   left: 0px;
   bottom: -1px;
   transition: all 500ms ease;
 }

 .banner-style-three .form-inner .tab-btns .tab-btn.active-btn:before {
   width: 100%;
 }

 .banner-style-three .form-inner .tab-btns .tab-btn h5 {
   font-size: 18px;
   line-height: 26px;
   opacity: 0.30;
   transition: all 500ms ease;
 }

 .banner-style-three .form-inner .tab-btns .tab-btn.active-btn h5 {
   opacity: 1;
 }

 .banner-style-three .form-inner .form-group {
   position: relative;
   margin-bottom: 10px;
 }

 .banner-style-three .form-inner .form-group input[type='text'],
 .banner-style-three .form-inner .form-group input[type='password'] {
   position: relative;
   display: block;
   width: 100%;
   height: 56px;
   background: #fff;
   border: 1px solid #fff;
   font-size: 17px;
   color: #595858;
   padding: 10px 45px 10px 20px;
   transition: all 500ms ease;
 }

 .banner-style-three .form-inner .form-group .icon-box {
   position: absolute;
   top: 14px;
   right: 20px;
   z-index: 1;
 }

 .banner-style-three .form-inner .form-group input:focus {
   border-color: var(--theme-color);
 }

 .banner-style-three .form-inner .text-box {
   position: relative;
   display: block;
   font-size: 15px;
   line-height: 24px;
   font-weight: 500;
   color: var(--title-color);
 }

 .banner-style-three .form-inner .theme-btn {
   width: 100%;
 }

 .banner-style-three .form-inner .forgot-password button {
   position: relative;
   display: inline-block;
   font-size: 17px;
   line-height: 18px;
   color: var(--title-color);
   border-bottom: 1px solid var(--theme-color);
 }

 .banner-style-three .form-inner .text p a {
   display: inline-block;
   color: var(--text-color);
 }

 .banner-style-three .form-inner .text p a:hover {
   text-decoration: underline;
   color: var(--title-color);
 }

 .sec-title .sub-title.light {
   opacity: 0.4;
 }

 .custom-banking-two.alternat-2 .banking-block-one .inner-box .image-box .icon-box {
   background: #e8e8e8;
 }

 .custom-banking-two.alternat-2 .banking-block-one .inner-box .image-box .btn-box .theme-btn {
   background: #fff;
   box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
 }

 .custom-banking-two.alternat-2 .banking-block-one .inner-box .image-box .btn-box .theme-btn:hover span:before {
   color: #fff;
 }

 .custom-banking-two.alternat-2 .banking-block-one .inner-box:hover .text-box {
   background: #fff;
   box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
 }

 .custom-banking-two.alternat-2 .more-text h5 {
   color: #595858;
 }

 .custom-banking.alternat-2 .sec-title .sub-title {
   color: #a19e9e;
 }

 .custom-banking.alternat-2 .sec-title .sub-title:before,
 .custom-banking.alternat-2 .sec-title .sub-title:after {
   background: #a19e9e;
 }

 .custom-banking.alternat-2 .tabs-box .tab-btn-one .tab-btns li {
   background: #e4e4e4;
 }

 .custom-banking.alternat-2 .tabs-box .tab-btn-one .tab-btns li.active-btn {
   background: #f4f4f4;
   color: var(--title-color);
 }

 .custom-banking .content-box .inner-box .form-inner:before {
   position: absolute;
   content: '';
   background-image: url(../images/shape/shape-18.png);
   width: 100%;
   height: 193px;
   left: 0px;
   bottom: 0px;
   background-size: cover;
   background-repeat: no-repeat;
 }


 .calculator-section.alternat-2 .content-box .left-content .lower-text h5 {
   color: #a19e9e;
 }

 .calculator-section.alternat-2 .progress-block-one .inner-box .bar-inner:before {
   opacity: 0.4;
 }

 .calculator-section.alternat-2 .amount-box .emi-box {
   background: transparent;
 }

 .calculator-section.alternat-2 .amount-box .emi-box:before {
   position: absolute;
   content: '';
   background-image: url(../images/shape/shape-19.png);
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .calculator-section.alternat-2 .amount-box .emi-box h5 {
   color: #545151;
 }

 .calculator-section.alternat-2 .amount-box .emi-box h3 {
   color: var(--title-color);
 }

 .calculator-section.alternat-2 .amount-box .emi-box .btn-box .theme-btn {
   background: var(--theme-color);
   color: #fff !important;
 }

 .calculator-section.alternat-2 .amount-box .emi-box .btn-box .theme-btn:before {
   background: #fff;
 }

 .calculator-section.alternat-2 .amount-box .emi-box .btn-box .theme-btn:hover,
 .calculator-section.alternat-2 .amount-box .emi-box .btn-box .theme-btn:hover span:before {
   color: var(--title-color) !important;
 }

 .calculator-section.alternat-2 .amount-box .emi-box .btn-box .theme-btn span:before {
   color: #fff;
 }

 .calculator-section.alternat-2 .amount-box .interest-amount .single-amount .icon-box {
   opacity: 0.4;
 }

 .bg-color-4 {
   background: #f4f4f4;
 }

 .working-section .more-text.light h5 {
   color: #595858;
 }

 .creditcard-section.alternat-2 .sec-title .sub-title {
   color: #565555;
 }

 .creditcard-section.alternat-2 .sec-title .sub-title:before,
 .creditcard-section.alternat-2 .sec-title .sub-title:after {
   background: #565555;
 }

 .creditcard-section.alternat-2 .content-box .tab-btns .tab-btn.active-btn {
   background: #292929;
   border-color: #292929;
 }

 .creditcard-section.alternat-2 .content-box .tab-btns .tab-btn {
   background: #141414;
   border: 1px solid #2c2c2c;
   padding-top: 11px;
   padding-bottom: 11px;
 }

 .creditcard-section.alternat-2 .content-box .inner-box .text-box a,
 .creditcard-section.alternat-2 .content-box .inner-box .text-box a i {
   color: #fff;
 }


 /** testimonial-style-two **/

 .testimonial-style-two {
   position: relative;
 }

 .testimonial-style-two .owl-carousel .owl-stage-outer {
   overflow: visible;
 }

 .testimonial-style-two .owl-carousel .owl-stage-outer .owl-item {
   opacity: 0;
   visibility: hidden;
 }

 .testimonial-style-two .owl-carousel .owl-stage-outer .owl-item.active {
   opacity: 1;
   visibility: visible;
 }

 .testimonial-block-one .inner-box {
   position: relative;
   display: block;
   background: #fff;
   box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
   margin-bottom: 30px;
   padding: 40px 30px 40px 40px;
 }

 .testimonial-block-one .inner-box .rating {
   position: absolute;
   top: 40px;
   right: 0px;
   background: #f4f4f4;
   font-size: 17px;
   line-height: 26px;
   color: var(--title-color);
   padding: 5px 20px;
   text-align: center;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 10px;
 }

 .testimonial-block-one .inner-box .rating i {
   position: relative;
   display: inline-block;
   color: #fcc22d;
   font-size: 16px;
   height: 24px;
 }

 .testimonial-block-one .inner-box .rating:before {
   position: absolute;
   content: '';
   background: #f4f4f4;
   width: 18px;
   height: 18px;
   left: -18px;
   top: 0px;
   clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 0%);
 }

 .testimonial-block-one .inner-box .rating:after {
   position: absolute;
   content: '';
   background: #f4f4f4;
   width: 18px;
   height: 18px;
   left: -18px;
   bottom: 0px;
   clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
 }

 .testimonial-block-one .inner-box .icon-box {
   position: relative;
   display: inline-block;
   margin-bottom: 31px;
 }

 .testimonial-block-one .inner-box h3 {
   display: block;
   font-size: 24px;
   line-height: 32px;
   margin-bottom: 16px;
 }

 .testimonial-block-one .inner-box p {
   margin-bottom: 24px;
 }

 .testimonial-block-one .inner-box .author-box {
   position: relative;
   display: block;
   padding: 0px 0px 0px 100px;
 }

 .testimonial-block-one .inner-box .author-box .thumb-box {
   position: absolute;
   display: inline-block;
   left: 0px;
   top: 4px;
   width: 80px;
   height: 80px;
   border-radius: 50%;
 }

 .testimonial-block-one .inner-box .author-box .thumb-box img {
   width: 100%;
   border-radius: 50%;
 }

 .testimonial-block-one .inner-box .author-box h4 {
   display: block;
   font-size: 20px;
   line-height: 28px;
   margin-bottom: 8px;
 }

 .testimonial-block-one .inner-box .author-box .designation {
   position: relative;
   display: block;
   max-width: 200px;
 }

 .testimonial-style-two .big-text {
   position: absolute;
   left: 0px;
   top: -95px;
   width: 100%;
   text-align: center;
   font-size: 150px;
   line-height: 110px;
   font-family: var(--title-font);
   font-weight: 800;
   text-transform: uppercase;
   color: transparent;
   -webkit-background-clip: text !important;
   -webkit-text-fill-color: transparent;
   background: -webkit-linear-gradient(-90deg, #f4f4f4, #fff 100%);
 }


 .deals-section.alternat-2 .newsletter-inner .icon-box {
   background: #e5e5e5;
 }

 .deals-section.alternat-2 .newsletter-inner p,
 .deals-section.alternat-2 .newsletter-inner .lower-text {
   color: #a19e9e;
 }

 .deals-section.alternat-2 .newsletter-inner .form-group button[type='submit'] {
   background: #f4f4f4;
 }


 /** footer-style-three **/

 .footer-style-three {
   position: relative;
   background: #003497;
 }

 .footer-style-three .footer-top {
   position: relative;
   padding: 30px 0px;
   border-bottom: 1px solid #e9e9e9;
 }

 .footer-style-three .footer-top .left-column {
   position: relative;
   display: flex;
   align-items: center;
 }

 .footer-style-three .footer-top .footer-logo:before {
   position: absolute;
   content: '';
   background: #e9e9e9;
   width: 1px;
   height: 100%;
   top: 0px;
   right: 0px;
 }

 .footer-style-three .footer-top .social-links {
   position: relative;
   display: flex;
   align-items: center;
 }

 .footer-style-three .footer-top .social-links li {
   position: relative;
   display: inline-block;
   margin-right: 55px;
 }

 .footer-style-three .footer-top .social-links li:before {
   position: absolute;
   content: '';
   background: #c2c2c2;
   width: 4px;
   height: 4px;
   border-radius: 50%;
   top: 11px;
   right: -26px;
 }

 .footer-style-three .footer-top .social-links li:last-child:before {
   display: none;
 }

 .footer-style-three .footer-top .social-links li:last-child {
   margin: 0px !important;
 }

 .footer-style-three .footer-top .social-links li a {
   position: relative;
   display: flex;
   align-items: center;
   font-size: 17px;
   line-height: 26px;
   font-family: var(--text-font);
   color: var(--text-color);
   gap: 10px;
 }

 .footer-style-three .footer-top .social-links li a i {
   height: 20px;
   color: var(--title-color);
 }

 .footer-style-three .footer-top .top-inner {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
 }

 .footer-style-three .language-box {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
   padding-left: 40px;
 }

 .footer-style-three .language-box .nice-select .list {
   width: 140px;
 }

 .footer-style-three .language-box:before {
   position: absolute;
   content: '';
   background: #e9e9e9;
   width: 1px;
   height: 36px;
   left: 0px;
   top: -5px;
 }

 .footer-style-three .widget-section {
   position: relative;
   padding: 90px 0px 60px 0px;
 }

 .footer-style-three .widget-section .support-widget .icon-box {
   position: relative;
   display: inline-block;
   width: 50px;
   height: 50px;
   line-height: 50px;
   /* background: #95baff; */
   text-align: center;
   border-radius: 50%;
   box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
   margin-bottom: 21px;
 }

 .footer-style-three .widget-section .support-widget h3 {
   position: relative;
   display: block;
   font-size: 24px;
   line-height: 32px;
   margin-bottom: 10px;
   color: #fff;
 }

 .footer-style-three .widget-section .support-widget p {
   margin-bottom: 26px;
   color: #d9d6d6;
   ;
 }

 .footer-style-three .widget-section .support-widget .widget-content a {
   position: relative;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   background: #f4f4f4;
   font-size: 18px;
   line-height: 26px;
   color: var(--title-color);
   gap: 10px;
   padding: 15px 18px;
 }

 .footer-style-three .widget-section .support-widget .widget-content a i {
   position: relative;
   display: inline-block;
   font-size: 20px;
   height: 20px;
   color: #a7a4a4;
   transition: all 500ms ease;
 }

 .footer-style-three .widget-section .support-widget .widget-content a:hover {
   color: #fff;
   background: var(--theme-color);
 }

 .footer-style-three .widget-section .support-widget .widget-content a:hover i {
   color: #fff;
 }

 .footer-style-three .widget-title {
   position: relative;
   display: block;
   margin-bottom: 21px;
 }

 .footer-style-three .widget-title h3 {
   font-size: 24px;
   line-height: 32px;
   color: #fff;
 }

 .footer-style-three .links-widget .links-list li {
   position: relative;
   display: block;
   margin-bottom: 10px;
 }

 .footer-style-three .links-widget .links-list li:last-child {
   margin-bottom: 0px;
 }

 .footer-style-three .links-widget .links-list li a {
   position: relative;
   display: inline-block;
   font-size: 17px;
   line-height: 26px;
   font-family: var(--text-font);
   color: #d9d6d6;
   padding-left: 24px;
 }

 .footer-style-three .links-widget .links-list li a i {
   position: absolute;
   left: 0px;
   top: 3px;
   font-size: 18px;
   color: #a19e9e;
   transition: all 500ms ease;
 }

 .footer-style-three .links-widget .links-list li a:hover,
 .footer-style-three .links-widget .links-list li a:hover i {
   color: #d1c9c9;
 }

 .footer-style-three .post-widget .post {
   position: relative;
   display: block;
   margin-bottom: 20px;
 }

 .footer-style-three .post-widget .post:last-child {
   margin-bottom: 0px;
 }

 .footer-style-three .post-widget .post h4 {
   display: block;
   font-size: 20px;
   line-height: 28px;
   margin-bottom: 8px;
 }

 .footer-style-three .post-widget .post h4 a {
   display: inline-block;
   color: var(--title-color);
 }

 .footer-style-three .post-widget .post h4 a:hover {
   text-decoration: underline;
 }

 .footer-style-three .post-widget h5 {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 26px;
   padding-left: 25px;
   color: #a19e9e;
 }

 .footer-style-three .post-widget h5 img {
   position: absolute;
   left: 0px;
   top: 5px;
 }

 .footer-style-three .footer-widget {
   position: relative;
 }

 .social-box .social-links li a:after {
   content: attr(data-text);
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: #1b548a;

   background-image: url("../images/icons/mask-btn.webp");
   -webkit-mask-image: url("../images/icons/mask-btn.webp");
   mask-image: url("../images/icons/mask-btn.webp");

   -webkit-mask-size: 2300% 100%;
   mask-size: 2300% 100%;

   animation: mask_animation_mh 0.7s steps(22) forwards;

   z-index: -1;
 }

 .social-box .social-links li a:hover {
   color: #000;
 }

 .social-box .social-links li a:hover:after {
   animation: mask_animation 0.7s steps(22) forwards;
 }

 .social-box .social-links li a:hover i {
   color: #fff;
 }

 .social-box .social-links li a:hover:after i{
  color: #fff;
 }




 .footer-style-three .footer-column:last-child .footer-widget:before {
   display: none;
 }

 .footer-style-three .widget-section .pattern-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }


 .footer-style-three .footer-bottom {
   background: #003497;
   padding: 22px 0px;
 }

 .footer-style-three .footer-bottom .bottom-inner {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
 }

 .footer-style-three .footer-bottom .bottom-inner .copyright p {
   color: #a19e9e;
 }

 .footer-style-three .footer-bottom .bottom-inner .copyright p a {
   display: inline-block;
   color: #fff;
 }

 .footer-style-three .footer-bottom .bottom-inner .copyright p a:hover {
   text-decoration: underline;
 }

 .footer-style-three .footer-bottom .bottom-inner .footer-nav {
   position: relative;
   display: flex;
   align-items: center;
 }

 .footer-style-three .footer-bottom .bottom-inner .footer-nav li {
   position: relative;
   margin-right: 25px;
 }

 .footer-style-three .footer-bottom .bottom-inner .footer-nav li:last-child {
   margin: 0px !important;
 }

 .footer-style-three .footer-bottom .bottom-inner .footer-nav li a {
   position: relative;
   display: inline-block;
   color: #fff;
 }

 .footer-style-three .footer-bottom .bottom-inner .footer-nav li a:hover {
   text-decoration: underline;
 }


 .check-box input {
   display: none;
 }

 .check-box label {
   position: relative;
   font-size: 18px;
   line-height: 26px;
   font-family: var(--title-font);
   color: #a8aca5;
   padding-left: 28px;
   display: inline-block;
   cursor: pointer;
   margin-bottom: 0px;
   font-weight: 700;
 }

 .check-box input:checked+label {
   color: var(--title-color);
 }

 .check-box label:before {
   position: absolute;
   content: '';
   left: 0px;
   top: 4px;
   width: 18px;
   height: 18px;
   border-radius: 50%;
   border-style: solid;
   border-width: 1px;
   border-color: #e6ebea;
   background: transparent;
 }

 .check-box label:after {
   position: absolute;
   content: '';
   left: 6px;
   top: 10px;
   width: 6px;
   height: 6px;
   border-radius: 50%;
   background: var(--theme-color);
   opacity: 0;
 }

 .check-box input:checked+label:after {
   opacity: 1;
 }

 .check-box input:checked+label:before {
   background: #004d3f;
   border-color: #004d3f;
 }


 /** header-style-four **/

 .header-style-four {
   position: relative;
   padding: 30px 0px;
 }

 .header-style-four .outer-box {
   padding: 0px 40px;
 }

 .header-style-four .menu-area {
   display: none;
 }

 .header-style-four .left-column {
   position: relative;
   display: flex;
   align-items: center;
 }

 .header-style-four .left-column .category-list {
   position: relative;
   display: flex;
   align-items: center;
   gap: 20px;
 }

 .header-style-four .left-column .sidebar-menu {
   position: relative;
 }

 .header-style-four .left-column .sidebar-menu:before {
   position: absolute;
   content: '';
   background: #e8edec;
   top: -5px;
   right: 0px;
   width: 1px;
   height: 36px;
 }

 .header-style-four .left-column .sidebar-menu .side-menu-btn {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
   font-size: 18px;
   line-height: 26px;
   font-family: var(--title-font);
   color: var(--title-color);
   font-weight: 700;
 }

 .header-style-four .left-column .sidebar-menu .side-menu-btn img {
   position: relative;
   display: inline-block;
   transition: all 500ms ease;
 }

 .header-style-four .left-column .sidebar-menu.cart-visible .side-menu-btn img {
   transform: rotateY(180deg);
 }

 .header-style-four .left-column .search-box {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
   cursor: pointer;
 }

 .header-style-four .menu-content {
   position: absolute;
   width: 335px;
   background: #0f2028;
   opacity: 0;
   visibility: hidden;
   z-index: 5;
   transform: scaleY(0);
   transform-origin: top center;
   top: 62px;
   right: 20px;
   padding: 34px 40px 40px 40px;
   box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
   transition: all 500ms ease;
 }

 .header-style-four .menu-content:before {
   position: absolute;
   content: '';
   background: #0f2028;
   width: 40px;
   height: 20px;
   top: -20px;
   right: 28px;
   clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 0% 100%, 50% 0%);
 }

 .header-style-four .cart-visible .menu-content {
   opacity: 1;
   visibility: visible;
   display: block;
   transform: scaleY(1);
 }

 .header-style-four .menu-content .close-icon {
   position: absolute;
   top: -62px;
   right: 6px;
   width: 83px;
   height: 26px;
   text-align: center;
   font-size: 0px;
   z-index: 0;
   cursor: pointer;
 }

 .header-style-four .cart-visible .menu-content .close-icon {
   z-index: 9;
 }

 .header-style-four .menu-content .navigation {
   position: relative;
   padding-bottom: 27px;
   border-bottom: 1px solid #1b323c;
   margin-bottom: 40px;
 }

 .header-style-four .menu-content .menu-lower-content .icon-box {
   position: relative;
   display: inline-block;
   width: 60px;
   height: 60px;
   line-height: 60px;
   background: #fff;
   text-align: center;
   border-radius: 50%;
   margin-bottom: 22px;
 }

 .header-style-four .menu-content .menu-lower-content h3 {
   font-size: 24px;
   line-height: 32px;
   color: #fff;
   margin-bottom: 8px;
 }

 .header-style-four .menu-content .menu-lower-content p {
   color: #abb4b8;
   margin-bottom: 26px;
 }

 .header-style-four .menu-content .menu-lower-content .theme-btn {
   color: var(--title-color) !important;
 }

 .header-style-four .menu-content .menu-lower-content .theme-btn:before {
   background: #fff;
 }

 .header-style-four .menu-content .navigation>li {
   position: relative;
   display: block;
   padding: 9px 0px;
 }

 .header-style-four .menu-content .navigation>li .dropdown-btn {
   display: none;
 }

 .header-style-four .menu-content .navigation>li>a {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 26px;
   font-weight: 700;
   font-family: var(--title-font);
   color: #fff;
   text-transform: capitalize;
   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;
 }

 .header-style-four .menu-content .navigation>li>a:hover {
   color: var(--theme-color);
 }

 .header-style-four .menu-content .navigation>li.dropdown>a:before {
   position: absolute;
   content: "\f102";
   font-family: flaticon_flexibank;
   top: 0px;
   right: 0px;
   font-size: 14px;
   color: #a8a7a7;
   transition: all 500ms ease;
 }

 .header-style-four .menu-content .navigation>li>ul {
   position: absolute;
   left: 100%;
   margin-left: 40px;
   top: 0px;
   width: 220px;
   z-index: 100;
   display: inline-block;
   background: #0f2028;
   opacity: 0;
   padding: 20px 30px;
   visibility: hidden;
   border-radius: 0px;
   transform: scaleX(0);
   transform-origin: left center;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

 .header-style-four .menu-content .navigation>li.dropdown:hover>ul {
   visibility: visible;
   opacity: 1;
   transform: scaleX(1);
 }

 .header-style-four .menu-content .navigation>li>ul>li {
   position: relative;
   display: block;
   padding: 8px 0px;
 }

 .header-style-four .menu-content .navigation>li>ul>li>a {
   position: relative;
   display: block;
   line-height: 26px;
   font-weight: 400;
   font-size: 18px;
   text-transform: capitalize;
   font-family: var(--title-font);
   color: #fff;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

 .header-style-four .menu-content .navigation>li>ul>li>a:hover {
   color: var(--theme-color);
 }

 .header-style-four .menu-content .navigation>li>ul>li.dropdown>a:before {
   position: absolute;
   content: "\f102";
   font-family: flaticon_flexibank;
   top: 0px;
   right: 0px;
   font-size: 14px;
   color: #a8a7a7;
   transition: all 500ms ease;
 }

 .header-style-four .menu-content .navigation>li>ul>li>ul {
   position: absolute;
   left: 100%;
   margin-left: 30px;
   top: 0px;
   width: 270px;
   z-index: 100;
   display: inline-block;
   background: #0f2028;
   opacity: 0;
   padding: 20px 30px;
   visibility: hidden;
   border-radius: 0px;
   transform: scaleX(0);
   transform-origin: left center;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

 .header-style-four .menu-content .navigation li>ul>li.dropdown:hover>ul {
   visibility: visible;
   opacity: 1;
   transform: scaleX(1);
 }

 .header-style-four .menu-content .navigation>li>ul>li>ul>li {
   position: relative;
   display: block;
   padding: 9px 0px;
 }

 .header-style-four .menu-content .navigation>li>ul>li>ul>li>a {
   position: relative;
   display: block;
   line-height: 26px;
   font-weight: 400;
   font-size: 18px;
   text-transform: capitalize;
   font-family: var(--title-font);
   color: #fff;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

 .header-style-four .menu-content .navigation>li>ul>li>ul>li>a:hover {
   color: var(--theme-color);
 }

 .header-style-four .menu-content .navigation>li>ul:before,
 .header-style-four .menu-content .navigation>li>ul>li>ul:before {
   position: absolute;
   content: '';
   background: transparent;
   width: 40px;
   height: 100%;
   left: -40px;
   top: 0px;
 }

 .header-style-four .right-column {
   position: relative;
   display: flex;
   align-items: center;
 }

 .header-style-four .right-column .location-box {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
 }

 .header-style-four .right-column .nice-select {
   font-size: 17px;
   line-height: 26px;
   font-family: var(--text-font);
   color: #67686b;
 }

 .header-style-four .right-column .nice-select .list {
   min-width: 120px;
 }

 .header-style-four .right-column .social-links {
   position: relative;
   display: flex;
   align-items: center;
   gap: 45px;
 }

 .header-style-four .right-column .social-links li {
   position: relative;
 }

 .header-style-four .right-column .social-links li:before {
   position: absolute;
   content: '';
   background: #a5aeac;
   width: 4px;
   height: 4px;
   top: 9px;
   right: -25px;
   border-radius: 50%;
 }

 .header-style-four .right-column .social-links li:last-child:before {
   display: none;
 }

 .header-style-four .right-column .social-links li a {
   position: relative;
   display: inline-block;
   font-size: 18px;
   color: var(--text-color);
 }

 .header-style-four .right-column .social-links li a:hover {
   color: var(--title-color);
 }

 .header-style-four .right-column .login-box {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
 }

 .header-style-four .right-column .login-box .icon-box {
   position: relative;
   display: inline-block;
   width: 36px;
   height: 36px;
   line-height: 34px;
   border: 1px solid #e6ebea;
   border-radius: 50%;
   text-align: center;
 }

 .header-style-four .right-column .location-box:before,
 .header-style-four .right-column .social-links:before {
   position: absolute;
   content: '';
   background: #e8edec;
   width: 1px;
   height: 36px;
   top: -5px;
   right: 0px;
 }

 .header-style-four .sticky-header .outer-container {
   padding: 15px 0px;
 }


 /** banner-style-four **/

 /* 1. Main Section Styling */
 .banner-style-four.ultra-creative {
   position: relative;
   padding: 0;
   background: #ffffff;
   overflow: hidden;
   z-index: 1;
   background-size: 100%;
   background-repeat: no-repeat;
 }

 /* 2. Premium Mesh Background */
 .mesh-gradient {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background:
     radial-gradient(at 0% 0%, rgba(64, 1, 2, 0.08) 0px, transparent 50%),
     radial-gradient(at 100% 100%, rgba(255, 233, 116, 0.15) 0px, transparent 50%),
     radial-gradient(at 50% 50%, rgba(241, 246, 245, 1) 0px, transparent 80%);
   z-index: -1;
 }

 /* 3. Floating Orbit Decoration */
 .orbit-circle {
   position: absolute;
   border: 1px solid rgba(64, 1, 2, 0.1);
   border-radius: 50%;
   z-index: -1;
 }

 .orbit-circle.one {
   width: 500px;
   height: 500px;
   top: -100px;
   right: -100px;
   animation: rotate 20s linear infinite;
 }

 .orbit-circle.two {
   width: 300px;
   height: 300px;
   bottom: -50px;
   left: -50px;
   opacity: 0.5;
 }

 /* 4. Content Styling */
 .trust-tag {
   display: inline-flex;
   align-items: center;
   background: #fff;
   padding: 8px 18px;
   border-radius: 100px;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
   font-size: 14px;
   font-weight: 600;
   color: #003497;
   margin-bottom: 17px;
   border: 1px solid rgba(64, 1, 2, 0.05);
 }

 .pulse-dot {
   height: 8px;
   width: 8px;
   background: #22a972;
   border-radius: 50%;
   margin-right: 10px;
   box-shadow: 0 0 0 rgba(245, 241, 191, 0.4);
   animation: pulse 2s infinite;
 }

 .main-heading {
   font-size: 4.0rem;
   font-weight: 800;
   line-height: 1.2;
   color: #1a1a1a;
   letter-spacing: -2px;
   margin-bottom: 25px;
 }

 .shimmer-text {
   background: linear-gradient(90deg, #143678, #003497, #003497);
   background-size: 200% auto;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   animation: shimmer 3s linear infinite;
 }

 .outline-text {
   color: transparent;
   -webkit-text-stroke: 1.5px #22a972;
   letter-spacing: 1px;

 }

 .modern-sub {
   font-size: 1.2rem;
   color: #555;
   line-height: 1.5;
   margin-bottom: 30px;
   border-left: 4px solid #400102;
   padding-left: 20px;
 }

 .d-flex-add .widget-content {
   display: flex;
   align-items: start;
   gap: 20px;
 }



 .email-links h4 {
   margin: 0;
   line-height: 1.4;
 }

 .widget-content .support-box h4 a {
   color: #333;
   font-size: 18px;
   text-decoration: none;
   font-weight: 500;
   transition: color 0.3s ease, padding-left 0.3s ease;
 }

 .support-area ul li {
   position: relative;
   display: block;
   padding-left: 40px;
   color: #abb4b8;
   margin-bottom: 16px;
 }

 .social-box ul li {
   padding-left: 4px;

 }

 .support-area ul li a {
   display: inline-block;
   color: #d9d6d6;
   font-family: var(--text-font);
 }

 .support-area ul li .icon-box {
   position: absolute;
   left: 0px;
   top: 0px;
 }

 .social-box span {
   color: #fff;
 }

 .social-box .social-links {
   position: relative;
   display: flex;
   align-items: center;
   margin-top: 14px;

 }

 .padding-tb {
   padding: 80px 0 80px 0;
 }

 .social-box .social-links li {
   position: relative;
   display: inline-block;
   margin-right: 5px;
 }

 .investment-section {
   padding-bottom: 80px;
 }

 .emi-style .data-row span:last-child {
   color: #000;
 }

 .main-footer .footer-bottom .social-box .social-links li:last-child {
   margin: 0px;
 }

 .social-box .social-links li a {
   position: relative;
   display: inline-block;
   width: 45px;
   border-radius: 50%;
   height: 45px;
   line-height: 51px;
   transition: 0.5s;
   overflow: hidden;
   background-color: #22a972;
   text-align: center;
   font-size: 20px;
   color: #fff;
   z-index: 1;
 }



 /* Creative Hover Effect */
 .widget-content .support-box h4 a:hover {
   color: #007bff;
   /* Primary brand color */
   padding-left: 5px;
 }

 /* 5. Interactive Buttons & Rating */
 .button-group {
   display: flex;
   align-items: center;
   gap: 30px;
   flex-wrap: wrap;
 }

 .btn-primary-creative {
   background: #400102;
   color: #fff !important;
   padding: 18px 35px;
   border-radius: 12px;
   font-weight: 700;
   display: flex;
   align-items: center;
   gap: 12px;
   transition: all 0.3s ease;
   box-shadow: 0 15px 30px rgba(64, 1, 2, 0.2);
 }

 .btn-primary-creative:hover {
   background: #000;
 }

 .stars {
   color: #ffb400;
   font-size: 18px;
   margin-bottom: 2px;
 }

 .rating-info span {
   font-size: 14px;
   color: #777;
   font-weight: 600;
 }

 /* 6. Visual Container (Right Side) */
 .visual-container {
   position: relative;
   padding: 20px;
 }

 .main-image-box {
   position: relative;
   perspective: 1500px;
 }

 .hero-img {
   width: 100%;
   filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.15));
   border-radius: 30px;
 }

 /* 7. Glassmorphism Data Cards */
 .data-card {
   position: absolute;
   background: rgba(255, 255, 255, 0.85);
   backdrop-filter: blur(15px);
   padding: 18px;
   border-radius: 20px;
   display: flex;
   align-items: center;
   gap: 15px;
   box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
   border: 1px solid rgba(255, 255, 255, 0.5);
   z-index: 10;
 }

 .card-top {
   top: 7%;
   left: -40px;
 }

 .card-bottom {
   bottom: 5%;
   right: 0;
 }

 .icon-circle {
   width: 45px;
   height: 45px;
   border-radius: 12px;
   display: flex;
   align-items: center;
   justify-content: center;
   color: #fff;
 }

 .ultimate-section {
   padding: 80px 0;
   background: #f0f4f8;
   position: relative;
   overflow: hidden;
 }

 /* Abstract Background Shape */
 .bg-shape {
   position: absolute;
   top: -10%;
   right: -5%;
   width: 555px;
   height: 500px;
   background: linear-gradient(135deg, #4c0102 0%, #a00003 100%);
   border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
   opacity: 0.1;
   z-index: 0;
 }

 /* Main Container with Image and Glass Card */
 .hero-container {
   position: relative;
   border-radius: 40px;
   overflow: hidden;
   box-shadow: 0 40px 80px rgba(0, 0, 0, 0.15);
 }

 .background-img {
   width: 100%;
   height: 700px;
   object-fit: cover;
   display: block;
 }

 /* The Creative Glass Card */
 .glass-overlay-card {
   position: absolute;
   top: 10%;
   right: 50px;
   width: 550px;
   background: rgba(255, 255, 255, 0.85);
   backdrop-filter: blur(15px);
   padding: 40px;
   border-radius: 30px;
   border: 1px solid rgba(255, 255, 255, 0.4);
   box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
   z-index: 2;
 }

 .hs_footer_help_wrapper {
   padding-left: 0px;
   position: relative;
 }


 /* Mobile Responsive Card */
 @media (max-width: 991px) {
   .glass-overlay-card {
     position: relative;
     top: 0;
     right: 0;
     transform: none;
     width: 100%;
     margin-top: -62px;
     border-radius: 30px 30px 0 0;
     padding: 35px 19px;
   }

   .footer-logo-icon {
     padding-left: 0;
     margin-bottom: 20px;
   }

 }

 .trust-circle {
   width: 80px;
   height: 80px;
   background: #9ad7be;
   color: #2062df;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   font-size: 12px;
   line-height: 1.2;
   position: absolute;
   top: -30px;
   left: -30px;
   border: 5px solid #fff;
   font-weight: bold;
 }

 .feature-row {
   margin-bottom: 25px;
 }

 .icon-style {
   font-size: 28px;
   color: #2062df;
 }

 .gold {
   background: #9ad7be;
   color: #2062df;
 }

 .why-choose-v2-section {
       position: relative;
    padding: 80px 0;
    overflow: hidden;
    background: #ffff;
 }



 .why-choose-v2-left,
 .why-choose-v2-card {
   position: relative;
   z-index: 1;
 }

 .why-choose-v2-subtitle {
   color: #bf1d1d;
   font-size: 15px;
   font-weight: 600;
 }

 .why-choose-v2-title {
   font-size: 44px;
   line-height: 1.15;
   margin-bottom: 15px;
   color: #191919;
 }

 .why-choose-v2-desc {
   max-width: 540px;
   color: #5a5a5a;
   font-size: 16px;
   line-height: 1.75;
 }


 

 .why-choose-v2-image-badge {
   position: absolute;
   right: 20%;
   bottom: -18px;
   width: 62px;
   height: 62px;
   border-radius: 50%;
   background: #d81f1f;
   color: #fff;
   display: flex;
   align-items: center;
   justify-content: center;
   border: 5px solid #fff3f3;
   box-shadow: 0 10px 20px rgba(216, 31, 31, 0.35);
 }

 .why-choose-v2-card {
   height: 100%;
   /* text-align: center; */
   padding: 16px 20px 16px   99px;
 }

 .why-choose-v2-icon {
      width: 64px;
    height: 64px;
    margin: 0 0 15px;
    border-radius: 50%;
    background: #dcf3e9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #22a972;
    font-size: 20px;
    font-weight: 700;
        left: 11px;
    top: 12px;
    position: absolute;
 }



 .why-choose-v2-card h4 {
        margin-bottom: 3px;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
    color: #000;
 }

 .why-choose-v2-card p {
   font-size: 15px;
   line-height: 1.65;
   color: #555;
   margin: 0;
 }

 @media (max-width: 991px) {
   .why-choose-v2-section {
     padding: 70px 0;
   }

   .why-choose-v2-title {
     font-size: 36px;
   }
.why-choose-v2-icon{
  position: relative;
  left: 0;
  top: 0;
}

.why-choose-v2-image-wrap{
  margin-bottom: 20px;
}
  

   .why-choose-v2-card h4 {
     font-size: 24px;
   }
 }

 @media (max-width: 575px) {
   .why-choose-v2-section {
     padding: 55px 0;
   }

   .why-choose-v2-title {
     font-size: 30px;
   }

   .why-choose-v2-desc {
     font-size: 15px;
   }

   

  

   .why-choose-v2-image-badge {
     right: 16px;
   }

   .why-choose-v2-card {
     padding: 8px 12px 2px;
   }
 }

 .akm-customer-reviews {
   position: relative;
   padding: 80px 0 80px;
   background: linear-gradient(145deg, #f3f7ff 0%, #eff8ff 52%, #f5fffb 100%);
   overflow: hidden;
 }

 .akm-customer-reviews__shell {
   position: relative;
   padding: 0 12px;
 }

 .akm-customer-reviews__head {
   margin-bottom: 34px;
 }

 .akm-customer-reviews__eyebrow {
   font-size: 14px;
   font-weight: 700;
   letter-spacing: 0.08em;
   text-transform: uppercase;
   color: #003497;
 }

 .akm-customer-reviews__head h2 {
   font-size: 48px;
   line-height: 1.1;
   margin-bottom: 0;
 }

 .akm-customer-reviews .carousel {
   padding-bottom: 42px;
 }

 .akm-review-card {
   max-width: 980px;
   margin: 0 auto;
   text-align: left;
   background: rgba(255, 255, 255, 0.8);
   border: 1px solid rgba(255, 255, 255, 0.65);
   border-radius: 26px;
   padding: 38px 44px;
   box-shadow: 0 20px 40px rgba(30, 22, 22, 0.08);
   backdrop-filter: blur(8px);
 }

 .akm-review-card__rating {
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
   gap: 12px;
   margin-bottom: 16px;
 }

 .akm-rating-label {
   font-size: 20px;
   line-height: 1.4;
   color: #16233b;
   font-weight: 700;
 }

 .akm-stars-wrap {
   display: inline-flex;
   align-items: center;
   gap: 10px;
   background: #fff8e8;
   border: 1px solid #ffe0aa;
   border-radius: 999px;
   padding: 6px 12px;
 }

 .akm-stars {
   color: #ffb400;
   font-size: 15px;
   letter-spacing: 1px;
   line-height: 1;
 }

 .akm-stars-text {
   color: #6a5a2f;
   font-size: 13px;
   font-weight: 700;
   line-height: 1;
 }

 .akm-rating-score {
   background: #22a972;
   color: #fff;
   font-size: 13px;
   line-height: 1;
   border-radius: 999px;
   padding: 5px 9px;
   font-weight: 700;
   min-width: 38px;
   text-align: center;
 }

 .akm-review-card p {
      font-size: 19px;
    line-height: 1.58;
    color: #333;
    margin-bottom: 20px;
 }

 .faq-section {
  position: relative;
  padding: 80px 0 60px;
  background-color: #ffffff;
}

.accordion-box {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}

.accordion-box .block {
  position: relative;
  background-color: #e7e7e7;
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 19px;
  transition: all 0.3s ease;
}

.testi-single-box .testi-quote {
  position: absolute;
  top: 11px;
  opacity: 0.2;
}

.accordion-box .block.active-block {
  background-color: #ffffff;
  box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.05);
}

.accordion-box .block .acc-btn {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #25283a;
  font-weight: 600;
  cursor: pointer;
  padding: 15px 18px;
  padding-right: 50px;
}

.accordion-box .block .acc-btn::before {
  position: absolute;
  right: 25px;
  top: 14px;
  height: 30px;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  content: url(../images/icon/arrows.webp);
  font-family: "Font Awesome 5 Free";
  transition: 0.3s;
}

.accordion-box .block .acc-btn.active::before {
  content: url(../images/icon/arrows-active.webp);
}

.accordion-box .block .acc-content {
  display: none;
}

.accordion-box .block .content {
  padding: 15px 0px;
  border-top: 1px solid #e5e5e5;
}

.accordion-box .block .content .text {
  font-size: 15px;
  line-height: 1.7em;
  margin: 0;
}

.list-faq {
  margin: 12px 0 0;
  padding-left: 22px;
  list-style-type: lower-roman;
}

.list-faq li {
  margin-bottom: 7px;
  padding-left: 2px;
      list-style: unset;
}

.list-faq li:last-child {
  margin-bottom: 0;
}
 .akm-review-card h5 {
    margin: 0;
    font-size: 19px;
    color: #21aa70;
    font-weight: 500;
    position: relative;
    padding-left: 50px;
 }

  .akm-review-card h5::before{
        content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 41px;
    height: 2px;
    background-color: #21aa70;
  }

 .akm-customer-reviews .carousel-indicators {
   bottom: -4px;
   margin-bottom: 0;
 }

 .akm-customer-reviews .carousel-indicators [data-bs-target] {
   width: 11px;
   height: 11px;
   border-radius: 50%;
   background-color: #dcf3e9;
   opacity: 1;
   border: 0;
   margin: 0 6px;
 }

 .akm-customer-reviews .carousel-indicators .active {
   background-color: #21aa70;
 }

 .akm-customer-reviews .carousel-control-prev,
 .akm-customer-reviews .carousel-control-next {
   width: 48px;
   height: 48px;
   top: 50%;
   transform: translateY(-50%);
   background: #003497;
   border-radius: 50%;
   opacity: 0.95;
 }

 .akm-customer-reviews .carousel-control-prev {
   left: -8px;
 }

 .akm-customer-reviews .carousel-control-next {
   right: -8px;
 }

 @media (max-width: 991px) {
   .akm-customer-reviews {
     padding: 72px 0 66px;
   }

   .akm-customer-reviews__head h2 {
     font-size: 38px;
   }

   .akm-review-card {
     padding: 28px 24px;
     border-radius: 18px;
   }

   .akm-review-card__rating {
     gap: 10px;
   }

   .akm-rating-label {
     font-size: 17px;
   }

   .akm-review-card p {
     font-size: 18px;
   }

   .akm-review-card h5 {
     font-size: 21px;
   }
 }

 @media (max-width: 575px) {
   .akm-customer-reviews {
     padding: 58px 0 54px;
   }

   .akm-customer-reviews__shell {
     padding: 0;
   }

   .akm-customer-reviews__head h2 {
     font-size: 30px;
   }

   .akm-review-card {
     padding: 22px 16px;
   }

   .akm-review-card__rating {
     gap: 8px;
     margin-bottom: 12px;
   }

   .akm-rating-label {
     font-size: 16px;
   }

   .akm-stars-wrap {
     padding: 5px 10px;
   }

   .akm-stars {
     font-size: 13px;
   }

   .akm-stars-text {
     font-size: 12px;
   }

   .akm-review-card p {
     font-size: 16px;
     margin-bottom: 14px;
   }

   .akm-review-card h5 {
     font-size: 18px;
   }

   .akm-customer-reviews .carousel-control-prev,
   .akm-customer-reviews .carousel-control-next {
     width: 38px;
     height: 38px;
     top: auto;
     bottom: -1px;
     transform: none;
   }

   .akm-customer-reviews .carousel-control-prev {
     left: 28%;
   }

   .akm-customer-reviews .carousel-control-next {
     right: 28%;
   }
 }

 .red {
   background: #400102;
 }

 .data-card h5 {
   font-size: 16px;
   margin: 0;
   font-weight: 700;
   color: #1a1a1a;
 }

 .data-card p {
   font-size: 13px;
   margin: 0;
   color: #666;
 }

 /* 8. Animations */
 @keyframes shimmer {
   to {
     background-position: 200% center;
   }
 }

 @keyframes rotate {
   from {
     transform: rotate(0deg);
   }

   to {
     transform: rotate(360deg);
   }
 }

 @keyframes floatImage {

   0%,
   100% {
     transform: translateY(0) rotateX(2deg);
   }

   50% {
     transform: translateY(-20px) rotateX(-2deg);
   }
 }

 @keyframes pulse {
   0% {
     box-shadow: 0 0 0 0 rgb(34 169 114);
   }

   70% {
     box-shadow: 0 0 0 0 rgb(34 169 114);
   }

   100% {
     box-shadow: 0 0 0 0 rgba(245, 241, 191, 0.4);
   }
 }

 /* Responsive Fixes */
 @media (max-width: 991px) {
   .main-heading {
     font-size: 3rem;
   }

   .background-img {
     height: 350px;
   }

   .main-heading br {
     display: none;
   }

   .data-card {
     display: none;
   }

   .banner-style-four {
     padding: 100px 0;
   }

   .trust-circle {
     top: -55px;
     left: 4px;
   }

   .visual-container {
     padding: 0;
   }

   .banner-style-four.ultra-creative {
     padding: 30px 0 60px 0;
   }

   .orbit-circle.one {
     display: none;
   }

   .d-flex-add .widget-content {
     flex-wrap: wrap;
     gap: 0;
     flex-direction: column;
   }

   .offering-card {
     margin-bottom: 60px;
   }

   .exchange-single-slide {
     grid-template-columns: 1fr;
   }

   .exchange-single-media img {
     min-height: 230px;
   }

   .exchange-single-content {
     padding: 24px 22px;
   }

   .emi-style .input-pane {
     margin-bottom: 25px;
   }

 }


 .banner-style-four .upper-content .theme-btn {
   color: var(--title-color) !important;
 }

 .banner-style-four .upper-content .theme-btn:hover {
   color: #fff !important;
 }

 .banner-style-four .lower-content .single-item {
   position: relative;
   display: block;
 }

 .banner-style-four .lower-content .single-item h4 {
   display: block;
   font-size: 20px;
   line-height: 28px;
   margin-bottom: 19px;
 }

 .banner-style-four .lower-content .single-item ul {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
 }

 .banner-style-four .lower-content .single-item .download-list {
   gap: 10px;
 }

 .banner-style-four .lower-content .single-item .download-list li a {
   position: relative;
   display: inline-block;
   width: 56px;
   height: 56px;
   line-height: 58px;
   background: transparent;
   border: 2px solid #fff;
   border-radius: 50%;
   text-align: center;
   font-size: 20px;
   color: #a8aca5;
   box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
 }

 .banner-style-four .lower-content .single-item .download-list li a:hover {
   background: var(--theme-color);
   border-color: var(--theme-color);
   color: var(--title-color);
 }

 .banner-style-four .lower-content .single-item .clients-list li,
 .banner-style-four .lower-content .single-item .icon-list li {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 56px;
   height: 56px;
   border-radius: 50%;
   border: 2px solid #fff;
   box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
   margin: 0px -5px;
   background: #f1f6f5;
   font-size: 24px;
   font-family: var(--title-font);
   font-weight: 700;
   color: #004d3f;
 }

 .banner-style-four .pattern-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .bg-color-5 {
   background: #f1f6f5;
 }


 /** investment-section **/

 .investment-section {
   position: relative;
 }

 .investment-section .bg-color {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 50%;
 }

 .investment-block-one {
   position: relative;
   background: #0f2028;
   padding: 43px 50px 50px 50px;
   overflow: hidden;
 }

 .investment-block-one .inner-box {
   position: relative;
   max-width: 375px;
 }

 .investment-block-one .inner-box p {
   color: #abb4b8;
   margin-bottom: 34px;
 }

 .investment-block-one .inner-box .theme-btn {
   color: var(--title-color) !important;
 }

 .investment-block-one .inner-box .theme-btn:before {
   background: #fff;
 }

 .investment-block-one .inner-box .sec-title {
   margin-bottom: 12px;
 }

 .investment-block-one .image-box {
   position: absolute;
   right: 48px;
   bottom: 70px;
 }

 .investment-block-one .shape {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
   background-position: right center;
 }

 .investment-block-two .inner-box {
   position: relative;
   display: block;
   background: #004d3f;
   padding: 43px 50px 50px 50px;
 }

 .investment-block-two .inner-box .image-box {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
 }

 .investment-block-two .inner-box h4 {
   position: relative;
   display: inline-block;
   font-size: 20px;
   line-height: 28px;
   color: #fff;
   max-width: 180px;
   margin-bottom: 58px;
 }

 .investment-block-two .inner-box h4:before {
   position: absolute;
   content: '';
   background-image: url(../images/shape/shape-26.png);
   width: 90px;
   height: 103px;
   left: 50px;
   bottom: -116px;
   background-repeat: no-repeat;
 }

 .investment-block-two .inner-box .video-btn a {
   position: relative;
   display: inline-block;
   width: 80px;
   height: 80px;
   line-height: 78px;
   text-align: center;
   border-radius: 50%;
   background: var(--theme-color);
   margin-bottom: 85px;
 }

 .investment-block-two .inner-box .download-box {
   position: relative;
   display: flex;
   align-items: center;
   gap: 15px;
 }

 .investment-block-two .inner-box .download-box button {
   position: relative;
   display: inline-block;
   width: 50px;
   height: 50px;
   line-height: 50px;
   background: #fff;
   text-align: center;
   border-radius: 50%;
 }

 .investment-block-two .inner-box .download-box h5 {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 26px;
   color: #fff;
 }

 .investment-block-two .inner-box .shape {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
   background-position: right center;
 }

 .investment-block-two .inner-box .big-text {
   position: absolute;
   top: 0px;
   right: 110px;
   font-size: 70px;
   line-height: 70px;
   font-family: var(--title-font);
   font-weight: 800;
   height: 100%;
   text-align: center;
   writing-mode: vertical-lr;
   transform: rotate(180deg);
   color: transparent;
   -webkit-background-clip: text !important;
   -webkit-text-fill-color: transparent;
   background: -webkit-linear-gradient(-90deg, #146153, #0a5e4f 100%);
 }


 .banking-service.home-4 .sec-title .sub-title {
   color: #004d3f;
 }

 .banking-service.home-4 .sec-title .sub-title:before,
 .banking-service.home-4 .sec-title .sub-title:after {
   background: #004d3f;
 }

 .banking-service.home-4 .tab-btn .icon-box:before {
   background: #f1f6f5;
 }

 .banking-service.home-4 .tab-btn-box .owl-nav button {
   background: #ecf1f0;
 }

 .banking-service.home-4 .tab-btn-box .owl-nav button:hover {
   background: #004d3f;
 }

 .banking-service.home-4 .tab-btn:before {
   background: var(--secondary-color);
 }

 .banking-service.home-4 .content-box .inner-box h6 {
   color: var(--secondary-color);
 }

 .banking-service.home-4 .list-style-one li .icon-box {
   background: #f1f6f5;
 }

 .banking-service.home-4 .content-box .lower-text h5 a,
 .banking-service.home-4 .content-box .lower-text .icon-box {
   color: var(--secondary-color);
 }

 .banking-service.home-4 .content-box .inner-box .inner h6 {
   color: #a5aeac;
 }

 .secure-growth-two.dark-section .big-text {
   color: #e4ebea;
   font-size: 100px;
   line-height: 100px;
   left: 85px;
 }

 .secure-growth-two.dark-section .sec-title .sub-title {
   color: var(--secondary-color);
 }

 .secure-growth-two.dark-section .sec-title .sub-title:before,
 .secure-growth-two.dark-section .sec-title .sub-title:after {
   background: var(--secondary-color);
 }

 .secure-growth-two.dark-section .owl-nav button {
   background: transparent;
   border-color: #dfe4e3;
   color: #a9ada6;
 }

 .secure-growth-two.dark-section .owl-nav button:hover {
   color: #fff;
   background: var(--secondary-color);
   border-color: var(--secondary-color);
 }

 .secure-growth-two.dark-section .growth-block-two .inner-box {
   background: #fff;
   box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
 }

 .secure-growth-two.dark-section .growth-block-two .inner-box:before {
   background: var(--secondary-color);
 }

 .secure-growth-two.dark-section .growth-block-two .inner-box h3 a {
   color: var(--title-color);
 }

 .secure-growth-two.dark-section .growth-block-two .inner-box h3 {
   border-bottom: 1px solid #e5ebea;
 }

 .secure-growth-two.dark-section .growth-block-two .inner-box .icon-box .icon {
   background: #f1f6f5;
 }

 .secure-growth-two.dark-section .growth-block-two .inner-box .icon-box .count-text {
   -webkit-text-stroke-color: #f1f6f5;
   color: #f1f6f5;
 }

 .secure-growth-two.dark-section .growth-block-two .inner-box p,
 .secure-growth-two.dark-section .growth-block-two .inner-box .list-item li a {
   color: #666a69;
 }

 .secure-growth-two.dark-section .growth-block-two .inner-box .list-item li a img {
   opacity: 0.5;
 }

 .secure-growth-two.dark-section .growth-block-two .inner-box .list-item li a:hover img {
   opacity: 1;
 }

 .secure-growth-two.dark-section .growth-block-two .inner-box .list-item li {
   border-color: #e5ebea;
 }

 .secure-growth-two.dark-section .image-layer img {
   filter: grayscale(0%);
 }

 .secure-growth-two.dark-section .growth-block-two .inner-box:hover {
   border-color: #fff;
 }



 .exchange-section.light-section .nav-style-one .owl-nav button {
   border-color: #30424a;
   color: #abb4b8;
 }

 .exchange-section.light-section .nav-style-one .owl-nav button:hover {
   color: #fff;
 }

 .exchange-section.light-section .tab-btn-box .tab-btns li {
   border-color: #30424a;
 }

 .exchange-section.light-section .tab-btn-box .tab-btns li.active-btn {
   color: var(--title-color);
 }

 .exchange-section.light-section .more-text h5 {
   color: #fff;
 }


 /** instant-section **/

 .instant-section {
   position: relative;
 }

 .home_4 .instant-section .sec-title .sub-title {
   color: var(--secondary-color);
 }

 .home_4 .instant-section .sec-title .sub-title:before,
 .home_4 .instant-section .sec-title .sub-title:after {
   background: var(--secondary-color);
 }

 .instant-section .content-box {
   position: relative;
   display: block;
 }

 .instant-section .content-box .accordion {
   position: relative;
   background: #fff;
   border: 1px solid #e6e4e4;
   margin-bottom: 10px;
 }

 .home_4 .instant-section .content-box .accordion {
   border-color: #e5ebea;
 }

 .instant-section .content-box .accordion:last-child {
   margin-bottom: 0px;
 }

 .instant-section .content-box .accordion.active-block {
   background: #f5f4f4;
   border-color: #f5f4f4;
 }

 .home_4 .instant-section .content-box .accordion.active-block {
   background: #f0f5f4;
   border-color: #f0f5f4;
 }

 .instant-section .content-box .accordion .acc-btn {
   position: relative;
   padding: 26px 60px 26px 29px;
   cursor: pointer;
 }

 .instant-section .content-box .accordion .acc-btn .icon-box {
   position: absolute;
   top: 29px;
   right: 30px;
   font-size: 18px;
   color: #e2e0e0;
   transform: rotate(-90deg);
   transition: all 500ms ease;
 }

 .home_4 .instant-section .content-box .accordion .acc-btn .icon-box {
   color: #dfe4e3;
 }

 .home_4 .instant-section .content-box .accordion .acc-btn.active .icon-box {
   color: var(--secondary-color);
 }

 .instant-section .content-box .accordion .acc-btn.active .icon-box {
   transform: rotate(0deg);
   color: var(--theme-color);
 }

 .instant-section .content-box .accordion .acc-btn h4 {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 28px;
   padding-left: 40px;
 }

 .instant-section .content-box .accordion .acc-btn h4 img {
   position: absolute;
   left: 0px;
   top: 2px;
 }

 .instant-section .content-box .accordion .acc-content {
   position: relative;
   padding: 0px 30px 30px 30px;
 }

 .instant-section .content-box .accordion .acc-content .content {
   position: relative;
   margin: 0px 10px;
 }

 .instant-section .content-box .accordion .acc-content .single-column {
   padding: 0px 5px;
 }

 .instant-section .content-box .accordion .acc-content .single-item {
   position: relative;
   display: block;
 }

 .instant-section .content-box .accordion .acc-content .single-item a {
   position: relative;
   display: inline-block;
   width: 100%;
   background: #fff;
   padding: 25px 30px 19px 25px;
   box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
   cursor: pointer;
   color: var(--text-color);
 }

 .instant-section .content-box .accordion .acc-content .single-item a:hover {
   color: var(--title-color);
 }

 .instant-section .content-box .accordion .acc-content .single-item img {
   position: relative;
   display: block;
   opacity: 0.3;
   transform: rotate(45deg);
   filter: grayscale(100%);
   margin-bottom: 12px;
   transition: all 500ms ease;
 }

 .instant-section .content-box .accordion .acc-content .single-item a:hover img {
   opacity: 1;
   transform: rotate(0deg);
   filter: grayscale(0%);
 }

 .instant-section .content-box .accordion .acc-content .single-item span {
   position: relative;
   display: block;
   transition: all 500ms ease;
 }

 .instant-section .support-inner {
   position: relative;
   display: block;
 }

 .instant-section .support-inner .support-icon {
   position: relative;
   display: block;
   margin-bottom: 60px;
 }

 .instant-section .support-inner .support-icon .shape {
   position: absolute;
   top: 15px;
   right: 105px;
   width: 68px;
   height: 100px;
   background-repeat: no-repeat;
 }

 .instant-section .support-inner .support-box {
   position: relative;
   display: block;
   background: var(--secondary-color);
   padding: 40px 30px;
 }

 .home_4 .instant-section .support-inner .support-box {
   background: #0f2028;
 }

 .instant-section .support-inner .support-box .image-box {
   position: relative;
   display: block;
   margin-right: 20px;
 }

 .instant-section .support-inner .support-box .image-box img {
   width: 100%;
 }

 .instant-section .support-inner .support-box .lower-content {
   position: relative;
   padding-top: 33px;
 }

 .instant-section .support-inner .support-box .lower-content .big-text {
   position: absolute;
   right: -8px;
   bottom: 95px;
   font-size: 60px;
   line-height: 60px;
   font-family: var(--title-font);
   color: #661d1a;
   font-weight: 800;
   text-transform: uppercase;
   writing-mode: vertical-lr;
   transform: rotate(180deg);
 }

 .home_4 .instant-section .support-inner .support-box .lower-content .big-text {
   color: #182d38;
 }

 .instant-section .support-inner .support-box .lower-content .info-list li {
   position: relative;
   display: block;
   font-size: 17px;
   color: #ceb2ad;
   margin-bottom: 15px;
 }

 .home_4 .instant-section .support-inner .support-box .lower-content .info-list li {
   color: #abb4b8;
 }

 .instant-section .support-inner .support-box .lower-content .info-list li:last-child {
   margin-bottom: 0px;
 }

 .instant-section .support-inner .support-box .lower-content .info-list li a {
   display: inline-block;
   color: #fff;
 }

 .instant-section .support-inner .support-box .lower-content .info-list li a:hover {
   color: var(--theme-color);
 }

 .home_4 .instant-section .support-inner .support-box .lower-content .info-list li span {
   color: #4b5f6a;
 }

 .instant-section .support-inner .support-box .lower-content .info-list li span {
   color: #9c6960;
 }

 .home_4 .instant-section .support-inner .support-box .lower-content .theme-btn {
   text-align: center;
   color: var(--title-color) !important;
 }

 .home_4 .instant-section .support-inner .support-box .lower-content .theme-btn:hover {
   color: #fff !important;
 }

 .home_4 .instant-section .support-inner .support-box .lower-content .theme-btn:before {
   background: var(--secondary-color);
 }

 .instant-section .support-inner .support-box .lower-content .theme-btn {
   width: 100%;
 }

 .instant-section .support-inner .support-box .lower-content .theme-btn:hover {
   color: var(--title-color) !important;
 }

 .instant-section .support-inner .support-box .lower-content .theme-btn:before {
   background: #fff;
 }

 .working-section.home-4 .sec-title .sub-title {
   color: var(--secondary-color);
 }

 .working-section.home-4 .sec-title .sub-title:before,
 .working-section.home-4 .sec-title .sub-title:after {
   background: var(--secondary-color);
 }

 .working-section.home-4 .working-block-one .inner-box .count-text {
   background: #f1f6f5;
   border-color: #e6ebea;
 }

 .working-section.home-4 .working-block-one .inner-box .icon-box {
   background: #e4eae9;
 }

 .working-section.home-4 .working-block-one .inner-box .icon-box:before {
   border-color: #dfe4e3;
 }

 .working-section.home-4 .more-text h5 a,
 .working-section.home-4 .more-text h5 i {
   color: var(--secondary-color);
 }


 .locker-facility.home-4 .sec-title .sub-title,
 .locker-facility.home-4 .content-box .text-box h5 a,
 .locker-facility.home-4 .content-box .text-box h5 i,
 .locker-facility.home-4 .content-box .inner-box h6 {
   color: var(--secondary-color);
 }

 .locker-facility.home-4 .sec-title .sub-title:before,
 .locker-facility.home-4 .sec-title .sub-title:after {
   background: var(--secondary-color);
 }

 .locker-facility.home-4 .content-box .inner-box {
   background: linear-gradient(90deg, #f1f6f5 50%, #fff 100%);
 }

 .locker-facility.home-4 .content-box .inner-box h6:before {
   background: linear-gradient(90deg, var(--secondary-color) 0%, #f9fbfb 100%);
 }

 .locker-facility .content-box .inner-box .single-item {
   border-right: 1px solid #dfe4e3;
 }

 .locker-facility .content-box .inner-box .single-column:last-child .single-item {
   border: none;
 }

 .locker-facility.home-4 .content-box .btn-box .theme-btn {
   background: var(--theme-color);
   color: var(--title-color) !important;
 }

 .locker-facility.home-4 .content-box .btn-box .theme-btn span:before {
   color: var(--title-color);
 }

 .locker-facility.home-4 .content-box .btn-box .theme-btn:hover,
 .locker-facility.home-4 .content-box .btn-box .theme-btn:hover span:before {
   color: #fff !important;
 }

 .locker-facility.home-4 .content-box .btn-box .theme-btn:before {
   background: var(--secondary-color);
 }

 .creditcard-section.home-4 {
   background: #0f2028;
 }

 .creditcard-section.home-4 .content-box .inner-box .form-inner .form-group input[type='text'] {
   color: #4b5f6a;
 }

 .creditcard-section.home-4 .content-box .inner-box .form-inner .form-group button[type='submit'] i,
 .creditcard-section.home-4 .content-box .inner-box .form-inner .form-group button[type='submit']:hover {
   color: var(--title-color);
 }

 .clients-section.home-4 .sec-title .sub-title {
   color: var(--secondary-color);
 }

 .clients-section.home-4 .sec-title .sub-title:before,
 .clients-section.home-4 .sec-title .sub-title:after {
   background: var(--secondary-color);
 }

 .clients-section.home-4 .dots-style-one .owl-dots button.active {
   border-color: var(--secondary-color);
 }

 .testimonial-style-two.home-4 .big-text {
   background: -webkit-linear-gradient(-90deg, #f1f6f5, #fff 100%);
 }

 .testimonial-style-two.home-4 .testimonial-block-one .inner-box .rating,
 .testimonial-style-two.home-4 .testimonial-block-one .inner-box .rating:before,
 .testimonial-style-two.home-4 .testimonial-block-one .inner-box .rating:after {
   background: #f1f6f5;
 }


 /** footer-style-four **/

 .footer-style-four {
   position: relative;
   background: #0f2028;
 }

 .footer-style-four .widget-section {
   position: relative;
   padding: 110px 0px 75px 0px;
   border-bottom: 1px solid rgba(255, 255, 255, 0.10);
 }

 .footer-style-four .widget-title {
   position: relative;
   display: block;
   margin-bottom: 22px;
 }

 .footer-style-four .widget-title h3 {
   font-size: 24px;
   line-height: 32px;
   color: #fff;
 }

 .footer-style-four .contact-widget .light-icon {
   position: absolute;
   top: 5px;
   right: 0px;
 }

 .footer-style-four .contact-widget .info-list li {
   position: relative;
   display: block;
   padding-left: 40px;
   color: #abb4b8;
   margin-bottom: 16px;
 }

 .footer-style-four .contact-widget .info-list li:last-child {
   margin-bottom: 0px;
 }

 .footer-style-four .contact-widget .info-list li .icon-box {
   position: absolute;
   left: 0px;
   top: 0px;
 }

 .footer-style-four .contact-widget .info-list li a {
   display: inline-block;
   color: #abb4b8;
   font-family: var(--text-font);
 }

 .footer-style-four .contact-widget .info-list li a:hover {
   color: var(--theme-color);
 }

 .footer-style-four .contact-widget .info-list li.link a {
   position: relative;
   display: inline-block;
   font-size: 18px;
   line-height: 26px;
   font-family: var(--title-font);
   color: #fff;
   font-weight: 700;
   padding-left: 25px;
 }

 .footer-style-four .contact-widget .info-list li.link a i {
   position: absolute;
   left: -2px;
   top: 5px;
   font-size: 20px;
   color: var(--theme-color);
 }

 .footer-style-four .contact-widget .info-list li.link a:hover {
   color: var(--theme-color);
 }

 .footer-style-four .subscribe-widget .big-text {
   position: relative;
   display: block;
   font-size: 150px;
   line-height: 120px;
   font-family: var(--title-font);
   font-weight: 800;
   text-transform: uppercase;
   color: transparent;
   -webkit-background-clip: text !important;
   -webkit-text-fill-color: transparent;
   background: -webkit-linear-gradient(-90deg, #213843, #142730 100%);
   margin-bottom: 33px;
 }

 .footer-style-four .subscribe-widget .image-box {
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   top: 0px;
   z-index: 1;
 }

 .footer-style-four .subscribe-widget .form-inner .form-group {
   position: relative;
   margin-bottom: 15px;
 }

 .footer-style-four .subscribe-widget .form-inner .form-group input[type='email'] {
   position: relative;
   display: block;
   width: 100%;
   height: 56px;
   background: #fff;
   border-radius: 1px solid #fff;
   font-size: 17px;
   color: #535155;
   padding: 10px 190px 10px 50px;
 }

 .footer-style-four .subscribe-widget .form-inner .form-group .icon-box {
   position: absolute;
   left: 20px;
   top: 14px;
   z-index: 1;
 }

 .footer-style-four .subscribe-widget .form-inner .form-group button[type='submit'] {
   position: absolute;
   top: 0px;
   right: 0px;
 }

 .footer-style-four .subscribe-widget .form-inner .form-group button.theme-btn {
   color: var(--title-color);
 }

 .footer-style-four .subscribe-widget .lower-text {
   position: relative;
   padding-left: 22px;
 }

 .footer-style-four .subscribe-widget .lower-text .icon-box {
   position: absolute;
   left: 0px;
   top: -2px;
 }

 .footer-style-four .subscribe-widget .lower-text p {
   color: #abb4b8;
 }

 .footer-style-four .footer-bottom {
   position: relative;
   padding: 30px 0px;
 }

 .footer-style-four .footer-bottom .bottom-inner {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
 }

 .footer-style-four .footer-bottom .footer-logo {
   position: relative;
   display: flex;
   align-items: center;
 }

 .footer-style-four .footer-bottom .footer-logo .logo {
   border-right: 1px solid rgba(255, 255, 255, 0.10);
 }

 .footer-style-four .footer-bottom .footer-logo p {
   color: #abb4b8;
 }

 .footer-style-four .footer-bottom .footer-menu {
   position: relative;
   display: flex;
   align-items: center;
   gap: 28px;
 }

 .footer-style-four .footer-bottom .footer-menu li {
   position: relative;
   display: inline-block;
 }

 .footer-style-four .footer-bottom .footer-menu li a {
   color: #abb4b8;
 }

 .footer-style-four .footer-bottom .footer-menu li a:hover {
   color: var(--theme-color);
 }


 /** page-title **/

 .page-title {
   position: relative;
   padding: 40px 0px 40px 0px;
 }

 .page-title .bg-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .page-title .bg-layer:before {
   position: absolute;
   content: '';
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   background: -webkit-linear-gradient(0deg, rgba(85, 4, 1, 1.0) 50%, rgba(85, 4, 1, 0.0) 75%);
 }

 .page-title .pattern-layer {
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   opacity: 0.88;
 }

 .page-title h1 {
   position: relative;
   display: block;
   font-size: 60px;
   line-height: 68px;
   color: #fff;
   margin-bottom: 81px;
 }

 .page-title .bread-crumb {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: right;
   gap: 28px;
 }

 .page-title .bread-crumb li {
   position: relative;
   display: inline-block;
   color: #b6e2d0;
 }

 .page-title .bread-crumb li a {
   display: inline-block;
   color: #b6e2d0;
 }

 .page-title .bread-crumb li a:hover {
   color: #fff;
   text-decoration: underline;
 }

 .page-title .bread-crumb li span {
   color: #fff;
 }

 .page-title .bread-crumb li:before {
   position: absolute;
   content: "\f102";
   font-family: flaticon_flexibank;
   font-size: 16px;
   top: 1px;
   right: -20px;
   color: #b6e2d0;
 }

 .top-vission-section {
   display: flex;
   flex-direction: column;
   justify-content: center;
   padding: 0 0 22px;
   margin-bottom: 10px;
   border-bottom: 2px solid red;
   /* test */
 }

 .page-title .bread-crumb li:last-child:before {
   display: none;
 }

 .pb_90 {
   padding-bottom: 90px !important;
 }


 /** overview-section **/

 .overview-section {
   position: relative;
 }

 .overview-section .content-box {
   position: relative;
   display: block;
 }

 .overview-section .content-box .text-box h4 {
   display: block;
   font-size: 20px;
   line-height: 28px;
   color: #545151;
   margin-bottom: 4px;
 }

 .overview-section .content-box .text-box h2 {
   display: inline-block;
   font-size: 36px;
   line-height: 44px;
   color: var(--theme-color);
   margin-bottom: 19px;
   padding-right: 38px;
 }

 .overview-section .content-box .text-box h2:before {
   position: absolute;
   content: '';
   background-image: url(../images/shape/shape-35.png);
   width: 27px;
   height: 16px;
   bottom: 15px;
   right: 0px;
   background-repeat: no-repeat;
 }

 .overview-section .content-box .text-box h2 span {
   font-size: 20px;
   color: var(--title-color);
 }

 .overview-section .content-box .text-box {
   margin-bottom: 42px;
 }

 .overview-section .content-box .btn-box {
   position: relative;
   display: flex;
   align-items: center;
   gap: 30px;
 }

 .overview-section .content-box .btn-box .theme-btn {
   background: var(--secondary-color);
 }

 .overview-section .content-box .btn-box .theme-btn:before {
   background: var(--theme-color);
 }

 .overview-section .content-box .btn-box button[type='button'] {
   position: relative;
   display: inline-block;
   font-size: 18px;
   line-height: 26px;
   font-family: var(--title-font);
   color: var(--title-color);
   font-weight: 700;
   transition: all 500ms ease;
 }

 .overview-section .content-box .btn-box button:hover {
   color: var(--theme-color);
 }

 .overview-section .content-box .btn-box button img {
   margin-right: 10px;
 }

 .overview-section .inner-box {
   position: relative;
   display: block;
 }

 .overview-section .inner-box h3 {
   position: relative;
   display: block;
   font-size: 24px;
   line-height: 32px;
   background: #fff;
   padding: 19px 20px;
   box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
   text-align: center;
 }

 .overview-section .inner-box .inner-content {
   position: relative;
   background: #f5f4f4;
 }

 .overview-section .inner-box .inner-content:before {
   position: absolute;
   content: '';
   background: #e1dfdf;
   width: 1px;
   height: calc(100% - 80px);
   left: 50%;
   top: 40px;
   z-index: 1;
 }

 .overview-section .inner-box .inner-content .shape-2 {
   position: absolute;
   background: #e1dfdf;
   height: 1px;
   width: calc(100% - 80px);
   top: 50%;
   left: 40px;
   z-index: 1;
 }

 .overview-section .inner-box .inner-content .shape {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .overview-section .inner-box .single-item {
   position: relative;
   float: left;
   width: 50%;
   text-align: center;
   padding: 40px 30px;
 }

 .overview-section .inner-box .single-item .icon-box {
   position: relative;
   display: inline-block;
   width: 70px;
   height: 70px;
   line-height: 68px;
   background: #eaeaea;
   text-align: center;
   border-radius: 50%;
   border: 1px dashed var(--theme-color);
   margin-bottom: 16px;
 }

 .overview-section .inner-box .single-item h4 {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 28px;
 }

 .overview-section .inner-box .single-item .text-box {
   position: absolute;
   top: 100%;
   background: #fff;
   left: 15px;
   width: calc(100% - 30px);
   background: #fff;
   padding: 25px 25px;
   box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
   z-index: 1;
   margin-top: 0px;
   opacity: 0;
   visibility: hidden;
   transition: all 500ms ease;
 }

 .overview-section .inner-box .single-item .text-box:before {
   position: absolute;
   content: '';
   background: #fff;
   width: 18px;
   height: 12px;
   left: 50%;
   margin-left: -9px;
   top: -12px;
   clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 0% 100%, 50% 0%);
 }

 .overview-section .inner-box .single-item:hover .text-box {
   opacity: 1;
   visibility: visible;
   margin-top: -17px;
 }

 .overview-section .sec-title {
   margin-bottom: 32px;
 }


 /** features-section **/

 .features-section {
   position: relative;
   padding: 113px 0px 60px 0px;
 }

 .feature-block-one .inner-box {
   position: relative;
   display: block;
   padding: 0px 20px;
   margin-bottom: 53px;
 }

 .feature-block-one .inner-box .icon-box {
   position: relative;
   display: inline-block;
   width: 70px;
   height: 70px;
   line-height: 70px;
   background: #eaeaea;
   text-align: center;
   border-radius: 50%;
   margin-bottom: 22px;
   transition: all 500ms ease;
 }

 .feature-block-one .inner-box .icon-box img {
   position: relative;
   display: inline-block;
   filter: grayscale(100%);
   transition: all 500ms ease;
 }

 .feature-block-one .inner-box:hover .icon-box img {
   filter: grayscale(0%);
 }

 .feature-block-one .inner-box:hover .icon-box {
   background: #fff;
 }

 .feature-block-one .inner-box h3 {
   display: block;
   font-size: 24px;
   line-height: 32px;
   margin-bottom: 12px;
 }

 .feature-block-one .inner-box h3 a {
   position: relative;
   display: inline-block;
   color: var(--title-color);
 }

 .feature-block-one .inner-box h3 a:hover {
   color: var(--theme-color);
 }


 /** documents-section **/

 .documents-section {
   position: relative;
 }

 .documents-section .bg-color {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 50%;
 }

 .documents-section .inner-container {
   position: relative;
   background: var(--secondary-color);
   padding: 73px 60px 80px 60px;
 }

 .documents-section .sec-title {
   margin-bottom: 0px;
 }

 .documents-section .sec-title p {
   color: #ceb2ad;
   margin-bottom: 33px;
 }

 .documents-section .list-item li {
   position: relative;
   display: block;
   font-size: 17px;
   line-height: 26px;
   color: #fff;
   padding: 15px 0px 15px 30px;
   border-bottom: 1px solid #71211e;
 }

 .documents-section .list-item li:last-child {
   border-bottom: none;
 }

 .documents-section .list-item li span {
   color: #ceb2ad;
 }

 .documents-section .list-item li i {
   position: absolute;
   left: 0px;
   top: 19px;
   color: #a37574;
   font-size: 16px;
 }

 .documents-section .shape {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .documents-section .sec-title .theme-btn:hover {
   color: var(--title-color) !important;
 }

 .documents-section .sec-title .theme-btn:before {
   background: #fff;
 }


 .working-section.alternat-2 .working-block-one .inner-box {
   background: #fff;
   box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
 }

 .working-section.alternat-2 .working-block-one .inner-box .count-text {
   background: #fff;
   border-color: #e7e5e5;
 }

 .working-section.alternat-2 .working-block-one .inner-box .icon-box {
   background: #f5f4f4;
 }


 /** performance-section **/

 .performance-section {
   position: relative;
   background: var(--secondary-color);
   padding: 113px 0px;
 }

 .performance-section .pattern-layer {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 50%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .performance-section .content-box {
   position: relative;
   display: block;
 }

 .performance-section .content-box .sec-title {
   margin-bottom: 32px;
 }

 .performance-section .content-box .text-box {
   margin-bottom: 31px;
 }

 .performance-section .content-box .text-box p {
   color: #ceb2ad;
 }

 .performance-section .content-box .inner-box {
   position: relative;
   display: flex;
   align-items: center;
   gap: 60px;
 }

 .performance-section .content-box .inner-box .single-item {
   position: relative;
   display: flex;
   align-items: center;
   gap: 20px;
 }

 .performance-section .content-box .inner-box .single-item .icon-box {
   position: relative;
   display: inline-block;
   width: 45px;
   height: 45px;
   line-height: 45px;
   background: #fff;
   text-align: center;
   border-radius: 50%;
 }

 .performance-section .content-box .inner-box .single-item p {
   color: #fff;
   font-weight: 500;
 }

 .performance-section .content-box .inner-box .single-item:before {
   position: absolute;
   content: '';
   width: 1px;
   height: calc(100% - 7px);
   top: 4px;
   right: -30px;
   background: #71211e;
 }

 .performance-section .content-box .inner-box .single-item:last-child:before {
   display: none;
 }

 .progress-box .bar {
   position: relative;
   width: 100%;
   height: 8px;
   background: #71211e;
 }

 .progress-box .bar-inner {
   position: relative;
   display: block;
   width: 0px;
   height: 8px;
   max-width: calc(100% - 15px) !important;
   background: var(--theme-color);
   -webkit-transition: all 1500ms ease;
   -ms-transition: all 1500ms ease;
   -o-transition: all 1500ms ease;
   -moz-transition: all 1500ms ease;
   transition: all 1500ms ease;
 }

 .progress-box .bar-inner:before {
   position: absolute;
   content: '';
   background: var(--theme-color);
   width: 15px;
   height: 16px;
   top: -4px;
   right: -15px;
   clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 100%, 0% 0%);
 }

 .single-progress {
   position: relative;
   display: block;
   margin-bottom: 35px;
 }

 .single-progress h5 {
   display: block;
   font-size: 18px;
   line-height: 26px;
   color: #fff;
   margin-bottom: 13px;
 }

 .progress-box .bar span {
   position: absolute;
   top: -38px;
   right: 0px;
   font-size: 18px;
   line-height: 26px;
   font-family: var(--title-font);
   color: #fff;
   font-weight: 700;
 }

 .performance-section .progress-content .percentage-box {
   position: absolute;
   left: 0px;
   bottom: -24px;
   width: 100%;
 }

 .performance-section .progress-content .percentage-box .text {
   position: absolute;
   top: 0px;
   font-size: 17px;
   line-height: 26px;
   color: #ceb2ad;
   right: 95%;
   height: 100%;
 }

 .performance-section .progress-content .percentage-box .text:nth-child(2) {
   right: 75%;
 }

 .performance-section .progress-content .percentage-box .text:nth-child(3) {
   right: 55%;
 }

 .performance-section .progress-content .percentage-box .text:nth-child(4) {
   right: 35%;
 }

 .performance-section .progress-content .percentage-box .text:nth-child(5) {
   right: 15%;
 }

 .performance-section .progress-content .percentage-box .text:nth-child(6) {
   right: 0%;
 }

 .performance-section .progress-content .shape {
   position: absolute;
   left: 0px;
   top: 20px;
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
   background-position: center;
 }

 .sec-pad-3 {
   padding: 120px 0px 90px 0px !important;
 }

 .testimonial-block-one .inner-box .author-box .text {
   color: var(--theme-color);
 }


 /** cards-section **/

 .cards-section {
   position: relative;
 }

 .cards-section .inner-container {
   position: relative;
   background: #f5f4f4;
 }

 .cards-section .inner-container .upper-content {
   position: relative;
   padding: 63px 70px 38px 70px;
 }

 .cards-section .content-box {
   position: relative;
   display: block;
   max-width: 490px;
 }

 .cards-section .content-box .list-style-one li {
   float: left;
   width: 50%;
   margin-bottom: 24px;
 }

 .cards-section .content-box .list-style-one li .icon-box {
   background: #eaeaea;
 }

 .cards-section .content-box .sec-title {
   margin-bottom: 28px;
 }

 .cards-section .lower-content {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   background: #fff;
   padding-left: 60px;
   box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
 }

 .cards-section .lower-content .more-text {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
 }

 .cards-section .lower-content .more-text h5 i {
   position: absolute;
   left: 0px;
   top: 2px;
   font-size: 20px;
   color: var(--theme-color);
 }

 .cards-section .lower-content .more-text h5 {
   font-size: 18px;
   line-height: 26px;
   padding-left: 25px;
 }

 .cards-section .lower-content .more-text h5 a {
   display: inline-block;
   color: var(--theme-color);
   text-decoration: underline;
 }

 .cards-section .lower-content .theme-btn {
   padding-top: 23px;
   padding-bottom: 23px;
   background: var(--secondary-color);
 }

 .cards-section .lower-content .theme-btn:before {
   background: var(--theme-color);
 }

 .cards-section .lower-content .theme-btn span:before {
   color: var(--theme-color);
 }

 .cards-section .lower-content .theme-btn:hover span:before {
   color: #fff;
 }



 /** cards-style-two **/

 .cards-style-two {
   position: relative;
 }

 .cards-sidebar {
   position: relative;
   display: block;
 }

 .cards-sidebar .widget-title {
   position: relative;
   display: block;
   margin-bottom: 23px;
 }

 .cards-sidebar .widget-title h3 {
   font-size: 24px;
   line-height: 32px;
 }

 .cards-sidebar .category-widget .category-list {
   position: relative;
   display: block;
   border: 1px solid #e6e4e4;
 }

 .cards-sidebar .category-widget .category-list li {
   position: relative;
   display: block;
 }

 .cards-sidebar .category-widget .category-list li a {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 26px;
   font-weight: 600;
   color: var(--title-color);
   padding: 14px 20px;
   border-bottom: 1px solid #e6e4e4;
 }

 .cards-sidebar .category-widget .category-list li:last-child a {
   border-bottom: none;
 }

 .cards-sidebar .category-widget .category-list li a:hover,
 .cards-sidebar .category-widget .category-list li a.current {
   background: var(--theme-color);
   border-color: var(--theme-color);
   color: #fff;
 }

 .cards-sidebar .category-widget .category-list li a:before {
   position: absolute;
   content: '';
   background: #a8a7a7;
   width: 6px;
   height: 6px;
   top: 24px;
   right: 19px;
   transition: all 500ms ease;
 }

 .cards-sidebar .category-widget .category-list li a:hover:before,
 .cards-sidebar .category-widget .category-list li a.current:before {
   background: #fff;
   transform: rotate(45deg);
 }

 .cards-sidebar .contact-widget .inner-box {
   position: relative;
   width: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   padding: 294px 30px 30px 30px;
   text-align: center;
 }

 .cards-sidebar .contact-widget .inner-box h3 {
   display: block;
   font-size: 24px;
   line-height: 32px;
   color: #fff;
   margin-bottom: 12px;
 }

 .cards-sidebar .contact-widget .inner-box .text {
   position: relative;
   display: block;
   font-size: 16px;
   line-height: 24px;
   color: #ceb2ad;
   font-weight: 300;
   margin-bottom: 28px;
 }

 .cards-sidebar .contact-widget .inner-box .theme-btn {
   width: 100%;
 }

 .cards-sidebar .contact-widget .inner-box .theme-btn:hover {
   color: var(--title-color) !important;
 }

 .cards-sidebar .contact-widget .inner-box .theme-btn:before {
   background: #fff;
 }

 .cards-block-one .inner-box {
   position: relative;
   padding-left: 400px;
   margin-bottom: 40px;
   background: #fff;
   min-height: 409px;
 }

 .cards-block-one:last-child .inner-box {
   margin-bottom: 0px;
 }

 .cards-block-one .inner-box .cards-column {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 400px;
   background: #f5f4f4;
   padding: 33px 30px 40px 30px;
   text-align: center;
 }

 .cards-block-one .inner-box .cards-column h3 {
   position: relative;
   display: block;
   font-size: 24px;
   line-height: 32px;
   margin-bottom: 22px;
 }

 .cards-block-one .inner-box .cards-column h3 a {
   display: inline-block;
   color: var(--title-color);
 }

 .cards-block-one .inner-box .cards-column h3 a:hover {
   color: var(--theme-color);
 }

 .cards-block-one .inner-box .cards-column .image-box {
   position: relative;
   display: block;
   margin-bottom: 20px;
 }

 .cards-block-one .inner-box .cards-column .image-box img {
   width: 100%;
 }

 .cards-block-one .inner-box .cards-column .btn-box {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 10px;
 }

 .cards-block-one .inner-box .cards-column .btn-box a {
   position: relative;
   display: inline-block;
   font-size: 18px;
   line-height: 26px;
   font-weight: 700;
   color: var(--title-color);
   background: #fff;
   padding: 13px 30px;
   width: 50%;
   text-align: center;
   box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
 }

 .cards-block-one .inner-box .cards-column .btn-box a:hover {
   color: #fff;
   background: var(--theme-color) !important;
 }

 .cards-block-one .inner-box .cards-column .btn-box a:last-child {
   box-shadow: none;
   background: var(--secondary-color);
   color: #fff;
 }

 .cards-block-one .inner-box .content-column {
   position: relative;
   background: #fff;
   box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
   padding: 33px 40px 33px 40px;
 }

 .cards-block-one .inner-box .content-column p {
   margin-bottom: 18px;
 }

 .cards-block-one .inner-box .content-column h4 {
   display: block;
   font-size: 20px;
   line-height: 28px;
   margin-bottom: 15px;
 }

 .cards-block-one .inner-box .content-column .list-item {
   position: relative;
   display: block;
   padding-bottom: 36px;
   border-bottom: 1px solid #e6e4e4;
   margin-bottom: 23.5px;
 }

 .cards-block-one .inner-box .content-column .list-item li {
   position: relative;
   display: block;
   padding-left: 30px;
   margin-bottom: 13px;
 }

 .cards-block-one .inner-box .content-column .list-item li:last-child {
   margin-bottom: 0px;
 }

 .cards-block-one .inner-box .content-column .list-item li img {
   position: absolute;
   left: 0px;
   top: 4px;
 }

 .check-box-two input {
   display: none;
 }

 .check-box-two label {
   position: relative;
   font-size: 18px;
   line-height: 26px;
   color: var(--title-color);
   font-weight: 700;
   padding-left: 28px;
   display: inline-block;
   cursor: pointer;
   margin-bottom: 0px;
 }

 .check-box-two label:before {
   position: absolute;
   content: '';
   left: 0px;
   top: 5px;
   width: 16px;
   height: 16px;
   border-style: solid;
   border-width: 1px;
   border-color: #e2e0e0;
 }

 .check-box-two label:after {
   position: absolute;
   content: "";
   background: #e2e0e0;
   width: 6px;
   height: 6px;
   left: 5px;
   top: 10px;
   opacity: 0;
   transition: all 500ms ease;
 }

 .check-box-two input:checked+label:after {
   opacity: 1;
 }


 /** card-details **/

 .card-details {
   position: relative;
 }

 .card-details-content {
   position: relative;
   margin-left: 35px;
   padding-left: 65px;
   border-left: 1px solid #e6e4e4;
 }

 .card-details-content .content-one {
   position: relative;
   display: block;
   margin-bottom: 20px;
 }

 .card-details-content .content-one h6 {
   display: block;
   font-size: 15px;
   line-height: 24px;
   font-weight: 800;
   text-transform: uppercase;
   color: var(--theme-color);
 }

 .card-details-content h2 {
   font-size: 36px;
   line-height: 44px;
   margin-bottom: 28px;
 }

 .card-details-content .content-one p {
   margin-bottom: 19px;
 }

 .card-details-content .content-one p:last-child {
   margin-bottom: 0px;
 }

 .card-details-content .content-one .image-box .image {
   position: relative;
   display: block;
   background: #fff;
   padding: 15px;
   margin-bottom: 30px;
   box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
 }

 .card-details-content .content-one .image-box .image img {
   width: 100%;
 }

 .card-details-content .content-two .single-item {
   position: relative;
   display: block;
   margin-bottom: 33px;
 }

 .card-details-content .content-two .single-item .icon-box {
   position: relative;
   display: block;
   margin-bottom: 16px;
 }

 .card-details-content .content-two .single-item .icon-box:before {
   position: absolute;
   content: '';
   background: #e6e4e4;
   width: calc(100% - 50px);
   height: 1px;
   top: 16px;
   right: 0px;
 }

 .card-details-content .content-two .single-item h3 {
   display: block;
   font-size: 24px;
   line-height: 32px;
   margin-bottom: 10px;
 }

 .card-details-content .deals-block-one .inner-box {
   box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
 }

 .card-details-content .content-four .accordion {
   position: relative;
   margin-bottom: 30px;
 }

 .card-details-content .content-four .accordion:last-child {
   margin-bottom: 0px;
 }

 .card-details-content .content-four .accordion.active-block {
   background: #f5f4f4;
 }

 .card-details-content .content-four .accordion .acc-btn {
   position: relative;
   cursor: pointer;
   padding: 21px 60px 21px 29px;
   border: 1px solid #e6e4e4;
 }

 .card-details-content .content-four .accordion .acc-btn.active {
   background: var(--secondary-color);
   border-color: var(--secondary-color);
 }

 .card-details-content .content-four .accordion .acc-btn.active h4 {
   color: #fff;
 }

 .card-details-content .content-four .accordion .acc-btn h4 {
   font-size: 20px;
   line-height: 28px;
   margin-bottom: 0px;
 }

 .card-details-content .content-four .accordion .acc-btn .icon-box {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 68px;
   height: 70px;
   line-height: 70px;
   text-align: center;
   font-size: 20px;
   color: #a8a7a7;
 }

 .card-details-content .content-four .accordion .acc-btn.active .icon-box {
   color: var(--theme-color);
 }

 .card-details-content .content-four .accordion .acc-btn .icon-box i {
   position: relative;
   display: inline-block;
   transition: all 500ms ease;
 }

 .card-details-content .content-four .accordion .acc-btn.active .icon-box i {
   transform: rotate(180deg);
 }

 .card-details-content .content-four .accordion .acc-btn .icon-box:before {
   position: absolute;
   content: '';
   background: #e6e4e4;
   width: 1px;
   height: 40px;
   left: 0px;
   top: 15px;
 }

 .card-details-content .content-four .accordion .acc-btn.active .icon-box:before {
   background: rgba(255, 255, 255, 0.15);
 }

 .card-details-content .content-four .accordion .acc-content {
   position: relative;
   padding: 33px 30px 40px 30px;
 }

 .card-details-content .content-four .accordion .acc-content h5 {
   display: block;
   font-size: 18px;
   line-height: 26px;
   margin-bottom: 16px;
 }

 .card-details-content .content-four .accordion .acc-content .list-item li {
   position: relative;
   display: block;
   padding-left: 35px;
   margin-bottom: 12px;
 }

 .card-details-content .content-four .accordion .acc-content .list-item li:last-child {
   margin-bottom: 0px;
 }

 .card-details-content .content-four .accordion .acc-content .list-item li:before {
   position: absolute;
   content: '';
   background-image: url(../images/icons/icon-16.png);
   width: 20px;
   height: 12px;
   left: 0px;
   top: 7px;
   background-repeat: no-repeat;
 }


 /** about-section **/

 .about-section {
   position: relative;
 }

 .about-section .title-box .certified-box {
   position: relative;
   padding-left: 150px;
 }

 .about-section .title-box .certified-box h6 {
   position: relative;
   display: block;
   font-size: 15px;
   line-height: 24px;
   font-weight: 800;
   text-transform: uppercase;
   color: var(--theme-color);
   margin-bottom: 5px;
 }

 .about-section .title-box .certified-box h4 {
   position: relative;
   font-size: 20px;
   line-height: 28px;
   margin-bottom: 9px;
 }

 .about-section .title-box .certified-box .text {
   position: relative;
   display: block;
   color: #545151;
 }

 .about-section .title-box .rotate-box {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 120px;
   height: 120px;
   display: flex;
   background: #f5f4f4;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
   text-align: center;
 }

 .about-section .title-box .rotate-box:before {
   position: absolute;
   content: '';
   background-image: url(../images/shape/shape-40.png);
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 50%;
 }

 .about-section .title-box .rotate-box .curved-circle-2 {
   position: absolute;
   left: 60px;
   top: 3px;
   font-size: 14px;
   line-height: 20px;
   font-family: var(--title-font);
   font-weight: 800;
   color: #fff;
   text-transform: uppercase;
 }

 .about-section .title-box .shape {
   position: absolute;
   right: 30px;
   bottom: 0px;
   width: 261px;
   height: 311px;
   background-repeat: no-repeat;
 }

 .about-section .upper-content .content-box {
   position: relative;
   display: block;
 }

 .about-section .upper-content .content-box .text-box p {
   margin-bottom: 22px;
 }

 .about-section .upper-content .content-box .text-box p:last-child {
   margin-bottom: 0px;
 }

 .about-section .upper-content .content-box .inner-box {
   position: relative;
   padding-left: 200px;
 }

 .about-section .upper-content .content-box .inner-box .icon-box {
   position: absolute;
   left: 0px;
   top: 0px;
 }

 .about-section .upper-content .content-box .inner-box .icon-box .icon {
   position: relative;
   display: inline-block;
   width: 120px;
   height: 120px;
   line-height: 120px;
   background: #f5f4f4;
   text-align: center;
   border-radius: 50%;
   top: 10px;
 }

 .about-section .upper-content .content-box .inner-box .icon-box .big-text {
   position: absolute;
   top: 4px;
   right: -55px;
   font-size: 28px;
   line-height: 36px;
   font-family: var(--title-font);
   color: #b5afaf;
   font-weight: 800;
   text-transform: uppercase;
   writing-mode: vertical-lr;
   transform: rotate(180deg);
 }

 .about-section .upper-content .content-box .inner-box .list-item li {
   position: relative;
   display: block;
   font-size: 17px;
   line-height: 26px;
   font-weight: 500;
   color: var(--title-color);
   padding-left: 30px;
   margin-bottom: 12px;
 }

 .about-section .upper-content .content-box .inner-box .list-item li:last-child {
   margin-bottom: 0px;
 }

 .about-section .upper-content .content-box .inner-box .list-item li:before {
   position: absolute;
   content: '';
   background-image: url(../images/icons/icon-198.png);
   left: 0px;
   top: 5px;
   width: 16px;
   height: 14px;
   background-repeat: no-repeat;
 }

 .about-section .lower-content .left-content {
   position: relative;
   display: flex;
 }

 .about-section .lower-content .left-content .image-box {
   position: relative;
   display: block;
 }

 .about-section .lower-content .left-content .image-box img {
   width: 100%;
 }

 .about-section .lower-content .left-content .content-box {
   position: relative;
   display: block;
   background: var(--secondary-color);
   padding: 32px 40px 35px 30px;
   min-width: 370px;
 }

 .about-section .lower-content .left-content .content-box h2 {
   display: block;
   font-size: 120px;
   line-height: 100px;
   color: var(--theme-color);
   margin-bottom: 18px;
 }

 .about-section .lower-content .left-content .content-box h2 span {
   position: relative;
   display: inline-block;
   font-size: 60px;
   line-height: 60px;
   top: -41px;
 }

 .about-section .lower-content .left-content .content-box h6 {
   position: relative;
   display: block;
   font-size: 15px;
   line-height: 26px;
   color: #ceb2ad;
   font-weight: 800;
   text-transform: uppercase;
   margin-bottom: 54px;
   max-width: 110px;
 }

 .about-section .lower-content .left-content .content-box a {
   position: relative;
   display: inline-block;
   font-size: 18px;
   line-height: 26px;
   color: #fff;
   font-weight: 700;
   padding-left: 25px;
 }

 .about-section .lower-content .left-content .content-box a i {
   position: absolute;
   left: 0px;
   top: 4px;
   font-size: 20px;
 }

 .about-section .lower-content .left-content .content-box a:hover {
   color: var(--theme-color);
 }

 .about-section .lower-content .left-content .bg-layer {
   position: absolute;
   right: 0px;
   bottom: 0px;
   width: 180px;
   height: 225px;
   background-repeat: no-repeat;
 }

 .about-section .lower-content .left-content .shape {
   position: absolute;
   top: 50px;
   right: 35px;
   width: 60px;
   height: 60px;
   background-repeat: no-repeat;
 }

 .about-section .lower-content .video-content .inner-box {
   position: relative;
   width: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   padding: 150px 30px 33px 40px;
 }

 .about-section .lower-content .video-content .inner-box:before {
   position: absolute;
   content: '';
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   background: -webkit-linear-gradient(-90deg, rgba(30, 36, 42, 0.0) 25%, rgba(30, 36, 42, 1) 100%);
 }

 .about-section .lower-content .video-content .inner-box .video-btn a {
   position: relative;
   display: inline-block;
   width: 70px;
   height: 70px;
   line-height: 70px;
   background: #fff;
   text-align: center;
   border-radius: 50%;
   font-size: 24px;
   color: #f3a6a8;
 }

 .about-section .lower-content .video-content .inner-box .video-btn a:before,
 .about-section .lower-content .video-content .inner-box .video-btn a:after {
   width: 100%;
   height: 100%;
   border-radius: 50%;
   background: transparent;
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   -webkit-animation-delay: .9s;
   animation-delay: .9s;
   content: "";
   position: absolute;
   -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
   box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
   -webkit-animation: ripple 3s infinite;
   animation: ripple 3s infinite;
   -webkit-transition: all .4s ease;
   transition: all .4s ease;
 }

 .about-section .lower-content .video-content .inner-box .video-btn a:after {
   -webkit-animation-delay: .6s;
   animation-delay: .6s;
 }

 .about-section .lower-content .video-content .inner-box .author-box .designation {
   position: relative;
   display: block;
   font-size: 17px;
   line-height: 26px;
   color: #a8a7a7;
   margin-bottom: 3px;
 }

 .about-section .lower-content .video-content .inner-box .author-box h4 {
   display: block;
   font-size: 20px;
   line-height: 28px;
   color: #fff;
 }


 /** statements-section **/

 .statements-section {
   position: relative;
   background: #f5f4f4;
 }

 .statements-block-one .inner-box {
   position: relative;
   display: block;
   margin-bottom: 30px;
 }

 .statements-block-one .inner-box .image-box {
   position: relative;
   display: block;
   margin-bottom: 40px;
 }

 .statements-block-one .inner-box .image-box .image {
   position: relative;
   display: block;
 }

 .statements-block-one .inner-box .image-box .image:before {
   position: absolute;
   content: '';
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   background: -webkit-linear-gradient(-90deg, rgba(30, 36, 42, 0.0) 25%, rgba(30, 36, 42, 1) 100%);
 }

 .statements-block-one .inner-box .image-box .image img {
   width: 100%;
 }

 .statements-block-one .inner-box .image-box h3 {
   position: absolute;
   left: 0px;
   bottom: 26px;
   width: 100%;
   text-align: center;
   z-index: 1;
   font-size: 24px;
   line-height: 32px;
   color: #fff;
 }

 .statements-block-one .inner-box .text-box {
   position: relative;
   display: block;
   background: #fff;
   box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
   padding: 40px 30px 33px 30px;
 }

 .statements-block-one .inner-box .text-box:before {
   position: absolute;
   content: '';
   background: #fff;
   width: 50px;
   height: 20px;
   left: 50%;
   margin-left: -25px;
   top: -20px;
   clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 0% 100%, 50% 0%);
 }

 .statements-block-one .inner-box .text-box .icon-box {
   position: relative;
   display: inline-block;
   margin-bottom: 23px;
 }

 .statements-block-two .inner-box {
   position: relative;
   display: block;
   background: var(--secondary-color);
   padding: 40px 30px 30px 30px;
   margin-bottom: 30px;
 }

 .statements-block-two .inner-box .shape {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .statements-block-two .inner-box .icon-box {
   position: relative;
   display: inline-block;
   margin-bottom: 21px;
 }

 .statements-block-two .inner-box h3 {
   display: block;
   font-size: 24px;
   line-height: 32px;
   color: #fff;
   margin-bottom: 13px;
 }

 .statements-block-two .inner-box p {
   color: #ceb2ad;
   margin-bottom: 43px;
 }

 .statements-block-two .inner-box .list-item {
   position: relative;
   display: block;
   background: #fff;
   text-align: left;
   padding: 28px 30px;
 }

 .statements-block-two .inner-box .list-item li {
   position: relative;
   display: block;
   margin-bottom: 10px;
   padding-left: 30px;
 }

 .statements-block-two .inner-box .list-item li:last-child {
   margin-bottom: 0px;
 }

 .statements-block-two .inner-box .list-item li:before {
   position: absolute;
   content: '';
   background-image: url(../images/icons/icon-202.png);
   width: 15px;
   height: 12px;
   left: 0px;
   top: 7px;
   background-repeat: no-repeat;
 }

 .awards-section.alternat-2 .award-block-one .inner-box .icon-box {
   background: var(--secondary-color);
   box-shadow: 0px 0px 0px 15px rgba(226, 32, 38, 0.05);
 }


 /** chooseus-section **/

 .chooseus-section {
   position: relative;
   background: var(--secondary-color);
 }

 .chooseus-section .image-box {
   position: relative;
   display: block;
   margin-right: 30px;
   padding-right: 70px;
 }

 .chooseus-section .image-box .image {
   position: relative;
   display: block;
 }

 .chooseus-section .image-box .image img {
   width: 100%;
 }

 .chooseus-section .image-box .chart-box {
   position: absolute;
   top: 40px;
   right: 0px;
   width: 190px;
   text-align: center;
   padding: 23px 20px 25px 20px;
   background: -webkit-linear-gradient(-45deg, #a21618 0%, #400604 85%);
 }

 .chooseus-section .image-box .chart-box h6 {
   display: block;
   font-size: 16px;
   line-height: 24px;
   color: #fff;
   font-weight: 600;
   margin-bottom: 20px;
 }

 .chooseus-section .image-box .chart-box .option-list {
   position: relative;
   display: flex;
   align-items: center;
   gap: 15px;
 }

 .chooseus-section .image-box .chart-box .option-list li {
   margin: 0px;
 }

 .chooseus-section .image-box .chart-box .option-list li .check-box label {
   font-size: 14px;
   line-height: 24px;
   font-family: var(--text-font);
   color: #fff;
   font-weight: 400;
   padding-left: 13px;
 }

 .chooseus-section .image-box .chart-box .option-list li .check-box label:after {
   display: none;
 }

 .chooseus-section .image-box .chart-box .option-list li .check-box label:before {
   width: 8px;
   height: 8px;
   background: #8083ff;
   border: none;
   top: 8px;
 }

 .chooseus-section .image-box .chart-box .option-list li .check-box input:checked+label:before {
   background: #f65d4e;
 }

 .chooseus-section .image-box .chart-box .text {
   position: relative;
   display: block;
   font-size: 16px;
   line-height: 24px;
   color: #fff;
   font-weight: 600;
   margin-bottom: 2px;
 }

 .chooseus-section .image-box .chart-box .price {
   position: relative;
   display: block;
   font-size: 16px;
   line-height: 24px;
   color: var(--theme-color);
   font-weight: 600;
 }

 .chooseus-section .content-box {
   position: relative;
   display: block;
   margin-top: -7px;
 }

 .chooseus-block-one .inner-box {
   position: relative;
   display: block;
   padding-left: 90px;
   margin-bottom: 35px;
 }

 .chooseus-section .chooseus-block-one:last-child .inner-box {
   margin-bottom: 0px;
 }

 .chooseus-block-one .inner-box .icon-box {
   position: absolute;
   display: inline-block;
   left: 0px;
   top: 7px;
   width: 60px;
   height: 60px;
   line-height: 60px;
   background: #95baff;
   text-align: center;
   border-radius: 50%;
   transition: all 500ms ease;
 }

 .chooseus-block-one .inner-box:hover .icon-box {
   background: #092e74;
 }

 .text-68efb9 {
   color: #68efb9;
 }

 .chooseus-block-one .inner-box h3 {
   display: block;
   font-size: 24px;
   line-height: 32px;
   color: #fff;
   margin-bottom: 4px;
 }

 .vision_mission_item.mb_40 {
   margin-bottom: 20px;
 }

 .vision_mission_item p {
   color: #F2f2f2;
   font-size: 15px;
 }

 .vision_mission_item .vission_icon {
   position: absolute;
   display: inline-block;
   left: 12px;
   top: 7px;
   width: 60px;
   height: 60px;
   line-height: 60px;
   background: #b6fff4;
   text-align: center;
   border-radius: 50%;
   transition: all 500ms ease;
 }

 .why-feature-item {
   display: flex;
   align-items: flex-start;
   margin-bottom: 15px;
   background: #fff;
   padding: 20px;
   border-radius: 20px;
   box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
   border: 1px solid #0000003d;
   transition: 0.3s;
 }

 .why-content-box {
   padding-left: 30px;
 }

 .why-image-wrapper {
   position: relative;
   width: 100%;
   border-radius: 10px;
   overflow: hidden;
   box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
 }

 .why-icon-circle {
   min-width: 55px;
   height: 55px;
   background: #003497;
   color: #ffffff;
   border-radius: 15px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 22px;
   margin-right: 20px;
 }

 .vision_mission_section {
   overflow: visible !important;
 }

 .row.sticky-container {
   display: flex;
   align-items: stretch;
   flex-wrap: wrap;
 }

 .img-mission {
   position: relative;
   z-index: 9;
 }

 .img-mission {
   position: absolute;
   bottom: 0;
 }

 .service-sidebar {
   position: -webkit-sticky;
   position: sticky;
   top: 80px;
   align-self: flex-start;
   z-index: 10;
   margin-bottom: 20px;
 }

 .vision_mission_item {
   position: relative;
   padding: 22px;
   padding-left: 85px;
   border-radius: 10px;
   /* background: #FFF; */
   box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.06);
   border: 1px solid #ebebeb5e;
 }

 .chooseus-block-one .inner-box p {
   color: #efefef;
 }

 .vission_icon img {
   width: 40px;
 }

 .vission_icon {
   margin-bottom: 10px;
 }

 .vision_mission_item h4 {
   font-size: 18px;
   margin-bottom: 6px;
   color: #68efb9;
 }

 .chooseus-section .pattern-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .team-block-one .inner-box {
   position: relative;
   display: block;
   background: #fff;
   border: 1px solid #e6e4e4;
   padding: 24px;
   margin-bottom: 30px;
 }

 .team-block-one .inner-box .image-box {
   position: relative;
   display: block;
   overflow: hidden;
 }

 .team-block-one .inner-box .image-box .image {
   position: relative;
   display: block;
 }

 .team-block-one .inner-box .image-box .image:before {
   position: absolute;
   content: '';
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   z-index: 1;
   opacity: 0;
   background: -webkit-linear-gradient(-90deg, rgba(85, 4, 1, 0.0) 25%, rgba(85, 4, 1, 1) 100%);
   transition: all 500ms ease;
 }

 .team-block-one .inner-box:hover .image-box .image:before {
   opacity: 1;
 }

 .team-block-one .inner-box .image-box .image img {
   width: 100%;
   transition: all 500ms ease;
 }

 .team-block-one .inner-box:hover .image-box .image img {
   transform: scale(1.03);
 }

 .team-block-one .inner-box .image-box .social-links {
   position: absolute;
   display: flex;
   align-items: flex-end;
   width: 100%;
   height: 100%;
   left: 0px;
   bottom: 0px;
   justify-content: center;
   gap: 10px;
   z-index: 2;
   opacity: 0;
   transition: all 500ms ease;
 }

 .team-block-one .inner-box:hover .image-box .social-links {
   bottom: 25px;
   opacity: 1;
 }

 .team-block-one .inner-box .image-box .social-links li a {
   position: relative;
   display: inline-block;
   width: 40px;
   height: 40px;
   line-height: 44px;
   background: rgba(255, 255, 255, 0.20);
   text-align: center;
   font-size: 16px;
   color: #fff;
 }

 .team-block-one .inner-box .image-box .social-links li a:hover {
   background: var(--theme-color);
 }

 .team-block-one .inner-box .lower-content {
   position: relative;
   display: block;
   padding-top: 17px;
 }

 .team-block-one .inner-box .lower-content h3 {
   display: block;
   font-size: 24px;
   line-height: 32px;
   margin-bottom: 4px;
 }

 .team-block-one .inner-box .lower-content h3 a {
   display: inline-block;
   color: var(--title-color);
 }

 .team-block-one .inner-box .lower-content h3 a:hover {
   color: var(--theme-color);
 }

 .team-block-one .inner-box .lower-content .designation {
   position: relative;
   display: block;
   margin-bottom: 16px;
 }

 .team-block-one .inner-box .lower-content form .form-group {
   position: relative;
   padding-left: 32px;
   padding-right: 30px;
 }

 .team-block-one .inner-box .lower-content form .form-group .icon-box {
   position: absolute;
   left: 0px;
   top: 0px;
 }

 .team-block-one .inner-box .lower-content form .form-group input[type='email'] {
   position: relative;
   display: block;
   width: 80px;
   height: 26px;
   font-size: 18px;
   line-height: 26px;
   font-family: var(--title-font);
   color: var(--title-color);
   font-weight: 700;
   border-bottom: 1px solid #e6e4e4;
   transition: all 500ms ease;
 }

 .team-block-one .inner-box .lower-content form .form-group input:focus {
   width: 100%;
   font-size: 16px;
   font-weight: 400;
   font-family: var(--text-font);
   color: var(--text-color);
 }

 .team-block-one .inner-box .lower-content form .form-group button[type='submit'] {
   position: absolute;
   top: 3px;
   right: 0px;
   font-size: 24px;
   color: #b6b5b5;
   cursor: pointer;
   transition: all 500ms ease;
 }

 .team-block-one .inner-box .lower-content form .form-group input:focus+button,
 .team-block-one .inner-box .lower-content form .form-group button:hover {
   color: var(--theme-color);
 }


 /** team-details **/

 .team-details {
   position: relative;
   padding: 120px 0px;
 }

 .team-details .image-box {
   position: relative;
   display: block;
 }

 .team-details .image-box img {
   width: 100%;
 }

 .team-details .content-box {
   position: relative;
   display: block;
   margin-top: -7px;
 }

 .team-details .content-box h3 {
   display: block;
   font-size: 24px;
   line-height: 32px;
 }

 .team-details .content-box h2 {
   display: block;
   font-size: 36px;
   line-height: 44px;
   margin-bottom: 11px;
 }

 .team-details .content-box .designation {
   position: relative;
   display: block;
   margin-bottom: 24px;
 }

 .team-details .content-box p {
   margin-bottom: 23px;
 }

 .team-details .content-box .list-item li {
   position: relative;
   display: block;
   margin-bottom: 12px;
   padding-left: 26px;
 }

 .team-details .content-box .list-item li:last-child {
   margin-bottom: 0px;
 }

 .team-details .content-box .list-item li:before {
   position: absolute;
   content: '';
   background-image: url(../images/icons/icon-198.png);
   left: 0px;
   top: 5px;
   width: 16px;
   height: 14px;
   background-repeat: no-repeat;
 }

 .team-details .content-box h5 {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 26px;
   margin-top: 19px;
   padding-left: 33px;
   margin-bottom: 25px;
 }

 .team-details .content-box h5 img {
   position: absolute;
   left: 0px;
   top: 4px;
 }

 .team-details .content-box h5 a {
   display: inline-block;
   color: var(--title-color);
 }

 .team-details .content-box h5 a:hover {
   color: var(--theme-color);
 }

 .team-details .content-box .social-links {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
 }

 .team-details .content-box .social-links li a {
   position: relative;
   display: inline-block;
   width: 50px;
   height: 50px;
   line-height: 50px;
   border: 1px solid #e6e4e4;
   text-align: center;
   font-size: 18px;
   color: var(--title-color);
 }

 .team-details .content-box .social-links li a:hover {
   color: #fff;
   background: var(--theme-color);
   border-color: var(--theme-color);
 }


 /** careers-section **/

 .careers-section {
   position: relative;
   padding: 120px 0px 90px 0px;
 }

 .careers-block-one {
   position: relative;
   display: block;
   background: #fff;
   padding: 27px 30px;
   box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
   margin-bottom: 30px;
 }

 .careers-block-one .inner-box {
   position: relative;
   padding-right: 240px;
 }

 .careers-block-one .inner-box .btn-box {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 240px;
   padding-left: 30px;
   padding-top: 17px;
   padding-bottom: 17px;
   border-left: 1px solid #e9e7e7;
 }

 .careers-block-one .inner-box .btn-box .theme-btn {
   width: 100%;
 }

 .careers-block-one .inner-box .btn-box .theme-btn:first-child {
   background: #f5f4f4;
   margin-bottom: 10px;
   color: var(--title-color) !important;
 }

 .careers-block-one .inner-box .btn-box .theme-btn span:before {
   color: var(--theme-color);
 }

 .careers-block-one .inner-box .btn-box .theme-btn:first-child:hover,
 .careers-block-one .inner-box .btn-box .theme-btn:hover span:before {
   color: #fff !important;
 }

 .careers-block-one .inner-box .btn-box .theme-btn:last-child {
   background: var(--secondary-color);
 }

 .careers-block-one .inner-box .btn-box .theme-btn:before {
   background: var(--theme-color);
 }

 .careers-block-one .inner-box .title-box {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding-bottom: 26px;
   border-bottom: 1px solid #e9e7e7;
   padding-right: 10px;
   margin-right: 20px;
 }

 .careers-block-one .inner-box .title-box .author-box {
   position: relative;
   display: block;
   padding: 0px 0px 0px 68px;
 }

 .careers-block-one .inner-box .title-box .author-box .icon-box {
   position: absolute;
   display: inline-block;
   left: 0px;
   top: 4px;
   width: 50px;
   height: 50px;
   line-height: 50px;
   background: #f5f4f4;
   text-align: center;
   border-radius: 50%;
 }

 .careers-block-one .inner-box .title-box .author-box .text {
   position: relative;
   display: block;
   color: #a8a7a7;
 }

 .careers-block-one .inner-box .title-box .author-box h3 {
   display: block;
   font-size: 24px;
   line-height: 32px;
 }

 .careers-block-one .inner-box .title-box .option-list {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
 }

 .careers-block-one .inner-box .title-box .option-list li span {
   position: relative;
   display: block;
   padding-right: 10px;
   color: #a8a7a7;
 }

 .careers-block-one .inner-box .title-box .option-list li a,
 .careers-block-one .inner-box .title-box .option-list li button {
   position: relative;
   display: inline-block;
   width: 40px;
   height: 40px;
   line-height: 36px;
   border: 1px solid #e7e5e5;
   text-align: center;
   border-radius: 50%;
   transition: all 500ms ease;
 }

 .careers-block-one .inner-box .title-box .option-list li a img,
 .careers-block-one .inner-box .title-box .option-list li button img {
   filter: grayscale(100%);
   transition: all 500ms ease;
 }

 .careers-block-one .inner-box .title-box .option-list li a:hover img,
 .careers-block-one .inner-box .title-box .option-list li button:hover img,
 .careers-block-one .inner-box .title-box .option-list li button:active img,
 .careers-block-one .inner-box .title-box .option-list li button:focus img {
   filter: grayscale(0%);
 }

 .careers-block-one .inner-box .title-box .option-list li a:hover,
 .careers-block-one .inner-box .title-box .option-list li button:hover,
 .careers-block-one .inner-box .title-box .option-list li button:active,
 .careers-block-one .inner-box .title-box .option-list li button:focus {
   border-color: #f5f4f4;
   background: #f5f4f4;
 }

 .careers-block-one .inner-box .info-box .info-list li {
   position: relative;
   display: block;
   float: left;
   width: 33.333%;
   padding-left: 28px;
 }

 .careers-block-one .inner-box .info-box .info-list li .icon-box {
   position: absolute;
   left: 0px;
   top: 0px;
 }

 .careers-block-one .inner-box .info-box .info-list li span {
   position: relative;
   display: block;
   color: #a8a7a7;
 }

 .careers-block-one .inner-box .info-box .info-list li:before {
   position: absolute;
   content: '';
   background: #e6e4e4;
   width: 1px;
   height: 45px;
   top: 5px;
   right: 30px;
 }

 .careers-block-one .inner-box .info-box .info-list li:last-child:before {
   display: none;
 }


 /** career-details **/

 .career-details {
   position: relative;
   padding: 120px 0px;
 }

 .career-details-content {
   position: relative;
   display: block;
 }

 .career-details-content .upper-box {
   position: relative;
   display: block;
   padding: 30px;
   background: #f5f4f4;
   margin-bottom: 48px;
 }

 .career-details-content .upper-box .text {
   position: relative;
   display: block;
   color: var(--theme-color);
 }

 .career-details-content h3 {
   display: block;
   font-size: 30px;
   line-height: 38px;
 }

 .career-details-content .upper-box h3 {
   margin-bottom: 7px;
 }

 .career-details-content .upper-box .location {
   position: relative;
   display: block;
   padding-left: 28px;
 }

 .career-details-content .upper-box .location img {
   position: absolute;
   left: 0px;
   top: 4px;
 }

 .career-details-content .upper-box .btn-box {
   position: absolute;
   top: 30px;
   right: 30px;
 }

 .career-details-content .upper-box .btn-box a {
   position: relative;
   display: inline-block;
   background: #fff;
   box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
   padding: 25px 30px 23px 30px;
   font-size: 18px;
   line-height: 26px;
   font-weight: 700;
   color: var(--title-color);
   text-align: center;
 }

 .career-details-content .upper-box .btn-box a:hover {
   background: var(--theme-color);
   color: #fff;
 }

 .career-details-content .upper-box .btn-box a i {
   position: relative;
   display: block;
   font-size: 24px;
   color: var(--theme-color);
   height: 20px;
   margin-bottom: 4px;
   transition: all 500ms ease;
 }

 .career-details-content .upper-box .btn-box a:hover i {
   color: #fff;
 }

 .career-details-content .upper-box .btn-box a span {
   position: relative;
   display: block;
 }

 .career-details-content .content-one h3 {
   margin-bottom: 26px;
 }

 .career-details-content .content-one p {
   margin-bottom: 18px;
 }

 .career-details-content .content-one p:last-child {
   margin-bottom: 0px;
 }

 .career-details-content .content-two h3 {
   margin-bottom: 23px;
 }

 .career-details-content .content-two .list-item li {
   position: relative;
   display: block;
   margin-bottom: 14px;
   padding-left: 25px;
 }

 .career-details-content .content-two .list-item li:last-child {
   margin-bottom: 0px;
 }

 .career-details-content .content-two .list-item li:before {
   position: absolute;
   content: '';
   background: var(--theme-color);
   width: 10px;
   height: 15px;
   left: 0px;
   top: 5px;
   clip-path: polygon(50% 0%, 90% 50%, 50% 100%, 10% 50%);
 }

 .career-details-content .content-two .list-item li h5 {
   position: relative;
   display: inline-block;
   font-size: 18px;
   line-height: 26px;
   width: 140px;
 }

 .career-details-content .social-box .social-links {
   position: relative;
   display: flex;
   align-items: center;
   gap: 30px;
 }

 .career-details-content .social-box .social-links li {
   position: relative;
   display: inline-block;
 }

 .career-details-content .social-box .social-links li a {
   position: relative;
   display: flex;
   align-items: center;
   width: 170px;
   justify-content: center;
   font-size: 17px;
   line-height: 26px;
   font-family: var(--text-font);
   color: #fff;
   gap: 10px;
   background: #3b5999;
   padding: 13px 30px;
 }

 .career-details-content .social-box .social-links li:nth-child(2) a {
   background: #55acee;
 }

 .career-details-content .social-box .social-links li:nth-child(3) a {
   background: #dd4b39;
 }

 .career-details-content .social-box .social-links li:nth-child(4) a {
   background: #0077b5;
 }

 .career-sidebar {
   position: relative;
   display: block;
 }

 .career-sidebar .upload-box {
   position: relative;
   display: block;
   margin-bottom: 40px;
 }

 .career-sidebar .upload-box label {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 10px;
   font-size: 18px;
   line-height: 26px;
   font-family: var(--title-font);
   color: #fff;
   font-weight: 700;
   background: var(--secondary-color);
   padding: 17px 30px;
   cursor: pointer;
 }

 .career-sidebar .upload-box label i {
   position: relative;
   display: inline-block;
   font-size: 24px;
   height: 20px;
   color: var(--theme-color);
 }

 .career-sidebar .upload-box input {
   position: absolute;
   display: inline-block;
   left: 0px;
   top: 0px;
   opacity: 0;
   width: 100%;
   height: 100%;
   cursor: pointer;
   z-index: 999;
 }

 .career-sidebar .info-box {
   position: relative;
   display: block;
   background: #fff;
   padding: 11px 30px;
   box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
   margin-bottom: 30px;
 }

 .career-sidebar .info-box .info-list li {
   position: relative;
   display: block;
   border-bottom: 1px solid #e6e4e4;
   padding: 13px 0px;
 }

 .career-sidebar .info-box .info-list li:last-child {
   border-bottom: none;
 }

 .career-sidebar .info-box .info-list li h5 {
   display: block;
   font-size: 18px;
   line-height: 26px;
   margin-bottom: 4px;
 }

 .career-sidebar .support-box {
   position: relative;
   display: block;
   background: var(--secondary-color);
   padding: 40px 30px;
 }

 .career-sidebar .support-box .image-box {
   position: relative;
   display: block;
   margin-right: 20px;
 }

 .career-sidebar .support-box .image-box img {
   width: 100%;
 }

 .career-sidebar .support-box .lower-content {
   position: relative;
   padding-top: 33px;
 }

 .career-sidebar .support-box .lower-content .big-text {
   position: absolute;
   right: -8px;
   bottom: 95px;
   font-size: 60px;
   line-height: 60px;
   font-family: var(--title-font);
   color: #661d1a;
   font-weight: 800;
   text-transform: uppercase;
   writing-mode: vertical-lr;
   transform: rotate(180deg);
 }

 .career-sidebar .support-box .lower-content .info-list li {
   position: relative;
   display: block;
   font-size: 17px;
   color: #ceb2ad;
   margin-bottom: 15px;
 }

 .career-sidebar .support-box .lower-content .info-list li:last-child {
   margin-bottom: 0px;
 }

 .career-sidebar .support-box .lower-content .info-list li a {
   display: inline-block;
   color: #fff;
 }

 .career-sidebar .support-box .lower-content .info-list li a:hover {
   color: var(--theme-color);
 }

 .career-sidebar .support-box .lower-content .info-list li span {
   color: #9c6960;
 }

 .career-sidebar .support-box .lower-content .theme-btn {
   width: 100%;
 }

 .career-sidebar .support-box .lower-content .theme-btn:hover {
   color: var(--title-color) !important;
 }

 .career-sidebar .support-box .lower-content .theme-btn:before {
   background: #fff;
 }

 .faq-section .pattern-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: bottom center;
 }


 /** error-section **/

 .error-section {
   position: fixed;
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: auto;
   padding: 260px 0px 230px 0px;
   display: flex;
   align-items: center;
   justify-content: center;
 }

 .error-section .scroll-text {
   position: absolute;
   left: 0px;
   top: 0px;
   right: 0px;
   width: 100%;
   height: 100%;
 }

 .error-section .scroll-text .text-box-one .text-inner,
 .error-section .scroll-text .text-box-two .text-inner {
   background: #f5f4f4;
 }

 .error-section .scroll-text .text-box-one .text-inner,
 .error-section .scroll-text .text-box-two .text-inner {
   position: absolute;
   width: max-content;
   padding: 21px 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%);
   }
 }

 @-moz-keyframes scroll-right {
   0% {
     -moz-transform: translateX(0%);
   }

   100% {
     -moz-transform: translateX(100%);
   }
 }

 @-webkit-keyframes scroll-right {
   0% {
     -webkit-transform: translateX(0%);
   }

   100% {
     -webkit-transform: translateX(100%);
   }
 }

 .error-section .scroll-text .text-box-one .text-inner {
   right: 0px;
   top: 0px;
   -moz-animation: scroll-right 190s linear infinite;
   -webkit-animation: scroll-right 190s linear infinite;
   animation: scroll-right 190s linear infinite;
 }

 .error-section .scroll-text .text-box-two .text-inner {
   left: 0px;
   bottom: 0px;
   -moz-animation: scroll-left 190s linear infinite;
   -webkit-animation: scroll-left 190s linear infinite;
   animation: scroll-left 190s linear infinite;
 }

 .error-section .scroll-text h4 {
   position: relative;
   display: inline-block;
   font-size: 20px;
   line-height: 28px;
   text-transform: capitalize;
   margin: 0px 22px;
   color: #a8a7a7;
 }

 .error-section .content-box {
   position: relative;
   max-width: 1000px;
   width: 100%;
   margin: 0 auto;
 }

 .error-section .content-box h1 {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   font-size: 600px;
   line-height: 500px;
   font-family: var(--title-font);
   font-weight: 700;
   color: transparent;
   -webkit-background-clip: text !important;
   -webkit-text-fill-color: transparent;
   background: -webkit-linear-gradient(-90deg, #f5f4f4, #fefefe 100%);
 }

 .error-section .content-box .icon-box {
   position: relative;
   display: block;
   margin-bottom: 28px;
 }

 .error-section .content-box h2 {
   font-size: 48px;
   line-height: 56px;
   margin-bottom: 21px;
 }

 .error-section .content-box p {
   margin-bottom: 35px;
 }

 .error-section .content-box .theme-btn {
   background: var(--secondary-color);
 }

 .error-section .content-box .theme-btn:before {
   background: var(--theme-color);
 }

 .error-section .content-box .text-box {
   position: absolute;
   left: 40px;
   top: 40px;
   width: 140px;
   height: 114px;
   text-align: center;
   z-index: 1;
 }

 .error-section .content-box .text-box .shape {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 140px;
   height: 114px;
   background-repeat: no-repeat;
 }

 .error-section .content-box .text-box h3 {
   position: relative;
   display: inline-block;
   font-size: 30px;
   line-height: 38px;
   color: #fff;
   top: 28px;
 }

 .blog-grid-two .news-block-one .inner-box .content-box .lower-box h2 {
   margin-bottom: 12px;
 }

 .sidebar-page-container .news-block-one .inner-box .content-box .lower-box h2 {
   margin-bottom: 15px;
 }

 .sidebar-page-container .news-block-one .inner-box .content-box .lower-box p {
   margin-bottom: 32px;
 }

 .blog-list-one .news-block-one .inner-box .content-box {
   padding: 26px 40px 0px 40px;
 }

 .blog-list-one .news-block-one .inner-box .content-box .lower-box .link-box {
   position: relative;
   padding: 13px 0px;
   z-index: 1;
 }

 .blog-list-one .news-block-one .inner-box .content-box .lower-box .link-box:before {
   position: absolute;
   content: '';
   background: #f5f4f4;
   width: calc(100% + 80px);
   height: 100%;
   left: -40px;
   top: 0px;
   z-index: -1;
 }

 .blog-list-one .news-block-one .inner-box {
   box-shadow: none;
   margin-bottom: 50px;
 }

 .blog-list-one .news-block-one .inner-box .content-box {
   box-shadow: 0px -50px 50px 0px rgba(0, 0, 0, 0.10);
 }

 .blog-sidebar {
   position: relative;
   display: block;
   background: #f5f4f4;
   padding: 40px 30px 30px 30px;
 }

 .blog-sidebar .search-widget .form-group {
   position: relative;
   margin-bottom: 0px;
 }

 .blog-sidebar .search-widget .form-group input[type='search'] {
   position: relative;
   display: block;
   width: 100%;
   height: 60px;
   background: #fff;
   border: 1px solid #fff;
   font-size: 17px;
   color: #a8a7a7;
   padding: 10px 60px 10px 20px;
   transition: all 500ms ease;
 }

 .blog-sidebar .search-widget .form-group input:focus {
   border-color: var(--theme-color);
 }

 .blog-sidebar .search-widget .form-group button[type='submit'] {
   position: absolute;
   top: 16px;
   right: 20px;
   cursor: pointer;
 }

 .blog-sidebar .widget-title {
   position: relative;
   display: block;
   padding-bottom: 13px;
   border-bottom: 1px solid #e2e0e0;
   margin-bottom: 28px;
 }

 .blog-sidebar .widget-title h3 {
   position: relative;
   display: block;
   font-size: 24px;
   line-height: 32px;
   padding-left: 29px;
 }

 .blog-sidebar .widget-title h3:before {
   position: absolute;
   content: '';
   background: var(--theme-color);
   width: 9px;
   height: 18px;
   left: 0px;
   top: 7px;
   clip-path: polygon(0% 0%, 100% 50%, 100% 50%, 0% 100%, 0% 0%);
 }

 .blog-sidebar .widget-title h3:after {
   position: absolute;
   content: '';
   background: #ed9fa2;
   height: 9px;
   width: 18px;
   left: 0px;
   top: 7px;
   clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
 }

 .blog-sidebar .category-widget .category-list li {
   position: relative;
   display: block;
   margin-bottom: 15px;
 }

 .blog-sidebar .category-widget .category-list li:before {
   position: absolute;
   content: '';
   background-image: url(../images/icons/icon-214.png);
   width: 18px;
   height: 14px;
   top: 5px;
   right: 0px;
   background-repeat: no-repeat;
   transition: all 500ms ease;
 }

 .blog-sidebar .category-widget .category-list li:hover:before {
   opacity: 0;
 }

 .blog-sidebar .category-widget .category-list li:last-child {
   margin-bottom: 0px;
 }

 .blog-sidebar .category-widget .category-list li a {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
   font-size: 18px;
   line-height: 26px;
   font-weight: 700;
   text-transform: uppercase;
   color: var(--title-color);
 }

 .blog-sidebar .category-widget .category-list li a img {
   opacity: 0;
   transition: all 500ms ease;
 }

 .blog-sidebar .category-widget .category-list li a:hover {
   color: var(--theme-color);
 }

 .blog-sidebar .category-widget .category-list li a:hover img {
   opacity: 1;
 }

 .blog-sidebar .post-widget .post {
   position: relative;
   display: block;
   padding: 0px 0px 0px 90px;
   margin-bottom: 20px;
   min-height: 118px;
 }

 .blog-sidebar .post-widget .post:last-child {
   margin-bottom: 0px;
 }

 .blog-sidebar .post-widget .post .post-thumb {
   position: absolute;
   left: 0px;
   top: 7px;
   width: 70px;
   height: 70px;
   background: var(--secondary-color);
   overflow: hidden;
 }

 .blog-sidebar .post-widget .post .post-thumb img {
   width: 100%;
   transition: all 500ms ease;
 }

 .blog-sidebar .post-widget .post:hover .post-thumb img {
   opacity: 0.1;
 }

 .blog-sidebar .post-widget .post .post-thumb a {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%) scale(0, 0);
   z-index: 2;
 }

 .blog-sidebar .post-widget .post .post-thumb a img {
   opacity: 1 !important;
 }

 .blog-sidebar .post-widget .post:hover .post-thumb a {
   transform: translate(-50%, -50%) scale(1, 1);
 }

 .blog-sidebar .post-widget .post h4 {
   display: block;
   font-size: 20px;
   line-height: 28px;
   margin-bottom: 8px;
 }

 .blog-sidebar .post-widget .post h4 a {
   display: inline-block;
   color: var(--title-color);
 }

 .blog-sidebar .post-widget .post h4 a:hover {
   color: var(--theme-color);
 }

 .blog-sidebar .post-widget .post h5 {
   display: block;
   font-size: 18px;
   line-height: 26px;
   color: #a8a7a7;
   padding-left: 25px;
 }

 .blog-sidebar .post-widget .post h5 img {
   position: absolute;
   left: 0px;
   top: 5px;
 }

 .blog-sidebar .tags-widget .tags-list {
   margin: 0px -5px;
 }

 .blog-sidebar .tags-widget .tags-list li {
   position: relative;
   display: inline-block;
   float: left;
   margin: 0px 5px 10px 5px;
 }

 .blog-sidebar .tags-widget .tags-list li a {
   position: relative;
   display: inline-block;
   font-size: 18px;
   line-height: 26px;
   color: #545151;
   font-weight: 500;
   background: #fff;
   padding: 7px 21px;
 }

 .blog-sidebar .tags-widget .tags-list li a:hover {
   color: #fff;
   background: var(--theme-color);
 }

 .sidebar-page-container .news-block-one.style-two .inner-box {
   padding-left: 300px;
   min-height: 254px;
   margin-bottom: 40px;
 }

 .sidebar-page-container .news-block-one.style-two .inner-box .content-box {
   padding-top: 26px;
 }

 .page-title h2 {
   display: block;
   font-size: 48px;
   line-height: 56px;
   color: #fff;
   margin-bottom: 83px;
 }

 .blog-details-content {
   position: relative;
   display: block;
 }

 .blog-details-content .news-block-one .inner-box .upper-box .option-list {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
 }

 .blog-details-content .news-block-one .inner-box .upper-box .option-list li span {
   position: relative;
   display: block;
   padding-right: 10px;
   color: #a8a7a7;
 }

 .blog-details-content .news-block-one .inner-box .upper-box .option-list li a,
 .blog-details-content .news-block-one .inner-box .upper-box .option-list li button {
   position: relative;
   display: inline-block;
   width: 40px;
   height: 40px;
   line-height: 36px;
   border: 1px solid #e7e5e5;
   text-align: center;
   border-radius: 50%;
   transition: all 500ms ease;
 }

 .blog-details-content .news-block-one .inner-box .upper-box .option-list li a img,
 .blog-details-content .news-block-one .inner-box .upper-box .option-list li button img {
   filter: grayscale(100%);
   transition: all 500ms ease;
 }

 .blog-details-content .news-block-one .inner-box .upper-box .option-list li a:hover img,
 .blog-details-content .news-block-one .inner-box .upper-box .option-list li button:hover img,
 .blog-details-content .news-block-one .inner-box .upper-box .option-list li button:active img,
 .blog-details-content .news-block-one .inner-box .upper-box .option-list li button:focus img {
   filter: grayscale(0%);
 }

 .blog-details-content .news-block-one .inner-box .upper-box .option-list li a:hover,
 .blog-details-content .news-block-one .inner-box .upper-box .option-list li button:hover,
 .blog-details-content .news-block-one .inner-box .upper-box .option-list li button:active,
 .blog-details-content .news-block-one .inner-box .upper-box .option-list li button:focus {
   border-color: #f5f4f4;
   background: #f5f4f4;
 }

 .blog-details-content .news-block-one .inner-box .upper-box .left-column {
   position: relative;
   display: flex;
   align-items: center;
   gap: 50px;
 }

 .blog-details-content .news-block-one .inner-box .upper-box .left-column .post-date:before {
   position: absolute;
   content: '';
   background: #e6e4e4;
   width: 1px;
   height: calc(100% - 4px);
   top: 2px;
   right: -25px;
 }

 .blog-details-content .news-block-one .inner-box .content-box .upper-box {
   padding-bottom: 0px;
   border-bottom: none;
 }

 .blog-details-content .news-block-one .inner-box {
   box-shadow: none;
 }

 .blog-details-content .news-block-one .inner-box .content-box {
   padding: 0px;
 }

 .blog-details-content .content-one .image-box {
   position: relative;
   display: block;
   margin-bottom: 42px;
 }

 .blog-details-content .content-one .image-box img {
   width: 100%;
 }

 .blog-details-content .content-one .text-box p:first-child {
   padding-left: 60px;
 }

 .blog-details-content .content-one .text-box p:first-child span {
   position: absolute;
   left: 0px;
   top: 6px;
   width: 40px;
   height: 40px;
   line-height: 40px;
   text-align: center;
   font-size: 24px;
   color: #fff;
   font-weight: 700;
   background: var(--theme-color);
 }

 .blog-details-content .content-one blockquote {
   position: relative;
   display: block;
   background: #f5f4f4;
   padding: 25px 30px 18px 30px;
   margin-bottom: 44px;
 }

 .blog-details-content .content-one blockquote p {
   position: relative;
   display: block;
   padding-left: 67px;
   font-size: 20px;
   line-height: 30px;
   font-weight: 500;
   padding-bottom: 23px;
   border-bottom: 1px solid #e3e1e1;
   margin-bottom: 19px;
 }

 .blog-details-content .content-one blockquote p img {
   position: absolute;
   left: 0px;
   top: 6px;
 }

 .blog-details-content .content-one blockquote .lower-box {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
 }

 .blog-details-content .content-one blockquote .lower-box h4 {
   display: block;
   font-size: 20px;
   line-height: 28px;
   padding-left: 25px;
 }

 .blog-details-content .content-one blockquote .lower-box h4 img {
   position: absolute;
   left: 0px;
   top: 7px;
 }

 .blog-details-content .content-one blockquote .lower-box a {
   position: relative;
   display: inline-block;
   font-family: var(--text-font);
   color: #545151;
 }

 .blog-details-content .content-one blockquote .lower-box a:hover {
   color: var(--theme-color);
 }

 .blog-details-content h2 {
   display: block;
   font-size: 36px;
   line-height: 44px;
   margin-bottom: 23px;
 }

 .blog-details-content .content-two .single-item {
   position: relative;
   margin-bottom: 25px;
 }

 .blog-details-content .content-two .single-item h3 {
   position: relative;
   display: block;
   font-size: 24px;
   line-height: 32px;
   padding-left: 30px;
   margin-bottom: 16px;
 }

 .blog-details-content .content-two .single-item h3 img {
   position: absolute;
   left: 0px;
   top: 7px;
 }

 .blog-details-content .content-three p {
   margin-bottom: 22px;
 }

 .blog-details-content .content-three .list-item li {
   position: relative;
   display: block;
   padding-left: 35px;
   margin-bottom: 14px;
 }

 .blog-details-content .content-three .list-item li:last-child {
   margin-bottom: 0px;
 }

 .blog-details-content .content-three .list-item li img {
   position: absolute;
   left: 0px;
   top: 7px;
 }

 .blog-details-content .post-tag-option h5 {
   font-size: 18px;
   line-height: 26px;
   padding-left: 24px;
   margin-bottom: 17px;
 }

 .blog-details-content .post-tag-option h5 img {
   position: absolute;
   left: 0px;
   top: 5px;
 }

 .blog-details-content .post-tag-option .tags-list {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
 }

 .blog-details-content .post-tag-option .tags-list li a {
   position: relative;
   display: inline-block;
   font-size: 18px;
   line-height: 26px;
   color: #545151;
   font-weight: 500;
   background: #f5f4f4;
   padding: 7px 21px;
 }

 .blog-details-content .post-tag-option .tags-list li a:hover {
   color: #fff;
   background: var(--theme-color);
 }

 .blog-details-content .author-box {
   position: relative;
   padding: 32px 30px 36px 199px;
   border: 1px solid #e3e3e3;
 }

 .blog-details-content .author-box .thumb-box {
   position: absolute;
   left: 39px;
   top: 39px;
   width: 120px;
 }

 .blog-details-content .author-box .thumb-box img {
   width: 100%;
 }

 .blog-details-content .author-box .text {
   position: relative;
   display: block;
   font-size: 17px;
   line-height: 26px;
   color: #a8a7a7;
 }

 .blog-details-content .author-box h3 {
   font-size: 24px;
   line-height: 32px;
   margin-bottom: 14px;
 }

 .blog-details-content .author-box p {
   margin-bottom: 17px;
 }

 .blog-details-content .author-box h5 {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
   font-size: 18px;
   line-height: 26px;
 }

 .blog-details-content .author-box h5 i {
   font-size: 22px;
   height: 20px;
   color: var(--theme-color);
 }

 .blog-details-content .author-box h5 a {
   display: inline-block;
   color: var(--title-color);
 }

 .blog-details-content .author-box h5 a:hover {
   color: var(--theme-color);
 }

 .blog-details-content .author-box .social-links {
   position: absolute;
   top: 38px;
   right: 39px;
   display: flex;
   align-items: center;
   gap: 10px;
 }

 .blog-details-content .author-box .social-links li a {
   position: relative;
   display: inline-block;
   width: 40px;
   height: 40px;
   line-height: 44px;
   border: 1px solid #e3e3e3;
   text-align: center;
   font-size: 18px;
   color: #a9a8a8;
 }

 .blog-details-content .author-box .social-links li a:hover {
   color: #fff;
   background: var(--theme-color);
   border-color: var(--theme-color);
 }

 .blog-details-content .post-nav .post-nav-btn {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
 }

 .blog-details-content .post-nav .single-btn h5 {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
   font-size: 18px;
   line-height: 26px;
   color: #a8a7a7;
   margin-bottom: 12px;
 }

 .blog-details-content .post-nav .single-btn h5 a {
   display: inline-block;
   color: #a8a7a7;
 }

 .blog-details-content .post-nav .single-btn h5 a:hover {
   color: var(--theme-color);
 }

 .blog-details-content .post-nav .single-btn h5 i {
   font-size: 22px;
   height: 20px;
 }

 .blog-details-content .post-nav .single-btn:first-child h5 i {
   display: inline-block;
   transform: rotate(180deg);
 }

 .blog-details-content .post-nav .single-btn:last-child h5 {
   justify-content: right;
 }

 .blog-details-content .post-nav .single-btn h4 {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 28px;
 }

 .blog-details-content .post-nav .single-btn h4 a {
   display: inline-block;
   color: var(--title-color);
 }

 .blog-details-content .post-nav .single-btn h4 a:hover {
   color: var(--theme-color);
 }

 .blog-details-content .post-nav .btn-box a {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 10px;
   width: 100%;
   font-size: 18px;
   line-height: 26px;
   color: var(--title-color);
   font-weight: 700;
   background: #f5f4f4;
   padding: 17px 30px;
 }

 .blog-details-content .post-nav .btn-box a:hover {
   color: var(--theme-color);
   background: #fff;
   box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
 }

 .blog-details-content .comment-box .comment {
   position: relative;
   display: block;
   padding-left: 100px;
 }

 .blog-details-content .comment-box .comment .image-box {
   position: absolute;
   left: 0px;
   top: 6px;
   width: 70px;
 }

 .blog-details-content .comment-box .comment .title-box {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-bottom: 11px;
 }

 .blog-details-content .comment-box .comment .title-box h4 {
   display: block;
   font-size: 20px;
   line-height: 28px;
 }

 .blog-details-content .comment-box .comment .title-box .post-date {
   position: relative;
   display: block;
   font-size: 17px;
   color: #a8a7a7;
 }

 .blog-details-content .comment-box .comment p {
   margin-bottom: 11px;
 }

 .blog-details-content .comment-box .comment h5 {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
 }

 .blog-details-content .comment-box .comment h5 a {
   position: relative;
   display: inline-block;
   font-size: 18px;
   line-height: 26px;
   color: var(--title-color);
   font-weight: 700;
 }

 .blog-details-content .comment-box .comment h5 a:hover {
   color: var(--theme-color);
 }

 .blog-details-content .comment-box .comment {
   margin-bottom: 24px;
 }

 .blog-details-content .comment-box .comment:last-child {
   margin-bottom: 0px;
 }

 .blog-details-content .comment-box h2 {
   margin-bottom: 29px;
 }

 .blog-details-content .comment-form-area .form-inner .form-group {
   position: relative;
   margin-bottom: 30px;
 }

 .blog-details-content .comment-form-area .form-inner .form-group:last-child {
   margin-bottom: 0px;
 }

 .blog-details-content .comment-form-area .form-inner .form-group input[type='text'],
 .blog-details-content .comment-form-area .form-inner .form-group input[type='email'],
 .blog-details-content .comment-form-area .form-inner .form-group textarea {
   position: relative;
   display: block;
   width: 100%;
   height: 60px;
   border: solid;
   border-width: 1px;
   border-color: #e6e4e4;
   font-size: 17px;
   color: #a8a7a7;
   padding: 10px 20px;
   transition: all 500ms ease;
 }

 .blog-details-content .comment-form-area .form-inner .form-group textarea {
   height: 120px;
   resize: none;
   padding-top: 15px;
 }

 .blog-details-content .comment-form-area .form-inner .form-group input:focus,
 .blog-details-content .comment-form-area .form-inner .form-group textarea:focus {
   border-color: var(--theme-color);
 }

 .blog-details-content .comment-form-area .group-title {
   margin-bottom: 32px;
 }

 .blog-details-content .comment-form-area .group-title h2 {
   margin-bottom: 7px;
 }

 .blog-details-content .comment-form-area .check-box-two label {
   color: #545151;
   font-size: 17px;
   font-weight: 400;
 }

 .blog-details-content .comment-form-area .check-box-two label:before {
   background: #f5f4f4;
   border-color: #e6e4e4;
   border-radius: 4px;
 }


 /** appointment-section **/

 .appointment-section {
   position: relative;
 }

 .appointment-section .bg-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .appointment-section .bg-layer:before {
   position: absolute;
   content: '';
   background: -webkit-linear-gradient(0deg, #550401 50%, rgba(85, 4, 1, 0.0) 100%);
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
 }

 .appointment-section .appointment-form {
   position: relative;
   background: #fff;
   max-width: 570px;
   width: 100%;
   padding: 43px 50px 50px 50px;
 }

 .appointment-section .appointment-form .form-group {
   position: relative;
   display: block;
   margin-bottom: 23px;
 }

 .appointment-section .appointment-form .form-group label {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 26px;
   font-family: var(--title-font);
   color: var(--title-color);
   font-weight: 700;
   margin-bottom: 12px;
 }

 .appointment-section .appointment-form .form-group input[type='text'],
 .appointment-section .appointment-form .form-group input[type='email'] {
   position: relative;
   display: block;
   width: 100%;
   height: 56px;
   background: #f5f4f4;
   border: 1px solid #f5f4f4;
   font-size: 17px;
   color: #a8a7a7;
   padding: 10px 20px;
   transition: all 500ms ease;
 }

 .appointment-section .appointment-form .form-group .icon-box {
   position: absolute;
   right: 20px;
   bottom: 16px;
   filter: grayscale(100%);
   z-index: 1;
 }

 .appointment-section .appointment-form .form-group input:focus {
   background: transparent;
   border-color: #e6e4e4;
 }

 .appointment-section .appointment-form .theme-btn {
   width: 100%;
   background: var(--secondary-color);
 }

 .appointment-section .appointment-form .theme-btn:before {
   background: var(--theme-color);
 }

 .appointment-section #ptTimeSelectCntr #ptTimeSelectCloseCntr a {
   line-height: 24px !important;
 }

 .appointment-section .big-text {
   position: absolute;
   left: 90px;
   top: 0px;
   height: 100%;
   text-align: center;
   writing-mode: vertical-lr;
   font-size: 100px;
   line-height: 100px;
   font-family: var(--title-font);
   text-transform: uppercase;
   font-weight: 800;
   color: rgba(255, 255, 255, 0.10);
   transform: rotate(180deg);
 }


 /** corporate-section **/

 .corporate-section {
   position: relative;
 }

 .corporate-block-one .inner-box {
   position: relative;
   display: block;
   background: #fff;
   box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
   margin-bottom: 30px;
   padding: 33px 40px 33px 130px;
 }

 .corporate-block-one .inner-box:before {
   position: absolute;
   content: '';
   background: #f3f2f2;
   width: 120px;
   height: 120px;
   left: 10px;
   top: 10px;
   clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
 }

 .corporate-block-one .inner-box .icon-box {
   position: absolute;
   left: 40px;
   top: 40px;
   width: 60px;
   height: 60px;
   line-height: 60px;
   background: #fff;
   text-align: center;
   border-radius: 50%;
   box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
   transition: all 500ms ease;
 }


 .corporate-block-one .inner-box .icon-box .icon {
   position: relative;
   transition: all 500ms ease;
 }

 .corporate-block-one .inner-box:hover .icon-box .icon {
   opacity: 1;
 }

 .corporate-block-one .inner-box .icon-box .overlay-icon {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 60px;
   height: 60px;
   line-height: 60px;
   text-align: center;
   opacity: 0;
   transition: all 500ms ease;
 }

 .corporate-block-one .inner-box:hover .icon-box .overlay-icon {
   opacity: 1;
 }

 .corporate-block-one .inner-box h4 {
   display: block;
   font-size: 20px;
   line-height: 28px;
   margin-bottom: 10px;
 }

 .corporate-block-one .inner-box p {
   margin-bottom: 15px;
 }

 .corporate-block-one .inner-box h5 {
   display: block;
   font-size: 18px;
   line-height: 26px;
 }

 .corporate-block-one .inner-box h5 a {
   display: inline-block;
   color: var(--title-color);
 }

 .corporate-block-one .inner-box h5 a:hover {
   color: var(--theme-color);
 }

 .corporate-block-one .inner-box h5 span {
   color: #545151;
   font-weight: 400;
 }


 /** branches-section **/

 .branches-section {
   position: relative;
   background: var(--secondary-color);
 }

 .branches-section .content-box {
   position: relative;
   max-width: 370px;
   width: 100%;
   background: #fff;
   padding: 33px 30px 34px 30px;
 }

 .branches-section .content-box .tab-btns {
   position: relative;
   display: flex;
   align-items: center;
 }

 .branches-section .content-box .tab-btns .tab-btn {
   position: relative;
   display: inline-block;
   cursor: pointer;
   padding-left: 26px;
   margin-right: 20px;
 }

 .branches-section .content-box .tab-btns .tab-btn:last-child {
   margin: 0px !important;
 }

 .branches-section .content-box .tab-btns .tab-btn h4 {
   font-size: 18px;
   line-height: 26px;
 }

 .branches-section .content-box .tab-btns .tab-btn:before {
   position: absolute;
   content: '';
   background: #f5f4f4;
   border: 1px solid #e6e4e4;
   width: 16px;
   height: 16px;
   left: 0px;
   top: 5px;
 }

 .branches-section .content-box .tab-btns .tab-btn:after {
   position: absolute;
   content: '';
   width: 6px;
   height: 6px;
   left: 5px;
   top: 10px;
   background: var(--theme-color);
   opacity: 0;
   transition: all 500ms ease;
 }

 .branches-section .content-box .tab-btns .tab-btn.active-btn:after {
   opacity: 1;
 }

 .branches-section .content-box .inner-box .form-group {
   position: relative;
   margin-bottom: 20px;
 }

 .branches-section .content-box .inner-box .form-group .icon-box {
   position: absolute;
   top: 12px;
   right: 20px;
   z-index: 1;
 }

 .branches-section .content-box .inner-box .form-group input[type='text'] {
   position: relative;
   display: block;
   width: 100%;
   height: 56px;
   background: #f5f4f4;
   border: 1px solid #f5f4f4;
   font-size: 17px;
   color: #a8a7a7;
   padding: 10px 50px 10px 20px;
   transition: all 500ms ease;
 }

 .branches-section .content-box .inner-box .form-group input:focus {
   border-color: var(--theme-color);
 }

 .branches-section .content-box .inner-box .text {
   position: relative;
   display: block;
   font-size: 15px;
   line-height: 24px;
   font-weight: 500;
   color: var(--title-color);
   text-align: center;
   margin-bottom: 20px;
 }

 .branches-section .content-box .inner-box .link-box a {
   position: relative;
   display: inline-block;
   font-size: 18px;
   line-height: 26px;
   font-weight: 700;
   color: var(--title-color);
   padding-left: 26px;
 }

 .branches-section .content-box .inner-box .link-box a:hover {
   color: var(--theme-color);
 }

 .branches-section .content-box .inner-box .link-box a i {
   position: absolute;
   left: 0px;
   top: 3px;
   font-size: 20px;
   color: var(--theme-color);
 }

 .branches-section .content-box h3 {
   display: block;
   font-size: 24px;
   line-height: 32px;
   margin-bottom: 26px;
 }

 #ptTimeSelectCntr #ptTimeSelectCloseCntr a {
   line-height: 24px !important;
 }

 .branches-section .big-text {
   position: absolute;
   left: 90px;
   top: 0px;
   height: 100%;
   text-align: center;
   writing-mode: vertical-lr;
   font-size: 100px;
   line-height: 100px;
   font-family: var(--title-font);
   text-transform: uppercase;
   font-weight: 800;
   color: rgba(255, 255, 255, 0.10);
   transform: rotate(180deg);
 }

 .branches-section .pattern-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 50%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: right center;
 }

 .branches-section .map-inner {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 50%;
   height: 100%;
 }

 .branches-section .map-inner iframe {
   position: relative;
   width: 100%;
   height: 670px;
 }

 .branches-section .map-inner .map-content {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   width: 270px;
   background: #fff;
   text-align: center;
   box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
   padding: 33px 30px;
   z-index: 2;
 }

 .branches-section .map-inner .map-content h4 {
   display: block;
   font-size: 20px;
   line-height: 28px;
   margin-bottom: 12px;
 }

 .branches-section .map-inner .map-content p {
   margin-bottom: 7px;
 }

 .branches-section .map-inner .map-content h5 {
   display: block;
   font-size: 18px;
   line-height: 26px;
 }

 .branches-section .map-inner .map-content h5 a {
   display: inline-block;
   color: var(--title-color);
 }

 .branches-section .map-inner .map-content h5 a:hover {
   color: var(--theme-color);
 }


 /** contact-section **/

 .contact-section {
   position: relative;
 }

 .contact-section .pattern-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   z-index: -1;
 }

 .contact-section .tabs-box {
   position: relative;
   background: #fff;
   box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
 }

 .contact-section .tabs-content {
   position: relative;
   padding: 44px 50px 27px 50px;
 }

 .contact-section .tab-btns .tab-btn {
   position: relative;
   float: left;
   width: 50%;
   text-align: center;
   padding: 16px 20px;
   cursor: pointer;
   border-bottom: 1px solid #e6e4e4;
   border-right: 1px solid #e6e4e4;
 }

 .contact-section .tab-btns .tab-btn:last-child {
   border-right: none;
 }

 .contact-section .tab-btns .tab-btn h4 {
   font-size: 20px;
   line-height: 28px;
   color: #a8a7a7;
 }

 .contact-section .tab-btns .tab-btn.active-btn h4 {
   color: var(--theme-color);
 }

 .contact-section .tab-btns .tab-btn:before {
   position: absolute;
   content: '';
   background: var(--theme-color);
   width: 100%;
   height: 4px;
   left: 0px;
   bottom: -1px;
   transform: scale(0, 0);
   transition: all 500ms ease;
 }

 .contact-section .tab-btns .tab-btn.active-btn:before {
   transform: scale(1, 1);
 }

 .contact-section .form-inner .form-group {
   position: relative;
   margin-bottom: 26px;
 }

 .contact-section .form-inner .left-column .form-group .icon-box {
   position: absolute;
   right: 20px;
   bottom: 15px;
   z-index: 1;
   filter: grayscale(100%);
 }

 .contact-section .form-inner .right-column .form-group .icon-box {
   position: absolute;
   top: 53px;
   right: 20px;
   z-index: 1;
   filter: grayscale(100%);
 }

 .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,
 .contact-section .form-inner .form-group .nice-select {
   position: relative;
   display: block;
   width: 100%;
   height: 56px;
   background: #f5f4f4;
   border: 1px solid #f5f4f4;
   font-size: 17px;
   color: #a8a7a7;
   padding: 10px 20px;
   transition: all 500ms ease;
 }

 .contact-section .form-inner .form-group input:focus {
   background: transparent;
   border-color: #e6e4e4;
   color: #545151;
 }

 .contact-section .form-inner .form-group label {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 26px;
   font-family: var(--title-font);
   color: var(--title-color);
   font-weight: 700;
   margin-bottom: 13px;
 }

 .contact-section .form-inner .form-group .select-box {
   min-height: 56px;
 }

 .contact-section .form-inner .form-group .select-box .nice-select {
   padding: 0px 20px;
   line-height: 56px;
 }

 .contact-section .form-inner .form-group .select-box .nice-select:before {
   right: 20px;
 }

 .contact-section .form-inner .form-group textarea {
   height: 142px;
   resize: none;
   background: #f5f4f4;
   border-color: #f5f4f4;
 }

 .contact-section .form-inner .right-column .form-group {
   margin-bottom: 0px;
 }

 .bg-light-bg {
   background-color: #fff;
   border-radius: 0px;

 }

 .contact-area-form {
   padding: 30px;
 }

 .contact-section .form-inner .right-column .message-btn {
   position: relative;
   background: #f5f4f4;
   padding: 0px 20px 20px 20px;
 }

 .contact-section .form-inner .right-column .message-btn .theme-btn {
   background: var(--secondary-color);
   width: 100%;
 }

 .contact-section .form-inner .right-column .message-btn .theme-btn:before {
   background: var(--theme-color);
 }


 /** support-section **/

 .support-section {
   position: relative;
 }

 .support-section .inner-container {
   overflow-y: hidden;
   position: relative;
   width: 100%;
   border: 1px solid #e6e4e4;
 }

 .support-section .table-outer {
   min-width: 1150px;
   width: 100%;
 }

 .support-section .table-outer table {
   position: relative;
   width: 100%;
 }

 .support-section .table-outer thead th {
   position: relative;
   font-size: 20px;
   line-height: 28px;
   font-family: var(--title-font);
   color: var(--title-color);
   font-weight: 700;
   background: #f5f4f4;
   padding: 15px 40px;
   border-bottom: 1px solid #e6e4e4;
   border-right: 1px solid #e6e4e4;
 }

 .support-section .table-outer thead th:last-child {
   border-right: none;
 }

 .support-section .table-outer tbody td {
   position: relative;
   border-bottom: 1px solid #e6e4e4;
   border-right: 1px solid #e6e4e4;
 }

 .support-section .table-outer tbody td:last-child {
   border-right: none;
 }

 .support-section .table-outer tbody td h5 {
   font-size: 18px;
   line-height: 26px;
   padding: 0px 40px;
 }

 .support-section .table-outer tbody td span {
   position: relative;
   display: block;
   width: 100%;
   border-bottom: 1px solid #e6e4e4;
   padding: 18px 40px;
   font-size: 17px;
   line-height: 26px;
   color: var(--text-color);
 }

 .support-section .table-outer tbody td span a {
   display: inline-block;
   color: var(--text-color);
 }

 .support-section .table-outer tbody td span a:hover {
   color: var(--theme-color);
 }

 .support-section .table-outer tbody td span:last-child {
   border-bottom: none;
 }

 .support-section .more-text {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 25px 0px;
 }

 .support-section .more-text h5 i {
   position: absolute;
   left: 0px;
   top: 2px;
   font-size: 20px;
   color: var(--theme-color);
 }

 .support-section .more-text h5 {
   font-size: 18px;
   line-height: 26px;
   padding-left: 25px;
 }

 .support-section .more-text h5 a {
   display: inline-block;
   color: var(--theme-color);
   text-decoration: underline;
 }

 .banking-service .content-box .inner-box .list-style-one li {
   min-height: 45px;
 }


 .custom-banking.home-3 .content-box .title-box .icon-box img,
 .custom-banking.home-3 .content-box .inner-box .form-inner .form-group .icon-box img {
   filter: grayscale(100%);
 }

 /* Payment Portal Page */
 .payment-portal-page {
   padding: 40px 0 50px;
   background: radial-gradient(circle at 9% 14%, rgba(77, 178, 245, 0.18), transparent 34%),
     radial-gradient(circle at 90% 86%, rgba(34, 212, 197, 0.18), transparent 36%),
     linear-gradient(140deg, #f4f9ff 0%, #edf5ff 46%, #f8fffd 100%);
 }

 .payment-portal-head {
   max-width: 760px;
   margin: 0 auto 42px;
   text-align: center;
 }

 .payment-portal-kicker {
   display: inline-block;
   margin-bottom: 12px;
   padding: 8px 14px;
   border-radius: 999px;
   font-size: 13px;
   font-weight: 700;
   letter-spacing: 0.04em;
   text-transform: uppercase;
   color: #0c4ac4;
   background: #dce8ff;
 }

 .payment-portal-head h1 {
   margin-bottom: 12px;
   font-size: clamp(30px, 4.2vw, 48px);
   color: #0f274a;
 }

 .payment-portal-head p {
   margin-bottom: 0;
   color: #4c5d79;
   font-size: 16px;
 }

 .payment-portal-card {
   height: 100%;
   padding: 30px;
   border-radius: 20px;
   background: #ffffff;
   box-shadow: 0 14px 40px rgba(15, 39, 74, 0.08);
   border: 1px solid #e7edfb;
 }

 .payment-portal-form .form-label {
   display: block;
   margin-bottom: 8px;
   font-size: 15px;
   font-weight: 600;
   color: #183458;
 }

 .payment-portal-form .form-label span {
   color: #7485a4;
   font-weight: 500;
   font-size: 13px;
 }

 .payment-portal-form .form-control,
 .payment-portal-form .form-select {
   height: 50px;
   border-radius: 12px;
   border: 1px solid #d9e3f7;
   color: #132c4f;
   font-size: 15px;
   box-shadow: none;
 }

 .payment-portal-form textarea.form-control {
   height: auto;
   min-height: 100px;
   resize: vertical;
   padding-top: 12px;
 }

 .payment-portal-form .form-control:focus,
 .payment-portal-form .form-select:focus {
   border-color: #0f4ec9;
   box-shadow: 0 0 0 0.2rem rgba(15, 78, 201, 0.15);
 }

 .payment-portal-currency {
   position: relative;
 }

 .payment-portal-currency span {
   position: absolute;
   top: 50%;
   left: 14px;
   font-size: 13px;
   color: #3b5a86;
   font-weight: 700;
   pointer-events: none;
 }

 .payment-portal-currency .form-control {
   padding-left: 52px;
 }

 .gateway-strip {
   display: flex;
   gap: 12px;
   align-items: center;
   flex-wrap: wrap;
   border: 1px solid #dbe6fb;
   background: #f6f9ff;
   border-radius: 12px;
   padding: 14px;
 }

 .gateway-strip strong {
   color: #163a68;
   font-size: 14px;
   line-height: 1.4;
 }

 .gateway-badges {
   display: flex;
   gap: 8px;
   align-items: center;
   flex-wrap: wrap;
 }

 .gateway-badges span {
   padding: 6px 10px;
   border-radius: 999px;
   font-size: 12px;
   font-weight: 700;
   letter-spacing: 0.02em;
   color: #0f4ec9;
   background: #e3ecff;
 }

 .secure-note {
   display: flex;
   align-items: flex-start;
   gap: 10px;
   padding: 14px;
   border-radius: 12px;
   border: 1px solid #c7ebd7;
   background: #ecfcf4;
   color: #22523c;
   font-size: 14px;
   line-height: 1.5;
 }

 .secure-note i {
   font-size: 16px;
   margin-top: 2px;
 }

 .payment-portal-check {
   border: 1px solid #dbe6fb;
   background: #f6f9ff;
   border-radius: 12px;
   padding: 12px 12px 12px 38px;
   min-height: 56px;
 }

 .payment-portal-check .form-check-input {
   margin-top: 0.32rem;
 }

 .payment-portal-check .form-check-label {
   font-size: 14px;
   color: #2f476a;
   line-height: 1.45;
 }

 .payment-portal-check .form-check-label a {
   color: #0f4ec9;
   font-family: var(--text-font);
   text-decoration: underline;
 }

 .payment-portal-btn {
   width: 100%;
   padding: 14px 16px;
   border-radius: 12px;
   font-size: 16px;
   font-weight: 700;
   color: #ffffff;
   background: linear-gradient(135deg, #0f4ec9 0%, #0b66dc 100%);
   transition: all 0.3s ease;
 }

 .payment-portal-btn:hover {
   box-shadow: 0 10px 24px rgba(15, 78, 201, 0.28);
 }

 .payment-portal-guide h3 {
   margin-bottom: 18px;
   color: #0f274a;
   font-size: 24px;
 }

 .payment-portal-guide ul {
   margin: 0;
   padding: 0;
 }

 .payment-portal-guide li {
   position: relative;
   margin-bottom: 13px;
   padding-left: 20px;
   color: #415877;
   line-height: 1.55;
 }

 .payment-portal-guide li::before {
   content: "";
   position: absolute;
   left: 0;
   top: 10px;
   width: 7px;
   height: 7px;
   border-radius: 50%;
   background: #0f4ec9;
 }

 .payment-portal-help {
   margin-top: 14px;
   padding-top: 14px;
   border-top: 1px solid #e3ebfa;
   font-size: 14px;
   color: #5a6c89;
 }

 @media (max-width: 991.98px) {
   .payment-portal-page {
     padding: 65px 0 75px;
   }

   .payment-portal-card {
     padding: 24px;
   }
 }

 @media (max-width: 575.98px) {
   .payment-portal-page {
     padding: 55px 0 65px;
   }

   .payment-portal-card {
     padding: 18px;
     border-radius: 16px;
   }

   .gateway-strip {
     flex-direction: column;
     align-items: flex-start;
   }

   .payment-portal-check {
     padding: 12px 10px 12px 34px;
   }

   .payment-portal-btn {
     font-size: 15px;
     padding: 13px 14px;
   }
 }

 /* Our Branches Custom Section */
 .akm-branches-page {
   position: relative;
   padding: 84px 0 94px;
   background:
     radial-gradient(circle at 11% 16%, rgba(255, 200, 87, 0.22), transparent 34%),
     radial-gradient(circle at 88% 83%, rgba(65, 140, 255, 0.2), transparent 38%),
     linear-gradient(145deg, #f6faff 0%, #f7fffb 52%, #fff9f1 100%);
   overflow: hidden;
 }

 .akm-branches-page::before {
   content: "";
   position: absolute;
   width: 320px;
   height: 320px;
   border-radius: 50%;
   top: -150px;
   right: -110px;
   border: 1px dashed rgba(31, 63, 104, 0.14);
 }

 .akm-branches-head {
   position: relative;
   max-width: 760px;
   margin: 0 auto 42px;
   text-align: center;
 }

 .akm-branches-kicker {
   display: inline-flex;
   align-items: center;
   margin-bottom: 12px;
   padding: 8px 14px;
   border-radius: 999px;
   font-size: 12px;
   font-weight: 700;
   letter-spacing: 0.08em;
   text-transform: uppercase;
   color: #11457f;
   background: #d8e9ff;
 }

 .akm-branches-head h1 {
   margin-bottom: 12px;
   font-size: clamp(30px, 4.2vw, 50px);
   color: #112b4e;
 }

 .akm-branches-head p {
   margin-bottom: 0;
   color: #4e6382;
   font-size: 16px;
 }

 .akm-branch-card {
   position: relative;
   padding: 26px;
   border-radius: 22px;
   border: 1px solid #deebff;
   margin-bottom: 15px;
   background: #ffffff;
   box-shadow: 0 18px 45px rgba(17, 43, 78, 0.1);
   transition: transform 0.3s ease, box-shadow 0.3s ease;
 }

 .akm-branch-card:hover {
   box-shadow: 0 22px 50px rgba(17, 43, 78, 0.15);
 }

 .akm-branch-card__top {
   display: flex;
   justify-content: space-between;
   align-items: center;
   gap: 12px;
   margin-bottom: 20px;
 }

 .akm-branch-card__top h3 {
   margin: 0;
   font-size: 24px;
   color: #122f57;
 }

 .akm-branch-card__top span {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   min-width: 92px;
   padding: 7px 10px;
   border-radius: 999px;
   font-size: 12px;
   font-weight: 700;
   letter-spacing: 0.03em;
   text-transform: uppercase;
 }

 .akm-branch-card--rajasthan .akm-branch-card__top span {
   color: #7a4706;
   background: #ffe6c6;
 }

 .akm-branch-card--up .akm-branch-card__top span {
   color: #00456e;
   background: #cfeeff;
 }

 .akm-branch-card--gujarat .akm-branch-card__top span {
   color: #0e5a2f;
   background: #d8f5e6;
 }

 .akm-branch-list {
   margin: 0;
   padding: 0;
 }

 .akm-branch-list li {
   display: flex;
   align-items: flex-start;
   gap: 12px;
   padding: 7px 10px;
   border-radius: 14px;
   background: #f8fbff;
   border: 1px solid #e3ecfb;
 }

 .akm-branch-list li+li {
   margin-top: 10px;
 }

 .akm-branch-tag {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   width: 28px;
   height: 28px;
   border-radius: 50%;
   font-size: 13px;
   font-weight: 700;
   color: #ffffff;
   flex: 0 0 28px;
 }

 .akm-branch-card--rajasthan .akm-branch-tag {
   background: linear-gradient(135deg, #f48b2a 0%, #e66d00 100%);
 }

 .akm-branch-card--up .akm-branch-tag {
   background: linear-gradient(135deg, #00a0e3 0%, #0269af 100%);
 }

 .akm-branch-card--gujarat .akm-branch-tag {
   background: linear-gradient(135deg, #2cbf6a 0%, #0d8f47 100%);
 }

 .akm-branch-list p {
   margin: 2px 0 0;
   color: #334c6d;
   font-size: 15px;
   line-height: 1.55;
 }

 .akm-branch-dropdown {
   width: 100%;
 }

 .akm-branch-dropdown summary {
   display: flex;
   align-items: center;
   gap: 12px;
   cursor: pointer;
   list-style: none;
 }

 .akm-branch-dropdown summary::-webkit-details-marker {
   display: none;
 }

 .akm-branch-summary-text {
   margin: 2px 0 0;
   color: #334c6d;
   font-size: 15px;
   line-height: 1.55;
 }

 .akm-branch-dropdown summary .fa-chevron-down {
   margin-left: auto;
   font-size: 14px;
   color: #5b7397;
   transition: transform 0.25s ease;
 }

 .akm-branch-dropdown[open] summary .fa-chevron-down {
   transform: rotate(180deg);
 }

 .akm-branch-detail {
   margin-top: 12px;
   margin-left: 2px;
   padding: 12px;
   border: 1px solid #dfeaff;
   border-radius: 12px;
   background: #f4fffb;
 }

 .akm-branch-detail p {
   margin: 0 0 8px;
   font-size: 14px;
   line-height: 1.6;
   color: #3d5577;
 }

 .akm-branch-detail p:last-of-type {
   margin-bottom: 18px;
 }

 .akm-branch-location-link {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   padding: 8px 12px;
   border-radius: 999px;
   border: 1px solid #cfe0ff;
   background: #eef5ff;
   color: #0b57b7;
   font-size: 13px;
   font-weight: 700;
   line-height: 1;
   font-family: var(--text-font);
 }

 .akm-branch-location-link:hover {
   color: #ffffff;
   background: #0b57b7;
   border-color: #0b57b7;
 }

 .akm-branch-location-link[href="#"] {
   opacity: 0.6;
   pointer-events: none;
 }

 @media (max-width: 991.98px) {
   .akm-branches-page {
     padding: 68px 0 78px;
   }

   .akm-branch-card {
     padding: 22px;
   }
 }

 @media (max-width: 575.98px) {
   .akm-branches-page {
     padding: 56px 0 66px;
   }

   .akm-branches-head {
     margin-bottom: 30px;
   }

   .akm-branch-card {
     border-radius: 18px;
     padding: 18px;
   }

   .akm-branch-card__top {
     flex-direction: column;
     align-items: flex-start;
     margin-bottom: 16px;
   }

   .akm-branch-card__top h3 {
     font-size: 22px;
   }

   .akm-branch-list li {
     padding: 10px;
   }

   .akm-branch-detail {
     margin-left: 0;
   }
 }

 /* Customer Helpdesk Page */
 .akm-helpdesk-page {
   position: relative;
   padding: 84px 0 96px;
   background:
     radial-gradient(circle at 8% 14%, rgba(130, 176, 255, 0.24), transparent 32%),
     radial-gradient(circle at 92% 86%, rgba(93, 223, 182, 0.22), transparent 34%),
     linear-gradient(138deg, #f3f8ff 0%, #f7fffb 50%, #fff7f2 100%);
 }

 .akm-helpdesk-head {
   max-width: 880px;
   margin: 0 auto 38px;
   text-align: center;
 }

 .akm-helpdesk-kicker {
   display: inline-block;
   margin-bottom: 12px;
   padding: 8px 15px;
   border-radius: 999px;
   background: #dbe8ff;
   color: #13468a;
   font-size: 12px;
   font-weight: 700;
   letter-spacing: 0.08em;
   text-transform: uppercase;
 }

 .akm-helpdesk-head h1 {
   margin-bottom: 12px;
   font-size: clamp(30px, 4.2vw, 50px);
   color: #102d54;
 }

 .akm-helpdesk-head p {
   margin-bottom: 0;
   color: #4d6383;
   font-size: 16px;
 }

 .akm-helpdesk-section {
   margin-top: 26px;
   padding: 28px;
   border-radius: 22px;
   border: 1px solid #e1ebff;
   background: #ffffff;
   box-shadow: 0 16px 45px rgba(16, 45, 84, 0.1);
 }

 .akm-helpdesk-title {
   display: flex;
   align-items: center;
   gap: 10px;
   margin-bottom: 20px;
   flex-wrap: wrap;
 }

 .akm-helpdesk-title span {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   padding: 6px 11px;
   border-radius: 999px;
   font-size: 12px;
   font-weight: 700;
   color: #0e59b5;
   background: #e5f0ff;
   text-transform: uppercase;
 }

 .akm-helpdesk-title h3 {
   margin: 0;
   color: #153760;
   font-size: 28px;
 }

 .akm-doc-card {
   display: block;
   height: 100%;
   padding: 20px;
   border-radius: 16px;
   border: 1px solid #e0eaff;
   background: linear-gradient(165deg, #f6faff 0%, #ffffff 100%);
 }

 .akm-doc-card:hover {
   border-color: #c6dbff;
   box-shadow: 0 14px 26px rgba(14, 89, 181, 0.16);
 }

 .akm-doc-card i {
   width: 44px;
   height: 44px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 12px;
   border-radius: 50%;
   color: #ffffff;
   font-size: 16px;
   background: linear-gradient(135deg, #0f5fc2 0%, #0e93d8 100%);
 }

 .akm-doc-card h4 {
   margin-bottom: 8px;
   color: #173a66;
   font-size: 20px;
 }

 .akm-doc-card p {
   color: #5a6f8d;
   font-size: 14px;
   line-height: 1.55;
 }

 .akm-complaint-wrap {
   border: 1px solid #e3ecff;
   border-radius: 16px;
   padding: 20px;
   background: #f9fcff;
 }

 .akm-complaint-form .form-label {
   display: block;
   margin-bottom: 8px;
   color: #183e6d;
   font-size: 14px;
   font-weight: 600;
 }

 .akm-complaint-form .form-control,
 .akm-complaint-form .form-select {
   height: 50px;
   border-radius: 12px;
   border: 1px solid #d5e2fb;
   box-shadow: none;
   color: #15375d;
   font-size: 15px;
 }

 .akm-complaint-form textarea.form-control {
   height: auto;
   min-height: 110px;
   resize: vertical;
   padding-top: 12px;
 }

 .akm-complaint-form .form-control:focus,
 .akm-complaint-form .form-select:focus {
   border-color: #0e69cd;
   box-shadow: 0 0 0 0.2rem rgba(14, 105, 205, 0.15);
 }

 .akm-helpdesk-btn {
   border-radius: 12px;
   padding: 14px 16px;
   color: #ffffff;
   font-size: 16px;
   font-weight: 700;
   background: linear-gradient(135deg, #0f5fc2 0%, #0e93d8 100%);
 }

 .akm-helpdesk-btn:hover {
   box-shadow: 0 10px 24px rgba(14, 105, 205, 0.28);
 }

 .akm-grievance-card {
   height: 100%;
   padding: 20px;
   border-radius: 16px;
   border: 1px solid #dde8ff;
   background: #f8fbff;
 }

 .akm-step-pill {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 10px;
   padding: 7px 11px;
   border-radius: 999px;
   color: #1b5eb3;
   background: #e4efff;
   font-size: 12px;
   font-weight: 700;
   text-transform: uppercase;
 }

 .akm-grievance-card h4 {
   margin-bottom: 11px;
   color: #153760;
   font-size: 20px;
 }

 .akm-grievance-card ul {
   margin: 0;
   padding: 0;
 }

 .akm-grievance-card li {
   align-items: center;
   gap: 8px;
   margin-bottom: 9px;
   color: #395779;
   font-size: 15px;
 }

 .akm-grievance-card li i {
   width: 24px;
   text-align: center;
   color: #0e69cd;
 }

 .akm-grievance-card li a {
   color: #395779;
   font-family: var(--text-font);
 }

 .akm-grievance-card li a:hover {
   color: #0e69cd;
 }

 .akm-grievance-card p {
   color: #4d6484;
   font-size: 15px;
   line-height: 1.6;
 }

 @media (max-width: 991.98px) {
   .akm-helpdesk-page {
     padding: 68px 0 78px;
   }

   .akm-helpdesk-section {
     padding: 22px;
   }
 }

 @media (max-width: 575.98px) {
   .akm-helpdesk-page {
     padding: 56px 0 66px;
   }

   .akm-helpdesk-section {
     margin-top: 20px;
     padding: 16px;
     border-radius: 16px;
   }

   .akm-helpdesk-title h3 {
     font-size: 22px;
   }

   .akm-complaint-wrap {
     padding: 14px;
   }

   .akm-helpdesk-btn {
     font-size: 15px;
   }
 }

 /* Director Message Page */
 .akm-director-page {
   position: relative;
   padding: 84px 0 94px;
   background:
     radial-gradient(circle at 7% 18%, rgba(110, 154, 255, 0.23), transparent 34%),
     radial-gradient(circle at 91% 84%, rgba(67, 210, 173, 0.2), transparent 36%),
     linear-gradient(145deg, #f4f9ff 0%, #f7fffc 50%, #fff8f2 100%);
 }

 .akm-director-head {
   max-width: 860px;
   margin: 0 auto 38px;
   text-align: center;
 }

 .akm-director-kicker {
   display: inline-flex;
   align-items: center;
   margin-bottom: 12px;
   padding: 8px 14px;
   border-radius: 999px;
   font-size: 12px;
   font-weight: 700;
   letter-spacing: 0.08em;
   text-transform: uppercase;
   color: #11457f;
   background: #d8e9ff;
 }

 .akm-director-head h1 {
   margin-bottom: 12px;
   font-size: clamp(30px, 4.2vw, 50px);
   color: #112b4e;
 }

 .akm-director-head p {
   margin-bottom: 0;
   color: #4e6382;
   font-size: 16px;
   line-height: 1.65;
 }

 .akm-director-card {
   padding: 26px;
   border-radius: 22px;
   border: 1px solid #deebff;
   background: #ffffff;
   box-shadow: 0 18px 45px rgba(17, 43, 78, 0.1);
 }

 .akm-director-card__top {
   margin-bottom: 14px;
 }

 .akm-director-badge {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 8px;
   padding: 6px 11px;
   border-radius: 999px;
   font-size: 12px;
   font-weight: 700;
   text-transform: uppercase;
   color: #0e5a2f;
   background: #d8f5e6;
 }

 .akm-director-card h3 {
   margin-bottom: 6px;
   font-size: 28px;
   color: #102f57;
 }

 .akm-director-card p {
   color: #445e7f;
   font-size: 15px;
   line-height: 1.65;
 }

 .akm-director-list {
   margin-top: 12px;
 }

 .akm-director-list li {
   position: relative;
   margin-bottom: 10px;
   padding-left: 18px;
   color: #334e70;
   font-size: 15px;
   line-height: 1.6;
 }

 .akm-director-list li::before {
   content: "";
   position: absolute;
   left: 0;
   top: 10px;
   width: 7px;
   height: 7px;
   border-radius: 50%;
   background: #0e69cd;
 }

 .akm-director-message,
 .akm-director-focus,
 .akm-director-closing {
   margin-top: 26px;
   padding: 28px;
   border-radius: 22px;
   border: 1px solid #e1ebff;
   background: #ffffff;
   box-shadow: 0 16px 45px rgba(16, 45, 84, 0.1);
 }

 .akm-director-title span {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 10px;
   padding: 6px 11px;
   border-radius: 999px;
   font-size: 12px;
   font-weight: 700;
   color: #0e59b5;
   background: #e5f0ff;
   text-transform: uppercase;
 }

 .akm-director-title h2 {
   margin-bottom: 10px;
   color: #153760;
 }

 .akm-director-focus-intro {
   color: #4d6484;
   font-size: 16px;
   line-height: 1.65;
 }

 .akm-vision-card {
   padding: 20px;
   border-radius: 16px;
   border: 1px solid #dde8ff;
   background: #f8fbff;
 }

 .akm-vision-card h4 {
   margin-bottom: 4px;
   color: #153760;
   font-size: 22px;
 }

 .akm-vision-card h5 {
   margin-bottom: 12px;
   color: #1d5eb0;
   font-size: 17px;
   font-weight: 600;
 }

 .akm-vision-card p {
   font-size: 15px;
   margin-bottom: 10px;
 }

 .thank-you p {
   max-width: 880px;
   margin: 0 auto;
 }

 .akm-vision-card ul {
   margin: 0;
   padding: 0;
 }

 .two-area {
   padding: 80px 0 80px;
 }

 .akm-vision-card li {
   position: relative;
   margin-bottom: 10px;
   padding-left: 18px;
   color: #395779;
   font-size: 15px;
   line-height: 1.6;
 }

 .akm-vision-card li::before {
   content: "";
   position: absolute;
   left: 0;
   top: 10px;
   width: 7px;
   height: 7px;
   border-radius: 50%;
   background: #0e69cd;
 }

 .akm-director-closing p {
   color: #4d6484;
   font-size: 16px;
   line-height: 1.7;
 }

 .akm-director-closing h5 {
   margin-top: 14px;
   color: #143962;
   font-size: 20px;
 }

 @media (max-width: 991.98px) {
   .akm-director-page {
     padding: 68px 0 78px;
   }

   .akm-director-card,
   .akm-director-message,
   .akm-director-focus,
   .akm-director-closing {
     padding: 22px;
   }
 }

 @media (max-width: 575.98px) {
   .akm-director-page {
     padding: 56px 0 66px;
   }

   .akm-director-card,
   .akm-director-message,
   .akm-director-focus,
   .akm-director-closing {
     padding: 16px;
     border-radius: 16px;
   }

   .akm-director-card h3 {
     font-size: 24px;
   }
 }

 /* Personal Loan Page */
 .akm-personal-loan-page {
   position: relative;
   padding: 64px 0 86px;
   background:
     radial-gradient(circle at 8% 14%, rgba(130, 176, 255, 0.24), transparent 32%),
     radial-gradient(circle at 92% 86%, rgba(93, 223, 182, 0.22), transparent 34%),
     linear-gradient(138deg, #f3f8ff 0%, #f7fffb 50%, #fff7f2 100%);
 }

 .akm-personal-loan-kicker {
   display: inline-flex;
   align-items: center;
   margin-bottom: 12px;
   padding: 8px 14px;
   border-radius: 999px;
   font-size: 12px;
   font-weight: 700;
   letter-spacing: 0.08em;
   text-transform: uppercase;
   color: #11457f;
   background: #d8e9ff;
 }



 .akm-pl-title {
   margin-bottom: 12px;
   color: #0e2552;
   font-size: 50px;
   font-weight: 900;
 }

 .akm-pl-title span {
   color: #22a970;
 }

 .akm-personal-loan-page p {
   color: #4d6484;
   font-size: 16px;
   line-height: 1.68;
   margin-bottom: 12px;
 }

 .akm-personal-loan-list {
   margin-top: 10px;
 }

 .akm-personal-loan-list li {
   position: relative;
   margin-bottom: 10px;
   padding-left: 18px;
   color: #395779;
   font-size: 15px;
   line-height: 1.6;
 }

 .akm-personal-loan-list li::before {
   content: "";
   position: absolute;
   left: 0;
   top: 10px;
   width: 7px;
   height: 7px;
   border-radius: 50%;
   background: #0e69cd;
 }

 .akm-pl-usecase {
   margin-top: 18px;
   padding: 16px;
   border-radius: 16px;
   border: 1px solid #dde8ff;
   background: #f8fbff;
 }

 .akm-pl-usecase h3 {
   margin-bottom: 8px;
   color: #153760;
   font-size: 24px;
 }

 .akm-pl-visual {
   position: relative;
   border-radius: 24px;
   overflow: hidden;
   border: 1px solid #d6e4ff;
   box-shadow: 0 20px 45px rgba(17, 43, 78, 0.18);
 }

 .akm-pl-visual img {
   width: 100%;
   height: 100%;
   max-height: 560px;
   object-fit: cover;
   display: block;
 }

 .akm-pl-chip {
   position: absolute;
   display: inline-flex;
   align-items: center;
   gap: 8px;
   padding: 8px 12px;
   border-radius: 999px;
   background: #ffffff;
   color: #163f6f;
   border: 1px solid #d9e6ff;
   box-shadow: 0 10px 22px rgba(16, 45, 84, 0.16);
   font-size: 13px;
   font-weight: 700;
 }

 .akm-pl-chip i {
   color: #0f62c4;
 }

 .akm-pl-chip--one {
   top: 16px;
   left: 16px;
 }

 .akm-pl-chip--two {
   bottom: 76px;
   right: 16px;
 }

 .akm-pl-chip--three {
   bottom: 20px;
   left: 16px;
 }

 .akm-pl-point {
   margin-top: 4px;
   padding: 20px;
   border-radius: 16px;
   border: 1px solid #dde8ff;
   background: #f8fbff;
 }

 .akm-pl-point i {
   width: 42px;
   height: 42px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 12px;
   border-radius: 50%;
   background: linear-gradient(135deg, #0f5fc2 0%, #003497 100%);
   color: #ffffff;
   font-size: 16px;
 }

 .akm-pl-point h4 {
   margin-bottom: 8px;
   color: #153760;
   font-size: 20px;
 }

 .akm-pl-point p {
   margin-bottom: 0;
   font-size: 15px;
   line-height: 1.6;
 }

 .akm-pl-emi {
   padding: 80px 0 80px;
   background: linear-gradient(135deg, #f8fbff 0%, #edf2fa 100%);
 }

 .akm-pl-emi__kicker {
   display: inline-flex;
   margin-bottom: 10px;
   padding: 6px 11px;
   border-radius: 999px;
   background: #e4efff;
   color: #1b5eb3;
   font-size: 12px;
   font-weight: 700;
   text-transform: uppercase;
 }

 .akm-pl-emi__formula {
   margin: 12px 0;
   padding: 14px;
   border-radius: 12px;
   border: 1px dashed #c8daf8;
   background: #eff5ff;
   color: #113b6c;
   font-size: 20px;
   font-weight: 700;
   line-height: 1.5;
   overflow-x: auto;
 }

 .akm-pl-emi__where {
   margin: 4px 0 8px;
   font-weight: 700;
   color: #163a68;
 }

 .akm-pl-emi__list {
   margin: 0;
   padding: 0;
 }

 .akm-pl-emi__list li {
   position: relative;
   margin-bottom: 8px;
   padding-left: 18px;
   color: #395779;
   font-size: 15px;
   line-height: 1.6;
 }

 .akm-pl-emi__list li::before {
   content: "";
   position: absolute;
   left: 0;
   top: 10px;
   width: 7px;
   height: 7px;
   border-radius: 50%;
   background: #0e69cd;
 }

 .akm-pl-emi__result {
   padding: 20px;
   border-radius: 16px;
   border: 1px solid #dce8ff;
   background: #ffffff;
   box-shadow: 0 12px 30px rgba(17, 43, 78, 0.1);
 }

 .akm-pl-emi__result h4 {
   margin-bottom: 8px;
   color: #153760;
   font-size: 22px;
 }

 .akm-pl-emi__result p {
   margin-bottom: 10px;
   color: #f00;
   font-size: 14px;
   line-height: 1.6;
 }

 .akm-pl-calc__label {
   display: block;
   margin-bottom: 6px;
   color: #183e6d;
   font-size: 13px;
   font-weight: 700;
 }

 .akm-pl-calc__input {
   width: 100%;
   height: 44px;
   padding: 10px 12px;
   margin-bottom: 10px;
   border-radius: 10px;
   border: 1px solid #d6e4ff;
   background: #f9fcff;
   color: #173a66;
   font-size: 14px;
 }

 .akm-pl-calc__input:focus {
   border-color: #0e69cd;
   box-shadow: 0 0 0 0.2rem rgba(14, 105, 205, 0.12);
 }

 .akm-pl-calc__btn {
   width: 100%;
   margin-bottom: 12px;
   padding: 10px 12px;
   border-radius: 10px;
   color: #ffffff;
   background: linear-gradient(135deg, #0f5fc2 0%, #0e93d8 100%);
   font-size: 14px;
   font-weight: 700;
   font-family: var(--text-font);
 }

 .akm-pl-calc__btn:hover {
   box-shadow: 0 8px 20px rgba(14, 105, 205, 0.26);
 }

 .akm-pl-emi__result ul {
   margin: 0 0 12px;
   padding: 0;
 }

 .akm-pl-emi__result li {
   font-size: 14px;
   color: #35557c;
   margin-bottom: 6px;
 }

 .akm-pl-emi__amount {
   padding: 10px 12px;
   margin-bottom: 8px;
   border-radius: 12px;
   background: #e9f4ff;
   color: #0f4f9e;
   font-size: 15px;
   font-weight: 700;
 }

 .akm-pl-emi__meta {
   padding: 8px 0;
   border-top: 1px solid #e2ecff;
   color: #35557c;
   font-size: 14px;
   font-weight: 600;
 }

 .akm-pl-calc__note {
   margin-top: 10px;
   margin-bottom: 0;
   color: #5d7290;
   font-size: 12px;
 }

 .akm-personal-loan-cta {
   margin-top: 32px;
   padding: 28px;
   border-radius: 22px;
   border: 1px solid #e1ebff;
   background: #f8fbff;
   /* box-shadow: 0 16px 45px rgba(16, 45, 84, 0.1); */
   text-align: center;
 }

 .akm-personal-loan-cta h2 {
   margin-bottom: 10px;
   color: #153760;
   font-size: clamp(24px, 3vw, 36px);
 }

 .akm-personal-loan-cta p {
   color: #4d6484;
   font-size: 16px;
   line-height: 1.65;
 }

 .akm-personal-loan-btn {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   margin-top: 8px;
   padding: 12px 18px;
   border-radius: 12px;
   color: #ffffff;
   background: linear-gradient(135deg, #0f5fc2 0%, #0e93d8 100%);
   font-size: 15px;
   font-weight: 700;
   font-family: var(--text-font);
 }

 .akm-personal-loan-btn:hover {
   color: #ffffff;
   box-shadow: 0 10px 24px rgba(14, 105, 205, 0.28);
 }


 .business-section {
   position: relative;
   padding: 80px 0;

 }

 .business-section .sticky-container {
   align-items: flex-start;
 }

 .business-section .title-column .inner-column {
   padding-right: 18px;
 }

 .business-section .title-column .sticky-box {
   position: -webkit-sticky;
   position: sticky;
   top: 105px;
 }



 .business-section .title-column .logo-area img {
   width: 180px;
   max-width: 100%;
   filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.2));
 }


 .business-section .title-column .text {
   font-size: 16px;
   line-height: 1.75;
   opacity: 0.96;
 }

 .business-section .contents-column .services-blocks {
   margin: 0;
 }

 .services-block-five {
   margin: 0;
 }

 .services-block-five .inner-box {
   position: relative;
   padding: 24px 22px 25px 20px;
   border-radius: 18px;
   border: 1px solid rgba(12, 78, 160, 0.12);
   background: rgba(255, 255, 255, 0.92);
   box-shadow: 0 14px 30px rgba(0, 34, 83, 0.08);
   transition: transform 0.3s ease, box-shadow 0.3s ease;
   margin-bottom: 20px;
   min-height: 342px;
 }

 .services-block-five .inner-box:hover {
   box-shadow: 0 20px 34px rgba(0, 34, 83, 0.14);
 }

 .services-block-five .inner-box .icon-box {
   width: 56px;
   height: 56px;
   border-radius: 14px;
   margin-bottom: 16px;
   display: flex;
   align-items: center;
   justify-content: center;
   color: #ffffff;
   background: linear-gradient(135deg, #0f5fc2 0%, #003497 100%);
   box-shadow: 0 10px 18px rgba(15, 95, 194, 0.28);
 }

 .services-block-five .inner-box .icon-box i {
   font-size: 24px;
   line-height: 1;
 }

 .services-block-five .inner-box h5 {
   margin-bottom: 10px;
   font-size: 20px;
   line-height: 1.35;
   font-weight: 700;
 }

 .services-block-five .inner-box .text {
   font-size: 15px;
   line-height: 1.72;
   color: #3f4b66;
 }

 .akm-eligibility-section {
   position: relative;
   padding: 80px 0 90px;
    background: linear-gradient(145deg, #f3f7ff 0%, #eff8ff 52%, #f5fffb 100%);
 }

 .akm-eligibility-shell {
   position: relative;
  
 }

 .akm-eligibility-intro {
   padding: 26px 22px;
   border-radius: 18px;
   background: linear-gradient(165deg, #093f88 0%, #0b64c7 62%, #1b8ad9 100%);
   color: #ffffff;
 }

 .akm-eligibility-kicker {
   display: inline-block;
   padding: 6px 12px;
   margin-bottom: 12px;
   border-radius: 999px;
   background: rgba(255, 255, 255, 0.2);
   font-size: 12px;
   font-weight: 700;
   letter-spacing: 0.05em;
   text-transform: uppercase;
 }

 .akm-eligibility-intro h2 {
   margin-bottom: 12px;
   color: #ffffff;
   font-size: 30px;
   line-height: 1.2;
 }

 .akm-eligibility-intro p {
   color: rgba(255, 255, 255, 0.92);
   line-height: 1.75;
 }

 .akm-eligibility-pill {
   margin-top: 20px;
   display: inline-flex;
   align-items: center;
   gap: 8px;
   padding: 10px 14px;
   border-radius: 12px;
   background: rgba(255, 255, 255, 0.18);
   color: #ffffff;
   font-weight: 600;
   font-size: 14px;
 }

 .akm-eligibility-card {
   position: relative;
   padding: 24px 24px 22px;
   border-radius: 18px;
   border: 1px solid rgba(7, 71, 147, 0.12);
   background: #ffffff;
   box-shadow: 0 12px 28px rgba(0, 42, 105, 0.08);
 }

 .akm-eligibility-card h3 {
   margin-bottom: 10px;
   font-size: 25px;
   line-height: 1.3;
   color: #0f2f61;
 }

 .akm-eligibility-copy {
   margin-bottom: 12px;
   color: #344665;
   line-height: 1.7;
 }

 .akm-eligibility-card h4 {
   margin-bottom: 10px;
   font-size: 20px;
   color: #0c468e;
 }

 .akm-eligibility-list li {
   position: relative;
   padding-left: 22px;
   margin-bottom: 8px;
   color: #334765;
   line-height: 1.65;
 }

 .akm-eligibility-list li::before {
   content: "";
   position: absolute;
   left: 0;
   top: 10px;
   width: 8px;
   height: 8px;
   border-radius: 50%;
   background: #0f66ca;
 }

 .akm-eligibility-note {
   margin-top: 18px;
   margin-bottom: 0;
   color: #233a64;
   font-size: 16px;
   line-height: 1.7;
 }

 .akm-docs-section {
   position: relative;
   padding: 80px 0 90px;
   background-color: #fff;

 }


 .akm-docs-intro {
   padding: 26px 22px;
   border-radius: 18px;
   background: linear-gradient(165deg, #093f88 0%, #0b64c7 62%, #1b8ad9 100%);
   color: #ffffff;
 }

 .akm-docs-step {
   display: inline-block;
   padding: 6px 12px;
   margin-bottom: 12px;
   border-radius: 999px;
   font-size: 12px;
   font-weight: 700;
   letter-spacing: 0.05em;
   text-transform: uppercase;
   background: rgba(255, 255, 255, 0.16);
 }

 .akm-docs-intro h2 {
   margin-bottom: 10px;
   font-size: 30px;
   line-height: 1.2;
   color: #ffffff;
 }

 .akm-docs-intro p {
   color: rgba(255, 255, 255, 0.92);
   line-height: 1.72;
 }

 .akm-docs-pill {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   margin-top: 18px;
   padding: 10px 14px;
   border-radius: 12px;
   font-size: 14px;
   font-weight: 600;
   background: rgba(255, 255, 255, 0.2);
 }

 .akm-docs-card {
   padding: 24px 24px 22px;
   border-radius: 18px;
   border: 1px solid rgba(8, 64, 133, 0.12);
   background: #ffffff;
   box-shadow: 0 12px 28px rgba(0, 38, 100, 0.08);
 }

 .akm-docs-card h3 {
   margin-bottom: 12px;
   font-size: 24px;
   line-height: 1.3;
   color: #0e3b77;
 }

 .akm-docs-copy {
   margin-bottom: 10px;
   color: #324663;
   line-height: 1.7;
 }

 .akm-docs-card h4 {
   margin-bottom: 10px;
   font-size: 19px;
   color: #0f4e9a;
 }

 .akm-docs-list li {
   position: relative;
   display: flex;
   align-items: flex-start;
   gap: 12px;
   padding-left: 0;
   margin-bottom: 12px;
   color: #31435f;
   line-height: 1.68;
   font-size: 16px;
 }

 .akm-docs-list-icon {
   width: 32px;
   height: 32px;
   min-width: 32px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   border-radius: 10px;
   color: #ffffff;
   background: linear-gradient(135deg, #0f5fc2 0%, #003497 100%);
   box-shadow: 0 8px 16px rgba(15, 95, 194, 0.25);
   font-size: 14px;
   margin-top: 3px;
 }

 .akm-docs-list li::before {
   content: none;
 }

 .akm-apply-steps-section {
   position: relative;
   padding: 80px 0 90px;
   background: #003497;
 }

 .akm-apply-step-card p a{
  color:#95e9c6;
 }



 .akm-apply-steps-intro {
   padding: 24px 22px;
   border-radius: 18px;
   border: 1px solid rgba(255, 255, 255, 0.2);
   background: rgba(255, 255, 255, 0.08);
   backdrop-filter: blur(2px);
 }

 .akm-apply-steps-kicker {
   display: inline-block;
   padding: 6px 12px;
   margin-bottom: 12px;
   border-radius: 999px;
   font-size: 12px;
   font-weight: 700;
   letter-spacing: 0.05em;
   text-transform: uppercase;
   color: #003497;
   background: #ffffff;
 }

 .akm-apply-steps-intro h2 {
   margin-bottom: 12px;
   font-size: 30px;
   line-height: 1.25;
   color: #ffffff;
 }

 .akm-apply-steps-intro p {
   color: rgba(255, 255, 255, 0.92);
   line-height: 1.72;
 }

 .akm-apply-timeline {
   position: relative;
   padding-left: 16px;
 }



 .akm-apply-step-card {
   position: relative;
   margin-bottom: 16px;
   padding: 18px 18px 16px 24px;
   border-radius: 16px;
   border: 1px solid rgba(255, 255, 255, 0.22);
   background: rgba(255, 255, 255, 0.1);
 }

 .akm-apply-step-card:last-child {
   margin-bottom: 0;
 }

 .akm-apply-step-head {
   display: flex;
   align-items: center;
   gap: 12px;
   margin-bottom: 10px;
 }

 .akm-apply-step-num {
   width: 34px;
   height: 34px;
   min-width: 34px;
   border-radius: 50%;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   font-weight: 700;
   color: #003497;
   background: #ffffff;
   box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
 }

 .akm-apply-step-head h3 {
   margin: 0;
   font-size: 22px;
   color: #ffffff;
 }

 .akm-apply-step-head h3 a {
   color: #ffffff;
   text-decoration: underline;
 }

 .akm-apply-step-card p {
   margin: 0;
   color: rgba(255, 255, 255, 0.95);
   line-height: 1.7;
 }

 .akm-apply-step-list {
   margin-bottom: 10px;
 }

 .akm-apply-step-list li {
   position: relative;
   margin-bottom: 6px;
   color: rgba(255, 255, 255, 0.95);
   line-height: 1.65;
 }

 

 .akm-apply-step-note {
   font-size: 15px;
 }

 .akm-apply-footnotes {
   margin-top: 18px;
   padding: 16px 18px 0;
   border-top: 1px dashed rgba(255, 255, 255, 0.28);
 }

 .akm-apply-footnotes p {
   margin-bottom: 8px;
   color: rgba(255, 255, 255, 0.92);
   line-height: 1.7;
 }

 .akm-quick-apply-note {
   padding: 0 0 70px;
 }

 .akm-quick-apply-note__box {
   padding: 20px 24px;
   border-radius: 14px;
   border: 1px solid #d8deea;
   background: #f4f7fc;
 }

 .akm-quick-apply-note__title {
   color: #243655;
   font-size: 28px;
   line-height: 1.2;
   font-weight: 700;
 }

 .akm-quick-apply-note__title a {
   color: #0056b3;
   text-decoration: underline;
 }

 .akm-quick-apply-note__box p {
   color: #31435f;
   line-height: 1.5;
 }

 .why-choose-v2-image-wrap img{
  border-radius: 30px 30px 0px 30px;
 }
 @media (max-width: 991.98px) {
   .akm-personal-loan-page {
     padding: 68px 0 78px;
   }

   .business-section .sticky-container {
     row-gap: 24px;
   }

   .business-section .title-column,
   .business-section .contents-column {
     width: 100%;
   }

   .business-section .title-column .inner-column {
     padding-right: 0;
   }

   .business-section .title-column .sticky-box {
     position: relative;
     top: 0;
   }

   .business-section .title-column .inner-wrapper-sticky {
     padding: 26px 20px;
   }


   .akm-pl-visual img {
     max-height: 460px;
   }

   .akm-pl-emi {
     padding: 20px;
   }

   .akm-eligibility-section {
     padding: 12px 0 70px;
   }

   .akm-eligibility-shell {
     padding: 20px;
   }

   .akm-eligibility-intro h2 {
     font-size: 28px;
   }

   .akm-eligibility-card h3 {
     font-size: 22px;
   }

   .akm-docs-section {
     padding: 0 0 70px;
   }


   .akm-docs-intro h2 {
     font-size: 28px;
   }

   .akm-docs-card h3 {
     font-size: 22px;
   }

   .akm-apply-steps-section {
     padding: 0 0 70px;
   }

  

   .akm-apply-steps-intro h2 {
     font-size: 27px;
   }

   .akm-apply-step-head h3 {
     font-size: 21px;
   }

   .akm-quick-apply-note {
     padding: 0 0 60px;
   }

   .akm-quick-apply-note__title {
     font-size: 24px;
   }
 }

 @media (max-width: 575.98px) {
   .akm-personal-loan-page {
     padding: 56px 0 66px;
   }

   .akm-pl-shell,
   .akm-personal-loan-cta {
     padding: 16px;
     border-radius: 16px;
   }

   .akm-pl-usecase h3 {
     font-size: 20px;
   }

   .akm-pl-chip {
     font-size: 12px;
     padding: 6px 10px;
   }

   .akm-pl-chip--two {
     bottom: 66px;
   }

   .akm-pl-emi {
     padding: 14px;
     border-radius: 14px;
   }

   .akm-pl-emi__formula {
     font-size: 16px;
   }

   .services-block-five .inner-box {
     padding: 22px 18px;
             min-height: auto;
   }

   .services-block-five .inner-box h5 {
     font-size: 20px;
   }

   .akm-eligibility-shell {
     padding: 16px;
     border-radius: 18px;
   }

   .akm-eligibility-intro,
   .akm-eligibility-card {
     padding: 18px 16px;
     border-radius: 14px;
   }

   .akm-eligibility-intro h2 {
     font-size: 24px;
   }

   .akm-eligibility-card h3 {
     font-size: 20px;
   }

   .akm-eligibility-card h4 {
     font-size: 18px;
   }

   

   .akm-docs-intro,
   .akm-docs-card {
     padding: 18px 16px;
     border-radius: 14px;
   }

   .akm-docs-intro h2 {
     font-size: 24px;
   }

   .akm-quick-apply-note {
     padding: 0 0 50px;
   }

   .akm-quick-apply-note__box {
     padding: 16px;
     border-radius: 12px;
   }

   .akm-quick-apply-note__title {
     font-size: 20px;
   }

   .akm-docs-card h3 {
     font-size: 20px;
   }

   .akm-docs-card h4 {
     font-size: 17px;
   }

   .akm-docs-list li {
     gap: 10px;
   }

   .akm-docs-list-icon {
     width: 28px;
     height: 28px;
     min-width: 28px;
     border-radius: 8px;
     font-size: 12px;
   }

   .akm-apply-steps-intro,
   .akm-apply-step-card {
     padding: 16px 14px;
     border-radius: 12px;
   }

   .akm-apply-timeline {
     padding-left: 0;
   }

   .akm-apply-timeline::before {
     display: none;
   }

   .akm-apply-step-head {
     align-items: flex-start;
   }

   .akm-apply-step-head h3 {
     font-size: 19px;
     line-height: 1.35;
   }

   .akm-apply-step-num {
     width: 30px;
     height: 30px;
     min-width: 30px;
     font-size: 14px;
   }

   .akm-apply-footnotes {
     margin-top: 14px;
     padding: 12px 6px 0;
   }
 }
