/* 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;
}

/** 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: 14px;
  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;
}

/*** 
========================================
        Service Area Section
========================================
***/

.service-area-section {
  background: linear-gradient(180deg, #f6f9ff 0%, #ffffff 78%);
  padding: 82px 0 78px;
  position: relative;
  overflow: hidden;
}

.service-area-section .container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 18px;
}

/* ===============================
   Section Title Wrap
   =============================== */
.service-area-section .section-title {
  margin-bottom: 30px;
  text-align: center;
}

.service-area-section .section-title h1 {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.12;
  color: #0746ab;
  text-align: center;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
}

.service-area-section .section-title h2 {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.15;
  color: #0746ab;
  letter-spacing: 0.2px;
  margin: 0;
  position: relative;
}

/* Accent underline */
.service-area-section .section-title h2::after,
.service-area-section .section-title h1::after {
  content: "";
  display: block;
  width: 76px;
  height: 4px;
  background: linear-gradient(90deg, #ffa000, #ffa000);
  margin: 14px auto 0;
  border-radius: 999px;
}

/* ===============================
   Content Area
   =============================== */
.service-area-section .section-content {
  max-width: 930px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(7, 70, 171, 0.08);
  border-radius: 20px;
  padding: 28px 30px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}

.service-area-section .section-content p {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  line-height: 1.82;
  color: #4a6076;
  text-align: justify;
  text-justify: inter-word;
  margin: 0;
}

.service-area-section .section-content p + p {
  margin-top: 16px;
}

/* Links inside content */
.service-area-section .section-content a {
  color: #0746ab;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(7, 70, 171, 0.28);
  transition:
    color 0.2s ease,
    border-color 0.2s ease;
}

.service-area-section .section-content a:hover {
  color: #ffa000;
  border-color: #ffa000;
}

/* Tablet */
@media (max-width: 768px) {
  .service-area-section {
    padding: 62px 0 58px;
  }

  .service-area-section .section-title {
    margin-bottom: 24px;
  }

  .service-area-section .section-title h2 {
    font-size: 26px;
    line-height: 1.2;
  }

  .service-area-section .section-content {
    padding: 22px 22px;
    border-radius: 16px;
  }

  .service-area-section .section-content p {
    font-size: 16.5px;
    line-height: 1.74;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .service-area-section {
    padding: 54px 0 50px;
  }

  .service-area-section .container {
    padding: 0 14px;
  }

  .service-area-section .section-title {
    margin-bottom: 20px;
  }

  .service-area-section .section-title h1 {
    font-size: 26px;
    line-height: 1.18;
    margin-bottom: 12px;
  }

  .service-area-section .section-title h2 {
    font-size: 24px;
    line-height: 1.2;
  }

  .service-area-section .section-title h2::after,
  .service-area-section .section-title h1::after {
    width: 64px;
    margin-top: 12px;
  }

  .service-area-section .section-content {
    padding: 18px 16px;
    border-radius: 14px;
  }

  .service-area-section .section-content p {
    font-size: 15.5px;
    line-height: 1.7;
    text-align: left;
  }
}

/** 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;
}

/*** 
====================================================================
                     Franchise Home Section
====================================================================
***/

.franchise-home {
  background-color: #f9fafc; /* requested */
  padding: 60px 0;
  font-family: "Barlow", sans-serif;
}

.franchise-home .row {
  display: flex;
  align-items: center;
}

.franchise-home .image img {
  width: 100%;
  height: auto;
  display: block;
}

.franchise-home .content-box {
  text-align: left;
}

.franchise-home .content-box h3 {
  font-weight: 700;
  color: #0746ab;
  margin-bottom: 15px;
}

.franchise-home .content-box p {
  font-size: 18px;
  line-height: 1.7;
  color: #748196;
  margin-bottom: 15px;
}

/* =========================
   Mobile / Tablet
   - two images side-by-side
   - smaller images
   - text underneath
========================= */
@media (max-width: 991px) {
  .franchise-home {
    padding: 44px 0;
  }

  .franchise-home .row {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }

  /* image columns become 50% each */
  .franchise-home .col-lg-3.col-md-12 {
    width: 50%;
    max-width: 50%;
    padding: 6px !important;
    text-align: center !important;
  }

  /* text column full width under images */
  .franchise-home .col-lg-6.col-md-12 {
    width: 100%;
    max-width: 100%;
    order: 3;
    padding-left: 14px !important;
    padding-right: 14px !important;
    padding-top: 16px !important;
  }

  /* smaller images */
  .franchise-home .image img {
    width: 100%;
    max-width: 190px;
    margin: 0 auto;
    display: block;
  }

  /* tighten typography on mobile */
  .franchise-home .content-box p {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 12px;
  }
}

@media (max-width: 575px) {
  .franchise-home {
    padding: 36px 0;
  }

  .franchise-home .image img {
    max-width: 155px;
  }

  .franchise-home .col-lg-6.col-md-12 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

/*** 

====================================================================
                     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;
  }

  .feature-check-section .feature-col:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 575px) {
  .feature-check-section {
    padding: 24px 0;
  }

  .feature-check-section .row {
    padding: 0 12px;
    gap: 10px;
  }

  .feature-check-section .feature-col {
    flex: 1 1 100%;
    min-width: 0;
    padding: 14px 14px;
    gap: 12px;
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
  }

  .feature-check-section .feature-col:not(:last-child)::after {
    display: none;
  }

  .feature-check-section .checkmark {
    width: 18px;
    height: 18px;
    margin-top: 0;
  }

  .feature-check-section .feature-text .title {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 2px;
  }

  .feature-check-section .feature-text .subtext {
    font-size: 12.5px;
    letter-spacing: 1.2px;
    line-height: 1.3;
    margin-top: 2px;
  }
}

/*** 

====================================================================
                     Franchise Investment Overview
====================================================================

***/

.franchise-overview {
  padding: 56px 0;
  background: #f9fafc;
}

.franchise-overview .auto-container {
  max-width: 1200px;
  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;
  box-shadow: 0 6px 14px rgba(255, 160, 0, 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);
  }
}

/* MOBILE IMPROVEMENTS (same format, just tighter + better tap targets) */
@media (max-width: 560px) {
  .franchise-hero-strip {
    padding: 46px 0; /* less vertical waste */
  }

  .franchise-hero-strip .auto-container {
    padding: 0 16px; /* slightly tighter sides */
  }

  .fhs-title {
    margin: 0 0 12px;
    line-height: 1.15;
  }

  .fhs-lead {
    text-align: center; /* reads better on mobile */
    margin: 0 auto 12px;
    max-width: 520px;
    line-height: 1.75;
  }

  .fhs-grid {
    grid-template-columns: 1fr;
    gap: 18px; /* tighter */
    margin: 22px 0 22px; /* reduce big gaps */
  }

  .fhs-item {
    gap: 10px;
  }

  .fhs-icon {
    width: 46px;
    height: 46px;
  }

  .fhs-item-title {
    font-size: 13px;
    letter-spacing: 0.4px;
  }

  .fhs-cta {
    width: 100%;
    max-width: 360px; /* still centered + nice */
    padding: 15px 18px;
    border-radius: 12px;
  }
}

/*** 
====================================================================
        RWW Franchise Journey Section
====================================================================
***/

.rww-franchise-journey-section {
  background: #f9fafc;
  padding: 80px 0;
}

/* Header */
.rww-franchise-journey-head {
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: left;
}

.rww-franchise-journey-title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  color: #0746ab;
  margin-bottom: 12px;
}

.rww-franchise-journey-sub {
  font-size: 18px;
  color: #5a5f6a;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Grid */
.rww-franchise-journey-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 40px;
}

/* Card */
.rww-franchise-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;
}

