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

更多模板：http://www.bootstrapmb.com/
**********************************************/
 /*** 

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

***/
 /** main-header **/
 .main-header {
   position: relative;
   left: 0px;
   top: 0px;
   z-index: 999;
   width: 100%;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }
 .sticky-header {
   position: fixed;
   opacity: 0;
   visibility: hidden;
   left: 0px;
   top: 0px;
   box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
   width: 100%;
   z-index: 0;
   background: #fff;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }
 .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 **/
 .main-header .header-top {
   position: relative;
   width: 100%;
   padding: 11.5px 0px;
 }
 .main-header .header-top .welcome p {
   color: #fff;
   font-size: 15px
 }
 .main-header .header-top .info li {
   position: relative;
   display: inline-block;
   font-size: 15px;
   color: #fff;
   line-height: 26px;
   margin-right: 30px;
 }
 .main-header .header-top .info li:last-child {
   margin: 0px !important;
 }
 .main-header .header-top .info li:before {
   position: absolute;
   content: '';
   background: rgba(255, 255, 255, 0.2);
   width: 1px;
   height: 20px;
   top: 2px;
   right: -15px;
 }
 .main-header .header-top .info li:last-child:before {
   display: none;
 }
 .main-header .header-top .info li a {
   display: inline-block;
   color: #fff;
 }
 .main-header .header-top .info li a:hover {}
 .main-header .header-top .info li i {
   margin-right: 15px;
 }
 .main-header .header-top .social-links li {
   position: relative;
   display: inline-block;
   margin-right: 25px;
 }
 .main-header .header-top .social-links li:last-child {
   margin: 0px !important;
 }
 .main-header .header-top .social-links li a {
   position: relative;
   display: inline-block;
   font-size: 14px;
   color: #fff;
 }
 .main-header .header-top .social-links li a:hover {}
 .main-header .outer-box {
   position: relative;
 }
 .main-header .logo-box {
   position: relative;
   display: block;
   float: left;
   padding: 25px 0px 25px 0px;
   padding-right: 50px;
 }
 .main-header .logo-box .logo img {}
 .main-menu {
   float: left;
 }
 .main-header .menu-right-content {
   position: relative;
   padding: 26px 0px 24px 25px;
   margin-left: 45px;
 }
 .main-header .menu-right-content li {
   position: relative;
   display: inline-block;
 }
 .main-header .menu-right-content li .theme-btn-one {
   box-shadow: none;
   padding: 17px 90px 17px 35px;
 }
 .main-header .menu-right-content li .theme-btn-one i {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 60px;
   height: 60px;
   font-size: 20px;
   border-radius: 0px 5px 5px 0px;
   background: rgba(0, 0, 0, 0.1);
   line-height: 60px;
   text-align: center;
 }
 /** search box btn **/
 .main-header .search-box-outer {
   position: relative;
   margin-right: 15px;
   top: 4px;
 }
 .main-header .search-box-btn {
   position: relative;
   font-size: 20px;
   width: 54px;
   height: 54px;
   line-height: 54px;
   text-align: center;
   color: #00224f;
   cursor: pointer;
   display: inline-block;
   background: transparent;
   transition: all 500ms ease;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }
 .main-header .search-box-btn:hover {}
 .main-header .search-box-outer .dropdown-menu {
   top: 54px !important;
   padding: 0px;
   width: 330px;
   border-radius: 0px;
   background: #ffffff;
   right: 0;
   left: auto !important;
   transform: translate3d(0px, 0px, 0px) scale3d(0.8, 0.8, 0.8) !important;
   border-color: transparent;
   border-radius: 3px;
   box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
   transition: .5s ease;
   display: block;
   opacity: 0;
   visibility: hidden;
 }
 .main-header .search-box-outer .show .dropdown-menu {
   display: block;
   transform: scale3d(1, 1, 1) !important;
   opacity: 1;
   visibility: visible;
 }
 .main-header .search-panel .form-container {
   padding: 30px;
 }
 .main-header .search-panel .form-group {
   position: relative;
   margin: 0px;
 }
 .main-header .search-panel input[type="text"], .main-header .search-panel input[type="search"], .main-header .search-panel input[type="password"], .main-header .search-panel select {
   display: block;
   width: 100%;
   line-height: 24px;
   padding: 9px 50px 9px 15px;
   height: 50px;
   border: 1px solid #f3f5fe;
   border-radius: 3px;
   background: #f3f5fe;
 }
 .main-header .search-panel input:focus, .main-header .search-panel select:focus {
   border-color: #f3f5fe;
 }
 .main-header .search-panel .search-btn {
   position: absolute;
   right: 1px;
   top: 1px;
   width: 50px;
   height: 48px;
   text-align: center;
   color: #111111;
   background: #f3f5fe;
   font-size: 14px;
   border-radius: 0px 3px 3px 0px;
   cursor: pointer;
 }
 .dropdown-toggle::after {
   display: none;
 }
 /** main-menu **/
 .main-menu .navbar-collapse {
   padding: 0px;
   display: block !important;
 }
 .main-menu .navigation {
   margin: 0px;
 }
 .main-menu .navigation > li {
   position: inherit;
   float: left;
   z-index: 2;
   padding: 40px 0px;
   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: 17px;
   line-height: 30px;
   font-family: 'Poppins', sans-serif;
   opacity: 1;
   color: #00224f;
   z-index: 1;
   letter-spacing: 1px;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
 }
 .main-menu .navigation > li.dropdown > a {
   padding-right: 19px;
 }
 .main-menu .navigation > li.current > a, .main-menu .navigation > li:hover > a {
   color: #4a95ae
 }
 .main-menu .navigation > li.dropdown > a:before {
   position: absolute;
   content: "\f107";
   display: none;
   font-family: "Font Awesome 5 Pro";
   font-size: 15px;
   font-weight: 700;
   color: #fff;
   top: 2px;
   right: 0px;
   transition: all 500ms ease;
 }
 .main-menu .navigation > li > ul, .main-menu .navigation > li > .megamenu {
   position: absolute;
   left: inherit;
   top: 100%;
   width: 250px;
   z-index: 100;
   display: none;
   opacity: 0;
   visibility: hidden;
   background: #002555;
   padding: 10px 0px;
   filter: alpha(opacity=0);
   -webkit-transition: all 0.2s ease-out;
   transition: all 0.2s ease-out;
   -moz-transition: all 0.2s ease-out;
   -ms-transition: all 0.2s ease-out;
   -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
   box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
   -webkit-transform: rotateX(-90deg);
   transform: rotateX(-90deg);
   -webkit-transform-origin: 0 0;
   transform-origin: 0 0;
 }
 .main-menu .navigation > li > ul.from-right {
   left: auto;
   right: 0px;
 }
 .main-menu .navigation > li > ul > li {
   position: relative;
   width: 100%;
   padding: 0px 30px;
   -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
   transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
   opacity: 0;
   visibility: hidden;
   -webkit-transform: translateY(5px);
   transform: translateY(5px);
 }
 .main-menu .navigation > li:hover > ul > li {
   opacity: 1;
   visibility: visible;
   -webkit-transform: translateY(0);
   transform: translateY(0);
 }
 .main-menu .navigation > li > ul > li:nth-child(2n+1) {
   -webkit-transition-delay: 0.1s;
   transition-delay: 0.1s;
 }
 .main-menu .navigation > li > ul > li:nth-child(2n+2) {
   -webkit-transition-delay: 0.15s;
   transition-delay: 0.15s;
 }
 .main-menu .navigation > li > ul > li:nth-child(2n+3) {
   -webkit-transition-delay: 0.2s;
   transition-delay: 0.2s;
 }
 .main-menu .navigation > li > ul > li:nth-child(2n+4) {
   -webkit-transition-delay: 0.25s;
   transition-delay: 0.25s;
 }
 .main-menu .navigation > li > ul > li:nth-child(2n+5) {
   -webkit-transition-delay: 0.3s;
   transition-delay: 0.3s;
 }
 .main-menu .navigation > li > ul > li:nth-child(2n+6) {
   -webkit-transition-delay: 0.35s;
   transition-delay: 0.35s;
 }
 .main-menu .navigation > li > ul > li:nth-child(2n+7) {
   -webkit-transition-delay: 0.4s;
   transition-delay: 0.4s;
 }
 .main-menu .navigation > li > ul > li:nth-child(2n+8) {
   -webkit-transition-delay: 0.45s;
   transition-delay: 0.45s;
 }
 .main-menu .navigation > li > ul > li:last-child {
   border-bottom: none;
 }
 .main-menu .navigation > li > ul > li > a, .main-menu .navigation > li > .megamenu li > a {
   position: relative;
   display: block;
   padding: 14px 0px;
   line-height: 24px;
   font-weight: 400;
   font-size: 16px;
   font-family: 'Poppins', sans-serif;
   text-transform: capitalize;
   color: #fff;
   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
   text-align: left;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }
 .main-menu .navigation > li > ul > li > a:hover, .main-menu .navigation > li > .megamenu li > a:hover {}
 .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 > a:hover {
   color: #fff;
 }
 .main-menu .navigation > li > ul > li.dropdown > a:after {
   font-family: 'Font Awesome 5 Pro';
   content: "\f105";
   position: absolute;
   right: 20px;
   top: 14px;
   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;
   right: 100%;
   top: 0%;
   width: 230px;
   z-index: 100;
   display: none;
   padding: 10px 0px;
   background: #121212;
   filter: alpha(opacity=0);
   -webkit-transition: all 0.2s ease-out;
   transition: all 0.2s ease-out;
   -moz-transition: all 0.2s ease-out;
   -ms-transition: all 0.2s ease-out;
   -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
   box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
   -webkit-transform: rotateX(-90deg);
   transform: rotateX(-90deg);
   -webkit-transform-origin: 0 0;
   transform-origin: 0 0;
 }
 .main-menu .navigation > li > ul > li > ul.from-right {
   left: auto;
   right: 0px;
 }
 .main-menu .navigation > li > ul > li > ul > li {
   position: relative;
   width: 100%;
   padding: 0px 30px;
 }
 .main-menu .navigation > li > ul > li > ul > li {
   position: relative;
   width: 100%;
   padding: 0px 30px;
   -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
   transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
   opacity: 0;
   visibility: hidden;
   -webkit-transform: translateY(5px);
   transform: translateY(5px);
 }
 .main-menu .navigation > li > ul > li:hover > ul > li {
   opacity: 1;
   visibility: visible;
   -webkit-transform: translateY(0);
   transform: translateY(0);
 }
 .main-menu .navigation > li > ul > li > ul > li:nth-child(2n+1) {
   -webkit-transition-delay: 0.1s;
   transition-delay: 0.1s;
 }
 .main-menu .navigation > li > ul > li > ul > li:nth-child(2n+2) {
   -webkit-transition-delay: 0.15s;
   transition-delay: 0.15s;
 }
 .main-menu .navigation > li > ul > li > ul > li:nth-child(2n+3) {
   -webkit-transition-delay: 0.2s;
   transition-delay: 0.2s;
 }
 .main-menu .navigation > li > ul > li > ul > li:nth-child(2n+4) {
   -webkit-transition-delay: 0.25s;
   transition-delay: 0.25s;
 }
 .main-menu .navigation > li > ul > li > ul > li:last-child {
   border-bottom: none;
 }
 .main-menu .navigation > li > ul > li > ul > li:last-child {
   border-bottom: none;
 }
 .main-menu .navigation > li > ul > li > ul > li > a {
   position: relative;
   display: block;
   padding: 14px 0px;
   line-height: 24px;
   font-weight: 400;
   font-size: 16px;
   font-family: 'Poppins', sans-serif;
   text-transform: capitalize;
   color: #fff;
   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
   text-align: left;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }
 .main-menu .navigation > li > ul > li > ul > li:last-child > a {
   border-bottom: none;
 }
 .main-menu .navigation > li > ul > li > ul > li > a:hover {}
 .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;
   filter: alpha(opacity=100);
   top: 100%;
   -webkit-transform: rotateX(0);
   transform: rotateX(0);
 }
 .main-menu .navigation li > ul > li.dropdown:hover > ul {
   visibility: visible;
   opacity: 1;
   filter: alpha(opacity=100);
   top: 0%;
   -webkit-transform: rotateX(0);
   transform: rotateX(0);
 }
 .main-menu .navigation li.dropdown .dropdown-btn {
   position: absolute;
   right: -32px;
   top: 66px;
   width: 34px;
   height: 30px;
   text-align: center;
   font-size: 18px;
   line-height: 26px;
   color: #3b3b3b;
   cursor: pointer;
   display: none;
   z-index: 5;
   transition: all 500ms ease;
 }
 .main-menu .navigation li.current.dropdown .dropdown-btn, .main-menu .navigation li:hover .dropdown-btn {}
 .main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
   display: none;
 }
 .menu-area .mobile-nav-toggler {
   position: relative;
   float: right;
   font-size: 40px;
   line-height: 50px;
   cursor: pointer;
   color: #3786ff;
   display: none;
 }
 .menu-area .mobile-nav-toggler .icon-bar {
   position: relative;
   height: 2px;
   width: 30px;
   display: block;
   margin-bottom: 5px;
   background-color: #00224f;
   -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;
 }
 .main-header .sticky-header .logo-box {
   padding: 20px 50px 15px 0px;
 }
 .main-header .sticky-header .main-menu .navigation > li {
   padding: 30px 0px;
 }
 .main-header .sticky-header .menu-right-content {
   padding: 16px 0px 14px 25px;
 }
 /** 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 {
   font-weight: 500;
   padding: 3px 0px;
   color: #fff;
 }
 /** mobile-menu **/
 .nav-outer .mobile-nav-toggler {
   position: relative;
   float: right;
   font-size: 40px;
   line-height: 50px;
   cursor: pointer;
   color: #3786ff;
   display: none;
 }
 .mobile-menu {
   position: fixed;
   right: 0;
   top: 0;
   width: 300px;
   padding-right: 30px;
   max-width: 100%;
   height: 100%;
   opacity: 0;
   visibility: hidden;
   z-index: 999999;
 }
 .mobile-menu .navbar-collapse {
   display: block !important;
 }
 .mobile-menu .nav-logo {
   position: relative;
   padding: 50px 25px;
   text-align: left;
   padding-bottom: 100px;
 }
 .mobile-menu-visible {
   overflow: hidden;
 }
 .mobile-menu-visible .mobile-menu {
   opacity: 1;
   visibility: visible;
 }
 .mobile-menu .menu-backdrop {
   position: fixed;
   right: 0;
   top: 0;
   background: #000;
   width: 100%;
   height: 100%;
   z-index: 1;
   -webkit-transform: translateX(101%);
   -ms-transform: translateX(101%);
   transform: translateX(101%);
   transition: all 900ms ease;
   -moz-transition: all 900ms ease;
   -webkit-transition: all 900ms ease;
   -ms-transition: all 900ms ease;
   -o-transition: all 900ms ease;
 }
 .mobile-menu-visible .mobile-menu .menu-backdrop {
   opacity: 0.70;
   visibility: visible;
   -webkit-transition: all 0.7s ease;
   -moz-transition: all 0.7s ease;
   -ms-transition: all 0.7s ease;
   -o-transition: all 0.7s ease;
   transition: all 0.7s ease;
   -webkit-transform: translateX(0%);
   -ms-transform: translateX(0%);
   transform: translateX(0%);
 }
 .mobile-menu .menu-box {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   max-height: 100%;
   overflow-y: auto;
   background: #37bce8;
   padding: 0px 0px;
   z-index: 5;
   opacity: 0;
   visibility: hidden;
   border-radius: 0px;
   -webkit-transform: translateX(101%);
   -ms-transform: translateX(101%);
   transform: translateX(101%);
 }
 .mobile-menu-visible .mobile-menu .menu-box {
   opacity: 1;
   visibility: visible;
   -webkit-transition: all 0.7s ease;
   -moz-transition: all 0.7s ease;
   -ms-transition: all 0.7s ease;
   -o-transition: all 0.7s ease;
   transition: all 0.7s ease;
   -webkit-transform: translateX(0%);
   -ms-transform: translateX(0%);
   transform: translateX(0%);
 }
 .mobile-menu .close-btn {
   position: absolute;
   right: 25px;
   top: 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 {
   background: #fff;
   color: #3b3b3b;
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
 }
 .mobile-menu .navigation li > ul, .mobile-menu .navigation li > ul > li > ul, .mobile-menu .navigation > li.dropdown > .megamenu {
   display: none;
 }
 .mobile-menu .social-links {
   position: relative;
   padding: 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;
 }
 /** xs-sidebar **/
 .xs-sidebar-group .xs-overlay {
   left: 0%;
   top: 0;
   position: fixed;
   height: 100%;
   opacity: 0;
   width: 100%;
   visibility: hidden;
   -webkit-transition: all .4s ease-in .8s;
   -o-transition: all .4s ease-in .8s;
   transition: all .4s ease-in .8s;
   cursor: url(../images/icons/cross-out.png), pointer;
   z-index: 999999;
 }
 .xs-sidebar-group.isActive .xs-overlay {
   opacity: .8;
   visibility: visible;
   -webkit-transition: all .8s ease-out 0s;
   -o-transition: all .8s ease-out 0s;
   transition: all .8s ease-out 0s;
   right: 100%;
 }
 .xs-sidebar-group .widget-heading {
   position: absolute;
   top: 0;
   right: 0;
   padding: 25px;
 }
 .xs-sidebar-group .widget-heading a {
   color: #00224f;
   font-size: 20px;
   font-weight: 400;
 }
 .xs-sidebar-widget {
   position: fixed;
   left: -100%;
   top: 0;
   bottom: 0;
   width: 100%;
   max-width: 360px;
   z-index: 999999;
   overflow: hidden;
   overflow-y: auto;
   -webkit-overflow-scrolling: touch;
   background-color: #fff;
   -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
   -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
   transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
   visibility: hidden;
   opacity: 0;
 }
 .xs-sidebar-group.isActive .xs-sidebar-widget {
   opacity: 1;
   visibility: visible;
   left: 0;
   -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
   -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
   transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
 }
 .sidebar-textwidget {
   padding: 70px 30px;
 }
 .sidebar-widget-container {
   position: relative;
   top: 150px;
   opacity: 0;
   visibility: hidden;
   -webkit-transition: all .3s ease-in .3s;
   -o-transition: all .3s ease-in .3s;
   transition: all .3s ease-in .3s;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
 }
 .xs-sidebar-group.isActive .sidebar-widget-container {
   top: 0px;
   opacity: 1;
   visibility: visible;
   -webkit-transition: all 1s ease-out 1.2s;
   -o-transition: all 1s ease-out 1.2s;
   transition: all 1s ease-out 1.2s;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
 }
 .xs-overlay {
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   opacity: .5;
   z-index: 0;
 }
 .xs-bg-black {
   background-color: #00224f;
 }
 .xs-sidebar-group .content-inner .logo {
   position: relative;
   max-width: 172px;
   width: 100%;
   margin-bottom: 30px;
 }
 .xs-sidebar-group .content-inner h4 {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 30px;
   font-weight: 600;
   margin-bottom: 15px;
 }
 .xs-sidebar-group .content-inner .content-box {
   margin-bottom: 30px;
   padding-right: 15px;
 }
 .xs-sidebar-group .content-inner .content-box p {
   color: #848484;
 }
 .xs-sidebar-group .content-inner .form-inner .form-group {
   position: relative;
   margin-bottom: 20px;
 }
 .xs-sidebar-group .content-inner .form-inner .form-group:last-child {
   margin-bottom: 0px;
 }
 .xs-sidebar-group .content-inner .form-inner .form-group input[type='text'], .xs-sidebar-group .content-inner .form-inner .form-group input[type='email'], .xs-sidebar-group .content-inner .form-inner .form-group textarea {
   position: relative;
   display: block;
   width: 100%;
   height: 50px;
   border: 1px solid #e5e5e5;
   font-size: 15px;
   padding: 10px 20px;
   color: #848484;
   transition: all 500ms ease;
 }
 .xs-sidebar-group .content-inner .form-inner .form-group textarea {
   resize: none;
   height: 120px;
 }
 .xs-sidebar-group .content-inner .form-inner .form-group input:focus, .xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
   border-color: #00224f;
 }
 /** banner-section **/
 .banner-section {
   position: relative;
 }
 .banner-carousel {
   position: relative;
   overflow: hidden;
 }
 .banner-section.style-one .banner-carousel .slide-item {
   position: relative;
   padding: 120px 0px;
 }
 .banner-section.style-one .banner-carousel .slide-item .image-layer {
   left: 0px;
   width: 100%;
   height: 100%;
 }
 .banner-carousel .slide-item .image-layer {
   position: absolute;
   top: 0;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition: all 6000ms linear;
   -moz-transition: all 6000ms linear;
   -ms-transition: all 6000ms linear;
   -o-transition: all 6000ms linear;
   transition: all 6000ms linear;
 }
 .banner-section.style-one .banner-carousel .active .slide-item .image-layer {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
 }
 .banner-carousel .content-inner {
   position: relative;
   display: block;
   background: #fff;
   max-width: 560px;
   border-radius: 10px;
   padding: 65px 70px 70px 70px;
   z-index: 5;
   overflow: hidden;
   opacity: 0;
   box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
   -webkit-transform: translateY(50px);
   -moz-transform: translateY(50px);
   -ms-transform: translateY(50px);
   -o-transform: translateY(50px);
   transform: translateY(50px);
   -webkit-transition: all 2000ms ease;
   -moz-transition: all 2000ms ease;
   -ms-transition: all 2000ms ease;
   -o-transition: all 2000ms ease;
   transition: all 2000ms ease;
 }
 .banner-carousel .content-inner .pattern {
   position: absolute;
   right: 0px;
   bottom: 0px;
   width: 155px;
   height: 246px;
   background-repeat: no-repeat;
 }
 .banner-carousel .active .content-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 h5 {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 28px;
   margin-bottom: 15px;
   z-index: 1;
 }
 .banner-carousel h5 span {
   margin-right: 10px;
   font-size: 16px;
 }
 .banner-carousel h1 {
   display: block;
   font-size: 46px;
   line-height: 60px;
   font-weight: 800;
   margin-bottom: 15px;
   z-index: 1;
 }
 .banner-carousel p {
   line-height: 29px;
   margin-bottom: 23px;
   z-index: 1;
 }
 .banner-section.style-one .slide-item .pattern-layer .pattern-1 {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 635px;
   height: 100%;
   background-repeat: no-repeat;
 }
 .banner-section.style-one .slide-item .pattern-layer .pattern-2 {
   position: absolute;
   right: 0px;
   bottom: 0px;
   width: 273px;
   height: 401px;
   background-repeat: no-repeat;
 }
 .owl-dots-none .owl-dots, .owl-nav-none .owl-nav {
   display: none !important;
 }
 .banner-section.style-one .banner-carousel .owl-nav {
   position: absolute;
   top: 50%;
   width: 100%;
   right: 0px;
   transform: translateY(-50%);
 }
 .banner-section.style-one .banner-carousel .owl-nav .owl-prev {
   position: absolute !important;
   right: 150px;
   top: 35px;
 }
 .banner-section.style-one .banner-carousel .owl-nav .owl-next {
   position: absolute !important;
   right: 150px;
   top: -35px;
 }
 .nav-style-one .owl-nav .owl-prev {
   position: relative;
   display: inline-block;
   width: 60px;
   height: 60px;
   line-height: 64px;
   color: #00224f;
   font-size: 24px;
   text-align: center;
   background: #fff;
   border-radius: 50%;
   font-weight: 700;
   box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   cursor: pointer;
 }
 .nav-style-one .owl-nav .owl-next {
   position: relative;
   display: inline-block;
   width: 60px;
   height: 60px;
   line-height: 64px;
   color: #00224f;
   font-size: 24px;
   text-align: center;
   background: #fff;
   border-radius: 50%;
   font-weight: 700;
   box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   cursor: pointer;
 }
 .nav-style-one .owl-nav .owl-prev:hover, .nav-style-one .owl-nav .owl-next:hover {
   color: #fff;
 }
 /** about-section **/
 .about-section {
   position: relative;
   padding: 150px 0px;
 }
 #image_block_1 .image-box {
   position: relative;
   display: block;
   padding: 0px 0px 160px 0px;
 }
 #image_block_1 .image-box img {
   width: 100%;
   border-radius: 10px;
 }
 #image_block_1 .image-box .image-1 {
   position: relative;
   display: block;
   overflow: hidden;
   border-radius: 10px;
 }
 #image_block_1 .image-box .image-1:before {
   position: absolute;
   top: 0;
   left: -75%;
   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);
 }
 #image_block_1 .image-box:hover .image-1:before {
   -webkit-animation: shine 1s;
   animation: shine 1s;
 }
 @-webkit-keyframes shine {
   100% {
     left: 125%;
   }
 }
 @keyframes shine {
   100% {
     left: 125%;
   }
 }
 #image_block_1 .image-box .image-2 {
   position: absolute;
   right: 60px;
   bottom: 0px;
   border-radius: 10px;
   box-shadow: 0 15px 50px #d3dce8;
 }
 #image_block_1 .image-box .clients-box {
   position: absolute;
   left: 50px;
   bottom: 40px;
   background: #fff;
   max-width: 245px;
   width: 100%;
   border-radius: 7px;
   padding: 19px 20px 15px 85px;
   box-shadow: 0 15px 50px #d3dce8;
 }
 #image_block_1 .image-box .clients-box .clients-thumb {
   position: absolute;
   left: 15px;
   top: 15px;
   width: 50px;
   height: 50px;
   border-radius: 5px;
 }
 #image_block_1 .image-box .clients-box .clients-thumb img {
   width: 100%;
   border-radius: 5px;
 }
 #image_block_1 .image-box .clients-box h3 {
   display: block;
   font-size: 24px;
   line-height: 24px;
   font-weight: 700;
   margin-bottom: 0px;
 }
 #image_block_1 .image-box .clients-box span {
   position: relative;
   display: block;
   font-size: 14px;
   line-height: 22px;
   font-family: 'Poppins', sans-serif;
   color: #727272;
   font-weight: 500;
 }
 #image_block_1 .image-box .pattern-box .pattern-1 {
   position: absolute;
   left: -45px;
   top: 50px;
   width: 95px;
   height: 95px;
   background-repeat: no-repeat;
 }
 #image_block_1 .image-box .pattern-box .pattern-2 {
   position: absolute;
   right: -28px;
   bottom: 215px;
   width: 95px;
   height: 95px;
   background-repeat: no-repeat;
 }
 #content_block_1 .content-box .upper-box .text {
   position: relative;
   margin-bottom: 45px;
 }
 #content_block_1 .content-box .upper-box {
   position: relative;
   display: block;
   padding-bottom: 60px;
   margin-bottom: 41px;
   border-bottom: 1px solid #e5e5e5;
 }
 #content_block_1 .content-box .sec-title {
   margin-bottom: 32px;
 }
 .counter-block-one {
   position: relative;
   padding-left: 45px;
 }
 .counter-block-one .icon-box {
   position: absolute;
   left: 0px;
   top: 9px;
   width: 26px;
   height: 32px;
 }
 .counter-block-one .icon-box:before {
   position: absolute;
   content: '';
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   opacity: 0.2;
   clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 60% 0%);
 }
 .counter-block-one .icon-box .dotted {
   position: absolute;
   width: 6px;
   height: 6px;
   border-radius: 50%;
 }
 .counter-block-one .icon-box .dotted-1 {
   left: 0px;
   top: 6px;
 }
 .counter-block-one .icon-box .dotted-2 {
   top: 6px;
   right: 6px;
 }
 .counter-block-one .icon-box .dotted-3 {
   right: 6px;
   bottom: 6px;
 }
 .counter-block-one .count-outer {
   position: relative;
   display: block;
   font-size: 40px;
   line-height: 50px;
   font-family: 'Poppins', sans-serif;
   color: #00224f;
   font-weight: 600;
   margin-bottom: 10px;
 }
 .counter-block-one p {
   font-size: 17px;
   line-height: 24px;
   color: #00224f;
 }
 .about-section .pattern-layer .pattern-1 {
   position: absolute;
   top: 70px;
   right: 300px;
   width: 80px;
   height: 80px;
   background-repeat: no-repeat;
 }
 .about-section .pattern-layer .pattern-2 {
   position: absolute;
   top: 80px;
   right: 80px;
   background: #f7f8f9;
   width: 270px;
   height: 270px;
   border-radius: 50%;
   z-index: -1;
   -webkit-animation: zoom-fade 5s infinite linear;
   animation: zoom-fade 5s infinite linear;
 }
 .bg-color-1 {
   background: #37bce8;
 }
 /** service-section **/
 .service-section {
   position: relative;
   padding: 120px 0px 0px;
 }
 .service-block-one .inner-box {
   position: relative;
   display: block;
   overflow: hidden;
   background: #fff;
   border-radius: 10px;
   margin-bottom: 60px;
   box-shadow: 0 15px 40px #d3dce8;
   background-size: cover;
 }
 .service-block-one .inner-box .image-box {
   position: relative;
   display: block;
   overflow: hidden;
 }
 .service-block-one .inner-box .image-box img {
   width: 100%;
   transition: all 500ms ease;
 }
 .service-block-one .inner-box:hover .image-box img {
   opacity: 0.5;
   transform: scale(1.1);
 }
 .service-block-one .inner-box .lower-content {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   text-align: center;
   min-width: 90%;
   z-index: 2;
 }
 .service-block-one .inner-box .lower-content .icon-box {
   position: relative;
   display: inline-block;
   font-size: 65px;
   line-height: 60px;
   margin-bottom: 32px;
   padding-left: 23px;
 }
 .service-block-one .inner-box .lower-content h3 {
   position: relative;
   display: block;
   font-size: 22px;
   line-height: 30px;
   margin-bottom: 16px;
 }
 .service-block-one .inner-box .lower-content h3 a {
   display: inline-block;
   color: #00224f;
 }
 .service-block-one .inner-box .lower-content h3 a:hover {}
 .service-block-one .inner-box .lower-content p {
   margin-bottom: 21px;
 }
 .service-block-one .inner-box .lower-content .hide-content {
   color: #fff;
   transition: all ease-in-out .3s;
   display: none
 }
 .service-block-one .inner-box .lower-content .hide-content .items {
   padding: 0;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between
 }
 .service-block-one .inner-box .lower-content .hide-content .items li {
   list-style: none;
   width: 50%;
   margin-bottom: 15px;
   padding: 0 10px
 }
 .service-block-one .inner-box .lower-content .hide-content .items li a {
   display: inline-block;
   background-color: rgba(255, 255, 255, 0.2);
   border-radius: 20px;
   font-size: 15px;
   height: 40px;
   line-height: 40px;
   text-align: center;
   color: #fff;
   transition: all ease-in-out .3s;
   width: 100%
 }
 .service-block-one .inner-box .lower-content .hide-content .items li a:hover {
   color: #2cbbd9;
   background-color: #fff
 }
 .service-block-one .inner-box:hover .lower-content .hide-content {
   display: block;
 }
 .service-block-one .inner-box:hover .lower-content p {
   display: none;
 }
 .service-block-one .inner-box .lower-content .hide-content .more {
   font-size: 1rem;
   color: #fff;
   transition: all ease-in-out .3s;
 }
 .service-block-one .inner-box .pattern {
   position: absolute;
   right: -30px;
   bottom: 0px;
   width: 99px;
   height: 170px;
   opacity: 0;
   background-repeat: no-repeat;
   transition: all 500ms ease;
 }
 .service-block-one .inner-box:hover .pattern {
   right: 0px;
   opacity: 1;
 }
 .service-block-one .inner-box:hover .lower-content h3 {
   color: #fff
 }
 .service-section .pattern-layer .pattern-1 {
   position: absolute;
   left: 290px;
   bottom: 65px;
   width: 80px;
   height: 80px;
   z-index: 1;
   background-repeat: no-repeat;
 }
 .service-section .pattern-layer .pattern-2 {
   position: absolute;
   left: 70px;
   bottom: 70px;
   background: #f0f3f7;
   width: 270px;
   height: 270px;
   border-radius: 50%;
   -webkit-animation: zoom-fade 5s infinite linear;
   animation: zoom-fade 5s infinite linear;
 }
 .service-section .pattern-layer .pattern-3 {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 710px;
   height: 570px;
   background-repeat: no-repeat;
 }
 /** chooseus-section **/
 .chooseus-section {
   position: relative;
   background: #fff;
 }
 .chooseus-section .pattern-layer {
   position: absolute;
   right: 0px;
   bottom: 0px;
   width: 167px;
   height: 284px;
   background-repeat: no-repeat;
 }
 .chooseus-section .bg-column {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 60%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
 }
 .chooseus-section .content-column {
   position: relative;
   float: right;
   width: 40%;
 }
 .chooseus-section .content-column:before {
   position: absolute;
   content: '';
   background: #fff;
   width: 100%;
   height: 100px;
   left: 0px;
   top: -100px;
 }
 .chooseus-section .content-column .content-inner {
   position: relative;
   display: block;
   text-align: left;
   max-width: 620px;
 }
 .accordion-box .block {
   position: relative;
   display: block;
   transition: all 500ms ease;
   border: 1px solid #e1e1e1;
   margin-bottom: 10px;
   padding: 16px 30px;
 }
 .accordion-box .block:last-child {
   margin-bottom: 0px;
 }
 .accordion-box .block .acc-content.current {
   display: block;
 }
 .accordion-box .block .acc-btn .icon-outer {
   position: absolute;
   top: 20px;
   right: 0px;
   width: 24px;
   height: 24px;
   line-height: 24px;
   border-radius: 4px;
   text-align: center;
   font-size: 12px;
   border: 1px solid #e5e5e5;
   color: #00224f;
   font-weight: 700;
   text-align: center;
   cursor: pointer;
   transition: all 500ms ease;
   z-index: 1;
 }
 .accordion-box .block .acc-btn.active .icon-outer {
   color: #fff;
 }
 .accordion-box .block .acc-btn.active .icon-outer i:before {
   position: relative;
   font-size: 16px;
   font-family: 'Font Awesome 5 Pro';
   font-weight: 500;
   margin: 0px;
   content: "\f068";
 }
 .accordion-box .block .acc-btn {
   position: relative;
   display: block;
   padding: 17px 45px 17px 0;
   cursor: pointer;
   background: transparent;
   transition: all 500ms ease;
 }
 .accordion-box .block .acc-btn h5 {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 30px;
   font-weight: 600;
 }
 .accordion-box .block .acc-content {
   position: relative;
   display: none;
   padding-right: 45px;
   padding-bottom: 11px;
 }
 .chooseus-section .content-column .content-inner {
   position: relative;
   padding: 26px 30px 110px 130px;
 }
 .chooseus-section .content-column .content-inner .sec-title {
   margin-bottom: 18px;
 }
 .bg-color-2 {
   background: #f5f7fa !important;
 }
 /** clients-section **/
 .clients-section {
   position: relative;
   padding: 120px 0px 260px 0px;
 }
 .clients-section .clients-logo-box {
   position: relative;
   display: block;
 }
 .clients-section .clients-logo-box img {
   display: block;
   max-width: 100%;
   width: auto;
   margin: 0 auto;
   -webkit-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   transition: all 300ms ease;
 }
 .clients-section .clients-logo-box img:hover {
   opacity: 0.5;
 }
 .clients-section .pattern-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-repeat: repeat-x;
   animation: slide 100s linear infinite;
   -webkit-animation: slide 100s linear infinite;
 }
 @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;
   }
 }
 /** agent-section **/
 .agent-section {
   position: relative;
 }
 .agent-section .inner-container {
   position: relative;
   background: #fff;
   padding: 50px 50px;
   border-radius: 10px;
   box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
   margin-top: -140px;
 }
 #content_block_2 .content-box {
   position: relative;
   display: block;
   border: 1px dashed #d9d9d9;
   border-radius: 10px;
   padding: 32px 40px 21px 40px;
 }
 #content_block_2 .content-box h3 {
   display: block;
   font-size: 24px;
   line-height: 32px;
   font-weight: 700;
   margin-bottom: 16px;
 }
 #content_block_2 .content-box .support-box {
   position: relative;
   padding-left: 65px;
 }
 #content_block_2 .content-box .support-box .icon-box {
   position: absolute;
   left: 0px;
   top: 12px;
   font-size: 26px;
   line-height: 30px;
 }
 #content_block_2 .content-box .support-box .icon-box:before {
   position: absolute;
   content: '';
   height: 44px;
   width: 36px;
   top: -5px;
   left: 0px;
   clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 60% 0%);
   opacity: 0.1;
 }
 #content_block_2 .content-box .support-box h6 {
   font-size: 16px;
   line-height: 26px;
   font-weight: 500;
   margin-bottom: 0px;
 }
 #content_block_2 .content-box .support-box h3 {
   display: block;
   font-size: 24px;
   line-height: 32px;
   font-family: 'Nunito', sans-serif;
   font-weight: 900;
 }
 #content_block_2 .content-box .support-box h3 a {
   display: inline-block;
   color: #00224f;
 }
 #content_block_2 .content-box .support-box h3 a:hover {}
 #content_block_3 .content-box {
   position: relative;
   display: block;
   border: 1px dashed #d9d9d9;
   border-radius: 10px;
   padding: 32px 40px 37px 40px;
 }
 #content_block_3 .content-box h3 {
   display: block;
   font-size: 26px;
   line-height: 34px;
   font-weight: 700;
   margin-bottom: 22px;
 }
 #content_block_3 .content-box .subscribe-form .form-group {
   position: relative;
   margin: 0px;
   padding-right: 150px;
   border-radius: 5px;
   overflow: hidden;
 }
 #content_block_3 .content-box .subscribe-form .form-group input[type='email'] {
   position: relative;
   display: block;
   width: 100%;
   height: 50px;
   border: 1px solid #efeded;
   font-size: 17px;
   color: #808080;
   padding: 10px 20px;
   border-radius: 5px 0px 0px 5px;
   transition: all 500ms ease;
 }
 #content_block_3 .content-box .subscribe-form .form-group input:focus {}
 #content_block_3 .content-box .subscribe-form .form-group button {
   position: absolute;
   top: 0px;
   right: 0px;
   border-radius: 0px;
   padding: 12px 26px;
 }
 #content_block_3 .content-box .subscribe-form .form-group button:before {
   border-radius: 0px;
 }
 /** team-section **/
 .team-section {
   position: relative;
   padding: 147px 0px 146px 0px;
 }
 .team-section .title-inner .sec-title, .team-section .title-inner .text {
   width: 50%;
 }
 .team-block-one .inner-box {
   position: relative;
   display: block;
   text-align: center;
   margin-bottom: 40px;
 }
 .team-block-one .inner-box .image-box {
   position: relative;
   display: block;
   overflow: hidden;
   border-radius: 10px;
 }
 .team-block-one .inner-box .image-box a {
   display: block;
 }
 .team-block-one .inner-box .image-box a::be fore {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   opacity: 1;
   transition: all 500ms ease;
   background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.0) 50%);
   z-index: 1;
   transition: all 500ms ease;
 }
 .team-block-one .inner-box:hover .image-box a::be fore {
   opacity: 0;
 }
 .team-block-one .inner-box .image-box img {
   width: 100%;
   border-radius: 10px;
   transition: all 500ms ease;
 }
 .team-block-one .inner-box:hover .image-box img {
   transform: scale(1.1);
 }
 .team-block-one .inner-box .image-box .social-links {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   width: 100%;
   z-index: 1;
 }
 .team-block-one .inner-box .image-box .social-links li {
   position: relative;
   display: inline-block;
   margin: 0px 3px;
 }
 .team-block-one .inner-box .image-box .social-links li a {
   position: relative;
   display: inline-block;
   font-size: 16px;
   color: #bfbfbf;
   background: #fff;
   width: 50px;
   height: 50px;
   line-height: 50px;
   text-align: center;
   border-radius: 50%;
   transform: scale(0, 0);
 }
 .team-block-one .inner-box .image-box .social-links li a:hover {
   color: #fff;
 }
 .team-block-one .inner-box:hover .image-box .social-links li a {
   transform: scale(1, 1);
 }
 .team-block-one .inner-box .lower-content {
   position: absolute;
   bottom: 0;
   opacity: 0.9;
   width: 100%;
   margin: 0px;
   z-index: 1;
 }
 .team-block-one .inner-box .lower-content .inner {
   position: relative;
   display: block;
   background: #37bce8;
   border-radius: 10px;
   padding: 15px 10px;
   overflow: hidden;
   box-shadow: 0 20px 30px rgb(211, 220, 232, 0.6);
 }
 .team-block-one .inner-box .lower-content .inner h3 {
   position: relative;
   display: block;
   font-size: 22px;
   line-height: 30px;
   font-weight: 700;
   margin-bottom: 4px;
 }
 .team-block-one .inner-box .lower-content .inner h3 a {
   display: inline-block;
   color: #00224f;
 }
 .team-block-one .inner-box .lower-content .inner h3 a:hover {}
 .team-block-one .inner-box .lower-content .inner .designation {
   position: relative;
   display: block;
 }
 .team-block-one .inner-box .lower-content .inner .pattern .pattern-1 {
   position: absolute;
   left: -30px;
   top: 0px;
   width: 109px;
   height: 129px;
   opacity: 0;
   background-repeat: no-repeat;
   transition: all 500ms ease;
 }
 .team-block-one .inner-box:hover .lower-content .inner .pattern .pattern-1 {
   opacity: 1;
   left: 0px;
 }
 .team-block-one .inner-box .lower-content .inner .pattern .pattern-2 {
   position: absolute;
   right: -30px;
   bottom: 0px;
   width: 110px;
   height: 129px;
   opacity: 0;
   background-repeat: no-repeat;
   transition: all 500ms ease;
 }
 .team-block-one .inner-box:hover .lower-content .inner .pattern .pattern-2 {
   opacity: 1;
   right: 0px;
 }
 /** testimonial-section **/
 .testimonial-section {
   position: relative;
   padding-bottom: 140px;
 }
 .testimonial-block-one .inner-box {
   position: relative;
   display: block;
   background: #fff;
   border-radius: 10px;
   padding: 64px 60px 70px 70px;
   box-shadow: 0 10px 40px rgb(211, 220, 232, 0.6);
 }
 .testimonial-section .owl-carousel .owl-stage-outer {
   overflow: visible;
 }
 .testimonial-section .owl-carousel .owl-item {
   opacity: 0;
   transition: all 500ms ease;
 }
 .testimonial-section .owl-carousel .owl-item.active {
   opacity: 1;
 }
 .testimonial-block-one .inner-box .text {
   margin-bottom: 20px;
 }
 .testimonial-block-one .inner-box .text p {
   font-size: 20px;
   line-height: 30px;
   color: #00224f;
   font-weight: 600;
   font-style: italic;
 }
 .testimonial-block-one .inner-box .quote {
   position: absolute;
   right: 70px;
   bottom: 80px;
   font-size: 60px;
   opacity: 0.1;
 }
 .testimonial-block-one .inner-box .author-info {
   position: relative;
   padding: 9px 0px 7px 90px;
 }
 .testimonial-block-one .inner-box .author-info .author-thumb {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 70px;
   height: 70px;
   border-radius: 50%;
 }
 .testimonial-block-one .inner-box .author-info .author-thumb img {
   width: 100%;
   border-radius: 50%;
 }
 .testimonial-block-one .inner-box .author-info h3 {
   font-size: 22px;
   line-height: 30px;
   font-weight: 700;
   margin-bottom: 0px;
 }
 .testimonial-block-one .inner-box .author-info .designation {
   position: relative;
   display: block;
   font-size: 16px;
   line-height: 24px;
 }
 .testimonial-block-one .inner-box .pattern {
   position: absolute;
   right: 18px;
   bottom: 18px;
   width: 35px;
   height: 50px;
   background-repeat: no-repeat;
 }
 .testimonial-section .owl-dots {
   position: relative;
   display: block;
   text-align: center;
   margin-top: 56px;
 }
 .testimonial-section .owl-theme .owl-dots .owl-dot span {
   position: relative;
   display: inline-block;
   background: transparent;
   width: 15px;
   height: 15px;
   border-radius: 50%;
   cursor: pointer;
   margin: 0px 5px;
   transition: all 500ms ease;
 }
 .testimonial-section .owl-theme .owl-dots .owl-dot span:before {
   position: absolute;
   content: '';
   width: 5px;
   height: 5px;
   border-radius: 50%;
   left: 3px;
   top: 3px;
   transform: scale(0, 0);
   transition: all 500ms ease;
 }
 .testimonial-section .owl-theme .owl-dots .owl-dot.active span:before, .testimonial-section .owl-theme .owl-dots .owl-dot span:hover:before {
   transform: scale(1, 1);
 }
 .testimonial-section .pattern-layer {
   position: absolute;
   left: 0px;
   top: -75px;
   right: 0px;
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
   background-position: center;
 }
 /** video-section **/
 .video-section {
   position: relative;
   width: 100%;
   padding: 235px 0px 320px 0px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   background-attachment: fixed;
 }
 .video-section:before {
   position: absolute;
   content: '';
   background: #000e20;
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   opacity: 0.5;
 }
 .video-section .inner-box a {
   position: relative;
   display: inline-block;
   font-size: 35px;
   width: 100px;
   height: 100px;
   line-height: 94px;
   font-weight: 700;
   text-align: center;
   border-radius: 50%;
   margin-bottom: 14px;
 }
 .video-section .inner-box a:after, .video-section .inner-box a:before {
   width: 100px;
   height: 100px;
   border-radius: 50%;
   background: transparent;
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   -webkit-animation-delay: .9s;
   animation-delay: .9s;
   content: "";
   position: absolute;
   -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
   box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
   -webkit-animation: ripple 3s infinite;
   animation: ripple 3s infinite;
   -webkit-transition: all .4s ease;
   transition: all .4s ease;
 }
 .video-section .inner-box a:after {
   -webkit-animation-delay: .6s;
   animation-delay: .6s;
 }
 @-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);
   }
 }
 .video-section .inner-box h3 {
   display: block;
   font-size: 24px;
   line-height: 30px;
   color: #fff;
   font-weight: 600;
 }
 /** cta-section **/
 .cta-section {
   position: relative;
 }
 .cta-section .inner-container {
   position: relative;
   padding: 78px 0px 81px 100px;
   border-radius: 10px 0px 0px 10px;
   margin-top: -85px;
 }
 .cta-section .inner-container:before {
   position: absolute;
   content: '';
   background: #003478;
   border-radius: 10px 0px 0px 10px;
   width: 5000px;
   height: 100%;
   left: 0px;
   top: 0px;
 }
 .cta-section .text h2 {
   position: relative;
   font-size: 40px;
   line-height: 50px;
   color: #fff;
   font-weight: 600;
   margin-bottom: 13px;
 }
 .cta-section .text h2 span {}
 .cta-section .text p {
   font-weight: 600;
   color: #b7c8d9;
 }
 .cta-section .btn-box .theme-btn-one {
   box-shadow: none;
 }
 .cta-section .inner-container .pattern .pattern-1 {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
 }
 .cta-section .inner-container .pattern .pattern-2 {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 339px;
   height: 143px;
   background-repeat: no-repeat;
   border-top-left-radius: 10px;
 }
 .cta-section .pattern-layer {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 530px;
   height: 100%;
   background-repeat: no-repeat;
   z-index: 1;
 }
 /** news-section **/
 .news-section {
   position: relative;
   padding: 134px 0px 150px 0px;
 }
 .news-block-one .inner-box {
   position: relative;
   display: block;
   overflow: hidden;
   background: #fff;
   border-radius: 10px;
   box-shadow: 0 15px 40px rgb(211, 220, 232, 0.6);
 }
 .news-block-one .inner-box .image-box {
   position: relative;
   display: block;
   overflow: hidden;
 }
 .news-block-one .inner-box .image-box img {
   width: 100%;
   transform: scale(1.1);
   transition: all 500ms ease;
 }
 .news-block-one .inner-box:hover .image-box img {
   transform: scale(1);
 }
 .news-block-one .inner-box .image-box a {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   font-size: 0px;
   color: #fff;
   z-index: 1;
 }
 .news-block-one .inner-box .lower-content {
   position: relative;
   padding: 35px 40px 40px 40px;
 }
 .news-block-one .inner-box .lower-content h3 {
   position: relative;
   display: block;
   font-size: 22px;
   line-height: 32px;
   font-weight: 700;
 }
 .news-block-one .inner-box .lower-content h3 a {
   display: inline-block;
   color: #00224f;
 }
 .news-block-one .inner-box .lower-content h3 a:hover {}
 .news-block-one .inner-box .lower-content .admin-box {
   position: relative;
   padding: 0px 0px 8px 65px;
   margin-bottom: 24px;
 }
 .news-block-one .inner-box .lower-content .admin-box .admin-thumb {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 50px;
   height: 50px;
   border-radius: 50%;
 }
 .news-block-one .inner-box .lower-content .admin-box .admin-thumb img {
   width: 100%;
   border-radius: 50%;
 }
 .news-block-one .inner-box .lower-content .admin-box a {
   position: relative;
   display: inline-block;
   font-size: 17px;
   color: #00224f;
   line-height: 22px;
   font-family: 'Nunito', sans-serif;
   font-weight: 600;
   margin-bottom: 0px;
 }
 .news-block-one .inner-box .lower-content .admin-box a:hover {}
 .news-block-one .inner-box .lower-content .admin-box span {
   position: relative;
   font-size: 17px;
   line-height: 14px;
   color: #808080;
 }
 .news-block-one .inner-box .lower-content p {
   margin-bottom: 21px;
 }
 .news-block-one .inner-box .lower-content .pattern {
   position: absolute;
   right: -30px;
   bottom: 0px;
   width: 99px;
   height: 170px;
   opacity: 0;
   background-repeat: no-repeat;
   transition: all 500ms ease;
 }
 .news-block-one .inner-box:hover .lower-content .pattern {
   right: 0px;
   opacity: 1;
 }
 .news-section .pattern-layer .pattern-1 {
   position: absolute;
   top: 110px;
   left: 220px;
   width: 80px;
   height: 80px;
   background-repeat: no-repeat;
 }
 .news-section .pattern-layer .pattern-2 {
   position: absolute;
   top: -10px;
   left: 90px;
   background: #f7f8f9;
   width: 180px;
   height: 180px;
   border-radius: 50%;
   z-index: -1;
   -webkit-animation: zoom-fade 5s infinite linear;
   animation: zoom-fade 5s infinite linear;
 }
 /** contact-section **/
 .contact-section {
   position: relative;
   padding: 120px 0px 100px 0px;
 }
 .contact-section .image-layer {
   position: absolute;
   left: 170px;
   bottom: 0px;
 }
 .contact-section .pattern-layer .pattern-1 {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 410px;
   height: 602px;
   background-repeat: no-repeat;
 }
 .contact-section .pattern-layer .pattern-2 {
   position: absolute;
   right: 0px;
   top: 0px;
   width: 582px;
   height: 666px;
   background-repeat: no-repeat;
 }
 #content_block_4 .content-box .form-inner {
   position: relative;
   display: block;
   background: #fff;
   padding: 65px 70px 70px 70px;
   box-shadow: 0 20px 30px rgb(211, 220, 232, 0.6);
   border-radius: 10px;
   overflow: hidden;
 }
 #content_block_4 .content-box .form-inner .pattern {
   position: absolute;
   right: 0px;
   bottom: 0px;
   width: 139px;
   height: 236px;
   background-repeat: no-repeat;
 }
 #content_block_4 .content-box .form-inner h3 {
   font-size: 24px;
   line-height: 32px;
   font-weight: 700;
   margin-bottom: 32px;
 }
 .default-form .form-group {
   position: relative;
   margin-bottom: 20px;
 }
 .default-form .form-group:last-child {
   margin-bottom: 0px !important;
   padding-top: 20px;
 }
 .default-form .form-group input[type='text'], .default-form .form-group input[type='email'], .default-form .form-group textarea {
   position: relative;
   display: block;
   width: 100%;
   height: 50px;
   border: 1px solid #e5e5e5;
   border-radius: 5px;
   font-size: 16px;
   color: #727272;
   padding: 10px 20px;
   transition: all 500ms ease;
 }
 .default-form .form-group textarea {
   height: 120px;
   resize: none;
 }
 .default-form .form-group input:focus, .default-form .form-group textarea:focus {}
 #content_block_4 .content-box .sec-title {
   margin-bottom: 58px;
 }
 /** main-footer **/
 .main-footer {
   position: relative;
 }
 .footer-top {
   position: relative;
   width: 100%;
   padding: 90px 0px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   background-attachment: fixed;
 }
 .footer-top:before {
   position: absolute;
   content: '';
   background: #f2f2f2;
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   opacity: 0.85;
 }
 .footer-top .widget-title {
   position: relative;
   display: block;
   margin-bottom: 23px;
 }
 .footer-top .widget-title h2 {
   font-size: 30px;
   line-height: 40px;
   color: #333;
   font-weight: 700;
 }
 .footer-top .widget-title h3 {
   font-size: 22px;
   line-height: 30px;
   color: #333;
   font-weight: 700;
 }
 .footer-top .footer-widget p {
   font-size: 17px;
   line-height: 28px;
   color: #333;
 }
 .footer-top .footer-widget .social-links li {
   position: relative;
   display: inline-block;
   float: left;
   margin-right: 10px;
 }
 .footer-top .footer-widget .social-links li:last-child {
   margin: 0px !important;
 }
 .footer-top .footer-widget .social-links li a {
   position: relative;
   display: inline-block;
   font-size: 16px;
   color: #bfbfbf;
   background: #fff;
   width: 50px;
   height: 50px;
   line-height: 50px;
   text-align: center;
   border-radius: 50%;
 }
 .footer-top .footer-widget .social-links li a:hover {
   color: #fff;
 }
 .footer-top .about-widget .text {
   margin-bottom: 37px;
 }
 .footer-top .links-widget .links-list li {
   position: relative;
   display: block;
   margin-bottom: 9px;
 }
 .footer-top .links-widget .links-list li:last-child {
   margin-bottom: 0px;
 }
 .footer-top .links-widget .links-list li a {
   position: relative;
   display: inline-block;
   font-size: 17px;
   font-family: 'Nunito', sans-serif;
   color: #333;
 }
 .footer-top .links-widget .links-list li a i {
   font-size: 15px;
 }
 .footer-top .links-widget .links-list li a:hover {}
 .footer-top .contact-widget .text {
   margin-bottom: 11px;
 }
 .footer-top .contact-widget .info-list li {
   position: relative;
   display: block;
   font-size: 17px;
   line-height: 28px;
   color: #333;
   margin-bottom: 10px;
   padding-left: 28px;
 }
 .footer-top .contact-widget .info-list li:last-child {
   margin-bottom: 0px;
 }
 .footer-top .contact-widget .info-list li a {
   display: inline-block;
   color: #333;
   font-family: 'Nunito', sans-serif;
 }
 .footer-top .contact-widget .info-list li a:hover {}
 .footer-top .contact-widget .info-list li i {
   position: absolute;
   left: 0px;
   top: 4px;
   font-size: 16px;
 }
 .footer-top .contact-widget p {
   line-height: 30px;
 }
 .footer-top .subscribe-widget .text {
   margin-bottom: 38px;
 }
 .footer-top .subscribe-widget .wechat img {
   max-width: 150px;
 }
 .footer-top .subscribe-widget .subscribe-form .form-group {
   position: relative;
   margin: 0px;
   border-radius: 5px;
   overflow: hidden;
 }
 .footer-top .subscribe-widget .subscribe-form .form-group input[type='tel'] {
   position: relative;
   display: block;
   width: 100%;
   height: 60px;
   background: #fff;
   border: 1px solid #fff;
   padding: 10px 80px 10px 20px;
   font-size: 16px;
   color: #808080;
   transition: all 500ms ease;
 }
 .footer-top .subscribe-widget .subscribe-form .form-group button {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 60px;
   height: 60px;
   font-size: 16px;
   color: #fff;
   line-height: 60px;
   text-align: center;
   cursor: pointer;
   transition: all 500ms ease;
 }
 .footer-top .subscribe-widget .subscribe-form .form-group input:focus {}
 .footer-bottom {
   position: relative;
   background: #002555;
   padding: 30px 0px;
 }
 .footer-bottom .bottom-inner {
   position: relative;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
   /*justify-content: space-between;*/
 }
 .footer-bottom .bottom-inner .copyright {
   position: relative;
 }
 .footer-bottom .bottom-inner .copyright p {
   font-size: 1em;
   line-height: 28px;
   color: #fff;
 }
 .footer-bottom .bottom-inner .copyright p a {
   color: #fff;
 }
 .footer-bottom .bottom-inner .copyright p a:hover {}
 .footer-bottom .bottom-inner .footer-logo {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
 }
 .footer-bottom .bottom-inner .footer-nav {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   flex-wrap: wrap;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   margin-top: 10px;
 }
 .footer-bottom .bottom-inner .footer-nav li {
   position: relative;
   display: inline-block;
   font-size: 1em;
   line-height: 1.5em;
   color: #fff;
   margin-right: 10px;
 }
 .footer-bottom .bottom-inner .footer-nav li:last-child {
   margin: 0px !important;
 }
 .footer-bottom .bottom-inner .footer-nav li a {
   color: #888;
   font-size: 14px;
 }
 .footer-bottom .bottom-inner .footer-nav li a:hover {}
 /*** 

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

***/
 .main-header.style-two .header-lower {
   position: relative;
   padding: 0px 70px;
 }
 /** banner-style-two **/
 .banner-section.style-two {
   position: relative;
   background: #f7f9fb;
   overflow: hidden;
 }
 .banner-section.style-two .pattern-layer {
   position: absolute;
   left: 100px;
   top: 50px;
   width: 246px;
   height: 245px;
   background-repeat: no-repeat;
 }
 .banner-section.style-two .banner-carousel .slide-item {
   position: relative;
   padding: 191px 0px 200px 0px;
 }
 .banner-carousel .content-box {
   max-width: 400px;
   z-index: 5;
 }
 .banner-section.style-two .banner-carousel h5 {
   opacity: 0;
   -webkit-transform: translateY(50px);
   -moz-transform: translateY(50px);
   -ms-transform: translateY(50px);
   -o-transform: translateY(50px);
   transform: translateY(50px);
   -webkit-transition: all 2000ms ease;
   -moz-transition: all 2000ms ease;
   -ms-transition: all 2000ms ease;
   -o-transition: all 2000ms ease;
   transition: all 2000ms ease;
 }
 .banner-section.style-two .banner-carousel .active h5 {
   opacity: 1;
   -webkit-transform: translateY(0);
   -moz-transform: translateY(0);
   -ms-transform: translateY(0);
   -o-transform: translateY(0);
   transform: translateY(0);
   -webkit-transition-delay: 500ms;
   -moz-transition-delay: 500ms;
   -ms-transition-delay: 500ms;
   -o-transition-delay: 500ms;
   transition-delay: 500ms;
 }
 .banner-section.style-two .banner-carousel h1 {
   opacity: 0;
   -webkit-transform: translateY(50px);
   -moz-transform: translateY(50px);
   -ms-transform: translateY(50px);
   -o-transform: translateY(50px);
   transform: translateY(50px);
   -webkit-transition: all 2000ms ease;
   -moz-transition: all 2000ms ease;
   -ms-transition: all 2000ms ease;
   -o-transition: all 2000ms ease;
   transition: all 2000ms ease;
 }
 .banner-section.style-two .banner-carousel .active h1 {
   opacity: 1;
   -webkit-transform: translateY(0);
   -moz-transform: translateY(0);
   -ms-transform: translateY(0);
   -o-transform: translateY(0);
   transform: translateY(0);
   -webkit-transition-delay: 700ms;
   -moz-transition-delay: 700ms;
   -ms-transition-delay: 700ms;
   -o-transition-delay: 700ms;
   transition-delay: 700ms;
 }
 .banner-section.style-two .banner-carousel p {
   opacity: 0;
   -webkit-transform: translateY(50px);
   -moz-transform: translateY(50px);
   -ms-transform: translateY(50px);
   -o-transform: translateY(50px);
   transform: translateY(50px);
   -webkit-transition: all 2000ms ease;
   -moz-transition: all 2000ms ease;
   -ms-transition: all 2000ms ease;
   -o-transition: all 2000ms ease;
   transition: all 2000ms ease;
 }
 .banner-section.style-two .banner-carousel .active 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: 900ms;
   -moz-transition-delay: 900ms;
   -ms-transition-delay: 900ms;
   -o-transition-delay: 900ms;
   transition-delay: 900ms;
 }
 .banner-section.style-two .banner-carousel .theme-btn-one {
   opacity: 0;
   -webkit-transform: translateY(50px);
   -moz-transform: translateY(50px);
   -ms-transform: translateY(50px);
   -o-transform: translateY(50px);
   transform: translateY(50px);
   -webkit-transition: all 2000ms ease;
   -moz-transition: all 2000ms ease;
   -ms-transition: all 2000ms ease;
   -o-transition: all 2000ms ease;
   transition: all 2000ms ease;
 }
 .banner-section.style-two .banner-carousel .active .theme-btn-one {
   opacity: 1;
   -webkit-transform: translateY(0);
   -moz-transform: translateY(0);
   -ms-transform: translateY(0);
   -o-transform: translateY(0);
   transform: translateY(0);
   -webkit-transition-delay: 1100ms;
   -moz-transition-delay: 1100ms;
   -ms-transition-delay: 1100ms;
   -o-transition-delay: 1100ms;
   transition-delay: 1100ms;
 }
 .banner-section.style-two .banner-carousel .slide-item .image-layer {
   width: 50%;
   right: 0px;
   height: 100%;
   clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 10% 0%);
 }
 .banner-section.style-two .banner-carousel .owl-nav {
   position: absolute;
   left: 70px;
   bottom: 70px;
 }
 .banner-section.style-two .nav-style-one .owl-nav .owl-next, .banner-section.style-two .nav-style-one .owl-nav .owl-prev {
   display: block;
 }
 .banner-section.style-two .nav-style-one .owl-nav .owl-prev {
   margin-bottom: 10px;
 }
 /** feature-section **/
 .feature-section {
   position: relative;
 }
 .feature-block-one .inner-box {
   position: relative;
   display: block;
   background: #fff;
   overflow: hidden;
   padding: 58px 30px 51px 30px;
   border-radius: 10px;
   box-shadow: 0 20px 40px rgb(211 220 232 / 50%);
 }
 .feature-block-one .inner-box .bg-layer {
   position: absolute;
   content: "";
   top: 0;
   left: -101%;
   height: 100%;
   width: 100%;
   border-radius: 10px;
   -webkit-transition: all 0.6s ease;
   -o-transition: all 0.6s ease;
   transition: all 0.6s ease;
   background-size: 101% 101%;
 }
 .feature-block-one .inner-box .bg-layer:before {
   position: absolute;
   content: '';
   background: rgba(0, 52, 120, 0.9);
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
 }
 .feature-block-one .inner-box:hover .bg-layer {
   left: 0px;
 }
 .feature-block-one .inner-box .pattern-layer .pattern-1 {
   position: absolute;
   right: 15px;
   bottom: 15px;
   width: 22px;
   height: 38px;
   background-repeat: no-repeat;
   transition: all 500ms ease;
 }
 .feature-block-one .inner-box .pattern-layer .pattern-2 {
   position: absolute;
   left: 0px;
   bottom: 0px;
   width: 100%;
   height: 77px;
   background-repeat: no-repeat;
   bottom: -77px;
   z-index: 1;
   transition: all 500ms ease;
 }
 .feature-block-one .inner-box:hover .pattern-layer .pattern-2 {
   bottom: 0px;
 }
 .feature-block-one .inner-box:hover .pattern-layer .pattern-1 {
   opacity: 0;
 }
 .feature-block-one .inner-box:hover .icon-box {}
 .feature-block-one .inner-box .icon-box .pattern .pattern-1 {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
   transition: all 500ms ease;
 }
 .feature-block-one .inner-box .icon-box .pattern .pattern-2 {
   position: absolute;
   left: -5px;
   top: 0px;
   width: 140px;
   height: 136px;
   background-repeat: no-repeat;
   transition: all 500ms ease;
 }
 .feature-block-one .inner-box .icon-box .pattern .pattern-3 {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
   opacity: 0;
   transition: all 500ms ease;
 }
 .feature-block-one .inner-box .icon-box .pattern .pattern-4 {
   position: absolute;
   left: -5px;
   top: 0px;
   width: 140px;
   height: 136px;
   background-repeat: no-repeat;
   opacity: 0;
   transition: all 500ms ease;
 }
 .feature-block-one .inner-box:hover .icon-box .pattern .pattern-1, .feature-block-one .inner-box:hover .icon-box .pattern .pattern-2 {
   opacity: 0;
 }
 .feature-block-one .inner-box:hover .icon-box .pattern .pattern-3, .feature-block-one .inner-box:hover .icon-box .pattern .pattern-4 {
   opacity: 1;
 }
 .feature-block-one .inner-box h3 {
   position: relative;
   display: block;
   font-size: 22px;
   line-height: 30px;
   font-weight: 700;
   margin-bottom: 16px;
 }
 .feature-block-one .inner-box h3 a {
   color: #00224f;
 }
 .feature-block-one .inner-box p {
   color: #00224f;
   transition: all 500ms ease;
 }
 .feature-block-one .inner-box:hover h3 a, .feature-block-one .inner-box:hover p {
   color: #fff;
 }
 .feature-block-two .inner-box .image-box::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   opacity: 1;
   transition: all 500ms ease;
   background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.0) 50%);
   z-index: 1;
   transition: all 500ms ease;
 }
 .feature-block-two .inner-box .icon-box {
   position: relative;
   display: inline-block;
   width: 148px;
   height: 143px;
   line-height: 143px;
   text-align: center;
   font-size: 65px;
   color: #00224f;
   margin-bottom: 24px;
   transition: all 500ms ease;
 }
 .feature-block-two .inner-box .image-box .social-links {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   width: 100%;
   z-index: 1;
 }
 .feature-block-two .inner-box .image-box .social-links li {
   position: relative;
   display: inline-block;
   margin: 0px 3px;
 }
 .feature-block-two .inner-box .image-box .social-links li a {
   position: relative;
   display: inline-block;
   font-size: 16px;
   color: #bfbfbf;
   background: #fff;
   width: 50px;
   height: 50px;
   line-height: 50px;
   text-align: center;
   border-radius: 50%;
   transform: scale(0, 0);
 }
 .feature-block-two .inner-box .image-box .social-links li a:hover {
   background: #37bce8;
 }
 .feature-block-two .inner-box .image-box .social-links li a:hover {
   color: #fff;
 }
 .feature-block-two .inner-box:hover .image-box .social-links li a {
   transform: scale(1, 1);
 }
 /** about-style-two **/
 .about-style-two {
   position: relative;
 }
 .about-style-two .pattern-layer {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 375px;
   height: 583px;
   background-repeat: no-repeat;
 }
 #image_block_2 .image-box {
   position: relative;
   display: block;
   padding-right: 110px;
 }
 #image_block_2 .image-box img {
   width: 100%;
 }
 #image_block_2 .image-box .content-inner {
   position: absolute;
   right: 0px;
   bottom: 70px;
   max-width: 270px;
   width: 100%;
   background: #003478;
   padding: 20px;
   border-radius: 10px 10px 10px 0px;
   box-shadow: 0 30px 50px rgba(0, 52, 120, 0.3);
 }
 #image_block_2 .image-box .content-inner:before {
   position: absolute;
   content: '';
   background: #003478;
   width: 30px;
   height: 30px;
   left: 0px;
   bottom: -29px;
   clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
 }
 #image_block_2 .image-box .content-inner .text {
   position: relative;
   display: block;
   border-radius: 10px;
   border: 1px dashed rgba(255, 255, 255, 0.2);
   padding: 20px 20px 26px 30px;
 }
 #image_block_2 .image-box .content-inner .text h2 {
   font-size: 48px;
   line-height: 55px;
   font-weight: 700;
   margin-bottom: 1px;
 }
 #image_block_2 .image-box .content-inner .text h5 {
   font-size: 17px;
   line-height: 26px;
   color: #fff;
   font-weight: 700;
 }
 #image_block_2 .image-box .pattern .pattern-1 {
   position: absolute;
   left: -45px;
   top: 50px;
   width: 98px;
   height: 188px;
   background-repeat: no-repeat;
   z-index: -1;
 }
 #image_block_2 .image-box .pattern .pattern-2 {
   position: absolute;
   right: 50px;
   top: 215px;
   width: 98px;
   height: 98px;
   background-repeat: no-repeat;
   z-index: -1;
 }
 #image_block_2 .image-box .image {
   position: relative;
   display: block;
   overflow: hidden;
 }
 #image_block_2 .image-box .image:before {
   position: absolute;
   top: 0;
   left: -80%;
   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);
 }
 #image_block_2 .image-box:hover .image:before {
   -webkit-animation: shine 1s;
   animation: shine 1s;
 }
 #content_block_5 .content-box {
   position: relative;
   display: block;
 }
 #content_block_5 .content-box .text {
   margin-bottom: 28px;
 }
 #content_block_5 .content-box .text p {
   color: #00224f;
 }
 #content_block_5 .content-box .list-item li {
   position: relative;
   display: block;
   font-size: 16px;
   line-height: 26px;
   font-family: 'Poppins', sans-serif;
   color: #00224f;
   font-weight: 500;
   margin-bottom: 19px;
   padding-left: 35px;
 }
 #content_block_5 .content-box .list-item li:last-child {
   margin-bottom: 0px;
 }
 #content_block_5 .content-box .list-item li:before {
   position: absolute;
   left: 0px;
   top: 3px;
   content: "\f00c";
   font-family: 'Font Awesome 5 Pro';
   font-size: 10px;
   color: #00224f;
   font-weight: 700;
   border: 1px solid #d6d6d6;
   border-radius: 2px;
   width: 20px;
   height: 20px;
   line-height: 20px;
   text-align: center;
   transition: all 500ms ease;
 }
 #content_block_5 .content-box .sec-title {
   margin-bottom: 22px;
 }
 /** service-style-two **/
 .service-style-two {
   position: relative;
 }
 .service-block-two .inner-box {
   position: relative;
   padding: 50px 30px;
   border-radius: 10px;
   overflow: hidden;
   margin-bottom: 30px;
   box-shadow: 0 20px 40px rgb(211 220 232 / 70%);
 }
 .service-block-two .inner-box:before {
   position: absolute;
   content: '';
   background: #37bce8;
   width: 100%;
   height: 0%;
   left: 0px;
   top: 0px;
   transition: all 500ms ease;
 }
 .service-block-two .inner-box:hover:before {
   height: 100%;
 }
 .service-block-two .inner-box .icon-box {
   position: absolute;
   left: 40px;
   top: 40px;
   display: inline-block;
   width: 128px;
   height: 124px;
   line-height: 124px;
   text-align: center;
   font-size: 55px;
   color: #00224f;
   margin-bottom: 24px;
   transition: all 500ms ease;
 }
 .service-block-two .inner-box:hover .icon-box {}
 .service-block-two .inner-box .icon-box .pattern .pattern-1 {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
   transition: all 500ms ease;
 }
 .service-block-two .inner-box .icon-box .pattern .pattern-2 {
   position: absolute;
   left: 15px;
   bottom: 0px;
   width: 121px;
   height: 117px;
   background-repeat: no-repeat;
   transition: all 500ms ease;
 }
 .service-block-two .inner-box .icon-box .pattern .pattern-3 {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
   opacity: 0;
   transition: all 500ms ease;
 }
 .service-block-two .inner-box .icon-box .pattern .pattern-4 {
   position: absolute;
   left: 15px;
   bottom: 0px;
   width: 121px;
   height: 117px;
   background-repeat: no-repeat;
   opacity: 0;
   transition: all 500ms ease;
 }
 .service-block-two .inner-box:hover .icon-box .pattern .pattern-1, .service-block-two .inner-box:hover .icon-box .pattern .pattern-2 {
   opacity: 0;
 }
 .service-block-two .inner-box:hover .icon-box .pattern .pattern-3, .service-block-two .inner-box:hover .icon-box .pattern .pattern-4 {
   opacity: 1;
 }
 .service-block-two .inner-box .inner h3 {
   position: relative;
   display: block;
   font-size: 22px;
   line-height: 30px;
   font-weight: 700;
   margin-bottom: 16px;
   transition: all 500ms ease;
 }
 .service-block-two .inner-box .inner h3 a {
   display: inline-block;
   color: #00224f;
 }
 .service-block-two .inner-box .inner h3 a:hover {}
 .service-block-two .inner-box .inner .jobs-detail {
   font-size: 14px;
   color: #c9c9c9
 }
 .service-block-two .inner-box .inner .jobs-detail > p {
   color: #666
 }
 .service-block-two .inner-box .inner .jobs-detail .address {
   width: 30%;
   display: inline-block
 }
 .service-block-two .inner-box .inner .jobs-detail .address h6 {
   font-size: 14px;
   color: #c9c9c9;
   margin-bottom: 8px
 }
 .service-block-two .inner-box .inner .jobs-detail .address p {
   font-size: 18px;
   color: #808080
 }
 .service-block-two .inner-box .inner .jobs-content h6 {
   font-size: 16px;
   color: #4d4d4d;
   font-weight: 400;
   margin: 10px 0;
   transition: all ease-in-out .2s;
 }
 .service-block-two .inner-box .inner .jobs-content .richtext {
   line-height: 1.7em;
   max-height: 6.8em;
   overflow: hidden;
   color: #b2b2b2;
   margin-bottom: 20px;
   transition: all ease-in-out .2s;
 }
 .service-block-two .inner-box .inner .jobs-content .richtext p {
   font-size: 14px;
 }
 .service-block-two .inner-box:hover .inner .jobs-detail .job-title {
   color: #fff
 }
 .service-block-two .inner-box:hover .inner .jobs-detail .address p {
   color: #fff
 }
 .service-block-two .inner-box:hover .inner .jobs-detail .address h6 {
   color: #fff
 }
 .service-block-two .inner-box:hover .inner .jobs-detail .date {
   color: rgba(255, 255, 255, 0.5)
 }
 .service-block-two .inner-box:hover .inner .jobs-content h6 {
   color: #fff
 }
 .service-block-two .inner-box:hover .inner .jobs-content .richtext p {
   color: rgba(255, 255, 255, 0.5)
 }
 .service-block-two .inner-box:hover .inner .more a {
   color: #fff;
   background-color: rgba(255, 255, 255, 0.1);
   border: 1px solid transparent
 }
 .service-block-two .inner-box:hover .inner .theme-btn-two {
   color: #fff !important;
   box-shadow: none !important;
 }
 .service-block-two .inner-box:hover .inner h3 a, .service-block-two .inner-box:hover .inner h3, .service-block-two .inner-box:hover .inner p {
   color: #fff;
 }
 .service-block-two .inner-box .pattern-layer {
   position: absolute;
   right: 15px;
   bottom: 15px;
   width: 22px;
   height: 38px;
   background-repeat: no-repeat;
 }
 /** chooseus-style-two **/
 .chooseus-style-two {
   position: relative;
   padding: 128px 0px 215px 0px;
 }
 .chooseus-style-two .content-box {
   margin-left: 100px;
 }
 .chooseus-style-two .bg-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 50%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%, 0% 0%);
 }
 .chooseus-style-two .pattern-layer {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 473px;
   height: 691px;
   background-repeat: no-repeat;
 }
 .agent-section.alternat-2 #content_block_2 .content-box h3, .agent-section.alternat-2 #content_block_2 .content-box .support-box h6, .agent-section.alternat-2 #content_block_2 .content-box .support-box h3 a, .agent-section.alternat-2 #content_block_3 .content-box h3 {
   color: #fff;
 }
 .agent-section.alternat-2 #content_block_2 .content-box, .agent-section.alternat-2 #content_block_3 .content-box {
   border-color: #6685ae;
 }
 /** quote-section **/
 .quote-section {
   position: relative;
   padding-top: 145px;
 }
 .quote-section .pattern-layer .pattern-1 {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 440px;
   height: 681px;
   background-repeat: no-repeat;
 }
 .quote-section .pattern-layer .pattern-2 {
   position: absolute;
   top: 0px;
   right: 95px;
   width: 246px;
   height: 245px;
   background-repeat: no-repeat;
   -webkit-animation: zoom-fade 5s infinite linear;
   animation: zoom-fade 5s infinite linear;
 }
 .quote-section #image_block_3 .image-box {
   margin-top: 58px;
 }
 #image_block_3 .image-box {
   position: relative;
   display: block;
 }
 #image_block_3 .image-box .pattern .pattern-1 {
   position: absolute;
   top: 40px;
   right: 0px;
   width: 476px;
   height: 477px;
   background-repeat: no-repeat;
 }
 #image_block_3 .image-box .pattern .pattern-2 {
   position: absolute;
   left: 0px;
   top: 85px;
   width: 98px;
   height: 98px;
   background-repeat: no-repeat;
 }
 #image_block_3 .image-box .pattern .pattern-3 {
   position: absolute;
   top: 280px;
   right: 135px;
   width: 98px;
   height: 98px;
   background-repeat: no-repeat;
 }
 .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);
 }
 .nice-select:after {
   position: absolute;
   content: '\f0dd';
   font-family: 'Font Awesome 5 Pro';
   font-size: 16px;
   top: 5px;
   right: 30px;
   color: #808080;
   font-weight: 700;
   border: none !important;
   transform: rotate(0deg) !important;
 }
 .nice-select {
   position: relative;
   display: block;
   width: 100%;
   height: 50px;
   border: 1px solid #e5e5e5 !important;
   font-size: 16px;
   color: #808080;
   border-radius: 5px;
   padding: 5px 20px;
 }
 #content_block_6 .content-box .tabs-box {
   position: relative;
   display: block;
   background: #fff;
   padding: 70px 70px;
   box-shadow: 0 20px 40px rgb(211 220 232 / 70%);
   border-radius: 10px;
 }
 #content_block_6 .content-box .tabs-content .inner-box p {
   font-size: 16px;
   line-height: 26px;
   color: #00224f;
   font-weight: 600;
   margin-bottom: 22px;
 }
 #content_block_6 .content-box .tab-btn-box {
   position: relative;
   display: block;
   margin-bottom: 23px;
 }
 #content_block_6 .content-box .tab-btn-box .tab-btns li {
   position: relative;
   display: inline-block;
   float: left;
   font-size: 17px;
   line-height: 26px;
   font-family: 'Poppins', sans-serif;
   color: #00224f;
   font-weight: 700;
   text-transform: uppercase;
   text-align: center;
   background: #f2f4f6;
   padding: 5px 13px;
   cursor: pointer;
   margin-right: 2px;
   transition: all 500ms ease;
 }
 #content_block_6 .content-box .tab-btn-box .tab-btns li:last-child {
   margin: 0px;
 }
 #content_block_6 .content-box .tab-btn-box .tab-btns li.active-btn, #content_block_6 .content-box .tab-btn-box .tab-btns li:hover {
   color: #fff;
   background: #00224f;
 }
 #content_block_6 .content-box .tabs-content .inner-box .form-group {
   position: relative;
   margin-bottom: 20px;
 }
 #content_block_6 .content-box .tabs-content .inner-box .form-group:last-child {
   margin-bottom: 0px;
 }
 #content_block_6 .content-box .tabs-content .inner-box .form-group input[type='text'], #content_block_6 .content-box .tabs-content .inner-box .form-group input[type='email'] {
   position: relative;
   display: block;
   width: 100%;
   height: 50px;
   border: 1px solid #e5e5e5;
   border-radius: 5px;
   padding: 10px 20px;
   font-size: 16px;
   color: #808080;
   transition: all 500ms ease;
 }
 #content_block_6 .content-box .tabs-content .inner-box .form-group input:focus {}
 #content_block_6 .content-box .tabs-content .inner-box .form-group .select-box {
   position: relative;
   height: 50px;
 }
 #content_block_6 .content-box .tabs-content .inner-box .form-group button {
   width: 100%;
   padding: 12px 37px;
 }
 /** testimonial-style-two **/
 .testimonial-style-two {
   position: relative;
   padding: 147px 0px 150px 0px;
 }
 .testimonial-style-two .sec-title {
   margin-bottom: 42px;
 }
 .testimonial-block-two .inner-box {
   position: relative;
   display: block;
 }
 .testimonial-block-two .inner-box p {
   font-size: 20px;
   line-height: 30px;
   color: #00224f;
   font-weight: 600;
   font-style: italic;
   margin-bottom: 21px;
 }
 .testimonial-block-two .inner-box .author-info {
   position: relative;
   padding: 9px 0px 7px 90px;
 }
 .testimonial-block-two .inner-box .author-info .author-thumb {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 70px;
   height: 70px;
   border-radius: 50%;
 }
 .testimonial-block-two .inner-box .author-info .author-thumb img {
   width: 100%;
   border-radius: 50%;
 }
 .testimonial-block-two .inner-box .author-info h3 {
   font-size: 22px;
   line-height: 30px;
   font-weight: 700;
 }
 .testimonial-block-two .inner-box .author-info .designation {
   position: relative;
   display: block;
   font-size: 16px;
   line-height: 24px;
 }
 .testimonial-style-two .owl-nav {
   position: absolute;
   left: -220px;
   top: -60px;
 }
 .testimonial-style-two .nav-style-one .owl-nav .owl-prev {
   margin-bottom: 20px;
 }
 .testimonial-style-two .nav-style-one .owl-nav .owl-prev, .testimonial-style-two .nav-style-one .owl-nav .owl-next {
   display: block;
 }
 .testimonial-style-two .counter-block-one {
   background: #fff;
   max-width: 280px;
   width: 100%;
   border-radius: 10px;
   box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
   margin-bottom: 15px;
   padding: 21px 30px 23px 85px;
 }
 .testimonial-style-two .counter-block-one:last-child {
   margin-bottom: 0px;
 }
 .testimonial-style-two .counter-block-one .icon-box {
   left: 40px;
   top: 30px;
 }
 .testimonial-style-two .bg-layer {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 50%;
   height: 100%;
   background-repeat: no-repeat;
   background-size: cover;
   clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 10% 0%);
 }
 .testimonial-style-two .pattern-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 373px;
   height: 617px;
   background-repeat: no-repeat;
 }
 .cta-section.alternat-2 {
   padding: 80px 0px;
 }
 .cta-section.alternat-2 .pattern .pattern-1 {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 730px;
   height: 100%;
   background-repeat: no-repeat;
 }
 .cta-section.alternat-2 .pattern .pattern-2 {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 536px;
   height: 100%;
   background-repeat: no-repeat;
 }
 /*** 

====================================================================
                        Home-Page-Three
====================================================================

***/
 .main-header.style-three .header-top .info li {
   color: #00224f;
 }
 .main-header.style-three .header-top .info li:before {
   background: #c2c6cc;
 }
 .main-header.style-three .header-top {
   background: #f2f5f8;
 }
 .main-header.style-three .header-top .social-links li a {
   color: #00224f;
 }
 .main-header.style-three .header-top .social-links li p {
   font-size: 16px;
   color: #00224f;
 }
 .main-header.style-three .header-top .social-links li a:hover {}
 .header-upper {
   position: relative;
   width: 100%;
   background: #fff;
 }
 .header-upper .upper-info {
   position: relative;
   margin-top: 35px;
 }
 .header-upper .upper-info li {
   position: relative;
   display: inline-block;
   padding: 0px 0px 0px 65px;
   margin-right: 100px;
 }
 .header-upper .upper-info li:last-child {
   margin: 0px !important;
 }
 .header-upper .upper-info li:before {
   position: absolute;
   content: '';
   background: #e6eaef;
   width: 1px;
   height: 44px;
   top: 4px;
   right: -50px;
 }
 .header-upper .upper-info li:last-child:before {
   display: none;
 }
 .header-upper .upper-info li i {
   position: absolute;
   left: 0px;
   top: 4px;
   width: 44px;
   height: 44px;
   line-height: 44px;
   border: 1px solid #dae2eb;
   border-radius: 50%;
   text-align: center;
   font-size: 16px;
   color: #003478;
 }
 .header-upper .upper-info li h5 {
   font-size: 17px;
   line-height: 24px;
   font-weight: 700;
   margin-bottom: 3px;
 }
 .header-upper .upper-info li p {
   position: relative;
   display: block;
   font-size: 17px;
   line-height: 24px;
 }
 .header-upper .upper-info li p a {
   color: #808080;
 }
 .header-upper .upper-info li p a:hover {}
 .main-header .header-upper .logo-box {
   padding: 30px 0px 72px 0px;
   border-right: none;
   max-width: 172px;
 }
 .main-header.style-three .header-lower .lower-inner {
   position: relative;
   width: 100%;
 }
 .main-header.style-three .header-lower .outer-box {
   position: absolute;
   left: 0px;
   top: -40px;
   width: 100%;
   border-radius: 4px;
 }
 .main-header.style-three .header-lower .outer-box:before {
   position: absolute;
   content: '';
   background: #fff;
   width: calc(100% - 60px);
   left: 30px;
   bottom: -10px;
   height: 30px;
   border-radius: 4px;
   opacity: 0.2;
   z-index: -1;
 }
 .main-header.style-three .header-lower .nav-btn {
   position: relative;
   float: left;
   display: inline-block;
   width: 80px;
   height: 80px;
   line-height: 80px;
   text-align: center;
   font-size: 20px;
   color: #fff;
   background: #003e90;
   border-radius: 4px 0px 0px 4px;
   margin-right: 40px;
   cursor: pointer;
   transition: all 500ms ease;
 }
 .main-header.style-three .lower-inner .main-menu .navigation > li {
   padding: 25px 0px;
 }
 .main-header.style-three .lower-inner .main-menu .navigation > li a {
   color: #fff;
 }
 .main-header.style-three .lower-inner .menu-right-content {
   padding: 0px;
   margin: 0px;
   border: none;
 }
 .main-header.style-three .lower-inner .menu-right-content li .theme-btn-one {
   box-shadow: none;
   padding: 27px 52px;
   border-radius: 0px 4px 4px 0px;
 }
 .main-header.style-three .lower-inner .menu-right-content li .theme-btn-one:before {
   border-radius: 0px 4px 4px 0px;
 }
 .main-header.style-three .lower-inner .search-box-btn {
   color: #fff;
 }
 .main-header.style-three .search-box-btn:hover {}
 /** banner-style-three **/
 .banner-section.style-three .banner-carousel .slide-item .image-layer {
   width: 100%;
   height: 100%;
   left: 0px;
 }
 .banner-section.style-three .banner-carousel .slide-item {
   position: relative;
   padding: 220px 0px 225px 0px;
 }
 .banner-section.style-three .banner-carousel .slide-item:before {
   position: absolute;
   content: '';
   background: #001c40;
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   opacity: 0.6;
   z-index: 1;
 }
 .banner-section.style-three .banner-carousel .content-box {
   position: relative;
   display: block;
   max-width: 700px;
   width: 100%;
   margin: 0 auto;
   z-index: 5;
 }
 .banner-section.style-three .banner-carousel h5 {
   margin-bottom: 29px;
   opacity: 0;
   -webkit-transform: translateY(50px);
   -moz-transform: translateY(50px);
   -ms-transform: translateY(50px);
   -o-transform: translateY(50px);
   transform: translateY(50px);
   -webkit-transition: all 2000ms ease;
   -moz-transition: all 2000ms ease;
   -ms-transition: all 2000ms ease;
   -o-transition: all 2000ms ease;
   transition: all 2000ms ease;
 }
 .banner-section.style-three .banner-carousel .active h5 {
   opacity: 1;
   -webkit-transform: translateY(0);
   -moz-transform: translateY(0);
   -ms-transform: translateY(0);
   -o-transform: translateY(0);
   transform: translateY(0);
   -webkit-transition-delay: 500ms;
   -moz-transition-delay: 500ms;
   -ms-transition-delay: 500ms;
   -o-transition-delay: 500ms;
   transition-delay: 500ms;
 }
 .banner-section.style-three .banner-carousel h1 {
   font-size: 55px;
   line-height: 65px;
   color: #fff;
   margin-bottom: 37px;
   opacity: 0;
   -webkit-transform: translateY(50px);
   -moz-transform: translateY(50px);
   -ms-transform: translateY(50px);
   -o-transform: translateY(50px);
   transform: translateY(50px);
   -webkit-transition: all 2000ms ease;
   -moz-transition: all 2000ms ease;
   -ms-transition: all 2000ms ease;
   -o-transition: all 2000ms ease;
   transition: all 2000ms ease;
 }
 .banner-section.style-three .banner-carousel .active h1 {
   opacity: 1;
   -webkit-transform: translateY(0);
   -moz-transform: translateY(0);
   -ms-transform: translateY(0);
   -o-transform: translateY(0);
   transform: translateY(0);
   -webkit-transition-delay: 700ms;
   -moz-transition-delay: 700ms;
   -ms-transition-delay: 700ms;
   -o-transition-delay: 700ms;
   transition-delay: 700ms;
 }
 .banner-section.style-three .banner-carousel .theme-btn-one {
   box-shadow: none;
   opacity: 0;
   -webkit-transform: translateY(50px);
   -moz-transform: translateY(50px);
   -ms-transform: translateY(50px);
   -o-transform: translateY(50px);
   transform: translateY(50px);
   -webkit-transition: all 2000ms ease;
   -moz-transition: all 2000ms ease;
   -ms-transition: all 2000ms ease;
   -o-transition: all 2000ms ease;
   transition: all 2000ms ease;
 }
 .banner-section.style-three .banner-carousel .active .theme-btn-one {
   opacity: 1;
   -webkit-transform: translateY(0);
   -moz-transform: translateY(0);
   -ms-transform: translateY(0);
   -o-transform: translateY(0);
   transform: translateY(0);
   -webkit-transition-delay: 1100ms;
   -moz-transition-delay: 1100ms;
   -ms-transition-delay: 1100ms;
   -o-transition-delay: 1100ms;
   transition-delay: 1100ms;
 }
 .banner-section.style-three .owl-nav {
   position: absolute;
   left: 0px;
   top: 50%;
   transform: translateY(-50%);
   width: 100%;
   opacity: 0.2;
   transition: all 500ms ease;
 }
 .banner-section.style-three .owl-nav .owl-prev {
   position: absolute;
   left: 70px;
 }
 .banner-section.style-three .owl-nav .owl-next {
   position: absolute;
   right: 70px;
 }
 .banner-section.style-three .banner-carousel:hover .owl-nav {
   opacity: 1;
 }
 /** feature-style-two **/
 .feature-style-two {
   position: relative;
 }
 .feature-style-two .title-inner .sec-title, .feature-style-two .title-inner .text {
   width: 50%;
 }
 .feature-style-two .title-inner .text {
   padding: 16px 0px 15px 40px;
 }
 .feature-style-two .title-inner .text p {
   font-size: 20px;
   line-height: 34px;
   color: #00224f;
 }
 .feature-block-two .inner-box {
   position: relative;
   display: block;
   text-align: center;
 }
 .feature-block-two .inner-box .image-box {
   position: relative;
   display: block;
   overflow: hidden;
   border-radius: 10px;
 }
 .feature-block-two .inner-box .image-box:after {
   position: absolute;
   content: '';
   background: rgb(0 34 79 / 50%);
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   opacity: 0;
   transition: all 500ms ease;
 }
 .feature-block-two .inner-box:hover .image-box:after {
   opacity: 1;
 }
 .feature-block-two .inner-box .image-box img {
   width: 100%;
   border-radius: 10px;
   transform: scale(1);
   transition: all 500ms ease;
 }
 .feature-block-two .inner-box:hover .image-box img {
   transform: scale(1.1);
 }
 .feature-block-two .inner-box .lower-content {
   position: relative;
   margin: 0px 30px;
   z-index: 1;
 }
 .feature-block-two .inner-box .lower-content .inner {
   position: relative;
   display: block;
   background: #fff;
   padding: 15px;
   border-radius: 10px;
   box-shadow: 0 15px 50px #d3dce8;
   margin-top: -40px;
 }
 .feature-block-two .inner-box .lower-content .inner:before {
   position: absolute;
   content: '';
   background: #37bce8;
   width: 100%;
   height: 0%;
   left: 0px;
   top: 0px;
   border-radius: 10px;
   transition: all 500ms ease;
 }
 .feature-block-two .inner-box:hover .lower-content .inner:before {
   height: 100%;
 }
 .feature-block-two .inner-box .lower-content .inner .icon-box {
   position: relative;
   display: inline-block;
   width: 90px;
   height: 90px;
   line-height: 90px;
   font-size: 50px;
   text-align: center;
   border-radius: 50%;
   color: #fff;
   font-weight: 400;
   margin-bottom: 20px;
   margin-top: -48px;
 }
 .feature-block-two .inner-box .lower-content .inner p {
   font-size: 16px;
   line-height: 30px;
   transition: all 500ms ease;
 }
 .feature-block-two .inner-box:hover .lower-content .inner p {
   color: #fff;
 }
 /** about-style-three **/
 .about-style-three {
   position: relative;
 }
 .about-style-three #content_block_5 .content-box .list-item li:before {
   color: #fff;
 }
 .mr-100 {
   margin-right: 100px;
 }
 #image_block_4 .image-box {
   position: relative;
   display: block;
   padding-left: 100px;
   padding-bottom: 135px;
 }
 #image_block_4 .image-box img {
   width: 100%;
   border-radius: 10px;
 }
 #image_block_4 .image-box .image {
   position: relative;
   border-radius: 10px;
 }
 #image_block_4 .image-box .image:before {
   position: absolute;
   top: 0;
   left: -75%;
   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);
 }
 #image_block_4 .image-box:hover .image:before {
   -webkit-animation: shine 1s;
   animation: shine 1s;
 }
 #image_block_4 .image-box .content-inner {
   position: absolute;
   left: 10px;
   bottom: 0px;
   background: #003478;
   padding: 43px 60px 41px 50px;
   border-radius: 10px;
   max-width: 420px;
   width: 100%;
   overflow: hidden;
   box-shadow: 0 15px 50px #d3dce8;
 }
 #image_block_4 .image-box .content-inner .text h3 {
   font-size: 22px;
   line-height: 34px;
   font-weight: 700;
   margin-bottom: 13px;
 }
 #image_block_4 .image-box .content-inner .text p {
   font-size: 17px;
   line-height: 28px;
   color: #fff;
 }
 #image_block_4 .image-box .content-inner .pattern {
   position: absolute;
   right: 0px;
   bottom: 0px;
   width: 122px;
   height: 170px;
   background-repeat: no-repeat;
 }
 #image_block_4 .image-box .image-pattern .pattern-1 {
   position: absolute;
   left: 40px;
   top: -25px;
   width: 98px;
   height: 188px;
   background-repeat: no-repeat;
 }
 #image_block_4 .image-box .image-pattern .pattern-2 {
   position: absolute;
   right: 50px;
   bottom: 75px;
   width: 98px;
   height: 98px;
   background-repeat: no-repeat;
 }
 .about-style-three .pattern-layer .pattern-1 {
   position: absolute;
   top: 70px;
   left: 200px;
   width: 80px;
   height: 80px;
   background-repeat: no-repeat;
 }
 .about-style-three .pattern-layer .pattern-2 {
   position: absolute;
   top: 90px;
   left: 70px;
   background: #f7f8f9;
   width: 180px;
   height: 180px;
   border-radius: 50%;
   z-index: -1;
   -webkit-animation: zoom-fade 3s infinite linear;
   animation: zoom-fade 3s infinite linear;
 }
 /** service-style-three **/
 .service-style-three {
   position: relative;
 }
 .service-style-three .service-block-two .inner-box {
   padding: 38px 25px 40px 25px;
 }
 .service-style-three .service-block-two .inner-box .icon-box {
   position: relative;
   left: 0px;
   top: 0px;
   margin-bottom: 18px;
 }
 .service-style-three .service-block-two .inner-box .inner h4 {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 30px;
   color: #00224f;
   font-weight: 700;
   margin-bottom: 16px;
   transition: all 500ms ease;
 }
 .service-style-three .service-block-two .inner-box .inner h4 a {
   display: inline-block;
   color: #00224f;
 }
 .service-style-three .service-block-two .inner-box:hover .inner h4, .service-style-three .service-block-two .inner-box:hover .inner h4 a {}
 .service-style-three .service-block-two .inner-box .inner p {
   color: #00224f;
   margin-bottom: 0px;
 }
 .service-style-three .service-block-two .inner-box:hover .inner p {
   color: #fff;
 }
 .service-style-three .owl-carousel .owl-stage-outer {
   overflow: visible;
 }
 .service-style-three .owl-carousel .owl-item {
   opacity: 0;
   transition: all 500ms ease;
 }
 .service-style-three .owl-carousel .owl-item.active {
   opacity: 1;
 }
 .service-style-three .owl-theme .owl-dots {
   margin-top: 22px;
 }
 .service-style-three .owl-theme .owl-dots .owl-dot span {
   position: relative;
   display: inline-block;
   width: 8px;
   height: 8px;
   background: #ccd3dc;
   border-radius: 50%;
   margin: 0px 10px;
   cursor: pointer;
   transition: all 500ms ease;
 }
 .service-style-three .owl-theme .owl-dots .owl-dot.active span, .service-style-three .owl-theme .owl-dots .owl-dot span:hover {}
 .service-style-three .owl-theme .owl-dots .owl-dot span:before {
   position: absolute;
   content: '';
   width: 14px;
   height: 14px;
   left: -3px;
   top: -3px;
   border-radius: 50%;
   transform: scale(0, 0);
   transition: all 500ms ease;
 }
 .service-style-three .owl-theme .owl-dots .owl-dot.active span:before, .service-style-three .owl-theme .owl-dots .owl-dot span:hover:before {
   transform: scale(1, 1);
 }
 .chooseus-section.alternat-2 .content-column:before {
   display: none;
 }
 .chooseus-section.alternat-2 .content-column .content-inner {
   padding-top: 130px;
 }
 .testimonial-style-two.alternat-2 .bg-layer {
   width: 55%;
   clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
 }
 .testimonial-style-two.alternat-2 .pattern-layer-2 {
   position: absolute;
   left: 0px;
   bottom: 0px;
   width: 165px;
   height: 284px;
   background-repeat: no-repeat;
 }
 /** cta-style-two **/
 .cta-style-two {
   position: relative;
   width: 100%;
   padding: 110px 0px 270px 0px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   background-attachment: fixed;
 }
 .cta-style-two:before {
   position: absolute;
   content: '';
   background: #003478;
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   opacity: 0.9;
 }
 .cta-style-two .text h2 {
   position: relative;
   font-size: 40px;
   line-height: 50px;
   color: #fff;
   font-weight: 600;
   margin-bottom: 13px;
 }
 .cta-style-two .text h2 span {}
 .cta-style-two .text p {
   font-weight: 600;
   color: #b7c8d9;
 }
 .cta-style-two .btn-box .theme-btn-one {
   box-shadow: none;
 }
 /** faq-section **/
 .faq-section {
   position: relative;
 }
 .faq-section .inner-container {
   position: relative;
   background: #fff;
   padding: 100px 80px 100px 110px;
   box-shadow: 0 20px 40px rgb(0 52 120 / 10%);
   border-radius: 10px;
   margin-top: -157px;
   overflow: hidden;
 }
 .faq-section .inner-container .pattern-layer {
   position: absolute;
   right: 0px;
   bottom: 0px;
   width: 167px;
   height: 284px;
   background-repeat: no-repeat;
 }
 #image_block_5 .image-box {
   position: relative;
   display: block;
   padding-right: 130px;
 }
 #image_block_5 .image-box img {
   width: 100%;
 }
 #image_block_5 .image-box .pattern .pattern-1 {
   position: absolute;
   left: -30px;
   top: 0px;
   width: 427px;
   height: 427px;
   background-repeat: no-repeat;
 }
 #image_block_5 .image-box .pattern .pattern-2 {
   position: absolute;
   left: 18px;
   top: 200px;
   width: 98px;
   height: 98px;
   background-repeat: no-repeat;
 }
 #image_block_5 .image-box .pattern .pattern-3 {
   position: absolute;
   top: 50px;
   right: 135px;
   width: 98px;
   height: 98px;
   background-repeat: no-repeat;
 }
 /** clients-style-two **/
 .clients-style-two {
   position: relative;
   padding: 150px 0px;
 }
 .clients-style-two .clients-logo-box {
   position: relative;
   display: block;
 }
 .clients-style-two .clients-logo-box img {
   display: block;
   max-width: 100%;
   width: auto;
   margin: 0 auto;
   filter: grayscale(100%);
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -o-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
 }
 .clients-style-two .clients-logo-box img:hover {
   filter: grayscale(0%);
   -webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
   -o-filter: grayscale(0%);
   -ms-filter: grayscale(0%);
 }
 .clients-style-two .pattern-layer .pattern-1 {
   position: absolute;
   top: 0px;
   left: 200px;
   width: 80px;
   height: 80px;
   background-repeat: no-repeat;
 }
 .clients-style-two .pattern-layer .pattern-2 {
   position: absolute;
   right: 200px;
   bottom: -30px;
   width: 80px;
   height: 80px;
   background-repeat: no-repeat;
 }
 .clients-style-two .pattern-layer .pattern-3 {
   position: absolute;
   top: 25px;
   left: 70px;
   background: #f7f8f9;
   width: 180px;
   height: 180px;
   border-radius: 50%;
   z-index: -1;
   -webkit-animation: zoom-fade 3s infinite linear;
   animation: zoom-fade 3s infinite linear;
 }
 .clients-style-two .pattern-layer .pattern-4 {
   position: absolute;
   right: 70px;
   bottom: -150px;
   background: #f7f8f9;
   width: 180px;
   height: 180px;
   border-radius: 50%;
   z-index: -1;
   -webkit-animation: zoom-fade 3s infinite linear;
   animation: zoom-fade 3s infinite linear;
 }
 /** news-style-two **/
 .news-style-two {
   position: relative;
   padding-bottom: 150px;
 }
 .news-block-two .inner-box .lower-content .bg-layer {
   position: absolute;
   content: "";
   top: 0;
   left: -101%;
   height: 100%;
   width: 100%;
   border-radius: 10px;
   -webkit-transition: all 0.6s ease;
   -o-transition: all 0.6s ease;
   transition: all 0.6s ease;
   background-size: 101% 101%;
 }
 .news-block-two .inner-box .lower-content .bg-layer:before {
   position: absolute;
   content: '';
   background: rgba(0, 52, 120, 0.9);
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
 }
 .news-block-two .inner-box:hover .lower-content .bg-layer {
   left: 0px;
 }
 .news-block-two .inner-box .lower-content {
   position: relative;
   overflow: hidden;
   border-radius: 10px;
   padding: 35px 40px 40px 40px;
   box-shadow: 0 15px 40px rgb(211, 220, 232, 0.6);
 }
 .news-block-two .inner-box .lower-content h3 {
   position: relative;
   display: block;
   font-size: 22px;
   line-height: 32px;
   font-weight: 700;
   margin-bottom: 17px;
   transition: all 500ms ease;
 }
 .news-block-two .inner-box .lower-content h3 a {
   display: inline-block;
   color: #00224f;
 }
 .news-block-two .inner-box .lower-content h3 a:hover {}
 .news-block-two .inner-box:hover .lower-content h3, .news-block-two .inner-box:hover .lower-content h3 a {
   color: #fff;
 }
 .news-block-two .inner-box .lower-content .admin-box {
   position: relative;
   padding: 0px 0px 8px 65px;
   margin-bottom: 24px;
 }
 .news-block-two .inner-box .lower-content .admin-box .admin-thumb {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 50px;
   height: 50px;
   border-radius: 50%;
 }
 .news-block-two .inner-box .lower-content .admin-box .admin-thumb img {
   width: 100%;
   border-radius: 50%;
 }
 .news-block-two .inner-box .lower-content .admin-box a {
   position: relative;
   display: inline-block;
   font-size: 17px;
   color: #00224f;
   line-height: 22px;
   font-family: 'Nunito', sans-serif;
   font-weight: 600;
   margin-bottom: 0px;
 }
 .news-block-two .inner-box:hover .lower-content .admin-box a {
   color: #fff;
 }
 .news-block-one .inner-box .lower-content .admin-box a:hover {}
 .news-block-two .inner-box .lower-content .admin-box span {
   position: relative;
   display: block;
   font-size: 17px;
   line-height: 14px;
   color: #808080;
   transition: all 500ms ease;
 }
 .news-block-two .inner-box:hover .lower-content .admin-box span {
   color: rgba(255, 255, 255, 0.6);
 }
 .news-block-two .inner-box .lower-content p {
   margin-bottom: 21px;
   color: #00224f;
   transition: all 500ms ease;
 }
 .news-block-two .inner-box:hover .lower-content p {
   color: #fff;
 }
 .news-block-two .inner-box .lower-content .pattern {
   position: absolute;
   right: -30px;
   bottom: 0px;
   width: 99px;
   height: 170px;
   opacity: 0;
   background-repeat: no-repeat;
   transition: all 500ms ease;
 }
 .news-block-two .inner-box:hover .lower-content .pattern {
   right: 0px;
   opacity: 1;
 }
 .news-block-two .inner-box:hover .lower-content .theme-btn-two {
   box-shadow: none;
   color: #fff !important;
 }
 .agent-section.alternat-3 .inner-container {
   margin-top: 0px;
   margin-bottom: -140px;
   z-index: 1;
 }
 .agent-section.alternat-3 #content_block_2 .content-box h3, .agent-section.alternat-3 #content_block_2 .content-box .support-box h6, .agent-section.alternat-3 #content_block_2 .content-box .support-box h3 a, .agent-section.alternat-3 #content_block_2 .content-box .support-box .icon-box {
   color: #fff;
 }
 .agent-section.alternat-3 #content_block_2 .content-box .support-box .icon-box:before {
   background: rgba(255, 255, 255, 0.2);
   opacity: 1;
 }
 .agent-section.alternat-3 #content_block_2 .content-box {
   border: 1px dashed rgba(255, 255, 255, 0.7);
 }
 #content_block_7 .content-box {
   position: relative;
   display: block;
   border: 1px dashed rgba(255, 255, 255, 0.7);
   border-radius: 10px;
   padding: 32px 40px 21px 40px;
 }
 #content_block_7 .content-box h3 {
   display: block;
   font-size: 24px;
   line-height: 32px;
   font-weight: 700;
   margin-bottom: 16px;
   color: #fff;
 }
 #content_block_7 .content-box .support-box {
   position: relative;
   padding-left: 65px;
 }
 #content_block_7 .content-box .support-box .icon-box {
   position: absolute;
   color: #fff;
   left: 0px;
   top: 12px;
   font-size: 26px;
   line-height: 30px;
 }
 #content_block_7 .content-box .support-box .icon-box:before {
   position: absolute;
   content: '';
   background: rgba(255, 255, 255, 0.2);
   height: 44px;
   width: 36px;
   top: -5px;
   left: 0px;
   clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 60% 0%);
 }
 #content_block_7 .content-box .support-box h6 {
   font-size: 16px;
   line-height: 26px;
   font-weight: 500;
   margin-bottom: 0px;
   color: #fff;
 }
 #content_block_7 .content-box .support-box h3 {
   display: block;
   font-size: 24px;
   color: #fff;
   line-height: 32px;
   font-family: 'Nunito', sans-serif;
   font-weight: 900;
 }
 .main-footer.alternat-2 .footer-top {
   padding-top: 270px;
 }
 /*** 

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

***/
 .page-title {
   position: relative;
   width: 100%;
   padding: 132px 0px 134px 0px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }
 .page-title:before {
   position: absolute;
   content: '';
   background: #00224f;
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   opacity: 0.4;
 }
 .page-title .content-box .title {
   position: relative;
   display: block;
   margin-bottom: 6px;
 }
 .page-title .content-box .title h1 {
   font-size: 40px;
   line-height: 50px;
   color: #fff;
   font-weight: 700;
 }
 .page-title .content-box .bread-crumb a {
   position: relative;
   display: inline-block;
   font-size: 16px;
   line-height: 26px;
   font-family: 'Poppins', sans-serif;
   color: #fff;
   padding-right: 15px;
   margin-right: 5px;
 }
 .page-title .content-box .bread-crumb a:before {
   position: absolute;
   content: '';
   background: #fff;
   width: 6px;
   height: 1px;
   top: 12px;
   right: 0px;
 }
 .page-title .content-box .bread-crumb a:last-child:before {
   display: none;
 }
 .page-title .content-box .bread-crumb a:last-child {
   padding: 0px !important;
   margin: 0px !important;
 }
 .page-title .content-box .bread-crumb a:hover {
   color: #37bce8;
 }
 .testimonial-section.alternat-2 {
   padding-top: 145px;
 }
 .testimonial-section.alternat-2 .pattern-layer {
   top: 0px;
 }
 /** history-section **/
 .history-section {
   position: relative;
 }
 .history-section .inner-box .text {
   position: relative;
   display: block;
   background: #fff;
   padding: 35px 40px 41px 40px;
   box-shadow: 0 10px 30px rgb(211, 220, 232, 0.6);
   border-radius: 10px;
 }
 .history-section .inner-box .text:before {
   position: absolute;
   content: '';
   width: 3px;
   height: 70px;
   top: 50%;
   transform: translateY(-50%);
 }
 .history-section .inner-box .left-content .text:before {
   right: 0px;
 }
 .history-section .inner-box .right-content .text:before {
   left: 0px;
 }
 .history-section .inner-box h3 {
   position: relative;
   display: block;
   font-size: 22px;
   line-height: 30px;
   font-weight: 700;
 }
 .history-section .inner-box .year-box h3:before {
   position: absolute;
   content: '';
   width: 15px;
   height: 15px;
   top: 50%;
   transform: translateY(-50%);
   border-radius: 50%;
   box-shadow: 0 10px 20px rgb(211, 220, 232, 1);
 }
 .history-section .inner-box .left-content .year-box h3:before {
   right: -62px;
 }
 .history-section .inner-box .right-content .year-box h3:before {
   left: -62px;
 }
 .history-section .inner-box .text h3 {
   margin-bottom: 10px;
 }
 .history-section .inner-box .year-box {
   position: relative;
   margin: 135px 0px;
 }
 .history-section .inner-box .left-content {
   margin-top: 49px;
 }
 .history-section .inner-box {
   position: relative;
   padding: 0px 0px 0px 0px;
 }
 .history-section .inner-box .line-box {
   position: absolute;
   left: 50%;
   bottom: 0px;
   transform: translateX(-50%);
   width: 1px;
   height: calc(100% + 80px);
   background: #e5e5e5;
 }
 .history-section .inner-box .line-box span {
   position: absolute;
   display: inline-block;
   left: 50%;
   transform: translateX(-50%);
   top: 0px;
   width: 80px;
   height: 80px;
   line-height: 80px;
   text-align: center;
   border-radius: 50%;
   background: #003478;
   font-size: 20px;
   font-family: 'Poppins', sans-serif;
   font-weight: 600;
   box-shadow: 0 10px 20px rgb(0 52 120 / 30%);
 }
 .history-section .inner-box .line-box:before {
   position: absolute;
   content: '';
   background: #003478;
   width: 30px;
   height: 30px;
   border-radius: 50%;
   left: 50%;
   transform: translateX(-50%);
   bottom: 0px;
   box-shadow: 0 10px 20px rgb(0 52 120 / 30%);
 }
 .history-section .inner-box .right-content {
   padding-bottom: 80px;
 }
 .history-section .inner-box .left-content {
   padding-top: 0px;
 }
 .history-section .sec-title {
   margin-bottom: 135px;
 }
 .history-section .pattern-layer {
   position: absolute;
   left: 70px;
   top: 0px;
   width: 246px;
   height: 245px;
   background-repeat: no-repeat;
   -webkit-animation: zoom-fade 5s infinite linear;
   animation: zoom-fade 5s infinite linear;
 }
 .history-section .inner-box .text .pattern .pattern-1 {
   position: absolute;
   width: 53px;
   height: 53px;
   bottom: -90px;
   background-repeat: no-repeat;
 }
 .history-section .inner-box .left-content .text .pattern .pattern-1 {
   left: 40px;
 }
 .history-section .inner-box .right-content .text .pattern .pattern-1 {
   right: 40px;
 }
 .history-section .inner-box .text .pattern .pattern-2 {
   position: absolute;
   background: #f7f8f9;
   width: 180px;
   height: 180px;
   top: 110px;
   border-radius: 50%;
   z-index: -1;
   -webkit-animation: zoom-fade 3s infinite linear;
   animation: zoom-fade 3s infinite linear;
 }
 .history-section .inner-box .left-content .text .pattern .pattern-2 {
   left: -100px;
 }
 .history-section .inner-box .right-content .text .pattern .pattern-2 {
   right: -100px;
 }
 /** testimonial-style-three **/
 .testimonial-style-three {
   position: relative;
 }
 .testimonial-block-three .inner-box {
   position: relative;
   display: block;
   background: #fff;
   padding: 0px 45px 38px 45px;
   border-radius: 10px;
   box-shadow: 0 10px 40px rgb(211, 220, 232, 0.6);
 }
 .testimonial-style-three .owl-stage-outer {
   overflow: visible;
 }
 .testimonial-style-three .owl-item {
   opacity: 0;
   transition: all 500ms ease;
 }
 .testimonial-style-three .owl-item.active {
   opacity: 1;
 }
 .testimonial-style-three .inner-box .author-thumb {
   position: relative;
   display: inline-block;
   width: 110px;
   height: 110px;
   border-radius: 50%;
   margin-top: -55px;
   margin-bottom: 43px;
 }
 .testimonial-style-three .inner-box .author-thumb i {
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   bottom: -23px;
   width: 40px;
   height: 40px;
   line-height: 40px;
   text-align: center;
   font-size: 20px;
   color: #fff;
   border-radius: 50%;
   box-shadow: 0 10px 20px rgb(211, 220, 232, 1);
 }
 .testimonial-style-three .inner-box p {
   font-size: 17px;
   line-height: 28px;
   color: #00224f;
   font-weight: 600;
   font-style: italic;
   margin-bottom: 19px;
 }
 .testimonial-style-three .inner-box h4 {
   font-size: 20px;
   line-height: 30px;
   font-weight: 700;
   margin-bottom: 0px;
 }
 .testimonial-style-three .inner-box .designation {
   position: relative;
   display: block;
   font-size: 16px;
   line-height: 24px;
 }
 .testimonial-block-three .inner-box .pattern {
   position: absolute;
   right: 18px;
   bottom: 18px;
   width: 35px;
   height: 50px;
   background-repeat: no-repeat;
 }
 .testimonial-style-three .owl-dots {
   position: relative;
   display: block;
   text-align: center;
   margin-top: 56px;
 }
 .testimonial-style-three .owl-theme .owl-dots .owl-dot span {
   position: relative;
   display: inline-block;
   background: transparent;
   width: 15px;
   height: 15px;
   border-radius: 50%;
   cursor: pointer;
   margin: 0px 5px;
   transition: all 500ms ease;
 }
 .testimonial-style-three .owl-theme .owl-dots .owl-dot span:before {
   position: absolute;
   content: '';
   width: 5px;
   height: 5px;
   border-radius: 50%;
   left: 3px;
   top: 3px;
   transform: scale(0, 0);
   transition: all 500ms ease;
 }
 .testimonial-style-three .owl-theme .owl-dots .owl-dot.active span:before, .testimonial-style-three .owl-theme .owl-dots .owl-dot span:hover:before {
   transform: scale(1, 1);
 }
 .testimonial-style-three .sec-title {
   margin-bottom: 105px;
 }
 /*** 

====================================================================
                        Pricing-Page
====================================================================

***/
 .pricing-section {
   position: relative;
 }
 .pricing-section .sec-title {
   margin-bottom: 78px;
 }
 .pricing-section .sec-title h2 {
   margin-bottom: 12px;
 }
 .pricing-section .pricing-block {
   padding: 0px 0px;
 }
 .pricing-section .pricign-inner {
   margin: 0px 15px;
 }
 .pricing-block-one .pricing-table {
   position: relative;
   display: block;
   background: #fff;
 }
 .pricing-block-one.active-block .pricing-table {
   background: #003478;
   margin: -27px 0px 0px 0px;
   padding: 71px 30px 50px 30px;
   z-index: 1;
 }
 .pricing-block-one.active-block .pricing-table h3 {
   color: #fff;
 }
 .pricing-block-one.active-block .pricing-table .pattern-layer .pattern-1 {
   position: absolute;
   left: 0px;
   bottom: 0px;
   width: 81px;
   height: 137px;
   background-repeat: no-repeat;
 }
 .pricing-block-one.active-block .pricing-table .pattern-layer .pattern-2 {
   position: absolute;
   right: 0px;
   bottom: 0px;
   width: 81px;
   height: 137px;
   background-repeat: no-repeat;
 }
 .pricing-block-one .pricing-table .table-header h3 {
   position: relative;
   display: block;
   font-size: 22px;
   line-height: 30px;
   font-family: 'Nunito', sans-serif;
   font-weight: 700;
   margin: 30px 0;
 }
 .pricing-block-one .pricing-table .table-header .price-box {
   position: relative;
   display: inline-block;
   width: 162px;
   height: 162px;
   line-height: 162px;
   text-align: center;
   margin-bottom: 31px;
 }
 .pricing-block-one .pricing-table .table-header .price-box .pattern .pattern-1 {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
 }
 .pricing-block-one .pricing-table .table-header .price-box .pattern .pattern-2 {
   position: absolute;
   left: -10px;
   top: 0px;
   width: 160px;
   height: 148px;
   background-repeat: no-repeat;
 }
 .pricing-block-one .pricing-table .table-header .price-box h2 {
   font-size: 40px;
   line-height: 162px;
   font-weight: 700;
 }
 .pricing-block-one.active-block .pricing-table .table-header .price-box h2 {}
 .pricing-block-one .pricing-table .table-content {
   position: relative;
   margin-bottom: 30px;
 }
 .pricing-block-one .pricing-table .table-content ul li {
   position: relative;
   display: block;
   font-size: 17px;
   line-height: 30px;
   color: #00224f;
   font-weight: 600;
   margin-bottom: 10px;
 }
 .pricing-block-one.active-block .pricing-table .table-content ul li {
   color: #fff;
 }
 .pricing-block-one .pricing-table .table-content ul li:last-child {
   margin-bottom: 0px;
 }
 .pricing-block-one .pricing-table .table-footer .theme-btn-one {
   box-shadow: none;
   padding: 17px 50px;
 }
 /*** 

====================================================================
                        Faq-Page
====================================================================

***/
 .faq-section.alternat-2 .inner-container {
   margin: 0px;
   box-shadow: none;
   padding: 0px 80px 0px 110px;
 }
 .faq-section.alternat-2 .pattern-layer {
   position: absolute;
   left: 100px;
   bottom: 100px;
   width: 246px;
   height: 245px;
   background-repeat: no-repeat;
 }
 .contact-style-two {
   position: relative;
 }
 .contact-style-two .default-form .form-group input[type='text'], .contact-style-two .default-form .form-group input[type='email'], .contact-style-two .default-form .form-group textarea {
   height: 60px;
   border: 1px solid #ffffff;
 }
 .contact-style-two .default-form .form-group textarea {
   height: 200px;
 }
 .contact-style-two .default-form .form-group:last-child {
   padding-top: 40px;
 }
 .contact-style-two .sec-title h2 {
   margin-bottom: 22px;
 }
 .contact-style-two .pattern-layer {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 375px;
   height: 583px;
   background-repeat: no-repeat;
 }
 /*** 

====================================================================
                        Error-Page
====================================================================

***/
 .error-section {
   position: relative;
   padding-bottom: 150px;
 }
 .error-section .inner-box .theme-btn-one i {
   margin-right: 10px;
 }
 .error-section .inner-box .error-image {
   position: relative;
   display: inline-block;
   margin-bottom: 60px;
 }
 .error-section .inner-box h2 {
   position: relative;
   display: block;
   font-size: 30px;
   line-height: 42px;
   font-weight: 700;
   margin-bottom: 60px;
 }
 /*** 

====================================================================
                        Service-Page
====================================================================

***/
 .service-section.service-page-1 {
   padding: 145px 0px 120px 0px;
 }
 .service-section.service-page-1 .pattern-layer .pattern-1 {
   bottom: inherit;
   top: 200px;
   left: 240px;
 }
 .service-section.service-page-1 .pattern-layer .pattern-2 {
   bottom: inherit;
   top: 70px;
   width: 210px;
   height: 210px;
 }
 .service-section.service-page-1 .service-block-one .inner-box {
   margin-bottom: 30px;
 }
 .service-style-two .anim-pattern {
   position: absolute;
   left: 70px;
   top: 70px;
   width: 246px;
   height: 245px;
   background-repeat: no-repeat;
   -webkit-animation: zoom-fade 5s infinite linear;
   animation: zoom-fade 5s infinite linear;
 }
 /** about-style-four **/
 .about-style-four {
   position: relative;
   padding: 145px 0px 130px 0px;
 }
 #content_block_8 .content-box .text {
   position: relative;
   margin-bottom: 31px;
 }
 #content_block_8 .content-box .text p {
   margin-bottom: 28px;
 }
 #content_block_8 .content-box .text p:last-child {
   margin-bottom: 0px;
 }
 #content_block_8 .content-box .sec-title {
   margin-bottom: 22px;
 }
 #image_block_6 .image-box {
   position: relative;
   display: block;
   padding-left: 30px;
 }
 #image_block_6 .image-box .image {
   position: relative;
   display: block;
   overflow: hidden;
   border-radius: 10px;
 }
 #image_block_6 .image-box .image:before {
   position: absolute;
   top: 0;
   left: -75%;
   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);
 }
 #image_block_6 .image-box:hover .image:before {
   -webkit-animation: shine 1s;
   animation: shine 1s;
 }
 #image_block_6 .image-box .image img {
   width: 100%;
   border-radius: 10px;
 }
 #image_block_6 .image-box .pattern .pattern-1 {
   position: absolute;
   left: 0px;
   top: -25px;
   width: 95px;
   height: 185px;
   background-repeat: no-repeat;
 }
 #image_block_6 .image-box .pattern .pattern-2 {
   position: absolute;
   right: -30px;
   bottom: -25px;
   width: 95px;
   height: 95px;
   background-repeat: no-repeat;
 }
 .about-style-four .upper-box {
   position: relative;
   margin-bottom: 114px;
 }
 .about-style-four .lower-box .text h2 {
   position: relative;
   display: block;
   font-size: 30px;
   line-height: 40px;
   font-weight: 700;
   margin-bottom: 24px;
 }
 .about-style-four .lower-box .text p {
   margin-bottom: 27px;
 }
 .about-style-four .lower-box .text .list-item li {
   position: relative;
   display: block;
   float: left;
   width: 33.333%;
   font-size: 16px;
   line-height: 28px;
   font-family: 'Poppins', sans-serif;
   color: #00224f;
   font-weight: 500;
   padding-left: 35px;
   margin-bottom: 17px;
 }
 .about-style-four .lower-box .text .list-item li:before {
   position: absolute;
   left: 0px;
   top: 4px;
   content: "\f00c";
   font-family: 'Font Awesome 5 Pro';
   font-size: 10px;
   color: #fff;
   font-weight: 700;
   border-radius: 2px;
   width: 20px;
   height: 20px;
   line-height: 20px;
   text-align: center;
 }
 .feature-section.service-details-page .feature-block-one .inner-box .bg-layer:before {
   background: rgba(0, 52, 120, 1);
 }
 /*** 

====================================================================
                        Case-Page
====================================================================

***/
 .project-section {
   position: relative;
   padding: 120px 0px;
 }
 .sortable-product .filters {
   position: relative;
   display: block;
   margin-bottom: 50px;
 }
 .sortable-product .filters ul {
   list-style: none;
   padding: 0;
   line-height: 2em;
 }
 .sortable-product .filters ul ol, .sortable-product .filters ul li {
   list-style: none;
   display: inline-block;
 }
 .sortable-product .filters dl {
   list-style: none;
   padding: 0;
   line-height: 2em;
   display: flex;
   flex-wrap: wrap;
   margin: 0;
   background-color: #f9f9f9;
   padding: 20px;
 }
 .sortable-product .filters dl dt {
   margin: 0;
   font-size: 1.28rem;
   color: #4d4d4d;
   font-weight: normal;
   margin-right: 10px;
 }
 .sortable-product .filters dl dd {
   flex: 1;
   margin: 0
 }
 .sortable-product .filters dl dd a {
   font-size: 1rem;
   color: #999;
   display: block;
   border-radius: 50%;
   text-align: center;
   transition: all .15s ease-in-out;
 }
 .sortable-product .filters dl dd a:hover {
   background: #e5f0f7;
   transition: all .15s ease-in-out;
 }
 .sortable-product .filters dl dd a.active {
   background: #2cbbd9;
   color: #fff;
   transition: all .15s ease-in-out;
 }
 .sortable-product .table {
   border-radius: 5px;
   overflow: hidden
 }
 .sortable-product .table th, .sortable-product .table td {
   padding: 15px;
   border-bottom: 1px solid #f6f7fb
 }
 .sortable-product .table th .btn, .sortable-product .table td .btn {
   margin: -5px 0;
   padding: 5px 20px;
   background: #2cbbd9;
   color: #fff
 }
 .sortable-product .table td {
   font-size: 1rem;
   color: #808080;
   transition: all ease-in-out .3s;
   vertical-align: top
 }
 .sortable-product .table td a {
   transition: all ease-in-out .3s;
   font-size: 1rem;
   color: #808080
 }
 .sortable-product .table > thead > tr > th {
   background: #2cbbd9;
   color: #fff;
   font-size: 1.28rem;
   font-weight: normal;
   vertical-align: top
 }
 .sortable-product .table > tbody tr {
   transition: all ease-in-out .3s;
   cursor: pointer
 }
 .sortable-product .table > tbody tr:hover {
   background-color: #f9f9f9
 }
 .sortable-product .table > tbody tr:hover td {
   color: #2cbbd9
 }
 .sortable-product .table > tbody tr:hover td a {
   color: #2cbbd9
 }
 .sortable-product .filters .filter-tabs li {
   position: relative;
   display: inline-block;
   font-size: 18px;
   line-height: 28px;
   font-family: 'Poppins', sans-serif;
   color: #00224f;
   font-weight: 600;
   margin: 0px 8px;
   cursor: pointer;
   transition: all 500ms ease;
 }
 .sortable-product .filters .filter-tabs li.active, .sortable-product .filters .filter-tabs li:hover {}
 .project-block-one .inner-box {
   position: relative;
   display: block;
   overflow: hidden;
   margin-bottom: 30px;
 }
 .project-block-one .inner-box .image-box {
   position: relative;
   display: block;
   overflow: hidden;
   border-radius: 10px;
 }
 .project-block-one .inner-box .image-box:before {
   position: absolute;
   content: '';
   background: rgb(0 34 79 / 60%);
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   border-radius: 10px;
   opacity: 0;
   z-index: 1;
   transition: all 500ms ease;
 }
 .project-block-one .inner-box:hover .image-box:before {
   opacity: 1;
 }
 .project-block-one .inner-box .image-box img {
   width: 100%;
   transition: all 500ms ease;
 }
 .project-block-one .inner-box:hover .image-box img {
   transform: scale(1.1);
 }
 .project-block-one .inner-box .content-box {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   padding: 15px 15px;
   z-index: 2;
 }
 .project-block-one .inner-box .content-box .view-btn {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
 }
 .project-block-one .inner-box .content-box .view-btn a {
   position: relative;
   display: inline-block;
   width: 65px;
   height: 65px;
   line-height: 65px;
   font-size: 30px;
   font-weight: 400;
   color: #fff;
   text-align: center;
   border-radius: 50%;
   transform: scale(0, 0);
 }
 .project-block-one .inner-box:hover .content-box .view-btn a {
   transform: scale(1, 1);
 }
 .project-block-one .inner-box .content-box .view-btn a:hover {
   background: #fff;
   color: #00224f;
 }
 .project-block-one .inner-box .content-box .title-text {
   position: absolute;
   left: 0px;
   bottom: 0px;
   padding: 0px 20px 23px 30px;
   transform: scale(0, 0);
   transition: all 500ms ease;
 }
 .project-block-one .inner-box:hover .content-box .title-text {
   transform: scale(1, 1);
 }
 .project-block-one .inner-box .content-box .title-text h3 {
   position: relative;
   display: block;
   font-size: 22px;
   line-height: 28px;
   color: #fff;
   font-weight: 700;
 }
 .project-block-one .inner-box .content-box .title-text h3 a {
   display: inline-block;
   color: #fff;
 }
 .project-block-one .inner-box .content-box .title-text h3 a:hover {}
 /** project-details **/
 .project-details {
   position: relative;
   padding: 147px 0px 140px 0px;
 }
 .project-details-content .title-inner {
   position: relative;
   margin-bottom: 38px;
 }
 .project-details-content .title-inner .text p {
   font-size: 20px;
   line-height: 34px;
   color: #00224f;
 }
 .project-details-content .image-box {
   position: relative;
   display: block;
   border-radius: 10px;
   box-shadow: 0 20px 30px rgb(211 220 232 / 60%);
   margin-bottom: 100px;
 }
 .project-details-content .image-box img {
   width: 100%;
   border-radius: 10px;
 }
 .project-details-content h3 {
   position: relative;
   display: block;
   font-size: 24px;
   line-height: 32px;
   font-weight: 700;
   margin-bottom: 26px;
 }
 .project-details-content .inner-box .info-box {
   margin-left: 100px;
 }
 .project-details-content .list-item {
   display: flex;
   flex-wrap: wrap;
 }
 .project-details-content .list-item li {
   color: #00224f;
   font-size: 16px;
   line-height: 2em;
   font-family: 'Poppins', sans-serif;
   width: 100%;
   margin-bottom: 10px;
 }
 .project-details-content .list-item li p, .project-details-content .list-item li span {
   color: #999;
   font-size: 15px;
   display: inline-block;
   width: 22%;
 }
 .project-details-content .list-item li:bef ore {
   position: absolute;
   left: 0px;
   top: 4px;
   content: "\f00c";
   font-family: 'Font Awesome 5 Pro';
   font-size: 10px;
   color: #fff;
   font-weight: 700;
   border-radius: 2px;
   width: 20px;
   height: 20px;
   line-height: 20px;
   text-align: center;
 }
 .project-details-content .content-one, .project-details-content .content-two, .project-details-content .content-three {
   position: relative;
   margin-bottom: 50px;
 }
 .project-details-content .content-one p {
   background: #f2f2f2;
   padding: 20px;
   text-indent: 2em;
   line-height: 2em;
 }
 .project-details-content .content-two p {
   line-height: 2em;
 }
 .project-details-content .content-three ul {
   background: #f2f2f2;
   border-bottom: #fff solid 20px;
   margin: 0
 }
 .project-details-content .content-three li {
   padding: 20px;
 }
 .project-details-content .content-three a {
   display: block;
 }
 .project-details-content .image {
   position: relative;
   display: block;
 }
 .project-details-content .content-three .image {
   border-radius: 10px;
   box-shadow: 0 20px 30px rgb(211 220 232 / 60%);
 }
 .project-details-content .image img {
   width: 100%;
 }
 .project-details-content .content-three .image img {
   border-radius: 10px;
 }
 .project-details-content .content-two h3 {
   margin-bottom: 20px;
   font-weight: normal;
   font-size: 26px;
   line-height: 1.5em;
 }
 .project-details-content .content-four .list-item {
   margin-bottom: 30px;
 }
 .project-details-content .inner-box .info-box .list li {
   position: relative;
   display: block;
   margin-bottom: 28px;
 }
 .project-details-content .inner-box .info-box .list li:last-child {
   margin-bottom: 0px;
 }
 .project-details-content .inner-box .info-box span {
   position: relative;
   display: block;
   font-size: 15px;
   line-height: 24px;
   font-family: 'Poppins', sans-serif;
   font-weight: 600;
   margin-bottom: 7px;
 }
 .project-details-content .inner-box .info-box .list li h5 {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 26px;
   font-weight: 600;
 }
 .project-details-content .inner-box .info-box .list {
   margin-bottom: 27px;
 }
 .project-details-content .inner-box .info-box .social-links li {
   position: relative;
   display: inline-block;
   margin-right: 20px;
 }
 .project-details-content .inner-box .info-box .social-links li:last-child {
   margin: 0px !important;
 }
 .project-details-content .inner-box .info-box .social-links li a {
   position: relative;
   display: inline-block;
   font-size: 17px;
   color: #00224f;
 }
 .project-details-content .inner-box .info-box .social-links li a:hover {}
 .project-details-content .inner-box .info-box .social-links span {
   margin-bottom: 9px;
 }
 /*** 

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

***/
 .blog-grid {
   position: relative;
   padding: 150px 0px;
 }
 .blog-grid .news-block-one .inner-box {
   margin-bottom: 30px;
 }
 .pagination-wrapper {
   position: relative;
   margin-top: 30px;
 }
 .sidebar-page-container {
   position: relative;
   padding: 120px 0px;
 }
 .news-block-one .inner-box .lower-content h2 {
   position: relative;
   display: block;
   font-size: 30px;
   line-height: 40px;
   font-weight: 700;
   margin-bottom: 16px;
 }
 .news-block-one .inner-box .lower-content h2 a {
   display: inline-block;
   color: #00224f;
 }
 .news-block-one .inner-box .lower-content h2 a:hover {}
 .sidebar-page-container .news-block-one .inner-box {
   margin-bottom: 50px;
 }
 .news-block-one .inner-box .lower-content p {
   color: #00224f;
 }
 .sidebar-page-container .pagination-wrapper {
   position: relative;
   padding-top: 10px;
 }
 .sidebar .search-widget .search-form .form-group {
   position: relative;
   margin: 0px;
   overflow: hidden;
   border-radius: 5px;
 }
 .sidebar .search-widget .search-form .form-group input[type='search'] {
   position: relative;
   display: block;
   width: 100%;
   height: 60px;
   border: 1px solid #e5e5e5;
   border-radius: 5px;
   font-size: 16px;
   color: #727272;
   font-style: italic;
   padding: 10px 80px 10px 20px;
   transition: all 500ms ease;
 }
 .sidebar .search-widget .search-form .form-group button {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 60px;
   height: 60px;
   line-height: 60px;
   text-align: center;
   font-size: 20px;
   color: #fff;
   cursor: pointer;
   transition: all 500ms ease;
 }
 .sidebar .search-widget .search-form .form-group input:focus {}
 .sidebar .search-widget {
   margin-bottom: 44px;
 }
 .sidebar .radio-item a {
   display: block;
   color: #4d4d4d;
   font-size: 1.28rem;
   background-color: #f9f9f9;
   padding: 20px;
   font-weight: normal;
   margin-top: 0;
   cursor: pointer;
   -moz-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   -khtml-user-select: none;
   user-select: none;
 }
 .sidebar .b-radio {
   display: inline-block;
   border: 1px solid #999;
   width: 18px;
   height: 18px;
   border-radius: 100%;
   vertical-align: text-top;
   margin-right: 8px;
   position: relative;
 }
 .sidebar a.active .b-radio {
   border: 0
 }
 .sidebar a.active .b-radio:before {
   content: '';
   font-size: 0;
   width: 20px;
   height: 20px;
   background: url(../images/check.svg) no-repeat center center;
   position: absolute;
   top: 0;
   left: 0;
 }


 .sidebar h6.radio-item{
    margin-bottom: 10px
    
}
.sidebar .radio-options{
     margin-bottom: 10px
}
 .sidebar .radio-options a {
   display: block;
   padding: 10px 0 10px 20px;
   color: #999;
   font-size: 1rem;
   font-weight: normal;
 }
 .sidebar .widget-title {
   position: relative;
   display: block;
   margin-bottom: 13px;
 }
 .sidebar .widget-title h3 {
   font-size: 24px;
   line-height: 32px;
   font-weight: 700;
 }
 .sidebar .category-widget .category-list li {
   position: relative;
   display: block;
 }
 .sidebar .category-widget .category-list li a {
   position: relative;
   display: block;
   font-size: 16px;
   line-height: 26px;
   font-family: 'Poppins', sans-serif;
   font-weight: 500;
   color: #00224f;
   padding: 14px 0px;
   border-bottom: 1px solid #e5e5e5;
 }
 .sidebar .category-widget .category-list li a:hover {}
 .sidebar .category-widget .category-list li a span {
   position: relative;
   display: inline-block;
   font-size: 15px;
   float: right;
   width: 25px;
   height: 25px;
   line-height: 25px;
   border: 1px solid #e5e5e5;
   border-radius: 50%;
   text-align: center;
   transition: all 500ms ease;
 }
 .sidebar .category-widget .category-list li a:hover span {
   color: #fff;
   box-shadow: 0 10px 10px rgb(211, 220, 232, 0.8);
 }
 .sidebar .category-widget {
   margin-bottom: 44px;
 }
 .sidebar .post-widget .post {
   display: block;
   padding-bottom: 23px;
   margin-bottom: 21px;
   border-bottom: 1px solid #e5e5e5;
 }
 .sidebar .post-widget .post:last-child {
   margin-bottom: 0px;
 }
 .sidebar .post-widget .post .post-thumb {
   width: 100%;
   border-radius: 5px;
 }
 .sidebar .post-widget .post .post-thumb img {
   width: 100%;
   border-radius: 5px;
 }
 .sidebar .post-widget .post h4 {
   position: relative;
   display: block;
   font-size: 16px;
   line-height: 24px;
   text-align: center;
   margin-top: 20px;
 }
 .sidebar .post-widget .post h4 a {
   display: inline-block;
   color: #00224f;
 }
 .sidebar .post-widget .post h4 a:hover {}
 .sidebar .post-widget .post .post-date {
   position: relative;
   display: block;
   font-size: 15px;
   line-height: 24px;
 }
 .sidebar .post-widget {
   margin-bottom: 43px;
 }
 .sidebar .post-widget .widget-title {
   margin-bottom: 28px;
 }
 .sidebar .archives-widget .archives-list li {
   position: relative;
   display: block;
 }
 .sidebar .archives-widget .archives-list li a {
   position: relative;
   display: block;
   font-size: 16px;
   line-height: 26px;
   font-family: 'Poppins', sans-serif;
   font-weight: 500;
   color: #00224f;
   padding: 14px 0px;
   border-bottom: 1px solid #e5e5e5;
 }
 .sidebar .archives-widget .archives-list li a:hover {}
 .sidebar .archives-widget .archives-list li a span {
   position: relative;
   display: inline-block;
   font-size: 15px;
   float: right;
   width: 25px;
   height: 25px;
   line-height: 25px;
   border: 1px solid #e5e5e5;
   border-radius: 50%;
   text-align: center;
   transition: all 500ms ease;
 }
 .sidebar .archives-widget .archives-list li a:hover span {
   color: #fff;
   box-shadow: 0 10px 10px rgb(211, 220, 232, 0.8);
 }
 .sidebar .archives-widget {
   margin-bottom: 43px;
 }
 .sidebar .tags-widget .tags-list {
   position: relative;
   margin-right: -20px;
 }
 .sidebar .tags-widget .tags-list li {
   position: relative;
   display: inline-block;
   float: left;
   margin-right: 20px;
   margin-bottom: 20px;
 }
 .sidebar .tags-widget .tags-list li a {
   position: relative;
   display: inline-block;
   font-size: 16px;
   line-height: 26px;
   color: #727272;
   border: 1px solid #e5e5e5;
   border-radius: 5px;
   text-align: center;
   padding: 6px 15px;
 }
 .sidebar .tags-widget .tags-list li a:hover {
   color: #fff;
   box-shadow: 0 10px 10px rgb(211, 220, 232, 0.8);
 }
 .sidebar .tags-widget .widget-title {
   margin-bottom: 27px;
 }



 .blog-details-content .news-block-one .inner-box {
   box-shadow: none;
   margin-bottom: 0px;
 }
 .blog-details-content .news-block-one .inner-box .lower-content {
   padding: 33px 0px 0px 0px;
 }
 .blog-details-content .news-block-one .text p {
   margin-bottom: 15px;
 }
 .blog-details-content .news-block-one .inner-box .image-box {
   border-radius: 10px;
 }
 .blog-details-content .news-block-one .inner-box .image-box img {
   transform: scale(1);
   border-radius: 10px;
 }
 .blog-details-content .news-block-one .inner-box .image-box:before {
   display: none;
 }
 .blog-details-content .news-block-one .text blockquote {
   position: relative;
   display: block;
   background: #f0fffd;
   border-radius: 12px;
   overflow: hidden;
   padding: 43px 50px 47px 115px;
   margin: 41px 0px 50px 0px;
 }
 .blog-details-content .news-block-one .text blockquote i {
   position: absolute;
   left: 46px;
   top: 48px;
   font-size: 40px;
   line-height: 40px;
 }
 .blog-details-content .news-block-one .text blockquote h4 {
   font-size: 20px;
   line-height: 30px;
   font-family: 'Nunito', sans-serif;
   font-weight: 600;
 }
 .blog-details-content .news-block-one .text blockquote .pattern {
   position: absolute;
   right: 0px;
   bottom: 0px;
   width: 82px;
   height: 137px;
   background-repeat: no-repeat;
 }
 .blog-details-content .list-item li {
   position: relative;
   display: block;
   font-size: 16px;
   line-height: 28px;
   font-family: 'Poppins', sans-serif;
   color: #00224f;
   font-weight: 500;
   padding-left: 35px;
   margin-bottom: 12px;
 }
 .blog-details-content .list-item li:last-child {
   margin-bottom: 0px;
 }
 .blog-details-content .list-item li:before {
   position: absolute;
   left: 0px;
   top: 4px;
   content: "\f00c";
   font-family: 'Font Awesome 5 Pro';
   font-size: 10px;
   color: #fff;
   font-weight: 700;
   border-radius: 2px;
   width: 20px;
   height: 20px;
   line-height: 20px;
   text-align: center;
 }
 .blog-details-content .two-column .image-box {
   position: relative;
   display: block;
   border-radius: 10px;
 }
 .blog-details-content .two-column .image-box img {
   width: 100%;
   border-radius: 10px;
 }
 .blog-details-content h3 {
   font-size: 24px;
   line-height: 32px;
   font-weight: 700;
 }
 .blog-details-content .two-column .text h3 {
   margin-bottom: 25px;
 }
 .blog-details-content .two-column .text p {
   margin-bottom: 28px;
 }
 .blog-details-content .two-column {
   margin-bottom: 46px;
 }
 .blog-details-content .lower-box h3 {
   margin-bottom: 25px;
 }
 .blog-details-content .lower-box {
   margin-bottom: 68px;
 }
 .blog-details-content .lower-box p {
   margin-bottom: 27px;
 }
 .blog-details-content .post-share-option .social-links li {
   position: relative;
   display: inline-block;
   margin-right: 12px;
 }
 .blog-details-content .post-share-option .social-links li:last-child {
   margin-right: 0px;
 }
 .blog-details-content .post-share-option .social-links li span {
   font-size: 17px;
   line-height: 26px;
   color: #00224f;
   margin-right: 10px;
 }
 .blog-details-content .post-share-option .social-links li a {
   font-size: 16px;
   color: #acadb4;
 }
 .blog-details-content .post-share-option {
   margin-bottom: 90px;
 }

