 /* Css For Weldlfe */

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


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



 /*** 

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

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

 /* @font-face {
   font-family: 'arimo';
   font-style: normal;
   font-weight: normal;
   src: url('fonts/arimo.ttf');
 } */



 /* @font-face {
  font-family: 'Arimo';
  src: url('../fonts/arimoI.woff') format('woff'),
       url('../fonts/arimo.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Arimo';
  src: url('../fonts/arimo-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Arimo';
  src: url('../fonts/arimo-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
} */

 /*** 

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

 ***/
 @import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap');

 body {
   font-family: 'Arimo', sans-serif;
 }


 body {
   font-size: 16px;
   color: #71747a;
   line-height: 32px;
   font-weight: 400;
   background: #ffffff;
   font-family: 'arimo', sans-serif;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center top;
   -webkit-font-smoothing: antialiased;
 }

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

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

 .container-fluid {
   padding: 0px;
 }

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

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

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


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

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

 input,
 button,
 select,
 textarea {
   font-family: 'arimo', sans-serif;
   font-weight: 400;
   font-size: 16px;
 }

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

 input {
   transition: all 500ms ease;
 }

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

 p {
   position: relative;
   font-family: 'arimo', sans-serif;
   color: #71747a;
   margin: 0px;
   transition: all 500ms ease;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   position: relative;
   font-family: 'arimo', sans-serif;
   font-weight: 900;
   color: #151c2c;
   margin: 0px;
   transition: all 500ms ease;
 }


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

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

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

 .centred {
   text-align: center;
 }

 .pull-left {
   float: left;
 }

 .pull-right {
   float: right;
 }


 figure {
   margin: 0px;
 }

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


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

 /** button **/

 .theme-btn {
   position: relative;
   display: inline-block;
   font-size: 12px;
   line-height: 30px;
   font-weight: 700;
   font-family: 'arimo', sans-serif;
   color: #000;
   padding: 16.5px 54px;
   text-align: center;
   cursor: pointer;
   /* text-transform: uppercase; */
   z-index: 1;
   letter-spacing: 2px;
   transition: all 500ms ease;
 }

 .theme-btn.btn-one {}

 .theme-btn:before {
   position: absolute;
   content: '';
   background: #a0a0a0;
   color: #fff;
   width: 0%;
   height: 100%;
   left: 0px;
   bottom: 0px;
   z-index: -1;
   transition: all 500ms ease;
   border-radius: 0.25rem;
 }

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


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

 .pagination li {
   display: inline-block;
   margin: 0px 10px 0px 0px;
   border-radius: 5px;
 }

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

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

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

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

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

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

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

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

 .mr-0 {
   margin: 0px;
 }

 /** sec-title **/

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

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

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

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

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


 /* Preloader */

 .handle-preloader {
   align-items: center;
   -webkit-align-items: center;
   display: flex;
   display: -ms-flexbox;
   height: 100%;
   justify-content: center;
   -webkit-justify-content: center;
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   z-index: 9999999;
   /* background-image: url('../images/banner/DJI_0396.JPG');
   background-image: url('http://localhost:8080/asset/images/banner/DJI_0580.JPG');
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   animation: scaleBackground 6s linear infinite; */
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 @keyframes letters-loading {

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

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

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

   .pt-sm-40 {
     padding-top: 40px !important;
   }
 }

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

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

   .d-sm-none {
     display: none !important
   }
 }

 @media screen and (min-width:400px) and (max-width: 425px) {
   .handle-preloader .animation-preloader .txt-loading .letters-loading {
     font-size: 14px !important;
     letter-spacing: 10px;
   }

 }

 @media screen and (min-width:425px) and (max-width: 500px) {
   .handle-preloader .animation-preloader .txt-loading .letters-loading {
     font-size: 16px !important;
     letter-spacing: 10px;
   }

 }

 @media screen and (max-width: 375px) {
   .handle-preloader .animation-preloader .txt-loading .letters-loading {
     font-size: 11 px !important;
     letter-spacing: 10px;
   }

 }

 @media screen and (max-width: 1200px) {
   .button-blocks {
     display: none !important;
   }

 }


 @media screen and (min-width: 1201px) {
   .drp-none {
     display: none !important;
   }

 }


 @media screen and (min-width:1025px) and (max-width: 1200px) {

   .wid-nav {
     width: 100% !important;
   }

   .button-none {
     display: none !important;
   }

 }

 @media screen and (min-width:1201px) and (max-width:1300px) {
   .header-style-two .header-lower .logo-box {
     padding: 43px 0px 30px 0px;
     margin-right: 30px !important;
   }

   .padding-yaxis {
     padding-top: 0px !important;
     padding-bottom: 0px !important;
   }

   .button-none {
     display: none !important;
   }

   .button-blocks {
     display: block !important;
   }
 }

 @media screen and (min-width:1301px) {
   .button-none {
     display: block !important;
   }

   .button-blocks {
     display: none !important;
   }
 }

 @media screen and (min-width:1700px) and (max-width:1800px) {

   .paddingleft {
     padding-left: 10rem !important;
   }
 }

 @media screen and (min-width:1801px) and (max-width:1900px) {

   .paddingleft {
     padding-left: 20rem !important;
   }
 }

 @media screen and (min-width:1901px) {

   .paddingleft {
     padding-left: 10rem !important;
   }

   .padleft {
     padding-left: 9rem !important;
   }
 }

 /*** 

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

***/


 /** main-header **/

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

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

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

 /** header-style-one **/

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

 .header-top {
   position: relative;
   background: #040915;
   padding: 7px 80px 6px 100px;
   border-bottom: 2px solid #7e703d;
 }

 .header-top .info li {
   position: relative;
   display: inline-block;
   float: left;
   margin-right: 20px;
   font-size: 13px;
   line-height: 24px;
   color: rgba(255, 255, 255, 0.50);
   padding-left: 22px;
 }

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

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

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

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

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

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

 .header-top .top-right .social-links li a {
   position: relative;
   display: inline-block;
   font-size: 14px;
   line-height: 24px;
   color: rgba(255, 255, 255, 0.50);
 }

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

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

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

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

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

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

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

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

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

 /** header-lower **/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .main-header .search-box-btn {
   position: relative;
   font-size: 24px;
   line-height: 30px;
   color: #151c2c;
   background: transparent;
   font-weight: 700;
   top: 7px;
   transition: all 500ms ease;
 }

 .main-header .search-box-btn:hover {}

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

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

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

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

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

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

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

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

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


 /** main-menu **/


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 /** megamenu-style **/

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

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

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

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

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


 /** mobile-menu **/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


 /** banner-section **/

 .banner-section {
   position: relative;
 }

 .banner-carousel {
   position: relative;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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


 /** info-section **/

 .info-section {
   position: relative;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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


 /** about-section **/

 .about-section {
   position: relative;
 }

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

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

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

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

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

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

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

   40% {
     opacity: 1;
   }

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

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

   40% {
     opacity: 1;
   }

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

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

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

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

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

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

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

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

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

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

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

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


 /** chooseus-section **/

 .chooseus-section {
   position: relative;
 }

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

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

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

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

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

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

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

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

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

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

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


 /** gallery-section **/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


 /** clients-section **/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


 /** testimonial-section **/

 .testimonial-section {
   position: relative;
 }

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

 .testimonil-block-one .inner-box {
   position: relative;
   display: block;
   border: 1px solid #e6e1db;
   padding: 0px 60px 53px 60px;
 }

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

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

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

 .testimonil-block-one .inner-box .author-thumb img {
   width: 100%;
   border-radius: 50%;
 }

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

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

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

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

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

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


 /** events-section **/

 .events-section {
   position: relative;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


 /** funfact-section **/

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

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

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

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

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

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

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

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


 /** news-section **/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


 /** cta-section **/

 .cta-section {
   position: relative;
 }

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

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

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

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

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

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


 /** main-footer **/

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

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

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

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

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

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

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

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

 .footer-top .footer-social li a:hover {}

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

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

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

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

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

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

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

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

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

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

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

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

 .footer-top .gallery-widget .image-list li .image img {
   width: 100%;
 }

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

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

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

 .footer-bottom {
   padding: 10px 0px;
   background: #0e131f;
 }

 .footer-bottom p {
   font-size: 13px;
   line-height: 26px;
   color: rgba(255, 255, 255, 0.50);
 }

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

 .footer-bottom p a:hover {}


 /*** 

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

***/

 /** header-style-two **/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


 /** banner-style-two **/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


 /** animals-section **/

 .animals-section {
   position: relative;
 }

 .animals-section .single-item {
   position: relative;
   display: block;
   background: #faf7f3;
   padding: 13px 10px 13px 10px;
   cursor: pointer;
   transition: all 500ms ease;
   border-radius: 5px !important;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


 /** video-section **/

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

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

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

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

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


 /** gallery-style-two **/

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

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

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

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

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

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

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

 .gallery-block-two .inner-box .view-box {
   position: absolute;
   left: 50%;
   top: 42%;
   /* Change top to 50% for vertical centering */
   transform: translate(-50%, -50%);
   display: flex;
   /* Use flexbox for better centering control */
   align-items: center;
   justify-content: center;
   width: 100%;
   /* Optional: Ensure it spans the image area */
   height: 100%;
   /* Optional: Ensure it spans the image area */
   pointer-events: none;
   /* Prevent the box itself from blocking clicks */
 }

 .view-box a {
   pointer-events: all;
   /* Ensure the link is clickable */
 }

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

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

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


 /** pricing-section **/

 .pricing-section {
   position: relative;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


 /** news-style-two **/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


 /*** 

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

***/


 /** page-title **/

 .page-title {
   position: relative;
   /* padding: 217px 0px 115px 0px !important; */
 }

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

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

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

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

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

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

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


 .w-37 {
   width: 37% !important;
 }

 /** about-style-three **/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


 /** team-section **/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


 /** gallery-page-section **/

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

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

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


 /** error-section **/

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

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

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

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

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


 /*** 

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

***/


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

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


 /** animals-details **/

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

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

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

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

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

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

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

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

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

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

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

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


 /*** 

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

***/

 /** sidebar-page-container **/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .blog-sidebar .post-widget .post {
   position: relative;
   display: block;
   padding: 0px 0px 0px 37px;
   margin-bottom: 10px;
   min-height: 56px;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


 /*** 

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

***/

 /** google-map-section **/

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

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

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

 .google-map-section .map-inner .content-box {
   position: absolute;
   /* top: 40px; */
   right: 40px;
   /* width: 460px; */
   padding: 48px 20px 85px 20px;
   z-index: 1;
   border-radius: 5px;
 }

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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


 /* --------------------- custom style ----------------------  */

 .w-0 {
   width: 0px !important;
 }

 .bg-none {
   background: none !important;
 }

 .fs-20 {
   font-size: 20px !important;
 }

 .fs-21 {
   font-size: 21px !important;
 }

 .fs-22 {
   font-size: 21px !important;
 }

 .fs-25 {
   font-size: 25px !important;
 }

 .fs-50 {
   font-size: 50px !important;
 }

 .dropdown-toggle::after {
   display: inline-block !important;
   margin-left: .255em !important;
   vertical-align: .255em !important;
   content: "" !important;
   border-top: .3em solid !important;
   border-right: .3em solid transparent !important;
   border-bottom: 0 !important;
   border-left: .3em solid transparent !important;
 }

 .fw-700 {
   font-weight: 700;
 }

 .custom-dropdown-link {
   position: relative;
   display: block;
   text-align: center;
   font-size: 16px;
   line-height: 30px;
   opacity: 1;
   font-family: 'arimo', sans-serif;
   color: #71747a;
   z-index: 1;
   transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

 .custom-dropdown-link:hover {
   color: #000;
   /* Change text color on hover */
   transform: scale(1.05);
   /* Slight scale effect on hover */
 }

 .custom-dropdown-link:active {
   transform: scale(0.95);
   /* Slight shrink effect on click */
   color: #2E7D32;
   /* Change color on active */
 }

 .custom-dropdown-item {
   position: relative;
   display: block;
   padding: 6px 0px;
   line-height: 24px;
   font-weight: 400;
   font-size: 15px;
   text-transform: capitalize;
   color: #71747a;
   text-align: left;
   transition: all 500ms ease;
 }

 .custom-dropdown-item:hover {
   color: #000;
   /* Change hover color if needed */
   background-color: #f0f0f0;
   /* Optional: Change background on hover */
 }

 .fw-500 {
   font-weight: 500;
 }

 .fs-23 {
   font-size: 23px;
 }

 .fs-11 {
   font-size: 11px;
 }

 .fs-12 {
   font-size: 12px;
 }

 .fs-13 {
   font-size: 13px;
 }

 .fs-14 {
   font-size: 14px;
 }

 .fs-15 {
   font-size: 15px;
 }

 .fs-16 {
   font-size: 16px;
 }

 .fs-17 {
   font-size: 17px !important;
 }

 .fs-18 {
   font-size: 18px;
 }

 .fs-19 {
   font-size: 19px;
 }

 .fs-45 {
   font-size: 45px;
 }

 .fs-25 {
   font-size: 25px;
 }

 .fs-28 {
   font-size: 28px;
 }

 .fs-30 {
   font-size: 30px !important;
 }

 .fs-40 {
   font-size: 40px !important;
 }

 .fw-400 {
   font-weight: 400 !important;
 }

 .fw-600 {
   font-weight: 600 !important;
 }

 .fw-700 {
   font-weight: 700 !important;
 }

 .fw-800 {
   font-weight: 800 !important;
 }

 .text-orange {
   color: #fd5634;
 }

 .text-green {
   color: #2E7D32 !important;
 }

 .text-lgreen {
   color: #B2FFB2 !important;
 }

 .text-black {
   color: #000;
 }

 .mt-15 {
   margin-top: 15px;
 }

 .line-1-5 {
   line-height: 1.5;
 }

 .top-40 {
   top: 40px;
 }

 .top-70 {
   top: 70px;
 }

 .ps-10 {
   padding-left: 10px !important;
 }

 .ps-15 {
   padding-left: 15px !important;
 }

 .text-gray {
   color: #71747a !important
 }

 .gmnoprint {
   left: -40px !important;
 }

 .single-box {
   border: 1px dashed #a7ccbe;
   padding: 30px 10px;
   border-radius: 5px;
   background: #ffffff;
   box-shadow: 0 0 10px rgb(72 69 224 / 10%);
   transition: all 0.3s ease-in-out;
   height: 180px !important;
   display: flex;
   justify-content: center;
 }

 .single-box:hover {
   transform: translateY(-12px) !important;
 }

 .image-box {
   /* height: 240px !important; */
   margin-left: 0px !important;
 }


 .mb-10 {
   margin-bottom: 10px !important;
 }

 .site-title {
   font-size: 2.5rem;
   font-weight: 700;
   color: #1a1a1a;
 }

 .search-input {
   border: 1px solid #e0e0e0;
   padding: 5px 16px 5px 40px;
   border-radius: 8px;
   width: 100%;
   font-size: 1rem;
 }

 /* .search-input:focus {
   outline: none;
   border-color: #fd5634;
   box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.1);
 } */

 .search-wrapper {
   position: relative;
 }

 .search-icon {
   position: absolute;
   left: 0.8rem;
   top: 50%;
   transform: translateY(-50%);
   color: #666;
   z-index: 1;
 }

 .category-btn {
   border: none;
   padding: 0.5rem 1rem;
   border-radius: 6px;
   font-weight: 500;
   color: #666;
   background: transparent;
   transition: all 0.3s ease;
   display: inline-flex;
   align-items: center;
   gap: 0.5rem;
 }

 .category-btn.active {
   background: #2E7D32;
   color: #fff;
 }

 .category-btn:not(.active):hover {
   background: #f5f5f5;
 }

 .event-card {
   border: none;
   border-radius: 12px;
   overflow: hidden;
   transition: all 0.3s ease;
   margin-bottom: 2rem;
   background: white;
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
 }

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

 .card-img-wrapper {
   position: relative;
   height: 220px;
   overflow: hidden;
 }

 .card-img-top {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .category-badge {
   position: absolute;
   top: 1rem;
   right: 1rem;
   padding: 0.5rem 1rem;
   border-radius: 50px;
   color: white;
   font-size: 0.875rem;
   font-weight: 500;
   display: flex;
   align-items: center;
   gap: 0.5rem;
 }

 .badge-music {
   background: #ff6b8b;
 }

 .badge-tech {
   background: #3498db;
 }

 .badge-sports {
   background: #2ecc71;
 }

 .event-info {
   padding: 1.5rem;
 }

 .event-title {
   font-size: 1.25rem;
   font-weight: 600;
   color: #1a1a1a;
   margin-bottom: 0.5rem;
 }

 .event-description {
   color: #666;
   font-size: 0.95rem;
   margin-bottom: 1rem;
 }

 .event-meta {
   color: #888;
   font-size: 0.9rem;
   display: flex;
   flex-direction: column;
   gap: 0.5rem;
 }

 .event-meta i {
   width: 20px;
   color: #666;
 }

 .event-item {
   margin-bottom: 2rem;
   height: 100%;
 }

 .event-card {
   border: none;
   border-radius: 12px;
   overflow: hidden;
   transition: all 0.3s ease;
   background: white;
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
   height: 100%;
   display: flex;
   flex-direction: column;
 }

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

 .card-img-wrapper {
   position: relative;
   height: 220px;
   /* Fixed height for images */
   overflow: hidden;
   flex-shrink: 0;
   /* Prevent image from shrinking */
 }

 .card-img-top {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .event-info {
   padding: 1.5rem;
   flex-grow: 1;
   /* Allow content area to grow */
   display: flex;
   flex-direction: column;
 }

 .event-title {
   font-size: 1.25rem;
   font-weight: 600;
   color: #1a1a1a;
   margin-bottom: 0.5rem;
   line-height: 1.4;
 }

 .event-description {
   color: #666;
   font-size: 0.95rem;
   margin-bottom: 1rem;
   flex-grow: 1;
   /* Allow description to take up remaining space */
   display: -webkit-box;
   -webkit-line-clamp: 3;
   /* Limit to 3 lines */
   -webkit-box-orient: vertical;
   overflow: hidden;
   line-height: 1.5;
 }

 .event-meta {
   color: #888;
   font-size: 0.9rem;
   display: flex;
   flex-direction: column;
   gap: 0.5rem;
   margin-top: auto;
   /* Push meta info to bottom */
 }

 .row {
   display: flex;
   flex-wrap: wrap;
 }



 .event-card {
   border: none;
   border-radius: 12px;
   overflow: hidden;
   transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
   background: white;
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
   height: 100%;
   display: flex;
   flex-direction: column;
   transform: translateY(0);
 }

 .event-card:hover {
   box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
   transform: translateY(-8px);
 }

 .card-img-wrapper {
   position: relative;
   height: 220px;
   overflow: hidden;
   flex-shrink: 0;
 }

 .card-img-top {
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
 }

 .event-card:hover .card-img-top {
   transform: scale(1.08);
 }

 .category-badge {
   position: absolute;
   top: 1rem;
   right: 1rem;
   padding: 0.5rem 1rem;
   border-radius: 50px;
   color: white;
   font-size: 0.875rem;
   font-weight: 500;
   display: flex;
   align-items: center;
   gap: 0.5rem;
   transition: all 0.3s ease;
   transform: translateY(0);
 }

 .event-card:hover .category-badge {
   transform: translateY(-3px);
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
 }

 .event-title {
   transition: color 0.3s ease;
 }

 .event-card:hover .event-title {
   color: #fd5634;
 }

 .event-meta i {
   transition: transform 0.3s ease;
   display: inline-block;
 }

 .event-card:hover .event-meta i {
   transform: scale(1.2);
   color: #fd5634;
 }

 /* Hover effect for meta items */
 .event-meta div {
   transition: transform 0.3s ease;
   transform-origin: left;
 }

 .event-card:hover .event-meta div {
   transform: translateX(5px);
 }

 /* Staggered animation for meta items */
 .event-meta div:nth-child(1) {
   transition-delay: 0s;
 }

 .event-meta div:nth-child(2) {
   transition-delay: 0.05s;
 }

 .event-meta div:nth-child(3) {
   transition-delay: 0.1s;
 }

 /* Enhanced badge styles */
 .badge-music {
   background: linear-gradient(135deg, #ff6b8b, #ff4081);
 }

 .badge-tech {
   background: linear-gradient(135deg, #3498db, #2980b9);
 }

 .badge-sports {
   background: linear-gradient(135deg, #2ecc71, #27ae60);
 }

 /* Card overlay effect */
 .card-img-wrapper::after {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent);
   opacity: 0;
   transition: opacity 0.3s ease;
 }

 .event-card:hover .card-img-wrapper::after {
   opacity: 1;
 }

 /* Custom animation for category buttons */
 .category-btn {
   transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
 }

 .category-btn:hover:not(.active) {
   transform: translateY(-2px);
   background: #f0f0f0;
 }

 /* Smooth transition for search input */
 .search-input {
   transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
 }

 .search-input:focus {
   transform: translateY(-2px);
 }

 /* Animation for search icon */
 .search-icon {
   transition: all 0.3s ease;
 }

 .search-input:focus+.search-icon {
   color: #fd5634;
   transform: translateY(-50%) scale(1.1);
 }

 .text-yellow {
   color: #2E7D32 !important;
 }

 @media only screen and (max-width: 1024px) {
   .pull-left {
     float: none !important;
   }

   .wid-nav {
     width: 100% !important;
   }

   .button-blocks {
     display: none !important;
   }

 }

 .fs-40 {
   font-size: 40px;
 }

 .text-orange {
   color: #ff6546 !important;
 }

 .bg-label-primary {
   background-color: #eae8fd !important;
   color: #7367f0 !important;
 }


 /* scrollbar */
 ::-webkit-scrollbar {
   width: 4px;
   height: 4px;
 }

 ::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
   -webkit-border-radius: 10px;
   border-radius: 10px;
 }

 ::-webkit-scrollbar-thumb {
   -webkit-border-radius: 10px;
   border-radius: 10px;
   background: rgba(255, 255, 255, 0.3);
   -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
 }

 ::-webkit-scrollbar-thumb:window-inactive {
   background: rgba(255, 255, 255, 0.3);
 }

 * {
   scrollbar-width: thin;
   /* Makes the scrollbar thinner */
   scrollbar-color: #888 #f1f1f1;
   /* thumb color | track color */
 }

 .audio-toggle {
   color: #adadad;
   text-decoration: none;
   cursor: pointer;
 }

 .about-page-padding {
   padding: 97px 0px 115px 0px;
 }

 .custom-file {
   position: relative;
   display: inline-block;
   width: 100%;
   height: calc(1.5em + .75rem + 2px);
   margin-bottom: 0;
 }

 .custom-file-input {
   position: relative;
   z-index: 2;
   width: 100%;
   height: calc(1.5em + .75rem + 2px);
   margin: 0;
   opacity: 0;
 }

 .custom-file-label {
   position: absolute;
   width: 346px;
   ;
   top: 40px;
   right: 0;
   left: 15px;
   z-index: 1;
   height: calc(1.5em + .75rem + 2px);
   padding: .375rem .75rem;
   font-weight: 400;
   line-height: 1.5;
   color: #495057;
   background-color: #fff;
   border: 1px solid #ced4da;
   border-radius: .25rem;
   box-shadow: none;
   cursor: pointer;
 }

 .custom-file-label::after {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   z-index: 3;
   display: block;
   height: calc(1.5em + .75rem);
   padding: .375rem .75rem;
   line-height: 1.5;
   color: #495057;
   content: "Choose File";
   background-color: #e9ecef;
   border-left: inherit;
   border-radius: 0 .25rem .25rem 0;
 }


 .timeline-container {
   position: relative;
   padding: 2rem 0;
 }

 .timeline-header {
   background: #2f7d32;
   color: white;
   padding: 11px 20px;
   border-radius: 50px;
   display: inline-block;
   /* margin-bottom: 3rem; */
   /* box-shadow: 0 4px 6px rgba(253, 86, 52, 0.2); */
 }

 .activity-card {
   background: white;
   border-radius: 15px;
   padding: 2rem;
   margin-bottom: 2rem;
   box-shadow: 0 4px 15px rgba(66, 94, 181, 0.1);
   transition: all 0.3s ease;
   border-left: 5px solid #2E7D32;
   border-top: 1px solid rgba(66, 94, 181, 0.1);
   border-right: 1px solid rgba(66, 94, 181, 0.1);
   border-bottom: 1px solid rgba(66, 94, 181, 0.1);
 }

 .activity-card:hover {
   transform: translateY(-5px);
   box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
 }

 .activity-title {
   color: #425eb5;
   font-weight: 700;
   font-size: 20px;
   margin-bottom: 12px;
   display: flex;
   align-items: center;
   gap: 1rem;
 }

 .offcanvas-panel.show {
   right: 0;
   width: 550px !important;
 }

 [hover-tooltip] {
   position: relative;
   cursor: default;
 }

 [hover-tooltip]:hover::before {
   content: attr(hover-tooltip);
   font-size: 14px;
   text-align: center;
   position: absolute;
   display: block;
   left: 50%;
   min-width: 150px;
   max-width: 200px;
   bottom: calc(100% + 10px);
   transform: translate(-50%);
   animation: fade-in 300ms ease;
   background: rgba(39, 39, 39, 1);
   border-radius: 4px;
   padding: 10px;
   color: #ffffff;
   z-index: 1;
 }

 [hover-tooltip]:hover::after {
   content: '';
   position: absolute;
   display: block;
   left: 50%;
   width: 0;
   height: 0;
   bottom: calc(100% + 6px);
   margin-left: -3px;
   border: 1px solid black;
   border-color: rgba(39, 39, 39, 1) transparent transparent transparent;
   border-width: 4px 6px 0;
   animation: fade-in 300ms ease;
   z-index: 1;
 }

 [hover-tooltip][tooltip-position="bottom"]:hover::before {
   bottom: auto;
   top: calc(100% + 10px);
 }

 [hover-tooltip][tooltip-position="bottom"]:hover::after {
   bottom: auto;
   top: calc(100% + 6px);
   border-color: transparent transparent rgba(39, 39, 39, 1);
   border-width: 0 6px 4px;
 }

 @keyframes fade-in {
   from {
     opacity: 0;
   }

   to {
     opacity: 1;
   }
 }

 [data-tooltip] {
   position: relative;
   cursor: pointer;
 }

 [data-tooltip]:before {
   content: attr(data-tooltip);
   position: absolute;
   padding: 0px 12px;
   background: rgba(0, 0, 0, 0.8);
   color: white;
   border-radius: 4px;
   font-size: 14px;
   max-width: 200px;
   width: max-content;
   white-space: normal;
   opacity: 0;
   visibility: hidden;
   transition: all 0.3s;
   text-align: center;
   ;
 }

 /* Arrow styling */
 [data-tooltip]:after {
   content: '';
   position: absolute;
   width: 0;
   height: 0;
   border: 6px solid transparent;
   opacity: 0;
   visibility: hidden;
   transition: all 0.3s;
 }

 /* Positions */
 [data-direction="top"]:before {
   bottom: 100%;
   left: 50%;
   transform: translateX(-50%);
   margin-bottom: 10px;
 }

 [data-direction="top"]:after {
   bottom: 72%;
   left: 50%;
   transform: translateX(-50%);
   margin-bottom: 4px;
   border-top-color: rgba(0, 0, 0, 0.8);
 }

 [data-direction="bottom"]:before {
   top: 100%;
   left: 50%;
   transform: translateX(-50%);
   margin-top: 4px;
 }

 [data-direction="bottom"]:after {
   top: 81%;
   left: 50%;
   transform: translateX(-50%);
   margin-top: 4px;
   border-bottom-color: rgba(0, 0, 0, 0.8);
 }

 [data-direction="left"]:before {
   right: 100%;
   top: 50%;
   transform: translateY(-50%);
   margin-right: 10px;
 }

 [data-direction="left"]:after {
   right: 90%;
   top: 50%;
   transform: translateY(-50%);
   margin-right: 4px;
   border-left-color: rgba(0, 0, 0, 0.8);
 }

 [data-direction="right"]:before {
   left: 100%;
   top: 50%;
   transform: translateY(-50%);
   margin-left: 10px;
 }

 [data-direction="right"]:after {
   left: 90%;
   top: 50%;
   transform: translateY(-50%);
   margin-left: 4px;
   border-right-color: rgba(0, 0, 0, 0.8);
 }

 /* Show tooltip */
 [data-tooltip]:hover:before,
 [data-tooltip]:hover:after {
   opacity: 1;
   visibility: visible;
 }

 .overflow-x-auto {
   overflow-x: auto !important;
 }

 .gif-dashed-border {
   position: relative;
   z-index: 1;
 }

 .gif-dashed-border::before {
   content: '';
   position: absolute;
   top: -3px;
   left: -3px;
   right: -3px;
   bottom: -3px;
   border-radius: 0.3rem;
   background: repeating-linear-gradient(-45deg,
       #fd5634,
       #fd5634 10px,
       transparent 10px,
       transparent 20px);
   background-size: 200% 200%;
   animation: moving-dashes 3s linear infinite;
   z-index: -1;
   mask:
     linear-gradient(#fff 0 0) content-box,
     linear-gradient(#fff 0 0);
   mask-composite: exclude;
   -webkit-mask-composite: xor;
   padding: 3px;
 }

 @keyframes moving-dashes {
   0% {
     background-position: 0% 0%;
   }

   100% {
     background-position: 100% 100%;
   }
 }