.rww-franchise-journey-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}

/* Icon */
.rww-franchise-journey-card .icon {
  font-size: 32px;
  margin-bottom: 16px;
  color: #fff;
}

/* Heading */
.rww-franchise-journey-card h3 {
  color: #ffffff !important;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 20px;
}

/* Accent line */
.rww-franchise-journey-card .underline {
  width: 40px;
  height: 4px;
  background: #ffa000;
  margin-bottom: 14px;
  border-radius: 2px;
}

.rww-franchise-journey-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #e9ecf4;
}

/* Responsive */
@media (max-width: 992px) {
  .rww-franchise-journey-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .rww-franchise-journey-grid {
    grid-template-columns: 1fr;
  }
}

/* ===================================================== 
RWW Compact Experience Section (Franchise Form)         
===================================================== */

.experience-section.rww-franchise {
  padding: 92px 0 78px;
  background: linear-gradient(180deg, #f9fafc 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.experience-section.rww-franchise .auto-container {
  max-width: 1580px !important;
  padding-left: 18px !important;
  padding-right: 18px !important;
}

/* ===== DESKTOP LAYOUT ===== */
@media (min-width: 992px) {
  .experience-section.rww-franchise .rww-col-left {
    flex: 0 0 48% !important;
    max-width: 48% !important;
    padding-right: 18px !important;
  }

  .experience-section.rww-franchise .rww-col-right {
    flex: 0 0 52% !important;
    max-width: 52% !important;
    padding-left: 18px !important;
    display: block !important;
  }
}

/* =========================
   LEFT SIDE
========================= */

.rww-left {
  padding: 8px 4px 0 0;
}

.rww-left .rww-kicker {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #0aa1d6;
}

.rww-left h2 {
  margin: 0 0 16px;
  font-size: 56px;
  line-height: 1.02;
  font-weight: 900;
  color: #0746ab;
  max-width: 720px;
}

.rww-left .rww-lead {
  margin: 0 0 28px;
  font-size: 17px;
  line-height: 1.78;
  color: #4a6076;
  max-width: 760px;
}

.rww-left .rww-subhead {
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #0aa1d6;
}

/* Benefit cards */
.rww-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  max-width: 790px;
}

