 /* Css For Dormatic */
 /************ 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: #555555;
     line-height: 28px;
     font-weight: 400;
     background: #ffffff;
     font-family: 'Barlow', sans-serif;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center top;
     -webkit-font-smoothing: antialiased;
 }
 
 @media (min-width:1200px) {
     .container {
         max-width: 1170px;
         padding: 0px 15px;
     }
 }
 
 .large-container {
     max-width: 1450px;
     padding: 0px 15px;
     margin: 0 auto;
 }
 
 .container-fluid {
     padding: 0px;
 }
 
 .auto-container {
     position: static;
     max-width: 1170px;
     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: 'Barlow', sans-serif;
     font-weight: 400;
     font-size: 15px;
 }
 
 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: 'Barlow', sans-serif;
     color: #555555;
     font-weight: 400;
     margin: 0px;
     transition: all 500ms ease;
 }
 
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     position: relative;
     font-family: 'Barlow', sans-serif;
     font-weight: 400;
     color: #222222;
     margin: 0px;
     transition: all 500ms ease;
 }
 
 .preloader {
     position: fixed;
     left: 0px;
     top: 0px;
     height: 100%;
     width: 100%;
     z-index: 999999;
     background-color: #20445a;
     background-position: center center;
     background-repeat: no-repeat;
     background-image: url(../images/icons/preloader.svg);
 }
 
 .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-one {
     position: relative;
     display: inline-block;
     font-size: 18px;
     line-height: 26px;
     font-family: 'Barlow', sans-serif;
     font-weight: 700;
     color: #fff !important;
     text-align: center;
     padding: 17px 37px;
     text-transform: uppercase;
     z-index: 1;
     transition: all 500ms ease;
 }
 
 .theme-btn-one:hover {
     background: #20445a;
 }
 
 .theme-btn-one:before {
     position: absolute;
     content: '';
     width: 100%;
     height: 0%;
     background: #20445a;
     left: 0px;
     top: 0px;
     z-index: -1;
     transition: all 500ms ease;
 }
 
 .theme-btn-one:hover:before {
     height: 50%;
 }
 
 .theme-btn-one:after {
     position: absolute;
     content: '';
     width: 100%;
     height: 0%;
     background: #20445a;
     left: 0px;
     bottom: 0px;
     z-index: -1;
     transition: all 500ms ease;
 }
 
 .theme-btn-one:hover:after {
     height: 50%;
 }
 
 .theme-btn-one .btn-shape {
     position: absolute;
     left: 0px;
     top: 0px;
     right: 0px;
     width: 100%;
     height: 100%;
 }
 
 .theme-btn-one .btn-shape:before {
     position: absolute;
     content: '';
     background: rgba(255, 255, 255, 0.4);
     width: 8px;
     height: 8px;
     left: 0px;
     bottom: 0px;
     transition: all 500ms ease;
 }
 
 .theme-btn-one:hover .btn-shape:before {
     bottom: 86%;
 }
 
 .theme-btn-one .btn-shape:after {
     position: absolute;
     content: '';
     background: rgba(255, 255, 255, 0.4);
     width: 8px;
     height: 8px;
     top: 0px;
     right: 0px;
     transition: all 500ms ease;
 }
 
 .theme-btn-one:hover .btn-shape:after {
     top: 86%;
 }
 
 .pagination {
     position: relative;
     display: block;
 }
 
 .pagination li {
     display: inline-block;
     margin: 0px 5px;
 }
 
 .pagination li a {
     position: relative;
     display: inline-block;
     font-size: 18px;
     font-weight: 700;
     height: 47px;
     width: 47px;
     line-height: 47px;
     background: transparent;
     text-align: center;
     color: #20445a;
     border-radius: 50%;
     z-index: 1;
     border: 1px dashed #20445a;
     transition: all 500ms ease;
 }
 
 .sec-pad {
     padding: 110px 0px 120px 0px !important;
 }
 
 .sec-pad-2 {
     padding: 110px 0px !important;
 }
 
 .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: 25px;
 }
 
 .sec-title span {
     position: relative;
     display: inline-block;
     font-size: 14px;
     line-height: 24px;
     font-weight: 600;
     color: #20445a;
     padding-left: 25px;
     margin-bottom: 6px;
     text-transform: uppercase;
 }
 
 .sec-title span:before {
     position: absolute;
     content: '';
     background: url(../images/icons/brand-icon-2.png);
     width: 33px;
     height: 30px;
     left: 0px;
     top: -16px;
     background-repeat: no-repeat;
 }
 
 .sec-title h2 {
     position: relative;
     display: block;
     font-size: 48px;
     line-height: 58px;
     font-weight: 700;
     margin: 0px;
 }
 
 .sec-title.light h2,
 .sec-title.light span {
     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;
     left: 0px;
     top: 0px;
     width: 100%;
     z-index: 0;
     background: #fff;
     border-bottom: 1px solid rgba(0, 0, 0, 0.1);
     transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
 }
 
 .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: #20445a;
     padding: 21px 0px 66px 0px;
 }
 
 .header-top .top-inner .info li {
     position: relative;
     display: inline-block;
     color: #fff;
     margin-right: 37px;
     padding-left: 23px;
 }
 
 .header-top .top-inner .info li i {
     position: absolute;
     left: 0px;
     top: 6px;
     font-size: 18px;
 }
 
 .header-top .top-inner .info li:last-child {
     margin: 0px !important;
 }
 
 .header-top .top-inner .info li:before {
     position: absolute;
     content: '';
     background: rgba(255, 255, 255, 0.2);
     width: 1px;
     height: 20px;
     top: 5px;
     right: -20px;
 }
 
 .header-top .top-inner .info li:last-child:before {
     display: none;
 }
 
 .header-top .top-inner .social-links li {
     position: relative;
     display: inline-block;
     margin-right: 15px;
 }
 
 .header-top .top-inner .social-links li:last-child {
     margin: 0px !important;
 }
 
 .header-top .top-inner .social-links li a {
     position: relative;
     display: inline-block;
     font-size: 16px;
     color: #fff;
 }
 
 .header-top .top-inner .social-links {
     position: relative;
     display: inline-block;
     padding-right: 21px;
     margin-right: 15px;
 }
 
 .header-top .top-inner .social-links:before {
     position: absolute;
     content: '';
     background: rgba(255, 255, 255, 0.2);
     width: 1px;
     height: 20px;
     top: 5px;
     right: 0px;
 }
 
 .header-top .top-inner .dropdown-box {
     position: relative;
     display: inline-block;
 }
 
 .header-top .top-inner .dropdown-box .language,
 .header-top .top-inner .dropdown-box .money-box {
     position: relative;
     display: inline-block;
 }
 
 .header-top .top-inner .dropdown-box .link {
     position: relative;
     display: inline-block;
     font-size: 16px;
     line-height: 24px;
     color: #fff;
     cursor: pointer;
     padding-right: 20px;
 }
 
 .header-top .top-inner .dropdown-box .link:before {
     position: absolute;
     content: '';
     width: 100%;
     height: 30px;
     left: 0px;
     top: 0px;
 }
 
 .header-top .top-inner .dropdown-box .link:after {
     position: absolute;
     content: "\f107";
     font-family: 'Font Awesome 5 Pro';
     font-size: 16px;
     color: #fff;
     font-weight: 400;
     top: 1px;
     right: 0px;
 }
 
 .header-top .top-inner .dropdown-box ul {
     position: absolute;
     opacity: 0;
     visibility: hidden;
     left: 0px;
     top: 40px;
     width: 100px;
     padding: 5px 15px;
     background: #fff;
     box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
     z-index: 2;
     transition: all 500ms ease;
 }
 
 .header-top .top-inner .dropdown-box .language:hover ul,
 .header-top .top-inner .dropdown-box .money-box:hover ul {
     opacity: 1;
     visibility: visible;
     top: 30px;
 }
 
 .header-top .top-inner .dropdown-box ul li {
     position: relative;
     display: block;
     padding: 0px 0px;
     border-bottom: 1px solid #e5e5e5;
 }
 
 .header-top .top-inner .dropdown-box ul li:last-child {
     border-bottom: none;
 }
 
 .header-top .top-inner .dropdown-box ul li a {
     position: relative;
     display: inline-block;
     font-size: 15px;
     color: #555;
 }
 
 .header-top .top-inner .dropdown-box .language {
     padding-right: 20px;
     margin-right: 17px;
 }
 
 .header-top .top-inner .dropdown-box .language:before {
     position: absolute;
     content: '';
     background: rgba(255, 255, 255, 0.2);
     width: 1px;
     height: 20px;
     top: 6px;
     right: 0px;
 }
 /** search box btn **/
 
 .main-header .search-box-outer {
     position: relative;
     display: inline-block;
     float: left;
     margin-right: 5px;
 }
 
 .main-header .search-box-btn {
     position: relative;
     font-size: 20px;
     width: 60px;
     height: 60px;
     line-height: 60px;
     text-align: center;
     border: 2px solid #eeeeee;
     color: #444444;
     cursor: pointer;
     display: inline-block;
     background: transparent;
     transition: all 500ms ease;
 }
 
 .main-header .search-box-outer .dropdown-menu {
     top: 70px !important;
     padding: 0px;
     width: 330px;
     border-radius: 0px;
     background: #ffffff;
     right: 0;
     left: auto !important;
     transform: translate3d(0px, 0px, 0px) scale3d(0.8, 0.8, 0.8) !important;
     border-color: transparent;
     border-radius: 3px;
     box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
     transition: .5s ease;
     display: block;
     opacity: 0;
     visibility: hidden;
 }
 
 .main-header .search-box-outer .show .dropdown-menu {
     display: block;
     transform: scale3d(1, 1, 1)!important;
     opacity: 1;
     visibility: visible;
 }
 
 .main-header .search-panel .form-container {
     padding: 30px;
 }
 
 .main-header .search-panel .form-group {
     position: relative;
     margin: 0px;
 }
 
 .main-header .search-panel input[type="text"],
 .main-header .search-panel input[type="search"],
 .main-header .search-panel input[type="password"],
 .main-header .search-panel select {
     display: block;
     width: 100%;
     line-height: 24px;
     padding: 9px 50px 9px 15px;
     height: 50px;
     border: 1px solid #f3f5fe;
     border-radius: 3px;
     background: #f3f5fe;
 }
 
 .main-header .search-panel input:focus,
 .main-header .search-panel select:focus {
     border-color: #f3f5fe;
 }
 
 .main-header .search-panel .search-btn {
     position: absolute;
     right: 1px;
     top: 1px;
     width: 50px;
     height: 48px;
     text-align: center;
     color: #111111;
     background: #f3f5fe;
     font-size: 14px;
     border-radius: 0px 3px 3px 0px;
     cursor: pointer;
 }
 
 .dropdown-toggle::after {
     display: none;
 }
 
 .main-header .menu-right-content {
     position: relative;
     float: left;
     padding: 30px 0px;
     margin-left: 40px;
 }
 
 .main-header .menu-right-content .btn-box {
     position: relative;
     display: inline-block;
     float: left;
 }
 
 .main-header.style-one .header-lower {
     position: relative;
     display: block;
     width: 100%;
 }
 
 .main-header.style-one .header-lower .outer-box {
     position: absolute;
     left: 0px;
     top: -43px;
     width: 100%;
     background: #fff;
     padding: 0px 30px;
 }
 
 .main-header .logo-box {
     position: relative;
     padding: 30.5px 0px;
 }
 
 .main-header .logo-box .logo {
     position: relative;
     max-width: 202px;
     width: 100%;
 }
 
 .main-header .logo-box .logo img {
     width: 100%;
 }
 /** 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: 45px 0px;
     margin: 0px 12px;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .main-menu .navigation>li:last-child {
     margin-right: 0px !important;
 }
 
 .main-menu .navigation>li:first-child {
     margin-left: 0px !important;
 }
 
 .main-menu .navigation>li>a {
     position: relative;
     display: block;
     text-align: center;
     font-size: 18px;
     line-height: 30px;
     font-weight: 500;
     opacity: 1;
     color: #222;
     z-index: 1;
     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;
 }
 
 .main-menu .navigation>li>a:before {
     position: absolute;
     content: '';
     width: 100%;
     height: 2px;
     left: 0px;
     top: -15px;
     transform: scale(0, 0);
     transition: all 500ms ease;
 }
 
 .sticky-header .outer-box {
     position: relative;
 }
 
 .main-menu .navigation>li:hover>a:before,
 .main-menu .navigation>li.current>a:before {
     transform: scale(1, 1);
 }
 
 .main-menu .navigation>li>ul,
 .main-menu .navigation>li>.megamenu {
     position: absolute;
     left: inherit;
     top: 100%;
     width: 230px;
     z-index: 100;
     display: none;
     opacity: 0;
     visibility: hidden;
     padding: 10px 0px;
     filter: alpha(opacity=0);
     background: #fff;
     border-radius: 0px 0px 10px 10px;
     -webkit-transition: all 0.2s ease-out;
     transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
     -ms-transition: all 0.2s ease-out;
     -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
     box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
     -webkit-transform: rotateX(-90deg);
     transform: rotateX(-90deg);
     -webkit-transform-origin: 0 0;
     transform-origin: 0 0;
 }
 
 .main-menu .navigation>li>ul.from-right {
     left: auto;
     right: 0px;
 }
 
 .main-menu .navigation>li>ul>li {
     position: relative;
     width: 100%;
     padding: 0px 30px;
     -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
     transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
     opacity: 0;
     visibility: hidden;
     -webkit-transform: translateY(5px);
     transform: translateY(5px);
 }
 
 .main-menu .navigation>li:hover>ul>li {
     opacity: 1;
     visibility: visible;
     -webkit-transform: translateY(0);
     transform: translateY(0);
 }
 
 .main-menu .navigation>li>ul>li:nth-child(2n+1) {
     -webkit-transition-delay: 0.1s;
     transition-delay: 0.1s;
 }
 
 .main-menu .navigation>li>ul>li:nth-child(2n+2) {
     -webkit-transition-delay: 0.15s;
     transition-delay: 0.15s;
 }
 
 .main-menu .navigation>li>ul>li:nth-child(2n+3) {
     -webkit-transition-delay: 0.2s;
     transition-delay: 0.2s;
 }
 
 .main-menu .navigation>li>ul>li:nth-child(2n+4) {
     -webkit-transition-delay: 0.25s;
     transition-delay: 0.25s;
 }
 
 .main-menu .navigation>li>ul>li:nth-child(2n+5) {
     -webkit-transition-delay: 0.3s;
     transition-delay: 0.3s;
 }
 
 .main-menu .navigation>li>ul>li:nth-child(2n+6) {
     -webkit-transition-delay: 0.35s;
     transition-delay: 0.35s;
 }
 
 .main-menu .navigation>li>ul>li:nth-child(2n+7) {
     -webkit-transition-delay: 0.4s;
     transition-delay: 0.4s;
 }
 
 .main-menu .navigation>li>ul>li:nth-child(2n+8) {
     -webkit-transition-delay: 0.45s;
     transition-delay: 0.45s;
 }
 
 .main-menu .navigation>li>ul>li:last-child {
     border-bottom: none;
 }
 
 .main-menu .navigation>li>ul>li>a,
 .main-menu .navigation>li>.megamenu li>a {
     position: relative;
     display: block;
     padding: 7px 0px;
     line-height: 24px;
     font-weight: 600;
     font-size: 16px;
     text-transform: capitalize;
     color: #222;
     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:last-child>a,
 .main-menu .navigation>li>.megamenu li:last-child>a {
     border-bottom: none;
 }
 
 .main-menu .navigation>li>ul>li.dropdown>a:after {
     font-family: 'Font Awesome 5 Pro';
     content: "\f105";
     position: absolute;
     right: 20px;
     top: 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;
     filter: alpha(opacity=0);
     background: #fff;
     border-radius: 0px 0px 10px 10px;
     -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: 7px 0px;
     line-height: 24px;
     font-weight: 600;
     font-size: 16px;
     text-transform: capitalize;
     color: #222;
     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.dropdown>a:after {
     font-family: 'Font Awesome 5 Pro';
     content: "\f105";
     position: absolute;
     right: 20px;
     top: 12px;
     display: block;
     line-height: 24px;
     font-size: 16px;
     font-weight: 900;
     z-index: 5;
 }
 
 .main-menu .navigation>li.dropdown:hover>ul,
 .main-menu .navigation>li.dropdown:hover>.megamenu {
     visibility: visible;
     opacity: 1;
     filter: alpha(opacity=100);
     top: 100%;
     -webkit-transform: rotateX(0);
     transform: rotateX(0);
 }
 
 .main-menu .navigation li>ul>li.dropdown:hover>ul {
     visibility: visible;
     opacity: 1;
     filter: alpha(opacity=100);
     top: 0%;
     -webkit-transform: rotateX(0);
     transform: rotateX(0);
 }
 
 .main-menu .navigation li.dropdown .dropdown-btn {
     position: absolute;
     right: -32px;
     top: 66px;
     width: 34px;
     height: 30px;
     text-align: center;
     font-size: 18px;
     line-height: 26px;
     color: #3b3b3b;
     cursor: pointer;
     display: none;
     z-index: 5;
     transition: all 500ms ease;
 }
 
 .main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
     display: none;
 }
 
 .menu-area .mobile-nav-toggler {
     position: relative;
     float: right;
     font-size: 40px;
     line-height: 50px;
     cursor: pointer;
     color: #3786ff;
     display: none;
 }
 
 .menu-area .mobile-nav-toggler .icon-bar {
     position: relative;
     height: 2px;
     width: 30px;
     display: block;
     margin-bottom: 5px;
     background-color: #222222;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .menu-area .mobile-nav-toggler .icon-bar:last-child {
     margin-bottom: 0px;
 }
 
 .main-header .sticky-header .logo-box {
     padding: 20px 0px;
 }
 
 .main-header .sticky-header .menu-right-content {
     padding: 10px 0px;
 }
 
 .main-header .sticky-header .main-menu .navigation>li {
     padding: 25px 0px !important;
 }
 
 .main-header .sticky-header .main-menu .navigation>li>a:before {
     top: -5px;
 }
 /** 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;
     margin-bottom: 10px;
 }
 /** mobile-menu **/
 
 .nav-outer .mobile-nav-toggler {
     position: relative;
     float: right;
     font-size: 40px;
     line-height: 50px;
     cursor: pointer;
     color: #3786ff;
     display: none;
 }
 
 .mobile-menu {
     position: fixed;
     right: 0;
     top: 0;
     width: 300px;
     padding-right: 30px;
     max-width: 100%;
     height: 100%;
     opacity: 0;
     visibility: hidden;
     z-index: 999999;
 }
 
 .mobile-menu .navbar-collapse {
     display: block !important;
 }
 
 .mobile-menu .nav-logo {
     position: relative;
     padding: 50px 25px;
     text-align: left;
     padding-bottom: 100px;
 }
 
 .mobile-menu-visible {
     overflow: hidden;
 }
 
 .mobile-menu-visible .mobile-menu {
     opacity: 1;
     visibility: visible;
 }
 
 .mobile-menu .menu-backdrop {
     position: fixed;
     right: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: #000000;
     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: #20445a;
     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;
 }
 
 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:last-child {
     margin-bottom: 0px;
 }
 
 .main-header .outer-box {
     position: relative;
 }
 
 .owl-dots-none .owl-dots,
 .owl-nav-none .owl-nav {
     display: none !important;
 }
 
 .nice-select:after {
     position: absolute;
     content: "\f107";
     font-family: 'Font Awesome 5 Pro';
     font-size: 16px;
     top: 0px;
     right: 30px;
     color: #565656;
     margin: 0px;
     border: none !important;
     transform: rotate(0deg) !important;
 }
 
 .nice-select {
     position: relative;
     display: block;
     width: 100%;
     height: 60px;
     line-height: 60px;
     border: 1px solid #dddddd !important;
     font-size: 16px;
     color: #777777;
     background: transparent;
     border-radius: 0px;
     padding: 0px 20px;
 }
 
 .service-form-section .service-form .title-inner .text h2:before {
     background: url(../images/icons/brand-icon-1.png);
 }
 
 span.title-text {
     position: relative;
     display: block;
     font-size: 450px;
     line-height: 200px;
     font-family: 'Barlow', sans-serif;
     font-weight: 700;
     color: rgba(255, 255, 255, 1);
     text-shadow: -2px -2px 0 #ebf2f6, 2px -2px 0 #ebf2f6, -2px 2px 0 #ebf2f6, 2px 2px 0 #ebf2f6;
 }
 
 .service-form-section span.title-text {
     position: absolute;
     left: 0px;
     width: 100%;
     top: 100px;
     text-align: center;
 }
 
 .bg-color-1 {
     background: #20445a;
 }
 
 @-webkit-keyframes shine {
     100% {
         left: 125%;
     }
 }
 
 @keyframes shine {
     100% {
         left: 125%;
     }
 }
 
 .nav-style-one .owl-prev,
 .nav-style-one .owl-next {
     position: relative;
     display: inline-block;
     width: 60px;
     height: 60px;
     line-height: 60px;
     text-align: center;
     font-size: 20px;
     color: #fff;
     border: 1px solid rgba(255, 255, 255, 0.5);
     cursor: pointer;
     background: transparent;
     transition: all 500ms ease;
 }
 
 .nav-style-one .owl-prev:before,
 .nav-style-one .owl-next:before {
     position: absolute;
     content: '';
     background: rgba(255, 255, 255, 0.5);
     width: 8px;
     height: 8px;
     left: -1px;
     top: -1px;
     opacity: 0;
     transition: all 500ms ease;
 }
 
 .nav-style-one .owl-prev:after,
 .nav-style-one .owl-next:after {
     position: absolute;
     content: '';
     background: rgba(255, 255, 255, 0.5);
     width: 8px;
     height: 8px;
     right: 0px;
     bottom: -1px;
     opacity: 0;
     transition: all 500ms ease;
 }
 
 .nav-style-one .owl-prev:hover:before,
 .nav-style-one .owl-next:hover:before,
 .nav-style-one .owl-prev:hover:after,
 .nav-style-one .owl-next:hover:after {
     opacity: 1;
 }
 
 .cta-text p {
     display: block;
     font-size: 30px;
     line-height: 38px;
     color: #fff;
     margin-bottom: 6px;
 }
 
 .cta-text h3 {
     display: block;
     font-size: 30px;
     line-height: 38px;
     color: #fff;
     font-weight: 600;
 }
 
 .cta-text h3 a {
     display: inline-block;
 }
 
 .cta-text h3 a:hover,
 .cta-text h3 a:hover span {
     color: #fff;
     border-color: #fff;
 }
 
 .cta-text h3 a span {
     display: inline-block;
     transition: all 500ms ease;
 }
 
 .cta-text h3 i {
     font-size: 80px;
     position: relative;
     top: 26px;
     margin: 0px -15px;
     line-height: 1px;
 }
 
 @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;
     }
 }
 
 .bg-color-2 {
     background: #f1f7fb;
 }
 
 .dots-style-one .owl-dots .owl-dot span {
     position: relative;
     display: inline-block;
     width: 15px;
     height: 15px;
     border: 2px solid #89a0ac;
     border-radius: 50%;
     cursor: pointer;
     background: transparent;
     transition: all 500ms ease;
     margin: 0px 10px;
 }
 /** main-footer **/
 
 .main-footer {
     position: relative;
     background: #0e1e28;
 }
 
 .main-footer .widget-section {
     position: relative;
     padding: 100px 0px 66px 0px;
 }
 
 .main-footer .widget-section .logo-widget {
     margin-top: -19px;
     margin-right: -30px;
 }
 
 .main-footer .widget-section .logo-widget .footer-logo {
     position: relative;
     max-width: 202px;
     width: 100%;
     margin-bottom: 27px !important;
 }
 
 .main-footer .widget-section .logo-widget .footer-logo img {
     width: 100%;
     max-width: 180px;
 }
 
 .main-footer .widget-section .logo-widget .text {
     position: relative;
     display: block;
     margin-bottom: 30px;
 }
 
 .main-footer .widget-section p {
     color: rgba(255, 255, 255, 0.8);
 }
 
 .main-footer .widget-section .logo-widget .social-links li {
     position: relative;
     display: inline-block;
     float: left;
     margin-right: 10px;
 }
 
 .main-footer .widget-section .logo-widget .social-links li:last-child {
     margin: 0px !important;
 }
 
 .main-footer .widget-section .logo-widget .social-links li a {
     display: inline-block;
     font-size: 16px;
     color: #fff;
     width: 45px;
     height: 45px;
     line-height: 45px;
     background: #162e3d;
     text-align: center;
     border-radius: 50%;
 }
 
 .main-footer .widget-section .logo-widget .social-links li a:hover {
     color: #0e1e28;
 }
 
 .main-footer .widget-title {
     position: relative;
     display: block;
     padding-bottom: 10px;
     margin-bottom: 30px;
 }
 
 .main-footer .widget-title:before {
     position: absolute;
     content: '';
     width: 50px;
     height: 1px;
     left: 0px;
     bottom: 0px;
 }
 
 .main-footer .widget-title h3 {
     display: block;
     font-size: 24px;
     line-height: 30px;
     color: #fff;
     font-weight: 500;
 }
 
 .main-footer .widget-section .links-widget .links-list li {
     position: relative;
     display: block;
     margin-bottom: 8px;
 }
 
 .main-footer .widget-section .links-widget .links-list li:last-child {
     margin-bottom: 10px;
 }
 
 .main-footer .widget-section .links-widget .links-list li a {
     position: relative;
     display: inline-block;
     font-size: 16px;
     color: rgba(255, 255, 255, 0.8);
     padding-left: 27px;
 }
 
 .main-footer .widget-section .links-widget .links-list li a:hover {
     color: #fff;
 }
 
 .main-footer .widget-section .links-widget .links-list li a:before {
     position: absolute;
     content: "\f058";
     font-family: 'Font Awesome 5 Pro';
     font-size: 16px;
     color: #20445a;
     font-weight: 700;
     left: 0px;
     top: 0px;
     transition: all 500ms ease;
 }
 
 .main-footer .widget-section .links-widget {
     margin-left: 55px;
 }
 
 .main-footer .widget-section .contact-widget .info li {
     position: relative;
     display: block;
     font-size: 16px;
     line-height: 26px;
     color: #fff;
 }
 
 .main-footer .widget-section .contact-widget .info li a {
     display: inline-block;
     color: #fff;
 }
 
 .main-footer .widget-section .contact-widget .info li:first-child,
 .main-footer .widget-section .contact-widget .info li:nth-child(3) {
     margin-bottom: 10px;
 }
 
 .main-footer .widget-section .contact-widget .info li span {
     color: rgba(255, 255, 255, 0.5);
     padding-top: 2px;
 }
 
 .main-footer .subscribe-inner .form-inner .subscribe-form {
     position: relative;
     padding-right: 152px;
 }
 
 .main-footer .subscribe-inner .form-inner .subscribe-form .message-btn {
     position: absolute;
     top: 0px;
     right: 0px;
 }
 
 .main-footer .subscribe-inner .form-inner .subscribe-form .form-group {
     position: relative;
     float: left;
     width: 50%;
     margin: 0px;
 }
 
 .main-footer .subscribe-inner .widget-title {
     margin: 0px;
 }
 
 .main-footer .subscribe-inner {
     position: relative;
     padding-bottom: 65px;
 }
 
 .main-footer .subscribe-inner .form-inner .subscribe-form .form-group input[type='text'],
 .main-footer .subscribe-inner .form-inner .subscribe-form .form-group input[type='email'] {
     position: relative;
     display: block;
     min-width: 340px;
     max-width: 340px;
     width: 100%;
     height: 60px;
     background: #132937;
     border: 1px solid #132937;
     font-size: 16px;
     color: rgba(255, 255, 255, 0.5);
     padding: 10px 20px;
     transition: all 500ms ease;
 }
 
 .main-footer .subscribe-inner .form-inner .subscribe-form .form-group input[type='text'] {
     border-right: 2px solid #0e1e28;
 }
 
 .main-footer .subscribe-inner .form-inner .subscribe-form .form-group input::-webkit-input-placeholder {
     color: rgba(255, 255, 255, 0.5);
 }
 
 .main-footer .subscribe-inner .form-inner .subscribe-form .message-btn button {
     padding: 17px 28px;
 }
 
 .main-footer .footer-bottom {
     position: relative;
     width: 100%;
     background: #0a1820;
     padding: 36px 0px;
 }
 
 .main-footer .footer-bottom .copyright p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
 }
 
 .main-footer .footer-bottom .copyright p a {
     position: relative;
     display: inline-block;
     color: rgba(255, 255, 255, 0.8);
     line-height: 16px;
     padding-left: 17px;
 }
 
 .main-footer .footer-bottom .copyright p a span {
     display: inline-block;
     line-height: 16px;
     border-bottom: 1px solid rgba(255, 255, 255, 0.8);
 }
 
 .main-footer .footer-bottom .copyright p a:before {
     position: absolute;
     content: '';
     background: #858c90;
     width: 8px;
     height: 8px;
     left: 0px;
     top: 5px;
 }
 /*** 

====================================================================
                        Home-Page-Two
====================================================================

***/
 /** header-style-two **/
 
 .main-header.style-two .header-top {
     background: #fff;
     padding: 18px 0px;
     border-bottom: 1px solid #dddddd;
 }
 
 .header-top .phone-box p {
     position: relative;
     display: block;
     font-size: 16px;
     color: #222;
     padding-left: 26px;
 }
 
 .header-top .phone-box p i {
     position: absolute;
     left: 0px;
     top: 8px;
 }
 
 .header-top .phone-box p a {
     font-size: 18px;
     font-weight: 500;
 }
 
 .header-top .phone-box p a:hover {
     text-decoration: underline;
 }
 
 .header-top .phone-box {
     position: relative;
     padding-right: 23px;
 }
 
 .header-top .phone-box:before {
     position: absolute;
     content: '';
     background: #dddddd;
     width: 1px;
     height: 24px;
     top: 3px;
     right: 0px;
 }
 
 .main-header.style-two .header-top .top-inner .social-links li a {
     color: #222;
 }
 
 .main-header.style-two .header-top .top-inner .social-links {
     padding: 0px;
     margin: 0px;
 }
 
 .main-header .header-top .single-box {
     position: relative;
     float: left;
     padding-left: 20px;
     margin-left: 20px;
 }
 
 .main-header .header-top .single-box:first-child {
     margin-left: 0px;
 }
 
 .main-header .header-top .single-box:before {
     position: absolute;
     content: '';
     background: #dddddd;
     width: 1px;
     height: 24px;
     left: 0px;
     top: 0px;
 }
 
 .main-header .header-top .search-box-btn {
     width: auto;
     height: auto;
     line-height: 28px;
     border: none;
 }
 
 .main-header .header-top .single-box p {
     color: #222;
     padding-left: 26px;
 }
 
 .main-header .header-top .single-box p i {
     position: absolute;
     left: 0px;
     top: 6px;
 }
 
 .main-header.style-two .header-top .search-box-outer .dropdown-menu {
     top: 45px !important;
 }
 
 .main-header.style-two .header-lower .menu-right-content .btn-box {
     padding-left: 60px;
 }
 
 .main-header .menu-right-content .btn-box i {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 60px;
     height: 60px;
     line-height: 60px;
     font-size: 60px;
     color: #fff;
     background: #24485e;
     text-align: center;
 }
 
 .main-header.style-two .header-lower .main-menu .navigation>li>a:before {
     top: -46px;
     background-color: #24485e;
     height: 3px;
 }
 
 @-webkit-keyframes shine {
     100% {
         left: 125%;
     }
 }
 
 @keyframes shine {
     100% {
         left: 125%;
     }
 }
 
 .mb-80 {
     margin-bottom: 80px;
 }
 
 .tabs-box .tab {
     position: relative;
     display: none;
     transition: all 900ms ease;
     -moz-transition: all 900ms ease;
     -webkit-transition: all 900ms ease;
     -ms-transition: all 900ms ease;
     -o-transition: all 900ms ease;
 }
 
 .tabs-box .tab.active-tab {
     display: block;
 }
 
 .tabs-box .tab {
     transform: scale(0.9, 0.9) translateY(0px);
 }
 
 .tabs-box .tab.active-tab {
     transform: scale(1) translateY(0px);
 }
 
 .tabs-box .tab-btn-box {
     position: relative;
     display: block;
     margin-bottom: 28px;
 }
 
 .tabs-box .tab-btn-box .tab-btns li {
     position: relative;
     display: inline-block;
     float: left;
     margin-right: 25px;
     padding-bottom: 6px;
     cursor: pointer;
     transition: all 500ms ease;
 }
 
 .tabs-box .tab-btn-box .tab-btns li:before {
     position: absolute;
     content: '';
     width: 0%;
     height: 3px;
     left: 0px;
     bottom: -3px;
     transition: all 500ms ease;
 }
 
 .tabs-box .tab-btn-box .tab-btns li:hover:before,
 .tabs-box .tab-btn-box .tab-btns li.active-btn:before {
     width: 100%;
 }
 
 .tabs-box .tab-btn-box .tab-btns li:last-child {
     margin: 0px !important;
 }
 
 .tabs-box .tab-btn-box .tab-btns li .icon-box {
     position: relative;
     display: inline-block;
     font-size: 30px;
     line-height: 30px;
     color: #fff;
     font-weight: 400;
     margin-bottom: 17px;
     transition: all 500ms ease;
 }
 
 .tabs-box .tab-btn-box .tab-btns li h5 {
     display: block;
     font-size: 18px;
     line-height: 26px;
     color: #fff;
     font-weight: 500;
 }
 
 .tabs-box .tabs-content .text p {
     color: #ddd;
     margin-bottom: 28px;
 }
 
 .tabs-box .tabs-content .text a {
     position: relative;
     display: inline-block;
     font-size: 18px;
     line-height: 26px;
     font-weight: 600;
     color: #fff;
     text-transform: uppercase;
     text-align: center;
     padding: 10px 19px 12px 37px;
 }
 
 .tabs-box .tabs-content .text a:before {
     position: absolute;
     content: '';
     width: 8px;
     height: 8px;
     left: 19px;
     top: 20px;
 }
 
 .tabs-box .tabs-content .text .btn-box {
     position: relative;
     padding-top: 12px;
 }
 
 @-webkit-keyframes ripple {
     70% {
         -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
         box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
     }
     100% {
         -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
         box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
     }
 }
 
 @keyframes ripple {
     70% {
         -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
         box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
     }
     100% {
         -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
         box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
     }
 }
 /*** 

====================================================================
                        Home-Page-Three
====================================================================

***/
 /** header-style-three **/
 
 .header-upper {
     position: relative;
     border-bottom: 1px solid #dddddd;
     padding: 7px 0px;
 }
 
 .header-upper .logo-box {
     position: relative;
 }
 
 .header-upper .upper-info li {
     position: relative;
     display: inline-block;
     float: left;
     margin-right: 35px;
     padding: 0px 0px 0px 76px;
 }
 
 .header-upper .upper-info li:last-child {
     margin: 0px !important;
     padding: 0px;
 }
 
 .header-upper .upper-info li i {
     position: absolute;
     display: inline-block;
     left: 0px;
     top: -4px;
     width: 58px;
     height: 58px;
     line-height: 58px;
     text-align: center;
     border-radius: 50%;
     font-size: 28px;
     color: #24485e;
     background: #e5edf2;
     border-radius: 50%;
 }
 
 .header-upper .upper-info li p {
     position: relative;
     display: block;
     font-size: 16px;
     line-height: 22px;
     color: #222;
     margin-bottom: 0px;
 }
 
 .header-upper .upper-info li h3 {
     display: block;
     font-size: 22px;
     line-height: 26px;
     font-weight: 600;
     color: #24485e;
 }
 
 .header-upper .upper-info li h3 a {
     display: inline-block;
     color: #24485e;
 }
 
 .header-upper .upper-inner {
     position: relative;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: space-between;
 }
 
 .main-header.style-three .menu-right-content {
     float: right;
 }
 
 .main-header.style-three .header-lower .menu-right-content form,
 .main-header.style-three .header-lower .menu-right-content ul {
     position: relative;
     float: left;
 }
 
 .main-header.style-three .header-lower .menu-right-content form .form-group {
     position: relative;
     max-width: 235px;
     width: 100%;
     margin-right: 25px;
     margin-bottom: 0px;
 }
 
 .main-header.style-three .header-lower .menu-right-content form .form-group input[type='search'] {
     position: relative;
     display: block;
     width: 100%;
     height: 44px;
     border: 2px solid #eeeeee;
     border-radius: 30px;
     padding: 10px 50px 10px 30px;
     font-size: 16px;
     color: #bbbbbb;
     transition: all 500ms ease;
 }
 
 .main-header.style-three .header-lower .menu-right-content form .form-group button {
     position: absolute;
     top: 8px;
     right: 20px;
     font-size: 18px;
     color: #444444;
     background: transparent;
     cursor: pointer;
     transition: all 500ms ease;
 }
 
 .main-header.style-three .header-lower .menu-right-content form .form-group input::-webkit-input-placeholder {
     color: #bbbbbb;
 }
 
 .main-header.style-three .menu-right-content .social-links li {
     position: relative;
     display: inline-block;
     float: left;
     margin-right: 5px;
 }
 
 .main-header.style-three .menu-right-content .social-links li:last-child {
     margin: 0px;
 }
 
 .main-header.style-three .menu-right-content .social-links li a {
     position: relative;
     display: inline-block;
     font-size: 14px;
     color: #222;
     width: 44px;
     height: 44px;
     line-height: 44px;
     text-align: center;
     background: #e5edf2;
     border-radius: 50%;
 }
 
 .main-header.style-three .menu-right-content .social-links li a:hover {
     color: #fff;
 }
 
 .main-header.style-three .header-lower .main-menu .navigation>li>a:before {
     display: none;
 }
 
 .main-header.style-three .header-lower .main-menu .navigation>li {
     padding: 32px 0px;
 }
 
 .main-header.style-three .header-lower .menu-right-content {
     padding: 25px 0px;
 }
 
 .pb-0 {
     padding-bottom: 0px !important;
 }
 /*** 

====================================================================
                        About-Page
====================================================================

***/
 /** page-title **/
 
 .page-title {
     position: relative;
     padding: 112px 0px 118px 0px;
     width: 100%;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
 }
 
 .page-title:before {
     position: absolute;
     content: '';
     background: #000;
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     right: 0px;
     opacity: 0.6;
 }
 
 .page-title .content-box .title {
     position: relative;
     display: block;
     margin-bottom: 21px;
 }
 
 .page-title .content-box .title h1 {
     font-size: 66px;
     line-height: 70px;
     color: #fff;
     font-weight: 600;
     text-transform: capitalize;
 }
 
 .page-title .content-box .bread-crumb li {
     position: relative;
     display: inline-block;
     font-size: 18px;
     color: #fff;
     font-weight: 500;
     padding-left: 20px;
     margin-right: 15px;
     text-transform: uppercase;
 }
 
 .page-title .content-box .bread-crumb li:last-child {
     margin: 0px !important;
 }
 
 .page-title .content-box .bread-crumb li:before {
     position: absolute;
     content: '';
     width: 8px;
     height: 8px;
     left: 0px;
     top: 10px;
 }
 
 .page-title .content-box .bread-crumb li a {
     color: #fff;
 }
 
 .pt-0 {
     padding-top: 0px;
 }
 
 .pt-123 {
     padding-top: 123px;
 }
 
 .pt-100 {
     padding-top: 100px;
 }
 
 .default-sidebar .support-box .inner-box {
     position: relative;
     display: block;
     width: 100%;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     padding: 65px 30px;
 }
 
 .default-sidebar .support-box .inner-box:before {
     position: absolute;
     content: '';
     background: #183445;
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     right: 0px;
     opacity: 0.55;
 }
 
 .default-sidebar .support-box .inner-box .icon-box {
     position: relative;
     display: inline-block;
     width: 147px;
     height: 147px;
     line-height: 147px;
     text-align: center;
     border-radius: 50%;
     background: transparent;
     padding: 10px;
     margin-bottom: 27px;
 }
 
 .default-sidebar .support-box .inner-box .icon-box .icon {
     position: relative;
     display: inline-block;
     width: 124px;
     height: 124px;
     line-height: 124px;
     background: #fff;
     border-radius: 50%;
     font-size: 60px;
     color: #183445;
 }
 
 .default-sidebar .support-box .inner-box h3 {
     display: block;
     font-size: 24px;
     line-height: 34px;
     color: #fff;
     font-weight: 600;
     margin-bottom: 31px;
 }
 
 .default-sidebar .support-box .inner-box a.phone-box {
     position: relative;
     display: inline-block;
     padding: 16px 17px 18px 57px;
     font-size: 26px;
     line-height: 34px;
     font-weight: 600;
     margin-bottom: 15px;
 }
 
 .default-sidebar .support-box .inner-box a.phone-box i {
     position: absolute;
     left: 7px;
     top: -2px;
     font-size: 70px;
     color: #fff;
 }
 
 .default-sidebar .support-box .inner-box a.theme-btn-one {
     margin-bottom: 17px;
     padding: 22px 66px;
     font-size: 22px;
     font-weight: 600;
 }
 
 .default-sidebar .support-box .inner-box a.email {
     position: relative;
     display: inline-block;
     font-size: 18px;
     color: #fff;
 }
 
 .main-footer.alternat-2 .widget-section {
     padding-top: 145px;
 }
 
 .page-title.alternat-2 {
     padding-top: 190px;
 }
 
 .group-title {
     position: relative;
     display: block;
     padding-left: 22px;
     margin-bottom: 26px;
 }
 
 .group-title:before {
     position: absolute;
     content: '';
     width: 8px;
     height: 8px;
     left: 0px;
     top: 12px;
 }
 
 .group-title h3 {
     font-size: 24px;
     line-height: 32px;
     font-weight: 700;
 }
 /*** 

====================================================================
                        Contact-Page
====================================================================

***/
 
 .google-map-section {
     position: relative;
 }
 
 .google-map-section #gmap_canvas {
     position: relative;
     width: 100%;
     height: 650px;
 }
 /** contact-section **/
 
 .contact-section {
     position: relative;
 }
 
 .contact-section .inner-content {
     position: relative;
     display: block;
     background: #fff;
     padding: 53px 50px 55px 50px;
     box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.07);
     z-index: 1;
     margin-top: -50px;
 }
 
 .contact-section .inner-content .title-inner {
     position: relative;
     margin-bottom: 33px;
 }
 
 .contact-section .inner-content .title-inner .text h2 {
     position: relative;
     display: inline-block;
     font-size: 36px;
     line-height: 44px;
     color: #222;
     font-weight: 600;
     padding-left: 46px;
     margin-bottom: 2px;
 }
 
 .contact-section .inner-content .title-inner .text h2:before {
     position: absolute;
     content: '';
     background: url(../images/icons/brand-icon-1.png);
     width: 38px;
     height: 35px;
     left: 0px;
     top: 1px;
     background-repeat: no-repeat;
 }
 
 .contact-section .inner-content .title-inner .link {
     position: absolute;
     top: 10px;
     right: 0px;
 }
 
 .contact-section .inner-content .title-inner .link a {
     position: relative;
     display: inline-block;
     font-size: 16px;
     color: #20445a;
     font-weight: 600;
     text-transform: uppercase;
     padding: 5px 17.5px;
     text-align: center;
 }
 
 .contact-section .inner-content .title-inner .link a i {
     font-size: 18px;
     margin-right: 10px;
 }
 
 .contact-section .default-form {
     position: relative;
     margin: 0px 7.5px;
 }
 
 .contact-section .default-form .form-group {
     position: relative;
     margin-bottom: 15px;
     padding: 0px 7.5px;
 }
 
 .contact-section .default-form .form-group:last-child {
     margin-bottom: 0px;
     padding-top: 20px;
 }
 
 .contact-section .default-form .form-group input[type='text'],
 .contact-section .default-form .form-group input[type='email'],
 .contact-section .default-form .form-group textarea {
     position: relative;
     display: block;
     width: 100%;
     height: 60px;
     border: 1px solid #dddddd;
     font-size: 16px;
     color: #777777;
     padding: 10px 30px;
 }
 
 .contact-section .default-form .form-group textarea {
     height: 140px;
     resize: none;
 }
 
 .contact-section .default-form .nice-select {
     max-width: 100%;
 }
 
 .contact-section .default-form .form-group .theme-btn-one {
     padding: 17px 64px;
 }
 
 .clients-section.contact-page {
     padding: 40px 0px;
 }
 
 .clients-section.contact-page .four-item-carousel {
     padding-bottom: 0px;
     border-bottom: none;
 }
 
 .feature-style-two .owl-stage-outer {
     overflow: visible;
 }
 
 .feature-style-two .owl-stage-outer .owl-item {
     opacity: 0;
 }
 
 .feature-style-two .owl-stage-outer .owl-item.active {
     opacity: 1;
 }
 
 .works-section .owl-stage-outer {
     overflow: visible;
 }
 
 .works-section .owl-stage-outer .owl-item {
     opacity: 0;
 }
 
 .works-section .owl-stage-outer .owl-item.active {
     opacity: 1;
 }
 
 footer .elementor-section.elementor-section-boxed>.elementor-container {
     max-width: 1170px;
 }
 
 .subscribe-form div.wpcf7 .ajax-loader {
     display: none;
 }
 
 .sidebar-post .widget-content {
     background: transparent !important;
     padding: 0 !important;
 }
 
 .sidebar-widget .nice-select {
     max-width: 100%;
     float: unset;
 }
 
 .sidebar-widget .nice-select .list {
     width: 100%;
 }
 html,
 body {
     overflow-x: hidden;
 }
 .main-header .sticky-header .logo-box .logo img {
    max-width: 137px;
}
.mobile-menu .nav-logo img {
    max-width: 180px;
}