/* Css For Povash */

/************ 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
====================================================================

 ***/

#navli {
  font-size: 18px;
}
@media (max-width: 1510px) {
  #navli {
    font-size: 16px;
  }
}
@media (max-width: 1287px) {
  #navli {
    font-size: 14px;
  }
}

body {
  font-size: 18px;
  color: #748196;
  line-height: 34px;
  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: 1500px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid {
  padding: 0px;
}

.auto-container {
  position: static;
  max-width: 85%;
  padding: 0px 15px;
  margin: 0 auto;
}

@media (max-width: 1569px) {
  .auto-container {
    position: static;
    max-width: 90%;
    padding: 0px 15px;
    margin: 0 auto;
  }
}

@media (max-width: 1400px) {
  .auto-container {
    position: static;
    max-width: 98%;
    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: 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: "Barlow", sans-serif;
  color: #748196;
  font-weight: 500;
  margin: 0px;
  transition: all 500ms ease;
}

p.p1 {
  position: relative;
  font-family: "Barlow", sans-serif;
  color: #748196;
  font-weight: 500;
  margin: 0px;
  transition: all 500ms ease;
}

/** comment footer HOURS Color **/
p.p2 {
  position: relative;
  font-family: "Barlow", sans-serif;
  color: #fff;
  font-weight: 500;
  margin: 0px;
  transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  color: #0746ab;
  margin: 0px;
  transition: all 500ms ease;
}

/* Preloader */

.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
  background: #0746ab;
}

.preloader-close {
  position: fixed;
  z-index: 999999;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  padding: 5px 20px;
  cursor: pointer;
  right: 0;
  bottom: 0;
  font-weight: 600;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top: 0;
  position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
  color: #fff;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  color: #ffa000;
}

.handle-preloader .animation-preloader .spinner {
  border: 3px solid #fff;
  border-top-color: rgba(11, 48, 110, 0.2);
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 40px;
    letter-spacing: 10px;
  }
}

.centred {
  text-align: center;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

figure {
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

/** button one **/

.theme-btn-one {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  color: #fff !important;
  text-align: center;
  padding: 23.5px 44px;
  text-transform: uppercase;
  z-index: 1;
}

.theme-btn-one:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn-one:hover:before {
  width: 100%;
}

.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: 500;
  height: 70px;
  width: 70px;
  line-height: 70px;
  background: #ecf1f8;
  text-align: center;
  color: #748196;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.active {
  color: #fff;
}

.pagination li:first-child a,
.pagination li:last-child a {
  color: #fff;
}

.sec-pad {
  padding: 40px 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: 39px;
}

.sec-title h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 4px;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
  margin: 0px;
}

.sec-title.light h2 {
  color: #fff;
}

/** comment button two **/

.theme-btn-two {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  color: #fff !important;
  text-align: center;
  padding: 23.5px 44px;
  text-transform: uppercase;
  z-index: 1;
}

.theme-btn-two:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn-two:hover:before {
  width: 100%;
}

/*** 

====================================================================
                        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 10px 20px rgba(0, 0, 0, 0.2);
  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%;
}

.header-top .top-inner .text p {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 52px;
}

.header-top .top-inner .social-links {
  position: relative;
  float: left;
}

.header-top .top-inner .top-right .link {
  position: relative;
  float: left;
  margin-left: 30px;
  padding-left: 70px;
}

.header-top .top-inner .top-right .link .bg-color {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 5000px;
  height: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 20px 0px);
}

.header-top .top-inner .top-right .link a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 52px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.header-top .top-inner .top-right .link a:hover {
}

.header-top .top-inner .social-links li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 52px;
  color: #fff;
  margin-right: 20px;
}

.header-top .top-inner .social-links li:last-child {
  margin: 0px !important;
}

.header-top .top-inner .social-links li a {
  color: #fff;
}

.header-top .top-inner .social-links li a:hover {
}

/** header-lower **/

.header-lower {
  position: relative;
  background: #fff;
  width: 100%;
}

.main-header .outer-box {
  position: relative;
}

.main-header .logo-box {
  position: relative;
  float: left;
  padding: 25px 65px 20px 0px;
}

.main-header .logo-box .bg-color {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 5000px;
  height: 100%;
  background: #ecf1f8;
  clip-path: polygon(0% 0%, 100% 0%, 99% 100%, 0% 100%, 0px 0px);
}

.main-header .logo-box .logo {
  position: relative;
  display: inline-block;
  max-width: 200px;
  width: 100%;
}

.main-header .logo-box .logo img {
  width: 100%;
}

.main-header .header-lower .info-box .phone-box {
  position: relative;
  float: left;
  margin-left: 25px;
  padding: 33px 0px 34px 78px;
}

.main-header .header-lower .info-box .phone-box .icon-box {
  position: absolute;
  left: 0px;
  top: 30px;
  font-size: 30px;
  color: #fff;
  width: 57px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  border-radius: 50%;
}

.main-header .header-lower .info-box .phone-box p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #748196;
  margin-bottom: 0px;
}

.main-header .header-lower .info-box .phone-box h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
}

.main-header .header-lower .info-box .phone-box h5 a {
  display: inline-block;
  color: #0746ab;
}

.main-header .header-lower .info-box .phone-box h5 a:hover {
}

/** 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: 42px 0 0 0;*/
  margin: 0px 16px;
  -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: 600;
  opacity: 1;
  color: #748196;
  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: 250px;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0px;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  padding: 0px 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.main-menu .navigation > li:hover > ul > li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-menu .navigation > li > ul > li:nth-child(2n + 1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu .navigation > li > ul > li:nth-child(2n + 2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu .navigation > li > ul > li:nth-child(2n + 3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu .navigation > li > ul > li:nth-child(2n + 4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu .navigation > li > ul > li:nth-child(2n + 5) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.main-menu .navigation > li > ul > li:nth-child(2n + 6) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.main-menu .navigation > li > ul > li:nth-child(2n + 7) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.main-menu .navigation > li > ul > li:nth-child(2n + 8) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a {
  position: relative;
  display: block;
  padding: 14px 0px;
  line-height: 24px;
  font-weight: 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 > 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 Free";
  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);
  -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 Free";
  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 .dropdown-btn {
  position: absolute;
  right: -32px;
  top: 66px;
  width: 34px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #3b3b3b;
  cursor: pointer;
  display: none;
  z-index: 5;
  transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn {
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar {
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #3b3b3b;
  -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: 25px 85px 22px 0px;
}

.main-header .sticky-header .main-menu .navigation > li {
  padding: 27px 0px 30px 0px !important;
}

/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu {
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4 {
  font-weight: 500;
  padding: 3px 0px;
  color: #fff;
}

/** mobile-menu **/

.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 50px 25px;
  text-align: left;
  padding-bottom: 100px;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  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.7;
  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: #0746ab;
  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.1);
}

.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.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.1);
  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.8);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a {
  color: rgba(255, 255, 255, 0.8);
}

.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: 140px 0px;
}

.banner-carousel .slide-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #0b2c64;
  top: 0px;
  right: 0px;
  z-index: 1;
  opacity: 0.6;
}

.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: 100%;
  margin: 0 auto;
  z-index: 5;
}

.banner-carousel .content-box h3 {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  background: #0746ab;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 18px;
  margin-bottom: 12px;
  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 h3 {
  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 h1 {
  position: relative;
  display: block;
  color: #fff;
  font-size: 90px;
  line-height: 90px;
  font-weight: 500;
  margin-bottom: 57px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1300ms ease;
  -moz-transition: all 1300ms ease;
  -ms-transition: all 1300ms ease;
  -o-transition: all 1300ms ease;
  transition: all 1300ms ease;
}

.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: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.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 1600ms ease;
  -moz-transition: all 1600ms ease;
  -ms-transition: all 1600ms ease;
  -o-transition: all 1600ms ease;
  transition: all 1600ms 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: 1600ms;
  -moz-transition-delay: 1600ms;
  -ms-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  transition-delay: 1600ms;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
  display: none !important;
}

/* comment left & right tab page */
/*.banner-carousel .owl-nav .owl-prev{
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 190px;
  background: #fff;
  text-align: center;
  line-height: 190px;
  font-size: 24px;
  font-weight: 600;
  color: #0746ab;
  cursor: pointer;
  opacity: 0.2;
  clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 0% 100%, 0px 0px);
  transition: all 500ms ease;
}

.banner-carousel .owl-nav .owl-next{
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 190px;
  background: #fff;
  text-align: center;
  line-height: 190px;
  font-size: 24px;
  font-weight: 600;
  color: #0746ab;
  cursor: pointer;
  opacity: 0.2;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 30% 100%, 0px 0px);
  transition: all 500ms ease;
} */

.banner-carousel:hover .owl-nav .owl-prev,
.banner-carousel:hover .owl-nav .owl-next {
  opacity: 1;
}

/** bubble animation **/

.bubble-section {
  position: relative;
}

.bubbleContainer {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

div[class^="bubble-"] {
  height: 1px;
  width: 1px;
  position: absolute;
  background: url(../images/icons/buble.png) no-repeat center center;
  background-size: cover;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}

.bubble-1 {
  bottom: 0px;
  left: 60%;
  -webkit-animation: bubble-movement 10s infinite ease-in -5.7s;
  animation: bubble-movement 10s infinite ease-in -5.7s;
}

.bubble-2 {
  bottom: 0px;
  left: 90%;
  -webkit-animation: bubble-movement 10s infinite ease-in -4.94s;
  animation: bubble-movement 10s infinite ease-in -4.94s;
}

.bubble-3 {
  bottom: 0px;
  left: 20%;
  -webkit-animation: bubble-movement 4s infinite ease-in -1.2s;
  animation: bubble-movement 4s infinite ease-in -1.2s;
}

.bubble-4 {
  bottom: 0px;
  left: 40%;
  -webkit-animation: bubble-movement 10s infinite ease-in -1.58s;
  animation: bubble-movement 10s infinite ease-in -1.58s;
}

.bubble-5 {
  bottom: 0px;
  left: 75%;
  -webkit-animation: bubble-movement 7s infinite ease-in -6.31s;
  animation: bubble-movement 7s infinite ease-in -6.31s;
}

.bubble-6 {
  bottom: 0px;
  left: 45%;
  -webkit-animation: bubble-movement 10s infinite ease-in -0.51s;
  animation: bubble-movement 10s infinite ease-in -0.51s;
}

.bubble-7 {
  bottom: 0px;
  left: 10%;
  -webkit-animation: bubble-movement 15s infinite ease-in -3.37s;
  animation: bubble-movement 15s infinite ease-in -3.37s;
}

.bubble-8 {
  bottom: 0px;
  left: 65%;
  -webkit-animation: bubble-movement 10s infinite ease-in -0.66s;
  animation: bubble-movement 10s infinite ease-in -0.66s;
}

.bubble-9 {
  bottom: 0px;
  left: 30%;
  -webkit-animation: bubble-movement 4s infinite ease-in -5.81s;
  animation: bubble-movement 4s infinite ease-in -5.81s;
}

.bubble-10 {
  bottom: 0px;
  left: 95%;
  -webkit-animation: bubble-movement 10s infinite ease-in -3.98s;
  animation: bubble-movement 10s infinite ease-in -3.98s;
}

.bubble-11 {
  bottom: 0px;
  left: 41%;
  -webkit-animation: bubble-movement 15s infinite ease-in -3.98s;
  animation: bubble-movement 15s infinite ease-in -3.98s;
}

.bubble-12 {
  bottom: 0px;
  left: 46%;
  -webkit-animation: bubble-movement 10s infinite ease-in -3.98s;
  animation: bubble-movement 10s infinite ease-in -3.98s;
}

.bubble-13 {
  bottom: 0px;
  left: 50%;
  -webkit-animation: bubble-movement 4s infinite ease-in -3.98s;
  animation: bubble-movement 4s infinite ease-in -3.98s;
}

.bubble-14 {
  bottom: 0px;
  left: 70%;
  -webkit-animation: bubble-movement 4s infinite ease-in -3.98s;
  animation: bubble-movement 4s infinite ease-in -3.98s;
}

.bubble-15 {
  bottom: 0px;
  left: 58%;
  -webkit-animation: bubble-movement 4s infinite ease-in -3.98s;
  animation: bubble-movement 4s infinite ease-in -3.98s;
}

@-webkit-keyframes bubble-movement {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px;
  }
  100% {
    -webkit-transform: translate3d(-50%, -700px, 0);
    transform: translate3d(-50%, -700px, 0);
    height: 75px;
    width: 75px;
  }
}

@-moz-keyframes bubble-movement {
  0% {
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px;
  }
  100% {
    transform: translate3d(-50%, -700px, 0);
    height: 75px;
    width: 75px;
  }
}

@-o-keyframes bubble-movement {
  0% {
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px;
  }
  100% {
    transform: translate3d(-50%, -700px, 0);
    height: 75px;
    width: 75px;
  }
}

@keyframes bubble-movement {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px;
  }
  100% {
    -webkit-transform: translate3d(-50%, -700px, 0);
    transform: translate3d(-50%, -700px, 0);
    height: 75px;
    width: 75px;
  }
}

/** about-area **/

.about-area {
  position: relative;
  background: #ecf1f8;
}

.about-area .outer-container {
  position: relative;
  background: #fff;
  max-width: 1410px;
  width: 100%;
  margin: 0 auto;
}

.about-area .feature-section .feature-column {
  padding: 0px 0px;
}

.about-area .feature-section .inner-container {
  position: relative;
  margin: 0px 15px;
}

.about-area .feature-section .feature-block {
  position: relative;
  padding: 55px 50px 53px 50px;
  z-index: 1;
}

.about-area .feature-section .feature-block:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.about-area .feature-section .feature-block:hover:before {
  height: 100%;
  top: 0px;
}

.about-area .feature-section .feature-block:after {
  position: absolute;
  content: "";
  background: #fff;
  width: calc(100% - 40px);
  left: 20px;
  top: -12px;
  height: 12px;
}

.about-area .feature-section .feature-column:first-child .feature-block {
}

.about-area .feature-section .feature-column:nth-child(2) .feature-block {
}

.about-area .feature-section .feature-column:last-child .feature-block {
}