.rww-benefit {
  background: #ffffff;
  border: 1px solid rgba(7, 70, 171, 0.09);
  border-radius: 18px;
  padding: 22px 20px 18px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.rww-benefit:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 180, 0, 0.8);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.1);
}

.rww-benefit h4 {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
  color: #0746ab;
}

.rww-benefit p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.6;
  color: #5a6f84;
}

/* =========================
   RIGHT FORM SIDE
========================= */

.rww-form-card {
  width: 100% !important;
  max-width: none !important;
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
  border: 1px solid rgba(7, 70, 171, 0.14);
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(7, 70, 171, 0.12);
  overflow: hidden;
  position: relative;
}

.rww-form-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 120px;
  background: linear-gradient(180deg, rgba(7, 70, 171, 0.07), rgba(7, 70, 171, 0));
  pointer-events: none;
}

.rww-form-bar {
  height: 7px;
  background: linear-gradient(90deg, #0746ab 0%, #0aa1d6 55%, #ffa000 100%);
}

.rww-form-inner {
  position: relative;
  z-index: 2;
  padding: 26px 26px 20px !important;
}

.rww-form-title {
  margin: 0 0 6px !important;
  font-size: 31px;
  line-height: 1.03 !important;
  font-weight: 900;
  color: #0746ab;
  max-width: 580px !important;
}

.rww-form-subtitle {
  margin: 0 0 16px !important;
  font-size: 14.5px;
  line-height: 1.6;
  color: #4a6076;
}

.rww-form-card form,
.rww-form-card .service-form {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

/* Keep fields EXACT, just style shell around them */
.rww-form-card .content-column {
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-bottom: 12px !important;
}

.rww-form-card .form-group {
  margin: 0;
}

.rww-form-card input[type="text"],
.rww-form-card input[type="email"],
.rww-form-card textarea {
  width: 100% !important;
  background: #f4f6f8;
  border: 1px solid #1f2933;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 16px;
  outline: none;
  box-shadow: none !important;
  transition:
    border-color 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease;
}

.rww-form-card input[type="text"],
.rww-form-card input[type="email"] {
  height: 48px !important;
}

.rww-form-card textarea {
  height: 128px !important;
  padding-top: 13px !important;
  resize: vertical;
}

.rww-form-card input:focus,
.rww-form-card textarea:focus {
  background: #ffffff;
  border-color: #0746ab;
  box-shadow: 0 0 0 4px rgba(7, 70, 171, 0.1) !important;
}

.rww-invest-label {
  display: block;
  font-weight: 900;
  font-size: 14px;
  color: #2b3f55;
  margin: 2px 0 10px;
}

.rww-radio-box {
  background: rgba(7, 70, 171, 0.03) !important;
  border: 1px solid rgba(7, 70, 171, 0.08) !important;
  border-radius: 12px;
  padding: 12px 12px 6px !important;
}

.rww-radio-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15.5px;
  color: #2b3f55;
  margin-bottom: 8px !important;
}

.rww-radio-row input {
  transform: translateY(1px);
  margin: 0;
  flex-shrink: 0;
}

.rww-terms {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12.5px;
  color: #2b3f55;
  line-height: 1.5;
  margin-top: -2px !important;
}

.rww-terms input[type="checkbox"] {
  margin: 2px 0 0 0;
  flex-shrink: 0;
}

.rww-terms span {
  display: block;
}

.rww-terms a {
  color: #0746ab;
  font-weight: 900;
  text-decoration: underline;
}

.rww-form-card .theme-btn-one {
  width: 100% !important;
  border-radius: 999px !important;
  padding: 15px 14px !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  box-shadow: 0 16px 34px rgba(7, 70, 171, 0.18);
}

.rww-form-card p[style*="font-size: 12px"] {
  margin-top: 10px !important;
  line-height: 1.5 !important;
  color: #6b7a8a !important;
}

#successmsg h3 {
  font-size: 18px;
  line-height: 1.5;
  color: #0746ab;
  font-weight: 800;
  margin-top: 8px;
}