.comments{background-color: #fafafa;
    border: 1px solid #eaeaea;    padding: 40px 30px 30px;}
 .comments .comment-box h3 {
   margin-bottom: 34px;
 }
 .comments .comment-box .comment {
   position: relative;
   padding-left: 110px;
   margin-bottom: 32px;
 }


 .comments .comment-box .comment:last-child {
   margin-bottom: 0px;
 }
 .comments .comment-box .comment .thumb-box {
   position: absolute;
   left: 0px;
   top: -2px;
   width: 80px;
   height: 80px;
   border-radius: 50%;
 }
 .comments .comment-box .comment .thumb-box img {
   width: 100%;
   border-radius: 50%;
 }
 .comments .comment-box .comment {
   position: relative;
   padding-bottom: 30px;
   border-bottom: 1px solid #dfe5e5;
 }
 .comments .comment-box .comment:last-child {
   border-bottom: none;
 }
 .comments .comment-box .comment .comment-inner .comment-info .comment-user {
   color: #002555;
   font-size: 17px;
   line-height: 26px;
   font-weight: 600;
   margin-bottom: 3px;
 }
 .comments .comment-box .comment .comment-inner .comment-info .comment-time {
   position: relative;
   font-size: 15px;
   line-height: 24px;
 }
 .comments .comment-box .comment .comment-inner .comment-info {
   margin-bottom: 16px;
 }
 .comments .comment-box .comment .comment-inner p {
   margin-bottom: 13px;
 }
 .comments .comment-box .comment .comment-inner a {
   position: relative;
   display: inline-block;
   font-size: 14px;
   line-height: 24px;
   font-family: 'Poppins', sans-serif;
   font-weight: 700;
   color: #00224f;
   text-transform: uppercase;
 }
 .comments .comment-box .comment .comment-inner a:hover {}

 .comments .comments-form-area h3 {
   margin-bottom: 32px;
 }
 .comments .comments-form-area .form-group {
   position: relative;
   margin-bottom: 30px;
 }
 .comments .comments-form-area .form-group:last-child {
   margin-bottom: 0px;
 }
 .comments .comments-form-area .form-group input[type='text'], .comments .comments-form-area .form-group input[type='email'], .comments .comments-form-area .form-group textarea {
   position: relative;
   display: block;
   width: 100%;
   height: 60px;
   border: 1px solid #e5e5e5;
   border-radius: 5px;
   padding: 10px 20px;
   font-size: 16px;
   color: #808080;
   transition: all 500ms ease;
 }
 .comments .comments-form-area .form-group textarea {
   height: 150px;
   resize: none;
 }
 .comments .comments-form-area .form-group input:focus, .comments .comments-form-area .form-group textarea:focus {}
 /*** 

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

***/
 .contact-style-three {
   position: relative;
   padding: 150px 0px;
 }
 .contact-style-three .pattern-layer .pattern-1 {
   position: absolute;
   left: 70px;
   top: 70px;
   width: 246px;
   height: 245px;
   background-repeat: no-repeat;
   -webkit-animation: zoom-fade 5s infinite linear;
   animation: zoom-fade 5s infinite linear;
 }
 .contact-style-three .pattern-layer .pattern-2 {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 710px;
   height: 570px;
   background-repeat: no-repeat;
 }
 .contact-style-three .info-box {
   position: relative;
   display: block;
   background: #fff;
   padding: 47px 40px 29px 40px;
   border-radius: 10px;
   box-shadow: 0 15px 40px rgb(211 220 232 / 60%);
 }
 .contact-style-three .info-box .info-list li {
   position: relative;
   display: block;
   padding-left: 70px;
   margin-bottom: 25px;
   padding-bottom: 23px;
   border-bottom: 1px solid #e5e5e5;
 }
 .contact-style-three .info-box .info-list li:last-child {
   margin-bottom: 0px;
   border-bottom: none;
 }
 .contact-style-three .info-box .info-list li i {
   position: absolute;
   left: 0px;
   top: 5px;
   width: 50px;
   height: 50px;
   border-radius: 50%;
   border: 1px solid #e6e6e6;
   line-height: 50px;
   font-size: 20px;
   text-align: center;
   transition: all 500ms ease;
 }
 .contact-style-three .info-box .info-list li:hover i {
   color: #fff;
 }
 .contact-style-three .info-box .info-list li h4 {
   display: block;
   font-size: 20px;
   line-height: 30px;
   font-weight: 700;
   margin-bottom: 5px;
 }
 .contact-style-three .info-box .info-list li p {
   font-size: 16px;
   line-height: 26px;
   color: #00224f;
 }
 .contact-style-three .info-box .info-list li p a {
   color: #00224f;
 }
 .contact-style-three .info-box .info-list li p a:hover {}
 .contact-style-three .form-inner h2 {
   position: relative;
   display: block;
   font-size: 30px;
   line-height: 40px;
   font-weight: 700;
   margin-bottom: 30px;
 }
 .contact-style-three .default-form .form-group input[type='text'], .contact-style-three .default-form .form-group input[type='email'] {
   height: 60px;
 }
 .contact-style-three .form-inner {
   margin-left: 100px;
 }
 .contact-style-three .default-form .form-group {
   margin-bottom: 30px;
   padding-top: 0px;
 }
 /** google-map **/
 .google-map-section {
   position: relative;
   width: 100%;
   padding-bottom: 80px;
 }
 .google-map-section #allmap {
   position: relative;
   width: 100%;
   height: 500px;
 }
 .three-item-carousel .owl-stage-outer {
   overflow: visible;
 }
 .three-item-carousel .owl-stage-outer .owl-item {
   opacity: 0;
   transition: all 500ms ease;
 }
 .three-item-carousel .owl-stage-outer .owl-item.active {
   opacity: 1;
 }
 #play {
   width: 100%;
   text-align: center;
   position: relative;
   overflow: hidden;
   border-radius: 5px;
 }
 #play .change_a {
   width: 30%;
   height: 100%;
   position: absolute;
   top: 0;
   z-index: 1;
   cursor: pointer;
   display: block;
   overflow: hidden;
 }
 #play .prev_a {
   left: 0
 }
 #play .prev_a:hover {
   background: linear-gradient(to right, rgba(0, 37, 85, 0.3), rgba(0, 37, 85, 0.1), rgba(0, 37, 85, 0));
   transition: all .3s ease-in-out;
 }
 #play .next_a {
   right: 0
 }
 #play .next_a:hover {
   background: linear-gradient(to left, rgba(0, 37, 85, 0.3), rgba(0, 37, 85, 0.1), rgba(0, 37, 85, 0));
   transition: all .3s ease-in-out;
 }
 #play a i {
   position: absolute;
   top: 50%;
   display: none;
   font-size: 24px;
   color: #fff;
 }
 #play .prev_a i {
   left: 20px;
 }
 #play .next_a i {
   right: 20px;
 }
 #play .img_ul {
   position: relative;
   z-index: 1
 }
 .img_hd {
   width: 100%;
   overflow: hidden;
   height: 80px;
   margin: 20px auto;
   position: relative
 }
 .img_hd ul {
   position: absolute;
   z-index: 1;
   margin: 0 30px;
 }
 .img_hd ul li {
   float: left;
   width: 80px;
   height: 80px;
   border: 2px solid #eee;
   cursor: pointer;
   margin: 0 8px;
   overflow: hidden;
   text-align: center
 }
 .img_hd ul li img {
   height: 80px
 }
 .img_hd ul li.on {
   border-color: #37bce8
 }
 .img_hd .bottom_a {
   width: 30px;
   height: 80px;
   line-height: 80px;
   display: block;
   position: absolute;
   cursor: pointer;
   text-align: center;
   background: #eee;
   z-index: 10
 }
 .img_hd .bottom_a:hover i {
   color: #fff
 }
 .img_hd .prev_a {
   left: 0px
 }
 .img_hd .next_a {
   right: 0px
 }

 .Job_list{border-radius: 5px;
     width: 100%;
margin-bottom: 40px;
border-radius: 5px}
 .Job_list .Job_list_tab{
      width: 100%;
      background: #2cbbd9; 
       
}
 .Job_list dl{
  
     
    padding: 20px;
         list-style: none;
   display: flex;
    flex-wrap: wrap;
     margin: 0;
 }
 .Job_list dd {

     flex: 1;
    margin: 0;
   color: #fff;
   font-size: 16px;
     

 }
 
.Job_list .Job_list_con{
    width: 100%;
    background-color: #f9f9f9;
}
 .Job_list .Job_list_con .Job_list_li .Job_list_Top {

   cursor: pointer;
 }

.Job_list .Job_list_con dd{
    color: #808080
}

 .Job_list .Job_list_con .Job_list_li .Job_list_Top:hover {
   color: #e60012;
 }

 .Job_list .Job_list_con .Job_list_li .Job_list_Top {
   padding: 20px;
   border-bottom: 1px solid #e5e5e5;
 }
 .Job_list .Job_list_con .Job_list_li .Box {
   padding: 40px 2%;
   background: #f4f4f4;
   display: none;
   color: #666666;
   font-size: 14px;
   line-height: 28px;
 }
 .Job_list .Job_list_con .Job_list_li .on dd{
   color: #37bce8;
 }