.about-area .feature-section .feature-block .inner-box {
  position: relative;
  padding-left: 90px;
}

.about-area .feature-section .feature-block .inner-box .icon-box {
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 65px;
  line-height: 65px;
  color: #fff;
}

.about-area .feature-section .feature-block .inner-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 18px;
}

.about-area .feature-section .feature-block .inner-box p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
}

/** about-section **/

.about-section {
  position: relative;
  padding: 120px 0px 100px 0px;
}

#image_block_1 .image-box {
  position: relative;
  display: block;
  padding: 0px 40px 78px 0px;
}

#image_block_1 .image-box img {
  width: 100%;
}

#image_block_1 .image-box .image-2 {
  position: absolute;
  right: -20px;
  bottom: 0px;
}

#image_block_1 .image-box .image-2:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 12px;
  top: -32px;
  left: 0px;
}

#image_block_1 .image-box .image-1 {
  position: relative;
  display: block;
  overflow: hidden;
}

#image_block_1 .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, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

#image_block_1 .image-box:hover .image-1:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

#image_block_1 .image-box h3 {
  position: absolute;
  left: 0px;
  bottom: 78px;
  display: block;
  max-width: 410px;
  width: 100%;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

#image_block_1 .image-box h3 a {
  position: relative;
  display: block;
  background: #fff;
  padding: 35px 75px 35px 40px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  z-index: 1;
}

#content_block_1 .content-box .text {
  margin-bottom: 42px;
}

#image_block_1 .image-box h3:hover a {
  color: #fff;
}

#image_block_1 .image-box h3 a:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

#image_block_1 .image-box h3:hover a:before {
  width: 100%;
  left: 0px;
}

#image_block_1 .image-box h3 a i {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  font-size: 20px;
  height: 100%;
  color: #fff;
  text-align: center;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#content_block_1 .content-box .text h3 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 36px;
}

.about-section #content_block_1 .content-box {
  margin-left: 50px;
}

#content_block_1 .content-box .text p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}

#content_block_1 .content-box .inner-box {
  position: relative;
  padding-right: 255px;
}

#content_block_1 .content-box .inner-box .counter-box {
  position: absolute;
  top: 8px;
  right: 0px;
  background: #ecf1f8;
  text-align: center;
  padding: 36px 40px 38px 40px;
  max-width: 230px;
  width: 100%;
}

#content_block_1 .content-box .inner-box .counter-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 65px;
  margin-bottom: 8px;
}

#content_block_1 .content-box .inner-box .counter-box .count-outer {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 12px;
}

#content_block_1 .content-box .inner-box .counter-box h5 {
  font-size: 18px;
  display: block;
  line-height: 22px;
  font-weight: 600;
  color: #748196;
}

#content_block_1 .content-box .inner-box .content-inner .single-item h4 {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 12px;
  padding-left: 15px;
}

#content_block_1 .content-box .inner-box .content-inner .single-item h4:before {
  position: absolute;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 18px;
  left: 0px;
  top: 1px;
}

#content_block_1 .content-box .inner-box .content-inner .single-item p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

#content_block_1 .content-box .inner-box .content-inner .single-item {
  margin-bottom: 42px;
}

#content_block_1 .content-box .inner-box .content-inner .single-item:last-child {
  margin-bottom: 0px;
}

.about-area .outer-container .shape-layer {
  position: absolute;
  left: -120px;
  bottom: -120px;
  width: 325px;
  height: 287px;
  background-repeat: no-repeat;
  z-index: 1;
}

/** location-section **/
.location-section .sec-title h2 {
  font-size: 1.5rem; /* scalable font size */
  color: #0056b3;
  margin-bottom: 1.25rem; /* consistent spacing */
  text-align: center;
}

.location-section .service-areas .area-group {
  margin-bottom: 1.875rem; /* Spacing between groups */
}

.location-section .service-areas .areas-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr)); /* scalable units */
  gap: 0.625rem; /* Reduced gap for a tighter layout */
}

.location-section .service-areas .areas-list li {
  background: #faf9f6;
  padding: 0.5rem;
  border-radius: 0.3125rem; /* smaller radius */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-align: center;
  display: flex; /* Use flexbox */
  align-items: center; /* Align text vertically */
  justify-content: center; /* Align text horizontally */
  min-height: 3rem; /* Set a minimum height */
}

.location-section .service-areas .areas-list li a {
  text-decoration: none;
  color: #0056b3;
  font-weight: bold;
  display: block;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  display: flex; /* Use flexbox */
  align-items: center; /* Align text vertically */
  justify-content: center; /* Align text horizontally */
}

/* Hover effect for list items */
.location-section .service-areas .areas-list li:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

/* Change font color to orange when hovering over the list item */
.location-section .service-areas .areas-list li:hover a {
  color: #ffa000; /* This is the orange color you've been using */
}

.location-section .alphabet-index {
  text-align: center;
  padding: 0.625rem 0;
  margin-bottom: 1.25rem;
}

.location-section .alphabet-index a {
  text-decoration: none;
  color: #0056b3;
  padding: 0.3125rem 0.625rem;
  transition: color 0.3s;
}

.location-section .alphabet-index a:hover,
.location-section .alphabet-index a:focus {
  color: #ffa000;
  background-color: #e6e6e6; /* subtle background on hover/focus */
  border-radius: 0.3125rem; /* rounded corners for hover/focus effect */
}

.location-section .section-header {
  font-size: 1.25rem; /* slightly larger for readability */
  color: #0056b3;
  margin-bottom: 1rem; /* adjusted spacing */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .location-section .service-areas .areas-list {
    grid-template-columns: 1fr; /* Full width columns on smaller screens */
    gap: 0.625rem; /* Consistent gap */
  }

  .location-section .alphabet-index a {
    padding: 0.3125rem; /* smaller padding on mobile */
  }

  .location-section .sec-title h2 {
    font-size: 1.25rem; /* slightly smaller on mobile */
  }
}

/* Sticky alphabet index with a transition for a smoother background color change */
.location-section .alphabet-index {
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 10;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s;
}

/** experience-section **/

.experience-section {
  position: relative;
  width: 100%;
  padding: 112px 0px 120px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#content_block_2 .content-box .text p {
  position: relative;
  float: left;
  width: 50%;
  font-size: 18px;
  line-height: 34px;
  font-weight: 600;
  color: #748196;
}

#content_block_2 .content-box .text .list {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  padding-left: 20px;
}

#content_block_2 .content-box .text .list li {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 4px;
  padding-left: 17px;
}

#content_block_2 .content-box .text .list li:last-child {
  margin-bottom: 0px;
}

#content_block_2 .content-box .text .list li:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  left: 0px;
  top: 12px;
  border-radius: 50%;
}

#content_block_2 .content-box .text {
  margin-bottom: 37px;
}

.progress-box .bar {
  position: relative;
  width: 100%;
  height: 8px;
  background: #fff;
  border-radius: 0px;
}

.progress-box .bar:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 14px;
  left: 0px;
  top: -6px;
}

.progress-box .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 8px;
  -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 .bar-inner:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 30px;
  top: 0px;
  right: 0px;
}

.progress-box .count-text {
  position: absolute;
  top: -38px;
  right: -43px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  width: 43px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  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 .count-text:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0px;
  bottom: -6px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0px 0px);
}

.progress-box .bar-inner.counted .count-text {
  opacity: 1;
}

#content_block_2 .content-box .progress-box h5 {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 13px;
}

#content_block_2 .content-box .progress-box {
  margin-bottom: 24px;
}

#content_block_2 .content-box .progress-box:last-child {
  margin-bottom: 0px;
}

.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);
}

/** service-section **/

.service-section {
  position: relative;
  padding: 112px 0px 120px 0px;
}

.border-bottom {
  border-bottom: 1px solid #e2e8f0;
}

.service-section:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 450px;
  left: 0px;
  top: 0px;
  right: 0px;
}

.service-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-section .tab-btns li {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  background: #fff;
  padding: 9.5px 31px;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.service-section .tab-btns li.active-btn,
.service-section .tab-btns li:hover {
  color: #fff;
}

.service-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 20px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.service-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.service-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box img {
  transform: scale(1.1);
  opacity: 0.2;
}

.service-block-one .inner-box .lower-content {
  position: relative;
  display: block;
  padding: 32px 0px 6px 20px;
}

.service-block-one .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 13px;
}

.service-block-one .inner-box .lower-content h3 a {
  display: inline-block;
}

.service-block-one .inner-box .lower-content h3 a:hover {
}

.service-block-one .inner-box .lower-content p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 34px;
}

.service-block-one .inner-box .lower-content .link a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
}

.service-block-one .inner-box .lower-content .link a:hover {
  padding-left: 13px;
}

.service-block-one .inner-box .lower-content .link a:before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 700;
  left: 0px;
  top: 2px;
  opacity: 0;
  transition: all 500ms ease;
}

.service-block-one .inner-box .lower-content .link a:hover:before {
  opacity: 1;
}

.service-block-one .inner-box .lower-content .icon-box {
  position: absolute;
  right: 0px;
  bottom: -20px;
  width: 82px;
  height: 82px;
  line-height: 82px;
  text-align: center;
  font-size: 50px;
  color: #fff;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .icon-box {
}

.service-section .sec-title {
  margin-bottom: 60px;
}

.service-section .tab-btn-box {
  margin-top: 29px;
}

/** 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;
}

.clients-section .pattern-layer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

/** testimonial-section **/

.testimonial-section {
  position: relative;
  padding: 112px 0px 70px 0px;
}

.testimonial-section:before {
  position: absolute;
  content: "";
  background: #ecf1f8;
  width: 100%;
  height: 750px;
  left: 0px;
  top: 0px;
  right: 0px;
}

.testimonial-block-one {
  margin: 30px 0px 50px 0px;
}

.testimonial-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 97px 80px 80px 80px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.testimonial-block-one .inner-box .icon-box {
  position: relative;
  display: block;
  font-size: 100px;
  line-height: 30px;
  font-weight: 800;
  margin-bottom: 2px;
}

.testimonial-block-one .inner-box p {
  font-size: 24px;
  line-height: 46px;
  font-weight: 500;
  margin-bottom: 26px;
}

.testimonial-block-one .inner-box .author-box {
  position: relative;
  padding: 23px 0px 21px 115px;
  min-height: 92px;
}

.testimonial-block-one .inner-box .author-box .image-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box .image-box img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0px;
}

.testimonial-block-one .inner-box .author-box .designation {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0px;
}

.testimonial-block-one .inner-box .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-section .owl-dots {
  position: absolute;
  right: 77px;
  bottom: 160px;
}

.testimonial-section .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #c8d3e3;
  border-radius: 50%;
  margin: 0px 2.5px;
  cursor: pointer;
  transition: all 500ms ease;
}

.testimonial-section .owl-dots .owl-dot.active span,
.testimonial-section .owl-dots .owl-dot span:hover {
}

#content_block_4 .content-box .image-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

#content_block_4 .content-box .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
}

#content_block_4 .content-box .image-box .video-btn {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 130px;
  height: 130px;
  line-height: 130px;
  font-size: 30px;
  color: #fff;
  text-align: center;
}

#content_block_4 .content-box .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, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

#content_block_4 .content-box .image-box:hover .image:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

#content_block_4 .content-box .image-box .shape-layer {
  position: absolute;
  left: -65px;
  top: -65px;
  width: 225px;
  height: 201px;
  background-repeat: no-repeat;
  z-index: 1;
}

#content_block_4 .content-box .inner-box {
  position: relative;
  margin: 0px -15px;
}

#content_block_4 .content-box .inner-box .single-item {
  position: relative;
  float: left;
  max-width: 270px;
  width: 100%;
  margin: 0px 15px;
  text-align: center;
  padding: 48px 60px 49px 60px;
}

#content_block_4 .content-box .inner-box .single-item:first-child {
}

#content_block_4 .content-box .inner-box .single-item:last-child {
}

#content_block_4 .content-box .inner-box .single-item .icon-box {
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 65px;
  color: #fff;
  margin-bottom: 23px;
}

#content_block_4 .content-box .inner-box .single-item h3 {
  position: relative;
  display: block;
  font-size: 24px;
  color: #fff;
  line-height: 29px;
  font-weight: 700;
}

#content_block_4 .content-box .inner-box .single-item:before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  width: 170px;
  height: 170px;
  right: 0px;
  bottom: 0px;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0px 0px);
}

.testimonial-section .sec-title {
  margin-bottom: 20px;
}

.testimonial-section #content_block_4 .content-box {
  position: relative;
  margin-top: 8px;
}

/** funfact-section **/

.funfact-section {
  position: relative;
  padding: 108px 0px 116px 0px;
}

.funfact-section .pattern-layer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.counter-block-one .inner-box {
  position: relative;
}

.counter-block-one .inner-box .count-outer {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}

.counter-block-one .inner-box h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
}

.counter-block-one .inner-box:before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 205px;
  top: -108px;
  right: -15px;
}

.funfact-section .counter-block:last-child .counter-block-one .inner-box:before {
  display: none;
}

/* =========================================
  Our Mission Section
   ========================================= */

.ourmission-section {
  position: relative;
  padding: 40px 0 70px;
  overflow: hidden;
  background: linear-gradient(180deg, #f6f9ff 0%, #ffffff 70%);
}

/* left image panel (desktop) */
.ourmission-section .bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 44%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  overflow: hidden;
}

/* subtle overlay on image */
.ourmission-section .bg-layer:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 70, 171, 0.25) 0%, rgba(7, 70, 171, 0.1) 50%, rgba(7, 70, 171, 0) 100%);
  pointer-events: none;
}

/* badge (desktop) */
.ourmission-section .title-box {
  position: absolute;
  left: 44%;
  top: 50%;
  margin-left: -170px;
  transform: translateY(-50%);
  z-index: 2;
}

.ourmission-section .title-box h5 {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
  padding: 17px 87px;
  transform: rotate(-90deg);
  background: #0746ab;
  border-radius: 12px;
  letter-spacing: 0.4px;
  box-shadow: 0 18px 40px rgba(7, 70, 171, 0.25);
}

/* right side spacing */
.ourmission-section .auto-container {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 14px;
  padding-right: 14px;
}