/* =========================
   TABLET
========================= */
@media (max-width: 991px) {
  .experience-section.rww-franchise {
    padding: 72px 0 60px;
  }

  .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;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .rww-left {
    padding: 0;
    margin-bottom: 32px;
  }

  .rww-left h2 {
    font-size: 42px;
    line-height: 1.05;
    max-width: 100%;
  }

  .rww-left .rww-lead {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.72;
    margin-bottom: 22px;
  }

  .rww-benefits {
    grid-template-columns: 1fr;
    max-width: 100%;
    gap: 14px;
  }

  .rww-benefit {
    padding: 18px 18px 16px;
    border-radius: 16px;
  }

  .rww-form-card {
    border-radius: 20px;
  }

  .rww-form-inner {
    padding: 22px 18px 18px !important;
  }

  .rww-form-title {
    font-size: 27px;
    max-width: 100% !important;
  }

  .rww-form-subtitle {
    margin-bottom: 14px !important;
  }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 575px) {
  .experience-section.rww-franchise {
    padding: 52px 0 44px;
  }

  .experience-section.rww-franchise .auto-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  /* LEFT SIDE */
  .rww-left {
    padding: 0;
    margin-bottom: 22px;
  }

  .rww-left .rww-kicker {
    font-size: 12px;
    letter-spacing: 1.2px;
    margin-bottom: 8px;
  }

  .rww-left h2 {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 12px;
  }

  .rww-left .rww-lead {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 16px;
  }

  .rww-left .rww-subhead {
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }

  /* BENEFITS */
  .rww-benefits {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .rww-benefit {
    padding: 14px 14px 13px;
    border-radius: 14px;
  }

  .rww-benefit h4 {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .rww-benefit p {
    font-size: 14px;
    line-height: 1.5;
  }

  /* FORM CARD */
  .rww-form-card {
    border-radius: 18px;
    box-shadow: 0 16px 36px rgba(7, 70, 171, 0.12);
  }

  .rww-form-inner {
    padding: 18px 14px 16px !important;
  }

  .rww-form-title {
    font-size: 23px;
    line-height: 1.1 !important;
    margin-bottom: 6px !important;
  }

  .rww-form-subtitle {
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 12px !important;
  }

  /* FORM GRID */
  .rww-form-card .content-column {
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 9px !important;
  }

  /* INPUTS */
  .rww-form-card input[type="text"],
  .rww-form-card input[type="email"] {
    height: 44px !important;
    font-size: 15px;
    border-radius: 8px;
  }

  .rww-form-card textarea {
    height: 100px !important;
    font-size: 15px;
    border-radius: 8px;
  }

  /* LABEL */
  .rww-invest-label {
    font-size: 12.5px;
    margin-bottom: 7px;
  }

  /* RADIO */
  .rww-radio-box {
    padding: 9px 9px 4px !important;
    border-radius: 9px;
  }

  .rww-radio-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 7px !important;
  }

  .rww-radio-row input {
    flex-shrink: 0;
    margin-top: 2px;
    transform: none;
  }

  .rww-radio-row span {
    display: block;
  }

  /* TERMS */
  .rww-terms {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 11.5px;
    line-height: 1.5;
  }

  .rww-terms input[type="checkbox"] {
    margin-top: 3px;
    flex-shrink: 0;
  }

  /* BUTTON */
  .rww-form-card .theme-btn-one {
    width: 100% !important;
    padding: 13px 10px !important;
    font-size: 14px !important;
  }

  /* DISCLAIMER */
  .rww-form-card p[style*="font-size: 12px"] {
    font-size: 11px !important;
    line-height: 1.45 !important;
  }

  #successmsg h3 {
    font-size: 15px;
    line-height: 1.4;
  }
}

/* ===========================
   CTA Banner Band
   =========================== */

