 /* Css For Immigratie */

 /************ 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 Fieldslogo
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 {
   --main-color: #032B66;
   --secondary-color: #5E789C;
   --text-color: #888888;
   --title-color: #032B66;
   --white-color: #ffffff;
   --heebo: 'Heebo', sans-serif;
   --maven: 'Maven Pro', sans-serif;
 }


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

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

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

 .container-fluid {
   padding: 0px;
 }

 .auto-container {
   position: static;
   max-width: 1450px;
   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(--heebo);
   font-weight: 400;
   font-size: 16px;
   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(--heebo);
   color: var(--text-color);
   font-weight: 400;
   margin: 0px;
   transition: all 500ms ease;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   position: relative;
   font-family: var(--maven);
   font-weight: 400;
   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;
   background: var(--main-color);
   left: 0;
   top: 0;
   width: 100%;
   z-index: 9999999;
 }

 .preloader-close {
   position: fixed;
   z-index: 99999999;
   font-size: 26px;
   background: var(--white-color);
   color: var(--main-color);
   width: 40px;
   height: 40px;
   line-height: 36px;
   text-align: center;
   border-radius: 50%;
   cursor: pointer;
   right: 30px;
   top: 30px;
 }

 .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(--maven);
   font-weight: 500;
   letter-spacing: 15px;
   display: inline-block;
   position: relative;
   font-size: 70px;
   line-height: 70px;
   text-transform: uppercase;
 }

 .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 {
   color: #ffffff;
 }

 .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: 0px;
   }
 }


 .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;
 }

 /** button **/


 .theme-btn {
   position: relative;
   display: inline-block;
   overflow: hidden;
   vertical-align: middle;
   font-size: 18px;
   line-height: 28px;
   font-weight: 500;
   text-align: center;
   padding: 20.5px 57px;
   text-transform: capitalize;
   font-family: var(--heebo);
   color: var(--white-color) !important;
   background: var(--secondary-color);
   z-index: 1;
   transition: all 500ms ease;
 }

 .theme-btn span {
   position: relative;
   padding-right: 20px;
 }

 .theme-btn span:before {
   position: absolute;
   content: '\e908';
   font-family: 'icomoon';
   font-size: 14px;
   top: 0px;
   right: 0px;
 }

 .theme-btn:hover {
   box-shadow: inset 0 0 0 2em var(--main-color);
 }

 .theme-btn.btn-two {
   background: var(--main-color);
 }

 .theme-btn.btn-two:hover {
   box-shadow: inset 0 0 0 2em var(--secondary-color);
 }



 .row {
   --bs-gutter-x: 30px;
 }

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

 .pagination li {
   position: relative;
   display: inline-block;
   margin-right: 7px;
 }

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

 .pagination li a {
   position: relative;
   display: inline-block;
   font-size: 16px;
   font-weight: 700;
   height: 50px;
   width: 50px;
   line-height: 50px;
   background: #ffffff;
   font-family: var(--heebo);
   border: 1px solid #004274;
   text-align: center;
   color: var(--main-color);
   z-index: 1;
   transition: all 500ms ease;
 }

 .pagination li a:hover,
 .pagination li a.current {
   color: var(--white-color);
   background: var(--main-color);
   border-color: var(--main-color);
 }

 .sec-pad {
   padding: 120px 0px 100px 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: red;
 }

 .scroll-to-top .scroll-bar .bar-inner {
   position: absolute;
   top: 0;
   right: 0;
   height: 100%;
   background-color: black;
 }

 .scroll-to-top .scroll-bar-text {
   font-size: 14px;
   font-weight: 600;
   cursor: pointer;
   color: red;
   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);
   }
 }

 @-webkit-keyframes diagonal-slide {
   from {
     top: 0;
     left: 0;
     animation-timing-function: linear;
   }

   20% {
     top: -5px;
     left: -5px;
     animation-timing-function: linear;
   }

   40% {
     top: 5px;
     left: -5px;
     animation-timing-function: linear;
   }

   60% {
     top: 5px;
     left: 5px;
     animation-timing-function: linear;
   }

   80% {
     top: -5px;
     left: 5px;
     animation-timing-function: linear;
   }

   to {
     top: 0;
     left: 0;
     animation-timing-function: linear;
   }
 }

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


 /** sec-title **/

 .sec-title {
   position: relative;
   display: block;
 }

 .sec-title .sub-title {
   position: relative;
   display: inline-block;
   font-size: 16px;
   line-height: 26px;
   color: #07407D;
   font-weight: 500;
   padding-bottom: 10px;
   margin-bottom: 20px;
   text-transform: uppercase;
 }

 .sec-title .sub-title:before {
   position: absolute;
   content: '';
   background: #B4C4D9;
   width: 97px;
   height: 1px;
   left: 0px;
   bottom: 0px;
 }

 .sec-title.centred .sub-title:before {
   left: 50%;
   transform: translateX(-50%);
 }

 .sec-title .sub-title:after {
   position: absolute;
   content: '\e90e';
   font-family: 'icomoon';
   font-size: 13px;
   background: var(--white-color);
   width: 33px;
   text-align: center;
   color: #B4C4D9;
   left: 32px;
   bottom: -13px;
 }

 .sec-title.centred .sub-title:after {
   left: 50%;
   transform: translateX(-50%);
 }

 .sec-title h2 {
   display: block;
   font-size: 40px;
   line-height: 50px;
   font-weight: 700;
 }

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

 .home_one .sec-title .sub-title:after {
   color: var(--secondary-color);
 }

 .home_one .sec-title .sub-title:before {
   background: var(--secondary-color);
 }

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




 /*** 

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

***/


 /** main-header **/

 .main-header {
   position: relative;
   left: 0px;
   top: 0px;
   right: 0px;
   z-index: 999;
   width: 100%;
   box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

 .sticky-header {
   position: fixed;
   opacity: 0;
   visibility: hidden;
   left: 0px;
   top: 0px;
   width: 100%;
   z-index: 0;
   background-color: var(--white-color);
   border-bottom: 1px solid rgba(0, 0, 0, 0.10);
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   padding: 8px 0px;
 }

 .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-top **/

 .header-top {
   position: relative;
   width: 100%;
   background: #07407D;
 }

 .header-top .outer-container {
   padding: 0px 100px;
 }

 .header-top .top-inner {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 5px 0px;
 }

 .header-top .top-left .info li {
   position: relative;
   display: inline-block;
   float: left;
   font-size: 14px;
   color: var(--white-color);
   padding-left: 23px;
   margin-right: 60px;
 }

 .header-top .top-left .info li:last-child {
   margin: 0px;
 }

 .header-top .top-left .info li i {
   position: absolute;
   left: 0px;
   top: 8px;
   font-size: 15px;
   color: #B4C4D9;
 }

 .header-top .top-left .info li a {
   color: var(--white-color);
 }

 .header-top .top-left .info li a:hover {
   text-decoration: underline;
 }

 .header-top .top-left .info li:before {
   position: absolute;
   content: '';
   background: rgba(255, 255, 255, 0.2);
   width: 1px;
   height: 55px;
   top: -13px;
   right: -30px;
 }

 .header-top .top-left .info li:last-child:before {
   display: none;
 }

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

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

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

 .header-top .social-links li a {
   position: relative;
   display: inline-block;
   font-size: 16px;
   color: var(--white-color);
 }

 .header-top .social-links {
   position: relative;
   padding-right: 30px;
 }

 .header-top .social-links:before {
   position: absolute;
   content: '';
   background: rgba(255, 255, 255, 0.2);
   width: 1px;
   height: 55px;
   top: -13px;
   right: 0px;
 }

 .header-top .search-form {
   position: relative;
   margin-right: 55px;
 }

 .header-top .search-form .form-group {
   position: relative;
   width: 210px;
   margin: 0px;
 }

 .header-top .search-form .form-group input[type="search"] {
   position: relative;
   display: block;
   width: 100%;
   height: 55px;
   padding: 10px 50px 10px 25px;
   font-size: 14px;
   color: rgba(255, 255, 255, 0.3);
   transition: all 400ms ease;
 }

 .header-top .search-form .form-group input:focus {
   color: var(--white-color);
 }

 .header-top .search-form .form-group button {
   position: absolute;
   top: 15px;
   right: 0px;
   font-size: 18px;
   color: rgba(255, 255, 255, 0.3);
   cursor: pointer;
   transition: all 500ms ease;
 }

 .header-top .search-form .form-group input:focus+button,
 .header-top .search-form .form-group button:hover {
   color: #fff;
 }

 .header-top .btn-box a {
   position: relative;
   display: inline-block;
   font-size: 16px;
   line-height: 26px;
   color: var(--white-color);
   padding: 14.5px 32px;
   text-align: center;
   background: #5E789C;
   z-index: 1;
 }

 .header-top .btn-box a span {
   position: relative;
   padding-right: 16px;
 }

 .header-top .btn-box a span:before {
   position: absolute;
   content: '\e908';
   font-family: 'icomoon';
   font-size: 12px;
   top: -1px;
   right: 0px;
 }

 .header-top .btn-box a:hover {
   color: var(--main-color);
 }

 .header-top .btn-box a:before {
   position: absolute;
   content: '';
   background: var(--white-color);
   width: 0%;
   height: 100%;
   left: 0px;
   top: 0px;
   z-index: -1;
   transition: all 500ms ease;
 }

 .header-top .btn-box a:hover:before {
   width: 100%;
 }

 /** header-lower **/
 .nav-logo {
   width: 100px;

 }

 .pvlt {
   letter-spacing: 8.7px;
   font-weight: 600;
   font-size: 20px;
 }

 .logo-box .logo {
   width: 80px;
   margin-right: 10px;
 }

 .text-bold h3 {
   font-size: 30px;
   font-weight: 600;
   margin-top: 5px;
 }

 .header-lower {
   position: relative;
   width: 100%;
   background: #F5F3F3;
   padding-left: 250px;
 }

 .header-lower .logo-box {
   position: relative;
   float: left;
   margin-right: 90px;

 }

 .header-lower .nav-outer {
   position: relative;
   float: left;
   width: calc(100% - 361px);
   padding-right: 100px;
   padding-left: 55px;
   background: var(--white-color);
   border-bottom-left-radius: 20px;
   display: flex;
   align-items: center;
   justify-content: space-between;
 }

 .main-header .support-box {
   position: relative;
   display: block;
   padding: 11px 0px 2px 82px;
 }

 .main-header .support-box .image-box {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 62px;
   height: 62px;
   border-radius: 50%;
 }

 .main-header .support-box .image-box img {
   width: 100%;
   border-radius: 50%;
 }

 .main-header .support-box span {
   position: relative;
   display: block;
   font-size: 16px;
   line-height: 20px;
   font-weight: 700;
   text-transform: uppercase;
   color: #5E789C;
 }

 .main-header .support-box a {
   position: relative;
   display: inline-block;
   font-size: 16px;
   line-height: 20px;
   color: var(--main-color);
 }

 .main-header .support-box a:hover {
   text-decoration: underline;
 }

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





 /** main-menu **/
 .icon-text h3 {
   text-align: center;
   padding: 10px;
 }

 .icon-img {
   text-align: center;
   padding: 10px;

 }

 .icon-box_1 {
   display: flex !important;
   justify-content: center !important;
 }

 .icon-box_1 img {
   width: 80px;

 }

 .shadow_1 {
   box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
   border-radius: 15px;
   height: 190px;
   margin: 10px;

 }

 .main-menu {
   float: left;
 }

 .heading_h2 {
   font-weight: 600;
   padding-bottom: 40px;
   text-align: center;
   font-size: 40px;
 }

 .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 18px;
   -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;
   padding: 26px 0px;
   font-weight: 600;
   font-family: var(--heebo);
   opacity: 1;
   color: var(--main-color);
   z-index: 1;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .main-menu .navigation>li.current>a,
 .main-menu .navigation>li:hover>a {}

 .service_box_ul {
   width: 400px !important;
 }

 .main-menu .navigation>li>ul,
 .main-menu .navigation>li>.megamenu {
   position: absolute;
   left: inherit;
   top: 100%;
   width: 230px;
   margin-top: 15px;
   padding: 10px 0px;
   z-index: 100;
   background: var(--main-color);
   display: none;
   opacity: 0;
   visibility: hidden;
   border-radius: 0px;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

 .main-menu .navigation>li>.megamenu a {
   display: inline-block !important;
 }

 .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 30px;
   line-height: 24px;
   font-weight: 500;
   font-size: 16px;
   text-transform: capitalize;
   font-family: var(--heebo);
   color: var(--white-color);
   text-align: left;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

 .main-menu .navigation>li>ul>li>a {
   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
 }

 .main-menu .navigation>li>.megamenu li>a {
   padding-left: 0px;
   padding-right: 0px;
 }

 .main-menu .navigation>li>.megamenu h4 {
   display: block;
   font-size: 20px;
   line-height: 30px;
   color: var(--white-color);
 }

 .main-menu .navigation>li>ul>li>a:hover,
 .main-menu .navigation>li>.megamenu li>a:hover {
   color: rgba(255, 255, 255, 0.50);
 }

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

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

 .main-menu .navigation>li>ul>li>ul {
   position: absolute;
   left: 100%;
   top: 0%;
   margin-top: 15px;
   width: 230px;
   z-index: 100;
   display: none;
   border-radius: 0px;
   padding: 10px 0px;
   background: #032B66;
   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 30px;
   line-height: 24px;
   font-weight: 500;
   font-size: 16px;
   text-transform: capitalize;
   font-family: var(--white-color);
   color: var(--white-color);
   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
   text-align: left;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

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

 .main-menu .navigation>li>ul>li>ul>li>a:hover {
   color: rgba(255, 255, 255, 0.50);
 }

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

 .main-menu .navigation>li.dropdown:hover>ul,
 .main-menu .navigation>li.dropdown:hover>.megamenu {
   visibility: visible;
   opacity: 1;
   margin-top: 0px;
   top: 100%;
 }

 .main-menu .navigation li>ul>li.dropdown:hover>ul {
   visibility: visible;
   opacity: 1;
   top: 0%;
   margin-top: 0px;
 }

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

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

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

 .menu-area .mobile-nav-toggler {
   position: relative;
   float: right;
   font-size: 40px;
   line-height: 50px;
   cursor: pointer;
   background: var(--main-color);
   display: none;
 }

 .menu-area .mobile-nav-toggler .icon-bar {
   position: relative;
   height: 2px;
   width: 30px;
   display: block;
   margin-bottom: 5px;
   background-color: var(--white-color);
   -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;
   background: var(--main-color);
   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 0 25px;
   text-align: left;
   /* padding-bottom: 100px; */
 }

 .pb-100 {
   padding-bottom: 100px !important;
 }

 .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: 16px;
   color: #ffffff;
   cursor: pointer;
   z-index: 10;
   -webkit-transition: all 0.9s ease;
   -moz-transition: all 0.9s ease;
   -ms-transition: all 0.9s ease;
   -o-transition: all 0.9s ease;
   transition: all 0.9s ease;
 }

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

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

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

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

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

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

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

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

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

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

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

 .mobile-menu .navigation li.dropdown .dropdown-btn.open {
   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;
 }

 .nice-select {
   position: relative;
   background: transparent;
   border: none;
   font-size: 16px;
   font-weight: 400;
   height: 50px;
   line-height: 50px;
   padding: 0px 20px !important;
   color: #6E6E6E;
   height: auto;
 }

 .nice-select:after {
   width: 8px;
   height: 8px;
   right: 20px;
   border-bottom: 2px solid #C4C4C4;
   border-right: 2px solid #C4C4C4;
 }

 .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);
 }


 .list-style-one li {
   position: relative;
   display: block;
   font-size: 16px;
   padding-left: 35px;
   margin-bottom: 8px;
 }

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

 .list-style-one li:before {
   position: absolute;
   content: '\e90f';
   font-family: 'icomoon';
   font-size: 20px;
   left: 0px;
   top: 0px;
   color: #888;
 }

 .link-btn a {
   position: relative;
   display: inline-block;
   font-size: 16px;
   line-height: 26px;
   font-weight: 500;
   color: #0F181D;
 }

 .link-btn a:hover {
   color: var(--secondary-color);
 }

 .link-btn a span {
   position: relative;
   padding-right: 20px;
 }

 .link-btn a span:before {
   position: absolute;
   content: '\e908';
   font-family: 'icomoon';
   font-size: 14px;
   top: -1px;
   right: 0px;
 }

 .nav-style-one button {
   position: relative;
   display: inline-block;
   width: 50px;
   height: 50px;
   line-height: 52px;
   font-size: 12px;
   text-align: center;
   color: var(--white-color);
   background: var(--main-color);
   border-radius: 50%;
   transition: all 500ms ease;
 }

 .nav-style-one button:hover {
   background: var(--secondary-color);
 }

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

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


 .parallax-bg {
   position: absolute;
   left: 0px;
   top: -30%;
   width: 100%;
   height: 150%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   background-attachment: fixed;
   z-index: -1;
 }

 @keyframes slide {
   from {
     background-position: 0 0;
   }

   to {
     background-position: 1920px 0;
   }
 }

 @-webkit-keyframes slide {
   from {
     background-position: 0 0;
   }

   to {
     background-position: 1920px 0;
   }
 }



 .passport-section {
   padding: 300px 0px 150px 0px;
 }

 .passport-section .inner-box {
   max-width: 894px;
   margin: 0 auto;
 }

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

 .passport-section .pattern-layer .pattern-1 {
   position: absolute;
   left: 0px;
   top: 0px;
   right: 0px;
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
   background-position: center;
 }

 .passport-section .pattern-layer .pattern-2 {
   position: absolute;
   left: 0px;
   top: 244px;
   width: 425px;
   height: 360px;
   background-repeat: no-repeat;
 }

 .passport-section .pattern-layer .pattern-3 {
   position: absolute;
   right: 80px;
   top: 150px;
   width: 447px;
   height: 347px;
   background-repeat: no-repeat;
 }


 /** main-footer **/

 .main-footer {
   position: relative;
   background: #0F181D;
 }

 .main-footer .widget-section {
   padding: 107px 0px 47px 0px;
   border-bottom: 1px solid rgba(255, 255, 255, 0.2);
 }

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

 .main-footer .logo-widget .footer-logo {
   display: block;
   width: 80px;
   margin-left: 120px;
   padding-bottom: 10px;
 }

 .aws p a {
   color: #413f3f !important;
   font-size: 12px;
 }

 .main-footer .logo-widget .text p {
   color: var(--white-color);
 }

 .main-footer .logo-widget .info li {
   position: relative;
   display: block;
   color: var(--white-color);
   margin-bottom: 10px;
   padding-left: 38px;
 }

 .main-footer .logo-widget .info li:last-child {
   margin-bottom: 0px;
 }

 .main-footer .logo-widget .info li i {
   position: absolute;
   left: 0px;
   top: 2px;
   font-size: 22px;
   color: var(--secondary-color);
 }

 .main-footer .logo-widget .info li a {
   display: inline-block;
   color: var(--white-color);
 }

 .main-footer .logo-widget .info li a:hover {
   text-decoration: underline;
 }

 .main-footer .logo-widget .social-links li {
   position: relative;
   display: inline-block;
   float: left;
   margin-right: 15px;
 }

 .main-footer .logo-widget .social-links li:last-child {
   margin: 0px;
 }

 .main-footer .logo-widget .social-links li a {
   position: relative;
   display: inline-block;
   width: 30px;
   height: 30px;
   line-height: 34px;
   font-size: 14px;
   color: var(--white-color);
   background: #172329;
   text-align: center;
   border-radius: 50%;
 }

 .main-footer .logo-widget .social-links li a:hover {
   background: var(--main-color);
 }

 .main-footer .widget-title {
   position: relative;
   display: block;
   max-width: 210px;
   padding-bottom: 20px;
   margin-bottom: 40px;
   border-bottom: 1px solid #B4C4D9;
 }

 .main-footer .widget-title:before {
   position: absolute;
   content: '';
   background: var(--secondary-color);
   width: 96px;
   height: 1px;
   left: 0px;
   bottom: -1px;
 }

 .main-footer .widget-title h3 {
   font-size: 24px;
   line-height: 34px;
   font-weight: 700;
   color: var(--white-color);
 }

 .main-footer .links-widget .links-list li {
   position: relative;
   display: block;
   margin-bottom: 10px;
 }

 .main-footer .links-widget .links-list li a {
   display: inline-block;
   font-weight: 500;
   color: var(--white-color);
 }

 .main-footer .links-widget .links-list li a:hover {
   color: var(--secondary-color);
 }

 .main-footer .gallery-widget .image-list {
   margin: 0px -5px;
 }

 .main-footer .gallery-widget .image-list li {
   position: relative;
   display: inline-block;
   float: left;
   margin: 0px 5px 10px 5px;
 }

 .main-footer .gallery-widget .image-list li .image-box {
   position: relative;
   display: block;
   width: 104px;
   height: 100px;
   border-radius: 5px;
   background: var(--main-color);
 }

 .main-footer .gallery-widget .image-list li .image-box img {
   width: 100%;
   border-radius: 5px;
   transition: all 500ms ease;
 }

 .main-footer .gallery-widget .image-list li .image-box:hover img {
   opacity: 0.2;
 }

 .main-footer .gallery-widget .image-list li .image-box a {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%) scale(0, 0);
   font-size: 24px;
   color: var(--white-color);
 }

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

 .main-footer .footer-bottom {
   position: relative;
   width: 100%;
   padding: 29px 0px;
   text-align: center;
 }

 .main-footer .footer-bottom p,
 .main-footer .footer-bottom p a:hover {
   color: var(--white-color);
 }

 .main-footer .footer-bottom p a {
   color: var(--secondary-color);
 }

 .main-footer .pattern-layer {
   position: absolute;
   left: 0px;
   bottom: 0px;
   width: 100%;
   height: 450px;
   background-repeat: repeat-x;
   animation: slide 60s linear infinite;
   -webkit-animation: slide 60s linear infinite;
 }


 /** header-style-two **/

 .header-style-two .header-top .search-form {
   margin-right: 0px;
 }

 .header-style-two .header-lower {
   padding: 0px;
 }

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

 .header-style-two .header-lower .logo-box {
   margin: 0px;
 }

 .header-style-two .header-lower .main-menu .navigation>li>a {
   padding-top: 28px;
   padding-bottom: 28px;
 }

 .header-style-two .header-lower .main-menu .navigation>li>a:before {
   position: absolute;
   content: '';
   width: 34px;
   height: 1px;
   left: 50%;
   bottom: 20px;
   transform: translateX(-50%) scale(0, 0);
   background: var(--main-color);
   transition: all 500ms ease;
 }

 .header-style-two .header-lower .main-menu .navigation>li>a:hover:before,
 .header-style-two .header-lower .main-menu .navigation>li.current>a:before {
   transform: translateX(-50%) scale(1, 1);
 }

 .header-style-two .btn-box .theme-btn {
   padding: 13.5px 24px;
   background: var(--main-color);
 }

 .header-style-two .btn-box .theme-btn:hover {
   box-shadow: inset 0 0 0 2em var(--secondary-color);
 }


 @-webkit-keyframes ripple {
   70% {
     -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
     box-shadow: 0 0 0 40px 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 40px rgba(255, 255, 255, 0);
     box-shadow: 0 0 0 40px 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);
   }
 }


 /** footer-style-two **/

 .main-footer.style-two {
   background: var(--main-color);
 }

 .main-footer .logo-widget .text a {
   display: inline-block;
   font-size: 16px;
   color: var(--white-color);
   margin-top: 21px;
 }

 .main-footer .logo-widget .text a:hover {
   color: var(--secondary-color);
 }

 .main-footer.style-two .gallery-widget .image-list li .image-box {
   width: 126px;
   height: 115px;
   border-radius: 0px;
 }

 .main-footer.style-two .gallery-widget .image-list li .image-box img {
   border-radius: 0px;
 }

 .main-footer .post-widget .post {
   position: relative;
   display: block;
   margin-bottom: 20px;
 }

 .main-footer .post-widget .post:last-child {
   margin-bottom: 0px;
 }

 .main-footer .post-widget .post .post-info li {
   position: relative;
   display: inline-block;
   float: left;
   font-size: 12px;
   line-height: 26px;
   color: var(--white-color);
   margin-right: 17px;
 }

 .main-footer .post-widget .post .post-info li:last-child {
   margin: 0px;
 }

 .main-footer .post-widget .post .post-info li a {
   display: inline-block;
   color: var(--white-color);
 }

 .main-footer .post-widget .post .post-info li a:hover {
   color: var(--secondary-color);
 }

 .main-footer .post-widget .post .post-info li:before {
   position: absolute;
   content: '';
   background: var(--white-color);
   width: 1px;
   height: 10px;
   top: 8px;
   right: -9px;
 }

 .main-footer .post-widget .post .post-info li:last-child:before {
   display: none;
 }

 .main-footer .post-widget .post .post-info {
   margin-bottom: 5px;
 }

 .main-footer .post-widget .post h4 {
   display: block;
   font-size: 20px;
   line-height: 30px;
   font-weight: 700;
 }

 .main-footer .post-widget .post h4 a {
   display: inline-block;
   color: var(--white-color);
 }

 .main-footer .post-widget .post h4 a:hover {
   color: var(--secondary-color);
 }

 .main-footer.style-two .widget-section {
   padding-top: 185px;
 }

 .header-style-three .header-lower {
   position: absolute;
   left: 0px;
   width: 100%;
   background: transparent;
 }

 .main-footer.style-three .widget-section {
   padding-top: 125px;
 }

 .main-footer.style-three .pattern-layer-2 {
   position: absolute;
   left: ;
 }

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

 .main-footer .bg-layer:before {
   position: absolute;
   content: '';
   background: var(--main-color);
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   opacity: 0.90;
 }

 .main-footer.style-three .widget-section {
   border-bottom: none;
 }

 .main-footer.style-three .footer-bottom {
   background: #07316D;
 }

 .main-footer.style-three .footer-bottom p a {
   color: var(--white-color);
 }

 .main-footer.style-three .footer-bottom a:hover {
   text-decoration: underline;
 }

 .main-footer .footer-logo {
   position: relative;
   display: block;
 }


 /** header-style-four **/

 .header-style-four .header-lower {
   position: absolute;
   left: 0px;
   top: 50px;
   width: 100%;
   padding: 0px 130px;
   background: transparent;
 }

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

 .header-style-four .header-lower .logo-box {
   margin-right: 0px;
   padding: 0px;
 }

 .header-style-four .header-lower .menu-area {
   position: relative;
   background: #fff;
   box-shadow: 0px 4px 20px rgba(116, 116, 116, 0.05);
   border-radius: 50px;
   padding: 0px 75px;
 }

 .main-header .menu-right-content li {
   position: relative;
   display: inline-block;
   float: left;
   margin-right: 20px;
 }

 .main-header .menu-right-content li:last-child {
   margin: 0px;
 }

 .main-header .menu-right-content li.search-box-outer,
 .main-header .menu-right-content li a {
   position: relative;
   display: inline-block;
   width: 80px;
   height: 80px;
   line-height: 86px;
   background: var(--white-color);
   font-size: 24px;
   color: var(--main-color);
   text-align: center;
   border-radius: 50%;
   cursor: pointer;
   transition: all 500ms ease;
 }

 .main-header .menu-right-content li.search-box-outer:hover,
 .main-header .menu-right-content li a:hover {
   color: var(--white-color);
   background: var(--main-color);
 }

 .header-style-four .sticky-header {
   background: #F5F5F5;
 }

 .main-header .sticky-header .menu-right-content li.search-box-outer,
 .main-header .sticky-header .menu-right-content li a {
   width: 50px;
   height: 50px;
   line-height: 56px;
   font-size: 20px;
 }


 /*** 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: 1;
 }

 .search-popup .upper-box .logo-box {
   max-width: 149px;
 }

 .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;
   top: 11px;
   transition: all 500ms ease;
 }

 .search-popup .close-search:hover {
   color: red;
 }

 .search-popup .search-form {
   position: relative;
   width: 100%;
   padding: 100px 0px 250px 0px;
 }

 .search-popup .search-form .form-group {
   position: relative;
   margin: 0px;
 }

 .search-popup .search-form fieldset input[type="search"] {
   position: relative;
   height: 90px;
   padding: 20px 0px;
   background: #ffffff;
   line-height: 30px;
   font-size: 20px;
   color: #808080;
   font-family: 'Inter', 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;
 }


 .main-footer.style-four {
   background: var(--main-color);
 }

 .footer-top {
   position: relative;
   padding: 100px 0px 60px 0px;
   border-bottom: 1px solid rgba(255, 255, 255, 0.2);
 }

 .footer-top .footer-logo {
   display: block;
   margin-bottom: 25px;
 }

 .footer-top p {
   color: var(--white-color);
   max-width: 700px;
   margin: 0 auto;
   margin-bottom: 30px;
 }

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

 .footer-top .social-links li a {
   display: inline-block;
   font-size: 18px;
   color: var(--white-color);
 }

 .footer-top .social-links li a:hover {
   color: var(--secondary-color);
 }

 .main-footer.style-four .gallery-widget .image-list li .image-box {
   width: 126px;
   height: 115px;
   border-radius: 0px;
 }

 .main-footer.style-four .widget-section {
   padding-bottom: 0px;
   border-bottom: none;
 }

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


 .main-footer.style-five {
   background: var(--main-color);
 }

 .main-footer .contact-widget .info-list li {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: left;
   margin-bottom: 24px;
 }

 .main-footer .contact-widget .info-list li:last-child {
   margin-bottom: 0px;
 }

 .main-footer .contact-widget .info-list li .icon-box {
   position: relative;
   display: inline-block;
   width: 40px;
   height: 40px;
   line-height: 40px;
   font-size: 16px;
   color: var(--white-color);
   background: var(--secondary-color);
   text-align: center;
   border-radius: 50%;
   margin-right: 17px;
 }

 .main-footer .contact-widget .info-list li p {
   color: var(--white-color);
 }

 .main-footer .contact-widget .info-list li p a {
   color: var(--white-color);
 }

 .main-footer .contact-widget .info-list li p a:hover {
   color: var(--secondary-color);
 }

 .main-footer .newsletter-widget .text p {
   color: var(--white-color);
 }

 .main-footer .newsletter-widget .form-inner .form-group {
   position: relative;
   margin: 0px;
 }

 .main-footer .newsletter-widget .form-inner .form-group input[type='email'] {
   position: relative;
   display: block;
   width: 100%;
   height: 48px;
   background: rgba(180, 196, 217, 0.2);
   font-size: 14px;
   color: rgba(255, 255, 255, 0.3);
   border: 1px solid transparent;
   padding: 10px 140px 10px 50px;
   transition: all 500ms ease;
 }

 .main-footer .newsletter-widget .form-inner .form-group input:focus {
   border-color: #fff;
   color: #fff;
 }

 .main-footer .newsletter-widget .form-inner .form-group i {
   position: absolute;
   top: 16px;
   left: 20px;
   font-size: 16px;
   color: rgba(255, 255, 255, 0.3);
   z-index: 1;
 }

 .main-footer .newsletter-widget .form-inner .form-group .theme-btn {
   position: absolute;
   top: 7px;
   right: 9px;
   font-size: 14px;
   font-weight: 400;
   padding: 3px 19px;
 }

 .main-footer .newsletter-widget .social-links li {
   position: relative;
   display: inline-block;
   margin-right: 20px;
 }

 .main-footer .newsletter-widget .social-links li:last-child {
   margin: 0px;
 }

 .main-footer .newsletter-widget .social-links li a {
   display: inline-block;
   font-size: 16px;
   color: var(--white-color);
 }

 .main-footer .newsletter-widget .social-links li a:hover {
   color: var(--secondary-color);
 }

 .main-footer.style-five .post-widget .post {
   padding-left: 106px;
   margin-bottom: 15px;
   min-height: 91px;
 }

 .main-footer.style-five .post-widget .post:last-child {
   margin-bottom: 0px;
 }

 .main-footer.style-five .post-widget .post .post-thumb {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 90px;
   height: 93px;
   border-radius: 5px;
   background: var(--main-color);
 }

 .main-footer.style-five .post-widget .post .post-thumb img {
   width: 100%;
   border-radius: 5px;
   transition: all 500ms ease;
 }

 .main-footer.style-five .post-widget .post:hover .post-thumb img {
   opacity: 0.5;
 }

 .main-footer.style-five .widget-section {
   border-bottom: none;
 }


 .accordion-box .block .acc-content.current {
   display: block;
 }

 .accordion-box .block .acc-content {
   display: none;
 }

 .testimonial-section.coaching-page {
   padding: 150px 0px 220px 0px;
 }

 .custom-controls-stacked {
   position: relative;
 }

 .custom-control.material-checkbox .material-control-input {
   display: none;
 }

 .custom-control.material-checkbox .material-control-indicator {
   display: inline-block;
   position: absolute;
   top: 7px;
   left: 0px;
   width: 15px;
   height: 15px;
   border: 1px solid var(--main-color);
   cursor: pointer;
 }

 .custom-control.material-checkbox .material-control-indicator:before {
   position: absolute;
   content: "\e93e";
   font-family: 'icomoon';
   font-size: 8px;
   left: -1px;
   top: 0px;
   width: 15px;
   height: 15px;
   line-height: 15px;
   text-align: center;
   color: var(--main-color);
   opacity: 0;
   transition: all 500ms ease;
 }

 .custom-control.material-checkbox .material-control-input:checked~.material-control-indicator:before {
   opacity: 1;
 }

 .custom-controls-stacked .description {
   position: relative;
   display: inline-block;
   padding: 0px;
   margin-left: 25px;
   font-size: 14px;
   line-height: 26px;
   color: #888;
   cursor: pointer;
 }


 .top-bar-btn ul li a {
   color: #fff;
   margin: 0px 10px;
   font-weight: 500;
 }


 /* Custom css */



 .about-section {
   padding: 120px 0px 0px;
 }

 .image_block_one .image-box {
   padding-right: 240px;
   padding-bottom: 118px;
   margin-right: -25px;
 }

 .image_block_one .image-box .image-1 {
   position: relative;
   display: block;
   box-shadow: 0px 4px 209px 38px rgba(97, 97, 97, 0.25);
   border-radius: 10px;
   z-index: 1;
   overflow: hidden;
 }

 .image_block_one .image-box .image-1:before {
   position: absolute;
   top: 0;
   left: -85%;
   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_one .image-box:hover .image-1:before {
   -webkit-animation: shine 1s;
   animation: shine 1s;
 }

 .image_block_one .image-box .image-1 img {
   width: 100%;
   border-radius: 10px;
 }

 .image_block_one .image-box .image-2 {
   position: absolute;
   right: 0px;
   bottom: 0px;
   border-radius: 10px;
 }

 .image_block_one .image-box .image-2 img {
   width: 100%;
   border-radius: 10px;
 }

 .image_block_one .image-box .certificate-box {
   position: absolute;
   top: 103px;
   right: 13px;
   border-radius: 10px;
 }

 .image_block_one .image-box .certificate-box img {

   border-radius: 10px;
 }

 .content_block_one .content-box {
   display: block;
 }

 .content_block_one .content-box .list-inner {
   display: flex;
   align-items: center;
   justify-content: space-between;
 }

 .content_block_one .content-box .list-inner li {
   color: var(--main-color);
   font-weight: 500;
 }

 .about-section .pattern-layer {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 585px;
   height: 705px;
   background-repeat: no-repeat;
 }


 /** about-style-two **/

 .about-style-two {
   padding: 0px 0px 150px 0px;
 }

 .about-style-two .image-box {
   position: relative;
   display: block;
   margin-left: -80px;
   margin-right: -59px;
 }

 .about-style-two .image-box img {
   width: 100%;
 }

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

 .content_block_four .content-box .text h5 {
   display: block;
   font-size: 18px;
   line-height: 28px;
   font-weight: 700;
   margin-bottom: 20px;
 }

 .content_block_four .content-box .funfact-inner {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
 }

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

 .content_block_four .content-box .funfact-block .count-outer {
   position: relative;
   display: block;
   font-size: 54px;
   line-height: 64px;
   font-weight: 700;
   font-family: var(--maven);
   color: var(--main-color);
   margin-bottom: 25px;
 }

 .content_block_four .content-box .funfact-block p {
   display: block;
   font-size: 18px;
   line-height: 28px;
   font-weight: 500;
   font-family: var(--secondary-color);
   margin-bottom: 25px;
 }

 .content_block_four .content-box .funfact-block .link a {
   position: relative;
   display: inline-block;
   font-size: 16px;
   color: var(--secondary-color);
 }

 .content_block_four .content-box .funfact-block .link a:hover {
   color: var(--main-color);
 }

 .about-style-two .pattern-layer .pattern-1 {
   position: absolute;
   left: 0px;
   top: -90px;
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
 }

 .about-style-two .pattern-layer .pattern-2 {
   position: absolute;
   top: -90px;
   right: 0px;
   width: 847px;
   height: 881px;
   background-repeat: no-repeat;
 }


 /** about-style-three **/

 .about-style-three {}

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

 .content_block_six .content-box p {
   font-size: 18px;
 }

 .content_block_six .content-box .inner-box .single-item {
   position: relative;
   display: block;
   padding: 0px 0px 0px 86px;
   margin-bottom: 20px;
   min-height: 55px;
 }

 .content_block_six .content-box .inner-box .single-item:last-child {
   margin-bottom: 0px;
 }

 .content_block_six .content-box .inner-box .single-item .icon-box {
   position: absolute;
   left: 0px;
   top: 0px;
 }

 .content_block_six .content-box .inner-box .single-item h5 {
   font-size: 18px;
   line-height: 28px;
   font-weight: 500;
   font-family: var(--heebo);
 }

 .about-style-three .image-inner {
   position: relative;
   display: block;
   min-width: 830px;
 }

 .about-style-three .image-inner .image {
   position: relative;
   display: block;
   border-radius: 10px;
   margin-bottom: 20px;
   overflow: hidden;
 }

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

 .about-style-three .image-inner .image2 img {
   height: 200px;
 }

 .about-style-three .image-inner .image-box {
   float: left;
   margin-right: 20px;
 }

 .about-style-three .image-inner .image-box:last-child {
   margin: 0px;
 }

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

 .about-style-three .image-layer {
   position: absolute;
   left: 136px;
   bottom: 150px;
 }

 .about-style-three .pattern-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   right: 0px;
   max-width: 1920px;
   width: 100%;
   height: 100%;
 }

 .about-style-three .pattern-layer .pattern-1 {
   position: absolute;
   left: 0px;
   top: -40px;
   width: 931px;
   height: 881px;
   background-repeat: no-repeat;
 }

 .about-style-three .sec-title .sub-title:after {
   background: #F6F1F1;
 }

 .about-style-three .pattern-layer .pattern-2 {
   position: absolute;
   top: -90px;
   right: 0px;
   width: 355px;
   height: 376px;
   background-repeat: no-repeat;
 }

 .about-style-three .image-inner .image-shape {
   position: absolute;
   left: -64px;
   bottom: -89px;
   width: 186px;
   height: 186px;
   background-repeat: no-repeat;
   z-index: 1;
   -webkit-animation: zoom-fade 4s infinite linear;
   animation: zoom-fade 4s infinite linear;
 }


 /** about-style-four **/

 .about-style-four {
   padding-bottom: 250px;
 }

 .image_block_two .image-box {
   position: relative;
   display: block;
   padding-right: 356px;
 }

 .image_block_two .image-box .image-2 {
   position: absolute;
   right: 0px;
   bottom: 0px;
 }

 .image_block_two .image-box .image {
   border-radius: 10px;
 }

 .image_block_two .image-box img {
   width: 100%;
   border-radius: 10px;
 }

 .image_block_two .image-box .text-box {
   position: absolute;
   top: 25px;
   right: 109px;
   width: 210px;
 }

 .image_block_two .image-box .text-box h2 {
   display: inline-block;
   font-size: 96px;
   line-height: 110px;
   font-weight: 700;
   padding-right: 15px;
 }

 .image_block_two .image-box .text-box h2 span {
   position: absolute;
   right: 0px;
   bottom: -26px;
   font-size: 30px;
   font-weight: 400;
 }

 .image_block_two .image-box .text-box h3 {
   display: block;
   font-size: 36px;
   line-height: 50px;
   font-weight: 500;
 }

 .image_block_two .image-box .image-shape {
   position: absolute;
   left: 130px;
   bottom: -80px;
   width: 224px;
   height: 224px;
   border: 28px solid var(--main-color);
   border-radius: 50%;
   z-index: 1;
   -webkit-animation: zoom-fade 7s infinite linear;
   animation: zoom-fade 7s infinite linear;
 }

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

 .content_block_seven .content-box .text p {
   font-size: 18px;
 }

 .content_block_seven .content-box .inner-box .single-item {
   position: relative;
   display: block;
   padding: 0px 0px 0px 85px;
   min-height: 58px;
 }

 .content_block_seven .content-box .inner-box .single-item .icon-box {
   position: absolute;
   left: 0px;
   top: 0px;
 }

 .content_block_seven .content-box .inner-box .single-item h5 {
   display: block;
   font-size: 18px;
   line-height: 29px;
   font-weight: 500;
   font-family: var(--heebo);
 }

 .about-style-four .pattern-layer .pattern-1 {
   position: absolute;
   left: 0px;
   top: -60px;
   width: 931px;
   height: 881px;
   background-repeat: no-repeat;
 }

 .about-style-four .pattern-layer .pattern-2 {
   position: absolute;
   top: -85px;
   right: -30px;
   width: 355px;
   height: 376px;
   -webkit-animation: zoom-fade 7s infinite linear;
   animation: zoom-fade 7s infinite linear;
 }

 .about-style-three.about-page .pattern-layer .pattern-1 {
   top: 0px;
 }

 .about-style-three.about-page .pattern-layer .pattern-3 {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 513px;
   height: 620px;
   background-repeat: no-repeat;
 }

 .about-style-three.about-page .pattern-layer .pattern-4 {
   position: absolute;
   right: 0px;
   bottom: -112px;
   width: 542px;
   height: 392px;
   background-repeat: no-repeat;
 }

 .about-style-three.about-page {
   padding: 90px 0px;
 }


 /** about-style-five **/

 .about-style-five {
   padding-top: 150px;
 }

 .about-style-five .image-box {
   position: relative;
   display: block;
   border-radius: 20px;
 }

 .about-style-five .image-box img {
   width: 100%;
   border-radius: 20px;
 }

 .about-style-five .content-box {
   position: relative;
   display: block;
 }

 .about-style-five .content-box h3 {
   display: block;
   font-size: 24px;
   line-height: 34px;
   font-weight: 700;
   margin-bottom: 12px;
 }

 .about-style-five .content-box p {
   margin-bottom: 13px;
 }

 .about-style-five .content-box p:last-child {
   margin-bottom: 0px;
 }

 .gallery-block .inner-box {
   position: relative;
   display: block;
   overflow: hidden;
   background: #FFFFFF;
   box-shadow: 0px 4px 20px rgba(194, 194, 194, 0.1);
   border-radius: 12px;
   padding: 11px;
   z-index: 1;
   margin-bottom: 30px;
 }

 .gallery-block .inner-box .image-box {
   position: relative;
   display: block;
   border-radius: 12px;
   overflow: hidden;
 }

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

 /** banner-section **/

 .banner-section {
   position: relative;
   overflow: hidden;
 }

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

 .banner-section .pattern-layer .pattern-2 {
   position: absolute;
   left: 400px;
   top: 0px;
   width: 1064px;
   height: 974px;
   background-repeat: no-repeat;
   opacity: 0.5;
 }

 .banner-section .pattern-layer .pattern-3 {
   position: absolute;
   top: 40px;
   right: 0px;
   width: 1132px;
   height: 986px;
   background-repeat: no-repeat;
 }

 .banner-section .pattern-layer .pattern-4 {
   position: absolute;
   right: 1090px;
   bottom: -70px;
   width: 800px;
   height: 100%;
   background-size: 100% 100%;
   background-repeat: no-repeat;
   opacity: 0.5;
 }

 .banner-carousel .slide-item {
   position: relative;
   padding: 147px 0px 210px 0px;
 }

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

 .banner-carousel .content-box .experience-inner {
   position: relative;
   display: inline-block;
   margin-bottom: 0px;
   opacity: 0;
   -webkit-transform: translateY(-50px);
   -moz-transform: translateY(-50px);
   -ms-transform: translateY(-50px);
   -o-transform: translateY(-50px);
   transform: translateY(-50px);
   -webkit-transition: all 1000ms ease;
   -moz-transition: all 1000ms ease;
   -ms-transition: all 1000ms ease;
   -o-transition: all 1000ms ease;
   transition: all 1000ms ease;
 }

 .banner-carousel .content-box .experience-inner .text {
   position: absolute;
   left: 0px;
   bottom: 85px;
   width: 100%;
   text-align: center;
   font-size: 18px;
   line-height: 20px;
   font-weight: 800;
   color: var(--white-color);
 }

 .banner-carousel .content-box .experience-inner span {
   position: absolute;
   left: 0px;
   bottom: 70px;
   width: 100%;
   text-align: center;
   font-size: 12px;
   line-height: 14px;
   color: var(--white-color);
 }

 .banner-carousel .active .content-box .experience-inner {
   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-carousel .content-box h2 {
   position: relative;
   display: block;
   font-size: 80px;
   line-height: 90px;
   font-weight: 700;
   color: var(--white-color);
   opacity: 0;
   margin-bottom: 21px;
   -webkit-transform: translateY(50px);
   -moz-transform: translateY(50px);
   -ms-transform: translateY(50px);
   -o-transform: translateY(50px);
   transform: translateY(50px);
   -webkit-transition: all 1000ms ease;
   -moz-transition: all 1000ms ease;
   -ms-transition: all 1000ms ease;
   -o-transition: all 1000ms ease;
   transition: all 1000ms ease;
 }

 .banner-carousel .content-box h2 span {
   font-weight: 400;
   display: block;
   line-height: 74px;
 }

 .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: 1000ms;
   -moz-transition-delay: 1000ms;
   -ms-transition-delay: 1000ms;
   -o-transition-delay: 1000ms;
   transition-delay: 1000ms;
 }

 .banner-carousel .content-box p {
   font-weight: 500;
   color: var(--white-color);
   margin-bottom: 40px;
   opacity: 0;
   margin-bottom: 40px;
   -webkit-transform: translateY(50px);
   -moz-transform: translateY(50px);
   -ms-transform: translateY(50px);
   -o-transform: translateY(50px);
   transform: translateY(50px);
   -webkit-transition: all 1200ms ease;
   -moz-transition: all 1200ms ease;
   -ms-transition: all 1200ms ease;
   -o-transition: all 1200ms ease;
   transition: all 1200ms ease;
 }

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

 .banner-carousel .content-box .btn-box {
   opacity: 0;
   -webkit-transform: translateY(50px);
   -moz-transform: translateY(50px);
   -ms-transform: translateY(50px);
   -o-transform: translateY(50px);
   transform: translateY(50px);
   -webkit-transition: all 1400ms ease;
   -moz-transition: all 1400ms ease;
   -ms-transition: all 1400ms ease;
   -o-transition: all 1400ms ease;
   transition: all 1400ms 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 .slide-item .image-layer {
   position: absolute;
   right: 70px;
   bottom: -70px;
   opacity: 0;
   -webkit-transform: translateY(50px);
   -moz-transform: translateY(50px);
   -ms-transform: translateY(50px);
   -o-transform: translateY(50px);
   transform: translateY(50px);
   -webkit-transition: all 1000ms ease;
   -moz-transition: all 1000ms ease;
   -ms-transition: all 1000ms ease;
   -o-transition: all 1000ms ease;
   transition: all 1000ms ease;
 }

 .banner-section .active .slide-item .image-layer {
   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-nav {
   position: absolute;
   left: 0px;
   right: 0px;
   bottom: 0px;
   max-width: 1420px;
   width: 100%;
   margin: 0 auto;
   text-align: left;
 }

 .banner-section .owl-nav button {
   position: relative;
   display: inline-block;
   width: 100px;
   height: 100px;
   line-height: 100px;
   text-align: center;
   font-size: 16px;
   color: var(--white-color);
   background: var(--secondary-color);
   cursor: pointer;
   transition: all 500ms ease;
 }

 .banner-section .owl-nav button.owl-prev {
   margin-right: 10px;
 }

 .banner-section .owl-nav button:hover {
   background: var(--white-color);
   color: var(--secondary-color);
 }

 .banner-section .social-links {
   position: absolute;
   left: -75px;
   top: 50%;
   transform: translateY(-50%) rotate(-90deg);
   z-index: 2;
 }

 .banner-section .social-links li {
   position: relative;
   display: inline-block;
   margin: 0px 20px;
 }

 .banner-section .social-links li a {
   display: inline-block;
   color: var(--white-color);
   font-size: 18px;
   font-weight: 500;
 }

 .banner-section .social-links li a:hover {
   opacity: 0.5;
 }


 /** banner-style-two **/

 .banner-style-two {
   padding: 254px 0px 260px 0px;
 }

 .banner-style-two:before {
   position: absolute;
   content: '';
   background: linear-gradient(75.01deg, #022564 15.38%, rgba(0, 0, 0, 0) 104.64%);
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   z-index: 1;
 }

 .banner-style-two .bg-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .banner-style-two .content-box {
   max-width: 550px;
   z-index: 5;
 }

 .banner-style-two .content-box h2 {
   display: block;
   font-size: 80px;
   line-height: 90px;
   color: var(--white-color);
   font-weight: 700;
   margin-bottom: 20px;
 }

 .banner-style-two .content-box h2 span {
   display: block;
   font-weight: 400;
 }

 .banner-style-two .content-box p {
   color: var(--white-color);
   margin-bottom: 40px;
 }

 .banner-style-two .content-box .theme-btn {
   background: var(--white-color);
   color: var(--main-color) !important;
 }

 .banner-style-two .content-box .theme-btn:hover {
   color: var(--white-color) !important;
   box-shadow: inset 0 0 0 2em var(--secondary-color);
 }

 .banner-style-two .pattern-layer {
   position: absolute;
   left: 0px;
   bottom: 0px;
   width: 100%;
   height: 701px;
   background-repeat: repeat-x;
   animation: slide 60s linear infinite;
   -webkit-animation: slide 60s linear infinite;
   z-index: 1;
   opacity: 0.5;
 }

 .banner-style-two .shape {
   position: absolute;
   left: -55px;
   top: -185px;
   width: 1040px;
   height: 246px;
   background-repeat: no-repeat;
 }


 /** banner-style-three **/

 .banner-style-three {
   overflow: hidden;
   background: #F5F5F5;
   padding: 287px 0px 366px 0px;
 }

 .banner-style-three .content-box {
   max-width: 670px;
 }

 .banner-style-three .content-box h2 {
   display: block;
   font-size: 70px;
   line-height: 80px;
   font-weight: 700;
   margin-bottom: 20px;
 }

 .banner-style-three .content-box h2 span {
   font-weight: 400;
 }

 .banner-style-three .content-box p {
   display: block;
   font-size: 18px;
   color: var(--title-color);
   margin-bottom: 40px;
 }

 .banner-style-three .image-layer {
   position: absolute;
   right: 225px;
   bottom: 0px;
 }

 .banner-style-three .pattern-layer .pattern-1 {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 364px;
   height: 362px;
   background-repeat: no-repeat;
   -webkit-animation: zoom-fade 6s infinite linear;
   animation: zoom-fade 6s infinite linear;
 }

 .banner-style-three .pattern-layer .pattern-2 {
   position: absolute;
   top: 78px;
   right: 56px;
   width: 1040px;
   height: 246px;
   background-repeat: no-repeat;
 }

 .banner-style-three .pattern-layer .pattern-3 {
   position: absolute;
   left: 0px;
   bottom: 0px;
   width: 100%;
   height: 701px;
   background-repeat: repeat-x;
   animation: slide 60s linear infinite;
   -webkit-animation: slide 60s linear infinite;
 }


 /** banner-style-four **/

 .banner-style-four {
   padding: 212px 0px 90px 0px;
   overflow: hidden;
 }

 .banner-style-four .pattern-layer .pattern-1 {
   position: absolute;
   left: -30px;
   top: 0px;
   width: 335px;
   height: 362px;
   background-repeat: no-repeat;
   -webkit-animation: zoom-fade 8s infinite linear;
   animation: zoom-fade 8s infinite linear;
 }

 .banner-style-four .pattern-layer .pattern-2 {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 990px;
   height: 779px;
   background-repeat: no-repeat;
 }

 .banner-style-four .content-box h2 {
   display: block;
   font-size: 54px;
   line-height: 64px;
   font-weight: 700;
   margin-bottom: 30px;
 }

 .banner-style-four .content-box h2 span {
   position: relative;
 }

 .banner-style-four .content-box h2 span:before {
   position: absolute;
   content: '';
   background-image: url(../../images/shape/shape-58.png);
   width: 261px;
   height: 12px;
   left: 0px;
   bottom: -17px;
   background-repeat: no-repeat;
 }

 .banner-style-four .content-box p {
   font-size: 16px;
   margin-bottom: 34px;
 }

 .banner-style-four .content-box .btn-box {
   position: relative;
   display: flex;
   align-items: center;
 }

 .banner-style-four .content-box .btn-box .theme-btn {
   margin-right: 50px;
 }

 .banner-style-four .content-box .btn-box .video-btn {
   position: relative;
   display: block;
   padding: 22px 0px 19px 90px;
   font-size: 16px;
   font-weight: 700;
   color: var(--secondary-color);
 }

 .banner-style-four .content-box .btn-box .video-btn:hover {
   color: var(--main-color);
 }

 .banner-style-four .content-box .btn-box .video-btn i {
   position: absolute;
   display: inline-block;
   left: 0px;
   top: 0px;
   width: 70px;
   height: 70px;
   line-height: 70px;
   text-align: center;
   border-radius: 50%;
   font-size: 24px;
   color: var(--white-color);
   background: var(--secondary-color);
   transition: all 500ms ease;
 }

 .banner-style-four .content-box .btn-box .video-btn:hover i {
   background: var(--main-color);
 }

 .banner-style-four .content-box {
   position: relative;
   display: block;
 }

 .banner-style-four .image-box {
   position: relative;
   display: block;
 }

 .banner-style-four .image-box .image-1 {
   position: relative;
   display: block;
 }

 .banner-style-four .image-box .image-1 img {
   width: 100%;
   filter: blur(5px);
 }

 .banner-style-four .image-box .image-2 {
   position: absolute;
   left: -228px;
   bottom: -90px;
 }

 .banner-style-four .image-box .text-box {
   position: absolute;
   right: -55px;
   bottom: 110px;
   background: var(--main-color);
   width: 417px;
   box-shadow: 0px 4px 30px 10px rgba(117, 117, 117, 0.05);
   border-radius: 10px;
   padding: 37px 30px 37px 175px;
 }

 .banner-style-four .image-box .text-box .icon-box {
   position: absolute;
   display: inline-block;
   left: 40px;
   top: 20px;
   width: 100px;
   height: 100px;
   line-height: 100px;
   text-align: center;
   font-size: 40px;
   color: #fff;
   background: rgba(255, 255, 255, 0.1);
   border-radius: 50%;
 }

 .banner-style-four .image-box .text-box span {
   position: relative;
   display: block;
   font-size: 14px;
   line-height: 24px;
   color: var(--white-color);
   margin-bottom: 8px;
 }

 .banner-style-four .image-box .text-box h3 {
   display: block;
   font-size: 24px;
   line-height: 34px;
   font-weight: 700;
 }

 .banner-style-four .image-box .text-box h3 a {
   display: inline-block;
   color: var(--white-color);
 }

 .banner-style-four .image-box .text-box h3 a:hover {
   color: var(--secondary-color);
 }





 .sidebar-page-container {
   padding: 150px 0px;
 }

 .sidebar-page-container .news-block-one .inner-box .lower-content h3 {
   font-size: 40px;
   line-height: 50px;
 }

 .sidebar-page-container .news-block-one .inner-box .lower-content {
   border: 1px solid rgba(0, 0, 0, 0.1);
   border-radius: 0px 0px 20px 20px;
 }

 .sidebar-page-container .news-block-one .inner-box {
   border-radius: 20px;
   box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
   margin-bottom: 40px;
 }

 .sidebar-page-container .news-block-one .inner-box .lower-content p {
   padding-bottom: 0px;
   border-bottom: none;
   margin-bottom: 20px;
 }

 .blog-details-content .content-one .post-info li {
   position: relative;
   display: inline-block;
   float: left;
   margin-right: 40px;
   padding-left: 37px;
 }

 .blog-details-content .content-one .post-info li:last-child {
   margin: 0px;
 }

 .blog-details-content .content-one .post-info li i {
   position: absolute;
   left: 0px;
   top: 3px;
   font-size: 20px;
   color: var(--main-color);
 }

 .blog-details-content .content-one .post-info li a {
   color: var(--text-color);
 }

 .blog-details-content .content-one .post-info li a:hover {
   color: var(--main-color);
 }

 .blog-details-content .content-one .post-info li:before {
   position: absolute;
   content: '';
   background: rgba(0, 0, 0, 0.1);
   width: 1px;
   height: 20px;
   top: 4px;
   right: -21px;
 }

 .blog-details-content .content-one .post-info li:last-child:before {
   display: none;
 }

 .blog-details-content .content-one .post-info {
   margin-bottom: 21px;
 }

 .blog-details-content {
   position: relative;
   display: block;
 }

 .blog-details-content .content-one .image-box {
   position: relative;
   display: block;
   border-radius: 20px;
   margin-bottom: 40px;
 }

 .blog-details-content .content-one .image-box img {
   width: 100%;
   border-radius: 20px;
 }

 .blog-details-content .content-one p {
   margin-bottom: 40px;
 }

 .blog-details-content h3 {
   display: block;
   font-size: 24px;
   line-height: 34px;
   font-weight: 700;
   margin-bottom: 20px;
 }

 .blog-details-content .content-one .list-item li {
   position: relative;
   display: block;
   font-size: 16px;
   line-height: 40px;
   font-weight: 500;
   color: var(--main-color);
   padding-left: 20px;
 }

 .blog-details-content .content-one .list-item li:before {
   position: absolute;
   content: '';
   background: var(--main-color);
   width: 4px;
   height: 4px;
   border-radius: 50%;
   left: 0px;
   top: 17px;
 }

 .blog-details-content .content-two .image-box {
   position: relative;
   display: block;
   margin-bottom: 40px;
 }

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

 .blog-details-content .post-share-option {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   border-top: 1px solid #B4C4D9;
   border-bottom: 1px solid #B4C4D9;
   padding: 20px 0px;
 }

 .blog-details-content .post-share-option .post-tags li {
   position: relative;
   display: inline-block;
 }

 .blog-details-content .post-share-option .post-tags li h5 {
   display: inline-block;
   font-size: 18px;
   line-height: 28px;
   font-weight: 500;
   font-family: var(--heebo);
   margin-right: 10px;
 }

 .blog-details-content .post-share-option .post-tags li a {
   position: relative;
   display: inline-block;
   font-size: 16px;
   line-height: 28px;
   color: var(--text-color);
 }

 .blog-details-content .post-share-option .post-tags li a:hover {
   color: var(--main-color);
 }

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

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

 .blog-details-content .post-share-option .share-links li a {
   position: relative;
   display: inline-block;
   width: 32px;
   height: 32px;
   line-height: 34px;
   font-size: 16px;
   color: var(--main-color);
   border: 1px solid var(--main-color);
   border-radius: 50%;
   text-align: center;
 }

 .blog-details-content .post-share-option .share-links li a:hover {
   color: var(--secondary-color);
   border-color: var(--secondary-color);
 }

 .blog-details-content .comments-box .comment {
   position: relative;
   display: block;
   padding-left: 110px;
   padding-bottom: 29px;
   border-bottom: 1px solid #B4C4D9;
   margin-bottom: 40px;
 }

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

 .blog-details-content .comments-box .comment.replay-comment {
   padding-left: 240px;
 }

 .blog-details-content .comments-box .comment .comment-thumb {
   position: absolute;
   display: inline-block;
   width: 80px;
   height: 80px;
   border-radius: 50%;
   left: 0px;
   top: 4px;
 }

 .blog-details-content .comments-box .comment .comment-thumb img {
   width: 100%;
   border-radius: 50%;
 }

 .blog-details-content .comments-box .comment.replay-comment .comment-thumb {
   left: 130px;
 }

 .blog-details-content .comments-box .comment h5 {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 28px;
   font-weight: 500;
   font-family: var(--heebo);
   margin-bottom: 10px;
 }

 .blog-details-content .comments-box .comment h5 span {
   font-size: 12px;
   font-weight: 400;
   margin-left: 10px;
 }

 .blog-details-content .comments-box .comment .reply-btn {
   position: absolute;
   top: 0px;
   right: 0px;
   z-index: 1;
 }

 .blog-details-content .comments-box .comment .reply-btn:hover {
   transform: scale(1.03);
 }

 .blog-details-content .comments-form-area .form-group {
   position: relative;
   display: block;
   margin-bottom: 30px;
 }

 .blog-details-content .comments-form-area .form-group:last-child {
   margin-bottom: 0px;
 }

 .blog-details-content .comments-form-area .form-group input[type='text'],
 .blog-details-content .comments-form-area .form-group input[type='email'],
 .blog-details-content .comments-form-area .form-group textarea {
   position: relative;
   display: block;
   width: 100%;
   height: 65px;
   background: #F7F7F7;
   border: 1px solid #F7F7F7;
   border-radius: 5px;
   font-size: 14px;
   color: var(--main-color);
   padding: 10px 30px;
   transition: all 500ms ease;
 }

 .blog-details-content .comments-form-area .form-group input:focus,
 .blog-details-content .comments-form-area .form-group textarea:focus {
   border-color: var(--main-color);
 }

 .blog-details-content .comments-form-area .form-group textarea {
   height: 235px;
   resize: none;
   padding-top: 20px;
 }


 .chooseus-section {
   padding: 100px 0px;
 }

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

 .chooseus-block-one .inner-box .icon-box {
   position: relative;
   display: block;
   margin-bottom: 22px;
 }

 .chooseus-block-one .inner-box h3 {
   display: block;
   font-size: 24px;
   line-height: 34px;
   font-weight: 700;
   margin-bottom: 12px;
 }

 .chooseus-block-one .inner-box h3 a {
   display: inline-block;
   color: var(--main-color);
 }

 .chooseus-block-one .inner-box h3 a:hover {
   color: var(--secondary-color);
 }

 .chooseus-block-one .inner-box p {
   margin-bottom: 20px;
 }

 .chooseus-block-one .inner-box .link-btn a span {
   opacity: 0;
   transform: scaleX(0);
   transform-origin: left center;
   width: 0%;
   transition: all 500ms ease;
 }

 .chooseus-block-one .inner-box:hover .link-btn a span {
   opacity: 1;
   transform: scaleX(1);
   width: 100%;
 }

 .chooseus-block-one .inner-box .link-btn a i {
   position: absolute;
   left: 0px;
   top: 4px;
   transition: all 500ms ease;
 }

 .chooseus-block-one .inner-box:hover .link-btn a i {
   opacity: 0;
 }

 .chooseus-section .pattern-layer {
   position: absolute;
   top: -150px;
   right: -30px;
   width: 355px;
   height: 376px;
   background-repeat: no-repeat;
   -webkit-animation: zoom-fade 7s infinite linear;
   animation: zoom-fade 7s infinite linear;
 }








 .clients-section .inner-box {
   border-top: 1px solid rgba(0, 0, 0, 0.1);
 }

 .clients-section .clients-list {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
 }

 .clients-section .clients-list img {
   position: relative;
   opacity: 0.5;
   transition: all 500ms ease;
 }

 .clients-section .clients-list img:hover {
   opacity: 1;
 }

 .clients-section.alternat-2 .inner-box {
   padding-top: 0px;
   border-top: none;
 }

 .clients-section.alternat-2 {
   padding-bottom: 150px;
 }

 .clients-section.alternat-3 {
   background: #F5F5F5;
   padding: 127px 0px;
 }

 .clients-section.alternat-3 .inner-box {
   border-top: none;
 }

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

 .clients-section .pattern-layer .pattern-2 {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 979px;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
 }

 .clients-section.about-page {
   padding: 90px 0px;
   background: #F5F5F5;
 }



 .coaching-details {
   padding: 90px 0px;
 }

 .coaching-details-content {
   position: relative;
   display: block;
 }

 .coaching-details-content h2 {
   display: block;
   font-size: 36px;
   line-height: 50px;
   font-weight: 700;
   padding-bottom: 10px;
   margin-bottom: 20px;
 }

 .coaching-details-content h2:before {
   position: absolute;
   content: '';
   background: #5E789C;
   width: 87px;
   height: 1px;
   left: 0px;
   bottom: 0px;
 }

 .coaching-details-content .upper-box .text-box {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
 }

 .coaching-details-content .upper-box .text-box p {
   font-size: 18px;
 }

 .coaching-details-content .upper-box .text-box ul li {
   position: relative;
   float: left;
   width: 50%;
   margin-bottom: 20px;
 }

 .coaching-details-content .upper-box .text-box ul li a {
   position: relative;
   display: inline-block;
   font-size: 18px;
   line-height: 40px;
   font-weight: 500;
   color: var(--secondary-color);
   padding-left: 55px;
 }

 .coaching-details-content .upper-box .text-box ul li a span {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 40px;
   height: 40px;
   line-height: 36px;
   text-align: center;
   font-size: 18px;
   font-weight: 500;
   border: 3px solid #B4C4D9;
   color: var(--secondary-color);
   border-radius: 50%;
   transition: all 500ms ease;
 }

 .coaching-details-content .upper-box .text-box ul li a:hover span {
   color: #fff;
   background: var(--secondary-color);
   border-color: var(--secondary-color);
 }

 .coaching-details-content .upper-box .image-box {
   position: relative;
   display: block;
   border-radius: 10px;
 }

 .coaching-details-content .upper-box .image-box img {
   width: 100%;
   border-radius: 10px;
 }

 .coaching-details-content .content-one .text {
   margin-right: -40px;
 }

 .coaching-details-content .content-one .text h3 {
   display: block;
   font-size: 24px;
   line-height: 34px;
   font-weight: 700;
   margin-bottom: 20px;
 }

 .coaching-details-content .content-one .text p {
   margin-bottom: 15px;
 }

 .coaching-details-content .content-one .text p:last-child {
   margin-bottom: 0px;
 }

 .coaching-details-content .content-one .image-box {
   position: relative;
   display: block;
   border-radius: 10px;
   margin-left: 41px;
 }

 .coaching-details-content .content-one .image-box img {
   width: 100%;
   border-radius: 10px;
 }

 .coaching-details-content .tab-btn-box {
   position: relative;
   width: 100%;
   border-bottom: 1px solid rgba(94, 120, 156, 0.3);
 }

 .coaching-details-content .tab-btn-box .tab-btns li {
   position: relative;
   display: inline-block;
   float: left;
   margin-right: 50px;
   padding-right: 50px;
   font-size: 18px;
   line-height: 28px;
   font-weight: 500;
   text-transform: uppercase;
   cursor: pointer;
   padding-bottom: 20px;
   color: var(--secondary-color);
   transition: all 500ms ease;
 }

 .coaching-details-content .tab-btn-box .tab-btns li:last-child {
   margin: 0px;
 }

 .coaching-details-content .tab-btn-box .tab-btns li.active-btn,
 .coaching-details-content .tab-btn-box .tab-btns li:hover {
   color: var(--main-color);
 }

 .coaching-details-content .tab-btn-box .tab-btns li:before {
   position: absolute;
   content: '';
   background: var(--main-color);
   width: 0%;
   height: 1px;
   left: 0px;
   bottom: -1px;
   transition: all 500ms ease;
 }

 .coaching-details-content .tab-btn-box .tab-btns li.active-btn:before,
 .coaching-details-content .tab-btn-box .tab-btns li:hover:before {
   width: 100%;
 }

 .coaching-details-content .content-two .single-item {
   position: relative;
   display: block;
   border-radius: 20px;
   overflow: hidden;
   box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
   margin-bottom: 30px;
 }

 .coaching-details-content .content-two .single-item .image-box {
   position: relative;
   display: block;
 }

 .coaching-details-content .content-two .single-item .image-box img {
   width: 100%;
 }

 .coaching-details-content .content-two .single-item .lower-content {
   position: relative;
   display: block;
   padding: 50px;
 }

 .coaching-details-content .content-two .single-item .lower-content .title-box {
   position: relative;
   display: block;
   padding-left: 75px;
   padding-bottom: 30px;
   border-bottom: 1px solid #B4C4D9;
 }

 .coaching-details-content .content-two .single-item .lower-content .title-box .icon-box {
   position: absolute;
   display: inline-block;
   left: 0px;
   top: 6px;
   font-size: 50px;
   color: var(--main-color);
 }

 .coaching-details-content .content-two .single-item .lower-content .title-box h3 {
   display: block;
   font-size: 24px;
   line-height: 34px;
   font-weight: 700;
 }

 .coaching-details-content .content-two .single-item .lower-content .title-box p {
   display: block;
   font-size: 12px;
   line-height: 26px;
   color: var(--secondary-color);
 }

 .coaching-details-content .content-two .single-item .lower-content .feature-list li {
   position: relative;
   display: block;
   padding: 18px 0px;
   border-bottom: 1px solid #B4C4D9;
 }

 .coaching-details-content .content-two .single-item .lower-content .feature-list li h5 {
   display: block;
   font-size: 18px;
   line-height: 28px;
   font-weight: 500;
   font-family: var(--heebo);
 }

 .coaching-details-content .content-two .single-item .lower-content .feature-list li span {
   position: relative;
   display: block;
   font-size: 12px;
   line-height: 26px;
 }

 .coaching-details-content .content-two .single-item .lower-content .btn-box a {
   position: relative;
   display: inline-block;
   overflow: hidden;
   vertical-align: middle;
   font-size: 18px;
   line-height: 28px;
   color: var(--white-color);
   font-weight: 500;
   background: var(--secondary-color);
   padding: 20px 55px;
   text-align: center;
 }

 .coaching-details-content .content-two .single-item .lower-content .btn-box a:hover {
   background: var(--main-color);
   border-radius: 20px 20px 0px 0px;
 }

 .coaching-details-content .content-two .single-item .lower-content .btn-box a .text {
   position: absolute;
   display: flex;
   align-items: center;
   justify-content: center;
   left: 0px;
   top: 30px;
   width: 100%;
   height: 100%;
   opacity: 0;
   transition: all 500ms ease;
 }

 .coaching-details-content .content-two .single-item .lower-content .btn-box a:hover .text {
   opacity: 1;
   top: 0px;
 }

 .coaching-details-content .content-two .single-item .lower-content .btn-box a .price {
   transition: all 500ms ease;
 }

 .coaching-details-content .content-two .single-item .lower-content .btn-box a:hover .price {
   opacity: 0;
 }

 .coaching-details-content .google-map {
   position: relative !important;
   width: 100% !important;
   height: 584px !important;
 }

 .coaching-details-content .map-inner {
   margin-right: -42px;
 }

 .coaching-details-content .content-three .content-inner {
   margin-left: 42px;
 }

 .coaching-details-content .content-three .content-inner .image-box {
   position: relative;
   display: block;
   border-radius: 10px;
   margin-bottom: 20px;
 }

 .coaching-details-content .content-three .content-inner .image-box img {
   width: 100%;
   border-radius: 10px;
 }

 .coaching-details-content .content-three .content-inner h5 {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 28px;
   font-weight: 500;
   font-family: var(--heebo);
 }

 .coaching-details-content .content-three .content-inner span {
   position: relative;
   display: block;
   font-size: 12px;
   line-height: 26px;
   color: var(--main-color);
   margin-bottom: 10px;
 }



 .coaching-section {
   position: relative;
 }

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

 .coaching-block-one .inner-box .image-box {
   position: relative;
   margin: 0px -2.5px;
 }

 .coaching-block-one .inner-box .image-box .image {
   position: relative;
   float: left;
   width: 50%;
   padding: 0px 2.5px;
 }

 .coaching-block-one .inner-box .image-box .image img {
   width: 100%;
 }

 .coaching-block-one .inner-box .static-content {
   position: absolute;
   left: 30px;
   bottom: 30px;
   padding: 16px 30px;
   background: var(--main-color);
   transition: all 500ms ease;
 }

 .coaching-block-one .inner-box h3 {
   display: block;
   font-size: 24px;
   line-height: 34px;
   font-weight: 700;
   color: var(--white-color);
 }

 .coaching-block-one .inner-box h3 a {
   display: inline-block;
   color: var(--white-color);
 }

 .coaching-block-one .inner-box h3 a:hover {
   text-decoration: underline;
 }

 .coaching-block-one .inner-box .link {
   position: absolute;
   top: -20px;
   right: 11px;
 }

 .coaching-block-one .inner-box .link a {
   position: relative;
   display: inline-block;
   width: 40px;
   height: 40px;
   line-height: 46px;
   font-size: 18px;
   color: var(--main-color);
   background: var(--white-color);
   text-align: center;
   border-radius: 50%;
 }

 .coaching-block-one .inner-box .link a:hover {
   background: var(--secondary-color);
   color: var(--white-color);
 }

 .coaching-block-one .inner-box .static-content .link a {
   transform: rotate(-30deg);
 }

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

 .coaching-block-one .inner-box .overlay-content {
   position: absolute;
   left: 30px;
   bottom: 0px;
   width: calc(100% - 60px);
   padding: 30px;
   background: var(--main-color);
   border-radius: 5px;
   transform: scaleX(0);
   transform-origin: left center;
   transition: all 500ms ease;
 }

 .coaching-block-one .inner-box:hover .overlay-content {
   transform: scaleX(1);
 }

 .coaching-block-one .inner-box .overlay-content p {
   margin-top: 11px;
   color: var(--white-color);
 }

 .coaching-section .pattern-layer {
   position: absolute;
   left: 0px;
   bottom: 0px;
   width: 100%;
   height: 491px;
   background-size: cover;
   background-repeat: repeat-x;
   animation: slide 60s linear infinite;
   -webkit-animation: slide 60s linear infinite;
 }


 /** coaching-style-two **/

 .coaching-style-two {
   background: #F5F5F5;
 }

 .coaching-style-two .sec-title .sub-title:after {
   background: #F5F5F5;
 }

 .coaching-block-two .inner-box {
   position: relative;
   display: block;
   padding: 0px 0px;
 }

 .coaching-block-two .inner-box .icon-box {
   position: relative;
   display: inline-block;
   width: 212px;
   height: 212px;
   line-height: 212px;
   text-align: center;
   background: #FFFFFF;
   box-shadow: 0px 0px 20px 10px rgba(3, 39, 97, 0.05);
   margin-bottom: 30px;
   border-radius: 50%;
 }

 .coaching-block-two .inner-box .icon-box .count-text {
   position: absolute;
   right: 29px;
   bottom: 2px;
   width: 36px;
   height: 36px;
   line-height: 36px;
   font-size: 12px;
   color: var(--white-color);
   font-weight: 700;
   background: var(--main-color);
   text-align: center;
   border-radius: 50%;
   z-index: 1;
 }

 .coaching-block-two .inner-box .icon-box .count-text:before {
   position: absolute;
   content: '';
   width: 40px;
   height: 40px;
   left: -2px;
   top: -2px;
   border-radius: 50%;
   border: 1px solid var(--secondary-color);
   z-index: -1;
   transition: all 500ms ease;
 }

 .coaching-block-two .inner-box:hover .icon-box .count-text:before {
   background: var(--secondary-color);
 }

 .coaching-block-two .inner-box h3 {
   display: block;
   font-size: 24px;
   line-height: 34px;
   font-weight: 600;
   margin-bottom: 20px;
 }

 .coaching-block-two .inner-box h3 a {
   display: inline-block;
   color: var(--main-color);
 }

 .coaching-block-two .inner-box h3 a:hover {
   color: var(--secondary-color);
 }

 .coaching-style-two .more-content {
   margin-top: 50px;
 }

 .coaching-style-two .more-content h5 {
   display: block;
   font-size: 18px;
   line-height: 28px;
   font-weight: 700;
   margin-bottom: 40px;
 }

 .coaching-style-two .more-content h5 a {
   display: inline-block;
   color: var(--secondary-color);
   text-decoration: underline;
 }

 .coaching-style-two .more-content h5 a:hover {
   color: var(--main-color);
 }

 .coaching-style-two .more-content .theme-btn {
   background: var(--main-color);
 }

 .coaching-style-two .more-content .theme-btn:hover {
   box-shadow: inset 0 0 0 2em var(--secondary-color);
 }

 .coaching-style-two .pattern-layer {
   position: absolute;
   left: 0px;
   bottom: 0px;
   width: 100%;
   height: 491px;
   background-size: cover;
   background-repeat: repeat-x;
   animation: slide 60s linear infinite;
   -webkit-animation: slide 60s linear infinite;
 }


 /** coaching-style-three **/

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

 .coaching-style-three .coaching-block-three {
   float: left;
   width: 25%;
 }

 .coaching-block-three .inner-box {
   position: relative;
   display: block;
   overflow: hidden;
 }

 .coaching-block-three .inner-box .image-box img {
   width: 100%;
 }

 .coaching-block-three .inner-box .content-box {
   position: absolute;
   left: 0px;
   bottom: 70px;
   width: 100%;
   padding-left: 70px;
   padding-right: 70px;
 }

 .coaching-block-three .inner-box .content-box .icon-box {
   position: relative;
   display: block;
   font-size: 100px;
   color: var(--white-color);
   margin-bottom: 30px;
 }

 .coaching-block-three .inner-box .content-box h3 {
   display: block;
   font-size: 24px;
   line-height: 34px;
   font-weight: 700;
   margin-bottom: 20px;
 }

 .coaching-block-three .inner-box .content-box h3 a {
   display: inline-block;
   color: var(--white-color);
 }

 .coaching-block-three .inner-box .content-box h3 a:hover {
   color: var(--secondary-color);
 }

 .coaching-block-three .inner-box .content-box p {
   color: var(--white-color);
 }

 .coaching-block-three .inner-box .overlay-content {
   position: absolute;
   left: 0px;
   top: 30px;
   width: 100%;
   height: 100%;
   z-index: 1;
   opacity: 0;
   transition: all 500ms ease;
 }

 .coaching-block-three .inner-box:hover .overlay-content {
   opacity: 1;
   top: 0px;
 }

 .coaching-block-three .inner-box .overlay-content:before {
   position: absolute;
   content: '';
   background: linear-gradient(360deg, rgba(3, 43, 102, 0.9) 0%, rgba(3, 43, 102, 0) 100%);
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
 }

 .coaching-block-one .inner-box .lower-content {
   position: relative;
   display: block;
   background: #FAFAFA;
   padding: 45px 50px 56px 50px;
   border: 2px solid #FAFAFA;
   border-top: none;
   transition: all 500ms ease;
 }

 .coaching-block-one .inner-box:hover .lower-content {
   border-color: #B4C4D9;
 }

 .coaching-block-one .inner-box .lower-content h3 {
   margin-bottom: 15px;
 }

 .coaching-block-one .inner-box .lower-content h3 a {
   color: var(--title-color);
 }

 .coaching-block-one .inner-box .lower-content h3 a:hover {
   color: var(--secondary-color);
 }

 .coaching-block-one .inner-box .lower-content p {
   font-size: 18px;
   color: #07407D;
   margin-bottom: 20px;
 }

 .coaching-block-one .inner-box .lower-content .link-box a {
   position: relative;
   display: inline-block;
   font-size: 16px;
   line-height: 26px;
   font-weight: 500;
   color: #07407D;
 }

 .coaching-block-one .inner-box .lower-content .link-box a:hover {
   color: var(--secondary-color);
 }

 .coaching-block-one .inner-box .lower-content .link-box a span {
   position: relative;
   padding-right: 25px;
 }

 .coaching-block-one .inner-box .lower-content .link-box a span:before {
   position: absolute;
   content: '';
   background: #07407D;
   width: 16px;
   height: 1px;
   top: 12px;
   right: 0px;
 }

 .coaching-section .title-box {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
 }

 .coaching-section .title-box .sec-title {
   max-width: 550px;
 }

 .coaching-section .title-box .text {
   max-width: 575px;
   margin-top: 70px;
 }

 .coaching-section .title-box .text p {
   font-size: 18px;
   color: #07407D;
 }

 .coaching-style-two.visa-page {
   background: #fff;
 }

 .coaching-style-two.visa-page .sec-title .sub-title:after {
   background: #fff;
 }

 .coaching-style-two.visa-page .more-content h5 {
   font-size: 36px;
   line-height: 50px;
   font-weight: 400;
 }




 .contact-section {
   position: relative;
 }

 .contact-section .inner-container {
   position: relative;
   margin-bottom: -64px;
   z-index: 1;
 }

 .contact-section .content-box {
   position: relative;
   float: left;
   width: 50%;
   padding: 70px 70px 107px 70px;
 }

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

 .contact-section .map-inner {
   position: relative;
   float: right;
   width: 50%;
 }

 .contact-section .map-inner #contact-google-map {
   position: relative;
   width: 100%;
   height: 524px;
 }

 .contact-section .sec-title .sub-title:after {
   background: #dbe4e9;
 }

 .contact-section .content-box .form-inner .form-group {
   position: relative;
   display: block;
   margin-bottom: 20px;
   padding: 0px 10px;
 }

 .contact-section .content-box .form-inner .form-group:last-child {
   margin-bottom: 0px;
 }

 .contact-section .content-box .form-inner .form-group input[type='text'],
 .contact-section .content-box .form-inner .form-group input[type='email'] {
   position: relative;
   display: block;
   width: 100%;
   height: 50px;
   background: #fff;
   border: 1px solid #fff;
   padding: 10px 30px;
   font-size: 14px;
   color: #B9B8B8;
   transition: all 500ms ease;
 }

 .contact-section .content-box .form-inner .form-group input:focus {
   border-color: var(--main-color);
 }

 .contact-section .content-box .form-inner form {
   position: relative;
   margin: 0px 5px;
 }

 .contact-section .content-box .form-inner .theme-btn {
   width: 100%;
   background: var(--main-color);
 }

 .contact-section .content-box .form-inner .theme-btn:hover {
   box-shadow: inset 0 0 0 2em var(--secondary-color);
 }

 .contact-section .pattern-layer {
   position: absolute;
   top: -200px;
   right: 0px;
   width: 547px;
   height: 660px;
   background-repeat: no-repeat;
 }


 /** contact-style-two **/

 .contact-style-two {
   padding: 90px 0px;
 }

 .contact-style-two .content-box {
   max-width: 580px;
 }

 .contact-style-two .content-box .location-box {
   position: relative;
   display: block;
   padding-left: 133px;
   border-bottom: 1px solid #BDCBDE;
 }

 .contact-style-two .content-box .location-box .icon-box {
   position: absolute;
   left: 0px;
   top: 18px;
   font-size: 70px;
   color: var(--secondary-color);
 }

 .contact-style-two .content-box .location-box .icon-box:before {
   position: absolute;
   content: '';
   background: #B4C4D9;
   width: 1px;
   height: 92px;
   top: -8px;
   left: 98px;
 }

 .contact-style-two .content-box h3 {
   display: block;
   font-size: 24px;
   line-height: 34px;
   font-weight: 700;
   margin-bottom: 16px;
 }

 .contact-style-two .content-box .location-box p {
   font-size: 18px;
 }

 .contact-style-two .content-box .inner-box .single-item .icon-box {
   position: relative;
   display: block;
   font-size: 70px;
   color: var(--secondary-color);
   margin-bottom: 17px;
 }

 .contact-style-two .content-box .inner-box .single-item .info-list li {
   position: relative;
   display: block;
   margin-bottom: 19px;
 }

 .contact-style-two .content-box .inner-box .single-item .info-list li:last-child {
   margin-bottom: 0px;
 }

 .contact-style-two .content-box .inner-box .single-item .info-list li h5 {
   display: block;
   font-size: 18px;
   line-height: 35px;
   font-family: var(--heebo);
   font-weight: 700;
 }

 .contact-style-two .content-box .inner-box .single-item .info-list li p {
   display: block;
   font-size: 18px;
   line-height: 35px;
   font-weight: 500;
 }

 .contact-style-two .content-box .inner-box .single-item .info-list li p a {
   display: inline-block;
   color: var(--font-color);
 }

 .contact-style-two .content-box .inner-box .single-item .info-list li p a:hover {
   color: var(--main-color);
 }

 .contact-style-two .form-inner .sec-title p {
   color: #07407D;
   margin-top: 20px;
   max-width: 570px;
 }

 .contact-style-two .form-inner .form-group {
   position: relative;
   display: block;
   margin-bottom: 30px;
 }

 .contact-style-two .form-inner .form-group:last-child {
   margin-bottom: 0px;
 }

 .contact-style-two .form-inner .form-group input[type='text'],
 .contact-style-two .form-inner .form-group input[type='email'],
 .contact-style-two .form-inner .form-group textarea {
   position: relative;
   display: block;
   width: 100%;
   height: 65px;
   background: #F7F7F7;
   border: 1px solid #F7F7F7;
   font-size: 14px;
   color: var(--main-color);
   padding: 10px 30px;
   transition: all 500ms ease;
 }

 .contact-style-two .form-inner .form-group textarea {
   height: 200px;
   resize: none;
   padding-top: 20px;
 }

 .contact-style-two .form-inner .form-group input:focus,
 .contact-style-two .form-inner .form-group textarea:focus {
   border-color: var(--main-color);
 }



 .google-map-section #contact-google-map {
   width: 100%;
   height: 550px;
 }



 .countries-details {
   padding: 150px 0px;
 }

 .countries-details-content {
   position: relative;
 }

 .countries-details-content .tab-btns li {
   position: relative;
   display: inline-block;
   float: left;
   width: 225px;
   margin-right: 10px;
   margin-bottom: 10px;
   background: var(--secondary-color);
   border-radius: 10px 10px 0px 0px;
   text-align: center;
   padding: 22px 15px 18px 15px;
   cursor: pointer;
   transition: all 500ms ease;
 }

 .countries-details-content .tab-btns li:last-child {
   margin-right: 0px;
 }

 .countries-details-content .tab-btns li h5 {
   position: relative;
   display: inline-block;
   font-size: 18px;
   line-height: 28px;
   color: var(--white-color);
   font-family: var(--heebo);
   font-weight: 500;
   padding-left: 38px;
 }

 .countries-details-content .tab-btns li h5 i {
   position: absolute;
   left: 0px;
   top: -3px;
   font-size: 30px;
 }

 .countries-details-content .tab-btns li.active-btn,
 .countries-details-content .tab-btns li:hover {
   background: var(--main-color);
 }

 .countries-details-content .tab-btns li:before {
   position: absolute;
   content: '';
   background: var(--main-color);
   width: 16px;
   height: 16px;
   left: 0px;
   bottom: -16px;
   clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
   opacity: 0;
   transition: all 500ms ease;
 }

 .countries-details-content .tab-btns li.active-btn:before,
 .countries-details-content .tab-btns li:hover:before {
   opacity: 1;
 }

 .countries-details-content h2 {
   display: block;
   font-size: 36px;
   line-height: 46px;
   font-weight: 700;
   margin-bottom: 30px;
 }

 .countries-details-content .content-one .upper-text p {
   font-size: 18px;
 }

 .countries-details-content .content-one .two-column .text p {
   margin-bottom: 9px;
 }

 .countries-details-content .content-one .two-column .image-box {
   position: relative;
   display: block;
   border-radius: 10px;
 }

 .countries-details-content .content-one .two-column .image-box img {
   width: 100%;
   border-radius: 10px;
 }

 .countries-details-content h3 {
   display: block;
   font-size: 24px;
   line-height: 34px;
   font-weight: 700;
   margin-bottom: 12px;
 }

 .countries-details-content .visa-block-two .inner-box .static-content {
   opacity: 1 !important;
 }

 .countries-details-content .owl-dots {
   position: relative;
   display: block;
   text-align: center;
   margin-top: 20px;
 }

 .countries-details-content .owl-theme .owl-dots .owl-dot span {
   position: relative;
   display: inline-block;
   margin: 0px 5px;
   width: 9px;
   height: 9px;
   border-radius: 66px;
   background: var(--main-color);
   cursor: pointer;
   transition: all 500ms ease;
 }

 .countries-details-content .owl-theme .owl-dots .owl-dot span:hover,
 .countries-details-content .owl-theme .owl-dots .owl-dot.active span {
   width: 65px;
 }

 .countries-details-content .content-three .list-item li {
   position: relative;
   display: block;
   padding: 18px 0px;
   border-bottom: 1px solid #B4C4D9;
 }

 .countries-details-content .content-three .list-item li h5 {
   display: block;
   font-size: 18px;
   line-height: 28px;
   font-family: var(--heebo);
   font-weight: 500;
 }

 .countries-details-content .content-three .list-item li span {
   position: relative;
   display: block;
   font-size: 12px;
   line-height: 26px;
 }

 .countries-details-content .content-three .inner-box p {
   margin-bottom: 24px;
 }

 .countries-details-content .content-three .inner-box .image-box {
   position: relative;
   display: block;
   border-radius: 20px;
 }

 .countries-details-content .content-three .inner-box .image-box img {
   width: 100%;
   border-radius: 20px;
 }




 .countries-section {
   padding-top: 145px;
 }

 .countries-section .countries-block-one {
   float: left;
   width: 25%;
 }

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

 .countries-block-one .inner-box .image-box {
   position: relative;
   display: block;
   overflow: hidden;
   background: var(--main-color);
 }

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

 .countries-block-one .inner-box:hover .image-box img {
   opacity: 1;
 }

 .countries-block-one .inner-box .text {
   position: absolute;
   left: 0px;
   bottom: 170px;
   width: 100%;
   background: #D6E0E5;
   padding: 38px 15px;
   z-index: 1;
   transition: all 500ms ease;
 }

 .countries-block-one .inner-box .text h3 {
   position: relative;
   display: block;
   font-size: 24px;
   line-height: 26px;
   text-transform: uppercase;
 }

 .countries-block-one .inner-box .text h3 a {
   display: inline-block;
   color: var(--secondary-color);
 }

 .countries-block-one .inner-box .text h3 a:hover {
   color: var(--main-color);
 }

 .countries-block-one .inner-box:hover .text {
   bottom: 94px;
 }

 .countries-section .tab-btns li {
   position: relative;
   display: inline-block;
   font-size: 18px;
   line-height: 28px;
   font-weight: 500;
   color: var(--secondary-color);
   margin: 0px 30px;
   cursor: pointer;
   padding-bottom: 22px;
   transition: all 500ms ease;
 }

 .countries-section .tab-btns li:before {
   position: absolute;
   content: '\e914';
   font-family: 'icomoon';
   left: 50%;
   bottom: 0px;
   transform: translateX(-50%) scale(0, 0);
   transition: all 500ms ease;
 }

 .countries-section .tab-btns li.active-btn:before,
 .countries-section .tab-btns li:hover:before {
   transform: translateX(-50%) scale(1, 1);
 }

 .countries-section .pattern-layer .pattern-1 {
   position: absolute;
   left: 0px;
   top: -45px;
   width: 781px;
   height: 845px;
   background-repeat: no-repeat;
 }

 .countries-section .pattern-layer .pattern-2 {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 263px;
   height: 532px;
 }


 /** countries-style-two **/

 .countries-style-two {
   padding: 145px 0px 300px 0px;
   overflow: hidden;
 }

 .countries-style-two:before {
   position: absolute;
   content: '';
   background: var(--main-color);
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   opacity: 0.95;
 }

 .countries-style-two .sec-title .sub-title:after {
   color: #fff;
   background: #032f70;
 }

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

 .countries-block-two .inner-box .image-box {
   position: relative;
   display: block;
   width: 333px;
   height: 333px;
   border-radius: 50%;
   overflow: hidden;
 }

 .countries-block-two .inner-box .image-box:before {
   position: absolute;
   content: '';
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   border-radius: 50%;
   border: 10px solid rgba(255, 255, 255, 0.4);
   z-index: 1;
 }

 .countries-block-two .inner-box .image-box:after {
   position: absolute;
   content: '';
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   border-radius: 50%;
   background: linear-gradient(180deg, rgba(180, 196, 217, 0) 0%, rgba(9, 44, 76, 0.8) 100%);
 }

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

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

 .countries-block-two .inner-box .text {
   position: absolute;
   left: 0px;
   bottom: 70px;
   width: 100%;
   z-index: 2;
 }

 .countries-block-two .inner-box .text h3 {
   display: block;
   font-size: 24px;
   line-height: 34px;
   font-weight: 500;
 }

 .countries-block-two .inner-box .text h3 a {
   display: inline-block;
   color: var(--white-color);
 }

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


 /** countries-style-three **/

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

 .countries-style-three .title-inner {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
 }

 .countries-style-three .title-inner .sec-title {
   max-width: 610px;
 }

 .countries-style-three .title-inner .text {
   max-width: 570px;
 }

 .countries-style-three .title-inner .text p {
   font-size: 18px;
   color: #07407D;
   position: relative;
   top: 60px;
 }

 .countries-block-three .inner-box {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   border: 1px solid #B4C4D9;
   border-radius: 5px;
   padding: 8px 8px 9px 24px;
   overflow: hidden;
   z-index: 1;
   margin-bottom: 30px;
   transition: all 500ms ease;
 }

 .countries-block-three .inner-box:hover {
   border-color: var(--main-color);
 }

 .countries-block-three .inner-box:before {
   position: absolute;
   content: '';
   background: var(--main-color);
   width: 0%;
   height: 100%;
   left: 0px;
   top: 0px;
   z-index: -1;
   transition: all 500ms ease;
 }

 .countries-block-three .inner-box:hover:before {
   width: 100%;
 }

 .countries-block-three .inner-box .image-box {
   position: relative;
   width: 95px;
   border-radius: 5px;
 }

 .countries-block-three .inner-box .image-box img {
   width: 100%;
   border-radius: 5px;
   filter: grayscale(100%);
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -o-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   transition: all 500ms ease;
 }

 .countries-block-three .inner-box:hover .image-box img {
   filter: grayscale(0%);
   -webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
   -o-filter: grayscale(1%);
   -ms-filter: grayscale(0%);
 }

 .countries-block-three .inner-box .content-box {
   padding-right: 25px;
   max-width: 203px;
 }

 .countries-block-three .inner-box .title-box {
   position: relative;
   display: block;
   padding: 10px 0px 7px 55px;
   margin-bottom: 15px;
 }

 .countries-block-three .inner-box .title-box .flag {
   position: absolute;
   display: inline-block;
   left: 0px;
   top: 0px;
   width: 46px;
   height: 46px;
   border: 3px solid #FFFFFF;
   filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
   border-radius: 50%;
 }

 .countries-block-three .inner-box .title-box .flag img {
   width: 100%;
   border-radius: 50%;
 }

 .countries-block-three .inner-box .title-box a {
   display: inline-block;
   font-size: 16px;
   line-height: 26px;
   color: var(--main-color);
 }

 .countries-block-three .inner-box:hover .title-box a,
 .countries-block-three .inner-box:hover p {
   color: var(--white-color);
 }

 .countries-block-three .inner-box .title-box a:hover {
   text-decoration: underline;
 }

 .countries-block-three .inner-box p {
   font-size: 12px;
   line-height: 26px;
   transition: all 500ms ease;
 }

 .countries-style-three .more-btn .theme-btn {
   background: var(--main-color);
 }

 .countries-style-three .more-btn .theme-btn:hover {
   box-shadow: inset 0 0 0 2em var(--secondary-color);
 }

 .countries-style-three .tab-btns .tab-btn {
   position: relative;
   display: block;
   padding-bottom: 30px;
   border-bottom: 1px solid #B4C4D9;
   text-align: center;
   cursor: pointer;
   transition: all 500ms ease;
 }

 .countries-style-three .tab-btns .tab-btn:before {
   position: absolute;
   content: '';
   background: var(--main-color);
   width: 0%;
   height: 1px;
   left: 0px;
   bottom: -1px;
   transition: all 500ms ease;
 }

 .countries-style-three .tab-btns .tab-btn.active-btn:before,
 .countries-style-three .tab-btns .tab-btn:hover:before {
   width: 100%;
 }

 .countries-style-three .tab-btns .tab-btn h3 {
   position: relative;
   display: inline-block;
   font-size: 24px;
   line-height: 34px;
   font-weight: 700;
   color: var(--secondary-color);
   padding-left: 45px;
   transition: all 500ms ease;
 }

 .countries-style-three .tab-btns .tab-btn h3 i {
   position: absolute;
   left: 0px;
   top: 2px;
   font-size: 30px;
 }

 .countries-style-three .tab-btns .tab-btn.active-btn h3,
 .countries-style-three .tab-btns .tab-btn:hover h3 {
   color: var(--main-color);
 }

 .countries-style-three .pattern-layer .pattern-1 {
   position: absolute;
   left: 0px;
   top: 280px;
   width: 455px;
   height: 373px;
   background-repeat: no-repeat;
 }

 .countries-style-three .pattern-layer .pattern-2 {
   position: absolute;
   top: 260px;
   right: 0px;
   width: 463px;
   height: 361px;
   background-repeat: no-repeat;
 }

 .countries-style-three .pattern-layer .pattern-3 {
   position: absolute;
   left: 0px;
   top: 0px;
   right: 0px;
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
   background-position: center;
 }


 /** countries-style-four **/

 .countries-style-four {
   position: relative;
 }

 .countries-style-four .owl-carousel .owl-stage-outer {
   overflow: visible;
 }

 .countries-style-four .owl-carousel .owl-stage-outer .owl-item {
   opacity: 0;
 }

 .countries-style-four .owl-carousel .owl-stage-outer .owl-item.active {
   opacity: 1;
 }

 .countries-block-four .inner-box {
   position: relative;
   display: block;
   overflow: hidden;
   box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
   border-radius: 10px;
   padding: 50px 50px;
   background: #fff;
 }

 .countries-block-four .inner-box .flag {
   position: relative;
   display: inline-block;
   width: 95px;
   height: 95px;
   border-radius: 50%;
   border: 3px solid #FFFFFF;
   filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
   margin-bottom: 13px;
 }

 .countries-block-four .inner-box .flag img {
   width: 100%;
   border-radius: 50%;
 }

 .countries-block-four .inner-box h3 {
   display: block;
   font-size: 24px;
   line-height: 34px;
   font-weight: 700;
   margin-bottom: 20px;
 }

 .countries-block-four .inner-box h3 a {
   display: inline-block;
   color: var(--title-color);
 }

 .countries-block-four .inner-box h3 a:hover {
   color: var(--secondary-color);
 }

 .countries-block-four .inner-box p {
   font-size: 14px;
   line-height: 26px;
   color: var(--title-color);
   margin-bottom: 20px;
 }

 .countries-block-four .inner-box .text {
   position: relative;
   display: block;
   font-size: 16px;
   font-weight: 500;
   color: var(--secondary-color);
 }

 .countries-block-four .inner-box .designation {
   position: relative;
   display: block;
   font-size: 12px;
   line-height: 30px;
   color: var(--main-color);
 }

 .countries-style-four .owl-nav {
   position: relative;
   display: block;
   text-align: center;
   margin-top: 40px;
 }

 .countries-style-four .owl-nav .owl-prev {
   margin-right: 20px;
 }

 .countries-style-four .pattern-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
   background-position: center;
 }


 /** countries-style-five **/

 .countries-style-five {
   padding-top: 145px;
   background: var(--main-color);
 }

 .countries-style-five:before {
   position: absolute;
   content: '';
   background: var(--white-color);
   width: 100%;
   height: 170px;
   left: 0px;
   bottom: 0px;
 }

 .countries-style-five .sec-title .sub-title:after {
   background: var(--main-color);
 }

 .countries-block-five .inner-box {
   position: relative;
   display: block;
 }

 .countries-block-five .inner-box .image-box {
   position: relative;
   display: block;
 }

 .countries-block-five .inner-box .image-box .image {
   position: relative;
   display: block;
   overflow: hidden;
   border-radius: 10px;
 }

 .countries-block-five .inner-box .image-box .image img {
   width: 100%;
   border-radius: 10px;
   transition: all 500ms ease;
 }

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

 .countries-block-five .inner-box .image-box .flag {
   position: absolute;
   display: inline-block;
   left: 25px;
   top: 25px;
   width: 46px;
   height: 46px;
   border: 3px solid var(--white-color);
   border-radius: 50%;
 }

 .countries-block-five .inner-box .lower-content {
   position: relative;
   display: block;
   padding-top: 20px;
 }

 .countries-block-five .inner-box .lower-content h5 {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 29px;
   font-weight: 500;
 }

 .countries-block-five .inner-box .lower-content h5 a {
   display: inline-block;
   color: var(--main-color);
 }

 .countries-block-five .inner-box .lower-content h5 a:hover {
   color: var(--secondary-color);
 }

 .countries-block-five .inner-box .lower-content h5 span {
   font-weight: 300;
 }

 .countries-block-five .inner-box .lower-content .text {
   position: relative;
   display: block;
   font-size: 14px;
   line-height: 24px;
   color: var(--secondary-color);
 }

 .countries-style-five .pattern-layer .pattern-1 {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 627px;
   height: 593px;
   background-repeat: no-repeat;
 }

 .countries-style-five .pattern-layer .pattern-2 {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 480px;
   height: 532px;
   background-repeat: no-repeat;
 }

 .countries-style-three.alternat-2 {
   position: relative;
   background: #f5f5f5;
 }

 .countries-style-three.alternat-2 .sec-title .sub-title:after {
   background: #f5f5f5;
 }

 .countries-style-three.alternat-2 .pattern-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
   background-position: center;
 }

 .team-section.home_4 {
   padding: 145px 0px 150px 0px;
   background: var(--white-color);
 }

 .team-section.home_4 .pattern-layer .pattern-4 {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
   background-position: center;
 }

 .team-section.home_4 .pattern-layer .pattern-5 {
   position: absolute;
   top: 160px;
   right: 0px;
   width: 627px;
   height: 592px;
   background-repeat: no-repeat;
 }



 .dream-section {
   padding: 245px 0px 185px 0px;
   overflow: hidden;
 }

 .dream-section:before {
   position: absolute;
   content: '';
   background: var(--main-color);
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   opacity: 0.95;
 }

 .dream-section .content-box {
   max-width: 580px;
 }

 .dream-section .sec-title .sub-title:after {
   color: #fff;
   background: #032f70;
 }

 .content_block_two .content-box .text p {
   color: #fff;
 }

 .content_block_two .content-box .list-item {
   max-width: 455px;
 }

 .content_block_two .content-box .list-item li {
   position: relative;
   display: block;
 }

 .content_block_two .content-box .list-item li a {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 28px;
   font-weight: 500;
   color: #fff;
   padding: 23px 0px;
   border-bottom: 1px solid rgba(255, 255, 255, 0.3);
 }

 .content_block_two .content-box .list-item li a:hover {
   border-bottom: 1px solid rgba(255, 255, 255, 1);
 }

 .content_block_two .content-box .list-item li a i {
   float: right;
   position: relative;
   top: 5px;
 }

 .dream-section .pattern-layer {
   position: absolute;
   right: 0px;
   bottom: 0px;
   width: 100%;
   height: 238px;
   background-size: 100% 100%;
   background-repeat: no-repeat;
 }

 .dream-section .image-layer {
   position: absolute;
   right: 142px;
   bottom: 0px;
 }

 .dream-section .pattern-layer-2 {
   position: absolute;
   top: 66px;
   right: 0px;
   width: 466px;
   height: 473px;
   background-repeat: no-repeat;
 }


 /** dream-style-two **/

 .dream-style-two {
   background: var(--main-color);
 }

 .dream-style-two .bg-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 50%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .dream-style-two .content-column {
   position: relative;
   float: right;
   width: 50%;
   padding-left: 135px;
 }

 .dream-style-two .content-box {
   max-width: 540px;
 }

 .dream-style-two .content-box .sec-title .sub-title:after {
   background: var(--main-color);
 }

 .content_block_two .content-box .list-item li a i {
   color: var(--secondary-color);
   transition: all 500ms ease;
 }

 .content_block_two .content-box .list-item li a:hover i {
   color: var(--white-color);
 }

 .content_block_two .content-box .list-item li:last-child a {
   border-bottom: none;
 }

 .dream-style-two .pattern-layer .pattern-1 {
   position: absolute;
   left: 0px;
   top: -145px;
   width: 627px;
   height: 593px;
   background-repeat: no-repeat;
 }

 .dream-style-two .pattern-layer .pattern-2 {
   position: absolute;
   right: 0px;
   bottom: -150px;
   width: 202px;
   height: 355px;
   background-repeat: no-repeat;
 }


 /** dream-style-three **/

 .dream-style-three {
   padding: 145px 0px;
 }

 .dream-style-three .content_block_two .content-box .text p {
   color: #07407D;
   font-size: 18px;
 }

 .dream-style-three .content_block_two .content-box .text {
   max-width: 574px;
 }

 .dream-style-three .content_block_two .content-box .list-item li a {
   color: #07407D;
   border-bottom: 1px solid #B4C4D9;
   padding: 16px 0px;
 }

 .dream-style-three .content_block_two .content-box .list-item li a:hover,
 .dream-style-three .content_block_two .content-box .list-item li a:hover i {
   color: var(--secondary-color);
 }

 .dream-style-three .image-box {
   position: relative;
   display: block;
 }

 .dream-style-three .image-box .image {
   position: relative;
   display: block;
   border-radius: 20px;
   overflow: hidden;
 }

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

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





 .education-section {
   padding: 148px 0px 70px 0px;
   overflow: hidden;
 }

 .education-section:before {
   position: absolute;
   content: '';
   background: var(--main-color);
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   opacity: 0.95;
 }

 .education-section .bg-layer-2 {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-repeat: repeat-x;
   background-position: center;
   animation: slide 60s linear infinite;
   -webkit-animation: slide 60s linear infinite;
 }

 /* .education-section .content-box{
  max-width: 500px;
} */

 .content_block_three .content-box h2 {
   display: block;
   font-size: 40px;
   line-height: 50px;
   font-weight: 700;
   color: var(--white-color);
   margin-bottom: 19px;
 }

 .content_block_three .content-box h2 span {
   color: transparent;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: rgba(255, 255, 255, 1);
 }

 .content_block_three .content-box p {
   display: block;
   color: var(--white-color);
   margin-bottom: 40px;
 }

 .content-box .country-list {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-evenly;
   text-align: center;
 }

 .country-item .flag {
   position: relative;
   display: inline-block;
   border: 3px solid #FFFFFF;
   filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
   border-radius: 50%;
   margin-bottom: 10px;
   height: 150px;
   width: 150px;
 }

 .content_block_three .content-box .country-item .flag img {
   border-radius: 50%;
   width: 100%;
 }

 .content_block_three .content-box .country-item span {
   position: relative;
   display: block;
   font-size: 16px;
   color: var(--white-color);
   font-weight: 700;
   margin-left: 10px;
 }

 .education-section .image-layer {
   position: absolute;
   right: 200px;
   bottom: 0px;
 }

 .education-section .pattern-layer .pattern-1 {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 1600px;
   height: 238px;
   background-size: 100% 100%;
   background-repeat: no-repeat;
   background-position: bottom center;
 }

 .education-section .pattern-layer .pattern-2 {
   position: absolute;
   right: 0px;
   bottom: 0px;
   width: 1600px;
   height: 238px;
   background-size: 100% 100%;
   background-repeat: no-repeat;
   background-position: bottom center;
 }

 .education-section .shape .shape-1 {
   position: absolute;
   top: 124px;
   right: 118px;
   width: 200px;
   height: 200px;
   background-repeat: no-repeat;
   -webkit-animation: zoom-fade 4s infinite linear;
   animation: zoom-fade 4s infinite linear;
 }

 .education-section .shape .shape-2 {
   position: absolute;
   bottom: 0px;
   right: 580px;
   width: 200px;
   height: 200px;
   background-repeat: no-repeat;
   -webkit-animation: zoom-fade 6s infinite linear;
   animation: zoom-fade 6s infinite linear;
 }

 .education-section.alternat-2 {
   padding: 190px 0px;
 }





 .error-section {
   position: relative;
   padding-bottom: 170px;
 }

 .error-section .title-box {
   position: relative;
   max-width: 1260px;
   width: 100%;
   margin: 0 auto;
   margin-bottom: 82px;
 }

 .error-section .title-box span {
   position: absolute;
   top: 200px;
   font-size: 500px;
   line-height: 734px;
   font-weight: 900;
   color: var(--main-color);
 }

 .error-section .title-box span.text-one {
   left: 0px;
 }

 .error-section .title-box span.text-two {
   right: 30px;
 }

 .error-section .title-box h2 {
   position: absolute;
   font-size: 80px;
   line-height: 90px;
   font-weight: 700;
   color: var(--secondary-color);
   right: 0px;
   bottom: 200px;
 }

 .error-section h1 {
   display: block;
   font-size: 80px;
   line-height: 90px;
   font-weight: 700;
   margin-bottom: 20px;
 }

 .error-section p {
   display: block;
   font-size: 18px;
   font-weight: 500;
   margin-bottom: 60px;
 }




 .faq-section {
   position: relative;
 }

 .faq-section .sec-title {
   max-width: 570px;
 }

 .faq-section .sec-title p {
   margin-top: 21px;
   font-size: 18px;
   color: #07407D;
 }

 .faq-section .faq-content h3 {
   position: relative;
   display: block;
   font-size: 24px;
   line-height: 34px;
   font-weight: 700;
   color: var(--secondary-color);
   margin-bottom: 40px;
 }

 .faq-section .accordion-box {
   border: 1px solid #E0E0E0;
 }

 .faq-section .accordion-box .accordion {
   position: relative;
   display: block;
   border-bottom: 1px solid #E0E0E0;
 }

 .faq-section .accordion-box .accordion:last-child {
   border-bottom: none;
 }

 .faq-section .accordion-box .acc-btn {
   position: relative;
   display: block;
   padding: 21px 80px 15px 42px;
   cursor: pointer;
   border-bottom: 1px solid transparent;
 }

 .faq-section .accordion-box .accordion .acc-btn.active {
   border-bottom: 1px solid #E0E0E0;
 }

 .faq-section .accordion-box .acc-btn h5 {
   display: block;
   font-size: 18px;
   line-height: 29px;
   font-weight: 500;
   font-family: var(--heebo);
 }

 .faq-section .accordion-box .acc-btn .icon-box {
   position: absolute;
   display: inline-block;
   top: 18px;
   right: 28px;
   width: 30px;
   height: 30px;
   line-height: 30px;
   text-align: center;
   font-size: 12px;
   color: var(--white-color);
   background: var(--secondary-color);
   border-radius: 50%;
   font-weight: 700;
   transition: all 500ms ease;
 }

 .faq-section .accordion-box .acc-btn .icon-box:before {
   position: absolute;
   content: '\e923';
   font-family: 'icomoon';
   left: 0px;
   width: 30px;
 }

 .faq-section .accordion-box .acc-btn.active .icon-box {
   transform: rotate(45deg);
   background: var(--main-color);
 }

 .faq-section .accordion-box .acc-content {
   position: relative;
   padding: 17px 36px 37px 42px;
 }

 .faq-section .accordion-box .acc-content p {
   color: #07407D;
 }





 .feature-section {
   position: relative;
 }

 .feature-section .inner-container {
   position: relative;
   display: block;
   background: #FFFFFF;
   /* box-shadow: 0px 4px 50px rgba(128, 128, 128, 0.1); */
   border-radius: 20px;
   overflow: hidden;
   padding: 50px 130px 50px 130px;
   overflow: hidden;
   margin-bottom: -110px;
   z-index: 1;
 }

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

 }

 .feature-block-one .inner-box .icon-box {
   position: relative;
   display: block;
   font-size: 60px;
   color: var(--main-color);
   margin-bottom: 15px;
   margin-top: 15px;
 }

 .feature-block-one .inner-box h3 {
   display: block;
   font-size: 19px;
   line-height: 34px;
   font-weight: 700;
   margin-bottom: 14px;
 }

 .feature-block-one .inner-box h3 a {
   display: inline-block;
   color: var(--main-color);
 }

 .feature-block-one .inner-box h3 a:hover {
   color: var(--secondary-color);
 }

 .feature-section .inner-container .shape {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .feature-section.alternat-2 .inner-container {
   margin-bottom: 0px;
   margin-top: -200px;
 }

 .feature-section.alternat-3 .inner-container {
   background: #032761;
   margin-bottom: 0px;
   margin-top: -215px;
 }

 .feature-section.alternat-3 .feature-block-one .inner-box .icon-box {
   color: var(--white-color);
 }

 .feature-section.alternat-3 .feature-block-one .inner-box h3 a,
 .feature-section.alternat-3 .feature-block-one .inner-box p {
   color: var(--white-color);
 }

 .feature-section.alternat-3 .feature-block-one .inner-box h3 a:hover {
   text-decoration: underline;
 }

 .feature-section .shape-2 {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 271px;
   height: 196px;
   background-repeat: no-repeat;
 }


 /** feature-style-two **/

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

 .feature-block-two {
   margin-top: 41px;
 }

 .feature-block-two .inner-box {
   position: relative;
   display: block;
   background: #FFFFFF;
   box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
   border-radius: 20px;
   padding: 0px 30px 40px 30px;
   z-index: 1;
 }

 .feature-block-two .inner-box:before {
   position: absolute;
   content: '';
   background: var(--main-color);
   width: 100%;
   height: 0%;
   left: 0px;
   top: 0px;
   z-index: -1;
   border-radius: 20px;
   transition: all 500ms ease;
 }

 .feature-block-two .inner-box:hover:before {
   height: 100%;
 }

 .feature-block-two .inner-box .icon-box {
   position: relative;
   display: inline-block;
   width: 100px;
   height: 100px;
   line-height: 100px;
   text-align: center;
   font-size: 60px;
   color: var(--main-color);
   border-radius: 50%;
   background: #fff;
   border: 1px solid rgba(180, 196, 217, 0.4);
   box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
   z-index: 1;
   margin-top: -41px;
   margin-bottom: 40px;
 }

 .feature-block-two .inner-box .icon-box:before {
   position: absolute;
   content: '';
   background: rgba(180, 196, 217, 0.4);
   width: 100%;
   height: 100%;
   border-radius: 50%;
   left: 0px;
   top: 0px;
   transform: scale(0, 0);
   z-index: -1;
   transition: all 500ms ease;
 }

 .feature-block-two .inner-box:hover .icon-box:before {
   transform: scale(1, 1);
 }

 .feature-block-two .inner-box h3 {
   display: block;
   font-size: 24px;
   line-height: 34px;
   font-weight: 600;
   margin-bottom: 12px;
 }

 .feature-block-two .inner-box h3 a {
   display: inline-block;
   color: var(--main-color);
 }

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

 .feature-block-two .inner-box:hover h3 a,
 .feature-block-two .inner-box:hover p {
   color: var(--white-color);
 }

 .feature-block-two .inner-box p {
   transition: all 500ms ease;
 }

 .feature-style-two .pattern-layer {
   position: absolute;
   top: -90px;
   right: 0px;
   width: 930px;
   height: 881px;
   background-repeat: no-repeat;
   z-index: -1;
 }

 .feature-section.about-page .inner-container {
   margin: 0px;
 }



 .help-section {
   background: var(--main-color);
   padding: 110px 0px;
 }

 .help-section .sec-title.light .sub-title:before {
   background: #B4C4D9;
 }

 .help-section .sec-title.light .sub-title:after {
   background: var(--main-color);
 }

 .help-section .single-item .inner-box {
   position: relative;
   padding-left: 125px;
 }

 .help-section .single-item .inner-box .icon-box {
   position: absolute;
   left: 0px;
   top: 5px;
   width: 80px;
   text-align: center;
 }

 .help-section .single-item .inner-box .icon-box:before {
   position: absolute;
   content: '';
   background: rgba(180, 196, 217, 0.1);
   width: 1px;
   height: 125px;
   top: 0px;
   left: 95px;
 }

 .help-section .single-item .inner-box .icon-box .icon {
   position: relative;
   display: block;
   font-size: 65px;
   color: var(--white-color);
 }

 .help-section .single-item .inner-box .icon-box .count-text {
   position: relative;
   display: inline-block;
   width: 36px;
   height: 36px;
   line-height: 36px;
   text-align: center;
   border-radius: 50%;
   font-size: 12px;
   color: var(--white-color);
   background: rgba(255, 255, 255, 0.20);
 }

 .help-section .single-item .inner-box .icon-box .count-text:before {
   position: absolute;
   content: '';
   border: 1px solid #B4C4D9;
   border-radius: 50%;
   width: 40px;
   height: 40px;
   left: -2px;
   top: -2px;
 }

 .help-section .single-item .inner-box h3 {
   display: block;
   font-size: 24px;
   line-height: 34px;
   font-weight: 700;
   margin-bottom: 16px;
 }

 .help-section .single-item .inner-box h3 a {
   display: inline-block;
   color: var(--white-color);
 }

 .help-section .single-item .inner-box h3 a:hover {
   color: var(--secondary-color);
 }

 .help-section .single-item .inner-box p {
   font-size: 18px;
   color: var(--white-color);
 }

 .help-section .pattern-layer .pattern-1 {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 627px;
   height: 593px;
   background-repeat: no-repeat;
 }

 .help-section .pattern-layer .pattern-2 {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 471px;
   height: 510px;
   background-repeat: no-repeat;
   -webkit-animation: zoom-fade 7s infinite linear;
   animation: zoom-fade 7s infinite linear;
 }

 .help-section .pattern-layer .pattern-3 {
   position: absolute;
   left: 0px;
   bottom: 15px;
   width: 100%;
   height: 263px;
   background-repeat: no-repeat;
 }


 .help-section.alternat-2 {
   background: var(--white-color);
 }

 .help-section.alternat-2 .single-item .inner-box .icon-box .icon {
   color: var(--secondary-color);
 }

 .help-section.alternat-2 .single-item .inner-box .icon-box .count-text {
   background: var(--main-color);
 }

 .help-section.alternat-2 .single-item .inner-box h3 a,
 .help-section.alternat-2 .single-item .inner-box p {
   color: var(--main-color);
 }

 .help-section.alternat-2 .single-item .inner-box .icon-box:before {
   background: #B4C4D9;
 }

 .help-section.alternat-2 .single-item .inner-box h3 a:hover {
   color: var(--secondary-color);
 }




 .news-section {
   position: relative;
 }

 .news-block-one .inner-box {
   position: relative;
   display: block;
   overflow: hidden;
   background: #FFFFFF;
   box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
   border-radius: 10px;
 }

 .news-block-one .inner-box .image-box {
   position: relative;
   display: block;
   overflow: hidden;
   background: var(--main-color);
 }

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

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

 .news-block-one .inner-box .lower-content {
   position: relative;
   display: block;
   padding: 35px 40px;
 }

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

 .news-block-one .inner-box .lower-content .post-info li {
   position: relative;
   display: inline-block;
   float: left;
   margin-right: 40px;
   padding-left: 37px;
 }

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

 .news-block-one .inner-box .lower-content .post-info li i {
   position: absolute;
   left: 0px;
   top: 3px;
   font-size: 20px;
   color: var(--main-color);
 }

 .news-block-one .inner-box .lower-content .post-info li a {
   color: var(--text-color);
 }

 .news-block-one .inner-box .lower-content .post-info li a:hover {
   color: var(--main-color);
 }

 .news-block-one .inner-box .lower-content .post-info li:before {
   position: absolute;
   content: '';
   background: rgba(0, 0, 0, 0.1);
   width: 1px;
   height: 20px;
   top: 4px;
   right: -21px;
 }

 .news-block-one .inner-box .lower-content .post-info li:last-child:before {
   display: none;
 }

 .news-block-one .inner-box .lower-content h3 {
   display: block;
   font-size: 24px;
   line-height: 34px;
   font-weight: 700;
   margin-bottom: 15px;
 }

 .news-block-one .inner-box .lower-content h3 a {
   display: inline-block;
   color: var(--main-color);
 }

 .news-block-one .inner-box .lower-content h3 a:hover {
   color: var(--secondary-color);
 }

 .news-block-one .inner-box .lower-content p {
   display: block;
   padding-bottom: 30px;
   margin-bottom: 30px;
   border-bottom: 1px solid rgba(0, 0, 0, 0.1);
 }

 .news-block-one .inner-box .lower-content .link-btn a {
   color: var(--secondary-color);
 }

 .news-block-one .inner-box .lower-content .link-btn a:hover {
   color: var(--main-color);
 }

 .news-section .pattern-layer .pattern-1 {
   position: absolute;
   left: 0px;
   bottom: 0px;
   width: 865px;
   height: 725px;
   background-repeat: no-repeat;
 }

 .news-section .pattern-layer .pattern-2 {
   position: absolute;
   right: 0px;
   bottom: 0px;
   width: 952px;
   height: 792px;
   background-repeat: no-repeat;
 }


 /** news-style-two **/

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

 .news-style-two .owl-carousel .owl-stage-outer {
   overflow: visible;
 }

 .news-style-two .owl-carousel {
   max-width: 906px;
   margin: 0 auto;
 }

 .news-block-two {
   position: relative;
   max-width: 906px;
 }

 .news-block-two .inner-box {
   position: relative;
   display: block;
   overflow: hidden;
   border-radius: 10px;
 }

 .news-block-two .inner-box .image-box {
   position: relative;
   float: left;
   width: 50%;
   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);
 }

 .news-block-two .inner-box .content-box {
   position: relative;
   float: right;
   width: 50%;
   border: 1px solid var(--secondary-color);
   border-radius: 0px 10px 10px 0px;
   padding: 34px 36px;
   transition: all 500ms ease;
 }

 .news-block-two .inner-box:hover .content-box {
   border-color: var(--main-color);
 }

 .news-block-two .inner-box .content-box .post-info {
   position: relative;
   margin-bottom: 15px;
 }

 .news-block-two .inner-box .content-box .post-info li {
   position: relative;
   display: inline-block;
   float: left;
   margin-right: 40px;
   padding-left: 37px;
 }

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

 .news-block-two .inner-box .content-box .post-info li i {
   position: absolute;
   left: 0px;
   top: 3px;
   font-size: 20px;
   color: #5E789C;
 }

 .news-block-two .inner-box .content-box .post-info li a {
   color: var(--text-color);
 }

 .news-block-two .inner-box .content-box .post-info li a:hover {
   color: var(--main-color);
 }

 .news-block-two .inner-box .content-box .post-info li:before {
   position: absolute;
   content: '';
   background: rgba(0, 0, 0, 0.1);
   width: 1px;
   height: 20px;
   top: 4px;
   right: -21px;
 }

 .news-block-two .inner-box .content-box .post-info li:last-child:before {
   display: none;
 }

 .news-block-two .inner-box .content-box h3 {
   display: block;
   font-size: 24px;
   line-height: 34px;
   font-weight: 700;
   margin-bottom: 15px;
 }

 .news-block-two .inner-box .content-box h3 a {
   display: inline-block;
   color: var(--main-color);
 }

 .news-block-two .inner-box .content-box h3 a:hover {
   color: var(--secondary-color);
 }

 .news-block-two .inner-box .content-box p {
   display: block;
   margin-bottom: 16px;
 }

 .news-block-two .inner-box .content-box .link-btn a {
   color: var(--secondary-color);
 }

 .news-block-two .inner-box .content-box .link-btn a:hover {
   color: var(--main-color);
 }

 .news-style-two .owl-nav {
   position: relative;
   display: block;
   text-align: center;
   margin-top: 50px;
 }

 .news-style-two .owl-nav .owl-prev {
   margin-right: 10px;
 }





 .page-title {
   padding: 100px;
 }

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

 .page-title .bg-layer:before {
   position: absolute;
   content: '';
   background: var(--main-color);
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   opacity: 0.8;
 }

 .page-title .content-box h1 {
   position: relative;
   display: block;
   font-size: 54px;
   line-height: 64px;
   font-weight: 700;
   color: var(--white-color);
 }

 .page-title .content-box .bread-crumb {
   position: relative;
   display: inline-block;
   border: 1px solid var(--secondary-color);
   border-radius: 5px;
   padding: 18px 50px;
   margin-top: 37px;
 }

 .page-title .content-box .bread-crumb li {
   position: relative;
   display: inline-block;
   font-size: 18px;
   color: var(--white-color);
   font-weight: 500;
   margin-right: 40px;
 }

 .page-title .content-box .bread-crumb li:last-child {
   margin: 0px;
 }

 .page-title .content-box .bread-crumb li a {
   display: inline-block;
   color: var(--white-color);
 }

 .page-title .content-box .bread-crumb li a:hover {
   color: var(--secondary-color);
 }

 .page-title .content-box .bread-crumb li:before {
   position: absolute;
   content: '\e908';
   font-family: 'icomoon';
   font-size: 14px;
   top: 1px;
   right: -28px;
 }

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

 .page-title .pattern-layer {
   position: absolute;
   right: 0px;
   bottom: 0px;
   width: 826px;
   height: 186px;
   background-repeat: no-repeat;
 }











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

 .default-sidebar .category-widget {
   position: relative;
   display: block;
   background: rgba(3, 43, 102, 0.1);
   padding: 20px;
 }

 .default-sidebar .category-widget .category-list {
   position: relative;
   background: var(--main-color);
   padding: 45px 35px;
 }

 .default-sidebar .category-widget .category-list li {
   position: relative;
   display: block;
   border-bottom: 1px solid rgba(255, 255, 255, 0.2);
   padding: 17px 0px;
 }

 .default-sidebar .category-widget .category-list li a {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 28px;
   font-weight: 500;
   color: var(--white-color);
 }

 .default-sidebar .category-widget .category-list li a:hover,
 .default-sidebar .category-widget .category-list li a.current {
   color: var(--secondary-color);
 }

 .default-sidebar .category-widget .category-list li a:before {
   position: absolute;
   content: '\e93d';
   font-family: 'icomoon';
   top: 0px;
   right: 0px;
 }

 .default-sidebar .sidebar-widget {
   margin-bottom: 40px;
 }

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

 .default-sidebar .travel-widget {
   position: relative;
   display: block;
   background: rgba(3, 43, 102, 0.1);
   padding: 20px;
 }

 .default-sidebar .travel-widget img {
   width: 100%;
 }

 .default-sidebar .travel-widget .content-box {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 250px;
   padding: 40px 30px 50px 30px;
   background: rgba(3, 43, 102, 0.9);
 }

 .default-sidebar .travel-widget .content-box h3 {
   display: block;
   font-size: 24px;
   line-height: 34px;
   color: var(--white-color);
   font-weight: 700;
   margin-bottom: 25px;
 }

 .default-sidebar .travel-widget .content-box .list-item li {
   position: relative;
   display: block;
   font-size: 14px;
   line-height: 26px;
   color: var(--white-color);
   margin-bottom: 5px;
   padding-left: 26px;
 }

 .default-sidebar .travel-widget .content-box .list-item li:last-child {
   margin-bottom: 0px;
 }

 .default-sidebar .travel-widget .content-box .list-item li:before {
   position: absolute;
   content: '\e93e';
   font-family: 'icomoon';
   left: 0px;
   top: 0px;
 }

 .default-sidebar .download-widget {
   position: relative;
   display: block;
   background: rgba(3, 43, 102, 0.1);
   padding: 20px;
 }

 .default-sidebar .download-widget .widget-content {
   position: relative;
   background: var(--main-color);
   padding: 40px 45px 39px 45px;
 }

 .default-sidebar .download-widget h3 {
   display: block;
   font-size: 24px;
   line-height: 34px;
   color: var(--white-color);
   font-weight: 700;
   margin-bottom: 15px;
 }

 .default-sidebar .download-widget .download-list li {
   position: relative;
   display: inline-block;
   float: left;
   margin-right: 15px;
 }

 .default-sidebar .download-widget .download-list li:last-child {
   margin: 0px;
 }

 .default-sidebar .download-widget .download-list li a {
   position: relative;
   display: inline-block;
   width: 145px;
   border: 1px solid rgba(255, 255, 255, 0.1);
   padding: 17px 30px 16px 30px;
   text-align: center;
   transition: all 500ms ease;
 }

 .default-sidebar .download-widget .download-list li a:hover {
   border-color: #fff;
 }

 .default-sidebar .download-widget .download-list li a i {
   position: relative;
   display: inline-block;
   font-size: 50px;
   color: var(--secondary-color);
   margin-bottom: 8px;
   transition: all 500ms ease;
 }

 .default-sidebar .download-widget .download-list li a:hover i {
   color: var(--white-color);
 }

 .default-sidebar .download-widget .download-list li a p {
   display: block;
   font-size: 14px;
   line-height: 24px;
   font-weight: 700;
   color: var(--white-color);
   margin-bottom: 5px;
 }

 .default-sidebar .download-widget .download-list li a span {
   position: relative;
   display: inline-block;
   font-size: 14px;
   line-height: 24px;
   color: var(--white-color);
   background: rgba(217, 217, 217, 0.1);
   border-radius: 34px;
   padding: 0px 17px;
 }

 .default-sidebar .download-widget .icon-shape {
   position: absolute;
   right: 30px;
   bottom: 26px;
 }

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

 .blog-sidebar .sidebar-widget {
   background: #F7F7F7;
   border-radius: 10px;
   padding: 40px 35px;
 }

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

 .blog-sidebar .widget-title h3 {
   position: relative;
   display: block;
   font-size: 24px;
   line-height: 34px;
   font-weight: 700;
 }

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

 .blog-sidebar .search-widget .search-form .form-group input[type='search'] {
   position: relative;
   display: block;
   width: 100%;
   height: 50px;
   background: #FFFFFF;
   box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03);
   border-radius: 5px;
   border: 1px solid #fff;
   font-size: 14px;
   color: var(--main-color);
   padding: 10px 50px 10px 30px;
   transition: all 500ms ease;
 }

 .blog-sidebar .search-widget .search-form .form-group input:focus {
   border-color: var(--main-color);
 }

 .blog-sidebar .search-widget .search-form .form-group button {
   position: absolute;
   top: 13px;
   right: 15px;
   font-size: 18px;
   color: var(--main-color);
   cursor: pointer;
   transition: all 500ms ease;
 }

 .blog-sidebar .category-widget .category-list-two li {
   position: relative;
   display: block;
   margin-bottom: 10px;
 }

 .blog-sidebar .category-widget .category-list-two li:last-child {
   margin-bottom: 0px;
 }

 .blog-sidebar .category-widget .category-list-two li a {
   position: relative;
   display: block;
   font-size: 16px;
   line-height: 28px;
   color: #132D5D;
   background: #fff;
   border: 1px solid rgba(0, 0, 0, 0.1);
   border-radius: 5px;
   padding: 11px 30px 10px 50px;
 }

 .blog-sidebar .category-widget .category-list-two li a:hover {
   color: var(--white-color);
   background: var(--main-color);
   border-color: var(--main-color);
 }

 .blog-sidebar .category-widget .category-list-two li a:before {
   position: absolute;
   content: '\e93e';
   font-family: 'icomoon';
   top: 14px;
   left: 14px;
   font-size: 10px;
   border: 2px solid #5E789C;
   color: #032B66;
   width: 20px;
   height: 20px;
   line-height: 18px;
   text-align: center;
   border-radius: 6px;
   font-weight: 700;
   transition: all 500ms ease;
 }

 .blog-sidebar .category-widget .category-list-two li a:hover:before {
   color: var(--white-color);
   border-color: var(--white-color);
 }

 .blog-sidebar .post-widget .post {
   position: relative;
   display: block;
   background: #FFFFFF;
   border: 1px solid rgba(0, 0, 0, 0.05);
   border-radius: 10px;
   padding: 15px 15px 15px 118px;
   margin-bottom: 20px;
   min-height: 118px;
   transition: all 500ms ease;
 }

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

 .blog-sidebar .post-widget .post:hover {
   background: var(--main-color);
   border-color: var(--main-color);
 }

 .blog-sidebar .post-widget .post .post-thumb {
   position: absolute;
   left: 7px;
   top: 10px;
   width: 96px;
   height: 96px;
   border-radius: 10px;
 }

 .blog-sidebar .post-widget .post .post-thumb img {
   width: 100%;
   border-radius: 10px;
 }

 .blog-sidebar .post-widget .post h5 {
   display: block;
   font-size: 18px;
   line-height: 30px;
   font-weight: 500;
 }

 .blog-sidebar .post-widget .post h5 a {
   display: inline-block;
   color: var(--main-color);
 }

 .blog-sidebar .post-widget .post h5 a:hover {
   text-decoration: underline;
 }

 .blog-sidebar .post-widget .post .post-date {
   position: relative;
   display: block;
   font-size: 14px;
   line-height: 26px;
   transition: all 500ms ease;
 }

 .blog-sidebar .post-widget .post:hover h5 a,
 .blog-sidebar .post-widget .post:hover .post-date {
   color: var(--white-color);
 }

 .blog-sidebar .gallery-widget .image-list {
   position: relative;
   margin: 0px -5px;
 }

 .blog-sidebar .gallery-widget .image-list li {
   position: relative;
   display: inline-block;
   float: left;
   margin: 0px 5px 20px 5px;
 }

 .blog-sidebar .gallery-widget .image-list li .image-box {
   position: relative;
   display: block;
   width: 85px;
   height: 85px;
 }

 .blog-sidebar .gallery-widget .image-list li .image-box img {
   width: 100%;
 }

 .blog-sidebar .gallery-widget {
   padding-bottom: 30px;
 }

 .blog-sidebar .gallery-widget .widget-content:before {
   position: absolute;
   content: '';
   background: var(--white-color);
   border: 1px solid rgba(0, 0, 0, 0.05);
   border-radius: 10px;
   width: calc(100% - 16px);
   height: calc(50% + 0px);
   left: 6px;
   top: -10px;
 }

 .blog-sidebar .gallery-widget .widget-content:after {
   position: absolute;
   content: '';
   background: var(--white-color);
   border: 1px solid rgba(0, 0, 0, 0.05);
   border-radius: 10px;
   width: calc(100% - 16px);
   height: calc(50% + 0px);
   left: 6px;
   bottom: 10px;
   z-index: -1;
 }

 .blog-sidebar .gallery-widget .widget-content {
   z-index: 1;
 }

 .blog-sidebar .gallery-widget .widget-title {
   margin-bottom: 30px;
 }

 .blog-sidebar .travel-widget {
   background: rgba(3, 43, 102, 0.1);
   padding: 20px;
   border-radius: 0px;
 }

 .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: 16px;
   line-height: 26px;
   color: var(--main-color);
   background: var(--white-color);
   padding: 11px 20px;
   text-align: center;
 }

 .blog-sidebar .tags-widget .tags-list li a:hover {
   background: var(--main-color);
   color: var(--white-color);
 }

 .blog-sidebar .tags-widget {
   padding-bottom: 30px;
 }





 .skills-section {
   position: relative;
 }

 .progress-box .bar {
   position: relative;
   width: 100%;
   height: 15px;
   background: #B4C4D9;
   border-radius: 0px;
 }

 .progress-box .bar-inner {
   position: relative;
   display: block;
   width: 0px;
   height: 8px;
   top: 7px;
   background: var(--secondary-color);
   border-radius: 0px;
   -webkit-transition: all 1500ms ease;
   -ms-transition: all 1500ms ease;
   -o-transition: all 1500ms ease;
   -moz-transition: all 1500ms ease;
   transition: all 1500ms ease;
 }

 .progress-box .count-text {
   position: absolute;
   top: 8px;
   right: -12px;
   font-size: 12px;
   line-height: 26px;
   color: var(--secondary-color);
 }

 .progress-box p {
   font-size: 18px;
   line-height: 28px;
   font-weight: 500;
   color: #07407D;
   margin-bottom: 12px;
 }

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

 .skills-section .content-box {
   max-width: 575px;
 }

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

 .skills-section .image-layer {
   position: absolute;
   right: 0px;
   bottom: 30px;
 }

 .skills-section .pattern-layer-2 {
   position: absolute;
   left: 0px;
   top: -100px;
   width: 368px;
   height: 466px;
   background-repeat: no-repeat;
 }

 .skills-section .pattern-layer-3 {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 999px;
   height: 961px;
   background-repeat: no-repeat;
 }

 .skills-section.alternat-2 .image-layer {
   right: 270px;
   bottom: 100px;
 }


 /** skills-style-two **/

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

 .skills-style-two .image-box {
   position: relative;
   display: block;
 }

 .skills-style-two .image-box img {
   width: 100%;
 }

 .skills-style-two .image-box .image {
   position: relative;
   display: block;
   border-radius: 20px;
   overflow: hidden;
 }

 .skills-style-two .image-box .image:before {
   position: absolute;
   top: 0;
   left: -85%;
   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;
 }

 .skills-style-two .image-box .image:hover:before {
   -webkit-animation: shine 1s;
   animation: shine 1s;
 }

 .skills-style-two .image-box .image img {
   width: 100%;
   border-radius: 20px;
 }

 .skills-style-two .image-box .shape {
   position: absolute;
   left: 0px;
   top: -120px;
   width: 425px;
   height: 360px;
   background-repeat: no-repeat;
   z-index: -1;
 }

 .skills-style-two .content_block_five .content-box .text p {
   color: #07407D;
 }

 .skills-style-two .tab-btns {
   position: relative;
   display: inline-block;
   border-bottom: 1px solid #B4C4D9;
 }

 .skills-style-two .tab-btns li {
   position: relative;
   display: inline-block;
   font-size: 18px;
   font-weight: 500;
   color: var(--secondary-color);
   cursor: pointer;
   text-transform: uppercase;
   padding-left: 40px;
   padding-right: 40px;
   padding-bottom: 22px;
   transition: all 500ms ease;
 }

 .skills-style-two .tab-btns li.active-btn,
 .skills-style-two .tab-btns li:hover {
   color: var(--main-color);
 }

 .skills-style-two .tab-btns li:before {
   position: absolute;
   content: '';
   background: var(--main-color);
   width: 100%;
   height: 1px;
   left: 0px;
   bottom: -1px;
   transform: scale(0);
   transition: all 500ms ease;
 }

 .skills-style-two .tab-btns li.active-btn:before,
 .skills-style-two .tab-btns li:hover:before {
   transform: scale(1);
 }






 .team-details {
   padding: 150px 0px;
 }

 .team-details-content {
   position: relative;
   display: block;
 }

 .team-details-content .image-box {
   position: relative;
   display: block;
   border-radius: 20px;
 }

 .team-details-content .image-box img {
   width: 100%;
   border-radius: 20px;
 }

 .team-details-content .content-box {
   position: relative;
   display: block;
   background: #FFFFFF;
   box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.05);
   border-radius: 20px;
   padding: 80px;
 }

 .team-details-content .content-box h2 {
   position: relative;
   display: block;
   font-size: 32px;
   line-height: 34px;
   font-weight: 700;
   margin-bottom: 10px;
 }

 .team-details-content .content-box .designation {
   position: relative;
   display: block;
   font-size: 16px;
   line-height: 26px;
   margin-bottom: 14px;
 }

 .team-details-content .content-box .social-links li {
   position: relative;
   display: inline-block;
   float: left;
   margin-right: 5px;
 }

 .team-details-content .content-box .social-links li:last-child {
   margin: 0px;
 }

 .team-details-content .content-box .social-links li a {
   position: relative;
   display: inline-block;
   width: 30px;
   height: 30px;
   line-height: 34px;
   font-size: 14px;
   color: var(--main-color);
   background: var(--white-color);
   box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
   text-align: center;
   border-radius: 50%;
 }


 .team-details-content .content-box .social-links li a:hover {
   color: var(--white-color);
   background: var(--main-color);
 }

 .team-details-content .content-box .info-list li {
   position: relative;
   display: block;
   margin-bottom: 13px;
 }

 .team-details-content .content-box .info-list li:last-child {
   margin-bottom: 0px;
 }

 .team-details-content .content-box .info-list li span {
   display: inline-block;
   color: var(--main-color);
   font-size: 18px;
   font-weight: 500;
   width: 140px;
 }

 .team-details-content .content-box .info-list li a {
   color: var(--text-color);
 }

 .team-details-content .content-box .info-list li a:hover {
   color: var(--main-color);
 }

 .team-details h2 {
   position: relative;
   display: block;
   font-size: 32px;
   line-height: 34px;
   font-weight: 700;
   margin-bottom: 30px;
 }

 .team-details .lower-content h2 {
   margin-bottom: 20px;
 }

 .team-details .lower-content .skills-box {
   max-width: 575px;
 }

 .team-details .lower-content .list-item li {
   position: relative;
   display: block;
   font-weight: 500;
   margin-bottom: 16px;
   padding-left: 15px;
 }

 .team-details .lower-content .list-item li:before {
   position: absolute;
   content: '';
   background: #888;
   width: 4px;
   height: 4px;
   left: 0px;
   top: 12px;
   border-radius: 50%;
 }

 .team-details .lower-content .single-item h5 {
   display: block;
   font-size: 18px;
   line-height: 28px;
   font-family: var(--heebo);
   font-weight: 700;
 }

 .team-details .pattern-layer {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 1407px;
   height: 1331px;
   background-repeat: no-repeat;
 }




 .team-section {
   padding: 120px 0px 120px 0px;
   background: #FAFAFA;
 }

 .team-block-one .inner-box {
   position: relative;
   display: block;
   overflow: hidden;
   background: #FFFFFF;
   box-shadow: 0px 4px 20px rgba(194, 194, 194, 0.1);
   border-radius: 165.5px;
   padding: 11px;
   z-index: 1;
 }

 .team-block-one .inner-box:before {
   position: absolute;
   content: '';
   background: var(--main-color);
   width: 100%;
   height: 0%;
   left: 0px;
   top: 0px;
   z-index: -1;
   transition: all 500ms ease;
 }

 .team-block-one .inner-box:hover:before {
   height: 100%;
 }

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

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

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

 .team-block-one .inner-box .lower-content {
   position: relative;
   display: block;
   padding: 41px 15px 54px 15px;
 }

 .team-block-one .inner-box .lower-content .share-box {
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   top: -30px;
 }

 .team-block-one .inner-box .lower-content .share-box .share-icon {
   position: relative;
   display: inline-block;
   width: 60px;
   height: 60px;
   line-height: 66px;
   background: #FFFFFF;
   box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
   text-align: center;
   border-radius: 50%;
   font-size: 20px;
   color: var(--main-color);
   cursor: pointer;
   transition: all 500ms ease;
 }

 .team-block-one .inner-box .lower-content .share-box .social-links {
   position: absolute;
   left: 0px;
   bottom: 60px;
   transform: scaleY(0);
   transform-origin: bottom center;
   transition: all 500ms ease;
 }

 .team-block-one .inner-box .lower-content .share-box .social-links:before {
   position: absolute;
   content: '';
   background: transparent;
   width: 100%;
   height: 10px;
   left: 0px;
   bottom: -10px;
 }

 .team-block-one .inner-box .lower-content .share-box:hover .social-links {
   transform: scaleY(1);
   bottom: 70px;
 }

 .team-block-one .inner-box .lower-content .share-box .social-links li {
   position: relative;
   display: block;
   margin-bottom: 5px;
 }

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

 .team-block-one .inner-box .lower-content .share-box .social-links li a {
   position: relative;
   display: inline-block;
   width: 60px;
   height: 60px;
   line-height: 68px;
   font-size: 24px;
   color: var(--main-color);
   background: var(--white-color);
   border-radius: 50%;
 }

 .team-block-one .inner-box .lower-content .share-box .social-links li a:hover {
   background: var(--main-color);
   color: var(--white-color);
 }

 .team-section .sec-title .sub-title:after {
   background: #FAFAFA;
 }

 .team-block-one .inner-box .lower-content h3 {
   display: block;
   font-size: 24px;
   line-height: 34px;
   font-weight: 700;
   margin-bottom: 3px;
 }

 .team-block-one .inner-box .lower-content h3 a {
   display: inline-block;
   color: var(--main-color);
 }

 .team-block-one .inner-box:hover .lower-content h3 a {
   color: var(--white-color);
 }

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

 .team-block-one .inner-box .lower-content .designation {
   position: relative;
   display: block;
   transition: all 500ms ease;
 }

 .team-block-one .inner-box:hover .lower-content .designation {
   color: var(--white-color);
 }

 .team-section .pattern-layer .pattern-1 {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 238px;
   background-size: 100% 100%;
   background-repeat: no-repeat;
 }

 .team-section .pattern-layer .pattern-2 {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 516px;
   height: 620px;
   background-repeat: no-repeat;
 }

 .team-section .pattern-layer .pattern-3 {
   position: absolute;
   right: 0px;
   bottom: 240px;
   width: 514px;
   height: 620px;
   background-repeat: no-repeat;
 }


 .team-section.alternat-2 {
   background: #fff;
   padding: 145px 0px 150px 0px;
 }

 .team-section.alternat-2 .pattern-layer .pattern-4 {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
   background-position: center;
 }

 .team-section.alternat-2 .pattern-layer .pattern-5 {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 492px;
   height: 593px;
   background-repeat: no-repeat;
 }

 .team-page-section {
   padding: 150px 0px 100px 0px;
   background: var(--white-color);
 }

 .team-page-section .team-block-one .inner-box {
   margin-bottom: 50px;
 }




 .video-section {
   padding: 250px 0px;
 }

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

 .video-section .video-btn a {
   position: relative;
   display: inline-block;
   width: 200px;
   height: 200px;
   line-height: 210px;
   font-size: 40px;
   color: var(--white-color);
   background: var(--main-color);
   border-radius: 50%;
 }

 .video-section .video-btn a:before,
 .video-section .video-btn a:after {
   width: 100%;
   height: 100%;
   border-radius: 50%;
   background: transparent;
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   -webkit-animation-delay: .9s;
   animation-delay: .9s;
   content: "";
   position: absolute;
   -webkit-box-shadow: 0 0 0 0 rgba(3, 43, 102, 0.9);
   box-shadow: 0 0 0 0 rgba(3, 43, 102, 0.9);
   -webkit-animation: ripple 3s infinite;
   animation: ripple 3s infinite;
   -webkit-transition: all .4s ease;
   transition: all .4s ease;
 }

 .video-section .video-btn a:after {
   -webkit-animation-delay: .6s;
   animation-delay: .6s;
 }



 .visa-details {
   padding: 150px 0px 130px 0px;
 }

 .visa-details-content {
   position: relative;
   display: block;
 }

 .visa-details-content h2 {
   display: block;
   font-size: 36px;
   line-height: 46px;
   font-weight: 700;
   margin-bottom: 20px;
 }

 .visa-details-content .content-one p {
   font-size: 18px;
 }

 .visa-details-content .content-one .image-box {
   position: relative;
   display: block;
   border-radius: 10px;
   margin-bottom: 28px;
 }

 .visa-details-content .content-one .image-box img {
   width: 100%;
   border-radius: 10px;
 }

 .visa-details-content .content-one .lower-text p {
   font-size: 16px;
 }

 .visa-details-content h3 {
   position: relative;
   display: block;
   font-size: 24px;
   line-height: 34px;
   font-weight: 700;
   margin-bottom: 12px;
 }

 .visa-details-content .content-two p {
   font-size: 16px;
   margin-bottom: 9px;
 }

 .visa-details-content .content-two p:last-child {
   margin-bottom: 0px;
 }

 .visa-details-content .content-two .list-item li {
   position: relative;
   display: block;
   padding: 15px 0px 15px 0px;
   border-bottom: 1px solid #B4C4D9;
 }

 .visa-details-content .content-two .list-item li a {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 28px;
   font-weight: 500;
   color: #07407D;
 }

 .visa-details-content .content-two .list-item li a:hover {
   color: var(--secondary-color);
 }

 .visa-details-content .content-two .list-item li a i {
   position: absolute;
   top: 7px;
   right: 0px;
   font-size: 14px;
   color: var(--secondary-color);
 }

 .visa-details-content .content-three .single-item {
   position: relative;
   display: block;
 }

 .visa-details-content .content-three .single-item .image-box {
   position: relative;
   display: block;
   border-radius: 10px 10px 0px 0px;
 }

 .visa-details-content .content-three .single-item .image-box img {
   width: 100%;
   border-radius: 10px 10px 0px 0px;
 }

 .visa-details-content .content-three .single-item .lower-content {
   position: relative;
   display: block;
   padding-top: 20px;
 }

 .visa-details-content .content-three .single-item .lower-content p {
   margin-bottom: 7px;
 }


 .visa-details-content .content-three .single-item .lower-content .list-item li {
   position: relative;
   display: block;
   padding: 13px 0px;
   border-bottom: 1px solid #B4C4D9;
 }

 .visa-details-content .content-three .single-item .lower-content .list-item li:last-child {
   border-bottom: none;
 }

 .visa-details-content .content-three .single-item .lower-content .list-item li a {
   position: relative;
   display: inline-block;
   font-size: 16px;
   color: #07407D;
 }

 .visa-details-content .content-three .single-item .lower-content .list-item li a:hover {
   color: var(--secondary-color);
 }




 .visa-section {
   position: relative;
 }

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

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

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

 .visa-block-one .inner-box {
   position: relative;
   display: block;
   overflow: hidden;
   background: #FFFFFF;
   box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
   border-radius: 20px;
 }

 .visa-block-one .inner-box:before {
   position: absolute;
   content: '';
   background: var(--secondary-color);
   width: 100%;
   height: 2px;
   left: 0px;
   bottom: 0px;
   transform: scale(0, 0);
   transition: all 500ms ease;
 }

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

 .visa-block-one .inner-box .image-box {
   position: relative;
   display: block;
   overflow: hidden;
   background: #032B66;
   border-radius: 0px 0px 15px 15px;
 }

 .visa-block-one .inner-box .image-box img {
   width: 100%;
   border-radius: 0px 0px 15px 15px;
   transition: all 500ms ease;
 }

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

 .visa-block-one .inner-box .lower-content {
   position: relative;
   display: block;
   padding: 30px;
 }

 .visa-block-one .inner-box .lower-content .icon-box {
   position: absolute;
   left: 55px;
   top: -50px;
   display: inline-block;
   width: 80px;
   height: 80px;
   line-height: 80px;
   text-align: center;
   font-size: 50px;
   color: var(--main-color);
   background: var(--white-color);
   border: 1px solid rgba(180, 196, 217, 0.4);
   box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
   border-radius: 50%;
   z-index: 1;
   transition: all 500ms ease;
 }

 .visa-block-one .inner-box .lower-content .icon-box:before {
   position: absolute;
   content: '';
   background: rgba(180, 196, 217, 0.4);
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   border-radius: 50%;
   transform: scale(0, 0);
   z-index: -1;
   transition: all 500ms ease;
 }

 .visa-block-one .inner-box:hover .lower-content .icon-box:before {
   transform: scale(1, 1);
 }

 .visa-block-one .inner-box .lower-content h3 {
   display: block;
   font-size: 23px;
   line-height: 34px;
   font-weight: 600;
   margin-bottom: 20px;
 }

 .visa-block-one .inner-box .lower-content h3 a {
   display: inline-block;
   color: var(--main-color);
 }

 .visa-block-one .inner-box .lower-content h3 a:hover {
   color: var(--secondary-color);
 }

 .visa-block-one .inner-box .lower-content p {
   display: block;
   margin-bottom: 20px;
 }

 .visa-block-one .inner-box .lower-content .list-style-one {
   margin-bottom: 25px;
 }

 .visa-section .owl-nav {
   position: absolute;
   left: 0px;
   top: 50%;
   margin-top: -25px;
   width: 100%;
 }

 .visa-section .owl-nav .owl-prev {
   position: absolute;
   left: -25px;
 }

 .visa-section .owl-nav .owl-next {
   position: absolute;
   right: -25px;
 }

 .visa-section .pattern-layer {
   position: absolute;
   left: 0px;
   top: 65px;
   width: 100%;
   height: 1240px;
   background-repeat: no-repeat;
   background-position: center;
 }


 /** visa-style-two **/

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

 .visa-style-two .owl-carousel .owl-stage-outer {
   overflow: visible;
 }

 .visa-style-two .owl-carousel .owl-stage-outer .owl-item {
   opacity: 0.5;
 }

 .visa-style-two .owl-carousel .owl-stage-outer .owl-item.active {
   opacity: 1;
 }

 .visa-block-two .inner-box {
   position: relative;
   display: block;
   overflow: hidden;
   background: #FAFAFA;
 }

 .visa-block-two .inner-box .content-box {
   position: relative;
   display: block;
   padding: 50px;
 }

 .visa-block-two .inner-box .content-box .icon-box {
   position: relative;
   display: block;
   margin-bottom: 30px;
 }

 .visa-block-two .inner-box .content-box h3 {
   display: block;
   font-size: 24px;
   line-height: 34px;
   font-weight: 700;
   margin-bottom: 20px;
 }

 .visa-block-two .inner-box .content-box h3 a {
   display: inline-block;
   color: var(--main-color);
 }

 .visa-block-two .inner-box .content-box h3 a:hover {
   color: var(--secondary-color);
 }

 .visa-block-two .inner-box .content-box p {
   margin-bottom: 20px;
 }

 .visa-block-two .inner-box .content-box .link-box {
   position: relative;
   display: block;
 }

 .visa-block-two .inner-box .content-box .link-box a {
   position: relative;
   display: inline-block;
   font-size: 16px;
   line-height: 26px;
   font-weight: 500;
   color: var(--main-color);
 }

 .visa-block-two .inner-box .content-box .link-box a:hover {
   color: var(--secondary-color);
 }

 .visa-block-two .inner-box .static-content .content-box .link-box a {
   padding-right: 25px;
 }

 .visa-block-two .inner-box .static-content .content-box .link-box a:before {
   position: absolute;
   content: '';
   background: var(--main-color);
   width: 16px;
   height: 1px;
   top: 13px;
   right: 0px;
 }

 .visa-block-two .inner-box .overlay-content .content-box .link-box a {
   padding-left: 25px;
 }

 .visa-block-two .inner-box .overlay-content .content-box .link-box a:before {
   position: absolute;
   content: '';
   background: var(--main-color);
   width: 16px;
   height: 1px;
   top: 13px;
   left: 0px;
 }

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

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

 .visa-block-two .inner-box .overlay-content {
   position: absolute;
   left: 0px;
   top: 30px;
   width: 100%;
   height: 100%;
   z-index: 1;
   opacity: 0;
   transition: all 500ms ease;
 }

 .visa-block-two .inner-box:hover .overlay-content {
   top: 0px;
   opacity: 1;
 }

 .visa-block-two .inner-box .static-content {
   position: relative;
   transition: all 500ms ease;
 }

 .visa-block-two .inner-box:hover .static-content {
   opacity: 0;
 }

 .visa-style-two .owl-dots {
   position: relative;
   display: block;
   text-align: center;
   margin-top: 32px;
 }

 .visa-style-two .owl-theme .owl-dots .owl-dot span {
   position: relative;
   display: inline-block;
   margin: 0px 5px;
   width: 9px;
   height: 9px;
   border-radius: 66px;
   background: var(--main-color);
   cursor: pointer;
   transition: all 500ms ease;
 }

 .visa-style-two .owl-theme .owl-dots .owl-dot span:hover,
 .visa-style-two .owl-theme .owl-dots .owl-dot.active span {
   width: 65px;
 }

 .text-justify {
   text-align: justify;
 }

 .content_block_six .content-box .list-inner li {
   color: var(--main-color);
   font-weight: 500;
 }

 .list-group li {
   position: relative;
 }

 .list-group li::before {
   position: absolute;
   content: "";
   font-family: icomoon;
   font-size: 20px;
   left: 0px;
   top: 0px;
   color: rgb(136, 136, 136);
 }

 .list-group li {
   padding-left: 35px;
 }


 .Industries-serve {
   padding: 90px 0px;
 }

 .Industries-serve .feature-block-one .inner-box {
   top: 15%;
 }

 .logo-box .text-bold h3 {
   text-align: center;
   line-height: 25px;
 }

 .job-seeker-section {
   padding: 90px 0px;
 }

 .job-seeker-section .content-box {
   max-width: 580px;
 }

 .job-seeker-section .content-box .location-box {
   position: relative;
   display: block;
   padding-left: 133px;
   border-bottom: 1px solid #BDCBDE;
 }

 .job-seeker-section .content-box .location-box .icon-box {
   position: absolute;
   left: 0px;
   top: 18px;
   font-size: 70px;
   color: var(--secondary-color);
 }

 .job-seeker-section .content-box .location-box .icon-box:before {
   position: absolute;
   content: '';
   background: #B4C4D9;
   width: 1px;
   height: 92px;
   top: -8px;
   left: 98px;
 }

 .job-seeker-section .content-box h3 {
   display: block;
   font-size: 24px;
   line-height: 34px;
   font-weight: 700;
   margin-bottom: 16px;
 }

 .job-seeker-section .content-box .location-box p {
   font-size: 18px;
 }

 .job-seeker-section .content-box .inner-box .single-item .icon-box {
   position: relative;
   display: block;
   font-size: 70px;
   color: var(--secondary-color);
   margin-bottom: 17px;
 }

 .job-seeker-section .content-box .inner-box .single-item .info-list li {
   position: relative;
   display: block;
   margin-bottom: 19px;
 }

 .job-seeker-section .content-box .inner-box .single-item .info-list li:last-child {
   margin-bottom: 0px;
 }

 .job-seeker-section .content-box .inner-box .single-item .info-list li h5 {
   display: block;
   font-size: 18px;
   line-height: 35px;
   font-family: var(--heebo);
   font-weight: 700;
 }

 .job-seeker-section .content-box .inner-box .single-item .info-list li p {
   display: block;
   font-size: 18px;
   line-height: 35px;
   font-weight: 500;
 }

 .job-seeker-section .content-box .inner-box .single-item .info-list li p a {
   display: inline-block;
   color: var(--font-color);
 }

 .job-seeker-section .content-box .inner-box .single-item .info-list li p a:hover {
   color: var(--main-color);
 }

 .job-seeker-section .form-inner .sec-title p {
   color: #07407D;
   margin-top: 20px;
   max-width: 570px;
 }

 .job-seeker-section .form-inner .form-group {
   position: relative;
   display: block;
   margin-bottom: 30px;
 }

 .job-seeker-section .form-inner .form-group:last-child {
   margin-bottom: 0px;
 }

 .job-seeker-section .form-inner .form-group input[type='text'],
 .job-seeker-section .form-inner .form-group input[type='email'],
 .job-seeker-section .form-inner .form-group input[type='file'],
 .job-seeker-section .form-inner .form-group textarea {
   position: relative;
   display: block;
   width: 100%;
   height: 65px;
   background: #F7F7F7;
   border: 1px solid #F7F7F7;
   font-size: 14px;
   color: var(--main-color);
   padding: 10px 30px;
   transition: all 500ms ease;
 }

 .job-seeker-section .form-inner .form-group input[type='file'] {
   padding: 14px 30px 10px 30px !important;
 }

 .job-seeker-section .form-inner .form-group textarea {
   height: 200px;
   resize: none;
   padding-top: 20px;
 }

 .job-seeker-section .form-inner .form-group input:focus,
 .job-seeker-section .form-inner .form-group textarea:focus {
   border-color: var(--main-color);
 }


 .process-section {
   padding: 60px 0;
   background-color: #fff;
   text-align: center;
 }

 .process-section h2 {
   margin-bottom: 40px;
   text-align: center;
 }

 .process-section .recruitment-heading {
   margin-bottom: 50px;
 }

 .step-card {
   background: #f1f1f1;
   padding: 20px;
   border-radius: 10px;
   margin-bottom: 30px;
   transition: transform 0.3s;
 }

 .step-card:hover {
   transform: translateY(-5px);
   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
 }

 .cta-section {
   color: #fff;
   padding: 0px 0px 50px;
   text-align: center;
 }

 .cta-section a {
   color: var(--title-color);
   text-decoration: underline;
   font-weight: bold;
 }

 .cta-section a:hover {
   color: #ddd;
 }

 .jobs-section h2 {
   color: var(--title-color);
   margin-bottom: 40px;
   text-align: center;
 }

 .job-card {
   background: #f1f1f1;
   padding: 20px;
   border-radius: 10px;
   margin-bottom: 30px;
   transition: transform 0.3s;
 }

 .job-card:hover {
   transform: translateY(-5px);
   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
 }

 .job-card h4 {
   color: var(--title-color);
 }

 .job-card .btn {
   background-color: var(--title-color);
   color: #fff;
 }

 .job-card .btn:hover {
   background-color: var(--title-color);
 }

 .filter-section {
   margin-bottom: 30px;
 }

 .job-opening-section {
   padding: 90px 0px;
 }

 .job-opening-heading {
   margin-bottom: 30px;
   text-align: center;
 }

 .fz-job {
   font-size: 30px !important;
   font-weight: 600;
 }

 .form-control {
   display: block !important;
   background-color: #F7F7F7 !important;
   padding: 1.1rem !important;
   border: 1px solid #F7F7F7;
   border-radius: none;
   color: var(--main-color) !important;
   font-size: 14px !important;
   padding-left: 1.8rem !important;
 }

 .current {
   display: none !important;
 }

 .nice-select {
   display: none !important;
 }

 .form-control:focus {
   background-color: #fff;
   outline: 0;
   box-shadow: unset !important;
   border-color: var(--main-color);
 }

 .footer-aws {
   display: flex;
   justify-content: space-between;
 }

 .wtsapp {
   position: fixed;
   transition: all .5s ease;
   background: #25d366;
   display: flex;
   justify-content: center;
   align-items: center;
   box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
   border-radius: 50px;
   border-right: none;
   color: #fff;
   font-weight: 700;
   font-size: 18px;
   bottom: 40px;
   right: 40px;
   border: 0;
   z-index: 999;
   width: 56px;
   height: 56px;
   line-height: 48px;
 }