/* content card */
#content_block_5 .content-box {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #e9eef4;
  border-radius: 16px;
  padding: 44px 44px 36px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
}

#content_block_5 .content-box .sec-title {
  margin-bottom: 34px;
}

#content_block_5 .content-box .sec-title h2 {
  font-size: 44px;
  line-height: 1.05;
  font-weight: 900;
  color: #0746ab;
  margin-bottom: 10px;
}

#content_block_5 .content-box .sec-title h4 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: #0aa1d6;
  margin-top: 0;
}

/* icon + intro */
#content_block_5 .content-box .inner {
  position: relative;
  padding-left: 150px;
  margin-bottom: 26px;
  min-height: 118px;
}

#content_block_5 .content-box .inner .icon-box {
  position: absolute;
  left: 0;
  top: 2px;
  width: 118px;
  height: 118px;
  line-height: 118px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 65px;
  color: #fff;
  z-index: 1;
  border-radius: 18px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
}

#content_block_5 .content-box .inner .icon-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.8;
  z-index: -1;
}

#content_block_5 .content-box .inner h4 {
  font-size: 22px;
  font-weight: 900;
  color: #0746ab;
  margin-bottom: 10px;
}

#content_block_5 .content-box .inner p {
  font-size: 16.5px;
  line-height: 30px;
  color: #4a6076;
  font-weight: 500;
}

/* list = modern grid */
#content_block_5 .content-box .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 22px;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

#content_block_5 .content-box .list li {
  position: relative;
  float: none;
  width: auto;
  margin: 0;
  background: #f6f9ff;
  border: 1px solid #e9eef4;
  border-radius: 12px;
  padding: 12px 14px 12px 44px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #2b3f55;
}

#content_block_5 .content-box .list li i {
  position: absolute;
  left: 14px;
  top: 12px;
  font-size: 18px;
  font-weight: 400;
  color: #ffb400;
}

/* closing paragraph */
#content_block_5 .content-box .text p {
  font-size: 16.5px;
  line-height: 30px;
  color: #4a6076;
  font-weight: 500;
  margin-bottom: 0;
}

/* button spacing */
#content_block_5 .content-box .btn-box {
  margin-top: 22px;
}

/* =========================
   MOBILE
   ========================= */
@media (max-width: 991px) {
  .ourmission-section {
    padding: 0 0 55px;
    background: #fff;
  }

  /* image becomes top band */
  .ourmission-section .bg-layer {
    position: relative;
    width: 100%;
    height: 360px;
    min-height: 360px;
    border-radius: 0;
  }

  /* extra overlay for readability on mobile */
  .ourmission-section .bg-layer:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(7, 70, 171, 0.18);
    pointer-events: none;
  }

  /* remove bootstrap offset */
  .ourmission-section .offset-lg-6 {
    margin-left: 0 !important;
  }

  /* badge becomes pill over image */
  .ourmission-section .title-box {
    left: 50%;
    top: 315px;
    transform: translateX(-50%);
    margin-left: 0;
    z-index: 3;
  }

  .ourmission-section .title-box h5 {
    transform: none;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 999px;
  }

  /* content card spacing */
  #content_block_5 .content-box {
    padding: 26px 18px 22px;
    margin-top: 14px;
    border-radius: 16px;
  }

  #content_block_5 .content-box .sec-title {
    margin-bottom: 22px;
  }

  #content_block_5 .content-box .sec-title h2 {
    font-size: 34px;
  }

  #content_block_5 .content-box .sec-title h4 {
    font-size: 16px;
  }

  /* stack icon */
  #content_block_5 .content-box .inner {
    padding-left: 0;
    margin-bottom: 18px;
    min-height: 0;
  }

  #content_block_5 .content-box .inner .icon-box {
    position: relative;
    width: 86px;
    height: 86px;
    line-height: 86px;
    font-size: 44px;
    margin: 0 0 14px 0;
  }

  #content_block_5 .content-box .inner p,
  #content_block_5 .content-box .text p {
    font-size: 16px;
    line-height: 28px;
  }

  /* list single column */
  #content_block_5 .content-box .list {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-bottom: 14px;
  }

  #content_block_5 .content-box .list li {
    font-size: 15.5px;
  }
}

@media (max-width: 575px) {
  .ourmission-section .bg-layer {
    height: 300px;
    min-height: 300px;
  }

  .ourmission-section .title-box {
    top: 258px;
  }

  #content_block_5 .content-box .sec-title h2 {
    font-size: 30px;
  }
}

/* ===================================================== 
Gallery Section        
===================================================== */

/* Give the section its own band so it doesn’t blend */
.gallery-section#blog-section {
  position: relative;
  padding: 70px 0 60px;
  overflow: hidden;
  background: #f6f9ff; /* main separation color */
  font-family: "Barlow", sans-serif !important;
}
.gallery-section#blog-section * {
  font-family: "Barlow", sans-serif !important;
}

/* Softer background band (keeps it clean + premium) */
.gallery-section#blog-section:before {
  height: 320px;
  background: linear-gradient(180deg, #ecf1f8 0%, #f6f9ff 70%, rgba(246, 249, 255, 0) 100%);
}

/* Thin brand strip at top of the section */
.gallery-section#blog-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #0746ab;
}

/* Container spacing */
.gallery-section#blog-section .outer-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 14px;
}

/* ================= TITLE AREA (CENTERED) ================= */

.gallery-section#blog-section .sec-title {
  margin-bottom: 28px;
  text-align: center !important;
}

.gallery-section#blog-section .sec-title h4 {
  color: #0aa1d6;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center !important;
}

.gallery-section#blog-section .sec-title h2 {
  margin: 0 auto !important;
  max-width: 1020px; /* controls line breaks */
  text-align: center !important;
  color: #0746ab;
  font-weight: 600;
  line-height: 1.05;
}

/* Title + arrows container */
.title-nav-container {
  display: flex;
  align-items: center;
  justify-content: center !important;
  gap: 18px;
}

/* Arrow buttons */
.nav-buttons {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.circle-button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(7, 70, 171, 0.18);
  background: #0746ab;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
}

.circle-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
}

/* ================= CAROUSEL / CARDS ================= */

#blog-carousel .owl-stage-outer {
  padding: 18px 6px 24px;
}

.gallery-block-one .news-block-two .inner-box {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(7, 70, 171, 0.08);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.gallery-block-one .news-block-two .inner-box:hover {
  transform: translateY(-3px);
  border-color: rgba(10, 161, 214, 0.35);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.14);
}

/* Image styling */
.gallery-block-one .inner-box .image-box {
  position: relative;
  overflow: hidden;
}

.gallery-block-one .inner-box .image-box img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

.gallery-block-one .inner-box:hover .image-box img {
  transform: scale(1.03);
}

/* Date badge */
.gallery-block-one .inner-box .image-box .post-date {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  background: rgba(7, 70, 171, 0.92);
  color: #fff;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

/* Content area */
.gallery-block-one .inner-box .lower-content {
  padding: 18px 18px 20px;
  text-align: left;
}

.gallery-block-one .inner-box .lower-content h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
}

.gallery-block-one .inner-box .lower-content h3 a {
  color: #0746ab;
  text-decoration: none;
}

.gallery-block-one .inner-box .lower-content h3 a:hover {
  color: #0aa1d6;
}

.gallery-block-one .inner-box .lower-content p {
  margin: 0;
  color: #5a6f84;
  font-size: 14.5px;
  line-height: 1.55;
}

/* VIEW ALL button spacing */
.gallery-section#blog-section .btn-box {
  margin-top: 10px;
}

/* ================= MOBILE FIXES ================= */

@media (max-width: 991px) {
  /* Stack title above arrows */
  .title-nav-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
  }

  .gallery-section#blog-section .sec-title h2 {
    font-size: 36px;
    line-height: 1.08;
    max-width: 620px;
  }

  .gallery-section#blog-section .sec-title h4 {
    font-size: 13px;
    margin-bottom: 8px;
  }

  /* HIDE ARROWS ON MOBILE */
  #blog-section .nav-buttons,
  #blog-section .circle-button {
    display: none !important;
  }

  /* Slightly adjust image height for mobile */
  .gallery-block-one .inner-box .image-box img {
    height: 220px;
  }
}

@media (max-width: 575px) {
  .gallery-section#blog-section {
    padding: 58px 0 50px;
  }

  .gallery-section#blog-section .sec-title h2 {
    font-size: 32px;
    max-width: 92%;
  }

  .gallery-block-one .inner-box .lower-content {
    padding: 16px 16px 18px;
  }
}

/** google-map-section **/

.google-map-section {
  position: relative;
}

.google-map-section #contact-google-map {
  position: relative;
  display: block;
  width: 100%;
  height: 550px;
}

.google-map-section .lower-content .inner-container {
  position: relative;
  display: block;
  background: #fff;
  padding: 20px;
  margin-top: -18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.google-map-section .lower-content .inner-container .image-box {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 316px;
  height: 195px;
}

.google-map-section .lower-content .inner-container .image-box:before {
  position: absolute;
  content: "";
  top: 0px;
  right: -30px;
  width: 9px;
  height: 100%;
}

.google-map-section .lower-content .inner-container .image-box img {
  width: 100%;
}

.google-map-section .lower-content .inner-container .inner {
  position: relative;
  display: block;
  padding: 27px 20px 28px 400px;
}

.google-map-section .lower-content .inner-container .inner h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 32px;
}

.google-map-section .lower-content .inner-container .inner h2 a {
  display: inline-block;
  font-size: 40px;
  font-weight: 800;
}

.google-map-section .lower-content .inner-container .inner h2 a:hover {
}

.google-map-section .lower-content .inner-container .inner p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
}

/** news-section **/

.news-section {
  position: relative;
  padding: 40px 0px 40px 0px;
}

.news-section .sec-title {
  margin-bottom: 50px;
}

.news-block-one .inner-box {
  position: relative;
  display: block;
}

.news-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.news-block-one .inner-box .image-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  box-shadow: inset 0px -200px 120px -20px rgba(11, 48, 110, 0.8);
  z-index: 1;
  transition: all 500ms ease;
}

.news-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 1500ms ease;
}

.news-block-one .inner-box:hover .image-box img {
  transform: scale(1.3);
}

.news-block-one .inner-box .content-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 0px 20px 58px 60px;
  z-index: 2;
}

.news-block-one .inner-box .content-box h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
}

.news-block-one .inner-box .content-box h2 a {
  display: inline-block;
  color: #fff;
}

.news-block-one .inner-box .content-box h2 a:hover {
}

.news-block-one .inner-box .content-box .post-info li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-right: 15px;
}

.news-block-one .inner-box .content-box .post-info li:last-child {
  margin: 0px !important;
}

.news-block-one .inner-box .content-box .post-info li a {
  color: #fff;
}

.news-block-one .inner-box .content-box .post-info li a:hover {
}

.news-block-one .inner-box .content-box .post-info li i {
}

.news-block-one .inner-box .content-box .post-info {
  position: relative;
  margin-bottom: 3px;
}

.news-block-two .inner-box .lower-content .post-info li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #748196;
  margin-right: 22px;
}

.news-block-two .inner-box .lower-content .post-info li:last-child {
  margin: 0px !important;
}

.news-block-two .inner-box .lower-content .post-info li a {
  color: #748196;
}

.news-block-two .inner-box .lower-content .post-info li a:hover {
}

.news-block-two .inner-box .lower-content .post-info li i {
}

.news-block-two .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 24px;
}

.news-block-two .inner-box .lower-content h3 a {
  display: inline-block;
}

.news-block-two .inner-box .lower-content h3 a:hover {
}

.news-block-two .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.news-block-two .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.news-block-two .inner-box:hover .image-box img {
  transform: scale(1.1);
  opacity: 0.2;
}

.news-block-two .inner-box .image-box .post-date {
  position: absolute;
  left: 0px;
  bottom: -1px;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 34px;
  text-align: center;
  padding: 3.5px 25px;
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%, 0px 0px);
}

.news-block-two .inner-box .lower-content {
  position: relative;
  padding-top: 23px;
}

.news-block-two .inner-box .lower-content p {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  padding-bottom: 30px;
  margin-bottom: 10px;
}

/** main-footer **/

.main-footer {
  position: relative;
  background: #0746ab;
}

.main-footer .footer-top {
  position: relative;
  display: block;
}

.main-footer .footer-top:before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 0px;
}

.main-footer .footer-top .top-inner .footer-logo {
  position: relative;
  padding: 41px 85px 35px 0px;
}

.main-footer .footer-top .top-inner .footer-logo .logo {
  position: relative;
}

.main-footer .footer-top .top-inner .footer-logo .bg-color {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 5000px;
  height: 100%;
  background: #0b2c64;
  clip-path: polygon(0% 0%, 100% 0%, 99% 100%, 0% 100%, 0px 0px);
}

.main-footer .footer-top .top-inner .footer-info {
  position: relative;
  margin-top: 36px;
}

.main-footer .footer-top .top-inner .footer-info .info-list li {
  position: relative;
  display: inline-block;
  float: left;
  padding: 0px 0px 0px 50px;
  margin-right: 80px;
}

.main-footer .footer-top .top-inner .footer-info .info-list li:last-child {
  margin: 0px !important;
}

.main-footer .footer-top .top-inner .footer-info .info-list li:before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  width: 1px;
  height: 65px;
  top: -10px;
  right: -40px;
}

.main-footer .footer-top .top-inner .footer-info .info-list li:last-child:before {
  display: none;
}

.main-footer .footer-top .top-inner .footer-info .info-list li i {
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 30px;
  line-height: 30px;
}

.main-footer .footer-top .top-inner .footer-info .info-list li span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #8d9cb5;
  font-weight: 500;
  margin-bottom: 0px;
}

.main-footer .footer-top .top-inner .footer-info .info-list li h6 {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  font-weight: 600;
}

.main-footer .footer-top .top-inner .footer-info .info-list li h6 a {
  display: inline-block;
  color: #fff;
}

.main-footer .footer-top .top-inner .footer-info .info-list li h6 a:hover {
}