.rww-cta-band {
  padding: 26px 0;
  background: #f9fafc; /* updated background */
  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
========================================= */

.rww-investment-section {
  padding: 82px 0 86px;
  background: linear-gradient(135deg, #0746ab 0%, #0a57c6 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.rww-investment-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 32%);
  pointer-events: none;
}

.rww-investment-section .auto-container {
  position: relative;
  z-index: 2;
}

/* Title area */

.rww-investment-section .sec-title {
  margin-bottom: 42px;
}

.rww-investment-section .sec-title h4 {
  color: #ffa000;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.rww-investment-section .sec-title h2 {
  color: #ffffff;
  font-weight: 900;
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.08;
  margin-bottom: 14px;
}

.rww-investment-lead {
  max-width: 860px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.75;
  color: #e6eef8;
}

/* Three-column layout */

.rww-investment-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Cards */

.rww-investment-card {
  position: relative;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  padding: 28px 24px 26px;
  text-align: left;
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.rww-investment-card:hover {
  transform: translateY(-6px);
  background: #ffa000;
  border-color: #ffa000;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18);
}

.rww-investment-icon {
  margin-bottom: 16px;
}

.rww-investment-icon span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.5px;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

.rww-investment-card:hover .rww-investment-icon span {
  background: rgba(7, 70, 171, 0.12);
  color: #0746ab;
  border-color: rgba(7, 70, 171, 0.12);
}

.rww-investment-card h4 {
  font-size: 21px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 10px;
  transition: color 0.25s ease;
}

.rww-investment-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #e6eef8;
  margin: 0;
  transition: color 0.25s ease;
}

.rww-investment-card:hover h4,
.rww-investment-card:hover p {
  color: #0746ab;
}

/* Button */

.rww-investment-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 34px;
  border-radius: 999px;
  background: #ffa000;
  color: #ffffff !important;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.rww-investment-btn:hover {
  background: #0aa1d6;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.22);
}

/* =========================================
   MOBILE RESPONSIVE
========================================= */

@media (max-width: 991px) {
  .rww-investment-section {
    padding: 68px 0 72px;
  }

  .rww-investment-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .rww-investment-section .sec-title {
    margin-bottom: 30px;
  }

  .rww-investment-section .sec-title h2 {
    font-size: 32px;
  }

  .rww-investment-lead {
    font-size: 16px;
    line-height: 1.7;
  }

  .rww-investment-card {
    padding: 22px 20px;
    border-radius: 16px;
  }

  .rww-investment-card h4 {
    font-size: 19px;
  }

  .rww-investment-card p {
    font-size: 15.5px;
  }

  .rww-investment-btn {
    width: 100%;
    max-width: 340px;
  }
}

@media (max-width: 575px) {
  .rww-investment-section {
    padding: 60px 0 64px;
  }

  .rww-investment-section .sec-title h2 {
    font-size: 29px;
  }

  .rww-investment-lead {
    font-size: 15.5px;
  }
}

/* =========================================
   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;
  }
}

/* =========================================
   OUR LOCATIONS (Service Area Page)
   ========================================= */
/* ===== OUR LOCATIONS (FINAL CSS) ===== */
.locations {
  padding: 80px 16px;
  background: #0b4fb6;
  text-align: center;
  color: #fff;
}
.locations__title {
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 900;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.98);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}
.locations__subtitle {
  margin: 0 0 26px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.82);
}
.locations__card {
  max-width: 1100px;
  margin: 0 auto;
}

/* Separate state boxes (never connect) */
.statesGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.stateBox {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
  border: 2px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.25);
  aspect-ratio: 4 / 3;
}

.stateBox__label {
  position: absolute;
  left: 22px;
  top: 18px;
  font-weight: 900;
  letter-spacing: 3px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  z-index: 3;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.stateSvg {
  width: 100%;
  height: 100%;
  display: block;
}

/* State fill (lighter so counties show) */
.statePath {
  fill: rgba(255, 255, 255, 0.26);
}

/* County boundaries */
.countyPath {
  fill: none;
  stroke: rgba(255, 255, 255, 0.6);
  stroke-width: 0.9;
  pointer-events: none;
}

/* State border */
.stateOutline {
  fill: none;
  stroke: rgba(255, 255, 255, 0.7);
  stroke-width: 2;
  pointer-events: none;
}

/* ===== PINS ===== */
.pin {
  position: absolute;
  transform: translate(-50%, -100%);
  text-decoration: none;
  z-index: 5;
}
.pin__dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffa000;
  box-shadow:
    0 0 0 6px rgba(255, 180, 0, 0.18),
    0 0 18px rgba(255, 180, 0, 0.65);
  display: block;
  position: relative;
}
.pin__stem {
  width: 2px;
  height: 18px;
  background: rgba(255, 255, 255, 0.78);
  display: block;
  margin: 2px auto 0;
  border-radius: 2px;
}

/* Pulse */
.pin__dot::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 2px solid rgba(255, 180, 0, 0.35);
  animation: pinPulse 1.8s ease-out infinite;
}
@keyframes pinPulse {
  0% {
    transform: scale(0.65);
    opacity: 0.9;
  }
  70% {
    transform: scale(1.15);
    opacity: 0;
  }
  100% {
    transform: scale(1.15);
    opacity: 0;
  }
}

