 /* Css For Aundri */

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


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



 /*** 

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

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


 /*** 

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

 ***/


 body {
   font-size: 16px;
   color: #687f9b;
   line-height: 34px;
   font-weight: 400;
   background: #ffffff;
   font-family: 'Open Sans', sans-serif;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center top;
   -webkit-font-smoothing: antialiased;
 }

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

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

 .container-fluid {
   padding: 0px;
 }

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

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

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


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

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

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

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

 input {
   transition: all 500ms ease;
 }

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

 p {
   position: relative;
   font-family: 'Open Sans', sans-serif;
   color: #687f9b;
   font-weight: 400;
   margin: 0px;
   transition: all 500ms ease;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   position: relative;
   font-family: 'Open Sans', sans-serif;
   font-weight: 400;
   color: #181818;
   margin: 0px;
   transition: all 500ms ease;
 }

 .preloader {
   position: fixed;
   left: 0px;
   top: 0px;
   height: 100%;
   width: 100%;
   z-index: 999999;
   background-color: #194376;
   background-position: center center;
   background-repeat: no-repeat;
   background-image: url(../images/icons/preloader.png);
 }


 .centred {
   text-align: center;
 }

 .pull-left {
   float: left;
 }

 .pull-right {
   float: right;
 }


 figure {
   margin: 0px;
 }

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

 /** button **/

 .theme-btn {
   position: relative;
   display: inline-block;
   font-size: 14px;
   line-height: 26px;
   font-family: 'Open Sans', sans-serif;
   font-weight: 700;
   color: #fff !important;
   text-align: center;
   padding: 22px 40px;
   letter-spacing: 1px;
   text-transform: uppercase;
   z-index: 1;
 }

 .theme-btn.style-one {}

 .theme-btn.style-two {}

 .theme-btn:before {
   position: absolute;
   content: '';
   width: 0%;
   height: 100%;
   background: #194376;
   left: 0px;
   top: 0px;
   z-index: -1;
   transition: all 500ms ease;
 }

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

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

 .theme-btn:after {
   position: absolute;
   content: '';
   width: 0%;
   height: 100%;
   background: #194376;
   right: 0px;
   top: 0px;
   z-index: -1;
   transition: all 500ms ease;
 }

 .theme-btn:hover:after {
   width: 50%;
 }

 .theme-btn.cta:hover:after {
   width: 0%;
 }

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

 .pagination li {
   display: inline-block;
   margin: 0px 3px;
 }

 .pagination li a {
   position: relative;
   display: inline-block;
   font-size: 18px;
   font-weight: 700;
   height: 75px;
   width: 75px;
   line-height: 75px;
   background: #e6edf4;
   text-align: center;
   color: #687f9b;
   z-index: 1;
   transition: all 500ms ease;
 }

 .pagination li a:hover,
 .pagination li a.current {
   color: #fff;
 }

 .pagination li:first-child a:hover,
 .pagination li:last-child a:hover {
   color: #fff;
 }

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

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

 .mr-0 {
   margin: 0px !important;
 }

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

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

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

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

 .sec-title p {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 28px;
   font-weight: 600;
   color: #687f9b;
   margin-bottom: 4px;
 }

 .sec-title h2 {
   position: relative;
   display: block;
   font-size: 50px;
   line-height: 60px;
   font-weight: 800;
   margin-bottom: 2px;
 }

 .sec-title img {
   width: 24px;
   height: 24px;
 }

 .sec-title.centred img {
   margin: 0 auto;
 }

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

 .sec-title.centred {
   text-align: center !important;
 }




 /*** 

====================================================================
                        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;
   background: #fff;
   left: 0px;
   top: 0px;
   box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);
   width: 100%;
   z-index: 0;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

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

 /** header-top **/

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

 .header-top .info li {
   position: relative;
   display: inline-block;
   font-size: 14px;
   line-height: 50px;
   font-weight: 600;
   color: #fff;
   padding-left: 30px;
   margin-right: 25px;
 }

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

 .header-top .info li a {
   color: #fff;
 }

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

 .header-top .info li i {
   position: absolute;
   left: 0px;
   top: 0px;
   font-size: 18px;
   font-weight: 400;
 }

 .header-top .social-links,
 .header-top .btn-box {
   position: relative;
   display: inline-block;
   float: left;
 }

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

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

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

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

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

 .header-top .btn-box .theme-btn {
   padding: 12px 31px;
 }

 .header-top .btn-box .theme-btn:before,
 .header-top .btn-box .theme-btn:after {}


 /** header-lower **/

 .header-lower {
   position: relative;
   background: #fff;
   width: 100%;
 }

 .main-header .outer-box {
   position: relative;
 }

 .main-header .logo-box {
   position: relative;
   padding: 10px 0px;
 }

 .main-header .logo-box .logo {
   position: relative;
   max-width: 175px;
   width: 100%;
 }

 .sticky-header .logo-box .logo {
   position: relative;
   max-width: 165px;
   width: 100%;
 }

 .sticky-header .menu-area {
   padding-top: 18px;
 }

 .main-header .logo-box .logo img {
   width: 100%;
 }

 .main-header .menu-right-content {
   position: relative;
   float: left;
   padding: 0px 0px 0px 120px;
   margin-top: 39px;
   margin-left: 40px;
 }

 .main-header .menu-right-content:before {
   position: absolute;
   content: '';
   background: #e6edf4;
   width: 1px;
   height: 65px;
   left: 0px;
   top: -8px;
 }

 .main-header .menu-right-content i {
   position: absolute;
   left: 40px;
   top: 0px;
   font-size: 65px;
   line-height: 50px;
 }

 .main-header .menu-right-content h6 {
   position: relative;
   display: block;
   font-size: 16px;
   line-height: 24px;
   font-weight: 700;
 }

 .main-header .menu-right-content h6 a {
   display: inline-block;
   color: #194376;
   padding-top: 12px;
 }

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

 .main-header .menu-right-content p {
   font-size: 14px;
   line-height: 18px;
   font-weight: 400;
 }


 /** main-menu **/

 .main-menu {
   float: left;
 }

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

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

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

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

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

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

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

 .main-menu .navigation>li>ul,
 .main-menu .navigation>li>.megamenu {
   position: absolute;
   left: inherit;
   top: 100%;
   width: 300px;
   z-index: 100;
   display: none;
   opacity: 0;
   visibility: hidden;
   padding: 10px 0px;
   background: #194376;
   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 20px;
   -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;
   line-height: 24px;
   font-weight: 600;
   font-size: 15px;
   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 {}

 .main-menu .navigation>li>ul>li.dropdown>a:after {
   font-family: 'Font Awesome 5 Pro';
   content: "\f105";
   position: absolute;
   right: 10px;
   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: #194376;
   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: 600;
   font-size: 16px;
   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: 99%;
   -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>ul>li.dropdown:hover>,
 .main-menu .navigation>li.dropdown:hover>.megamenu {
   visibility: visible;
   opacity: 1;
   filter: alpha(opacity=100);
   top: 99%;
   -webkit-transform: rotateX(0);
   transform: rotateX(0);
 }

 .main-menu .navigation li>ul>li.dropdown>ul>li.dropdown:hover> {
   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: #fff;
   display: none;
 }

 .mobile-menu .menu-backdrop {
   background: #194376;
 }

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

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

 .main-header .sticky-header .logo-box {
   padding: 15px 0px;
 }

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

 .main-header .sticky-header .menu-right-content {
   margin-top: 20px;
   padding-left: 105px;
 }

 .main-header .sticky-header .menu-right-content i {
   font-size: 50px;
 }


 /** 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; */
   text-align: center;
 }

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

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

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

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

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

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

 .mobile-menu .close-btn {
   position: absolute;
   right: 25px;
   top: 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;
 }


 /** banner-section **/

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

 .banner-carousel {
   position: relative;
 }

 .banner-carousel .slide-item {
   position: relative;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   padding: 185px 0px 190px 0px;
 }

 /* .banner-carousel .slide-item:before {
   position: absolute;
   content: '';
   width: 100%;
   height: 100%;
   background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.0) 100%);
   top: 0px;
   right: 0px;
   z-index: 1;
 } */

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

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

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

 .banner-carousel .content-box h4 {
   position: relative;
   display: inline-block;
   font-size: 20px;
   line-height: 20px;
   color: #687f9b;
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 2px;
   border-bottom: 1px solid #687f9b;
   margin-bottom: 33px;
   opacity: 0;
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -ms-transform: translateY(100px);
   -o-transform: translateY(100px);
   transform: translateY(100px);
   -webkit-transition: all 1000ms ease;
   -moz-transition: all 1000ms ease;
   -ms-transition: all 1000ms ease;
   -o-transition: all 1000ms ease;
   transition: all 1000ms ease;
 }

 .banner-carousel .active .content-box h4 {
   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;
   color: #fff;
 }

 .banner-carousel .content-box h1 {
   position: relative;
   display: block;
   font-size: 86px;
   line-height: 90px;
   font-weight: 800;
   margin-bottom: 45px;
   opacity: 0;
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -ms-transform: translateY(100px);
   -o-transform: translateY(100px);
   transform: translateY(100px);
   -webkit-transition: all 1000ms ease;
   -moz-transition: all 1000ms ease;
   -ms-transition: all 1000ms ease;
   -o-transition: all 1000ms ease;
   transition: all 1000ms ease;
   color: #fff;
 }

 .banner-carousel .active .content-box 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: 1000ms;
   -moz-transition-delay: 1000ms;
   -ms-transition-delay: 1000ms;
   -o-transition-delay: 1000ms;
   transition-delay: 1000ms;
 }

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

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

 .banner-carousel .content-box .btn-box .theme-btn {
   padding: 22px 47px;
 }

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


 .banner-carousel .owl-nav .owl-prev {
   position: absolute;
   left: 100px;
   top: 50%;
   transform: translateY(-50%);
   width: 60px;
   height: 60px;
   text-align: center;
   line-height: 60px;
   font-size: 24px;
   font-weight: 600;
   color: #fff;
   cursor: pointer;
   border-radius: 50%;
   opacity: 0.2;
   transition: all 500ms ease;
 }

 .banner-carousel .owl-nav .owl-next {
   position: absolute;
   right: 100px;
   top: 50%;
   transform: translateY(-50%);
   width: 60px;
   height: 60px;
   text-align: center;
   line-height: 60px;
   font-size: 24px;
   font-weight: 600;
   color: #fff;
   cursor: pointer;
   border-radius: 50%;
   opacity: 0.2;
   transition: all 500ms ease;
 }

 .banner-carousel:hover .owl-nav .owl-prev,
 .banner-carousel:hover .owl-nav .owl-next {
   opacity: 1;
 }

 .banner-carousel .owl-nav .owl-prev:hover,
 .banner-carousel .owl-nav .owl-next:hover {}


 /** about-section **/

 .about-section {
   position: relative;
   padding-top: 120px;
   overflow: hidden;
 }

 .image_block_1 .image-box {
   position: relative;
   display: block;
   margin-bottom: 120px;
 }

 .image_block_1 .image-box:before {
   position: absolute;
   content: '';
   background: #f3f7fa;
   width: 560px;
   height: 200px;
   left: -360px;
   bottom: -200px;
 }

 .image_block_1 .image-box:after {
   position: absolute;
   content: '';
   width: 10px;
   height: 200px;
   bottom: -200px;
   left: 220px;
 }

 .image_block_1 .image-box .image img {
   max-width: none;
   float: right;
 }

 .image_block_1 .image-box .video-btn {
   position: absolute;
   left: 0px;
   bottom: 0px;
   width: 200px;
   height: 156px;
   background: #f5f7fa;
   padding: 20px 20px 0px 20px;
 }

 .image_block_1 .image-box .video-btn a {
   position: relative;
   display: inline-block;
   width: 160px;
   height: 136px;
   line-height: 100px;
   font-size: 30px;
   color: #fff;
   text-align: center;
 }

 .about-section .content_block_1 .content-box {
   margin-left: 70px;
   margin-top: -7px;
 }

 .about-section .content_block_1 .content-box h3 {
   font-size: 24px;
   line-height: 38px;
   font-style: italic;
   margin-bottom: 44px;
 }

 .about-section .content_block_1 .content-box .list-item li {
   position: relative;
   display: block;
   float: left;
   width: 50%;
   font-size: 16px;
   line-height: 26px;
   font-weight: 700;
   color: #194376;
   margin-bottom: 12px;
   padding-left: 35px;
 }

 .about-section .content_block_1 .content-box .list-item li:before {
   position: absolute;
   content: "\f058";
   font-family: 'Font Awesome 5 Pro';
   font-size: 16px;
   left: 0px;
   top: 1px;
   font-weight: 700;
 }

 .about-section .content_block_1 .content-box .list-item {
   margin-bottom: 34px;
 }

 .about-section .content_block_1 .content-box .text {
   margin-bottom: 53px;
 }

 .about-section .content_block_1 .content-box .text p {
   font-size: 18px;
   line-height: 34px;
   font-weight: 600;
 }

 .about-section .content_block_1 .content-box .theme-btn {
   padding: 22px 52px;
 }

 .about-section .image-layer {
   position: absolute;
   right: 0px;
   top: 50%;
   width: 472px;
   height: 440px;
   -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
   -moz-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
   animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
 }


 /** service-section **/

 .service-section {
   position: relative;
   padding-top: 115px;
 }

 .service-block-one {
   margin: 0px 10px;
 }

 .service-block-one .inner-box {
   position: relative;
   display: block;
   background: #fff;
   box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
 }

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

 .service-block-one .inner-box .image-box:before {
   position: absolute;
   content: '';
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   right: 0px;
   transform: scale(0, 0);
   opacity: 0.8;
   z-index: 1;
   transition: all 500ms ease;
 }

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

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

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

 .service-block-one .inner-box .lower-content {
   position: relative;
   padding: 80px 35px 50px 50px;
 }

 .service-section .inner-container {
   position: relative;
   margin: 0px 15px;
   margin-bottom: -120px;
   z-index: 1;
 }

 .inner-container .service-block {
   padding: 0px;
 }

 .service-block-one .inner-box .lower-content:before {
   position: absolute;
   content: '';
   background: #f3f7fa;
   width: 100%;
   height: 0%;
   left: 0px;
   top: 0px;
   right: 0px;
   transition: all 900ms ease;
 }

 .service-block-one .inner-box:hover .lower-content:before {
   height: 100%;
 }

 .service-block-one .inner-box .lower-content .icon-box {
   position: absolute;
   left: 50px;
   top: -47px;
   width: 94px;
   height: 94px;
   line-height: 94px;
   font-size: 65px;
   color: #fff;
   text-align: center;
   z-index: 1;
   transition: all 500ms ease;
 }

 .service-block-one .inner-box .lower-content .icon-box img {
   padding-bottom: 10px;
 }

 .service-block-one .inner-box:hover .lower-content .icon-box {}

 .service-block-one .inner-box .lower-content h3 {
   position: relative;
   display: block;
   font-size: 22px;
   line-height: 30px;
   font-weight: 700;
   margin-bottom: 15px;
   height: 60px;
 }

 .service-block-one .inner-box .lower-content h3 a {
   display: inline-block;
   color: #194376;
 }

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

 .service-block-one .inner-box .lower-content p {
   font-size: 16px;
   line-height: 34px;
   font-weight: 600;
   color: #687f9b;
   margin-bottom: 33px;
 }

 .service-block-one .inner-box .lower-content .link a {
   position: relative;
   display: inline-block;
   width: 38px;
   height: 38px;
   line-height: 38px;
   background: #e6edf4;
   text-align: center;
   border-radius: 50%;
   font-size: 15px;
   color: #7086a1;
 }

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

 .service-section .sec-title {
   margin-bottom: 57px;
 }


 /** funfact-section **/

 .funfact-section {
   position: relative;
   padding-top: 230px;
 }

 .counter-block-one .inner-box {
   position: relative;
   padding-bottom: 115px;
 }

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

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

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

 .counter-block-one .inner-box p {
   font-size: 16px;
   line-height: 26px;
   color: #fff;
   font-weight: 700;
 }

 .funfact-section .pattern-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   right: 0px;
   width: 100%;
   height: 100%;
   background-repeat: repeat-x;
   background-size: cover;
   animation: slide 90s linear infinite;
   -webkit-animation: slide 90s 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;
   }
 }


 /** video-section **/

 .video-section {
   position: relative;
   padding: 135px 0px 110px 0px;
   width: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   background-attachment: fixed;
 }

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

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

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

 .video-section .inner-box .video-btn .border-animation {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border: 1px solid rgba(255, 255, 255, .2);
   animation: squares 2.9s linear 0s infinite;
   -webkit-animation: squares 2.9s linear 0s infinite;
   -ms-animation: squares 2.9s linear 0s infinite;
   -o-animation: squares 2.9s linear 0s infinite;
   -webkit-animation-play-state: running;
   -moz-animation-play-state: running;
   -o-animation-play-state: running;
   animation-play-state: running;
   opacity: 0;
 }

 .video-section .inner-box .video-btn .border-animation.border-2 {
   -webkit-animation-delay: 1s;
   -moz-animation-delay: 1s;
   -o-animation-delay: 1s;
   animation-delay: 1s;
 }

 .video-section .inner-box .video-btn .border-animation.border-3 {
   -webkit-animation-delay: 2s;
   -moz-animation-delay: 2s;
   -o-animation-delay: 2s;
   animation-delay: 2s;
 }

 .video-section .inner-box h2 {
   font-size: 60px;
   line-height: 70px;
   color: #fff;
   font-weight: 800;
 }


 /** pricing-section **/

 .pricing-section {
   position: relative;
   padding-top: 115px;
 }

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

 .pricing-block-one {
   position: relative;
   display: block;
   background: #fff;
   box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
 }

 .pricing-block-one .inner-box {
   position: relative;
   overflow: hidden;
   padding: 0px 50px 50px 50px;
 }

 .pricing-block-one:before {
   position: absolute;
   content: '';
   background: #194376;
   width: 100%;
   height: 0%;
   left: 0px;
   top: 0px;
   right: 0px;
   transition: all 500ms ease;
 }

 .pricing-block-one:hover:before {
   height: 100%;
 }

 .pricing-block-one .icon-box {
   position: relative;
   display: inline-block;
   width: 118px;
   height: 118px;
   line-height: 118px;
   text-align: center;
   font-size: 65px;
   border-radius: 50%;
   color: #fff;
   box-shadow: 0 0px 0px 10px #fff;
   transition: all 900ms ease;
   margin-bottom: 35px;
   margin-top: -59px;
   z-index: 1;
 }

 .pricing-block-one:hover .icon-box {
   box-shadow: 0 0px 0px 10px #194376;
 }

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

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

 .pricing-block-one .inner-box span {
   position: relative;
   display: block;
   font-size: 12px;
   line-height: 20px;
   font-weight: 600;
   color: #687f9b;
   text-transform: uppercase;
   letter-spacing: 1px;
   margin-bottom: 2px;
   transition: all 500ms ease;
 }

 .pricing-block-one:hover .inner-box span {
   color: rgba(255, 255, 255, 0.6);
 }

 .pricing-block-one .inner-box h3 {
   font-size: 22px;
   line-height: 34px;
   font-weight: 700;
   margin-bottom: 22px;
   transition: all 500ms ease;
 }

 .pricing-block-one:hover .inner-box h3 {
   color: #fff;
 }

 .pricing-block-one .inner-box .link a {
   position: relative;
   display: inline-block;
   width: 38px;
   height: 38px;
   line-height: 38px;
   background: #e6edf4;
   text-align: center;
   border-radius: 50%;
   font-size: 15px;
   color: #7086a1;
   z-index: 1;
 }

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

 .pricing-block-one .inner-box .light-icon {
   position: absolute;
   right: -30px;
   bottom: 0px;
   font-size: 150px;
   line-height: 100px;
   color: rgb(117 117 117 / 8%);
   transform: rotate(-30deg);
 }

 .pricing-section .pricing-inner {
   padding-bottom: 120px;
 }

 .cta-section .inner-box {
   position: relative;
   display: block;
   padding: 90px 100px;
 }

 .cta-section .inner-box .text h2 {
   font-size: 40px;
   line-height: 50px;
   color: #fff;
   font-weight: 800;
 }

 .cta-section .inner-box .text h2 span {
   color: #194376;
   font-style: italic;
 }

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

 .cta-section .inner-box .btn-box .theme-btn {
   background: #194376;
   padding: 22px 52px;
 }

 .cta-section .inner-box .btn-box .theme-btn:before,
 .cta-section .inner-box .btn-box .theme-btn:after {}

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

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

 .bg-color-3 {
   background: #f3f7fa;
 }


 /** chooseus-section **/

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

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

 .content_block_2 .content-box .inner-box {
   position: relative;
   max-width: 500px;
   width: 100%;
 }

 .content_block_2 .content-box .inner-box .star-icon {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   width: 94px;
   height: 94px;
   line-height: 94px;
   text-align: center;
   border-radius: 50%;
   z-index: 1;
   margin-left: -10px;
   margin-top: -10px;
 }

 .content_block_2 .content-box .inner-box .single-item {
   position: relative;
   float: left;
   width: 50%;
 }

 .content_block_2 .content-box .inner-box .single-item .inner {
   position: relative;
   display: block;
   background: #fff;
   max-width: 230px;
   width: 100%;
   /* padding: 49px 30px 50px 50px; */
   padding: 45px 20px;
   margin-bottom: 20px;
   box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
 }

 .content_block_2 .content-box .inner-box .single-item .inner .icon-box {
   position: relative;
   font-size: 65px;
   line-height: 65px;
   margin-bottom: 24px;
 }

 .content_block_2 .content-box .inner-box .single-item .inner h4 {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 24px;
   font-weight: 700;
 }

 .content_block_2 .content-box .sec-title {
   margin-bottom: 57px;
 }

 .content_block_3 .content-box .text {
   position: relative;
   padding-left: 100px;
   margin-bottom: 58px;
 }

 .content_block_3 .content-box .text p {
   font-size: 18px;
   line-height: 34px;
   color: #687f9b;
   font-weight: 600;
 }

 .content_block_3 .content-box .image-box {
   position: relative;
   display: block;
   margin: 0px -290px 0px 0px;
 }

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


 /** gallery-section **/

 .gallery-section {
   position: relative;
   padding: 6px 0px;
 }

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

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

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

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

 .gallery-block-one .inner-box .view-btn {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
 }

 .gallery-block-one .inner-box .view-btn a {
   position: relative;
   display: inline-block;
   width: 32px;
   height: 32px;
   transform: scale(0, 0);
 }

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

 .gallery-block-one .inner-box .view-btn a:before {
   position: absolute;
   content: '';
   background: rgba(255, 255, 255, 0.8);
   width: 2px;
   height: 32px;
   left: 50%;
   transform: translateY(-50%);
   top: 0px;
 }

 .gallery-block-one .inner-box .view-btn a:after {
   position: absolute;
   content: '';
   background: rgba(255, 255, 255, 0.8);
   width: 32px;
   height: 2px;
   left: 0px;
   top: 0px;
 }


 /** testimonial-section **/

 .testimonial-section {
   position: relative;
 }

 .testimonial-section .title-inner {
   position: relative;
   margin-right: 70px;
 }

 .testimonial-section .title-inner .customer-box {
   position: relative;
   display: block;
   padding: 41px 30px 44px 120px;
 }

 .testimonial-section .title-inner .customer-box .icon-box {
   position: absolute;
   left: 60px;
   top: 50px;
   font-size: 60px;
   line-height: 60px;
   color: #fff;
 }

 .testimonial-section .title-inner .customer-box h2 {
   display: block;
   font-size: 40px;
   line-height: 50px;
   color: #fff;
   font-weight: 800;
   margin-bottom: 0px;
 }

 .testimonial-section .title-inner .customer-box h4 {
   display: block;
   font-size: 20px;
   line-height: 26px;
   color: #fff;
   font-weight: 600;
 }

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

 .testimonial-section .pattern-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   right: 0px;
   width: 100%;
   height: 100%;
   background-repeat: repeat-x;
   animation: slide 90s linear infinite;
   -webkit-animation: slide 90s linear infinite;
 }

 .testimonial-section .testimonial-inner {
   position: relative;
   margin-right: -755px;
   margin-top: 7px;
   overflow: hidden;
   padding-bottom: 44px;
   padding-left: 57px;
   margin-left: -57px;
 }

 .testimonial-block-one .inner-box {
   position: relative;
   display: block;
   background: #fff;
   padding: 46px 40px 57px 85px;
 }

 .testimonial-block-one .inner-box:before {
   position: absolute;
   content: '';
   background: #fff;
   width: 65px;
   height: 45px;
   right: 90px;
   bottom: -45px;
   clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 15% 0%);
 }

 .testimonial-block-one .inner-box .image-box {
   position: absolute;
   left: -46px;
   top: 70px;
   width: 92px;
   height: 92px;
   border-radius: 50%;
 }

 .testimonial-block-one .inner-box .image-box:before {
   position: absolute;
   content: '';
   width: calc(100% + 20px);
   height: calc(100% + 20px);
   left: -10px;
   top: -10px;
   border-radius: 50%;
   background-color: #fff;
 }

 .testimonial-block-one .inner-box .image-box img {
   width: 100%;
   border-radius: 50%;
 }

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

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

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

 .testimonial-block-one .inner-box h3 {
   position: relative;
   display: block;
   font-size: 24px;
   line-height: 46px;
   margin-bottom: 40px;
 }

 .testimonial-block-one .inner-box h4 {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 28px;
   font-weight: 700;
 }

 .testimonial-block-one .inner-box h4 span {
   font-size: 16px;
   font-weight: 400;
   color: #687f9b;
 }

 .testimonial-block-one .inner-box .quote-box {
   position: absolute;
   right: 65px;
   bottom: 60px;
   font-size: 85px;
   line-height: 60px;
 }


 /** news-section **/

 .news-section {
   position: relative;
 }

 .news-block-one .inner-box {
   position: relative;
   display: block;
   transition: all 500ms ease;
 }

 .news-block-one .inner-box:hover {
   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
 }

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

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

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

 .news-block-one .inner-box .lower-content {
   position: relative;
   display: block;
   padding: 30px 40px 23px 40px;
   border: 1px solid #e6edf4;
   border-top: none;
 }

 .news-block-one .inner-box .lower-content .post-date {
   position: relative;
   display: inline-block;
   font-size: 12px;
   line-height: 20px;
   color: #fff;
   font-weight: 600;
   padding: 9px 25px;
   text-transform: uppercase;
   margin-bottom: 19px;
 }

 .news-block-one .inner-box .lower-content h3 {
   position: relative;
   display: block;
   font-size: 22px;
   line-height: 36px;
   font-weight: 800;
   padding-bottom: 22px;
   margin-bottom: 21px;
   border-bottom: 1px solid #e6edf4;
 }

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

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

 .news-block-one .inner-box .lower-content .post-info li {
   position: relative;
   display: inline-block;
   font-size: 14px;
   line-height: 24px;
   color: #687f9b;
   font-weight: 600;
   padding-left: 20px;
   margin-right: 15px;
 }

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

 .news-block-one .inner-box .lower-content .post-info li a {
   color: #687f9b;
 }

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

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

 .news-block-one .inner-box .lower-content .link {
   position: absolute;
   right: 40px;
   bottom: 20px;
 }

 .news-block-one .inner-box .lower-content .link a {
   position: relative;
   display: inline-block;
   width: 38px;
   height: 38px;
   line-height: 38px;
   background: #e6edf4;
   text-align: center;
   border-radius: 50%;
   font-size: 15px;
   color: #7086a1;
   z-index: 1;
 }

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

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


 /** clients-section **/

 .clients-section {
   position: relative;
   padding: 120px 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;
   opacity: 0.2;
   -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-section .clients-logo-box img:hover {
   opacity: 1;
   transform: scale(1.05);
 }


 /** main-footer **/

 .main-footer {
   position: relative;
   overflow: hidden;
   background: #194376;
 }

 .main-footer .footer-logo {
   position: relative;
   display: inline-block;
   text-align: center;
   padding: 25px;
   width: 256px;
 }

 .main-footer .footer-top {
   padding-bottom: 10px;
 }

 .main-footer .right-column .subscribe-box,
 .main-footer .right-column .social-links {
   position: relative;
   float: right;
   margin-right: 110px;
 }

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

 .main-footer .right-column .social-links li:last-child {
   margin: 0px !important;
 }

 .main-footer .right-column .social-links li a {
   position: relative;
   display: inline-block;
   font-size: 15px;
   color: #87a9d1;
   width: 52px;
   height: 52px;
   line-height: 52px;
   text-align: center;
   border-radius: 50%;
   background: #143a69;
 }

 .main-footer .right-column .social-links li a:hover {
   color: #fff;
 }

 .main-footer .right-column .subscribe-box {
   margin-right: 50px;
 }

 .main-footer .right-column .social-links {
   margin-top: 9px;
 }

 .main-footer .right-column .subscribe-box .form-group {
   position: relative;
   margin: 0px;
   min-width: 552px;
   width: 100%;
   padding-right: 163px;
 }

 .main-footer .right-column {
   position: relative;
   padding: 40px 0px;
 }

 .main-footer .right-column:before {
   position: absolute;
   content: '';
   background: rgba(255, 255, 255, 0.1);
   width: 5000px;
   height: 1px;
   left: -13px;
   bottom: 1px;
 }

 .main-footer .right-column .subscribe-box .form-group input[type='email'] {
   position: relative;
   width: 100%;
   max-width: 390px;
   height: 70px;
   background: #fff;
   font-size: 15px;
   font-weight: 600;
   color: #69809b;
   border: 1px solid #fff;
   padding: 10px 20px;
   transition: all 500ms ease;
 }

 .main-footer .right-column .subscribe-box .form-group input::-webkit-input-placeholder {
   color: #69809b;
 }

 .main-footer .right-column .subscribe-box .form-group input:focus {}

 .main-footer .right-column .subscribe-box .form-group button {
   position: absolute;
   top: 0px;
   right: 0px;
   z-index: 1;
   transition: all 500ms ease;
 }

 .main-footer .right-column .subscribe-box .form-group button:before,
 .main-footer .right-column .subscribe-box .form-group button:after {
   background: #fff;
 }

 .main-footer .right-column .subscribe-box .form-group button:hover {}

 .main-footer .widget-section .contact-widget .btn-box {
   position: relative;
   margin-bottom: 46px;
 }

 .main-footer .widget-section .contact-widget .btn-box a {
   position: relative;
   display: inline-block;
   font-size: 14px;
   line-height: 26px;
   font-weight: 700;
   text-transform: uppercase;
   background: #143a69;
   color: #fff;
   letter-spacing: 1px;
   padding: 22px 47px;
   text-align: center;
 }

 .main-footer .widget-section .contact-widget .btn-box a:hover {}

 .main-footer .widget-section .contact-widget .info-list li {
   position: relative;
   display: block;
   font-size: 16px;
   line-height: 26px;
   color: #fff;
   font-weight: 600;
   padding-left: 30px;
   margin-bottom: 18px;
 }

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

 .main-footer .widget-section .contact-widget .info-list li a {
   display: inline-block;
   color: #fff;
 }

 .main-footer .widget-section .contact-widget .info-list li a:hover {}

 .main-footer .widget-section .contact-widget .info-list li i {
   position: absolute;
   left: 0px;
   top: 0px;
   font-weight: 400;
 }

 .main-footer .widget-section {
   padding-bottom: 100px;
 }

 .ml-25 {
   margin-left: 25px;
 }

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

 .main-footer .widget-title h3 {
   font-size: 22px;
   line-height: 30px;
   color: #fff;
   font-weight: 700;
 }

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

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

 .main-footer .links-widget .links-list li a {
   position: relative;
   display: inline-block;
   font-size: 16px;
   line-height: 26px;
   color: rgba(255, 255, 255, 0.6);
 }

 .main-footer .links-widget .links-list li a:before {
   position: absolute;
   content: '';
   width: 0%;
   height: 1px;
   left: 0px;
   bottom: 0px;
   opacity: 0;
   transition: all 500ms ease;
 }

 .main-footer .links-widget .links-list li a:hover:before {
   width: 100%;
   opacity: 1;
 }

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

 .main-footer .footer-widget {
   padding-top: 42px;
 }

 .ml-70 {
   margin-left: 70px;
 }

 .ml-50 {
   margin-left: 50px;
 }

 .main-footer .post-widget .post {
   position: relative;
   display: block;
   padding-left: 90px;
   margin-bottom: 30px;
 }

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

 .main-footer .post-widget .post .post-thumb {
   position: absolute;
   left: 0px;
   top: 5px;
   width: 70px;
   height: 70px;
   overflow: hidden;
 }

 .main-footer .post-widget .post .post-thumb img {
   width: 100%;
   transition: all 500ms ease;
 }

 .main-footer .post-widget .post:hover .post-thumb img {
   opacity: 0.2;
 }

 .main-footer .post-widget .post .post-date {
   position: relative;
   display: block;
   font-size: 12px;
   line-height: 20px;
   text-transform: uppercase;
   font-weight: 600;
   margin-bottom: 9px;
 }

 .main-footer .post-widget .post h6 {
   position: relative;
   display: block;
   font-size: 16px;
   line-height: 26px;
   font-weight: 600;
   color: #87a9d1;
 }

 .main-footer .post-widget .post h6 a {
   display: inline-block;
   color: #87a9d1;
 }

 .main-footer .post-widget .post h6 a:hover {}

 .main-footer .post-widget .widget-title {
   margin-bottom: 29px;
 }

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

 .footer-bottom {
   position: relative;
   background: #143a69;
   padding: 40px 0px;
 }

 .footer-bottom p {
   font-size: 16px;
   color: rgba(255, 255, 255, 0.6);
 }

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

 .footer-bottom p a:hover {}

 .main-footer .image-layer {
   position: absolute;
   left: 0px;
   top: 50%;
   width: 472px;
   height: 440px;
   -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
   -moz-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
   animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
 }



 /*** 

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

***/

 /** header-style-two **/

 .main-header.style-two {
   position: relative;
 }

 .main-header.style-two .header-upper .logo-box {
   position: relative;
   padding: 40px 0px 36px 0px;
 }

 .main-header.style-two .header-upper .logo-box:before {
   position: absolute;
   content: '';
   background: #194376;
   width: calc(5000px - 75px);
   height: 100%;
   top: 0px;
   right: 75px;
 }

 .main-header.style-two .header-upper .logo-box .logo {
   position: relative;
   float: left;
   margin-right: 50px;
 }

 .main-header.style-two .header-upper .logo-box .btn-box {
   position: relative;
   float: left;
 }

 .main-header.style-two .header-upper .logo-box .btn-box .theme-btn {
   padding: 12px 30px;
   font-size: 12px;
 }

 .main-header.style-two .header-upper .logo-box .btn-box .theme-btn:before,
 .main-header.style-two .header-upper .logo-box .btn-box .theme-btn:after {}

 .main-header.style-two .header-upper .upper-info {
   position: relative;
   margin-top: 39px;
 }

 .main-header.style-two .header-upper .upper-info li {
   position: relative;
   display: inline-block;
   float: left;
   margin-right: 65px;
   padding-left: 50px;
 }

 .main-header.style-two .header-upper .upper-info li:before {
   position: absolute;
   content: '';
   background: #e6edf4;
   width: 1px;
   height: 65px;
   top: -9px;
   right: -30px;
 }

 .main-header.style-two .header-upper .upper-info li:last-child:before {
   display: none;
 }

 .main-header.style-two .header-upper .upper-info li:last-child {
   margin-right: 0px !important;
 }

 .main-header.style-two .header-upper .upper-info li i {
   position: absolute;
   left: 0px;
   top: 10px;
   font-size: 30px;
   line-height: 30px;
 }

 .main-header.style-two .header-upper .upper-info li p {
   font-size: 14px;
   line-height: 22px;
   color: #687f9b;
   font-weight: 500;
   margin-bottom: 0px;
 }

 .main-header.style-two .header-upper .upper-info li h6 {
   position: relative;
   display: block;
   font-size: 16px;
   line-height: 24px;
   font-weight: 700;
 }

 .main-header.style-two .header-upper .upper-info li h6 a {
   display: inline-block;
   color: #194376;
 }

 .main-header.style-two .header-upper .upper-info li h6 a:hover {}

 .main-header.style-two .header-upper {
   position: relative;
   width: 100%;
   background: #fff;
 }

 .main-header.style-two .header-upper:before {
   position: absolute;
   content: '';
   background: #e6edf4;
   width: 100%;
   height: 1px;
   left: 0px;
   bottom: 0px;
 }

 .main-header.style-two .outer-box .social-links li {
   position: relative;
   display: inline-block;
   float: left;
   margin-right: 10px;
   line-height: 70px;
 }

 .main-header.style-two .outer-box .social-links li:last-child {
   margin: 0px !important;
 }

 .main-header.style-two .outer-box .social-links li a {
   position: relative;
   display: inline-block;
   width: 38px;
   height: 38px;
   line-height: 38px;
   font-size: 13px;
   background: #e6edf4;
   color: #687f9b;
   text-align: center;
   border-radius: 50%;
 }

 .main-header.style-two .outer-box .social-links li a:hover {
   color: #fff;
 }

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


 /** banner-style-two **/

 .banner-section.style-two .banner-carousel .slide-item:before {
   background: #143a69;
   opacity: 0.5;
 }

 .banner-section.style-two .banner-carousel .content-box {
   max-width: 850px;
   margin: 0 auto;
 }

 .banner-section.style-two .banner-carousel .content-box h1 {
   line-height: 100px;
   color: #fff;
 }

 .banner-section.style-two .banner-carousel .content-box h1 span {
   display: inline-block;
 }

 .banner-section.style-two .banner-carousel .content-box p {
   position: relative;
   display: block;
   font-size: 20px;
   font-weight: 600;
   color: rgba(255, 255, 255, 0.7);
   line-height: 32px;
   margin-bottom: 46px;
   opacity: 0;
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -ms-transform: translateY(100px);
   -o-transform: translateY(100px);
   transform: translateY(100px);
   -webkit-transition: all 1000ms ease;
   -moz-transition: all 1000ms ease;
   -ms-transition: all 1000ms ease;
   -o-transition: all 1000ms ease;
   transition: all 1000ms ease;
 }

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

 .banner-section.style-two .banner-carousel .slide-item {
   padding: 175px 0px 225px 0px;
 }


 /** feature-section **/

 .feature-section {
   position: relative;
 }

 .feature-section .pattern-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 871px;
   height: 709px;
   background-repeat: no-repeat;
 }

 .feature-section .inner-container {
   position: relative;
   background: #fff;
   margin-top: -80px;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
   z-index: 1;
 }

 .feature-block-one .inner-box {
   position: relative;
   display: block;
   overflow: hidden;
   background: #fff;
   padding: 55px 40px 51px 60px;
 }

 .inner-container .feature-block-one {
   position: relative;
   float: left;
   width: 33.333%;
 }

 .feature-block-one .inner-box h4 {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 28px;
   font-weight: 700;
   margin-bottom: 27px;
   transition: all 500ms ease;
 }

 .feature-block-one .inner-box p {
   font-size: 16px;
   line-height: 32px;
   font-weight: 600;
   transition: all 500ms ease;
 }

 .feature-block-one .inner-box:hover h4,
 .feature-block-one .inner-box:hover p {
   color: #fff;
 }

 .feature-block-one .inner-box .bg-layer {
   position: absolute;
   content: "";
   top: 0;
   left: -101%;
   height: 100%;
   width: 100%;
   -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: '';
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   opacity: 0.9;
 }

 .feature-block-one .inner-box:hover .bg-layer {
   left: 0px;
 }


 /** about-style-two **/

 .about-style-two {
   position: relative;
   overflow: hidden;
   padding: 120px 0px;
 }

 .content_block_4 .content-box .text {
   position: relative;
   margin-bottom: 45px;
 }

 .content_block_4 .content-box .text p {
   font-size: 18px;
   line-height: 34px;
   font-weight: 600;
 }

 .content_block_4 .content-box .inner-box .single-item {
   position: relative;
   float: left;
   width: 50%;
 }

 .content_block_4 .content-box .inner-box .single-item .inner {
   position: relative;
   display: block;
   margin-bottom: 18px;
   padding-right: 50px;
   min-height: 133px;
 }

 .content_block_4 .content-box .inner-box .single-item:nth-child(2) .inner,
 .content_block_4 .content-box .inner-box .single-item:last-child .inner {
   padding-right: 0px;
   padding-left: 40px;
 }

 .content_block_4 .content-box .inner-box .single-item .inner .icon-box {
   position: relative;
   font-size: 16px;
   line-height: 26px;
   margin-bottom: 7px;
 }

 .content_block_4 .content-box .inner-box .single-item .inner h5 {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 28px;
   font-weight: 700;
   margin-bottom: 4px;
 }

 .content_block_4 .content-box .inner-box .single-item .inner p {
   font-size: 16px;
   line-height: 34px;
   font-weight: 600;
 }

 .content_block_4 .content-box .inner-box {
   position: relative;
   padding-bottom: 35px;
 }

 .content_block_4 .content-box .inner-box:before {
   position: absolute;
   content: '';
   background: #e6edf4;
   width: 1px;
   height: 275px;
   left: 50%;
   top: 5px;
   margin-left: -10px;
 }

 .content_block_4 .content-box .btn-box .theme-btn {
   padding: 22px 50px;
 }

 .image_block_2 .image-box {
   position: relative;
   display: block;
   padding-left: 100px;
   padding-bottom: 185px;
 }

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

 .image_block_2 .image-box .image-2 {
   position: absolute;
   left: -20px;
   bottom: 0px;
 }

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

 .image_block_2 .image-box .image-1: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-1:before {
   -webkit-animation: shine 1s;
   animation: shine 1s;
 }

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

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

 .image_block_2 .image-box .image-content {
   position: absolute;
   left: 10px;
   top: 60px;
   width: 165px;
   height: 165px;
   border-radius: 50%;
   text-align: center;
   padding: 30px 30px;
   z-index: 1;
 }

 .image_block_2 .image-box .image-content .icon-box {
   position: relative;
   font-size: 60px;
   line-height: 60px;
   color: #fff;
   margin-bottom: 5px;
 }

 .image_block_2 .image-box .image-content h4 {
   display: block;
   font-size: 20px;
   line-height: 20px;
   font-weight: 700;
   color: #fff;
 }

 .about-style-two .image-layer {
   position: absolute;
   right: 0px;
   top: 50%;
   width: 472px;
   height: 440px;
   -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
   -moz-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
   animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
 }

 .cta-section.alternat-2 {
   position: relative;
   overflow: hidden;
 }

 .cta-section.alternat-2 .pattern-layer {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 682px;
   height: 281px;
   background-repeat: no-repeat;
 }

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

 .pb-120 {
   padding-bottom: 120px;
 }


 /** solution-section **/

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

 .solution-section .bg-layer {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 42%;
   height: 100%;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
 }

 .progress-box {
   margin-bottom: 27px;
   position: relative;
 }

 .progress-box:last-child {
   margin-bottom: 0px;
 }

 .progress-box .bar {
   position: relative;
   width: 100%;
   height: 5px;
   background: #e6edf4;
   border-radius: 0px;
 }

 .progress-box .bar-inner {
   position: relative;
   display: block;
   width: 0px;
   height: 5px;
   -webkit-transition: all 1500ms ease;
   -ms-transition: all 1500ms ease;
   -o-transition: all 1500ms ease;
   -moz-transition: all 1500ms ease;
   transition: all 1500ms ease;
 }

 .progress-box .count-text {
   position: absolute;
   top: -43px;
   right: -33px;
   font-size: 16px;
   color: #687f9b;
   font-weight: 600;
   opacity: 0;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .progress-box .bar-inner.counted .count-text {
   opacity: 1;
 }

 .content_block_5 .content-box .upper-box {
   position: relative;
   max-width: 600px;
   width: 100%;
 }

 .content_block_5 .content-box .upper-box .text p {
   font-size: 18px;
   line-height: 34px;
   font-weight: 600;
 }

 .content_block_5 .content-box .lower-box .progress-inner .list-item li {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 26px;
   font-weight: 600;
   color: #194376;
   margin-bottom: 14px;
   padding-left: 30px;
 }

 .content_block_5 .content-box .lower-box .progress-inner .list-item li:last-child {
   margin-bottom: 0px;
 }

 .content_block_5 .content-box .lower-box .progress-inner .list-item li:before {
   position: absolute;
   content: "\f058";
   font-family: 'Font Awesome 5 Pro';
   font-size: 16px;
   left: 0px;
   top: 1px;
   font-weight: 700;
 }

 .content_block_5 .content-box .lower-box .progress-inner {
   position: relative;
   padding-top: 45px;
 }

 .content_block_5 .content-box .lower-box .progress-inner .list-item {
   margin-bottom: 55px;
 }

 .content_block_5 .content-box .lower-box .progress-inner .progress-box h6 {
   position: relative;
   display: block;
   font-size: 16px;
   line-height: 26px;
   font-weight: 700;
   margin-bottom: 7px;
 }

 .content_block_5 .content-box .lower-box .progress-inner .progress-content {
   margin-right: 30px;
 }

 .content_block_5 .content-box .lower-box .right-content {
   position: relative;
   display: block;
   padding: 60px 60px 51px 60px;
   margin-top: 13px;
 }

 .content_block_5 .content-box .lower-box .right-content .inner {
   position: relative;
   padding-left: 145px;
   min-height: 118px;
   padding-top: 5px;
   margin-bottom: 30px;
 }

 .content_block_5 .content-box .lower-box .right-content .inner .icon-box {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 118px;
   height: 118px;
   line-height: 118px;
   text-align: center;
   font-size: 60px;
   color: #fff;
 }

 .content_block_5 .content-box .lower-box .right-content .inner h3 {
   font-size: 24px;
   line-height: 34px;
   font-weight: 700;
   color: #fff;
   font-style: italic;
 }

 .content_block_5 .content-box .lower-box .right-content .text p {
   font-size: 18px;
   line-height: 34px;
   font-weight: 600;
   color: rgba(255, 255, 255, 0.7);
 }

 .solution-section .image-layer {
   position: absolute;
   left: 0px;
   top: 50%;
   width: 472px;
   height: 440px;
   -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
   -moz-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
   animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
 }


 /** team-section **/

 .team-section {
   position: relative;
 }

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

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

 .team-block-one .inner-box {
   position: relative;
   display: block;
   text-align: center;
   background: #fff;
 }

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

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

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

 .team-block-one .inner-box .lower-content {
   position: relative;
   padding: 26px 0px 25px 0px;
   border-bottom: 2px solid #e6edf4;
   transition: all 500ms ease;
 }

 .team-block-one .inner-box:hover .lower-content {
   padding-top: 46px;
   margin-bottom: -20px;
 }

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

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

 .team-block-one .inner-box .lower-content .social-links {
   position: absolute;
   left: 0px;
   top: -17px;
   width: 100%;
   opacity: 0;
   visibility: hidden;
   transition: all 500ms ease;
 }

 .team-block-one .inner-box:hover .lower-content .social-links {
   top: -27px;
   visibility: visible;
   opacity: 1;
 }

 .team-block-one .inner-box .lower-content .social-links li {
   position: relative;
   display: inline-block;
   margin: 0px 3px;
 }

 .team-block-one .inner-box .lower-content .social-links li a {
   position: relative;
   display: inline-block;
   font-size: 15px;
   color: #687f9b;
   background: #e6edf4;
   width: 52px;
   height: 52px;
   line-height: 52px;
   text-align: center;
   border-radius: 50%;
 }

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

 .team-block-one .inner-box .lower-content h5 {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 26px;
   font-weight: 700;
   margin-bottom: 4px;
 }

 .team-block-one .inner-box .lower-content h5 a {
   display: inline-block;
   color: #143a69;
 }

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

 .team-block-one .inner-box .lower-content .designation {
   position: relative;
   display: block;
   font-size: 12px;
   line-height: 20px;
   color: #687f9b;
   font-weight: 700;
   text-transform: uppercase;
 }


 /** download-section **/

 .download-section {
   position: relative;
 }

 .download-section .inner-box {
   position: relative;
   padding-bottom: 100px;
 }

 .download-section .inner-box h2 {
   position: relative;
   display: block;
   font-size: 50px;
   line-height: 55px;
   font-weight: 800;
   margin-bottom: 17px;
 }

 .download-section .inner-box p {
   font-size: 22px;
   line-height: 30px;
   font-weight: 600;
   font-style: italic;
   margin-bottom: 59px;
 }

 .download-section .inner-box .btn-box .theme-btn {
   text-align: left;
   padding: 22px 30px 22px 75px;
 }

 .download-section .inner-box .btn-box .theme-btn i {
   position: absolute;
   left: 40px;
   top: 27px;
   font-size: 30px;
 }

 .download-section .inner-box .btn-box .theme-btn span {
   position: relative;
   display: block;
   font-size: 14px;
   line-height: 14px;
   font-weight: 800;
   text-transform: none;
 }

 .download-section .inner-box .btn-box .theme-btn h5 {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 22px;
   font-weight: 800;
   color: #fff;
   text-transform: capitalize;
 }

 .download-section .inner-box .btn-box .theme-btn.google-play {
   margin-right: 16px;
 }

 .download-section .inner-box .image-box .image-1 {
   position: absolute;
   right: 0px;
   bottom: 0px;
   z-index: 1;
 }

 .download-section .inner-box .image-box .image-2 {
   position: absolute;
   right: 160px;
   bottom: 0px;
 }

 .pt-120 {
   padding-top: 120px;
 }


 /** contact-section **/

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

 .contact-section .default-form .form-group {
   padding: 0px 10px;
 }

 .contact-section .default-form {
   margin: 0px 5px;
 }

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

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

 .default-form .form-group input[type='text'],
 .default-form .form-group input[type='email'],
 .default-form .form-group input[type='tel'],
 .default-form .form-group textarea {
   position: relative;
   display: block;
   width: 100%;
   height: 70px;
   background: #fff;
   border: 1px solid #e6edf4;
   font-size: 14px;
   color: #687f9b;
   font-weight: 600;
   padding: 10px 20px;
   transition: all 500ms ease;
 }

 .default-form .form-group input::-webkit-input-placeholder {
   color: #687f9b;
 }

 .default-form .form-group textarea::-webkit-input-placeholder {
   color: #687f9b;
 }

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

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

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

 .contact-section .map-inner {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 50%;
   height: 100%;
   margin: 120px 0px;
 }

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

 .contact-section .map-inner .map-column {
   position: relative;
   padding-left: 229px;
 }

 .contact-section .map-inner .map-column .map-content {
   position: absolute;
   left: -141px;
   top: 250px;
   width: 620px;
   padding: 31px 30px;
   text-align: center;
   transform: rotate(-90deg);
 }

 .contact-section .map-inner .map-column .map-content h3 {
   position: relative;
   display: block;
   font-size: 24px;
   line-height: 32px;
   color: #fff;
   font-weight: 800;
 }

 .contact-section .map-inner .map-column .map-content h3 a {
   display: inline-block;
   color: #fff;
 }

 .contact-section .map-inner .map-column .map-content h3 a:hover {
   text-decoration: underline;
 }

 .contact-section .map-inner .map-column .map-content p {
   font-size: 18px;
   line-height: 26px;
   color: #fff;
   font-weight: 600;
   font-style: italic;
 }


 /*** 

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

***/


 /** page-title **/

 .page-title {
   position: relative;
   padding: 150px 0px 0px 0px;
   width: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .page-title .content-box .title {
   position: relative;
   margin-bottom: 100px;
 }

 .page-title .content-box .title h1 {
   position: relative;
   font-size: 60px;
   line-height: 70px;
   color: #fff;
   font-weight: 800;
 }

 .page-title .content-box .bread-crumb {
   position: relative;
   display: inline-block;
   background: #fff;
   padding: 8px 30px;
 }

 .page-title .content-box .bread-crumb li {
   position: relative;
   display: inline-block;
   font-size: 14px;
   line-height: 30px;
   font-weight: 700;
   color: #687f9b;
   padding-right: 18px;
   margin-right: 6px;
   letter-spacing: 1px;
   text-transform: uppercase;
 }

 .page-title .content-box .bread-crumb li a {
   color: #687f9b;
 }

 .page-title .content-box .bread-crumb li a:hover {}

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

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

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


 /** about-style-three **/

 .about-style-three {
   position: relative;
   padding-top: 120px;
 }

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

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

 .image_block_3 .image-box .image {
   position: relative;
   overflow: hidden;
   margin-bottom: 10px;
 }

 .image_block_3 .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_3 .image-box .image:hover:before {
   -webkit-animation: shine 1s;
   animation: shine 1s;
 }

 .image_block_3 .image-box .top-content {
   position: absolute;
   left: -110px;
   top: 55px;
   width: 165px;
   height: 165px;
   border-radius: 50%;
   text-align: center;
   padding: 30px 30px;
   z-index: 1;
 }

 .image_block_3 .image-box .top-content .icon-box {
   position: relative;
   font-size: 60px;
   line-height: 60px;
   color: #fff;
   margin-bottom: 5px;
 }

 .image_block_3 .image-box .top-content h4 {
   display: block;
   font-size: 20px;
   line-height: 20px;
   font-weight: 700;
   color: #fff;
 }

 .image_block_3 .image-box .bottom-content {
   position: relative;
   display: block;
   padding: 19.5px 30px;
   text-align: center;
 }

 .image_block_3 .image-box .bottom-content h4 {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 28px;
   color: #fff;
   font-style: italic;
   font-weight: 700;
 }

 .about-style-three .content_block_6 .content-box {
   margin-left: 70px;
   margin-top: -10px;
 }

 .content_block_6 .content-box .text {
   margin-bottom: 50px;
 }

 .content_block_6 .content-box p {
   font-size: 18px;
   line-height: 34px;
   font-weight: 600
 }

 .content_block_6 .content-box .inner-box .left-column,
 .content_block_6 .content-box .inner-box .right-column {
   width: 50%;
   position: relative;
 }

 .content_block_6 .content-box .inner-box .left-column {
   border-right: 1px solid #e6edf4;
   padding-right: 70px;
   margin-top: 7px;
 }

 .content_block_6 .content-box .inner-box .left-column .icon-box {
   position: relative;
   font-size: 65px;
   line-height: 60px;
   margin-bottom: 19px;
 }

 .content_block_6 .content-box .inner-box .right-column {
   padding-left: 55px;
 }

 .content_block_6 .content-box .inner-box p {
   font-size: 16px;
 }

 .content_block_6 .content-box .inner-box .right-column .single-item {
   margin-bottom: 18px;
 }

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

 .content_block_6 .content-box .inner-box .right-column .single-item .icon-box {
   position: relative;
   font-size: 16px;
   line-height: 26px;
   margin-bottom: 8px;
 }

 .content_block_6 .content-box .inner-box .right-column .single-item h5 {
   position: relative;
   font-size: 18px;
   line-height: 26px;
   font-weight: 700;
   margin-bottom: 5px;
 }

 .content_block_6 .content-box .sec-title {
   margin-bottom: 35px;
 }

 .content_block_6 .content-box .inner-box {
   position: relative;
   margin-bottom: 30px;
   padding-bottom: 50px;
   border-bottom: 1px solid #e6edf4;
 }

 .content_block_6 .content-box .support-box h3 {
   position: relative;
   display: block;
   font-size: 30px;
   line-height: 38px;
   font-weight: 800;
 }

 .content_block_6 .content-box .support-box h3 a {
   display: inline-block;
 }

 .content_block_6 .content-box .support-box h3 span {
   position: relative;
   display: inline-block;
   font-size: 18px;
   font-weight: 600;
   color: #687f9b;
   font-style: italic;
   margin-left: 8px;
 }

 .content_block_6 .content-box .support-box h3 a:hover {}


 /** process-section **/

 .process-section {
   position: relative;
   border-bottom: 1px solid #e6edf4;
 }

 .process-block-one .inner-box {
   position: relative;
   display: block;
   padding: 0px 20px;
 }

 .process-block-one .inner-box .icon-box {
   position: relative;
   display: inline-block;
   width: 190px;
   height: 190px;
   line-height: 190px;
   font-size: 65px;
   background: #fff;
   border-radius: 50%;
   z-index: 1;
   margin-bottom: 35px;
   box-shadow: 0 0px 40px rgba(0, 0, 0, 0.07);
   transition: all 500ms ease;
 }

 .process-block-one .inner-box:hover .icon-box {
   color: #fff;
 }

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

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

 .process-block-one .inner-box h4 {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 28px;
   font-weight: 700;
   margin-bottom: 32px;
 }

 .process-block-one .inner-box p {
   position: relative;
   font-size: 16px;
   line-height: 30px;
   font-weight: 600;
   margin-bottom: 38px;
 }

 .process-block-one .inner-box span {
   position: relative;
   display: inline-block;
   font-size: 12px;
   line-height: 20px;
   font-weight: 700;
   color: #687f9b;
   text-transform: uppercase;
   letter-spacing: 1px;
   background: #e6edf4;
   padding: 9px 32px;
   text-align: center;
   transition: all 500ms ease;
 }

 .process-block-one .inner-box:hover span {
   color: #fff;
 }

 .process-block-one .inner-box span:before {
   position: absolute;
   content: '';
   background: #e6edf4;
   width: 20px;
   height: 20px;
   left: 50%;
   transform: translateX(-50%) rotate(45deg);
   top: -8px;
   z-index: -1;
   transition: all 500ms ease;
 }

 .process-block-one .inner-box:hover span:before {}

 .process-block-one .inner-box .arrow {
   position: absolute;
   top: 70px;
   right: -46px;
   width: 64px;
   height: 52px;
   background-repeat: no-repeat;
 }

 .process-section .map-layer {
   position: absolute;
   left: 0px;
   top: 130px;
   right: 0px;
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
   background-position: center;
 }

 .process-section .sec-title {
   margin-bottom: 55px;
 }


 /** faq-section **/

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

 .accordion-box .block {
   position: relative;
   display: block;
   border: 1px solid #e1e7ee;
   margin-bottom: 10px;
   background: #fff;
   transition: all 500ms ease;
 }

 .accordion-box .block.active-block {
   box-shadow: 0 0px 50px rgba(0, 0, 0, 0.07);
   border: 1px solid #e6edf4;
 }

 .accordion-box .block:last-child {
   margin-bottom: 0px;
 }

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

 .accordion-box .block .acc-btn {
   position: relative;
   display: block;
   padding: 20px 60px 25px 40px;
   cursor: pointer;
 }

 .accordion-box .block .acc-btn h5 {
   font-size: 18px;
   line-height: 26px;
   font-weight: 700;
 }

 .accordion-box .block .acc-btn.active h5 {}

 .accordion-box .block .acc-btn .icon-outer {
   position: absolute;
   top: 19px;
   right: 38px;
   font-size: 14px;
   font-weight: 700;
   text-align: center;
   cursor: pointer;
   transition: all 500ms ease;
   z-index: 1;
 }

 .accordion-box .block .acc-btn.active .icon-outer i:before {
   position: relative;
   font-size: 15px;
   font-family: 'Font Awesome 5 Pro';
   margin: 0px;
   content: "\f068";
 }

 .accordion-box .block .acc-content {
   position: relative;
   display: none;
   padding: 5px 40px 32px 40px;
 }

 .accordion-box .block .acc-content p {
   font-size: 16px;
   line-height: 34px;
   font-weight: 600;
   margin: 0px;
 }

 .faq-section .sec-title {
   margin-bottom: 27px;
 }

 .faq-section .title-inner .image-box {
   position: relative;
   display: block;
 }

 .faq-section .title-inner .image-box img {
   width: 100%;
 }

 .faq-section .title-inner {
   position: relative;
   margin-top: 17px;
 }


 /** gallery-page-section **/

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

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


 /*** 

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

***/

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

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

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

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

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


 /*** 

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

***/


 .service-details {
   position: relative;
 }

 .service-sidebar .categories-widget {
   position: relative;
   display: block;
   background: #f3f7fa;
   margin-bottom: 30px;
 }

 .service-sidebar .categories-widget .widget-title {
   position: relative;
   display: block;
   padding: 21px 50px;
 }

 .service-sidebar .categories-widget .widget-title h4 {
   font-size: 20px;
   line-height: 28px;
   color: #fff;
   font-weight: 700;
 }

 .service-sidebar .categories-widget .categories-list li {
   position: relative;
   display: block;
 }

 .service-sidebar .categories-widget .categories-list li a {
   position: relative;
   display: block;
   font-size: 16px;
   line-height: 26px;
   color: #687f9b;
   font-weight: 600;
   background: transparent;
   padding: 16px 50px;
 }

 .service-sidebar .categories-widget .categories-list li a.current,
 .service-sidebar .categories-widget .categories-list li a:hover {
   color: #fff;
   background: #194376;
 }

 .service-sidebar .categories-widget .categories-list li a:before {
   font-family: 'Font Awesome 5 Pro';
   content: "\f105";
   position: absolute;
   right: 50px;
   top: 15px;
   display: inline-block;
   color: #687f9b;
   width: 28px;
   height: 28px;
   line-height: 28px;
   background: #fff;
   border-radius: 50%;
   font-size: 15px;
   text-align: center;
   transition: all 500ms ease;
 }

 .service-sidebar .categories-widget .categories-list li a.current:before,
 .service-sidebar .categories-widget .categories-list li a:hover:before {
   color: #fff;
 }

 .service-sidebar .categories-widget .categories-list {
   position: relative;
   padding: 23px 0px 35px 0px;
 }

 .service-sidebar .support-box {
   position: relative;
   width: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   padding: 51px 30px 55px 30px;
   margin-bottom: 30px;
 }

 .service-sidebar .support-box:before {
   position: absolute;
   content: '';
   background: #194376;
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   right: 0px;
   opacity: 0.9;
 }

 .service-sidebar .support-box .inner h2 {
   position: relative;
   font-size: 40px;
   line-height: 48px;
   font-weight: 800;
   color: #fff;
   font-style: italic;
   margin-bottom: 20px;
 }

 .service-sidebar .support-box .inner .icon-box {
   position: relative;
   display: inline-block;
   width: 110px;
   height: 110px;
   line-height: 110px;
   text-align: center;
   font-size: 60px;
   color: #fff;
   border-radius: 50%;
   margin-bottom: 22px;
 }

 .service-sidebar .support-box .inner h3 {
   position: relative;
   display: block;
   font-size: 30px;
   line-height: 38px;
   color: #fff;
   font-weight: 800;
   margin-bottom: 0px;
 }

 .service-sidebar .support-box .inner h3 a {
   display: inline-block;
   color: #fff;
 }

 .service-sidebar .support-box .inner h3 a:hover {}

 .service-sidebar .support-box .inner p {
   position: relative;
   display: block;
   font-size: 14px;
   line-height: 26px;
   font-weight: 600;
   color: rgba(255, 255, 255, 0.6);
 }

 .service-sidebar .download-borucher a {
   position: relative;
   display: block;
   font-size: 14px;
   line-height: 24px;
   font-weight: 700;
   color: #fff;
   text-transform: uppercase;
   text-align: center;
   padding: 23px 15px;
 }

 .service-sidebar .download-borucher a:hover {}

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

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

 .service-details-content .image-box .icon-box {
   position: absolute;
   left: 50px;
   bottom: -47px;
   width: 94px;
   height: 94px;
   line-height: 94px;
   text-align: center;
   font-size: 60px;
   color: #fff;
 }

 .service-details-content h2 {
   position: relative;
   display: block;
   font-size: 34px;
   line-height: 44px;
   font-weight: 800;
   margin-bottom: 40px;
 }

 .service-details-content p {
   font-size: 18px;
   line-height: 34px;
   font-weight: 600;
 }

 .service-details-content .content-one .text p {
   margin-bottom: 34px;
 }

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

 .service-details-content .content-one {
   position: relative;
   margin-bottom: 54px;
 }

 .service-details-content .content-two {
   position: relative;
   display: block;
   background: #f3f7fa;
   padding: 57px 60px 50px 60px;
   margin-bottom: 55px;
 }

 .service-details-content .content-two .single-item {
   position: relative;
 }

 .service-details-content .content-two .single-item .icon-box {
   position: relative;
   display: inline-block;
   font-size: 65px;
   line-height: 65px;
   margin-bottom: 22px;
 }

 .service-details-content .content-two .single-item h4 {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 28px;
   font-weight: 700;
   margin-bottom: 27px;
 }

 .service-details-content .content-two .single-item p {
   font-size: 16px;
   line-height: 32px;
 }

 .service-details-content .two-column .image {
   position: relative;
   display: block;
 }

 .service-details-content .two-column .image img {
   width: 100%;
 }

 .service-details-content h3 {
   position: relative;
   display: block;
   font-size: 30px;
   line-height: 38px;
   font-weight: 700;
 }

 .service-details-content .two-column .text h3 {
   margin-bottom: 36px;
 }

 .service-details-content .two-column .text h4 {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 34px;
   font-weight: 700;
   font-style: italic;
   margin-bottom: 39px;
 }

 .service-details-content .two-column .text .list-item li {
   position: relative;
   display: block;
   font-size: 16px;
   line-height: 26px;
   font-weight: 700;
   color: #194376;
   margin-bottom: 12px;
   padding-left: 35px;
 }

 .service-details-content .two-column .text .list-item li:before {
   position: absolute;
   content: "\f058";
   font-family: 'Font Awesome 5 Pro';
   font-size: 16px;
   left: 0px;
   top: 1px;
   font-weight: 700;
 }

 .service-details-content .two-column .text .list-item li:last-child {
   margin-bottom: 0px;
 }

 .service-details-content .two-column .text {
   position: relative;
   margin-top: -7px;
 }

 .service-details-content .two-column {
   position: relative;
   margin-bottom: 51px;
 }

 .service-details-content .content-three .text {
   margin-bottom: 55px;
 }

 .service-details-content .content-three .text h3 {
   margin-bottom: 41px;
 }

 .service-details-content .accordion-box .block {
   position: relative;
   display: block;
   border: 1px solid #e6edf4;
   margin-bottom: 10px;
   background: #fff;
   box-shadow: none;
   transition: all 500ms ease;
 }

 .service-details-content .accordion-box .block.active-block {
   background: #f3f7fa;
   border: 1px solid #f3f7fa;
   box-shadow: none;
 }

 .service-details-content .accordion-box .block:last-child {
   margin-bottom: 0px;
 }

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

 .service-details-content .accordion-box .block .acc-btn {
   position: relative;
   display: block;
   padding: 20px 60px 25px 40px;
   cursor: pointer;
 }

 .service-details-content .accordion-box .block .acc-btn h5 {
   font-size: 18px;
   line-height: 26px;
   font-weight: 700;
   transition: all 500ms ease;
 }

 .service-details-content .accordion-box .block .acc-btn.active h5 {}

 .service-details-content .accordion-box .block .acc-btn .icon-outer {
   position: absolute;
   top: 19px;
   right: 38px;
   font-size: 14px;
   font-weight: 700;
   text-align: center;
   cursor: pointer;
   transition: all 500ms ease;
   z-index: 1;
 }

 .service-details-content .accordion-box .block .acc-btn.active .icon-outer i:before {
   position: relative;
   font-size: 14px;
   font-family: 'Font Awesome 5 Pro';
   margin: 0px;
   content: "\f068";
   font-weight: 700;
 }

 .service-details-content .accordion-box .block .acc-content {
   position: relative;
   display: none;
   padding: 5px 60px 40px 40px;
 }



 /*** 

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

***/

 .blog-grid {
   position: relative;
   padding: 120px 0px;
 }

 .blog-grid .news-block-one .inner-box {
   margin-bottom: 30px;
 }

 .blog-grid .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: 44px;
   font-weight: 800;
   margin-bottom: 33px;
 }

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

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

 .news-block-one .inner-box .lower-content p {
   display: block;
   font-size: 18px;
   line-height: 34px;
   font-weight: 600;
   padding-bottom: 24px;
   margin-bottom: 21px;
   border-bottom: 1px solid #e6edf4;
 }

 .blog-standard-content .news-block-one .inner-box {
   margin-bottom: 30px;
 }

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

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

 .blog-sidebar .sidebar-search .search-form .form-group input[type='search'] {
   position: relative;
   width: 100%;
   height: 50px;
   background: transparent;
   border: 1px solid transparent;
   font-size: 16px;
   font-weight: 500;
   color: #fff;
   padding: 10px 60px 10px 20px;
   transition: all 500ms ease;
 }

 .blog-sidebar .sidebar-search .search-form .form-group input:focus {
   border-color: #fff;
 }

 .blog-sidebar .sidebar-search .search-form .form-group input::-webkit-input-placeholder {
   color: #fff;
 }

 .blog-sidebar .sidebar-search .search-form .form-group button {
   position: absolute;
   top: 9px;
   right: 19px;
   font-size: 16px;
   color: #fff;
   background: transparent;
   cursor: pointer;
   z-index: 1;
   transition: all 500ms ease;
 }

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

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

 .blog-sidebar .sidebar-post {
   padding: 44px 15px 18px 15px !important;
 }

 .blog-sidebar .sidebar-post .post {
   position: relative;
   display: block;
   padding: 23px 25px 23px 130px;
   min-height: 129px;
   transition: all 500ms ease;
 }

 .blog-sidebar .sidebar-post .post:hover {
   background: #fff;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
 }

 .blog-sidebar .sidebar-post .post .post-thumb {
   position: absolute;
   left: 35px;
   top: 30px;
   width: 70px;
   height: 68px;
   overflow: hidden;
 }

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

 .blog-sidebar .sidebar-post .post:hover .post-thumb img {
   opacity: 0.2;
 }

 .blog-sidebar .sidebar-post .post .post-date {
   position: relative;
   display: block;
   font-size: 12px;
   line-height: 24px;
   font-weight: 700;
   text-transform: uppercase;
   margin-bottom: 7px;
 }

 .blog-sidebar .sidebar-post .post h6 {
   position: relative;
   display: block;
   font-size: 16px;
   line-height: 26px;
   font-weight: 700;
 }

 .blog-sidebar .sidebar-post .post h6 a {
   display: inline-block;
   color: #194376;
 }

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

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

 .blog-sidebar .widget-title h4 {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 28px;
   font-weight: 700;
 }

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

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

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

 .blog-sidebar .category-widget .category-list li a {
   position: relative;
   display: block;
   font-size: 16px;
   font-weight: 600;
   color: #687f9b;
 }

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

 .blog-sidebar .category-widget .category-list li a:before {
   position: absolute;
   right: 0px;
   top: 2px;
   content: "\f105";
   font-family: 'Font Awesome 5 Pro';
   font-size: 15px;
   font-weight: 700;
   color: #687f9b;
   background: #fff;
   width: 28px;
   height: 28px;
   line-height: 28px;
   text-align: center;
   border-radius: 50%;
   transition: all 500ms ease;
 }

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

 .blog-sidebar .category-widget {
   padding: 44px 50px 38px 50px;
 }

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

 .blog-sidebar .tags-widget .tags-list li a {
   position: relative;
   display: inline-block;
   font-size: 11px;
   line-height: 22px;
   font-weight: 700;
   color: #687f9b;
   text-transform: uppercase;
   background: #fff;
   padding: 9px 24px 7px 24px;
   text-align: center;
 }

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

 .blog-sidebar .tags-widget {
   padding: 44px 50px 40px 50px;
 }

 .blog-sidebar .tags-widget .widget-title {
   margin-bottom: 28px;
 }

 .blog-details-content .news-block-one .inner-box {
   box-shadow: none !important;
 }

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

 .blog-details-content .news-block-one .inner-box .lower-content p {
   border-bottom: none;
 }

 .blog-details-content .news-block-one .inner-box .lower-content .text {
   border-bottom: 1px solid #e6edf4;
 }

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

 .blog-details-content .post-share-option .tags li h5 {
   font-size: 18px;
   line-height: 38px;
   font-weight: 700;
 }

 .blog-details-content .post-share-option .tags li a {
   position: relative;
   display: inline-block;
   font-size: 11px;
   line-height: 24px;
   color: #687f9b;
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 1px;
   text-align: center;
   background: #e6edf4;
   padding: 7px 21px;
 }

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

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

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

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

 .blog-details-content .post-share-option .social-links li a {
   position: relative;
   display: inline-block;
   font-size: 13px;
   color: #687f9b;
   width: 38px;
   height: 38px;
   line-height: 38px;
   background: #e6edf4;
   text-align: center;
   border-radius: 50%;
 }

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

 .blog-details-content .post-share-option {
   position: relative;
   display: block;
   padding: 20px 0px;
 }

 .blog-details-content .news-block-one .inner-box .lower-content p {
   margin-bottom: 10px;
 }

 .blog-details-content .news-block-one .inner-box .lower-content {
   padding-bottom: 0px;
 }

 .blog-details-content .news-block-one {
   margin-bottom: 60px;
 }

 .blog-details-content .author-box {
   position: relative;
   display: block;
   background: #f3f7fa;
   padding: 56px 50px 54px 270px;
   margin-bottom: 52px;
 }

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

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

 .blog-details-content .author-box .inner h4 {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 28px;
   font-weight: 700;
   margin-bottom: 38px;
 }

 .blog-details-content .author-box .inner p {
   font-size: 18px;
   line-height: 34px;
   font-weight: 600;
 }

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

 .blog-details-content .group-title h3 {
   font-size: 30px;
   line-height: 38px;
   font-weight: 700;
 }

 .blog-details-content .comment-box .comment {
   position: relative;
   display: block;
   padding-left: 180px;
   padding-bottom: 53px;
   border-bottom: 1px solid #e6e6e6;
   margin-bottom: 55px;
 }

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

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

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

 .blog-details-content .comment-box .comment .comment-info h4 {
   position: relative;
   font-size: 20px;
   line-height: 28px;
   float: left;
   font-weight: 700;
   margin-right: 12px;
 }

 .blog-details-content .comment-box .comment .comment-info .post-date {
   position: relative;
   float: left;
   font-size: 16px;
   font-weight: 600;
   line-height: 32px;
   color: #687f9b;
 }

 .blog-details-content .comment-box .comment .comment-info .post-date i {
   margin-right: 5px;
 }

 .blog-details-content .comment-box .comment .comment-info {
   position: relative;
   margin-bottom: 34px;
 }

 .blog-details-content .comment-box .comment .reply-btn {
   position: absolute;
   display: inline-block;
   top: 5px;
   right: 0px;
   font-size: 16px;
   line-height: 26px;
   font-weight: 600;
   text-transform: uppercase;
   color: #fff;
   padding: 7px 14px 5px 14px;
   letter-spacing: 1px;
   z-index: 1;
 }

 .blog-details-content .comment-box .comment .reply-btn:hover {
   background: #194376;
 }

 .blog-details-content .comment-box .comment .comment-inner p {
   font-size: 16px;
   line-height: 34px;
   font-weight: 600;
 }

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

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

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

 .default-form .form-group input[type='text'],
 .default-form .form-group input[type='email'],
 .default-form .form-group input[type='tel'],
 .default-form .form-group textarea {
   position: relative;
   display: block;
   width: 100%;
   height: 70px;
   border: 1px solid #e6edf4;
   font-size: 14px;
   color: #687f9b;
   font-weight: 600;
   padding: 10px 30px;
   transition: all 500ms ease;
 }

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

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

 .default-form .form-group .theme-btn-one {
   padding: 22px 60px;
   font-size: 14px;
 }



 /*** 

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

***/

 .contact-style-two {
   position: relative;
   padding: 120px 0px;
 }

 .contact-style-two .info-inner {
   position: relative;
   display: block;
   background: #f3f7fa;
   padding: 20px 10px 50px 0px;
 }

 .contact-style-two .info-inner .info-list li {
   position: relative;
   display: block;
   padding: 38px 20px 38px 100px;
   border-bottom: 1px solid #fff;
 }

 .contact-style-two .info-inner .info-list li:last-child {
   border-bottom: none;
 }

 .contact-style-two .info-inner .info-list li i {
   position: absolute;
   left: 50px;
   top: 42px;
   font-size: 30px;
   line-height: 30px;
 }

 .contact-style-two .info-inner .info-list li p {
   position: relative;
   display: block;
   font-size: 14px;
   line-height: 22px;
   font-weight: 600;
   margin-bottom: 0px;
 }

 .contact-style-two .info-inner .info-list li h6 {
   position: relative;
   display: block;
   font-size: 16px;
   line-height: 24px;
   font-weight: 700;
 }

 .contact-style-two .info-inner .info-list li h6 a {
   display: inline-block;
   color: #194376;
 }

 .contact-style-two .info-inner .info-list li h6 a:hover {}

 .contact-style-two .info-inner .btn-box {
   position: relative;
   display: block;
   padding: 0px 50px;
 }

 .contact-style-two .info-inner .btn-box .theme-btn {
   display: block;
   width: 100%;
   padding: 12px 40px;
   font-size: 12px;
 }

 .contact-style-two .content_block_6 .content-box {
   margin-top: 14px;
 }

 .google-map-section {
   position: relative;
   width: 100%;
 }

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

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

 .pt-140 {
   padding-top: 140px;
 }

 .map-inner iframe {
   margin-bottom: -12px;
 }

 .theme-btn.style-two.cta:hover {}