.main-footer .footer-upper {
  position: relative;
  padding: 92px 0px 94px 0px;
  background: #0746ab;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-footer .footer-upper .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-upper .foote-widget .widget-title {
  position: relative;
  display: block;
  margin-bottom: 34px;
}

.footer-upper .foote-widget .widget-title h3 {
  position: relative;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  margin: 0px;
}

.footer-upper .about-widget .widget-content p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
  padding-right: 5px;
}

.footer-upper .about-widget .widget-content .subscribe-form .form-group {
  position: relative;
  margin: 0px;
}

.footer-upper .about-widget .widget-content .subscribe-form .form-group input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  background: #0b2c64;
  border: 1px solid #0b2c64;
  padding: 10px 50px 10px 20px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #8d9cb5;
  transition: all 500ms ease;
}

.footer-upper .about-widget .widget-content .subscribe-form .form-group input::-webkit-input-placeholder {
  color: #8d9cb5;
}

.footer-upper .about-widget .widget-content .subscribe-form .form-group button {
  position: absolute;
  top: 18px;
  right: 30px;
  font-size: 18px;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
}

.footer-upper .about-widget .widget-content .subscribe-form .form-group input:focus + button,
.footer-upper .about-widget .widget-content .subscribe-form .form-group button:hover {
}

.footer-upper .about-widget .widget-content .subscribe-form .form-group input:focus {
}

.footer-upper .links-widget .links-list li {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #8d9cb5;
  margin-bottom: 12px;
  padding-left: 15px;
}

.footer-upper .links-widget .links-list li:last-child {
  margin-bottom: 0px;
}

.footer-upper .links-widget .links-list li a {
  display: inline-block;
  color: #fff;
}

.footer-upper .links-widget .links-list li a:hover {
  color: #fff;
}

.footer-upper .links-widget .links-list li a:before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #8d9cb5;
  font-size: 14px;
  left: 0px;
  top: 0px;
}

.footer-upper .links-widget .links-list li a:hover:before {
}

.footer-upper .links-widget {
  margin: 0px -15px 0px 40px;
}

.footer-upper .post-widget .post-inner .post {
  position: relative;
  display: block;
  padding-left: 90px;
  margin-bottom: 37px;
  min-height: 83px;
}

.footer-upper .post-widget .post-inner .post:last-child {
  margin-bottom: 0px;
}

.footer-upper .post-widget .post-inner .post .image-box {
  position: absolute;
  left: 0px;
  top: 4px;
  width: 69px;
  height: 70px;
  border: 4px solid #fff;
}

.footer-upper .post-widget .post-inner .post .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.footer-upper .post-widget .post-inner .post:hover .image-box img {
  opacity: 0.2;
}

.footer-upper .post-widget .post-inner .post .post-date {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 3px;
}

.footer-upper .post-widget .post-inner .post h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  margin: 0px;
}

.footer-upper .post-widget .post-inner .post h5 a {
  display: inline-block;
  color: #fff;
}

.footer-upper .post-widget .post-inner .post h5 a:hover {
}

.footer-upper .post-widget .widget-title {
  margin-bottom: 40px;
}

.footer-bottom {
  position: relative;
  padding: 40px 0px;
  background: #0b2c64;
}

.footer-bottom .copyright p {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  color: #8d9cb5;
}

.footer-bottom .copyright p a {
  color: #8d9cb5;
}

.footer-bottom .copyright p a:hover {
}

.footer-bottom .footer-social li {
  position: relative;
  display: inline-block;
  margin-right: 25px;
}

.footer-bottom .footer-social li:last-child {
  margin: 0px !important;
}

.footer-bottom .footer-social li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #fff;
}

.footer-bottom .footer-social li a:hover {
}

/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/

.header-upper {
  position: relative;
  display: block;
  background: #fff;
}

.header-upper .upper-info {
  position: relative;
  margin-top: 36px;
}

.header-upper .upper-info .info-list li {
  position: relative;
  display: inline-block;
  float: left;
  padding: 0px 0px 0px 50px;
  margin-right: 80px;
}

.header-upper .upper-info .info-list li:last-child {
  margin: 0px !important;
}

.header-upper .upper-info .info-list li:before {
  position: absolute;
  content: "";
  background: #e2e8f0;
  width: 1px;
  height: 65px;
  top: -10px;
  right: -40px;
}

.header-upper .upper-info .info-list li:last-child:before {
  display: none;
}

.header-upper .upper-info .info-list li i {
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 30px;
  line-height: 30px;
}

.header-upper .upper-info .info-list li span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #748196;
  font-weight: 500;
  margin-bottom: 0px;
}

.header-upper .upper-info .info-list li h6 {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 22px;
  color: #0746ab;
  font-weight: 600;
}

.header-upper .upper-info .info-list li h6 a {
  display: inline-block;
  color: #0746ab;
}

.header-upper .upper-info .info-list li h6 a:hover {
}

.main-header.style-two .header-lower .lower-inner {
  position: relative;
}

.main-header.style-two .header-lower .lower-inner .outer-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  padding-left: 40px;
  z-index: 100;
}

.main-header.style-two .main-menu .navigation > li > a {
  color: #fff !important;
}

.main-header.style-two .main-menu .navigation > li {
  padding: 21px 0px 26px 0px;
}

.main-header.style-two .sticky-header .main-menu .navigation > li > a {
  color: #748196 !important;
}

.main-header.style-two .outer-box .btn-box {
  position: absolute;
  right: 0px;
  top: 0px;
}

.main-header.style-two .outer-box .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  padding: 25.5px 60px;
  text-align: center;
  text-transform: uppercase;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 20px 0px);
}

.main-header.style-two .outer-box .btn-box a:hover {
}

/** banner-style-two **/

.banner-section.style-two .banner-carousel .content-box h3 {
  background: transparent;
  border: none;
  padding: 0px;
  margin-bottom: 22px;
}

.banner-section.style-two .banner-carousel .content-box h1 {
  font-size: 50px;
  line-height: 85px;
  font-weight: 500;
  /* comment uppercase on location title
  /* text-transform: uppercase; */
  margin-bottom: 47px;
}

.banner-section.style-two .banner-carousel .content-box h1 span {
  font-weight: 800;
}

.banner-section.style-two .banner-carousel .content-box {
  max-width: 100%;
  margin: 0px;
}

.banner-section.style-two .banner-carousel .slide-item {
  padding: 193px 0px 120px 0px;
}

/** about-style-two **/

.about-style-two {
  position: relative;
}

.about-style-two #content_block_6 .content-box {
  padding: 112px 0px 80px 0px;
}

#content_block_6 .content-box p {
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
}

#content_block_6 .content-box .text {
  margin-bottom: 40px;
}

#content_block_6 .content-box .inner-box {
  position: relative;
  padding-left: 270px;
}

#content_block_6 .content-box .inner-box .image-box {
  position: absolute;
  left: 0px;
  top: 10px;
  overflow: hidden;
}

#content_block_6 .content-box .inner-box .image-box: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, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

#content_block_6 .content-box .inner-box:hover .image-box:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

#content_block_6 .content-box .inner-box .inner .single-item {
  position: relative;
  padding-bottom: 36px;
  margin-bottom: 31px;
  padding-left: 84px;
  border-bottom: 1px solid #e2e8f0;
  min-height: 127px;
}

#content_block_6 .content-box .inner-box .inner .single-item:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

#content_block_6 .content-box .inner-box .inner .single-item .icon-box {
  position: absolute;
  left: 0px;
  top: 10px;
  font-size: 65px;
  line-height: 65px;
  transition: all 500ms ease;
}

#content_block_6 .content-box .inner-box .inner .single-item:hover .icon-box {
  transform: rotateY(180deg);
}

#content_block_6 .content-box .inner-box .inner .single-item p {
  line-height: 30px;
}

#content_block_7 .form-inner {
  position: relative;
  display: block;
  background: #fff;
  padding: 60px 60px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

#content_block_7 .form-inner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 20px;
  left: 0px;
  top: -20px;
  z-index: 1;
}

.nice-select:after {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #727f94;
  border-right: 2px solid #727f94;
  right: 20px;
}

.nice-select {
  height: 73px;
  background: #ecf1f8;
  padding: 23px 20px;
  font-size: 16px;
  line-height: 28px;
  color: #727f94;
  font-weight: 600;
  border: none !important;
}

#content_block_7 .form-inner .form-group {
  position: relative;
  margin-bottom: 10px;
}

#content_block_7 .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

#content_block_7 .form-inner .form-group .select-box {
  min-height: 73px;
}

#content_block_7 .form-inner .form-group input[type="text"],
#content_block_7 .form-inner .form-group input[type="email"],
#content_block_7 .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 73px;
  background: #ecf1f8;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 28px;
  color: #727f94;
  font-weight: 600;
  border: 2px solid #ecf1f8;
  transition: all 500ms ease;
}

#content_block_7 .form-inner .form-group textarea {
  resize: none;
  height: 144px;
}

#content_block_7 .form-inner .form-group textarea:focus,
#content_block_7 .form-inner .form-group input:focus {
}

/** service-style-two **/

.service-style-two {
  position: relative;
  padding-bottom: 120px;
}

.service-block-two .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 12px;
}

.service-block-two .inner-box:before {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: 12px;
  left: 20px;
  top: 0px;
  transition: all 500ms ease;
}

.service-block-two .inner-box:hover:before {
}

.service-block-two .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.service-block-two .inner-box .image-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  box-shadow: inset 0px -200px 120px -20px rgba(11, 48, 110, 0.6);
  z-index: 1;
  transition: all 500ms ease;
}

.service-block-two .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.service-block-two .inner-box:hover .image-box img {
  transform: scale(1.1);
}

.service-block-two .inner-box .content-box {
  position: absolute;
  left: 0px;
  bottom: 50px;
  width: 100%;
  text-align: center;
  padding: 0px 15px;
  z-index: 2;
  transition: all 500ms ease;
}

.service-block-two .inner-box:hover .content-box {
  bottom: 40px;
}

.service-block-two .inner-box .content-box h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 3px;
  transition: all 500ms ease;
}

.service-block-two .inner-box:hover .content-box h2 {
  transform: translateY(-68px);
}

.service-block-two .inner-box .content-box h2 a {
  display: inline-block;
  color: #fff;
}

.service-block-two .inner-box .content-box h2 a:hover {
}

.service-block-two .inner-box .content-box p {
  position: absolute;
  left: 0px;
  bottom: -30px;
  width: 100%;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  font-weight: 600;
  margin: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.service-block-two .inner-box:hover .content-box p {
  opacity: 1;
  visibility: visible;
  bottom: 0px;
}

/** washing-section **/

.washing-section {
  position: relative;
  padding-bottom: 120px;
}

#image_block_2 .image-box {
  position: relative;
  display: block;
}

#image_block_2 .image-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 13px;
  left: 0px;
  bottom: 0px;
}

.washing-section #image_block_2 .image-box {
  margin-left: -370px;
  padding-bottom: 20px;
}

.washing-section #image_block_2 .image-box .image {
  position: relative;
  display: block;
}

.washing-section #image_block_2 .image-box .image img {
  width: 100%;
}

#image_block_2 .image-box .text {
  position: absolute;
  bottom: 95px;
  right: -30px;
  max-width: 335px;
  width: 100%;
  padding: 42px 40px 40px 50px;
}

#image_block_2 .image-box .text:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  left: 50px;
  bottom: -12px;
  transform: rotate(-45deg);
}

#image_block_2 .image-box .text p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 9px;
}

#image_block_2 .image-box .text a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  font-weight: 600;
  border-bottom: 1px solid #fff;
}

.washing-section #content_block_8 .content-box {
  margin-left: 70px;
}

#content_block_8 .content-box {
  position: relative;
}

#content_block_8 .content-box .text p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}

#content_block_8 .content-box .text {
  margin-bottom: 41px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e2e8f0;
}

#content_block_8 .content-box .list-item {
  margin-bottom: 40px;
  padding-bottom: 46px;
  border-bottom: 1px solid #e2e8f0;
}

#content_block_8 .content-box .list-item li {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #748196;
  font-weight: 500;
  padding-left: 38px;
  margin-bottom: 10px;
}

#content_block_8 .content-box .list-item li:last-child {
  margin-bottom: 0px;
}

#content_block_8 .content-box .list-item li i {
  position: absolute;
  left: 0px;
  top: 1px;
  font-size: 18px;
  font-weight: 600;
}

#content_block_8 .content-box .inner-box .inner {
  position: relative;
  margin-top: 7px;
}

#content_block_8 .content-box .inner-box .inner h5 {
  font-size: 18px;
  line-height: 28px;
  color: #748196;
  font-weight: 500;
}

#content_block_8 .content-box .inner-box .inner h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.washing-section .pattern-layer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 265px;
  background-size: cover;
  background-repeat: repeat-x;
  animation: slide 100s linear infinite;
  -webkit-animation: slide 100s linear infinite;
}

@keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1920px 0;
  }
}

@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1920px 0;
  }
}

.bg-color-2 {
  background: #ecf1f8;
}

.service-section.alternat-2:before {
  display: none;
}

.service-section.alternat-2 .pattern-layer {
  position: absolute;
  left: 0px;
  top: inherit;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 261px;
  background-size: cover;
  background-repeat: repeat-x;
  animation: slide 100s linear infinite;
  -webkit-animation: slide 100s linear infinite;
}

/** weprovide-section **/

.weprovide-section {
  position: relative;
  padding: 120px 0px;
}

.weprovide-section:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 414px;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.4;
}

.weprovide-section .image-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 414px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.weprovide-section .left-column .video-inner {
  position: relative;
  display: block;
  margin-bottom: 233px;
}

.weprovide-section .left-column .video-inner a {
  position: relative;
  display: inline-block;
  font-size: 30px;
  background: #fff;
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-align: center;
}

.weprovide-section .left-column .video-inner a:after,
.weprovide-section .left-column .video-inner a:before {
  width: 130px;
  height: 130px;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.weprovide-section .left-column .video-inner a:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.weprovide-section .left-column .lower-content .text {
  margin-bottom: 48px;
}

.weprovide-section .left-column .lower-content .text p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}

.weprovide-section .left-column .lower-content .inner {
  position: relative;
  padding-left: 260px;
}