/* Active glow (pin) */
.pin.is-active .pin__dot {
  box-shadow:
    0 0 0 6px rgba(255, 180, 0, 0.25),
    0 0 26px rgba(255, 180, 0, 0.95);
}

/* ===== TOOLTIP (one-line, mobile-safe) ===== */
.pin__tip {
  position: absolute;
  left: 50%;
  bottom: 38px;
  transform: translateX(-50%);
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.82);
  color: #fff;
  font-size: 12px;
  padding: 8px 10px;
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
  z-index: 10;
  max-width: none;
}
.pin:hover .pin__tip,
.pin:focus .pin__tip {
  opacity: 1;
  transform: translateX(-50%) translateY(-4px);
}

/* flip below */
.pin.tip-bottom .pin__tip {
  top: 44px;
  bottom: auto;
}
.pin.tip-bottom:hover .pin__tip,
.pin.tip-bottom:focus .pin__tip {
  transform: translateX(-50%) translateY(4px);
}

/* desktop edge snapping */
.pin.tip-left .pin__tip {
  left: 0%;
  transform: translateX(0%);
}
.pin.tip-left:hover .pin__tip,
.pin.tip-left:focus .pin__tip {
  transform: translateX(0%) translateY(-4px);
}

.pin.tip-right .pin__tip {
  left: 100%;
  transform: translateX(-100%);
}
.pin.tip-right:hover .pin__tip,
.pin.tip-right:focus .pin__tip {
  transform: translateX(-100%) translateY(-4px);
}

/* ===== BUTTONS ===== */
.locations__buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 18px 10px 0;
}

.locations__btn {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 12px;
  text-decoration: none;
  transition:
    transform 0.15s ease,
    background 0.15s ease,
    color 0.15s ease;
}

.locations__btn:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.22);
  color: #ffa000;
}

/* Persistent active (based on current page) */
.locations__btn.is-current {
  color: #ffa000;
  background: rgba(255, 255, 255, 0.22);
}

/* Temporary highlight (hover-linked) */
.locations__btn.is-active {
  color: #ffa000;
  background: rgba(255, 255, 255, 0.22);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .statesGrid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .stateBox {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 520px) {
  .locations {
    padding: 60px 12px;
  }
  .stateBox__label {
    left: 16px;
    top: 14px;
  }

  /* Always show tooltip below on mobile (prevents ugly overlap) */
  .pin__tip {
    font-size: 12px;
    padding: 8px 10px;
    border-radius: 12px;
  }
  .pin .pin__tip {
    top: 44px;
    bottom: auto;
    transform: translateX(-50%);
  }
  .pin:hover .pin__tip,
  .pin:focus .pin__tip {
    transform: translateX(-50%) translateY(4px);
  }

  /* Disable left/right snapping on tiny screens */
  .pin.tip-left .pin__tip,
  .pin.tip-right .pin__tip {
    left: 50%;
    transform: translateX(-50%);
  }
  .pin.tip-left:hover .pin__tip,
  .pin.tip-right:hover .pin__tip,
  .pin.tip-left:focus .pin__tip,
  .pin.tip-right:focus .pin__tip {
    transform: translateX(-50%) translateY(4px);
  }
}

/* =========================
   Social Media
========================= */

#socialmedialinks {
  color: white;
}

#socialmedialinks:hover {
  color: #ffa000;
}

.header-top .top-inner .social-links {
  position: relative;
  float: left;
}

@media only screen and (max-width: 767px) {
  .header-top .top-inner .social-links li,
  .header-top .top-inner .text p {
    line-height: 20px;
  }
  .header-top .top-inner .top-right .link {
    position: relative;
    float: left;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 15px;
    width: 100%;
  }
  .header-top .top-inner .social-links {
    float: none;
  }
  .header-top .top-inner .top-right .link a {
    line-height: 30px;
  }
}

@media only screen and (max-width: 1212px) {
  .menu-area .mobile-nav-toggler {
    display: block;
    margin-top: 42px;
    padding: 10px;
  }
}

/* ===============================
  Blog Grid Modern (3x3)
=============================== */
.blog-grid-modern {
  padding: 100px 0 120px;
  position: relative;
}

.blog-grid-modern.sec-pad {
  margin-bottom: 60px;
}

.blog-grid-header {
  display: flex;
  gap: 18px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 26px;
}

.blog-grid-title h2 {
  margin: 0 0 6px;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 800;
}

.blog-grid-title p {
  margin: 0;
  max-width: 720px;
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.85;
}

.blog-grid-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.blog-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  text-decoration: none;
  font-weight: 700;
  transition: 0.2s ease;
}

.blog-btn-outline:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 0, 0, 0.22);
}

