 /* Css For Mexlife */

 /************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/



 /*** 

====================================================================
  Reset
====================================================================

 ***/
 * {
   margin: 0px;
   padding: 0px;
   border: none;
   outline: none;
 }


 /*** 

====================================================================
  Global Settings
====================================================================

 ***/


 :root {
   --theme-color: #f1673e;
   --secondary-color: #003866;
   --text-color: #444444;
   --title-color: #0b1970;
   --title-font: 'Fira Sans', sans-serif;
   --text-font: 'Barlow', sans-serif;
   --jost: 'Jost', sans-serif;
   --roboto: 'Roboto', sans-serif;
 }





 body {
   font-size: 18px;
   color: var(--text-color);
   line-height: 28px;
   font-weight: 400;
   background: #ffffff;
   font-family: var(--text-font);
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center top;
   -webkit-font-smoothing: antialiased;
 }

 @media (min-width:1200px) {
   .container {
     max-width: 1200px;
     padding: 0px 15px;
   }
 }

 .large-container {
   max-width: 1380px;
   padding: 0px 15px;
   margin: 0 auto;
 }

 .container-fluid {
   padding: 0px;
 }

 .auto-container {
   position: static;
   max-width: 1270px;
   padding: 0px 15px;
   margin: 0 auto;
 }

 .small-container {
   max-width: 680px;
   margin: 0 auto;
 }

 .boxed_wrapper {
   position: relative;
   margin: 0 auto;
   overflow: hidden !important;
   width: 100%;
   min-width: 300px;
 }


 a {
   text-decoration: none;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

 a:hover {
   text-decoration: none;
   outline: none;
 }

 input,
 button,
 select,
 textarea {
   font-family: var(--text-font);
   font-weight: 400;
   font-size: 18px;
   background: transparent;
 }

 ::-webkit-input-placeholder {
   color: inherit;
 }

 ::-moz-input-placeholder {
   color: inherit;
 }

 ::-ms-input-placeholder {
   color: inherit;
 }

 ul,
 li {
   list-style: none;
   padding: 0px;
   margin: 0px;
 }

 input {
   transition: all 500ms ease;
 }

 button:focus,
 input:focus,
 textarea:focus {
   outline: none;
   box-shadow: none;
   transition: all 500ms ease;
 }

 p {
   position: relative;
   font-family: var(--text-font);
   color: var(--text-color);
   font-weight: 400;
   margin: 0px;
   transition: all 500ms ease;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   position: relative;
   font-family: var(--title-font);
   font-weight: 600;
   color: var(--title-color);
   margin: 0px;
   transition: all 500ms ease;
 }

 /* Preloader */

 .handle-preloader {
   align-items: center;
   -webkit-align-items: center;
   display: flex;
   display: -ms-flexbox;
   height: 100%;
   justify-content: center;
   -webkit-justify-content: center;
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   z-index: 9999999;
   background: var(--secondary-color);
 }

 .preloader-close {
   position: fixed;
   z-index: 99999999;
   font-size: 14px;
   background: #fff;
   color: red;
   width: 40px;
   height: 40px;
   line-height: 40px;
   text-align: center;
   border-radius: 50%;
   cursor: pointer;
   right: 30px;
   top: 30px;
   font-weight: 400;
 }

 .handle-preloader .animation-preloader {
   position: absolute;
   z-index: 100;
 }

 .handle-preloader .animation-preloader .spinner {
   animation: spinner 1s infinite linear;
   border-radius: 50%;
   height: 150px;
   margin: 0 auto 45px auto;
   width: 150px;
 }

 .handle-preloader .animation-preloader .txt-loading {
   text-align: center;
   user-select: none;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:before {
   animation: letters-loading 4s infinite;
   content: attr(data-text-preloader);
   left: 0;
   opacity: 0;
   top: 0;
   position: absolute;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading {
   font-family: var(--title-font);
   font-weight: 500;
   letter-spacing: 15px;
   display: inline-block;
   position: relative;
   font-size: 70px;
   line-height: 70px;
   text-transform: uppercase;
   color: transparent;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
   animation-delay: 0.2s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
   animation-delay: 0.4s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
   animation-delay: 0.6s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
   animation-delay: 0.8s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
   animation-delay: 1s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
   animation-delay: 1.2s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
   animation-delay: 1.4s;
 }

 .handle-preloader .loader-section {
   background-color: #ffffff;
   height: 100%;
   position: fixed;
   top: 0;
   width: calc(50% + 1px);
 }

 .preloader .loaded .animation-preloader {
   opacity: 0;
   transition: 0.3s ease-out;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:before {
   color: #ffffff;
 }

 .handle-preloader .animation-preloader .spinner {
   border: 3px solid #ffffff;
   border-top-color: rgba(255, 255, 255, 0.5);
 }

 /* AnimaciÃ³n del preloader */
 @keyframes spinner {
   to {
     transform: rotateZ(360deg);
   }
 }

 @keyframes letters-loading {

   0%,
   75%,
   100% {
     opacity: 0;
     transform: rotateY(-90deg);
   }

   25%,
   50% {
     opacity: 1;
     transform: rotateY(0deg);
   }
 }

 @media screen and (max-width: 767px) {
   .handle-preloader .animation-preloader .spinner {
     height: 8em;
     width: 8em;
   }
 }

 @media screen and (max-width: 500px) {
   .handle-preloader .animation-preloader .spinner {
     height: 7em;
     width: 7em;
   }

   .handle-preloader .animation-preloader .txt-loading .letters-loading {
     font-size: 40px;
     letter-spacing: 10px;
   }
 }


 .centred {
   text-align: center;
 }

 .pull-left {
   float: left;
 }

 .pull-right {
   float: right;
 }


 figure {
   margin: 0px;
 }

 img {
   display: inline-block;
   max-width: 100%;
   height: auto;
   transition-delay: .1s;
   transition-timing-function: ease-in-out;
   transition-duration: .7s;
   transition-property: all;
 }

 .row {
   --bs-gutter-x: 30px;
 }

 /** button **/


 .theme-btn {
   position: relative;
   display: inline-block;
   overflow: hidden;
   vertical-align: middle;
   font-size: 16px;
   line-height: 26px;
   font-weight: 700;
   font-family: var(--jost);
   color: #fff;
   text-align: center;
   padding: 17px 30px 16px 30px;
   z-index: 1;
   letter-spacing: 0.7px;
   text-transform: uppercase;
   border-radius: 5px;
   transition: all 500ms ease;
 }

 .theme-btn:hover {
   background: var(--secondary-color);
   color: #fff;
 }

 .theme-btn span {
   position: relative;
   padding-right: 34px;
 }

 .theme-btn span:before {
   position: absolute;
   content: '';
   background-image: url(../images/icons/icon-8.png);
   top: 2px;
   right: 0px;
   width: 20px;
   height: 20px;
   background-repeat: no-repeat;
   transition: all 500ms ease;
 }


 /** styled-pagination */

 .pagination {
   position: relative;
   display: block;
 }

 .pagination li {
   position: relative;
   display: inline-block;
   margin-right: 9px;
 }

 .pagination li:last-child {
   margin-right: 0px;
 }

 .pagination li a {
   position: relative;
   display: inline-block;
   font-size: 18px;
   font-weight: 500;
   height: 46px;
   width: 46px;
   line-height: 46px;
   background: #ffffff;
   text-align: center;
   color: #444444;
   border-radius: 50%;
   border: 1px solid #a3a3a3;
   z-index: 1;
   transition: all 500ms ease;
 }

 .pagination li a:hover,
 .pagination li a.current {
   color: #fff;
   background: #161e2c;
   border-color: #161e2c;
 }

 .sec-pad {
   padding: 142px 0px 150px 0px;
 }

 .mr-0 {
   margin: 0px !important;
 }

 /** scroll-to-top **/

 .scroll-to-top {
   position: fixed;
   right: 0px;
   bottom: 100px;
   transform: rotate(90deg);
   z-index: 99;
 }

 .scroll-to-top .visible {
   visibility: visible !important;
   opacity: 1 !important;
 }

 .scroll-to-top .scroll-top-inner {
   opacity: 0;
   visibility: hidden;
 }

 .scroll-to-top .scroll-top-inner {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
   -o-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
   transition: all cubic-bezier(.4, 0, .2, 1) .4s;
 }

 .scroll-to-top .scroll-bar {
   width: 50px;
   height: 2px;
   margin-right: 10px;
   position: relative;
 }

 .scroll-to-top .scroll-bar:before {
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
   background-color: #f4244f;
   opacity: .3;
 }

 .scroll-to-top .scroll-bar .bar-inner {
   position: absolute;
   top: 0;
   right: 0;
   height: 100%;
   background-color: currentColor;
 }

 .scroll-to-top .scroll-bar-text {
   font-size: 14px;
   font-weight: 600;
   cursor: pointer;
   color: var(--theme-color);
   transition: all 500ms ease;
 }

 .scroll-to-top .scroll-bar-text:hover {
   transform: scale(1.1);
 }



 @-webkit-keyframes ripple {
   70% {
     -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
     box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
   }

   100% {
     -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
     box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
   }
 }

 @keyframes ripple {
   70% {
     -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
     box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
   }

   100% {
     -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
     box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
   }
 }



 .sec-title {
   position: relative;
   display: block;
 }

 .sec-title .sub-title {
   position: relative;
   display: inline-block;
   font-size: 16px;
   line-height: 26px;
   font-family: var(--jost);
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 1px;
   padding-left: 40px;
 }

 .sec-title.centred .sub-title {
   padding-right: 40px;
 }

 .sec-title .sub-title:before {
   position: absolute;
   content: '';
   width: 30px;
   height: 2px;
   left: 0px;
   top: 12px;
 }

 .sec-title.centred .sub-title:after {
   position: absolute;
   content: '';
   width: 30px;
   height: 2px;
   right: 0px;
   top: 12px;
 }

 .sec-title h2 {
   display: block;
   font-size: 45px;
   line-height: 53px;
   font-weight: 700;
 }

 .sec-title.light h2 {
   color: #fff;
 }

 .sec-title p {
   margin-top: 24px;
 }

 .sec-title.light p {
   color: rgba(255, 255, 255, 0.70);
 }





 /*** 

====================================================================
                        Home-Page-One
====================================================================

***/


 /** main-header **/

 .main-header {
   position: relative;
   left: 0px;
   top: 0px;
   right: 0px;
   z-index: 999;
   width: 100%;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

 .sticky-header {
   position: fixed;
   opacity: 0;
   visibility: hidden;
   left: 0px;
   top: 0px;
   width: 100%;
   z-index: 0;
   background: linear-gradient(180deg, #ea7422, #bd3a2c);
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

 .fixed-header .sticky-header {
   z-index: 999;
   opacity: 1;
   visibility: visible;
   -ms-animation-name: fadeInDown;
   -moz-animation-name: fadeInDown;
   -op-animation-name: fadeInDown;
   -webkit-animation-name: fadeInDown;
   animation-name: fadeInDown;
   -ms-animation-duration: 500ms;
   -moz-animation-duration: 500ms;
   -op-animation-duration: 500ms;
   -webkit-animation-duration: 500ms;
   animation-duration: 500ms;
   -ms-animation-timing-function: linear;
   -moz-animation-timing-function: linear;
   -op-animation-timing-function: linear;
   -webkit-animation-timing-function: linear;
   animation-timing-function: linear;
   -ms-animation-iteration-count: 1;
   -moz-animation-iteration-count: 1;
   -op-animation-iteration-count: 1;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
 }

 /*** Search Popup ***/

 .search-popup {
   position: fixed;
   left: 0;
   top: 0px;
   width: 100%;
   height: 100%;
   z-index: 99999;
   visibility: hidden;
   opacity: 0;
   overflow: auto;
   background: rgba(0, 0, 0, 0.80);
   -webkit-transform: translateY(101%);
   -ms-transform: translateY(101%);
   transform: translateY(101%);
   transition: all 700ms ease;
   -moz-transition: all 700ms ease;
   -webkit-transition: all 700ms ease;
   -ms-transition: all 700ms ease;
   -o-transition: all 700ms ease;
 }

 .search-popup.popup-visible {
   -webkit-transform: translateY(0%);
   -ms-transform: translateY(0%);
   transform: translateY(0%);
   visibility: visible;
   opacity: 1;
 }

 .search-popup .popup-inner {
   width: 100%;
   background: #fff;
   height: 100%;
 }

 .search-popup .upper-box {
   position: relative;
   padding: 70px 70px;
   z-index: 99;
   display: flex;
   align-items: center;
   justify-content: space-between;
 }

 .search-popup .upper-box .logo-box {
   max-width: 236px;
 }

 .search-popup .overlay-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   right: 0px;
   bottom: 0px;
   display: block;
 }

 .search-popup .close-search {
   position: relative;
   font-size: 22px;
   color: #141417;
   cursor: pointer;
   z-index: 5;
   transition: all 500ms ease;
 }

 .search-popup .close-search:hover {
   color: red;
 }

 .search-popup .search-form {
   position: relative;
   width: 100%;
   padding: 100px 0px 250px 0px;
 }

 .search-popup .search-form .form-group {
   position: relative;
   margin: 0px;
 }

 .search-popup .search-form fieldset input[type="search"] {
   position: relative;
   height: 90px;
   padding: 20px 0px;
   background: #ffffff;
   line-height: 30px;
   font-size: 20px;
   color: #808080;
   font-family: 'Poppins', sans-serif;
   border: none;
   font-weight: 400;
   border-radius: 0px;
   padding-right: 50px;
   border-bottom: 1px solid #e5e5e5;
 }

 .search-popup .search-form fieldset button[type="submit"] {
   position: absolute;
   top: 30px;
   right: 0px;
   font-size: 22px;
   color: #141417;
   cursor: pointer;
   transition: all 500ms ease;
 }

 .search-popup .search-form fieldset input[type="search"]:focus {
   border-color: #141417;
 }

 .search-popup .form-control:focus {
   box-shadow: none !important;
 }

 /** xs-sidebar **/

 .xs-sidebar-group .xs-overlay {
   left: 0%;
   top: 0;
   position: fixed;
   height: 100%;
   width: 20%;
   transform: scaleX(0);
   transform-origin: left center;
   cursor: url(../images/icons/cross-out.png),
     pointer;
   z-index: 9999999;
   border-right: 1px solid rgba(255, 255, 255, 0.10);
   transition: transform .65s .3s cubic-bezier(0.7, 0, 0.2, 1);
 }

 .xs-sidebar-group.isActive .xs-overlay {
   transform: scaleX(1);
   transition-delay: .03s;
 }

 .xs-sidebar-group .xs-overlay-2 {
   left: 20%;
   transition-delay: .06s;
 }

 .xs-sidebar-group .xs-overlay-3 {
   left: 40%;
   transition-delay: .09s;
 }

 .xs-sidebar-group .xs-overlay-4 {
   left: 60%;
   transition-delay: .12s;
 }

 .xs-sidebar-group .xs-overlay-5 {
   left: 80%;
   transition-delay: .15s;
 }

 .xs-sidebar-group .widget-heading {
   position: absolute;
   top: 50px;
   right: 35px;
   z-index: 1;
 }

 .xs-sidebar-widget {
   position: fixed;
   right: -100%;
   top: 0;
   bottom: 0;
   width: 100%;
   max-width: 460px;
   z-index: 999999999;
   height: 100%;
   -webkit-overflow-scrolling: touch;
   background-color: #fff;
   transition: all 900ms ease;
   visibility: hidden;
   opacity: 0;
 }

 .xs-sidebar-group.isActive .xs-sidebar-widget {
   opacity: 1;
   visibility: visible;
   right: 0;
   -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
   -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
   transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
 }

 .sidebar-textwidget {
   padding: 50px 40px 50px 40px;
 }

 .xs-sidebar-group .close-side-widget {
   position: relative;
   display: inline-block;
   width: 40px;
   height: 40px;
   line-height: 36px;
   text-align: center;
   border: 1px solid #0e132d;
   color: #0e132d;
   border-radius: 50%;
   font-weight: 400;
   font-size: 20px;
   transition: all 500ms ease;
 }

 .xs-sidebar-group .close-side-widget:hover {}

 .sidebar-widget-container {
   position: relative;
   opacity: 0;
   visibility: hidden;
 }

 .xs-sidebar-group.isActive .sidebar-widget-container {
   opacity: 1;
   visibility: visible;
 }

 .xs-bg-black {
   background-color: var(--secondary-color);
 }

 .xs-sidebar-group .logo {
   position: relative;
   display: block;
   padding-bottom: 25px;
   margin-bottom: 35px;
   border-bottom: 1px solid #e0e0e0;
 }

 .xs-sidebar-group h3 {
   position: relative;
   display: block;
   font-size: 25px;
   line-height: 30px;
   font-family: var(--text-font);
   color: #161837;
   font-weight: 700;
   margin-bottom: 28px;
 }

 .xs-sidebar-group .content-inner .text {
   position: relative;
   display: block;
   font-size: 17px;
   line-height: 28px;
   margin-bottom: 35px;
 }

 .xs-sidebar-group .content-inner p {
   position: relative;
   display: block;
   font-size: 17px;
   line-height: 28px;
   font-family: 'Barlow', sans-serif;
   color: #444444;
   margin-bottom: 0px;
 }

 .xs-sidebar-group .content-inner .info-box {
   position: relative;
   display: block;
   margin-bottom: 48px;
 }

 .xs-sidebar-group .content-inner .info-box .info li {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 25px;
   font-family: 'Barlow', sans-serif;
   color: #444;
   padding-left: 47px;
   margin-bottom: 25px;
 }

 .xs-sidebar-group .content-inner .info-box .info li:last-child {
   margin-bottom: 0px !important;
 }

 .xs-sidebar-group .content-inner .info-box .info li .icon {
   position: absolute;
   left: 0px;
   top: 0px;
   font-size: 30px;
 }

 .xs-sidebar-group .content-inner .info-box .info li:first-child .icon {
   top: 7px;
 }

 .xs-sidebar-group .content-inner .info-box .info li:nth-child(3) .icon {
   left: 8px;
 }

 .xs-sidebar-group .subscribe-inner .form-group {
   position: relative;
   margin-bottom: 0px;
 }

 .xs-sidebar-group .subscribe-inner .form-group input[type="email"] {
   position: relative;
   display: block;
   width: 100%;
   height: 56px;
   border: 1px solid #e3dfdf;
   background: #f8f8f8;
   border-radius: 5px;
   padding: 10px 30px;
   font-size: 18px;
   font-family: 'Barlow', sans-serif;
   color: #444444;
   margin-bottom: 30px;
   transition: all 500ms ease;
 }

 .xs-sidebar-group .subscribe-inner .form-group input:focus {
   border-color: var(--theme-color);
 }

 .xs-sidebar-group .subscribe-inner .form-group .theme-btn {
   border-radius: 5px;
 }

 .xs-sidebar-group .content-inner .info-box .info li a {
   display: inline-block;
   color: #444;
 }

 .xs-sidebar-group .content-inner .info-box .info li a:hover {
   text-decoration: underline;
   color: var(--theme-color);
 }

 /** header-top **/

 .header-top {
   position: relative;
   background: #f2f0f0;
   width: 100%;
   padding: 10px 0px;
 }

 .header-top:before {
   position: absolute;
   content: '';
   background: #f2f0f0;
   width: 100%;
   height: 1px;
   left: 0px;
   bottom: -2px;
 }

 .header-top .top-inner {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
 }

 .header-top .left-info {
   position: relative;
   display: flex;
   align-items: center;
 }

 .header-top .left-info li {
   position: relative;
   font-size: 16px;
   line-height: 26px;
   color: #0b1970;
   font-weight: 500;
   margin-right: 40px;
 }

 .header-top .left-info li a {
   display: inline-block;
   color: #0b1970;
 }

 .header-top .left-info li a:hover {}

 .header-top .left-info li:last-child {
   margin: 0px !important;
 }

 .header-top .left-info li img {
   position: relative;
   margin-right: 12px;
   top: -2px;
 }

 .header-top .left-info li:before {
   position: absolute;
   content: '';
   background: #0b1970;
   width: 1px;
   height: 16px;
   top: 4px;
   right: -20px;
 }

 .header-top .left-info li:last-child:before {
   display: none;
 }

 .header-top .left-info li button {
   position: relative;
   display: inline-block;
   background: #fff;
   padding: 1px 15px 1px 30px;
   border-radius: 30px;
   cursor: pointer;
   transition: all 500ms ease;
 }

 .header-top .left-info li button:before {
   position: absolute;
   content: '';
   background: #26ba40;
   width: 8px;
   height: 8px;
   border-radius: 50%;
   left: 15px;
   top: 11px;
 }

 .header-top .right-info {
   position: relative;
   display: flex;
   align-items: center;
 }

 .header-top .right-info>li {
   margin-right: 25px;
 }

 .header-top .right-info li:last-child {
   margin: 0px;
 }

 .nice-select {
   position: relative;
   font-size: 16px;
   line-height: 26px;
   font-family: var(--text-font);
   font-weight: 500;
   color: #0b1970;
   padding-right: 17px;
 }

 .nice-select:before {
   position: absolute;
   content: '';
   background-image: url(../images/icons/icon-2.png);
   width: 8px;
   height: 5px;
   top: 12px;
   right: 0px;
   background-repeat: no-repeat;
 }

 .nice-select.wide .list {
   min-width: 150px;
 }

 .header-top .right-info>li a {
   position: relative;
   display: inline-block;
   font-size: 16px;
   line-height: 26px;
   font-family: var(--text-font);
   font-weight: 500;
   color: #0b1970;
 }

 .header-top .right-info>li a:hover {}


 /** header-upper **/

 .header-upper {
   position: relative;
   padding: 30px 0px 65px 0px;
 }

 .header-upper .upper-inner {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
 }

 .header-upper .upper-inner .right-column {
   position: relative;
   display: flex;
   align-items: center;
 }

 .header-upper .upper-inner .info-list {
   position: relative;
   display: flex;
   align-items: center;
 }

 .header-upper .upper-inner .info-list li {
   position: relative;
   margin-right: 50px;
   padding-left: 38px;
 }

 .header-upper .upper-inner .info-list li .icon-box {
   position: absolute;
   left: 0px;
   top: 6px;
 }

 .header-upper .upper-inner .info-list li span {
   position: relative;
   display: block;
   font-size: 16px;
   line-height: 20px;
   font-weight: 600;
   color: #4c4c4d;
 }

 .header-upper .upper-inner .info-list li h5 {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 22px;
   font-family: var(--text-font);
   color: #0b1970;
   font-weight: 600;
 }

 .header-upper .upper-inner .info-list li h5 a {
   display: inline-block;
   color: #0b1970;
 }

 .header-upper .upper-inner .info-list li h5 a:hover {}

 .header-upper .upper-inner .social-links {
   position: relative;
   display: flex;
   align-items: center;
 }

 .header-upper .upper-inner .social-links li {
   margin-right: 10px;
 }

 .header-upper .upper-inner .social-links li:last-child {
   margin: 0px;
 }

 .header-upper .upper-inner .social-links li a {
   position: relative;
   display: inline-block;
   width: 40px;
   height: 40px;
   line-height: 40px;
   background: #f6f6f6;
   text-align: center;
   border-radius: 50%;
   font-size: 16px;
   color: #011e45;
 }

 .header-upper .upper-inner .social-links li a:hover {
   color: #fff;
 }

 .main-header .outer-box {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
 }

 .header-style-one .header-lower {
   position: absolute;
   left: 0px;
   bottom: -35px;
   width: 100%;
 }

 .header-style-one .header-lower .outer-box {
   display: block;
   padding-right: 246px;
 }

 .header-style-one .header-lower .btn-box {
   position: absolute;
   top: 0px;
   right: 0px;
 }

 .header-style-one .menu-area {
   position: relative;
   display: flex;
   align-items: center;
   padding-right: 85px;
   border-radius: 0px 50px 50px 0px;
   background: linear-gradient(180deg, #ea7422, #bd3a2c);
 }

 .header-style-one .menu-area:before {
   position: absolute;
   content: '';
   background: linear-gradient(180deg, #ea7422, #bd3a2c);
   width: 6000px;
   height: 100%;
   top: 0px;
   right: 0px;
   border-radius: 0px 50px 50px 0px;
   z-index: -1;
 }

 .main-header .search-toggler {
   position: relative;
   display: inline-block;
   cursor: pointer;
 }

 .header-style-one .btn-box a {
   position: relative;
   display: inline-block;
   font-size: 16px;
   line-height: 26px;
   font-family: var(--jost);
   font-weight: 700;
   text-transform: uppercase;
   padding: 22px 50px;
   border-radius: 40px 0px 40px 40px;
   color: #fff;
   background: #003866;
   letter-spacing: 0.7px;
 }

 .header-style-one .btn-box a:hover {}

 .header-style-one .btn-box a span {
   position: relative;
   padding-right: 28px;
 }

 .header-style-one .btn-box a span:before {
   position: absolute;
   content: '';
   background-image: url(../images/icons/icon-6.png);
   width: 12px;
   height: 12px;
   bottom: 6px;
   right: 0px;
   background-repeat: no-repeat;
 }


 /** main-menu **/

 .main-menu {
   float: left;
 }

 .main-menu .navbar-collapse {
   padding: 0px;
   display: block !important;
 }

 .main-menu .navigation {
   margin: 0px;
 }

 .main-menu .navigation>li {
   position: inherit;
   float: left;
   z-index: 2;
   margin: 0px 24px;
   -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: 18px;
   line-height: 26px;
   padding: 22px 0px;
   font-weight: 500;
   font-family: var(--title-font);
   color: #fff;
   opacity: 1;
   text-transform: capitalize;
   z-index: 1;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .main-menu .navigation>li.current>a,
 .main-menu .navigation>li:hover>a {}

 .main-menu .navigation>li>ul>li.dropdown>a:after {
   font-family: 'Font Awesome 6 Free';
   content: "\f105";
   position: absolute;
   right: 20px;
   top: 10px;
   display: block;
   line-height: 24px;
   font-size: 16px;
   font-weight: 900;
   text-align: center;
   z-index: 5;
 }

 .main-menu .navigation>li>ul,
 .main-menu .navigation>li>.megamenu {
   position: absolute;
   left: inherit;
   top: 100%;
   width: 250px;
   margin-top: 15px;
   z-index: 100;
   display: none;
   opacity: 0;
   visibility: hidden;
   border-radius: 0px;
   background: #fff;
   box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
   border-top: 2px solid var(--theme-color);
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

 .main-menu .navigation>li>ul.from-right {
   left: auto;
   right: 0px;
 }

 .main-menu .navigation>li>ul>li {
   position: relative;
   width: 100%;
 }

 .main-menu .navigation>li>ul>li>a,
 .main-menu .navigation>li>.megamenu li>a {
   position: relative;
   display: block;
   padding: 10px 25px;
   line-height: 30px;
   font-weight: 400;
   font-size: 16px;
   text-transform: capitalize;
   font-family: var(--title-font);
   color: #0a1d3c;
   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>.megamenu li>a {
   display: inline-block;
 }

 .main-menu .navigation>li>ul>li>a {
   border-bottom: 1px solid rgba(0, 0, 0, 0.05);
 }

 .main-menu .navigation>li>.megamenu li>a {
   padding-left: 0px;
 }

 .main-menu .navigation>li>.megamenu h4 {
   display: block;
   font-size: 20px;
   line-height: 30px;
   color: #ffffff;
 }

 .main-menu .navigation>li>ul>li>a:before,
 .main-menu .navigation>li>.megamenu li>a:before {
   position: absolute;
   content: '';
   width: 6px;
   height: 6px;
   border-radius: 50%;
   opacity: 0;
   transition: all 500ms ease;
 }

 .main-menu .navigation>li>ul>li>a:before {
   left: 18px;
   top: 22px;
 }

 .main-menu .navigation>li>.megamenu li>a:before {
   left: 0px;
   top: 22px;
 }

 .main-menu .navigation>li>ul>li>a:hover:before,
 .main-menu .navigation>li>.megamenu li>a:hover:before {
   opacity: 1;
 }

 .main-menu .navigation>li>ul>li>a:hover {
   padding-left: 35px;
 }

 .main-menu .navigation>li>.megamenu li>a:hover {
   padding-left: 20px;
 }

 .main-menu .navigation>li>ul>li:last-child>a,
 .main-menu .navigation>li>.megamenu li:last-child>a {
   border-bottom: none;
 }

 .main-menu .navigation>li>ul>li>ul {
   position: absolute;
   left: 100%;
   top: 0%;
   margin-top: 15px;
   width: 250px;
   z-index: 100;
   display: none;
   border-radius: 0px;
   background: #fff;
   box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
   border-top: 2px solid var(--theme-color);
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

 .main-menu .navigation>li>ul>li>ul.from-right {
   left: auto;
   right: 0px;
 }

 .main-menu .navigation>li>ul>li>ul>li {
   position: relative;
   width: 100%;
 }

 .main-menu .navigation>li>ul>li>ul>li:last-child {
   border-bottom: none;
 }

 .main-menu .navigation>li>ul>li>ul>li>a {
   position: relative;
   display: block;
   padding: 10px 25px;
   line-height: 24px;
   font-weight: 400;
   font-size: 16px;
   text-transform: capitalize;
   font-family: var(--title-font);
   color: #0a1d3c;
   border-bottom: 1px solid rgba(0, 0, 0, 0.05);
   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:before {
   position: absolute;
   content: '';
   width: 6px;
   height: 6px;
   border-radius: 50%;
   opacity: 0;
   left: 18px;
   top: 18px;
   background: var(--theme-color);
   transition: all 500ms ease;
 }

 .main-menu .navigation>li>ul>li>ul>li>a:hover:before {
   opacity: 1;
 }

 .main-menu .navigation>li>ul>li>ul>li:last-child>a {
   border-bottom: none;
 }

 .main-menu .navigation>li>ul>li>ul>li>a:hover {
   padding-left: 35px;
 }

 .main-menu .navigation>li.dropdown:hover>ul,
 .main-menu .navigation>li.dropdown:hover>.megamenu {
   visibility: visible;
   opacity: 1;
   margin-top: 0px;
   top: 100%;
 }

 .main-menu .navigation li>ul>li.dropdown:hover>ul {
   visibility: visible;
   opacity: 1;
   top: 0%;
   margin-top: 0px;
 }

 .main-menu .navigation li.dropdown .dropdown-btn {
   position: absolute;
   right: -32px;
   top: 66px;
   width: 34px;
   height: 30px;
   text-align: center;
   font-size: 18px;
   line-height: 26px;
   color: #3b3b3b;
   cursor: pointer;
   display: none;
   z-index: 5;
   transition: all 500ms ease;
 }

 .main-menu .navigation li.current.dropdown .dropdown-btn,
 .main-menu .navigation li:hover .dropdown-btn {}

 .main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
   display: none;
 }

 .menu-area .mobile-nav-toggler {
   position: relative;
   float: right;
   font-size: 40px;
   line-height: 50px;
   cursor: pointer;
   background: var(--theme-color);
   display: none;
 }

 .mobile-menu .nav-logo img {
   max-width: 160px;
 }

 .menu-area .mobile-nav-toggler .icon-bar {
   position: relative;
   height: 2px;
   width: 30px;
   display: block;
   margin-bottom: 5px;
   background-color: #fff;
   -webkit-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   transition: all 300ms ease;
 }

 .menu-area .mobile-nav-toggler .icon-bar:last-child {
   margin-bottom: 0px;
 }


 /** megamenu-style **/

 .main-menu .navigation>li.dropdown>.megamenu {
   position: absolute;
   width: 100%;
   padding: 30px 50px;
   left: 0px;
 }

 .main-menu .navigation li.dropdown .megamenu li h4 {
   margin-bottom: 10px;
 }


 /** mobile-menu **/

 .nav-outer .mobile-nav-toggler {
   position: relative;
   float: right;
   font-size: 40px;
   line-height: 50px;
   cursor: pointer;
   color: #3786ff;
   display: none;
 }

 .mobile-menu {
   position: fixed;
   right: 0;
   top: 0;
   width: 300px;
   padding-right: 30px;
   max-width: 100%;
   height: 100%;
   opacity: 0;
   visibility: hidden;
   z-index: 999999;
   transition: all 900ms ease;
 }

 .mobile-menu .navbar-collapse {
   display: block !important;
 }

 .mobile-menu .nav-logo {
   position: relative;
   padding: 50px 25px;
   text-align: left;
   padding-bottom: 100px;
 }

 .mobile-menu-visible {
   overflow: hidden;
 }

 .mobile-menu-visible .mobile-menu {
   opacity: 1;
   visibility: visible;
 }

 .mobile-menu .menu-backdrop {
   position: fixed;
   left: 0%;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
   transition: all 900ms ease;
   background-color: #000;
 }

 .mobile-menu-visible .mobile-menu .menu-backdrop {
   opacity: 0.70;
   visibility: visible;
   right: 100%;
   -webkit-transition: all .8s ease-out 0s;
   -o-transition: all .8s ease-out 0s
 }

 .mobile-menu .menu-box {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   max-height: 100%;
   overflow-y: auto;
   background: #141417;
   padding: 0px 0px;
   z-index: 5;
   opacity: 0;
   visibility: hidden;
   border-radius: 0px;
   -webkit-transform: translateX(100%);
   -ms-transform: translateX(100%);
   transform: translateX(100%);
   transition: all 900ms ease !important;
 }

 .mobile-menu-visible .mobile-menu .menu-box {
   opacity: 1;
   visibility: visible;
   -webkit-transition: all 0.7s ease;
   -o-transition: all 0.7s ease;
   transition: all 0.7s ease;
   -webkit-transform: translateX(0%);
   -ms-transform: translateX(0%);
   transform: translateX(0%);
 }

 .mobile-menu .close-btn {
   position: absolute;
   right: 25px;
   top: 10px;
   line-height: 30px;
   width: 24px;
   text-align: center;
   font-size: 18px;
   color: #ffffff;
   cursor: pointer;
   z-index: 10;
   -webkit-transition: all 0.9s ease;
   -moz-transition: all 0.9s ease;
   -ms-transition: all 0.9s ease;
   -o-transition: all 0.9s ease;
   transition: all 0.9s ease;
 }

 .mobile-menu-visible .mobile-menu .close-btn {
   -webkit-transform: rotate(360deg);
   -ms-transform: rotate(360deg);
   transform: rotate(360deg);
 }

 .mobile-menu .close-btn:hover {
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
 }

 .mobile-menu .navigation {
   position: relative;
   display: block;
   width: 100%;
   float: none;
 }

 .mobile-menu .navigation li {
   position: relative;
   display: block;
   border-top: 1px solid rgba(255, 255, 255, 0.10);
 }

 .mobile-menu .navigation:last-child {
   border-bottom: 1px solid rgba(255, 255, 255, 0.10);
 }

 .mobile-menu .navigation li>ul>li:first-child {
   border-top: 1px solid rgba(255, 255, 255, 0.10);
 }

 .mobile-menu .navigation li>a {
   position: relative;
   display: block;
   line-height: 24px;
   padding: 10px 25px;
   font-size: 15px;
   font-weight: 500;
   color: #ffffff;
   text-transform: uppercase;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .mobile-menu .navigation li ul li>a {
   font-size: 16px;
   margin-left: 20px;
   text-transform: capitalize;
 }

 .mobile-menu .navigation li>a:before {
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   height: 0;
   border-left: 5px solid #fff;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .mobile-menu .navigation li.current>a:before {
   height: 100%;
 }

 .mobile-menu .navigation li.dropdown .dropdown-btn {
   position: absolute;
   right: 6px;
   top: 6px;
   width: 32px;
   height: 32px;
   text-align: center;
   font-size: 16px;
   line-height: 32px;
   color: #ffffff;
   background: rgba(255, 255, 255, 0.10);
   cursor: pointer;
   border-radius: 2px;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
   z-index: 5;
 }

 .mobile-menu .navigation li.dropdown .dropdown-btn.open {
   color: #ffffff;
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
 }

 .mobile-menu .navigation li>ul,
 .mobile-menu .navigation li>ul>li>ul,
 .mobile-menu .navigation>li.dropdown>.megamenu {
   display: none;
 }

 .mobile-menu .social-links {
   position: relative;
   padding: 0px 25px;
 }

 .mobile-menu .social-links li {
   position: relative;
   display: inline-block;
   margin: 0px 10px 10px;
 }

 .mobile-menu .social-links li a {
   position: relative;
   line-height: 32px;
   font-size: 16px;
   color: #ffffff;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .mobile-menu .social-links li a:hover {}

 div#mCSB_1_container {
   top: 0px !important;
 }

 .mobile-menu .contact-info {
   position: relative;
   padding: 120px 30px 20px 30px;
 }

 .mobile-menu .contact-info h4 {
   position: relative;
   font-size: 20px;
   color: #ffffff;
   font-weight: 700;
   margin-bottom: 20px;
 }

 .mobile-menu .contact-info ul li {
   position: relative;
   display: block;
   font-size: 15px;
   color: rgba(255, 255, 255, 0.80);
   margin-bottom: 3px;
 }

 .mobile-menu .contact-info ul li a {
   color: rgba(255, 255, 255, 0.80);
 }

 .mobile-menu .contact-info ul li a:hover {}

 .mobile-menu .contact-info ul li:last-child {
   margin-bottom: 0px;
 }

 .main-header .outer-box {
   position: relative;
 }

 .owl-dots-none .owl-dots,
 .owl-nav-none .owl-nav {
   display: none !important;
 }

 .owl-nav button {
   background: transparent;
 }

 .float-bob-y {
   animation-name: float-bob-y;
   animation-duration: 2s;
   animation-iteration-count: infinite;
   animation-timing-function: linear;
   -webkit-animation-name: float-bob-y;
   -webkit-animation-duration: 2s;
   -webkit-animation-iteration-count: infinite;
   -webkit-animation-timing-function: linear;
   -moz-animation-name: float-bob-y;
   -moz-animation-duration: 2s;
   -moz-animation-iteration-count: infinite;
   -moz-animation-timing-function: linear;
   -ms-animation-name: float-bob-y;
   -ms-animation-duration: 2s;
   -ms-animation-iteration-count: infinite;
   -ms-animation-timing-function: linear;
   -o-animation-name: float-bob-y;
   -o-animation-duration: 2s;
   -o-animation-iteration-count: infinite;
   -o-animation-timing-function: linear;
 }

 .float-bob-x {
   animation-name: float-bob-x;
   animation-duration: 15s;
   animation-iteration-count: infinite;
   animation-timing-function: linear;
   -webkit-animation-name: float-bob-x;
   -webkit-animation-duration: 15s;
   -webkit-animation-iteration-count: infinite;
   -webkit-animation-timing-function: linear;
   -moz-animation-name: float-bob-x;
   -moz-animation-duration: 15s;
   -moz-animation-iteration-count: infinite;
   -moz-animation-timing-function: linear;
   -ms-animation-name: float-bob-x;
   -ms-animation-duration: 15s;
   -ms-animation-iteration-count: infinite;
   -ms-animation-timing-function: linear;
   -o-animation-name: float-bob-x;
   -o-animation-duration: 15s;
   -o-animation-iteration-count: infinite;
   -o-animation-timing-function: linear;
 }


 .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);
 }

 .border-animation {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -webkit-border-radius: 50%;
   -khtml-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
   border-radius: 50%;
   animation: squares 2.9s linear 0s infinite;
   -webkit-animation: squares 2.9s linear 0s infinite;
   -ms-animation: squares 2.9s linear 0s infinite;
   -o-animation: squares 2.9s linear 0s infinite;
   -webkit-animation-play-state: running;
   -moz-animation-play-state: running;
   -o-animation-play-state: running;
   animation-play-state: running;
   opacity: 0;
 }

 .border-animation.border-2 {
   -webkit-animation-delay: 1s;
   -moz-animation-delay: 1s;
   -o-animation-delay: 1s;
   animation-delay: 1s;
 }

 .border-animation.border-3 {
   -webkit-animation-delay: 2s;
   -moz-animation-delay: 2s;
   -o-animation-delay: 2s;
   animation-delay: 2s;
 }


 /** main-footer **/

 .main-footer {
   position: relative;
   background: #06142a;
 }

 .main-footer .widget-section {
   padding: 96px 0px 68px 0px;
   border-bottom: 1px solid #293241;
 }

 .main-footer p {
   display: inline-block;
   color: #fff;
 }

 .main-footer .footer-logo {
   margin-bottom: 20px;
 }

 .main-footer .logo-widget {
   margin-top: 5px;
 }

 .main-footer .logo-widget p {
   font-size: 17px;
   line-height: 26px;
 }

 .main-footer .widget-title {
   position: relative;
   display: block;
   padding-bottom: 12px;
   margin-bottom: 20px;
 }

 .main-footer .widget-title:before {
   position: absolute;
   content: '';
   background: rgba(255, 255, 255, 0.30);
   width: 30px;
   height: 1px;
   left: 0px;
   bottom: 0px;
 }

 .main-footer .widget-title h3 {
   font-size: 22px;
   line-height: 30px;
   color: #fff;
   font-weight: 500;
 }

 .main-footer .links-widget .links-list li {
   position: relative;
   display: block;
   margin-bottom: 8px;
 }

 .main-footer .links-widget .links-list li:last-child {
   margin-bottom: 0px;
 }

 .main-footer .links-widget .links-list li a {
   position: relative;
   display: inline-block;
   font-size: 17px;
   line-height: 26px;
   color: #fff;
 }

 .main-footer .links-widget .links-list li a:hover {}

 .main-footer .contact-widget .info-list li {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 28px;
   color: #fff;
   margin-bottom: 9px;
 }

 .main-footer .contact-widget .info-list li:last-child {
   margin-bottom: 0px;
 }

 .main-footer .contact-widget .info-list li a {
   display: inline-block;
   color: #fff;
 }

 .main-footer .contact-widget .info-list li a:hover {}

 .main-footer .contact-widget .social-links li {
   position: relative;
   display: inline-block;
   float: left;
   margin-right: 15px;
 }

 .main-footer .contact-widget .social-links li:last-child {
   margin: 0px;
 }

 .main-footer .contact-widget .social-links li a {
   position: relative;
   display: inline-block;
   width: 35px;
   height: 35px;
   line-height: 33px;
   font-size: 16px;
   color: #b5b9c0;
   border: 1px solid #b5b9c0;
   border-radius: 50%;
   text-align: center;
 }

 .main-footer .contact-widget .social-links li a:hover {}

 .footer-bottom {
   position: relative;
   padding: 36px 0px;
 }

 .footer-bottom .bottom-inner {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
 }

 .footer-bottom .bottom-inner p {
   font-size: 17px;
   color: #c5c5c5;
 }

 .footer-bottom .bottom-inner p a {
   display: inline-block;
   color: #c5c5c5;
 }

 .footer-bottom .bottom-inner p a:hover {}


 /** header-style-two **/

 .header-top-two {
   position: relative;
   padding: 10px 0px;
   border-bottom: 1px solid #d9d9d9;
 }

 .header-top-two .top-inner {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
 }

 .header-top-two .top-inner .left-column p {
   font-size: 17px;
   color: #011e45;
 }

 .header-top-two .top-inner .right-column {
   position: relative;
   display: flex;
   align-items: center;
 }

 .header-top-two .top-inner .support-box {
   position: relative;
   display: block;
   padding-left: 27px;
   margin-right: 53px;
 }

 .header-top-two .top-inner .support-box:before {
   position: absolute;
   content: '';
   background: #67788f;
   width: 1px;
   height: 21px;
   top: 3px;
   right: -26px;
 }

 .header-top-two .top-inner .support-box .icon-box {
   position: absolute;
   left: 0px;
   top: 5px;
 }

 .header-top-two .top-inner .support-box p {
   font-size: 17px;
   line-height: 28px;
   font-weight: 600;
   color: #011e45;
 }

 .header-top-two .top-inner .support-box p a {
   display: inline-block;
   color: #011e45;
   font-weight: 400;
 }

 .header-top-two .top-inner .support-box p a:hover {}

 .header-top-two .top-inner .social-links {
   position: relative;
   display: flex;
   align-items: center;
 }

 .header-top-two .top-inner .social-links li {
   margin-right: 15px;
 }

 .header-top-two .top-inner .social-links li:last-child {
   margin: 0px;
 }

 .header-top-two .top-inner .social-links li a {
   display: inline-block;
   font-size: 16px;
   color: #011e45;
 }

 .header-top-two .top-inner .social-links li a:hover {}

 .header-style-two .header-lower .main-menu .navigation>li>a {
   color: #151515;
   padding: 35px 0px;
 }

 .main-header .outer-box .right-column {
   position: relative;
   display: flex;
   align-items: center;
 }

 .main-header .menu-right-content {
   position: relative;
   display: flex;
   align-items: center;
 }

 .main-header .menu-right-content .nav-toggler {
   position: relative;
   display: inline-block;
   width: 50px;
   height: 50px;
   line-height: 44px;
   border: 1px solid #949494;
   border-radius: 50%;
   text-align: center;
   cursor: pointer;
   transition: all 500ms ease;
 }

 .main-header .menu-right-content .nav-toggler:hover {}

 .sticky-header .menu-right-content .nav-toggler {
   border-color: #fff !important;
 }


 .nav-style-one .owl-nav button {
   position: relative;
   display: inline-block;
   width: 50px;
   height: 50px;
   line-height: 50px;
   border: 1px solid #c5c5c5;
   border-radius: 50%;
   text-align: center;
   cursor: pointer;
   transition: all 500ms ease;
 }

 .nav-style-one .owl-nav button span {
   display: none;
 }

 .nav-style-one .owl-nav button:before {
   position: absolute;
   content: '';
   width: 100%;
   height: 100%;
   line-height: 50px;
   text-align: center;
   left: 0px;
   top: 0px;
   background-repeat: no-repeat;
   background-position: center;
   -webkit-filter: grayscale(1);
   filter: grayscale(1);
   transition: all 500ms ease;
 }

 .nav-style-one .owl-nav button:hover:before {
   -webkit-filter: grayscale(0);
   filter: grayscale(0);
   opacity: 1;
 }

 .nav-style-one .owl-nav button:hover {}

 .nav-style-one .owl-nav button.owl-prev:before {
   background-image: url(../images/icons/icon-52.png);
 }

 .nav-style-one .owl-nav button.owl-next:before {
   background-image: url(../images/icons/icon-53.png);
 }

 .nav-style-one .owl-nav button.owl-prev {
   margin-right: 20px;
 }

 .header-style-three {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   padding: 0px 70px;
 }

 .header-style-three .outer-container {
   position: relative;
   border-bottom: 1px solid #c2c2c2;
 }

 .header-style-three .header-lower .main-menu .navigation>li>a {
   color: #161616;
   padding-top: 32px;
   padding-bottom: 32px;
 }

 .header-style-three .menu-right-content .nav-toggler {
   border-color: #2c2c2b;
 }

 .accordion-box .block .acc-content {
   position: relative;
   display: none;
 }

 .accordion-box .block .acc-content.current {
   display: block;
 }


 /** header-style-four **/

 .header-style-four {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   background: rgba(255, 255, 255, 0.90);
   border-bottom: 1px solid #d7dade;
 }

 .header-style-four .outer-container {
   padding: 0px 50px;
 }

 .main-header .left-column {
   position: relative;
   display: flex;
   align-items: center;
 }

 .header-style-four .header-lower .main-menu .navigation>li>a {
   color: #011e45;
   font-weight: 600;
   padding-top: 39px;
   padding-bottom: 39px;
 }

 .header-style-four .logo-box {
   position: relative;
   margin-right: 113px;
 }

 .header-style-four .logo-box:before {
   position: absolute;
   content: '';
   background: #bababa;
   width: 1px;
   height: 41px;
   top: 0px;
   right: -70px;
 }

 .header-style-four .menu-right-content .support-box {
   position: relative;
   display: block;
   padding-left: 48px;
   margin-right: 25px;
 }

 .header-style-four .menu-right-content .support-box .icon-box {
   position: absolute;
   left: 0px;
   top: -1px;
 }

 .header-style-four .menu-right-content .support-box a {
   position: relative;
   display: inline-block;
   font-size: 20px;
   line-height: 30px;
   font-weight: 600;
   color: #011e45;
 }

 .header-style-four .menu-right-content .support-box a:hover {}

 .header-style-four .menu-right-content .btn-box .theme-btn {
   border-radius: 40px;
   font-size: 15px;
   padding: 8px 27px;
 }


 .header-style-four .sticky-header .menu-right-content .support-box a {
   color: #fff;
 }

 .team-section.home-4 {
   background: #f8f8f8;
 }

 .testimonial-section.home-4 {
   background: #0e2441;
 }

 .faq-section.home-5 {
   background: #fff;
 }

 .chooseus-style-three.home-5 {
   background: #f4f6fd;
 }

 .news-section.home-5,
 .clients-section.home-5,
 .clients-section.home-5 .title-box span {
   background: #fff;
 }


 .header-style-six {
   position: absolute;
   left: 0px;
   top: 40px;
 }

 .header-style-six .outer-container {
   position: relative;
   padding: 0px 75px;
 }

 .header-style-six .menu-right-content .btn-box a {
   position: relative;
   display: inline-block;
   font-size: 20px;
   line-height: 28px;
   color: #fff;
   font-weight: 500;
   border: 1px solid #fff;
   border-radius: 40px;
   text-align: center;
   padding: 6px 30px 7px 30px;
 }

 .header-style-six .menu-right-content .btn-box a:hover {
   background: #fff;
 }

 .header-style-six .support-box {
   position: relative;
   display: block;
   padding: 0px 0px 0px 67px;
 }

 .header-style-six .support-box .icon-box {
   position: absolute;
   left: 0px;
   top: 11px;
 }

 .header-style-six .support-box p {
   position: relative;
   display: block;
   font-size: 17px;
   line-height: 20px;
   color: #fff;
   margin-bottom: 8px;
 }

 .header-style-six .support-box a {
   position: relative;
   display: inline-block;
   font-size: 22px;
   line-height: 22px;
   color: #fff;
   font-weight: 500;
 }

 .header-style-six .support-box a:hover {
   text-decoration: underline;
 }


 /** header-style-eight **/

 .header-top-three {
   position: relative;
   width: 100%;
   background: linear-gradient(180deg, #ec7825, #bd3a2c);
   padding: 12px 0px 60px 0px;
 }

 .header-top-three .top-inner {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
 }

 .header-top-three .info-list {
   position: relative;
   display: flex;
   align-items: center;
 }

 .header-top-three .info-list li {
   position: relative;
   display: inline-block;
   font-size: 18px;
   line-height: 28px;
   font-weight: 600;
   color: #fff;
   margin-right: 57px;
 }

 .header-top-three .info-list li:last-child {
   font-weight: 500;
   margin-right: 0px;
 }

 .header-top-three .info-list li a {
   display: inline-block;
   color: #fff;
   font-size: 20px;
   line-height: 20px;
   font-weight: 700;
 }

 .header-top-three .info-list li a span {
   position: relative;
   display: inline-block;
   font-size: 18px;
   line-height: 18px;
   border-bottom: 1px solid #f7dfd7;
 }

 .header-top-three .info-list li:before {
   position: absolute;
   content: '';
   background: #d7d7d7;
   width: 1px;
   height: 19px;
   top: 4px;
   right: -29px;
 }

 .header-top-three .info-list li:last-child:before {
   display: none;
 }

 .header-top-three .social-links {
   position: relative;
   display: flex;
   align-items: center;
 }

 .header-top-three .social-links li {
   margin-right: 25px;
 }

 .header-top-three .social-links li:last-child {
   margin-right: 0px;
 }

 .header-top-three .social-links li a {
   display: inline-block;
   font-size: 16px;
   color: #fff;
 }

 .header-top-three .social-links {
   position: relative;
   margin-right: 55px;
 }

 .header-top-three .social-links:before {
   position: absolute;
   content: '';
   background: #d7d7d7;
   width: 1px;
   height: 19px;
   top: 4px;
   right: -28px;
 }

 .header-top-three .right-column {
   position: relative;
   display: flex;
   align-items: center;
 }

 .header-top-three .nice-select {
   font-size: 18px;
   color: #fff;
   font-weight: 600;
 }

 .header-top-three .nice-select li {
   color: var(--text-color);
 }

 .header-top-three .nice-select:before {
   background-image: url(../images/icons/icon-125.png);
   width: 10px;
   height: 6px;
 }

 .header-style-eight .header-lower {
   position: relative;
 }

 .header-style-eight .header-lower .auto-container {
   position: relative;
 }

 .header-style-eight .header-lower .outer-box {
   position: absolute;
   left: 0px;
   top: -47px;
   width: 100%;
   background: #fff;
   padding-left: 30px;
   padding-right: 0px;
   border-radius: 7px 0px 0px 7px;
   z-index: 1;
 }

 .header-style-eight .header-lower .outer-box:before {
   position: absolute;
   content: '';
   background: #fff;
   width: 6000px;
   height: 100%;
   left: 0px;
   top: 0px;
   border-radius: 7px 0px 0px 7px;
   z-index: -1;
 }

 .header-style-eight .header-lower .main-menu .navigation>li>a {
   color: #000000;
   font-weight: 600;
 }

 .team-section.home-9 .inner-container {
   border-top: 1px solid #d7d7d7;
 }

 /** header-style-ten **/

 .header-style-ten {
   position: absolute;
   left: 0px;
   top: 40px;
 }

 .header-style-ten .outer-container {
   padding: 0px 50px;
 }

 .header-style-ten .support-box {
   position: relative;
 }

 .header-style-ten .support-box p {
   position: relative;
   display: block;
   font-size: 17px;
   line-height: 20px;
   color: #fff;
   margin-bottom: 8px;
 }

 .header-style-ten .support-box a {
   position: relative;
   display: inline-block;
   font-size: 22px;
   line-height: 22px;
   color: #fff;
   font-weight: 500;
 }

 .header-style-ten .support-box a:hover {
   text-decoration: underline;
 }

 .header-style-ten .search-toggler:before {
   position: absolute;
   content: '';
   background: rgba(255, 255, 255, 0.60);
   width: 1px;
   height: 46px;
   top: -8px;
   right: -30px;
 }

 .chooseus-style-three.home-10 {
   background: #f4f6fd;
 }


 .header-style-11 .header-lower .main-menu .navigation>li>a {
   color: #000000;
   padding-top: 32px;
   padding-bottom: 32px;
 }

 .header-style-11 .outer-container {
   padding-left: 85px;
   padding-right: 70px;
 }

 .header-style-11 .link-box a {
   position: relative;
   display: inline-block;
   font-size: 22px;
   line-height: 30px;
   font-weight: 600;
   padding-right: 38px;
 }

 .header-style-11 .link-box a:before {
   position: absolute;
   content: '';
   background-image: url(../images/icons/icon-158.png);
   width: 22px;
   height: 12px;
   top: 12px;
   right: 0px;
   background-repeat: no-repeat;
 }

 .header-style-11 .sticky-header .link-box a {
   color: #fff;
 }

 .header-style-11 .sticky-header .link-box a:before {
   background-image: url(../images/icons/icon-159.png);
 }

 .about-section.home-11,
 .faq-section.home-11 {
   background: #fff;
 }

 .faq-section.home-11 .accordion-box .block .acc-btn {
   font-weight: 400;
 }


 /** header-style-12 **/

 .header-style-12 {
   position: relative;
   background: #161e2c;
   padding-left: 435px;
   max-width: 1920px;
   margin: 0 auto;
 }

 .header-style-12 .logo-inner {
   position: absolute;
   left: 0px;
   top: 0px;
   background: #fff;
   padding: 44px 67px;
 }

 .header-top-four {
   position: relative;
   background: #ee5a07;
   border-bottom-left-radius: 7px;
   padding: 10px 0px 10px 30px;
 }

 .header-top-four .top-inner {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   max-width: 1170px;
 }

 .header-top-four p {
   color: #fff;
 }

 .header-top-four p a {
   display: inline-block;
   font-weight: 700;
   font-family: 'Yantramanav', sans-serif;
   color: #fff;
 }

 .header-top-four p a:hover {
   text-decoration: underline;
 }

 .header-top-four .support-box {
   position: relative;
   padding-left: 35px;
 }

 .header-top-four .support-box .icon-box {
   position: absolute;
   left: 0px;
   top: 5px;
 }

 .header-top-four .support-box a {
   display: inline-block;
   color: #fff;
   font-size: 20px;
   font-weight: 500;
   font-family: 'Yantramanav', sans-serif;
 }

 .header-top-four .support-box a:hover {
   text-decoration: underline;
 }

 .header-style-12 .header-lower .outer-box {
   padding: 0px;
   max-width: 1200px;
 }

 .header-style-12 .social-links {
   position: relative;
   display: flex;
   align-items: center;
 }

 .header-style-12 .social-links li {
   margin-right: 15px;
 }

 .header-style-12 .social-links li:last-child {
   margin: 0px;
 }

 .header-style-12 .social-links li a {
   display: inline-block;
   font-size: 16px;
   color: #fff;
 }

 .header-style-12 .header-lower .main-menu .navigation>li>a {
   padding: 29.5px 0px;
 }

 .header-style-12 .sticky-header .outer-container {
   padding-left: 70px;
   padding-right: 70px;
 }

 .claim-section.home-12 .upper-box {
   border-bottom: none;
 }

 .clients-style-three.home-12 {
   background: #fafcfe;
 }


 /** header-style-13 **/

 .header-style-13 {
   position: absolute;
   left: 0px;
   top: 40px;
   width: 100%;
   padding-left: 285px;
 }

 .header-style-13 .logo-inner {
   position: absolute;
   left: 80px;
   top: 17px;
 }

 .header-style-13 .header-lower {
   position: relative;
   background: #fff;
   border-radius: 5px 0px 0px 5px;
   padding-left: 55px;
   padding-right: 55px;
 }

 .header-style-13 .header-lower:before {
   position: absolute;
   content: '';
   background: rgba(255, 255, 255, 0.20);
   width: 100%;
   height: 100%;
   left: 15px;
   top: 10px;
   border-bottom-left-radius: 5px;
 }

 .header-style-13 .header-lower .main-menu .navigation>li>a {
   color: #000000;
   padding: 28px 0px;
 }

 .header-style-13 .header-lower .main-menu .navigation>li.current>a,
 .header-style-13 .header-lower .main-menu .navigation>li:hover>a {}

 .header-style-13 .support-box {
   position: relative;
   display: block;
   padding-left: 45px;
 }

 .header-style-13 .support-box .icon-box {
   position: absolute;
   left: 0px;
   top: 2px;
 }

 .header-style-13 .support-box a {
   display: inline-block;
   font-size: 22px;
   line-height: 30px;
   font-weight: 600;
   color: #000000;
 }

 .header-style-13 .support-box a:hover {
   text-decoration: underline;
 }


 .header-style-14 .header-lower {
   background: #162b62;
 }

 .header-style-14 .header-upper {
   padding-bottom: 30px;
 }

 .header-style-14 .outer-box .link-box a {
   position: relative;
   display: inline-block;
   font-size: 16px;
   line-height: 26px;
   font-family: var(--jost);
   color: #fff;
   font-weight: 700;
   text-transform: uppercase;
   padding-right: 27px;
 }

 .header-style-14 .outer-box .link-box a:hover {}

 .header-style-14 .outer-box .link-box a:before {
   position: absolute;
   content: '';
   background-image: url(../images/icons/icon-161.png);
   right: 0px;
   bottom: 8px;
   width: 13px;
   height: 13px;
   background-repeat: no-repeat;
 }


 .check-box input {
   display: none;
 }

 .check-box label {
   position: relative;
   font-size: 20px;
   color: rgba(68, 68, 68, 0.50);
   padding-left: 40px;
   display: inline-block;
   cursor: pointer;
   margin-bottom: 0px;
 }

 .check-box label:before {
   position: absolute;
   content: '';
   left: 0px;
   top: 3px;
   width: 28px;
   height: 28px;
   border-style: solid;
   border-width: 2px;
   border-color: #e4e4e4;
   background: #fff;
 }

 .check-box label:after {
   position: absolute;
   content: '';
   left: 7px;
   top: 11px;
   background-image: url(../images/icons/icon-204.png);
   width: 14px;
   height: 12px;
   opacity: 0;
   transition: all 500ms ease;
 }

 .check-box input:checked+label:after {
   opacity: 1;
 }


 /** map-section **/

 .map-section {
   position: relative;
 }

 .map-section .map-inner {
   position: relative;
   width: 100%;
   height: 345px;
 }

 .map-section .map-inner iframe {
   position: relative;
   width: 100%;
   height: 345px;
 }

 .map-section .address-box {
   position: absolute;
   top: 45px;
   right: 310px;
   width: 380px;
   background: #1a6fe1;
   height: calc(100% - 90px);
   padding: 36px 45px 52px 45px;
   z-index: 2;
 }

 .map-section .address-box h4 {
   position: relative;
   display: block;
   font-size: 19px;
   line-height: 28px;
   font-family: 'Roboto', sans-serif;
   color: #fff;
   font-weight: 700;
   padding-bottom: 9px;
   margin-bottom: 20px;
 }

 .map-section .address-box h4:before {
   position: absolute;
   content: '';
   background: #fff;
   width: 20px;
   height: 2px;
   left: 0px;
   bottom: 0px;
 }

 .map-section .address-box p {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 28px;
   font-family: 'Barlow', sans-serif;
   color: #fff;
   margin-bottom: 30px;
 }

 .map-section .address-box p:last-child {
   margin-bottom: 0px;
 }

 .map-section .address-box p a {
   color: #fff;
 }

 .map-section .address-box p a:hover {
   text-decoration: underline;
 }


 /** header-style-15 **/

 .header-style-15 {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   padding-left: 163px;
 }

 .header-style-15 .outer-container {
   position: relative;
   padding: 0px 55px;
 }

 .header-style-15 .header-lower .outer-box {
   border-bottom: 1px solid rgba(255, 255, 255, 0.25);
 }

 .header-style-15 .menu-right-content .nav-toggler {
   border-color: #eee;
 }

 .feature-section.home-15 {
   background: #fff;
   border-bottom: 1px solid #d0d0d0;
 }

 .white-bg {
   background: #fff !important;
 }

 .benefits-section.home-15 {
   background: #f2f2f2;
 }

 .benefits-section.home-15 .tab-btns .tab-btn {
   background: #fff;
 }


 .header-style-16 {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
 }

 .header-style-16 .outer-container {
   padding: 0px 60px;
 }

 .header-style-16 .header-lower .main-menu .navigation>li>a {
   padding: 37px 0px;
 }

 .service-style-three.home-16 {
   background: #f2f2f3;
 }

 .service-style-three.home-16 .service-block-three .inner-box {
   box-shadow: 0px 5px 0px 0px #e6e6e7;
 }


 /** header-style-17 **/

 .header-style-17 {
   position: relative;
   background: #fff;
   border-top: 6px solid #d7e2f1;
 }

 .header-style-17 .header-upper .upper-inner .info-list li {
   padding-left: 47px;
 }

 .header-style-17 .header-upper .upper-inner .info-list li p {
   line-height: 22px;
   color: #333333;
 }

 .header-style-17 .header-upper .upper-inner .info-list li p a {
   display: inline-block;
   color: #333333;
 }

 .header-style-17 .header-upper .upper-inner .info-list li p a:hover {}

 .header-style-17 .header-upper {
   border-bottom: 1px solid #e1ebec;
   padding-bottom: 30px;
 }

 .header-style-17 .header-lower .main-menu .navigation>li>a {
   color: #000000;
   padding: 17px 0px;
 }

 .header-style-17 .btn-box a {
   position: relative;
   display: inline-block;
   font-size: 16px;
   line-height: 26px;
   font-family: var(--jost);
   font-weight: 700;
   text-transform: uppercase;
   color: #fff;
   padding: 17px 35px;
 }

 .header-style-17 .btn-box a:hover {
   background: var(--secondary-color) !important;
 }

 .header-style-17 .btn-box a:before {
   position: absolute;
   content: '';
   background: #fff;
   width: 9px;
   height: 16px;
   left: -1px;
   top: 50%;
   margin-top: -8px;
   clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 100%, 0% 0%);
 }

 .header-style-17 .sticky-header .btn-box a {
   padding: 22px 35px;
 }

 .header-style-17 .sticky-header .btn-box a:before {
   display: none;
 }

 .service-style-three.home-17 {
   background: #fafafb;
 }


 /** header-style-18 **/

 .header-style-18 {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
 }

 .header-style-18 .header-lower {
   background: rgba(255, 255, 255, 0.90);
 }

 .header-style-18 .header-top {
   background: #011f3a;
 }

 .header-style-18 .header-top .left-info li,
 .header-style-18 .header-top .left-info li a {
   color: #fff;
 }

 .header-style-18 .header-top .left-info li:before {
   background: #fff;
 }

 .header-top .left-info li button {
   font-size: 16px;
   font-weight: 500;
   color: #0b1970;
 }

 .header-style-18 .header-top .left-info li a:hover {}

 .header-style-18 .header-top .nice-select {
   color: #fff;
 }

 .header-style-18 .header-top .nice-select .list li {
   color: #0b1970;
 }

 .header-style-18 .header-top .right-info>li a {
   color: #fff;
 }

 .header-style-18 .header-top .right-info>li a:hover {}

 .header-style-18 .header-top:before {
   background: #8b98a5;
 }

 .header-style-18 .header-lower .main-menu .navigation>li>a {
   color: #000000;
   padding: 32px 0px;
 }

 .header-style-18 .header-lower .main-menu .navigation>li.current>a,
 .header-style-18 .header-lower .main-menu .navigation>li:hover>a {
   color: #ee0d09;
 }

 .header-style-18 .header-lower .nav-btn {
   border-color: #f66b16;
   background: #f66b16;
 }

 .claim-section.home-18 .upper-box {
   border-bottom: none;
 }

 .faq-section.white-bg .accordion-box .block .acc-btn {
   color: #161837;
 }

 .testimonial-style-two.home-19,
 .clients-style-two.home-19 {
   background: #f5f5f7;
 }

 .clients-style-two.home-19 .inner-container {
   border-bottom: none;
   border-top: 1px solid #e4e4e4;
 }

 .news-section.home-19 {
   background: #f4f4f4;
 }


 .header-style-20 {
   position: relative;
   background: #fff;
 }

 .header-style-20 .header-lower .main-menu .navigation>li>a {
   color: #000000;
 }

 .header-style-20 .header-lower .main-menu .navigation>li.current>a,
 .header-style-20 .header-lower .main-menu .navigation>li:hover>a {
   color: #2279e1;
 }

 .header-style-20 .search-toggler {
   opacity: 0.7;
 }

 .main-header .header-lower .menu-right-content .nav-toggler:hover {
   background: var(--secondary-color);
   border-color: var(--secondary-color);
 }

 .news-style-three.home-20 {
   background: #f6f7f8;
 }


 .slide-text-outer {
   position: relative;
 }

 .slide-text-outer .text-box {
   position: relative;
   display: block;
   width: max-content;
   font-size: 163px;
   line-height: 185px;
   font-family: var(--roboto);
   font-weight: 900;
   color: transparent;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: #8b8b8b;
   -moz-animation: scroll-left 1200s linear infinite;
   -webkit-animation: scroll-left 1200s linear infinite;
   animation: scroll-left 1200s linear infinite;
 }

 .slide-text-outer .text-box.italic {
   font-size: 120px;
   line-height: 140px;
   font-style: italic;
 }

 @-moz-keyframes scroll-left {
   0% {
     -moz-transform: translateX(0%);
   }

   100% {
     -moz-transform: translateX(-100%);
   }
 }

 @-webkit-keyframes scroll-left {
   0% {
     -webkit-transform: translateX(0%);
   }

   100% {
     -webkit-transform: translateX(-100%);
   }
 }


 .team-section.about-page {
   background: #f8f8f8;
 }

 .faq-section.history-page {
   background: #fff;
 }

 .faq-section.team-page-one .inner-container {
   border-top: 1px solid #d1d1d1;
 }