.weprovide-section .left-column .lower-content .inner .image-box {
  position: absolute;
  left: 0px;
  top: 1px;
  width: 230px;
  height: 210px;
  overflow: hidden;
}

.weprovide-section .left-column .lower-content .inner .image-box img {
  width: 100%;
}

.weprovide-section .left-column .lower-content .inner .image-box: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, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.weprovide-section .left-column .lower-content .inner:hover .image-box:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.weprovide-section .left-column .lower-content .inner .list-item li {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #748196;
  font-weight: 500;
  padding-left: 27px;
  margin-bottom: 18px;
}

.weprovide-section .left-column .lower-content .inner .list-item li:last-child {
  margin-bottom: 0px;
}

.weprovide-section .left-column .lower-content .inner .list-item li i {
  position: absolute;
  left: 0px;
  top: 1px;
  font-size: 18px;
  font-weight: 500;
}

#content_block_9 .content-box {
  position: relative;
  display: block;
  padding: 72px 80px 80px 80px;
  margin-right: -40px;
}

#content_block_9 .content-box .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

#content_block_9 .content-box .sec-title h4 {
  color: #fff;
}

#content_block_9 .content-box .sec-title {
  margin-bottom: 50px;
}

#content_block_9 .content-box .title-box {
  position: relative;
  display: block;
  background: rgba(11, 44, 100, 0.2);
  padding: 19px 30px 22px 60px;
  margin-bottom: 29px;
}

#content_block_9 .content-box .title-box h4 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  margin: 0px;
}

#content_block_9 .content-box .title-box i {
  position: absolute;
  left: 27px;
  top: 22px;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}

#content_block_9 .content-box .text p {
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  font-weight: 500;
}

#content_block_9 .content-box .text {
  margin-bottom: 50px;
}

#content_block_9 .content-box .single-progress-box {
  position: relative;
  float: left;
  width: 50%;
  padding: 0px 0px 0px 140px;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#content_block_9 .content-box .single-progress-box:last-child {
  margin-bottom: 0px;
}

#content_block_9 .content-box .single-progress-box .box {
  position: absolute;
  max-width: 120px;
  left: 0px;
  top: 0px;
}

#content_block_9 .content-box .single-progress-box .piechart span {
  position: absolute;
  display: flex;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

#content_block_9 .content-box .single-progress-box .piechart span:after {
  color: #fff;
  content: "%";
  font-size: 24px;
}

#content_block_9 .content-box .single-progress-box h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 30px;
}

/** team-section **/

.team-section {
  position: relative;
  padding: 112px 0px 120px 0px;
}

.team-section .carousel-content {
  position: relative;
  margin-right: -660px;
}

.team-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.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.1);
}

.team-block-one .inner-box .lower-content {
  position: absolute;
  left: 20px;
  bottom: -10px;
  width: calc(100% - 40px);
  background: #fff;
  text-align: center;
  padding: 33px 15px 31px 15px;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .lower-content {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}

.team-block-one .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 3px;
}

.team-block-one .inner-box .lower-content h3 a {
  display: inline-block;
  color: #0746ab;
}

.team-block-one .inner-box .lower-content h3 a:hover {
}

.team-block-one .inner-box .lower-content .designation {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #748196;
  margin-bottom: 19px;
}

.team-block-one .inner-box .lower-content .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 15px;
}

.team-block-one .inner-box .lower-content .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #748196;
}

.team-block-one .inner-box .lower-content .social-links li a:hover {
}

.team-section .owl-dots {
  position: absolute;
  top: -125px;
  right: 660px;
}

.team-section .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #3c598c;
  border-radius: 50px;
  cursor: pointer;
  margin: 0px 2.5px;
  transition: all 500ms ease;
}

.team-section .owl-theme .owl-dots .owl-dot.active span,
.team-section .owl-theme .owl-dots .owl-dot span:hover {
}

.team-section .sec-title {
  margin-bottom: 60px;
}

.team-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;
}

/** teatimonial-style-two **/

.teatimonial-style-two {
  position: relative;
  padding-top: 112px;
}

.teatimonial-style-two:before {
  position: absolute;
  content: "";
  background: #ecf1f8;
  height: 595px;
  width: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
}

.teatimonial-style-two .single-item-carousel {
  position: relative;
  max-width: 470px;
  margin: 0 auto;
  width: 100%;
  display: block;
}

.teatimonial-style-two .owl-stage-outer {
  overflow: visible;
}

.teatimonial-style-two .testimonial-inner {
  position: relative;
  display: block;
  max-width: 1500px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
  overflow: hidden;
}

.testimonial-block-two {
  margin: 20px 0px 30px 0px;
}

.testimonial-block-two .inner-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 79px 60px 62px 60px;
}

.teatimonial-style-two .owl-item.active .testimonial-block-two .inner-box {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.testimonial-block-two .inner-box .icon-box {
  position: relative;
  display: block;
  font-size: 100px;
  line-height: 24px;
  color: #ecf1f8;
  font-weight: 800;
  margin-bottom: 0px;
  transition: all 500ms ease;
}

.teatimonial-style-two .owl-item.active .testimonial-block-two .inner-box .icon-box {
}

.testimonial-block-two .inner-box p {
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 26px;
}

.testimonial-block-two .inner-box .author-box {
  position: relative;
  padding: 8px 0px 1px 75px;
  min-height: 57px;
}

.testimonial-block-two .inner-box .author-box .image-box {
  position: absolute;
  left: 0px;
  top: 2px;
  width: 57px;
  height: 57px;
  border-radius: 50%;
}

.testimonial-block-two .inner-box .author-box .image-box img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-two .inner-box .author-box h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0px;
}

.testimonial-block-two .inner-box .author-box .designation {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0px;
}

.testimonial-block-two .inner-box .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 500ms ease;
}

.teatimonial-style-two .testimonial-block-two .inner-box .pattern-layer {
  opacity: 0;
}

.teatimonial-style-two .owl-item.active .testimonial-block-two .inner-box .pattern-layer {
  opacity: 1;
}

.news-style-two {
  padding: 82px 0px 110px 0px;
  position: relative;
}

.news-style-two .sec-pad {
  margin-bottom: 60px;
}

/** cta-section **/

.cta-section {
  position: relative;
  padding: 87px 0px 99px 0px;
}

.cta-section .inner-box .text {
  position: relative;
  max-width: 600px;
  width: 100%;
}

.cta-section .inner-box .text h2 {
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 53px;
  color: #fff;
  font-weight: 700;
}

.cta-section .pattern-layer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: repeat-x;
  animation: slide 100s linear infinite;
  -webkit-animation: slide 100s linear infinite;
}

.cta-section .inner-box .btn-box {
  margin-top: 23px;
}

/*** 

====================================================================
                        About-Page
====================================================================

***/

.page-title {
  position: relative;
  width: 100%;
  padding-top: 143px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title:before {
  position: absolute;
  content: "";
  background: #0b2c64;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.5;
}

.page-title .content-box .title-box h1 {
  position: relative;
  font-size: 70px;
  line-height: 70px;
  font-weight: 800;
  color: #fff;
}

.page-title .content-box .title-box {
  position: relative;
  margin-bottom: 122px;
}

.page-title .content-box .bread-crumb {
  position: relative;
  display: inline-block;
  padding: 2px 33px 5px 18px;
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%, 0px 0px);
}

.page-title .content-box .bread-crumb li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  padding-right: 13px;
  margin-right: 3px;
}

.page-title .content-box .bread-crumb li:last-child {
  padding: 0px;
  margin: 0px;
}

.page-title .content-box .bread-crumb li:before {
  position: absolute;
  content: "/";
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
  top: 0px;
  right: 0px;
}

.page-title .content-box .bread-crumb li:last-child:before {
  display: none;
}

.page-title .content-box .bread-crumb li a {
  color: #fff;
}

.page-title .content-box .bread-crumb li a:hover {
  color: #222;
}

/** about-style-three **/

.about-style-three {
  position: relative;
  padding: 120px 0px;
}

.about-style-three .image-box {
  position: relative;
  margin-bottom: 52px;
}

.about-style-three .image-box .text {
  position: absolute;
  bottom: -145px;
  right: 40px;
  max-width: 335px;
  width: 100%;
  padding: 42px 40px 40px 50px;
}

.about-style-three .image-box .text:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  left: 50px;
  bottom: -12px;
  transform: rotate(-45deg);
}

.about-style-three .image-box .text p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 9px;
}

.about-style-three .image-box .text a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  font-weight: 600;
  border-bottom: 1px solid #fff;
}

.about-style-three .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
}

.about-style-three .image-box .image img {
  width: 100%;
}

.about-style-three .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, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.about-style-three .image-box:hover .image:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.about-style-three .sec-title {
  max-width: 750px;
  width: 100%;
}

.about-style-three .text-column .text p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}

.team-section.about-page {
  padding-bottom: 190px;
}

.google-map-section.about-page .lower-content .inner-container {
  margin-top: -60px;
}

.teatimonial-style-two.about-page {
  background: #ecf1f8;
  padding: 120px 0px 120px 0px;
}

/** about-style-four **/

.about-style-four {
  position: relative;
  padding-top: 120px;
}

.about-style-four #image_block_3 .image-box {
  margin-right: 60px;
  z-index: 1;
  margin-bottom: -60px;
}

#image_block_3 .image-box {
  position: relative;
  display: block;
  padding-bottom: 23px;
}

#image_block_3 .image-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 13px;
  left: 0px;
  bottom: 0px;
}

#image_block_3 .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
}

#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, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

#image_block_3 .image-box:hover .image:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

#image_block_3 .image-box .image img {
  width: 100%;
}

#image_block_3 .image-box .shape-layer {
  position: absolute;
  left: -65px;
  top: -65px;
  width: 225px;
  height: 201px;
  background-repeat: no-repeat;
  z-index: 1;
}

#content_block_5 .content-box .author-box .text,
#content_block_5 .content-box .author-box .author-thumb {
  width: 50%;
}

#content_block_5 .content-box .author-box .text span {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 2px;
}

#content_block_5 .content-box .author-box .text h4 {
  position: relative;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

#content_block_5 .content-box .author-box .author-thumb {
  position: relative;
  padding-left: 100px;
}

#content_block_5 .content-box .author-box .author-thumb .image-box {
  position: absolute;
  left: 0px;
  top: -10px;
  width: 76px;
  height: 76px;
  border-radius: 50%;
}

#content_block_5 .content-box .author-box .author-thumb .image-box img {
  width: 100%;
  border-radius: 50%;
}

.about-style-four #content_block_5 .content-box .text {
  margin-bottom: 68px;
}

.team-page-section {
  position: relative;
  padding: 120px 0px 90px 0px;
}

.team-page-section .team-block-one .inner-box {
  margin-bottom: 30px;
}

.experience-section .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: 40px;
}

.experience-section .image-box img {
  width: 100%;
}

.experience-section .image-box: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, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.experience-section .image-box:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.experience-section.alternat-2 #content_block_2 .content-box .text .list li:before {
}

.experience-section.alternat-2 .progress-box .bar {
  background: #ecf1f8;
}

.experience-section.alternat-2 .progress-box .bar-inner {
}

.experience-section.alternat-2 .progress-box .count-text {
}

.experience-section.alternat-2 .progress-box .count-text:before {
}

.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;
}

.error-section .inner-box h1 {
  position: relative;
  display: block;
  font-size: 170px;
  line-height: 150px;
  font-weight: 600;
  margin-bottom: 27px;
}

.error-section .inner-box h2 {
  font-size: 40px;
  line-height: 45px;
  position: relative;
  font-weight: 600;
  margin-bottom: 10px;
}

.error-section .inner-box p {
  position: relative;
  font-size: 18px;
  font-weight: 500;
}

.error-section .inner-box p a {
  display: inline-block;
  line-height: 18px;
}

.error-section .inner-box p a:hover {
  text-decoration: underline;
}

/*** 

====================================================================
                        Service-Page
====================================================================

***/

.service-page-section {
  padding: 120px 0px 90px 0px;
}

.service-page-section:before {
  display: none;
}

.service-page-section .tab-btn-box {
  padding-bottom: 40px;
  max-width: 293px;
  width: 100%;
  margin: 0 auto;
}

.service-page-section .tab-btns li {
  background: #ecf1f8;
}

.service-page-section .service-block-one .inner-box {
  margin-bottom: 30px;
}

.service-sidebar .categories-widget .list {
  position: relative;
  display: block;
  background: #ecf1f8;
}

.service-sidebar .categories-widget .list li {
  position: relative;
  display: block;
}

.service-sidebar .categories-widget .list li a {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: #0746ab;
  border-bottom: 2px solid #fff;
  padding: 21px 40px 24px 40px;
  z-index: 1;
}

.service-sidebar .categories-widget .list li:last-child a {
  border-bottom: none;
}

.service-sidebar .categories-widget .list li a:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.service-sidebar .categories-widget .list li a.active:before,
.service-sidebar .categories-widget .list li a:hover:before {
  width: 100%;
  left: 0px;
}

.service-sidebar .categories-widget .list li a:after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 700;
  color: #0746ab;
  top: 23px;
  right: 40px;
  transition: all 500ms ease;
}

.service-sidebar .categories-widget .list li a.active,
.service-sidebar .categories-widget .list li a:hover {
  color: #fff;
}

.service-sidebar .categories-widget .list li a.active:after,
.service-sidebar .categories-widget .list li a:hover:after {
  color: #fff;
}

.service-sidebar .sidebar-widget {
  position: relative;
  margin-bottom: 30px;
}

.service-sidebar .sidebar-widget:last-child {
  margin-bottom: 0px;
}

.service-sidebar .sidebar-support {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 42px 50px 49px 50px;
}

.service-sidebar .sidebar-support:before {
  position: absolute;
  content: "";
  background: #0746ab;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.9;
}

.service-sidebar .sidebar-support h4 {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 33px;
}

.service-sidebar .sidebar-support p {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  color: #8d9cb5;
  margin-bottom: 22px;
}

.service-sidebar .sidebar-support h3 {
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 35px;
  font-weight: 500;
  color: #fff;
}

.service-sidebar .sidebar-support h3 a {
  color: #fff;
}