/* Grid - 3x3 */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 20px;
}

/* Card */
.blog-card {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
  transition: 0.22s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.14);
}

/* Image */
.blog-thumb {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f3f4f6;
}

.blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.35s ease;
}

.blog-card:hover .blog-thumb img {
  transform: scale(1.05);
}

/* Date badge */
.blog-date {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  background: rgba(7, 70, 171, 0.92);
  color: #fff;
  backdrop-filter: blur(6px);
}

/* Body */
.blog-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog-title {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
}

.blog-title a {
  text-decoration: none;
  color: inherit;
}

.blog-title a:hover {
  text-decoration: underline;
}

.blog-excerpt {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  opacity: 0.9;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Footer */
.blog-footer {
  margin-top: auto;
  padding-top: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.blog-readmore {
  font-weight: 800;
  text-decoration: none;
  color: #0746ab;
}

.blog-readmore:hover {
  text-decoration: underline;
}

/* Pagination */
.blog-pagination {
  margin-top: 34px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.page-btn,
.page-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 14px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid rgba(0, 0, 0, 0.12);
  transition: 0.2s ease;
}

.page-num.active {
  background: #0746ab;
  color: #fff;
  border-color: #0746ab;
}

.page-btn:hover,
.page-num:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 0, 0, 0.22);
}

.page-btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* Responsive */
@media (max-width: 991px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-grid-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 575px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .blog-grid-title h2 {
    font-size: 28px;
  }
}

/* ===============================
   Quote CTA + Form Section
=============================== */

.blog-quote-wrap {
  margin-top: 60px;
}

.blog-quote-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 36px;
  align-items: start;
  padding: 40px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(7, 70, 171, 0.06), rgba(10, 161, 214, 0.04));
  border: 1px solid rgba(0, 0, 0, 0.08);
}

/* ===============================
   Left Side
=============================== */

.blog-quote-copy {
  min-width: 0;
}

.blog-quote-copy h2 {
  margin: 0 0 14px;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 900;
  color: #0746ab;
}

.blog-quote-copy p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.75;
  color: #4f6480;
  max-width: 640px;
}

.blog-quote-points {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.blog-quote-points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.65;
  color: #3f5872;
}

.blog-quote-points li span:first-child {
  flex: 0 0 auto;
  margin-top: 1px;
  color: #0746ab;
}

.blog-quote-note {
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 14.5px;
  line-height: 1.6;
  color: #4f6480;
}

/* ===============================
   Form Shell
=============================== */

.blog-quote-form {
  display: flex;
  justify-content: center;
  width: 100%;
}

.blog-form-shell {
  width: 100%;
  max-width: 520px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.1);
  padding: 22px 24px;
  overflow: hidden;
}

.blog-form-shell .service-form {
  width: 100%;
}

.blog-form-shell .service-form > p:first-of-type {
  font-size: 30px !important;
  line-height: 1.1 !important;
  padding-bottom: 0 !important;
  margin: 0 0 8px !important;
}

.blog-form-shell .service-form > p:nth-of-type(2) {
  font-size: 16px !important;
  line-height: 1.6 !important;
  margin: 0 0 16px !important;
}

/* row / columns */
.blog-form-shell .row.clearfix {
  margin-left: -8px !important;
  margin-right: -8px !important;
}

.blog-form-shell .content-column {
  padding-left: 8px !important;
  padding-right: 8px !important;
  padding-bottom: 10px !important;
}

.blog-form-shell .form-group {
  margin: 0 !important;
}

/* inputs */
.blog-form-shell .service-form input[type="text"],
.blog-form-shell .service-form input[type="email"],
.blog-form-shell .service-form textarea {
  width: 100%;
  display: block;
  box-sizing: border-box;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  padding: 12px 14px;
  font-size: 14px;
  color: #334a64;
  background: #ffffff;
  box-shadow: none !important;
}

.blog-form-shell .service-form input[type="text"],
.blog-form-shell .service-form input[type="email"] {
  height: 52px;
}

.blog-form-shell .service-form textarea {
  min-height: 100px;
  resize: vertical;
}

.blog-form-shell .service-form input:focus,
.blog-form-shell .service-form textarea:focus {
  outline: none;
  border-color: rgba(7, 70, 171, 0.35);
  box-shadow: 0 0 0 3px rgba(7, 70, 171, 0.08) !important;
}

/* investment */
.blog-form-shell .rww-invest-label {
  display: block;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 800;
  color: #304865;
}

.blog-form-shell .rww-radio-box {
  padding: 14px 14px 8px !important;
  border-radius: 12px !important;
  background: rgba(7, 70, 171, 0.03);
  border: 1px solid rgba(7, 70, 171, 0.08);
}