.service-sidebar .sidebar-support h3 i {
  font-size: 30px;
  font-weight: 400;
  margin-right: 10px;
}

.service-sidebar .sidebar-support h3 a:hover {
}

.service-sidebar .download-widget .download-content a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 24px 30px;
}

.service-sidebar .download-widget .download-content a:hover {
}

.service-details-content {
  position: relative;
}

.service-details-content .inner-box .image {
  position: relative;
  display: block;
}

.service-details-content .inner-box .image img {
  width: 100%;
}

.service-details-content .inner-box h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 35px;
  margin-top: 28px;
}

.service-details-content .inner-box p {
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 34px;
}

.service-details-content .inner-box .content-one .list-item li {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 34px;
  padding-left: 80px;
}

.service-details-content .inner-box .content-one .list-item li:last-child {
  margin-bottom: 0px;
}

.service-details-content .inner-box .content-one .list-item li i {
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 30px;
  color: #fff;
  width: 58px;
  height: 58px;
  line-height: 58px;
  border-radius: 50%;
  text-align: center;
}

.service-details-content .inner-box .content-one .list-item {
  margin-bottom: 34px;
}

.service-details-content .inner-box .content-one {
  padding-bottom: 8px;
}

.service-details-content .inner-box .two-column .left-inner {
  position: relative;
  padding-left: 160px;
  padding-bottom: 20px;
  min-height: 122px;
}

.service-details-content .inner-box .two-column .left-inner .icon-box {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 118px;
  height: 118px;
  line-height: 118px;
  text-align: center;
  font-size: 70px;
  color: #fff;
  z-index: 1;
}

.service-details-content .inner-box .two-column .left-inner .icon-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.8;
  z-index: -1;
}

.service-details-content .inner-box .two-column .left-inner h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
}

.service-details-content .inner-box h3 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 31px;
}

.service-details-content .inner-box .two-column {
  position: relative;
  margin-bottom: 61px;
}

.service-details-content .inner-box .text p {
  margin-bottom: 0px !important;
}

.service-details-content .inner-box .content-two p {
  margin-bottom: 49px;
}

.service-details-content .inner-box .image-box {
  margin-bottom: 42px;
}

/*** 

====================================================================
                        Blog-Page
====================================================================

***/

.blog-grid .news-block-two .inner-box {
  margin-bottom: 50px;
}

.blog-grid .pagination-wrapper {
  position: relative;
  margin-top: 20px;
}

.news-block-two .inner-box .lower-content h2 {
  position: relative;
  display: block;
  font-size: 34px;
  line-height: 47px;
  font-weight: 700;
  margin-bottom: 19px;
}

.news-block-two .inner-box .lower-content h2 a {
  display: inline-block;
}

.news-block-two .inner-box .lower-content h2 a:hover {
}

.sidebar-page-container .news-block-two .inner-box .lower-content p {
  font-size: 18px;
  line-height: 34px;
  padding-bottom: 0px;
  font-weight: 500;
  border-bottom: none;
  margin-bottom: 34px;
}

.sidebar-page-container .news-block-two .inner-box .lower-content .link a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

.sidebar-page-container .news-block-two .inner-box .lower-content .link a i {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 16px;
  opacity: 0;
  transition: all 500ms ease;
}

.sidebar-page-container .news-block-two .inner-box .lower-content .link a:hover i {
  opacity: 1;
}

.sidebar-page-container .news-block-two .inner-box .lower-content .link a:hover {
  padding-left: 13px;
}

.sidebar-page-container .news-block-two .inner-box .lower-content {
  padding-top: 30px;
}

.sidebar-page-container .news-block-two .inner-box {
  margin-bottom: 50px;
}

.sidebar-page-container .pagination-wrapper {
  padding-top: 60px;
  border-top: 1px solid #e2e8f0;
}

.blog-sidebar .sidebar-widget {
  position: relative;
  margin-bottom: 30px;
  background: #ecf1f8;
}

.blog-sidebar .sidebar-widget:last-child {
  margin-bottom: 0px;
}

.blog-sidebar .sidebar-search {
  padding: 22px 30px;
  margin-bottom: 30px;
}

.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;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 10px 60px 10px 20px;
  transition: all 500ms ease;
}

.blog-sidebar .sidebar-search .search-form .form-group input:focus {
}

.blog-sidebar .sidebar-search .search-form .form-group button {
  position: absolute;
  top: 10px;
  right: 30px;
  background: transparent;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: all 500ms ease;
}

.blog-sidebar .sidebar-search .search-form .form-group input:focus + button,
.blog-sidebar .sidebar-search .search-form .form-group button:hover {
}

.blog-sidebar .sidebar-search .search-form .form-group input::-webkit-input-placeholder {
  color: #fff;
}

.blog-sidebar .widget-title {
  position: relative;
  display: block;
  margin-bottom: 28px;
}

.blog-sidebar .widget-title h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin: 0px;
}

.blog-sidebar .sidebar-post {
  padding: 44px 50px 17px 50px;
}

.blog-sidebar .sidebar-post .post {
  position: relative;
  display: block;
  padding-left: 95px;
  padding-bottom: 27px;
  border-bottom: 1px solid #fff;
  margin-bottom: 25px;
  min-height: 104px;
}

.blog-sidebar .sidebar-post .post:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.blog-sidebar .sidebar-post .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 6px;
  width: 66px;
  height: 67px;
  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: 14px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 4px;
}

.blog-sidebar .sidebar-post .post h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin: 0px;
}

.blog-sidebar .sidebar-post .post h5 a {
  display: inline-block;
}

.blog-sidebar .sidebar-post .post h5 a:hover {
}

.blog-sidebar .categories-widget {
  padding: 43px 50px 39px 50px;
}

.blog-sidebar .categories-widget .categories-list li {
  position: relative;
  display: block;
  margin-bottom: 17px;
}

.blog-sidebar .categories-widget .categories-list li:last-child {
  margin-bottom: 0px;
}

.blog-sidebar .categories-widget .categories-list li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #748196;
  padding-left: 15px;
}

.blog-sidebar .categories-widget .categories-list li a:hover {
}

.blog-sidebar .categories-widget .categories-list li a:before {
  position: absolute;
  content: "\f105";
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #748196;
  left: 0px;
  top: 1px;
  transition: all 500ms ease;
}

.blog-sidebar .categories-widget .categories-list li a:hover:before {
}

.blog-sidebar .categories-widget .widget-title {
  margin-bottom: 21px;
}

.blog-sidebar .tags-widget {
  padding: 43px 50px 37px 50px;
}

.blog-sidebar .tags-widget .tags-list li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #748196;
}

.blog-sidebar .tags-widget .tags-list li a {
  display: inline-block;
  color: #748196;
}

.blog-sidebar .tags-widget .tags-list li a:hover {
}

.blog-sidebar .tags-widget .widget-title {
  margin-bottom: 22px;
}

.blog-details-content .news-block-two .inner-box:hover .image-box img {
  transform: scale(1);
  opacity: 1;
}

.blog-details-content .news-block-two {
  border-bottom: 1px solid #e2e8f0;
}

.blog-details-content .post-share-option {
  position: relative;
  padding: 30px 0px 30px 0px;
}

.blog-details-content .post-share-option .tags li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #748196;
  font-weight: 600;
}

.blog-details-content .post-share-option .tags li a {
  color: #748196;
}

.blog-details-content .post-share-option .tags li a:hover {
}

.blog-details-content .post-share-option .tags li h5 {
  font-size: 18px;
  font-weight: 700;
}

.blog-details-content .post-share-option .social-links li {
  position: relative;
  display: inline-block;
  margin-right: 25px;
}

.blog-details-content .post-share-option .social-links li:last-child {
  margin-right: 0px;
}

.blog-details-content .post-share-option .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #748196;
}

.blog-details-content .post-share-option .social-links li a:hover {
}

.blog-details-content .author-box {
  position: relative;
  display: block;
  padding: 60px;
  border: 1px solid #e2e8f0;
  margin-bottom: 50px;
}

.blog-details-content .author-box .inner {
  position: relative;
  padding-left: 210px;
  padding-bottom: 0px;
}

.blog-details-content .author-box .inner .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 170px;
  height: 160px;
}

.blog-details-content .author-box .inner h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}

.blog-details-content .author-box .inner p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}

.blog-details-content .group-title {
  position: relative;
  display: block;
  margin-bottom: 44px;
}

.blog-details-content .group-title h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

.blog-details-content .comments-area .comment {
  position: relative;
  display: block;
  padding-bottom: 64px;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 52px;
}

.blog-details-content .comments-area .comment:last-child {
  margin-bottom: 0px;
}

.blog-details-content .comments-area .comment .thumb-box {
  position: absolute;
  left: 0px;
  top: 8px;
  width: 165px;
  height: 165px;
}

.blog-details-content .comments-area .comment .thumb-box img {
  width: 100%;
}

.blog-details-content .comments-area .comment .comment-inner {
  position: relative;
  padding-left: 205px;
}

.blog-details-content .comments-area .comment .comment-inner h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 34px;
}

.blog-details-content .comments-area .comment .comment-inner h4 span {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
}

.blog-details-content .comments-area .comment .comment-inner p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}

.blog-details-content .comments-area .comment .comment-inner a {
  position: absolute;
  display: inline-block;
  top: 5px;
  right: 0px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  padding: 7.5px 20px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}

.blog-details-content .comments-area .comment .comment-inner a:hover {
}

.blog-details-content .comments-area {
  margin-bottom: 54px;
}

.default-form .form-group {
  position: relative;
  padding: 0px 5px;
  margin-bottom: 10px;
}

.default-form .form-group:last-child {
  margin-bottom: 0px;
}

.default-form {
  position: relative;
  margin: 0px 10px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 73px;
  background: #ecf1f8;
  font-size: 16px;
  font-weight: 500;
  color: #727f94;
  border: 2px solid #ecf1f8;
  padding: 10px 30px;
  transition: all 500ms ease;
}

.default-form .form-group textarea {
  height: 240px;
  resize: none;
}

.default-form .form-group input:focus,
.default-form .form-group textarea:focus {
}

.blog-details-content .comments-form-area .group-title {
  margin-bottom: 52px;
}

/*** 

====================================================================
                        Contact-Page
====================================================================

***/

.contact-section {
  position: relative;
  padding-bottom: 120px;
}

.contact-section .default-form {
  margin: 0px;
}

.contact-section .default-form .form-group {
  padding: 0px;
}

.contact-section .info-inner {
  position: relative;
  padding-top: 112px;
}

.contact-section .info-inner .text {
  position: relative;
  margin-bottom: 50px;
}

.contact-section .info-inner .text p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}

.contact-section .info-inner .inner-box {
  position: relative;
  padding-right: 310px;
  padding-bottom: 36px;
}

.contact-section .info-inner .inner-box .address-box {
  position: absolute;
  top: 0px;
  right: 0px;
  max-width: 270px;
  width: 100%;
}

.contact-section .info-inner .inner-box .info-list li {
  position: relative;
  display: block;
  padding-bottom: 45px;
  margin-bottom: 41px;
  padding-left: 85px;
  border-bottom: 1px solid #e2e8f0;
}

.contact-section .info-inner .inner-box .info-list li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.contact-section .info-inner .inner-box .info-list li i {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 60px;
  line-height: 60px;
}

.contact-section .info-inner .inner-box .info-list li p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 0px;
}

.contact-section .info-inner .inner-box .info-list li h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

.contact-section .info-inner .inner-box .info-list li h3 a {
  display: inline-block;
}

.contact-section .info-inner .inner-box .info-list li h3 a:hover {
}

.contact-section .info-inner .inner-box .address-box .text {
  position: relative;
  display: block;
  background: #ecf1f8;
  padding: 46px 50px 62px 50px;
  margin: 0px;
}

.contact-section .info-inner .inner-box .address-box .text i {
  position: relative;
  display: inline-block;
  left: 0px;
  top: 0px;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 14px;
}

.contact-section .info-inner .inner-box .address-box .text h4 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.contact-section .info-inner .inner-box .address-box .owl-dots {
  position: absolute;
  right: 47px;
  bottom: 40px;
}

.contact-section .info-inner .inner-box .address-box .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #a8b7ce;
  border-radius: 50%;
  margin: 0px 3px;
  cursor: pointer;
  transition: all 500ms ease;
}

.contact-section .info-inner .inner-box .address-box .owl-dots .owl-dot.active span,
.contact-section .info-inner .inner-box .address-box .owl-dots .owl-dot span:hover {
}

.contact-section #content_block_7 .form-inner .form-group input[type="text"],
.contact-section #content_block_7 .form-inner .form-group input[type="email"] {
  height: 60px;
}

.contact-section #content_block_7 .form-inner .form-group textarea {
  height: 158px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-15 {
  margin-top: 15px;
}

/** comment bullet point **/
.li-two {
  list-style-type: circle;
}

/** service-area-section **/
.service-area-section {
  background: #f5f5f5; /* Example background color */
  padding: 20px 0; /* Example padding */
}

.service-area-section .container {
  width: 80%; /* Example width */
  margin: 0 auto; /* Centering the container */
}

.service-area-section .section-title h1 {
  color: #0746ab; /* Example title color */
  font-size: 2em; /* Example font-size */
  font-weight: bold; /* Bold font for the title */
  margin-bottom: 15px; /* Space below the title */
  text-align: center; /* Centers the title */
}

.service-area-section .section-content p {
  color: #666; /* Example text color */
  line-height: 1.6; /* Example line height */
  text-align: justify; /* Justify aligns the text for better readability */
}

/** our-work-section **/
.our-work-section {
  background: #f5f5f5; /* Example background color */
  padding: 20px 0; /* Example padding */
}

.our-work-section .container {
  width: 80%; /* Example width */
  margin: 0 auto; /* Centering the container */
}

.our-work-section .section-title h1 {
  color: #0746ab; /* Example title color */
  font-size: 2em; /* Example font-size */
  font-weight: bold; /* Bold font for the title */
  margin-bottom: 15px; /* Space below the title */
  text-align: center; /* Centers the title */
}

.our-work-section .section-content p {
  color: #666; /* Example text color */
  line-height: 1.6; /* Example line height */
  text-align: justify; /* Justify aligns the text for better readability */
}

/*** 

====================================================================
                        Reviews Section - Opener 
====================================================================

***/
.reviews-section {
  background: #f5f5f5; /* Example background color */
  padding: 20px 0; /* Example padding */
}

.reviews-section .container {
  width: 80%; /* Example width */
  margin: 0 auto; /* Centering the container */
}

.reviews-section .section-title h1 {
  color: #0746ab; /* Example title color */
  font-size: 2em; /* Example font-size */
  font-weight: bold; /* Bold font for the title */
  margin-bottom: 15px; /* Space below the title */
  text-align: center; /* Centers the title */
}

.reviews-section .section-content p {
  color: #666; /* Example text color */
  line-height: 1.6; /* Example line height */
  text-align: justify; /* Justify aligns the text for better readability */
}

/*** 

====================================================================
                        Terms-of-Service & Privacy Policy
====================================================================

***/

.terms-of-service-section .section-title h1 {
  color: #0746ab;
  font-size: 2em;
  margin-bottom: 10px;
  margin-top: 50px; /* Add top margin if needed */
}

.terms-of-service-section .effective-date p {
  font-size: 1em;
  margin-bottom: 20px;
}

.terms-of-service-section .section-content p {
  font-size: 1em;
  margin-bottom: 20px;
}

.terms-of-service-section .terms-warning p {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 20px;
}

ul.navigation.clearfix {
  height: 112.9px;
  display: flex;
  align-items: center;
}

.main-footer .logo img {
  height: 42px;
}

.gallery-item {
  width: 100%;
}

/*** 

====================================================================
                        City Detials
====================================================================

***/

.city-details {
  background-color: #f5f5f5;
  padding: 50px 0;
  text-align: center;
}

.city-details-container {
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
}

.city-details-title {
  color: #0746ab;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.city-details-intro,
.city-details-description {
  color: #666;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: justify;
}

.city-details-list {
  list-style-type: disc; /* This will ensure that bullet points are shown */
  padding-left: 20px; /* Add some padding to ensure the bullets are not cut off */
  text-align: left;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 30px;
}

.city-details-list li {
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 20px; /* Add padding to the left of list items */
}

.city-details-button-container {
  text-align: center;
  margin-top: 20px;
}

.city-details-button {
  background-color: #ffa000;
  color: #ffffff;
  padding: 15px 30px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  transition: background-color 0.3s;
}

.city-details-button:hover {
  background-color: #0746ab;
  color: #fff;
}

/* Additional styling for responsiveness and aesthetics */
@media (max-width: 768px) {
  .city-details-container {
    width: 90%;
  }

  .city-details-title {
    font-size: 28px;
  }

  .city-details-intro,
  .city-details-description {
    font-size: 16px;
  }

  .city-details-list li {
    font-size: 15px;
  }
}

/*** 

====================================================================
                       Pricing & Promo  Section
====================================================================

***/

.pricing-section {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

.pricing-section h1 {
  position: relative;
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-size: 50px;
  color: #0746ab;
  margin: 20px;
  transition: all 500ms ease;
}

.pricing-section p {
  text-align: justify;
  color: #748196;
  line-height: 1.6;
}

.pricing-section .buttons {
  margin-top: 20px;
}

.pricing-section .call-button,
.pricing-section .quote-button {
  padding: 10px 20px;
  margin: 10px; /* Adjusted margin to separate the buttons */
  color: #fff;
  background-color: #ffa000; /* The specified blue color */
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
  text-transform: uppercase; /* Make the text uppercase as in the image */
  font-weight: bold; /* Make the font bold */
}

.pricing-section .call-button:hover,
.pricing-section .quote-button:hover {
  background-color: #0746ab; /* The specified orange color for hover */
}

/*** 

====================================================================
                       Pricing Button
====================================================================

***/

.pricing-section .b {
  margin-top: 20px;
}

.pricing-section .call-b,
.pricing-section .quote-b {
  padding: 10px 100px;
  margin: 10px; /* Adjusted margin to separate the buttons */
  color: #fff;
  background-color: #ffa000; /* The specified blue color */
  border: none;
  border-radius: 15px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
  text-transform: uppercase; /* Make the text uppercase as in the image */
  font-weight: bold; /* Make the font bold */
}

.pricing-section .call-b:hover,
.pricing-section .quote-b:hover {
  background-color: #0746ab; /* The specified orange color for hover */
}

/*** 

====================================================================
                      Satisfaction Guarantee Section
====================================================================

***/

.satisfaction-guarantee-section {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f3f3; /* Example background color */
  padding: 20px;
}

.satisfaction-guarantee-text {
  flex: 1; /* Takes the remaining space */
  text-align: left;
}

.satisfaction-guarantee-text h2 {
  position: relative;
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-size: 50px;
  color: #0746ab;
  margin: 20px;
  transition: all 500ms ease;
  text-align: center;
}

.satisfaction-guarantee-text p {
  text-align: justify;
  color: #748196;
  line-height: 1.6;
}

/*** 

====================================================================
                       Pricing Service Section
====================================================================

***/

.pricing-service-section__header {
  position: relative;
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-size: 50px;
  color: #0746ab;
  margin: 20px;
  transition: all 500ms ease;
  text-align: center; /* This will center the text */
}

.pricing-service-section {
  font-family: "Barlow", sans-serif;
  color: #748196;
  width: 80%;
  margin: 0 auto;
}

.pricing-service-section h2 {
  font-family: "Barlow", sans-serif;
}

.pricing-service-section ul {
  list-style: none;
  padding: 0;
  font-family: "Barlow", sans-serif;
}

.pricing-service-section li {
  margin-bottom: 10px;
  font-family: "Barlow", sans-serif;
}

.pricing-service-section li::before {
  content: "• ";
  color: #ffa000; /* Adjusted to match the h1 color */
}

.pricing-service-section .highlight {
  color: #0746ab; /* Adjusted to match the h1 color */
  font-weight: bold;
}

/*** 

====================================================================
                       Pricing Service Section
====================================================================

***/

.reliable-window-difference-section {
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: #ecf0f1;
}

.reliable-window-difference-text {
  flex: 1;
  text-align: center; /* Center text content */
}

.reliable-window-difference-text h2 {
  position: relative;
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-size: 50px;
  color: #0746ab;
  margin: 20px 0; /* Adjusted margin */
  transition: all 500ms ease;
}

.text-content {
  display: inline-block;
  text-align: left;
}

.text-content ul {
  list-style: none;
  padding: 0;
  margin: 0 auto; /* Center-align the ul */
}

.text-content ul li {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
  padding-left: 20px;
  position: relative;
  text-align: left; /* Align text to the left */
}

.text-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #ffa000;
  border-radius: 50%;
}

.text-content button {
  background-color: #ffa000;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  margin-top: 20px;
  cursor: pointer;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.text-content button:hover {
  background-color: #0746ab;
  color: #fff;
}

.reliable-window-difference-image {
  flex: 1;
  max-width: 50%;
}

.reliable-window-difference-image img {
  width: 70%;
  height: auto;
}

#socialmedialinks {
  color: white;
}

/*** 

====================================================================
                      START: Background Split Screen
====================================================================

***/

/* =========================
   HERO: BASE LAYOUT
   ========================= */

/* Left image panel */
.banner-section .banner-carousel .slide-item .image-layer {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50% !important; /* exact half for image */
  background-size: 100% auto !important; /* normal zoom (no crop) */
  background-repeat: no-repeat !important;
  background-position: left bottom !important; /* anchor from bottom */
  z-index: 1;
}

/* Slide container */
.banner-section .banner-carousel .slide-item {
  position: relative;
  min-height: 72vh;
  background: #0746ab; /* blue right panel */
  overflow: hidden;
}

/* Decorative bubbles (between bg and text) */
.banner-section .bubbleContainer {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

/* Text container defaults (overridden to 50% docked) */
.banner-section .slide-item.split-left .auto-container {
  position: relative;
  z-index: 3; /* above bubbles */
}

/* Initial text box positioning (overridden later) */
.banner-section .slide-item.split-left .content-box.centred {
  text-align: left;
  max-width: 540px;
  padding: 80px 0;
  margin-left: 88%; /* original push into blue area */
}

/* Headings / text styles */
.banner-section .second-text {
  font-weight: 600;
  font-size: clamp(22px, 2.4vw, 34px);
  margin: 0 0 6px;
}
.banner-section .third-text {
  font-weight: 800;
  font-size: clamp(36px, 5.2vw, 72px);
  line-height: 1.05;
  margin: 0 0 12px;
  color: #ffa000;
}
.banner-section .fourth-text {
  font-weight: 500;
  font-size: clamp(15px, 1.4vw, 20px);
  opacity: 0.95;
}

/* =========================
   HERO 50/50 + CENTER TEXT (OVERRIDES)
   ========================= */

/* Right (blue) half: dock the container and center its contents */
.banner-section .slide-item.split-left .auto-container {
  position: absolute !important;
  left: 50% !important;
  top: 0;
  width: 50% !important;
  height: 100% !important;
  z-index: 3;
  display: flex !important;
  align-items: center !important; /* vertical center */
  justify-content: center !important; /* horizontal center */
  padding: 0 4vw; /* breathing room */
}

/* Center the wording block itself */
.banner-section .slide-item.split-left .content-box.centred {
  margin: 0 !important; /* remove left push */
  text-align: center !important; /* center lines */
  max-width: 540px;
  padding: 80px 0;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 992px) {
  /* Shorter hero on mobile */
  .banner-section .slide-item.split-left {
    min-height: 64vh;
  }

  /* Full-width image behind text w/ fade for readability */
  .banner-section .banner-carousel .slide-item.split-left .image-layer {
    width: 100% !important;
    opacity: 0.25;
    background-position: left bottom !important;
  }

  /* Return text container to normal flow and full width */
  .banner-section .slide-item.split-left .auto-container {
    position: relative !important;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    padding: 56px 20px 72px !important;
  }

  .banner-section .slide-item.split-left .content-box.centred {
    max-width: 100% !important;
  }
}

/*** 

====================================================================
                       Our Services New Layout
====================================================================

***/

.full-window-services {
  padding: 60px 0;
  background-color: #ffffff;
}

.full-window-services .content-box h3 {
  font-weight: 700;
  color: #0746ab;
}

.full-window-services .content-box p {
  margin-bottom: 15px;
}

.full-window-services .content-box ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.full-window-services .content-box li {
  margin-bottom: 8px;
  font-size: 16px;
  color: #0746ab;
}

.full-window-services .content-box li a {
  color: #0746ab;
  text-decoration: underline;
}

.full-window-services .content-box a.fast-quote-btn {
  display: inline-block;
  background-color: #ffa500;
  color: white;
  font-weight: 700;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}

.full-window-services .content-box li a:hover {
  color: #0aa1d6;
}

.come-home-clean {
  background-color: #f8f8f8;
  padding: 60px 0;
  font-family: "Barlow", sans-serif;
}

.come-home-clean .row {
  display: flex;
  align-items: center;
}

.come-home-clean .image img {
  width: 100%;
  height: auto;
  display: block;
}

.come-home-clean .content-box {
  text-align: left;
}

.come-home-clean .content-box h3 {
  font-weight: 700;
  color: #0746ab;
  margin-bottom: 15px;
}

.come-home-clean .content-box p {
  font-size: 18px;
  line-height: 1.7;
  color: #748196;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .come-home-clean {
    padding: 44px 0;
  }

  .come-home-clean .row {
    flex-direction: column;
    gap: 22px;
  }

  /* image first, then content */
  .come-home-clean .image {
    width: 100%;
    order: 1;
  }

  .come-home-clean .content-box {
    width: 100%;
    order: 2;
    text-align: left;
  }

  .come-home-clean .content-box h3 {
    font-size: 32px;
    line-height: 1.15;
    margin-bottom: 12px;
  }

  .come-home-clean .content-box p {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 12px;
  }
}

@media (max-width: 575px) {
  .come-home-clean {
    padding: 36px 0;
  }

  .come-home-clean .row {
    gap: 18px;
  }

  .come-home-clean .content-box h3 {
    font-size: 28px;
  }
}

/*** 

====================================================================
                     Feature Check
====================================================================

***/

.feature-check-section {
  background-color: #2cbce4;
  padding: 40px 0;
  font-family: "Roboto", sans-serif;
}

.feature-check-section .row {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  max-width: 1100px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.feature-check-section .feature-col {
  flex: 1 1 30%;
  min-width: 240px;
  padding: 10px 30px;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.feature-check-section .feature-col:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  height: 60%;
  width: 1px;
  background-color: #ffffff33;
}

.feature-check-section .checkmark {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  flex-shrink: 0;
}

.feature-check-section .feature-text .title {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
}

.feature-check-section .feature-text .subtext {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #0746ab;
  margin-top: 4px;
}

@media (max-width: 991px) {
  .feature-check-section .row {
    max-width: 100%;
    padding: 0 18px;
  }

  .feature-check-section .feature-col {
    flex: 1 1 50%;
    min-width: 280px;
    padding: 14px 18px;
  }

  /* remove vertical dividers on wrapped layout */
  .feature-check-section .feature-col:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 575px) {
  .feature-check-section {
    padding: 28px 0;
  }

  .feature-check-section .row {
    padding: 0 14px;
  }

  .feature-check-section .feature-col {
    flex: 1 1 100%;
    min-width: 0;
    padding: 12px 10px;
  }

  .feature-check-section .checkmark {
    width: 18px;
    height: 18px;
  }

  .feature-check-section .feature-text .title {
    font-size: 15px;
  }

  .feature-check-section .feature-text .subtext {
    font-size: 13px;
    letter-spacing: 1.6px;
  }
}

/*** 

====================================================================
                     Franchise Investment Overview
====================================================================

***/

.franchise-overview {
  padding: 56px 0;
}

.franchise-overview .auto-container {
  max-width: 1200px; /* keeps consistent with your layout */
  margin: 0 auto;
  padding: 0 20px;
}

.fo-title {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  font-weight: 800;
  margin: 0 0 14px 0;
}

.fo-lead {
  max-width: 900px;
  color: #5a5f6a;
  font-size: clamp(15px, 1.7vw, 18px);
  line-height: 1.7;
  margin: 0 0 24px 0;
}

.fo-divider {
  height: 1px;
  background: #e6e8ee;
  margin: 8px 0 28px 0;
}

.fo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: start;
}

.fo-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px 16px;
  align-items: start;
}