.blog-form-shell .rww-radio-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px !important;
  font-size: 15px;
  line-height: 1.45;
  color: #304865;
}

.blog-form-shell .rww-radio-row input[type="radio"] {
  flex: 0 0 auto;
  margin: 0;
}

.blog-form-shell .rww-radio-row span {
  display: block;
}

/* terms */
.blog-form-shell .rww-terms {
  display: block;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.6;
  color: #304865;
  margin-top: 2px;
}

.blog-form-shell .rww-terms input[type="checkbox"] {
  float: left;
  width: 18px;
  height: 18px;
  margin: 2px 10px 0 0;
}

.blog-form-shell .rww-terms a {
  color: #0746ab;
  font-weight: 800;
  text-decoration: underline;
  display: inline;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
}

/* recaptcha / button / misc */
.blog-form-shell .g-recaptcha {
  margin-top: 10px !important;
  max-width: 100%;
  overflow: hidden;
}

.blog-form-shell .theme-btn-one {
  padding: 12px 24px;
  font-size: 14px;
}

.blog-form-shell #successmsg h3 {
  font-size: 17px;
  line-height: 1.5;
  color: #0746ab;
  margin-top: 8px;
}

/* ===============================
   Tablet
=============================== */

@media (max-width: 991px) {
  .blog-quote-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 24px;
  }

  .blog-quote-copy p {
    max-width: 100%;
  }

  .blog-form-shell {
    max-width: 100%;
  }
}

/* collapse 2-col fields sooner */
@media (max-width: 767px) {
  .blog-form-shell .col-lg-6,
  .blog-form-shell .col-md-12,
  .blog-form-shell .col-sm-12,
  .blog-form-shell .col-lg-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .blog-form-shell .row.clearfix {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .blog-form-shell .content-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* ===============================
   Mobile
=============================== */

@media (max-width: 575px) {
  .blog-quote-wrap {
    margin-top: 36px;
  }

  .blog-quote-grid {
    gap: 22px;
    padding: 16px;
    border-radius: 16px;
  }

  .blog-quote-copy h2 {
    font-size: 24px;
    line-height: 1.14;
    margin-bottom: 12px;
  }

  .blog-quote-copy p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 14px;
  }

  .blog-quote-points {
    gap: 10px;
    margin-bottom: 14px;
  }

  .blog-quote-points li {
    font-size: 14px;
    line-height: 1.6;
    gap: 8px;
  }

  .blog-quote-note {
    padding: 12px 14px;
    font-size: 13.5px;
    line-height: 1.55;
    border-radius: 12px;
  }

  .blog-form-shell {
    padding: 18px 16px !important;
    border-radius: 16px !important;
  }

  .blog-form-shell .service-form > p:first-of-type {
    font-size: 22px !important;
    line-height: 1.12 !important;
    margin-bottom: 8px !important;
  }

  .blog-form-shell .service-form > p:nth-of-type(2) {
    font-size: 14px !important;
    line-height: 1.55 !important;
    margin-bottom: 14px !important;
  }

  .blog-form-shell .content-column {
    padding-bottom: 10px !important;
  }

  .blog-form-shell .service-form input[type="text"],
  .blog-form-shell .service-form input[type="email"] {
    height: 48px !important;
    min-height: 48px !important;
    line-height: 48px !important;
    padding: 0 14px !important;
    font-size: 14px !important;
    border-radius: 12px !important;
  }

  .blog-form-shell .service-form textarea {
    min-height: 100px !important;
    padding: 12px 14px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    border-radius: 12px !important;
  }

  .blog-form-shell .rww-invest-label {
    font-size: 13px !important;
    line-height: 1.45 !important;
    margin: 4px 0 10px !important;
  }

  .blog-form-shell .rww-radio-box {
    padding: 14px 12px 8px !important;
    border-radius: 12px !important;
  }

  .blog-form-shell .rww-radio-row {
    align-items: flex-start !important;
    gap: 10px !important;
    margin-bottom: 10px !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  .blog-form-shell .rww-radio-row input[type="radio"] {
    margin: 2px 0 0 !important;
    transform: none !important;
  }

  .blog-form-shell .rww-terms {
    font-size: 12.5px !important;
    line-height: 1.65 !important;
    margin-top: 10px !important;
  }

  .blog-form-shell .rww-terms input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    margin: 3px 10px 0 0 !important;
  }

  .blog-form-shell .theme-btn-one {
    width: 100% !important;
    font-size: 14px !important;
    padding: 12px 18px !important;
    border-radius: 999px !important;
  }
}