.fo-badge {
  grid-row: 1 / span 2;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  background: #ffa000; /* badge color (adjust to brand if needed) */
  box-shadow: 0 6px 14px rgba(255, 107, 61, 0.25);
  flex-shrink: 0;
}

.fo-item-title {
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 800;
  margin: 0;
}

.fo-item-text {
  color: #5a5f6a;
  font-size: 16px;
  line-height: 1.7;
  margin: 6px 0 0 0;
}

.fo-item-text strong {
  font-weight: 800;
  color: #111;
}

/* Responsive */
@media (max-width: 992px) {
  .fo-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .fo-item {
    grid-template-columns: auto 1fr;
  }
  .fo-badge {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
}

/*** 
====================================================================
                    Franchise Value Strip
====================================================================
***/

.franchise-hero-strip {
  background: #0746ab;
  color: #fff;
  text-align: center;
  padding: 64px 0;
}

.franchise-hero-strip .auto-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Title */
.fhs-title {
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.2;
  font-weight: 800;
  margin: 0 0 14px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* Paragraphs aligned left */
.fhs-lead {
  max-width: 860px;
  margin: 0 auto 10px;
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.7;
  color: #fff;
  opacity: 1;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

/* Icon grid */
.fhs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin: 28px 0 34px;
  justify-items: center;
}

.fhs-item {
  display: grid;
  justify-items: center;
  gap: 12px;
}

.fhs-icon {
  width: 56px;
  height: 56px;
  color: #fff;
}

.fhs-item-title {
  font-weight: 800;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}

/* CTA Button */
.fhs-cta {
  display: inline-block;
  background: #fff;
  color: #0746ab; /* Button text color */
  font-weight: 800;
  padding: 14px 26px;
  border-radius: 10px;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    background 0.15s ease,
    color 0.15s ease;
}

.fhs-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.28);
  background: #ffa000; /* Hover background color */
  color: #fff; /* White text on hover for contrast */
}

/* Responsive */
@media (max-width: 992px) {
  .fhs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .fhs-grid {
    grid-template-columns: 1fr;
  }
  .fhs-icon {
    width: 48px;
    height: 48px;
  }
}

/*** 
====================================================================
                   Journey Section
====================================================================
***/

.journey-section {
  background: #f9fafc;
  padding: 80px 0;
}

/* Header */
.journey-head {
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: left;
}

.journey-title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  color: #0746ab;
  margin-bottom: 12px;
}

.journey-sub {
  font-size: 18px;
  color: #5a5f6a;
  line-height: 1.6;
  margin-bottom: 0; /* ✅ Removed spacing for divider */
}

/* ✅ Removed divider line */
.journey-divider {
  display: none;
}

/* Grid */
.journey-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 40px;
}

/* Card */
.journey-card {
  background: #0746ab;
  color: #fff;
  padding: 36px 28px 48px;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.journey-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}

/* Icon */
.journey-card .icon {
  font-size: 32px;
  margin-bottom: 16px;
  color: #fff;
}

/* ✅ Ensure visible white heading */
.journey-card h3 {
  color: #ffffff !important;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 20px;
}

/* Accent line */
.journey-card .underline {
  width: 40px;
  height: 4px;
  background: #ffa000;
  margin-bottom: 14px;
  border-radius: 2px;
}

.journey-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #e9ecf4;
}

/* Responsive */
@media (max-width: 992px) {
  .journey-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .journey-grid {
    grid-template-columns: 1fr;
  }
}

/* ===================================================== 
RWW Compact Experience Section (Franchise Form)         
===================================================== */

.experience-section.rww-franchise {
  padding: 80px 0 70px;
}

/* Wider container + less side padding (reduces white space) */
.experience-section.rww-franchise .auto-container {
  max-width: 1600px !important;
  padding-left: 14px !important;
  padding-right: 14px !important;
}

/* ===== DESKTOP LAYOUT ===== */
/* Make the form NOT narrow: match left/right sizing */
@media (min-width: 992px) {
  .experience-section.rww-franchise .rww-col-left {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .experience-section.rww-franchise .rww-col-right {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    display: block !important;
  }
}

/* ================= LEFT SIDE ================= */

.rww-left .rww-kicker {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #0aa1d6;
  margin: 0 0 12px;
}

.rww-left h2 {
  font-size: 56px;
  line-height: 1.03;
  font-weight: 900;
  color: #0746ab;
  margin: 0 0 14px;
  max-width: 680px;
}

/* LEFT BODY COPY MUST BE 16px */
.rww-left .rww-lead {
  font-size: 16px;
  line-height: 1.6;
  color: #4a6076;
  max-width: 700px;
  margin: 0 0 26px;
}

.rww-left .rww-subhead {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.15px;
  text-transform: uppercase;
  color: #0aa1d6;
  margin: 0 0 14px;
}

/* Benefit cards */
.rww-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  max-width: 760px;
}

.rww-benefit {
  background: #fff;
  border: 1px solid #e9eef4;
  border-radius: 10px;
  padding: 18px 18px 16px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.15s ease,
    border-color 0.15s ease,
    box-shadow 0.15s ease;
}

/* ORANGE hover ONLY on left cards */
.rww-benefit:hover {
  border-color: #ffb400;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.rww-benefit h4 {
  margin: 0 0 7px;
  font-size: 16px;
  font-weight: 600;
  color: #0746ab;
}

.rww-benefit p {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
  color: #5a6f84;
}

/* ================= RIGHT FORM ================= */

.rww-form-card {
  width: 100% !important;
  max-width: none !important; /* stretches form */
  background: #fff;
  border: 1px solid #d6dde7;
  border-radius: 6px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
  overflow: hidden;
}

/* Top bar */
.rww-form-bar {
  height: 6px;
  background: #0746ab;
}

/* Inner padding (slightly reduced so it feels wider) */
.rww-form-inner {
  padding: 22px 24px 20px !important;
}

/* Right title wrap to ~2 lines */
.rww-form-title {
  font-size: 26px;
  font-weight: 900;
  color: #0746ab;
  margin: 0 0 6px;
  max-width: 560px !important;
  line-height: 1.05 !important;
}

.rww-form-subtitle {
  font-size: 14.5px;
  color: #4a6076;
  margin: 0 0 14px;
}

/* Force form full width */
.rww-form-card form,
.rww-form-card .service-form {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

/* Inputs */
.rww-form-card input[type="text"],
.rww-form-card input[type="email"],
.rww-form-card textarea {
  width: 100% !important;
  background: #f4f6f8;
  border: 1px solid #222;
  border-radius: 2px;
  padding: 12px 14px;
  font-size: 16px;
  height: 50px;
  outline: none;
  box-shadow: none !important;
}

.rww-form-card textarea {
  height: 140px;
  padding-top: 14px;
  resize: vertical;
}

/* Focus */
.rww-form-card input:focus,
.rww-form-card textarea:focus {
  background: #fff;
  border-color: #0746ab;
}

/* Spacing inside columns */
.rww-form-card .content-column {
  padding-left: 12px !important;
  padding-right: 12px !important;
  padding-bottom: 12px !important;
}

.rww-form-card .form-group {
  margin: 0;
}

/* Investment label */
.rww-invest-label {
  display: block;
  font-weight: 900;
  font-size: 14px;
  color: #2b3f55;
  margin: 2px 0 10px;
}

/* REMOVE BLACK BOX AROUND RADIOS */
.rww-radio-box {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

/* Radio rows */
.rww-radio-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15.5px;
  color: #2b3f55;
  margin-bottom: 8px;
}

/* Terms */
.rww-terms {
  font-size: 12.5px;
  color: #2b3f55;
  line-height: 1.4;
}

.rww-terms a {
  color: #0746ab;
  font-weight: 900;
  text-decoration: underline;
}

/* Button */
.rww-form-card .theme-btn-one {
  width: 100% !important;
  border-radius: 2px !important;
  padding: 14px 12px !important;
  font-size: 15px !important;
  font-weight: 900 !important;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 991px) {
  .rww-left h2 {
    font-size: 38px;
  }

  .rww-benefits {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .experience-section.rww-franchise .auto-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .experience-section.rww-franchise .rww-col-left,
  .experience-section.rww-franchise .rww-col-right {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .rww-form-title {
    max-width: 100% !important;
  }
}
/* HEIGHT ALIGNMENT FIX */

/* tighten inner padding */
.rww-form-inner {
  padding: 18px 22px 16px !important;
}

/* slightly smaller title/subtitle spacing */
.rww-form-title {
  margin: 0 0 4px !important;
}
.rww-form-subtitle {
  margin: 0 0 10px !important;
}

/* tighten field block spacing */
.rww-form-card .content-column {
  padding-bottom: 10px !important;
}

/* reduce input height a bit (still looks the same) */
.rww-form-card input[type="text"],
.rww-form-card input[type="email"] {
  height: 44px !important;
  padding: 10px 12px !important;
}

/* reduce textarea height (biggest space saver) */
.rww-form-card textarea {
  height: 110px !important;
  padding-top: 12px !important;
}

/* tighten radio spacing */
.rww-radio-row {
  margin-bottom: 6px !important;
}

/* tighten terms + disclaimer spacing */
.rww-terms {
  margin-top: -2px !important;
}
.rww-form-card p[style*="font-size: 12px"] {
  margin-top: 8px !important;
}

/* ===========================
   CTA Banner Band
   =========================== */

.rww-cta-band {
  padding: 26px 0;
  background: transparent;
  font-family: "Barlow", sans-serif;
}

.rww-cta-band .auto-container {
  max-width: 1400px;
  padding-left: 14px;
  padding-right: 14px;
}

.rww-cta-inner {
  background: #ffa000; /* orange bar */
  border-radius: 14px;
  padding: 26px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12);
}

.rww-cta-text h3 {
  margin: 0 0 6px;
  color: #fff;
  font-weight: 900;
  font-size: 26px;
  line-height: 1.15;
}

.rww-cta-text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.55;
  max-width: 820px;
}

.rww-cta-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.rww-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 26px;
  background: #fff;
  color: #ffa000;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.15);
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}

.rww-cta-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.2);
}

/* mobile */
@media (max-width: 991px) {
  .rww-cta-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 20px;
  }

  .rww-cta-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .rww-cta-btn {
    width: 100%;
  }

  .rww-cta-text h3 {
    font-size: 22px;
  }

  .rww-cta-text p {
    font-size: 15.5px;
  }
}

/* =========================================
   RWW FINANCING SECTION — BLUE
   ========================================= */

.rww-financing-section {
  padding: 70px 0;
  background: #0746ab; /* full blue section */
  color: #ffffff;
}

/* Title area */
.rww-financing-section .sec-title h4 {
  color: #ffb400; /* your orange accent */
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.rww-financing-section .sec-title h2 {
  color: #ffffff;
  font-weight: 800;
  font-size: 40px;
  margin-bottom: 16px;
}

.rww-financing-lead {
  max-width: 900px;
  margin: 0 auto 40px;
  font-size: 16px;
  line-height: 1.7;
  color: #e6eef8;
}

/* Three-column layout */
.rww-financing-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto 30px;
}

/* Cards */
.rww-financing-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  padding: 26px 24px;
  text-align: left;
  backdrop-filter: blur(6px);
}

.rww-financing-card h4 {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 8px;
}

.rww-financing-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #e6eef8;
}

/* Button */
.rww-financing-btn {
  background: #ffb400 !important;
  color: #0746ab !important;
  font-weight: 900 !important;
  border-radius: 6px !important;
}
/* === HOVER EFFECT: TURN BOXES ORANGE === */
.rww-financing-card {
  transition: all 0.3s ease;
}

.rww-financing-card:hover {
  background: #ffb400;
  border-color: #ffb400;
}

.rww-financing-card:hover h4,
.rww-financing-card:hover p {
  color: #0746ab;
}

/* =========================================
   MOBILE RESPONSIVE
   ========================================= */
@media (max-width: 991px) {
  .rww-financing-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .rww-financing-section .sec-title h2 {
    font-size: 32px;
  }

  .rww-financing-card {
    padding: 22px 20px;
  }
}

/* =========================================
   BANNER SECTION MOBILE
   ========================================= */

@media (max-width: 991px) {
  /* keep the slide height reasonable on mobile */
  .banner-carousel .slide-item.split-left {
    min-height: 520px !important;
  }

  /* make sure the photo is the ONLY background you see */
  .banner-carousel .slide-item.split-left .image-layer {
    background-position: center 35% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }

  /* kill any theme overlays / bubble layers coming from pseudo elements */
  .banner-carousel .slide-item.split-left::before,
  .banner-carousel .slide-item.split-left::after,
  .banner-carousel .slide-item.split-left .image-layer::before,
  .banner-carousel .slide-item.split-left .image-layer::after {
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    background: transparent !important;
  }

  /* center + move text up without affecting desktop */
  .banner-carousel .slide-item.split-left .content-box {
    max-width: 560px !important;
    margin: 0 auto !important;
    padding: 92px 16px 70px !important;
    text-align: center !important;
  }

  .banner-carousel .slide-item.split-left .second-text {
    font-size: 16px !important;
    line-height: 1.2 !important;
    margin-bottom: 8px !important;
  }

  .banner-carousel .slide-item.split-left .third-text {
    font-size: 34px !important;
    line-height: 1.05 !important;
    margin-bottom: 12px !important;
  }

  .banner-carousel .slide-item.split-left .fourth-text {
    font-size: 16px !important;
    line-height: 1.6 !important;
    max-width: 520px !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 575px) {
  .banner-carousel .slide-item.split-left {
    min-height: 460px !important;
  }

  .banner-carousel .slide-item.split-left .image-layer {
    background-position: center 30% !important;
  }

  .banner-carousel .slide-item.split-left .content-box {
    padding: 84px 14px 64px !important;
  }

  .banner-carousel .slide-item.split-left .third-text {
    font-size: 30px !important;
  }

  .banner-carousel .slide-item.split-left .fourth-text {
    font-size: 15.5px !important;
  }
}
