/*---------------------------------------------

Template Name: Fixer | Plumbing & Servicing HTML Template
Template URL: http://www.radiustheme.com/demo/html/fixer
Description: Fixer | Plumbing & Servicing HTML Template
Author: RadiusTheme
Author URL: http://www.radiustheme.com 
Version: 1.0.0

===================   
CSS INDEX
===================
1. Typography
2. Bootstrap Overwrite
    2.1 Form
    2.2 Grid
    2.3 Media Object
3. Vendor Custom Style 
    3.1  SlNivo Slider
    3.2 Vegasider
    3.3 Owl Carousel Nav 
    3.4 Select 2 
4. Template Layout Style
    4.1 Content
    4.2 Footer
    4.3 Global
    4.4 Header Menu
    4.5 Section Heading
    4.6 Pagination
    4.7 Widget
5. Template Page Style
    5.1 About Us
    5.2 Blog
    5.3 Brand
    5.4 Call To Action
    5.5 Coming Soon
    5.6 Contact Page
    5.7 Error Page
    5.8 FAQ Page
    5.9 Gallery
    5.10 Project
    5.11 Schedule
    5.12 Service
    5.13 Shop
    5.14 Team
    5.15 Testimonial
    5.16 Why Choose Us
6. Helper Classes
    6.1 Background
    6.2 Border
    6.3 Margin
    6.4 Misc
    6.5 Padding
    6.6 Text 
    
/*=======================================================================
1. Typography 
=========================================================================*/
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700,900);
html {
  height: 100%;
  font-size: 62.5%;
}
@media only screen and (max-width: 1199px) {
  html {
    font-size: 60%;
  }
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 55%;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
}
@media only screen and (max-width: 479px) {
  html {
    font-size: 45%;
  }
}
@media only screen and (max-width: 320px) {
  html {
    font-size: 40%;
  }
}
body {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  /* font-family: 'Roboto', sans-serif; */
  font-weight: 400;
  height: 100%;
  line-height: 30px;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #000;
  background-color: #ffffff;
}

p {
  margin: 0 0 20px 0;
  color: #000;
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 20px 0;
  color: #111111;
}
h1,
h2 {
  line-height: 40px;
}
h3,
h4,
h5 {
  line-height: 30px;
}
h1 {
  font-size: 46px;
}
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 36px;
}
@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 479px) {
  h2 {
    font-size: 26px;
  }
}
h3 {
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
/*=======================================================================
2. Bootstrap Overwrite
=========================================================================*/
/*------------------- 2.1 Form -------------------*/
.form-group {
  position: relative;
}
.form-group label {
  font-size: 18px;
  font-weight: 500;
  color: #444444;
  margin-bottom: 12px;
}
.form-group .form-control {
  font-size: 16px;
  color: #646464;
  padding: 10px 20px;
  border: none;
}
.form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
.form-group input {
  height: 50px;
}
.form-group input.form-control::-webkit-input-placeholder,
.form-group textarea.form-control::-webkit-input-placeholder {
  color: #bebebe;
}
.form-group.datetime-picker i {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*------------------- 2.2 Grid -------------------*/
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.row.gutters-1 {
  padding-left: 14.5px;
  padding-right: 14.5px;
}
.row.gutters-1 > [class^="col-"] {
  padding-left: 0.5px;
  padding-right: 0.5px;
}
.row.gutters-2 {
  padding-left: 14px;
  padding-right: 14px;
}
.row.gutters-2 > [class^="col-"] {
  padding-left: 1px;
  padding-right: 1px;
}
.row.gutters-3 {
  padding-left: 13.5px;
  padding-right: 13.5px;
}
.row.gutters-3 > [class^="col-"] {
  padding-left: 1.5px;
  padding-right: 1.5px;
}
.row.gutters-4 {
  padding-left: 13px;
  padding-right: 13px;
}
.row.gutters-4 > [class^="col-"] {
  padding-left: 2px;
  padding-right: 2px;
}
.row.gutters-5 {
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.row.gutters-5 > [class^="col-"] {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.row.gutters-6 {
  padding-left: 12px;
  padding-right: 12px;
}
.row.gutters-6 > [class^="col-"] {
  padding-left: 3px;
  padding-right: 3px;
}
.row.gutters-7 {
  padding-left: 11.5px;
  padding-right: 11.5px;
}
.row.gutters-7 > [class^="col-"] {
  padding-left: 3.5px;
  padding-right: 3.5px;
}
.row.gutters-8 {
  padding-left: 11px;
  padding-right: 11px;
}
.row.gutters-8 > [class^="col-"] {
  padding-left: 4px;
  padding-right: 4px;
}
.row.gutters-9 {
  padding-left: 10.5px;
  padding-right: 10.5px;
}
.row.gutters-9 > [class^="col-"] {
  padding-left: 4.5px;
  padding-right: 4.5px;
}
.row.gutters-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.row.gutters-10 > [class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row.gutters-11 {
  padding-left: 9.5px;
  padding-right: 9.5px;
}
.row.gutters-11 > [class^="col-"] {
  padding-left: 5.5px;
  padding-right: 5.5px;
}
.row.gutters-12 {
  padding-left: 9px;
  padding-right: 9px;
}
.row.gutters-12 > [class^="col-"] {
  padding-left: 6px;
  padding-right: 6px;
}
.row.gutters-13 {
  padding-left: 8.5px;
  padding-right: 8.5px;
}
.row.gutters-13 > [class^="col-"] {
  padding-left: 6.5px;
  padding-right: 6.5px;
}
.row.gutters-14 {
  padding-left: 8px;
  padding-right: 8px;
}
.row.gutters-14 > [class^="col-"] {
  padding-left: 7px;
  padding-right: 7px;
}
.row.gutters-15 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.row.gutters-15 > [class^="col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.row.gutters-20 {
  padding-left: 5px;
  padding-right: 5px;
}
.row.gutters-20 > [class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.row.gutters-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.row.gutters-40 > [class^="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 575px) {
  .row.gutters-40 {
    margin-left: 0;
    margin-right: 0;
  }
  .row.gutters-40 > [class^="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row.gutters-50 {
  margin-left: -25px;
  margin-right: -25px;
}
.row.gutters-50 > [class^="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (max-width: 575px) {
  .row.gutters-50 {
    margin-left: 0;
    margin-right: 0;
  }
  .row.gutters-50 > [class^="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*------------------- 2.3 Media Object -------------------*/
.media-body {
  margin-left: 3rem;
}
.media-body.mg-right {
  margin-left: 0;
  margin-right: 3rem;
}
.media-body.space-xl {
  margin-left: 50px;
}
.media-body.space-lg {
  margin-left: 40px;
}
.media-body.space-md {
  margin-left: 20px;
}
.media-body.space-sm {
  margin-left: 15px;
}
.media-body.space-xs {
  margin-left: 10px;
}
.media-body.media-body-box {
  padding: 20px 20px 20px 3rem;
  margin-left: 0;
}
.media-body.media-body-box p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .media-none--lg {
    display: block;
  }
  .media-none--lg > div {
    width: 100%;
  }
  .media-none--lg img {
    width: 100%;
  }
  .media-none--lg img.media-img-auto {
    width: auto;
  }
  .media-none--lg .media-body,
  .media-none--lg .media-body.space-xl,
  .media-none--lg .media-body.space-lg,
  .media-none--lg .media-body.space-md,
  .media-none--lg .media-body.space-sm,
  .media-none--lg .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--lg .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .media-none--md {
    display: block;
  }
  .media-none--md > div {
    width: 100%;
  }
  .media-none--md img {
    width: 100%;
  }
  .media-none--md img.media-img-auto {
    width: auto;
  }
  .media-none--md .media-body,
  .media-none--md .media-body.space-xl,
  .media-none--md .media-body.space-lg,
  .media-none--md .media-body.space-md,
  .media-none--md .media-body.space-sm,
  .media-none--md .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--md .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .media-none--sm {
    display: block;
  }
  .media-none--sm > div {
    width: 100%;
  }
  .media-none--sm img {
    width: 100%;
  }
  .media-none--sm img.media-img-auto {
    width: auto;
  }
  .media-none--sm .media-body,
  .media-none--sm .media-body.space-xl,
  .media-none--sm .media-body.space-lg,
  .media-none--sm .media-body.space-md,
  .media-none--sm .media-body.space-sm,
  .media-none--sm .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--sm .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media only screen and (max-width: 575px) {
  .media-none--xs {
    display: block;
  }
  .media-none--xs > div {
    width: 100%;
  }
  .media-none--xs img {
    width: 100%;
  }
  .media-none--xs img.media-img-auto {
    width: auto;
  }
  .media-none--xs .media-body,
  .media-none--xs .media-body.space-xl,
  .media-none--xs .media-body.space-lg,
  .media-none--xs .media-body.space-md,
  .media-none--xs .media-body.space-sm,
  .media-none--xs .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--xs .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media only screen and (max-width: 479px) {
  .media-none-mb {
    display: block;
  }
  .media-none-mb > div {
    width: 100%;
  }
  .media-none-mb img {
    width: 100%;
  }
  .media-none-mb img.media-img-auto {
    width: auto;
  }
  .media-none-mb .media-body,
  .media-none-mb .media-body.space-xl,
  .media-none-mb .media-body.space-lg,
  .media-none-mb .media-body.space-md,
  .media-none-mb .media-body.space-sm,
  .media-none-mb .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-mb .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .media-none-lg {
    display: block;
  }
  .media-none-lg > div {
    width: 100%;
  }
  .media-none-lg img {
    width: 100%;
  }
  .media-none-lg img.media-img-auto {
    width: auto;
  }
  .media-none-lg .media-body,
  .media-none-lg .media-body.space-xl,
  .media-none-lg .media-body.space-lg,
  .media-none-lg .media-body.space-md,
  .media-none-lg .media-body.space-sm,
  .media-none-lg .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-lg .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .media-none-md {
    display: block;
  }
  .media-none-md > div {
    width: 100%;
  }
  .media-none-md img {
    width: 100%;
  }
  .media-none-md img.media-img-auto {
    width: auto;
  }
  .media-none-md .media-body,
  .media-none-md .media-body.space-xl,
  .media-none-md .media-body.space-lg,
  .media-none-md .media-body.space-md,
  .media-none-md .media-body.space-sm,
  .media-none-md .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-md .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .media-none-sm {
    display: block;
  }
  .media-none-sm > div {
    width: 100%;
  }
  .media-none-sm img {
    width: 100%;
  }
  .media-none-sm img.media-img-auto {
    width: auto;
  }
  .media-none-sm .media-body,
  .media-none-sm .media-body.space-xl,
  .media-none-sm .media-body.space-lg,
  .media-none-sm .media-body.space-md,
  .media-none-sm .media-body.space-sm,
  .media-none-sm .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-sm .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media (min-width: 480px) and (max-width: 575px) {
  .media-none-xs {
    display: block;
  }
  .media-none-xs > div {
    width: 100%;
  }
  .media-none-xs img {
    width: 100%;
  }
  .media-none-xs img.media-img-auto {
    width: auto;
  }
  .media-none-xs .media-body,
  .media-none-xs .media-body.space-xl,
  .media-none-xs .media-body.space-lg,
  .media-none-xs .media-body.space-md,
  .media-none-xs .media-body.space-sm,
  .media-none-xs .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-xs .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
/*=======================================================================
4. Template Layout Style
=========================================================================*/
/*------------------- 4.1 Content -------------------*/
.inner-page-banner {
  position: relative;
  padding: 9.5rem 0 8.3rem;
}
.inner-page-banner .breadcrumbs-area {
  text-align: center;
  position: relative;
  z-index: 1;
}
.inner-page-banner .breadcrumbs-area h1 {
  font-size: 46px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 16px;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .inner-page-banner .breadcrumbs-area h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .inner-page-banner .breadcrumbs-area h1 {
    font-size: 38px;
    margin-bottom: 5px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page-banner .breadcrumbs-area h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 575px) {
  .inner-page-banner .breadcrumbs-area h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .inner-page-banner .breadcrumbs-area h1 {
    font-size: 26px;
  }
}
.inner-page-banner .breadcrumbs-area ul li {
  display: inline-block;
  color: #ffffff;
  position: relative;
  margin-right: 20px;
  padding-right: 10px;
  margin-bottom: 10px;
}
.inner-page-banner .breadcrumbs-area ul li:before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  right: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  color: #cccccc;
}
.inner-page-banner .breadcrumbs-area ul li a {
  color: #cccccc;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.inner-page-banner .breadcrumbs-area ul li a:hover {
  color: #ffffff;
}
.inner-page-banner .breadcrumbs-area ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.inner-page-banner .breadcrumbs-area ul li:last-child:before {
  display: none;
}
.inner-page-banner:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.fw-btn-fill {
  width: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  border: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fw-btn-fill i {
  margin-left: 10px;
}
.fw-btn-fill:hover {
  background-color: #00045f;
  color: #ffffff;
}
.fw-btn-primary {
  width: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
  background-color: #00045f;
  letter-spacing: 1px;
  border: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fw-btn-primary i {
  font-size: 16px;
  margin-left: 10px;
}
.fw-btn-primary:hover {
  background-color: #e83a15;
}
.fw-btn-ghost {
  width: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fw-btn-ghost i {
  margin-left: 10px;
}
.fw-btn-ghost:hover {
  background-color: #00045f;
  color: #ffffff;
  border-color: #00045f;
}
.btn-fill-lg {
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  padding: 12px 30px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-fill-lg i {
  font-size: 16px;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-fill-lg:hover {
  background-color: #00045f;
  color: #ffffff;
}
.btn-fill-lg:hover i {
  color: #ffffff;
}
.btn-fill-lg-2 {
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  padding: 10px 28px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-fill-lg-2 i {
  font-size: 16px;
  margin-left: 10px;
}
.btn-fill-lg-2:hover {
  background-color: #ffffff;
  color: #00045f;
}
.btn-fill-md {
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  padding: 12px 25px;
  font-weight: 500;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-fill-md i {
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-fill-md:hover {
  background-color: #00045f;
  color: #ffffff;
}
.btn-fill-md:hover i {
  color: #ffffff;
}
.btn-fill-md-2 {
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  padding: 12px 25px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-fill-md-2 i {
  font-size: 18px;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-fill-md-2:hover {
  background-color: #00045f;
  color: #ffffff;
}
.btn-fill-md-2:hover i {
  color: #ffffff;
}
.ghost-btn-lg {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
  padding: 9px 35px;
  letter-spacing: 0.7px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-btn-lg i {
  font-size: 18px;
  margin-left: 10px;
}
.ghost-btn-lg:hover {
  background-color: #e83a15;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .ghost-btn-lg {
    padding: 10px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .ghost-btn-lg {
    padding: 8px 25px;
  }
}
.ghost-btn-lg-2 {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
  padding: 9px 25px;
  letter-spacing: 0.7px;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-btn-lg-2 i {
  font-size: 18px;
  margin-left: 10px;
}
.ghost-btn-lg-2:hover {
  background-color: #00045f;
  color: #ffffff;
  border-color: #00045f;
}
@media only screen and (max-width: 991px) {
  .ghost-btn-lg-2 {
    padding: 10px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .ghost-btn-lg-2 {
    padding: 8px 25px;
  }
}
.ghost-btn-md {
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  font-weight: 500;
  padding: 8px 26px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-btn-md i {
  font-size: 18px;
  margin-left: 10px;
}
.ghost-btn-md:hover {
  background-color: #e83a15;
  border-color: #e83a15;
  color: #ffffff;
}
.ghost-btn-md:hover i {
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .ghost-btn-md {
    font-size: 15px;
    padding: 8px 20px;
  }
}
.ghost-btn-md-2 {
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  font-weight: 700;
  padding: 10px 26px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-btn-md-2 i {
  font-size: 18px;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-btn-md-2:hover {
  background-color: #e83a15;
  border-color: #e83a15;
  color: #ffffff;
}
.ghost-btn-md-2:hover i {
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .ghost-btn-md-2 {
    font-size: 15px;
    padding: 8px 20px;
  }
}
.btn-hover-primary:hover {
  background-color: #00045f;
  border-color: #00045f !important;
}
.btn-hover-accent:hover {
  background-color: #e83a15;
}
body .wrapper {
  display: none;
  opacity: 0;
}
body.pace-done .wrapper {
  display: block;
  opacity: 1;
  animation: fadeIn 0.2s;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 12px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 250px;
  height: 120px;
  overflow: hidden;
}
.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: block;
  position: absolute;
  right: 100%;
  margin-right: -7px;
  width: 93%;
  bottom: 7px;
  height: 14px;
  font-size: 14px;
  background-image: -o-linear-gradient(45deg, #5b5d9c 25%, #00045f 25%, #00045f 50%, #5b5d9c 50%, #5b5d9c 75%, #00045f 75%, #00045f 100%);
  background-image: linear-gradient(45deg, #5b5d9c 25%, #00045f 25%, #00045f 50%, #5b5d9c 50%, #5b5d9c 75%, #00045f 75%, #00045f 100%);
  background-size: 14.14px 14.14px;
  color: #00045f;
  line-height: 60px;
  font-weight: bold;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-box-shadow: 120px 0 #fff, 240px 0 #fff;
  -ms-box-shadow: 120px 0 #fff, 240px 0 #fff;
  box-shadow: 120px 0 #fff, 240px 0 #fff;
  margin-bottom: 28px;
}
.pace .pace-progress:after {
  content: attr(data-progress-text);
  display: inline-block;
  position: fixed;
  width: 60px;
  text-align: right;
  right: 0;
  padding-right: 12px;
  top: 6px;
  font-size: 18px;
}
.pace:after {
  content: url('img/preloader.png');
  position: absolute;
  left: 37px;
}
.pace .pace-activity {
  position: absolute;
  bottom: 28px;
  width: 100%;
  height: 28px;
  z-index: 2001;
  box-shadow: inset 0 0 0 2px #ffffff, inset 0 0 0 7px #fff;
  border-radius: 10px;
}
.pace.pace-inactive {
  display: none;
}
.pace .pace-progress[data-progress-text="0%"]:after {
  right: -200px;
}
.pace .pace-progress[data-progress-text="1%"]:after {
  right: -198.14px;
}
.pace .pace-progress[data-progress-text="2%"]:after {
  right: -196.28px;
}
.pace .pace-progress[data-progress-text="3%"]:after {
  right: -194.42px;
}
.pace .pace-progress[data-progress-text="4%"]:after {
  right: -192.56px;
}
.pace .pace-progress[data-progress-text="5%"]:after {
  right: -190.7px;
}
.pace .pace-progress[data-progress-text="6%"]:after {
  right: -188.84px;
}
.pace .pace-progress[data-progress-text="7%"]:after {
  right: -186.98px;
}
.pace .pace-progress[data-progress-text="8%"]:after {
  right: -185.12px;
}
.pace .pace-progress[data-progress-text="9%"]:after {
  right: -183.26px;
}
.pace .pace-progress[data-progress-text="10%"]:after {
  right: -181.4px;
}
.pace .pace-progress[data-progress-text="11%"]:after {
  right: -179.54px;
}
.pace .pace-progress[data-progress-text="12%"]:after {
  right: -177.68px;
}
.pace .pace-progress[data-progress-text="13%"]:after {
  right: -175.82px;
}
.pace .pace-progress[data-progress-text="14%"]:after {
  right: -173.96px;
}
.pace .pace-progress[data-progress-text="15%"]:after {
  right: -172.1px;
}
.pace .pace-progress[data-progress-text="16%"]:after {
  right: -170.24px;
}
.pace .pace-progress[data-progress-text="17%"]:after {
  right: -168.38px;
}
.pace .pace-progress[data-progress-text="18%"]:after {
  right: -166.52px;
}
.pace .pace-progress[data-progress-text="19%"]:after {
  right: -164.66px;
}
.pace .pace-progress[data-progress-text="20%"]:after {
  right: -162.8px;
}
.pace .pace-progress[data-progress-text="21%"]:after {
  right: -160.94px;
}
.pace .pace-progress[data-progress-text="22%"]:after {
  right: -159.08px;
}
.pace .pace-progress[data-progress-text="23%"]:after {
  right: -157.22px;
}
.pace .pace-progress[data-progress-text="24%"]:after {
  right: -155.36px;
}
.pace .pace-progress[data-progress-text="25%"]:after {
  right: -153.5px;
}
.pace .pace-progress[data-progress-text="26%"]:after {
  right: -151.64px;
}
.pace .pace-progress[data-progress-text="27%"]:after {
  right: -149.78px;
}
.pace .pace-progress[data-progress-text="28%"]:after {
  right: -147.92px;
}
.pace .pace-progress[data-progress-text="29%"]:after {
  right: -146.06px;
}
.pace .pace-progress[data-progress-text="30%"]:after {
  right: -144.2px;
}
.pace .pace-progress[data-progress-text="31%"]:after {
  right: -142.34px;
}
.pace .pace-progress[data-progress-text="32%"]:after {
  right: -140.48px;
}
.pace .pace-progress[data-progress-text="33%"]:after {
  right: -138.62px;
}
.pace .pace-progress[data-progress-text="34%"]:after {
  right: -136.76px;
}
.pace .pace-progress[data-progress-text="35%"]:after {
  right: -134.9px;
}
.pace .pace-progress[data-progress-text="36%"]:after {
  right: -133.04px;
}
.pace .pace-progress[data-progress-text="37%"]:after {
  right: -131.18px;
}
.pace .pace-progress[data-progress-text="38%"]:after {
  right: -129.32px;
}
.pace .pace-progress[data-progress-text="39%"]:after {
  right: -127.46px;
}
.pace .pace-progress[data-progress-text="40%"]:after {
  right: -125.6px;
}
.pace .pace-progress[data-progress-text="41%"]:after {
  right: -123.74px;
}
.pace .pace-progress[data-progress-text="42%"]:after {
  right: -121.88px;
}
.pace .pace-progress[data-progress-text="43%"]:after {
  right: -120.02px;
}
.pace .pace-progress[data-progress-text="44%"]:after {
  right: -118.16px;
}
.pace .pace-progress[data-progress-text="45%"]:after {
  right: -116.3px;
}
.pace .pace-progress[data-progress-text="46%"]:after {
  right: -114.44px;
}
.pace .pace-progress[data-progress-text="47%"]:after {
  right: -112.58px;
}
.pace .pace-progress[data-progress-text="48%"]:after {
  right: -110.72px;
}
.pace .pace-progress[data-progress-text="49%"]:after {
  right: -108.86px;
}
.pace .pace-progress[data-progress-text="50%"]:after {
  right: -107px;
}
.pace .pace-progress[data-progress-text="51%"]:after {
  right: -105.14px;
}
.pace .pace-progress[data-progress-text="52%"]:after {
  right: -103.28px;
}
.pace .pace-progress[data-progress-text="53%"]:after {
  right: -101.42px;
}
.pace .pace-progress[data-progress-text="54%"]:after {
  right: -99.56px;
}
.pace .pace-progress[data-progress-text="55%"]:after {
  right: -97.7px;
}
.pace .pace-progress[data-progress-text="56%"]:after {
  right: -95.84px;
}
.pace .pace-progress[data-progress-text="57%"]:after {
  right: -93.98px;
}
.pace .pace-progress[data-progress-text="58%"]:after {
  right: -92.12px;
}
.pace .pace-progress[data-progress-text="59%"]:after {
  right: -90.26px;
}
.pace .pace-progress[data-progress-text="60%"]:after {
  right: -88.4px;
}
.pace .pace-progress[data-progress-text="61%"]:after {
  right: -86.54px;
}
.pace .pace-progress[data-progress-text="62%"]:after {
  right: -84.68px;
}
.pace .pace-progress[data-progress-text="63%"]:after {
  right: -82.82px;
}
.pace .pace-progress[data-progress-text="64%"]:after {
  right: -80.96px;
}
.pace .pace-progress[data-progress-text="65%"]:after {
  right: -79.1px;
}
.pace .pace-progress[data-progress-text="66%"]:after {
  right: -77.24px;
}
.pace .pace-progress[data-progress-text="67%"]:after {
  right: -75.38px;
}
.pace .pace-progress[data-progress-text="68%"]:after {
  right: -73.52px;
}
.pace .pace-progress[data-progress-text="69%"]:after {
  right: -71.66px;
}
.pace .pace-progress[data-progress-text="70%"]:after {
  right: -69.8px;
}
.pace .pace-progress[data-progress-text="71%"]:after {
  right: -67.94px;
}
.pace .pace-progress[data-progress-text="72%"]:after {
  right: -66.08px;
}
.pace .pace-progress[data-progress-text="73%"]:after {
  right: -64.22px;
}
.pace .pace-progress[data-progress-text="74%"]:after {
  right: -62.36px;
}
.pace .pace-progress[data-progress-text="75%"]:after {
  right: -60.5px;
}
.pace .pace-progress[data-progress-text="76%"]:after {
  right: -58.64px;
}
.pace .pace-progress[data-progress-text="77%"]:after {
  right: -56.78px;
}
.pace .pace-progress[data-progress-text="78%"]:after {
  right: -54.92px;
}
.pace .pace-progress[data-progress-text="79%"]:after {
  right: -53.06px;
}
.pace .pace-progress[data-progress-text="80%"]:after {
  right: -51.2px;
}
.pace .pace-progress[data-progress-text="81%"]:after {
  right: -49.34px;
}
.pace .pace-progress[data-progress-text="82%"]:after {
  right: -47.48px;
}
.pace .pace-progress[data-progress-text="83%"]:after {
  right: -45.62px;
}
.pace .pace-progress[data-progress-text="84%"]:after {
  right: -43.76px;
}
.pace .pace-progress[data-progress-text="85%"]:after {
  right: -41.9px;
}
.pace .pace-progress[data-progress-text="86%"]:after {
  right: -40.04px;
}
.pace .pace-progress[data-progress-text="87%"]:after {
  right: -38.18px;
}
.pace .pace-progress[data-progress-text="88%"]:after {
  right: -36.32px;
}
.pace .pace-progress[data-progress-text="89%"]:after {
  right: -34.46px;
}
.pace .pace-progress[data-progress-text="90%"]:after {
  right: -32.6px;
}
.pace .pace-progress[data-progress-text="91%"]:after {
  right: -30.74px;
}
.pace .pace-progress[data-progress-text="92%"]:after {
  right: -28.88px;
}
.pace .pace-progress[data-progress-text="93%"]:after {
  right: -27.02px;
}
.pace .pace-progress[data-progress-text="94%"]:after {
  right: -25.16px;
}
.pace .pace-progress[data-progress-text="95%"]:after {
  right: -23.3px;
}
.pace .pace-progress[data-progress-text="96%"]:after {
  right: -21.44px;
}
.pace .pace-progress[data-progress-text="97%"]:after {
  right: -19.58px;
}
.pace .pace-progress[data-progress-text="98%"]:after {
  right: -17.72px;
}
.pace .pace-progress[data-progress-text="99%"]:after {
  right: -15.86px;
}
.pace .pace-progress[data-progress-text="100%"]:after {
  right: -14px;
}
.scrollup {
  overflow: hidden;
  position: fixed;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 45px;
  bottom: -50px;
  right: 20px;
  text-align: center;
  z-index: 9999;
  background-color: rgba(17, 17, 17, 0.8);
  display: block;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.scrollup i {
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.scrollup:hover,
.scrollup:focus {
  color: #ffffff;
}
.scrollup:hover i,
.scrollup:focus i {
  -webkit-animation: toBottomFromTop20 0.5s forwards;
  animation: toBottomFromTop20 0.5s forwards;
}
.scrollup.back-top {
  bottom: 20px;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #14287b;
    box-shadow: 0 0 0 0 #14287b;
  }
  40% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
  }
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #14287b;
    box-shadow: 0 0 0 0 #14287b;
  }
  40% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
  }
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
  }
}
@-webkit-keyframes animate-figure1 {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  50% {
    -webkit-transform: translateY(-20px) translateX(10px);
    transform: translateY(-20px) translateX(10px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@keyframes animate-figure1 {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  50% {
    -webkit-transform: translateY(-20px) translateX(10px);
    transform: translateY(-20px) translateX(10px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@-webkit-keyframes animate-figure2 {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  50% {
    -webkit-transform: translateY(-20px) translateX(-10px);
    transform: translateY(-20px) translateX(-10px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@keyframes animate-figure2 {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  50% {
    -webkit-transform: translateY(-20px) translateX(-10px);
    transform: translateY(-20px) translateX(-10px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@-webkit-keyframes animate-figure3 {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  50% {
    -webkit-transform: translateY(-10px) translateX(-40px);
    transform: translateY(-10px) translateX(-40px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@keyframes animate-figure3 {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  50% {
    -webkit-transform: translateY(-10px) translateX(-40px);
    transform: translateY(-10px) translateX(-40px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@-webkit-keyframes animate-figure4 {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  50% {
    -webkit-transform: translateY(-10px) translateX(40px);
    transform: translateY(-10px) translateX(40px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@keyframes animate-figure4 {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  50% {
    -webkit-transform: translateY(-10px) translateX(40px);
    transform: translateY(-10px) translateX(40px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
/*------------------- 4.2 Footer -------------------*/
.footer-top-wrap-layout1 {
  padding: 10rem 0 6rem;
}
.footer-bottom-wrap-layout1 {
  padding: 4rem 1rem;
  border-top: 2px solid #017554;
  text-align: center;
}
.footer-bottom-wrap-layout1 .copyright-light a {
  color: #00045f;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-bottom-wrap-layout1 .copyright-light a:hover {
  color: #e83a15;
}
.footer-wrap-layout2 {
  padding: 10rem 0 0;
  background-color: #101242;
  background-image: url('img/figure/clip3.png');
  background-repeat: no-repeat;
  background-position: bottom right 25px;
}
.footer-box-layout1 {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .footer-box-layout1 {
    text-align: center;
  }
}
.footer-box-layout1 .footer-logo {
  margin-bottom: 22px;
}
.footer-box-layout1 .footer-logo a {
  display: inline-block;
}
.footer-box-layout1 p {
  margin-bottom: 26px;
}
.footer-box-layout1 .footer-social li {
  display: inline-block;
  margin-right: 2px;
}
.footer-box-layout1 .footer-social li:last-child {
  margin-right: 0;
}
.footer-box-layout1 .footer-social li a {
  display: block;
  text-align: center;
  height: 42px;
  width: 47px;
  line-height: 42px;
  background-color: #003b63;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-box-layout1 .footer-social li a:hover {
  background-color: #007351;
}
@media only screen and (max-width: 767px) {
  .footer-box-layout1 .footer-social li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}
.footer-box-layout1 .footer-title {
  margin-bottom: 20px;
  padding-bottom: 24px;
  position: relative;
}
.footer-box-layout1 .footer-title:after {
  content: "";
  height: 4px;
  width: 49px;
  border-radius: 10px;
  background-color: #0f5006;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .footer-box-layout1 .footer-title:after {
    margin: auto;
  }
}
.footer-box-layout1 .footer-title h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  color: #00045f;
}
@media only screen and (max-width: 767px) {
  .footer-box-layout1 .footer-title h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-box-layout1 .footer-title h3 {
    font-size: 20px;
  }
}
.footer-box-layout1 .footer-menu-box .footer-menu-list li {
  margin-bottom: 8px;
}
.footer-box-layout1 .footer-menu-box .footer-menu-list li:last-child {
  margin-bottom: 0;
}
.footer-box-layout1 .footer-menu-box .footer-menu-list li a {
  color: #000;
  padding: 5px 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-box-layout1 .footer-menu-box .footer-menu-list li a:hover {
  color: #111111;
}
.footer-box-layout1 .footer-form-box p {
  margin-bottom: 15px;
}
.footer-box-layout1 .footer-form-box .contact-form-box .form-group {
  margin-bottom: 5px;
}
.footer-box-layout1 .footer-form-box .contact-form-box .form-group:last-child {
  margin-bottom: 0;
}
.footer-box-layout1 .footer-form-box .contact-form-box .form-group input.form-control::-webkit-input-placeholder,
.footer-box-layout1 .footer-form-box .contact-form-box .form-group textarea.form-control::-webkit-input-placeholder {
  color: #9b9c9c;
}
.footer-box-layout1 .footer-form-box .contact-form-box .form-group .form-control {
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  color: #111111;
  border-radius: 4px;
  background-color: #ededed;
}
@media only screen and (max-width: 991px) {
  .footer-box-layout1 .footer-form-box .contact-form-box .form-group .form-control {
    font-size: 14px;
  }
}
.footer-box-layout1 .footer-form-box .contact-form-box .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
.footer-box-layout1 .footer-form-box .contact-form-box .form-group input {
  height: 50px;
}
.footer-box-layout1 .footer-form-box .contact-form-box .form-group .item-btn {
  background-color: #e83a15;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-box-layout1 .footer-form-box .contact-form-box .form-group .item-btn i {
  font-size: 18px;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-box-layout1 .footer-form-box .contact-form-box .form-group .item-btn:hover {
  background-color: #00045f;
}
.footer-box-layout2 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .footer-box-layout2 {
    text-align: center;
  }
}
.footer-box-layout2 .footer-about .footer-logo {
  margin-bottom: 22px;
}
.footer-box-layout2 .footer-about .footer-logo a {
  display: inline-block;
}
.footer-box-layout2 .footer-about p {
  margin-bottom: 35px;
  color: #c0c1ce;
  width: 80%;
}
@media only screen and (max-width: 991px) {
  .footer-box-layout2 .footer-about p {
    margin: 0 auto 30px;
  }
}
.footer-box-layout2 .footer-about .contact-type ul li {
  color: #c7d6e3;
  margin-bottom: 10px;
}
.footer-box-layout2 .footer-about .contact-type ul li i {
  font-size: 20px;
  color: #e83a15;
  margin-right: 15px;
}
.footer-box-layout2 .footer-title {
  margin-bottom: 20px;
  padding-bottom: 24px;
  position: relative;
}
.footer-box-layout2 .footer-title:after {
  content: "";
  height: 4px;
  width: 49px;
  background-color: #e83a15;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .footer-box-layout2 .footer-title:after {
    right: 0;
    margin: auto;
  }
}
.footer-box-layout2 .footer-title h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .footer-box-layout2 .footer-title h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-box-layout2 .footer-title h3 {
    font-size: 20px;
  }
}
.footer-box-layout2 .footer-menu-box .footer-menu-list li {
  margin-bottom: 8px;
}
.footer-box-layout2 .footer-menu-box .footer-menu-list li:last-child {
  margin-bottom: 0;
}
.footer-box-layout2 .footer-menu-box .footer-menu-list li a {
  color: #c0c1ce;
  padding: 5px 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-box-layout2 .footer-menu-box .footer-menu-list li a:hover {
  color: #ffffff;
}
.footer-box-layout2 .footer-form-box p {
  color: #c0c1ce;
  margin-bottom: 15px;
}
.footer-box-layout2 .footer-form-box .contact-form-box {
  margin-bottom: 40px;
}
.footer-box-layout2 .footer-form-box .contact-form-box .form-group {
  margin-bottom: 5px;
}
.footer-box-layout2 .footer-form-box .contact-form-box .form-group:last-child {
  margin-bottom: 0;
}
.footer-box-layout2 .footer-form-box .contact-form-box .form-group input.form-control::-webkit-input-placeholder,
.footer-box-layout2 .footer-form-box .contact-form-box .form-group textarea.form-control::-webkit-input-placeholder {
  color: #9b9c9c;
}
.footer-box-layout2 .footer-form-box .contact-form-box .form-group .form-control {
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  color: #111111;
  border-radius: 4px;
  background-color: #ededed;
}
@media only screen and (max-width: 991px) {
  .footer-box-layout2 .footer-form-box .contact-form-box .form-group .form-control {
    font-size: 14px;
  }
}
.footer-box-layout2 .footer-form-box .contact-form-box .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
.footer-box-layout2 .footer-form-box .contact-form-box .form-group input {
  height: 50px;
}
.footer-box-layout2 .footer-form-box .contact-form-box .form-group .item-btn {
  background-color: #e83a15;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-box-layout2 .footer-form-box .contact-form-box .form-group .item-btn i {
  font-size: 18px;
  margin-left: 10px;
}
.footer-box-layout2 .footer-form-box .contact-form-box .form-group .item-btn:hover {
  background-color: #ffffff;
  color: #00045f;
}
.footer-box-layout2 .footer-social ul li {
  display: inline-block;
  margin-right: 2px;
}
.footer-box-layout2 .footer-social ul li:last-child {
  margin-right: 0;
}
.footer-box-layout2 .footer-social ul li a {
  display: block;
  text-align: center;
  height: 42px;
  width: 47px;
  line-height: 42px;
  background-color: #1c1f72;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-box-layout2 .footer-social ul li a:hover {
  background-color: #e83a15;
}
@media only screen and (max-width: 767px) {
  .footer-box-layout2 .footer-social ul li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}
.copyright {
  padding: 3rem 0 6rem;
  color: #c0c1ce;
}
@media only screen and (max-width: 991px) {
  .copyright {
    text-align: center;
  }
}
.copyright a {
  color: #e83a15;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.copyright a:hover {
  color: #ffffff;
}
/*------------------- 4.3 Global -------------------*/
a {
  text-decoration: none;
  cursor: pointer;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0 none;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin-left: 0;
}
.form-response .alert-danger,
.form-response .alert.alert-info,
.form-response .alert.alert-success {
  margin-top: 10px;
  margin-bottom: 0;
}
.form-response .alert-danger p,
.form-response .alert.alert-info p,
.form-response .alert.alert-success p {
  margin-bottom: 0;
}
/*------------------- 4.4 Header Menu -------------------*/
header.header {
  position: relative;
  z-index: 15;
}
@media only screen and (max-width: 991px) {
  header.header {
    display: none;
  }
}
.logo-area a {
  display: block;
}
.header-menu {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-menu:after {
  clear: both;
  content: "";
  display: block;
}
.header-menu nav.template-main-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-menu nav.template-main-menu > ul > li > a {
  transition: all 0.3s ease-out;
}
.header-menu nav.template-main-menu > ul > li > a:hover {
  color: #06800e;
}
nav.template-main-menu > ul > li {
  position: relative;
}
nav.template-main-menu > ul > li > a {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  display: block;
  color: #111111;
  text-transform: uppercase;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 {
  border-top: 1px solid #00045f;
  background-color: #ffffff;
  width: 250px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 0 0 4px 4px;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li {
  position: relative;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  color: #111111;
  padding: 12px 20px;
  display: block;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a:before {
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 15px;
  color: #e83a15;
  position: absolute;
  top: 12px;
  left: 20px;
  transform: scale(0);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a:hover {
  color: #e83a15;
  padding-left: 40px;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a:hover:before {
  transform: scale(1);
}
@media only screen and (max-width: 1199px) {
  nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a {
    padding: 10px 15px;
  }
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 100%;
  border-bottom: 1px solid #e9e9e9;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li:after {
    left: 15px;
    right: 15px;
  }
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li:last-child:after {
  border-bottom: none;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-2 {
  display: flex;
  align-items: center;
  border-top: 1px solid #00045f;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-2 li {
  min-width: 200px;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-2 li a {
  font-size: 15px;
  text-transform: capitalize;
  color: #111111;
  padding: 8px 15px;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-2 li a:hover {
  color: #ffffff;
  background-color: #00045f;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-2 li a:last-child {
  padding-bottom: 15px;
}
nav.template-main-menu > ul > li .template-mega-menu {
  background-color: #ffffff;
  border-top: 1px solid #00045f;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  padding: 20px 0 0;
  transform: translateY(15px);
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
nav.template-main-menu > ul > li .template-mega-menu .menu-ctg-title {
  font-size: 16px;
  font-weight: 500;
  color: #111111;
  margin-bottom: 15px;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu {
  margin-bottom: 20px;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li {
  margin-bottom: 5px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ebebeb;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li a {
  font-size: 15px;
  text-transform: capitalize;
  color: #111111;
  padding: 5px 15px 5px 30px;
  display: block;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  position: relative;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li a i {
  color: #00045f;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li a:hover {
  color: #e83a15;
  padding: 5px 15px 5px 35px;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li a:hover i {
  color: #e83a15;
  animation: toRightFromLeft10 0.5s;
}
nav.template-main-menu > ul > li:hover ul.dropdown-menu-col-1 {
  opacity: 1;
  visibility: visible;
  transform: translatey(0);
}
nav.template-main-menu > ul > li:hover ul.dropdown-menu-col-2 {
  opacity: 1;
  visibility: visible;
  transform: translatey(0);
}
nav.template-main-menu > ul > li:hover .template-mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translatey(0);
}
.header-menu.menu-layout1 {
  background-color: #ffffff;
}
.header-menu.menu-layout1 nav.template-main-menu > ul > li > a {
  padding: 40px 16px;
}
@media only screen and (max-width: 1199px) {
  .header-menu.menu-layout1 nav.template-main-menu > ul > li > a {
    padding: 40px 15px;
  }
}
.header-menu.menu-layout2 {
  padding-top: 20px;
}
.header-menu.menu-layout2 nav.template-main-menu > ul > li > a {
  padding: 40px 20px;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .header-menu.menu-layout2 nav.template-main-menu > ul > li > a {
    padding: 40px 15px;
  }
}
.header-menu.menu-layout2 .header-action-layout1 .header-action-number .item-icon i:before {
  color: #ffffff;
}
.header-menu.menu-layout2 .header-action-layout1 .header-action-number .item-content .item-text {
  color: #ffffff;
}
.header-menu.menu-layout2 .header-action-layout1 .header-action-number .item-content .item-number {
  color: #ffffff;
}
.rt-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  left: 0;
  right: 0;
  background-color: #ffffff;
}
.rt-sticky nav.template-main-menu > ul > li > a {
  padding: 28px 18px;
}
@media only screen and (max-width: 1199px) {
  .rt-sticky nav.template-main-menu > ul > li > a {
    padding: 28px 15px;
  }
}
.header-menu.menu-layout1.rt-sticky {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.header-menu.menu-layout1.rt-sticky nav.template-main-menu > ul > li > a {
  padding: 28px 16px;
}
@media only screen and (max-width: 1199px) {
  .header-menu.menu-layout1.rt-sticky nav.template-main-menu > ul > li > a {
    padding: 28px 15px;
  }
}
.header-menu.menu-layout2.rt-sticky {
  padding-top: 0;
  background-color: #00045f;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.header-menu.menu-layout2.rt-sticky .header-action-layout1 ul li .item-btn:hover {
  background-color: #e83a15;
}
@media only screen and (min-width: 992px) {
  .hide-on-desktop-menu {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .hide-on-mobile-menu {
    display: none;
  }
}
.header-action-layout1 ul {
  display: flex;
  align-items: center;
}
.header-action-layout1 ul li {
  display: inline-block;
  margin-right: 25px;
}
.header-action-layout1 ul li:last-child {
  margin-right: 0;
}
.header-action-layout1 ul .header-search-icon a i:before {
  font-size: 24px;
  color: #646464;
  font-weight: 900;
}
.header-action-layout1 ul .header-btn .item-btn {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  background-color: #003b64;
  border-radius: 4px;
  padding: 10px 26px;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-action-layout1 ul .header-btn .item-btn i {
  font-size: 16px;
  margin-left: 10px;
}
.header-action-layout1 ul .header-btn .item-btn:hover {
  background-color: #00045f;
}
@media only screen and (max-width: 1199px) {
  .header-action-layout1 ul .header-btn .item-btn {
    padding: 10px 28px;
  }
}
.header-action-layout1 ul .header-action-number {
  display: flex;
  align-items: center;
  line-height: 1.4;
  margin-right: 50px;
}
@media only screen and (max-width: 1330px) {
  .header-action-layout1 ul .header-action-number {
    display: none;
  }
}
.header-action-layout1 ul .header-action-number .item-icon {
  margin-right: 10px;
  margin-top: 5px;
}
.header-action-layout1 ul .header-action-number .item-icon i:before {
  font-size: 28px;
  color: #e83a15;
}
.header-action-layout1 ul .header-action-number .item-content .item-text {
  font-size: 15px;
}
.header-action-layout1 ul .header-action-number .item-content .item-number {
  font-size: 22px;
  font-weight: 700;
  color: #00045f;
}
.header-topbar-layout1 .header-top-left ul li {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 15px;
  margin-right: 18px;
}
.header-topbar-layout1 .header-top-left ul li:last-child {
  margin-right: 0;
}
.header-topbar-layout1 .header-top-left ul li span {
  color: #ffffff;
  margin-right: 5px;
}
.header-topbar-layout1 .header-top-left ul li i {
  font-size: 18px;
  color: #ffffff;
  margin-right: 10px;
}
.header-topbar-layout1 .header-top-right ul {
  display: flex;
  align-items: center;
}
.header-topbar-layout1 .header-top-right ul > li {
  display: flex;
  align-items: center;
  margin-right: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}
.header-topbar-layout1 .header-top-right ul > li > i {
  font-size: 18px;
  margin-right: 10px;
}
.header-topbar-layout1 .header-top-right ul > li:last-child {
  margin-right: 0;
}
.header-topbar-layout1 .header-top-right ul .social-icon a {
  padding-right: 5px;
  margin-right: 12px;
  font-size: 16px;
  color: #c7d6e3;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-topbar-layout1 .header-top-right ul .social-icon a:last-child {
  padding-right: 0;
  margin-right: 0;
}
.header-topbar-layout1 .header-top-right ul .social-icon a:hover {
  color: #ffffff;
}
.header-search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  transition: all 0.5s ease-in-out;
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.header-search .header-search-form {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.header-search .header-search-form input[type="search"] {
  width: 60%;
  color: #ffffff;
  font-size: 24px;
  text-align: left;
  border: none;
  margin: 0px auto;
  padding: 25px 10px 25px 30px;
  outline: none;
  background: linear-gradient(to right, transparent, rgba(200, 200, 200, 0.5), transparent);
}
.header-search .header-search-form .search-btn {
  padding: 24px 10px;
  background-color: transparent;
  box-shadow: none;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.header-search .header-search-form .search-btn i:before {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-left: 0;
}
.header-search .header-search-form .search-btn:focus {
  box-shadow: none;
  outline: none;
}
.header-search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #00045f;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  opacity: 1;
  visibility: visible;
  padding: 3px 15px 5px;
  font-size: 36px;
  font-weight: 300;
  border-radius: 2px;
  cursor: pointer;
  box-shadow: 0 1px 2px 0px rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease-in-out;
}
.header-search .close:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.header-search .close:hover {
  background-color: #ffffff;
}
.header-search.open {
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  visibility: visible;
}
.mean-container .mean-bar {
  background: #ffffff !important;
  float: none;
  padding: 0 !important;
  position: fixed !important;
  top: 0;
  z-index: 20;
}
.mean-container .mean-bar:after {
  content: "";
  clear: both;
  display: block;
}
.mean-container .mean-bar a.logo-mobile-menu {
  width: 100%;
  background-color: rgba(222, 222, 222, 0.95);
  box-sizing: border-box;
}
.mean-container .mean-bar .mobile-menu-nav-back {
  padding-left: 15px;
  /* border-bottom: 1px solid #b2b2b2; */
  position: relative;
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
}
.mean-container .mean-bar .mobile-menu-nav-back:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(248, 248, 248, 0.95);
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
}
.mean-container .mean-nav {
  float: none !important;
  background: transparent !important;
}
.mean-container .mean-nav > ul {
  overflow-y: scroll;
  height: 100vh;
}
.mean-container .mean-nav > ul:after {
  content: '';
  display: block;
  clear: both;
}
.mean-container .mean-nav > ul > li > a {
  font-size: 14px;
  color: #111111;
  font-weight: 700;
  background-color: #ebebeb;
  transition: all 0.5s ease-out;
}
.mean-container .mean-nav > ul > li > a:hover {
  color: #00045f;
}
.mean-container .mean-nav > ul > li:hover > a {
  color: #00045f;
  background-color: #ffffff;
}
.mean-container .mean-nav > ul > li li a {
  color: #111111;
  opacity: 1;
  font-weight: 500;
  padding: 0.5em 10%;
  font-size: 14px;
}
.mean-container .mean-nav > ul > li li a:hover {
  background-color: #ffffff;
}
.mean-container .mean-nav > ul > li a.mean-expand {
  background-color: transparent;
  margin-top: 0;
  height: 20px;
  line-height: 27px;
  width: 100%;
  text-align: right;
  font-size: 14px;
  padding: 12px 20px 12px 12px !important;
}
.mean-container .mean-nav > ul > li a.mean-expand:hover {
  background-color: transparent;
}
.mean-container a.meanmenu-reveal {
  float: none !important;
  position: absolute;
  top: 0;
  transition: unset;
  padding: 16px 14px 12px;
}
.mean-container #wrapper {
  padding-top: 50px;
}
/*------------------- 4.5 Section Heading -------------------*/
.heading-layout1 {
  text-align: center;
  margin-bottom: 52px;
  position: relative;
}
.heading-layout1 .item-title {
  font-weight: 900;
  color: #111111;
}
.heading-layout1 p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #e83a15;
}
@media only screen and (max-width: 991px) {
  .heading-layout1 p {
    margin-bottom: 0;
  }
}
.heading-layout1.heading-light .item-title {
  color: #ffffff;
}
.heading-layout1.heading-light p {
  color: #cccccc;
}
.heading-layout2 {
  text-align: center;
  margin-bottom: 5rem;
}
.heading-layout2 .item-title {
  font-weight: 900;
  width: 60%;
  margin: 0 auto 25px;
}
@media only screen and (max-width: 991px) {
  .heading-layout2 .item-title {
    width: 100%;
  }
}
.heading-layout2 p {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .heading-layout2 p {
    width: 100%;
  }
}
.heading-layout3 {
  position: relative;
  margin-bottom: 24px;
}
.heading-layout3 .item-title {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 16px;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .heading-layout3 .item-title {
    font-size: 18px;
  }
}
.heading-layout3:after {
  content: "";
  height: 3px;
  width: 35px;
  background-color: #e83a15;
  position: absolute;
  bottom: 0;
  left: 0;
}
.heading-layout4 {
  margin-bottom: 30px;
}
.heading-layout4 .item-title {
  font-weight: 700;
  margin-bottom: 0;
}
.heading-layout4 p {
  margin: 0 0 15px 0;
  color: #e83a15;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 479px) {
  .heading-layout4 p {
    margin-bottom: 0;
  }
}
/*------------------- 4.6 Pagination -------------------*/
.pagination-layout1 ul li {
  display: inline-block;
  margin-right: 6px;
}
.pagination-layout1 ul li:last-child {
  margin-right: 0;
}
.pagination-layout1 ul li .nav-item {
  display: inline-block;
  border: 1px solid #c2c2c2;
  font-size: 22px;
  font-weight: 500;
  color: #00045f;
  padding: 7px 16px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagination-layout1 ul li .nav-item:hover {
  border-color: #e83a15;
  background-color: #e83a15;
  color: #ffffff;
}
.pagination-layout1 ul li .nav-item.active {
  background-color: #e83a15;
  border-color: #e83a15;
  color: #ffffff;
}
.pagination-layout2 {
  margin-bottom: 60px;
}
.pagination-layout2 .prev-btn {
  padding-right: 2rem;
}
.pagination-layout2 .prev-btn .media .item-img {
  margin-top: 6px;
}
.pagination-layout2 .prev-btn .media .item-img img {
  border-radius: 4px;
}
.pagination-layout2 .prev-btn .media .media-body .item-title {
  font-weight: 500;
  color: #111111;
  margin-bottom: 2px;
  line-height: 25px;
}
@media only screen and (max-width: 1199px) {
  .pagination-layout2 .prev-btn .media .media-body .item-title {
    display: none;
  }
}
.pagination-layout2 .prev-btn .media .media-body .item-date {
  margin-bottom: 10px;
  color: #e83a15;
  font-size: 15px;
}
.pagination-layout2 .prev-btn .media .media-body .item-date i {
  font-weight: 500;
  margin-right: 10px;
}
@media only screen and (max-width: 1199px) {
  .pagination-layout2 .prev-btn .media .media-body .item-date {
    display: none;
  }
}
.pagination-layout2 .prev-btn .media .media-body a {
  font-size: 16px;
  color: #646464;
}
.pagination-layout2 .prev-btn .media .media-body a i {
  font-size: 15px;
  color: #e83a15;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagination-layout2 .prev-btn .media .media-body a:hover {
  color: #111111;
}
.pagination-layout2 .next-btn {
  padding-right: 2rem;
}
.pagination-layout2 .next-btn .media .item-img {
  margin-top: 6px;
}
.pagination-layout2 .next-btn .media .item-img img {
  border-radius: 4px;
}
@media only screen and (max-width: 1199px) {
  .pagination-layout2 .next-btn .media .item-img {
    text-align: right;
  }
}
.pagination-layout2 .next-btn .media .media-body .item-title {
  font-weight: 500;
  color: #111111;
  margin-bottom: 2px;
  line-height: 25px;
}
@media only screen and (max-width: 1199px) {
  .pagination-layout2 .next-btn .media .media-body .item-title {
    display: none;
  }
}
.pagination-layout2 .next-btn .media .media-body .item-date {
  margin-bottom: 10px;
  color: #e83a15;
  font-size: 15px;
}
.pagination-layout2 .next-btn .media .media-body .item-date i {
  font-weight: 500;
  margin-right: 10px;
}
@media only screen and (max-width: 1199px) {
  .pagination-layout2 .next-btn .media .media-body .item-date {
    display: none;
  }
}
.pagination-layout2 .next-btn .media .media-body a {
  font-size: 16px;
  color: #646464;
}
.pagination-layout2 .next-btn .media .media-body a i {
  font-size: 15px;
  color: #e83a15;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagination-layout2 .next-btn .media .media-body a:hover {
  color: #111111;
}
/*------------------- 4.7 Widget -------------------*/
@media only screen and (max-width: 1199px) {
  .sidebar-break-lg {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar-break-md {
    margin-top: 5rem;
  }
}
.sidebar-widget-area .widget {
  margin-bottom: 4rem;
}
.sidebar-widget-area .widget:last-child {
  margin-bottom: 0 !important;
}
.widget-search-box .stylish-input-group {
  height: 55px;
  border-radius: 4px;
  padding: 0;
}
.widget-search-box .stylish-input-group .form-control {
  border: 1px solid #dddddd;
  box-shadow: none;
  border-radius: 4px;
  background: transparent;
  color: #111111;
  height: 55px;
  margin-right: 8px;
  padding: 10px 20px;
}
.widget-search-box .stylish-input-group .input-group-addon {
  display: flex;
  padding: 0;
  border: none;
  border-radius: 4px;
  background: #00045f !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-search-box .stylish-input-group .input-group-addon button {
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0 20px;
}
.widget-search-box .stylish-input-group .input-group-addon button span:before {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin-left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-search-box .stylish-input-group .input-group-addon button:focus {
  outline: none;
}
.widget-search-box .stylish-input-group .input-group-addon:hover {
  background-color: #e83a15 !important;
}
.widget-search-box .stylish-input-group .input-group-addon:hover button span {
  color: #ffffff;
}
.widget-search-box .stylish-input-group input {
  font-size: 15px;
  color: #00045f;
}
.widget-search-box .stylish-input-group input.form-control::-webkit-input-placeholder,
.widget-search-box .stylish-input-group textarea.form-control::-webkit-input-placeholder {
  color: #9b9c9c;
  font-size: 15px;
}
.widget-search-box .stylish-input-group input.form-control:-moz-placeholder,
.widget-search-box .stylish-input-group textarea.form-control:-moz-placeholder {
  color: #9b9c9c;
  font-size: 15px;
}
.widget-search-box .stylish-input-group input.form-control:-ms-input-placeholder,
.widget-search-box .stylish-input-group textarea.form-control:-ms-input-placeholder {
  color: #9b9c9c;
  font-size: 15px;
}
.widget-category {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 35px 40px 20px;
}
.widget-category .service-list ul li {
  border-bottom: 1px solid #dddddd;
}
.widget-category .service-list ul li:last-child {
  border-bottom: none;
}
.widget-category .service-list ul li a {
  position: relative;
  display: block;
  color: #444444;
  padding: 13px 0 13px 26px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-category .service-list ul li a i {
  color: #646464;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.widget-category .service-list ul li a:hover {
  color: #e83a15;
  padding-left: 35px;
}
.widget-category .service-list ul li a:hover i {
  color: #00045f;
}
.widget-recent-post {
  border: 1px solid #e1e1e1;
  padding: 40px 40px;
  border-radius: 4px;
}
@media only screen and (max-width: 575px) {
  .widget-recent-post {
    padding: 30px;
  }
}
.widget-recent-post .recent-post-list li {
  margin-bottom: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
.widget-recent-post .recent-post-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.widget-recent-post .recent-post-list li .post-date {
  font-size: 14px;
  color: #00045f;
  font-weight: 500;
  margin-bottom: 10px;
}
.widget-recent-post .recent-post-list li .post-date i {
  font-size: 14px;
  color: #e83a15;
  margin-right: 8px;
}
.widget-recent-post .recent-post-list li .item-title {
  line-height: 1.5;
  margin-bottom: 0;
}
.widget-recent-post .recent-post-list li .item-title a {
  color: #646464;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-recent-post .recent-post-list li .item-title a:hover {
  color: #e83a15;
}
.widget-newsletter {
  background-color: #00045f;
  padding: 40px 40px;
  border-radius: 4px;
  text-align: center;
}
.widget-newsletter .item-img {
  margin-bottom: 30px;
}
.widget-newsletter .item-img img {
  -webkit-box-shadow: 0px 9px 13px 0px rgba(13, 28, 93, 0.75);
  box-shadow: 0px 9px 13px 0px rgba(13, 28, 93, 0.75);
}
.widget-newsletter .item-content .item-title {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 6px;
}
.widget-newsletter .item-content p {
  color: #b7bede;
}
.widget-newsletter .item-content .form-box .form-group {
  margin-bottom: 8px;
}
.widget-newsletter .item-content .form-box .form-group:last-child {
  margin-bottom: 0;
}
.widget-newsletter .item-content .form-box .form-group .form-control {
  text-align: center;
  border: none;
  background-color: #ffffff;
  padding: 10px;
}
.widget-newsletter .item-content .form-box .form-group input {
  height: 60px;
}
.widget-newsletter .item-content .form-box .form-group .item-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: none;
  background-color: #e83a15;
  border-radius: 4px;
  font-weight: 500;
  color: #ffffff;
  padding: 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-newsletter .item-content .form-box .form-group .item-btn i {
  margin-left: 10px;
}
.widget-newsletter .item-content .form-box .form-group .item-btn:hover {
  background-color: #ffffff;
  color: #00045f;
}
.widget-tag {
  border: 1px solid #e1e1e1;
  padding: 40px 40px;
  border-radius: 4px;
}
.widget-tag .tag-list li {
  display: inline-block;
  margin: 1px -1px;
}
.widget-tag .tag-list li a {
  font-size: 14px;
  display: block;
  background-color: #f0f0f0;
  color: #444444;
  padding: 6px 18px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-tag .tag-list li a:hover {
  background-color: #00045f;
  color: #ffffff;
}
.widget-contact-form {
  border: 1px solid #e1e1e1;
  padding: 40px 40px;
  border-radius: 4px;
}
@media only screen and (max-width: 1199px) {
  .widget-contact-form {
    padding: 30px;
  }
}
.widget-contact-form .contact-form-box .form-group {
  margin-bottom: 2px;
}
.widget-contact-form .contact-form-box .form-group .form-icon {
  position: absolute;
  top: 15px;
  left: 35px;
  color: #b3bcce;
}
.widget-contact-form .contact-form-box .form-group .form-control {
  font-size: 15px;
  color: #111111;
  padding-left: 50px;
  background-color: #eff2f8;
  border-radius: 0;
}
.widget-contact-form .contact-form-box .form-group .textarea.form-control {
  padding-top: 18px;
}
.widget-contact-form .contact-form-box .form-group input {
  height: 60px;
}
.widget-contact-form .contact-form-box .form-group .item-btn {
  margin-top: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  width: 100%;
  background-color: #00045f;
  border: none;
  color: #ffffff;
  padding: 12px 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-contact-form .contact-form-box .form-group .item-btn i {
  margin-left: 10px;
}
.widget-contact-form .contact-form-box .form-group .item-btn:focus {
  outline: none;
}
.widget-contact-form .contact-form-box .form-group .item-btn:hover {
  background-color: #e83a15;
}
.widget-contact-form .contact-form-box .form-group input.form-control::-webkit-input-placeholder,
.widget-contact-form .contact-form-box .form-group textarea.form-control::-webkit-input-placeholder {
  color: #646464;
}
.widget-contact-form .contact-form-box .form-group input.form-control:-moz-placeholder,
.widget-contact-form .contact-form-box .form-group textarea.form-control:-moz-placeholder {
  color: #646464;
}
.widget-contact-form .contact-form-box .form-group input.form-control:-ms-input-placeholder,
.widget-contact-form .contact-form-box .form-group textarea.form-control:-ms-input-placeholder {
  color: #646464;
}
.widget-banner .item-img {
  background-color: #e83a15;
  border-radius: 4px;
  padding-top: 30px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.widget-banner .item-img:after {
  content: url('img/figure/shape1.png');
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.widget-banner .item-img .item-content {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  background-color: #ffffff;
  margin: 0 40px;
  padding: 20px 0;
  border-radius: 4px;
}
.widget-banner .item-img .item-content .item-number {
  font-size: 26px;
  font-weight: 700;
  color: #00045f;
}
@media only screen and (max-width: 991px) {
  .widget-banner .item-img .item-content .item-number {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .widget-banner .item-img .item-content .item-number {
    font-size: 22px;
  }
}
.widget-banner .item-img .item-content .item-number i:before {
  color: #e83a15;
  font-size: 24px;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .widget-banner .item-img .item-content .item-number i:before {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .widget-banner .item-img .item-content .item-number i:before {
    font-size: 20px;
  }
}
.widget-banner .item-img .item-content p {
  margin-bottom: 0;
}
.widget-find-location {
  background-color: #f8f8f8;
  border-radius: 4px;
  padding-top: 45px;
  text-align: center;
}
.widget-find-location .item-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 30px;
}
.widget-find-location .item-title span {
  display: block;
}
@media only screen and (max-width: 1199px) {
  .widget-find-location .item-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .widget-find-location .item-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .widget-find-location .item-title {
    font-size: 24px;
  }
}
.widget-find-location .location-search-box {
  margin: 0 40px;
}
.widget-find-location .location-search-box .stylish-input-group {
  height: 55px;
  border-radius: 4px;
  padding: 0;
  border: none;
  background-color: #ffffff;
  box-shadow: 0px 13px 18px 0px #dddddd;
}
.widget-find-location .location-search-box .stylish-input-group .form-control {
  border: none;
  box-shadow: none;
  border-radius: 4px;
  background: transparent;
  color: #111111;
  font-size: 16px;
  height: 55px;
  margin-right: 8px;
  padding: 10px 20px;
}
.widget-find-location .location-search-box .stylish-input-group .input-group-addon {
  display: flex;
  padding: 0;
  border: none;
  border-radius: 4px;
  background: none;
}
.widget-find-location .location-search-box .stylish-input-group .input-group-addon button {
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-find-location .location-search-box .stylish-input-group .input-group-addon button span {
  color: #bdbdbd;
  font-size: 22px;
  font-weight: 700;
  margin-left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-find-location .location-search-box .stylish-input-group .input-group-addon button:focus {
  outline: none;
}
.widget-find-location .location-search-box .stylish-input-group .input-group-addon:hover button span {
  color: #e83a15;
}
.widget-find-location .location-search-box .stylish-input-group input {
  font-size: 16px;
  color: #00045f;
}
.widget-find-location .location-search-box .stylish-input-group input.form-control::-webkit-input-placeholder,
.widget-find-location .location-search-box .stylish-input-group textarea.form-control::-webkit-input-placeholder {
  color: #646464;
}
.widget-find-location .location-search-box .stylish-input-group input.form-control:-moz-placeholder,
.widget-find-location .location-search-box .stylish-input-group textarea.form-control:-moz-placeholder {
  color: #646464;
}
.widget-find-location .location-search-box .stylish-input-group input.form-control:-ms-input-placeholder,
.widget-find-location .location-search-box .stylish-input-group textarea.form-control:-ms-input-placeholder {
  color: #646464;
}
.widget-find-location .item-img img {
  border-radius: 0 0 4px 4px;
}
@media only screen and (max-width: 991px) {
  .widget-find-location .item-img img {
    width: 100%;
  }
}
.widget-testimonial .single-testimonial {
  text-align: center;
  background-color: #00045f;
  position: relative;
  padding: 50px 35px 100px;
  border-radius: 4px;
  z-index: 2;
}
.widget-testimonial .single-testimonial:after {
  content: url('img/figure/shape2.png');
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .widget-testimonial .single-testimonial:after {
    transform: scale(2);
  }
}
@media only screen and (max-width: 767px) {
  .widget-testimonial .single-testimonial:after {
    transform: scale(1.4);
  }
}
@media only screen and (max-width: 479px) {
  .widget-testimonial .single-testimonial:after {
    transform: scale(1);
  }
}
.widget-testimonial .single-testimonial .item-qoute {
  margin-bottom: 30px;
}
.widget-testimonial .single-testimonial .item-qoute img {
  display: inline-block;
  width: auto;
}
.widget-testimonial .single-testimonial p {
  color: #ffffff;
}
.widget-testimonial .single-testimonial .main-img {
  margin-bottom: 10px;
}
.widget-testimonial .single-testimonial .main-img img {
  display: inline-block;
  width: auto;
  border-radius: 50%;
}
.widget-testimonial .single-testimonial .item-rating {
  margin-bottom: 2px;
}
.widget-testimonial .single-testimonial .item-rating li {
  display: inline-block;
  color: #ffa000;
  margin-right: 2px;
}
.widget-testimonial .single-testimonial .item-rating li:last-child {
  margin-right: 0;
}
.widget-testimonial .single-testimonial .item-title {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
}
.widget-service-info {
  border: 1px solid #e1e1e1;
  padding: 30px 40px 40px;
  border-radius: 4px;
}
@media only screen and (max-width: 1199px) {
  .widget-service-info {
    padding: 30px 30px 40px;
  }
}
.widget-service-info .item-title {
  font-weight: 500;
  margin-bottom: 12px;
}
.widget-service-info .item-price {
  font-weight: 700;
  font-size: 40px;
  color: #00045f;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .widget-service-info .item-price {
    font-size: 38px;
  }
}
@media only screen and (max-width: 991px) {
  .widget-service-info .item-price {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .widget-service-info .item-price {
    font-size: 34px;
  }
}
@media only screen and (max-width: 575px) {
  .widget-service-info .item-price {
    font-size: 30px;
  }
}
.widget-service-info .list-item ul li {
  font-weight: 500;
  color: #444444;
  background-color: #f0f0f0;
  border-radius: 4px;
  padding: 13px 20px;
  margin-bottom: 3px;
}
.widget-service-info .list-item ul li i {
  font-size: 18px;
  margin-right: 15px;
}
.widget-service-info .item-btn {
  background-color: #e83a15;
  color: #ffffff;
  border-radius: 4px;
  padding: 13px 20px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-service-info .item-btn i {
  margin-left: 14px;
  font-size: 18px;
}
@media only screen and (max-width: 575px) {
  .widget-service-info .item-btn {
    padding: 12px 15px;
  }
}
.widget-service-info .item-btn:hover {
  background-color: #00045f;
}
.widget-archives {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 35px 40px 20px;
}
.widget-archives .archives-list ul li {
  border-bottom: 1px solid #dddddd;
}
.widget-archives .archives-list ul li:last-child {
  border-bottom: none;
}
.widget-archives .archives-list ul li a {
  position: relative;
  display: flex;
  justify-content: space-between;
  color: #444444;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-archives .archives-list ul li a:hover {
  color: #e83a15;
  padding-left: 10px;
}
.widget-brand {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 35px 40px 30px;
}
.widget-brand .brand-list .form-check {
  position: relative;
  padding-left: 0;
  margin-bottom: 2px;
}
.widget-brand .brand-list .form-check label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  font-size: 16px;
}
.widget-brand .brand-list .form-check label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 5px;
  border: 1px solid #efefef;
  border-radius: 4px;
  background-color: #efefef;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.widget-brand .brand-list .form-check label:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 4px;
  top: -1px;
  font-size: 10px;
}
.widget-brand .brand-list .form-check input[type="checkbox"] {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 1px;
  left: 12px;
  z-index: 1;
  opacity: 0;
}
.widget-brand .brand-list .form-check input[type="checkbox"]:checked + label:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f00c";
  font-weight: 600;
}
.widget-brand .brand-list .form-check input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.widget-brand .brand-list .form-check input[type="checkbox"]:disabled + label:before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.widget-brand .brand-list .form-check label::before {
  border-radius: 4px;
}
.widget-brand .brand-list .form-check input[type="checkbox"]:checked + label:before {
  border-color: #efefef;
}
.widget-brand .brand-list .form-check input[type="checkbox"]:checked + label:after {
  color: #00045f;
}
.widget-price-filter {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 35px 40px 30px;
}
.widget-price-filter .price-range-wrapper {
  text-align: left;
  padding-top: 20px;
}
.widget-price-filter .price-range-wrapper:after {
  clear: both;
  display: block;
  content: "";
}
.widget-price-filter .price-range-wrapper .price-filter-wrap {
  margin-top: 15px;
}
.widget-price-filter .price-range-wrapper .price-filter-wrap .price-range-select {
  text-align: center;
}
.widget-price-filter .price-range-wrapper .price-filter-wrap .price-range-select:after {
  clear: both;
  display: block;
  content: "";
}
.widget-price-filter .price-range-wrapper .price-filter-wrap .price-range-select .price-range {
  display: inline-block;
  margin: 0;
  color: #646464;
  font-size: 16px;
  font-weight: 500;
  min-width: 50px;
  margin-right: 30px;
}
.widget-price-filter .price-range-wrapper .price-filter-wrap .price-range-select .price-range:last-child {
  margin-right: 0;
}
.widget-price-filter .price-range-wrapper .noUi-connect {
  background: linear-gradient(to right, #3f44ae, #00045f);
  box-shadow: none;
}
.widget-price-filter .price-range-wrapper .noUi-horizontal {
  height: 12px;
}
.widget-price-filter .price-range-wrapper .noUi-target {
  border-radius: 30px;
  box-shadow: none;
  background-color: #efefef;
  border: 0;
  box-shadow: inset 0px 1px 2px 0px rgba(218, 218, 218, 0.75);
}
.widget-price-filter .price-range-wrapper .noUi-horizontal .noUi-handle {
  top: -5px;
  background: #e83a15;
  border: none;
  box-shadow: none;
  clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0 75%, 0 0);
  width: 18px;
  height: 25px;
}
.widget-price-filter .price-range-wrapper .noUi-handle::before {
  display: none;
}
.widget-price-filter .price-range-wrapper .noUi-handle::after {
  content: url('img/figure/clip13.png');
  position: absolute;
  top: 0;
  left: -8px;
  background: none;
}
.widget-best-sell {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 35px 40px 40px;
}
@media only screen and (max-width: 1199px) {
  .widget-best-sell {
    padding: 35px 30px 40px;
  }
}
.widget-best-sell .product-list .media {
  margin-bottom: 20px;
}
.widget-best-sell .product-list .media:last-child {
  margin-bottom: 0;
}
.widget-best-sell .product-list .media .item-img {
  background-color: #eff2f8;
  padding: 8px 12px;
  border-radius: 4px;
}
.widget-best-sell .product-list .media .item-img img {
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-best-sell .product-list .media .media-body .item-title {
  font-weight: 500;
  margin-bottom: 5px;
}
.widget-best-sell .product-list .media .media-body .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-best-sell .product-list .media .media-body .item-title a:hover {
  color: #e83a15;
}
.widget-best-sell .product-list .media .media-body .item-rating li {
  display: inline-block;
  font-size: 12px;
  color: #ff8f00;
}
.widget-best-sell .product-list .media .media-body .item-rating .reviwe-title {
  font-size: 13px;
  color: #646464;
  margin-left: 5px;
}
.widget-best-sell .product-list .media .media-body .item-price {
  font-size: 18px;
  color: #e83a15;
}
.widget-best-sell .product-list .media:hover .item-img img {
  transform: scale(1.1);
}
.widget-product-calculate {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 35px 40px 40px;
}
@media only screen and (max-width: 1199px) {
  .widget-product-calculate {
    padding: 35px 30px 40px;
  }
}
@media only screen and (max-width: 575px) {
  .widget-product-calculate {
    padding: 35px 25px 40px;
  }
}
.widget-product-calculate .list-item {
  margin-bottom: 35px;
}
.widget-product-calculate .list-item ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 500;
  color: #444444;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.widget-product-calculate .list-item ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget-product-calculate .list-item ul li span {
  font-weight: 400;
}
.widget-product-calculate .list-item ul li span .form-control {
  height: 65px;
  font-size: 13px;
  border: none;
  text-align: right;
}
.widget-product-calculate .list-item ul li span .form-control:focus {
  outline: none;
  box-shadow: none;
}
.widget-product-policy ul li {
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  background-color: #eff2f7;
  border-radius: 4px;
  padding: 30px;
}
.widget-product-policy ul li .item-sl {
  text-align: center;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  color: #00045f;
  margin-right: 20px;
}
@media only screen and (max-width: 1199px) {
  .widget-product-policy ul li .item-sl {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}
.widget-product-policy ul li .item-paragraph {
  color: #444444;
  flex: 1;
  line-height: 26px;
}
.widget-product-policy ul li:last-child {
  margin-bottom: 0;
}
.widget-product-policy ul li.active {
  background-color: #00045f;
}
.widget-product-policy ul li.active .item-paragraph {
  color: #ffffff;
}
/*=======================================================================
5. Template Page Style
=========================================================================*/
/*------------------- 5.1 About Us -------------------*/
.about-wrap-layout1 {
  padding: 40px 0 70px;
}
@media only screen and (max-width: 1199px) {
  .about-wrap-layout1 {
    padding: 82px 0 114px;
  }
}
@media only screen and (max-width: 991px) {
  .about-wrap-layout1 {
    padding: 72px 0 104px;
  }
}
@media only screen and (max-width: 767px) {
  .about-wrap-layout1 {
    padding: 62px 0 40px;
  }
}
@media only screen and (max-width: 575px) {
  .about-wrap-layout1 {
    padding: 52px 0 30px;
  }
}
.about-wrap-layout2 {
  padding: 100px 0 90px;
}
@media only screen and (max-width: 1199px) {
  .about-wrap-layout2 {
    padding: 90px 0 80px;
  }
}
@media only screen and (max-width: 991px) {
  .about-wrap-layout2 {
    padding: 80px 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .about-wrap-layout2 {
    padding: 70px 0 60px;
  }
}
@media only screen and (max-width: 575px) {
  .about-wrap-layout2 {
    padding: 60px 0 50px;
  }
}
.about-wrap-layout4 {
  background-color: #f8f8f8;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .about-wrap-layout4 {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .about-wrap-layout4 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .about-wrap-layout4 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .about-wrap-layout4 {
    padding-bottom: 60px;
  }
}
.about-wrap-layout5 {
  padding: 92px 0 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.about-wrap-layout5:before {
  content: url('img/figure/section-bg8.png');
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.about-wrap-layout5:after {
  content: url('img/figure/section-bg7.png');
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .about-wrap-layout5 {
    padding: 9.5rem 0 0;
  }
}
.about-wrap-layout6 {
  padding: 100px 0 70px;
}
.about-box-layout1 {
  padding-right: 50px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .about-box-layout1 {
    padding-right: 0;
    padding-top: 0;
    text-align: center;
    margin-bottom: 50px;
  }
}
.about-box-layout1 .item-subtitle {
  font-size: 18px;
  color: #e83a15;
  font-weight: 500;
  margin-bottom: 8px;
}
.about-box-layout1 .item-title {
  font-weight: 700;
  color: #003a64;
}
@media only screen and (max-width: 1199px) {
  .about-box-layout1 .item-title {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.about-box-layout1 .action-area {
  margin-top: 30px;
  background-color: #f8f8f8;
  display: inline-block;
  padding: 16px 25px;
  border-radius: 60px;
}
.about-box-layout1 .action-area .media {
  align-items: center;
}
.about-box-layout1 .action-area .media .item-icon {
  text-align: center;
  height: 55px;
  width: 55px;
  line-height: 55px;
  background-color: #e83a15;
  border-radius: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 479px) {
  .about-box-layout1 .action-area .media .item-icon {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
.about-box-layout1 .action-area .media .item-icon i:before {
  font-size: 24px;
  color: #ffffff;
}
@media only screen and (max-width: 479px) {
  .about-box-layout1 .action-area .media .item-icon i:before {
    font-size: 20px;
  }
}
.about-box-layout1 .action-area .media .media-body .action-title {
  color: #444444;
}
@media only screen and (max-width: 479px) {
  .about-box-layout1 .action-area .media .media-body .action-title {
    font-size: 14px;
  }
}
.about-box-layout1 .action-area .media .media-body .item-number {
  font-size: 24px;
  color: #00045f;
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  .about-box-layout1 .action-area .media .media-body .item-number {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .about-box-layout1 .action-area .media .media-body .item-number {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .about-box-layout1 .action-area .media .media-body .item-number {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .about-box-layout1 .action-area .media .media-body .item-number {
    font-size: 22px;
  }
}
@media only screen and (max-width: 479px) {
  .about-box-layout1 .action-area .media .media-body .item-number {
    font-size: 18px;
  }
}
.about-box-layout2 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .about-box-layout2 {
    text-align: center;
  }
}
.about-box-layout2 .item-img {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .about-box-layout2 .item-img {
    display: inline-block;
  }
}
.about-box-layout2 .item-img .main-img {
  position: relative;
  z-index: 1;
  text-align: right;
}
.about-box-layout2 .item-img .main-img img {
  border-radius: 20px 20px 20px 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
@media only screen and (max-width: 1199px) {
  .about-box-layout2 .item-img .main-img {
    right: -70px;
  }
}
@media only screen and (max-width: 767px) {
  .about-box-layout2 .item-img .main-img {
    right: inherit;
  }
}
.about-box-layout2 .item-img .sub-img {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: -65px;
  border: 10px solid #ffffff;
  border-radius: 4px;
}
@media only screen and (max-width: 1199px) {
  .about-box-layout2 .item-img .sub-img {
    left: -80px;
  }
}
@media only screen and (max-width: 767px) {
  .about-box-layout2 .item-img .sub-img {
    display: none;
  }
}
.about-box-layout3 {
  padding-right: 50px;
}
@media only screen and (max-width: 991px) {
  .about-box-layout3 {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.about-box-layout3 .item-subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #e83a15;
  margin-bottom: 8px;
}
.about-box-layout3 .item-title {
  font-weight: 900;
  margin-bottom: 25px;
}
.about-box-layout3 .features-list {
  margin-top: 24px;
}
.about-box-layout3 .features-list ul li {
  position: relative;
  font-size: 17px;
  color: #444444;
  font-weight: 500;
  margin-bottom: 6px;
  padding-left: 34px;
}
@media only screen and (max-width: 991px) {
  .about-box-layout3 .features-list ul li {
    font-size: 16px;
  }
}
.about-box-layout3 .features-list ul li:last-child {
  margin-bottom: 0;
}
.about-box-layout3 .features-list ul li:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 17px;
  font-weight: 600;
  color: #e83a15;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 991px) {
  .about-box-layout4 {
    text-align: center;
  }
}
.about-box-layout4 .item-img {
  position: relative;
}
.about-box-layout4 .item-img img {
  border-radius: 4px;
}
@media only screen and (max-width: 991px) {
  .about-box-layout4 .item-img img {
    width: 100%;
  }
}
.about-box-layout4 .item-img .item-icon {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.about-box-layout4 .item-img .item-icon .play-btn {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  background-color: #e83a15;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
  .about-box-layout4 .item-img .item-icon .play-btn {
    height: 70px;
    width: 70px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .about-box-layout4 .item-img .item-icon .play-btn {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
}
.about-box-layout4 .item-img .item-icon .play-btn i:before {
  font-size: 28px;
  color: #ffffff;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
  .about-box-layout4 .item-img .item-icon .play-btn i:before {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .about-box-layout4 .item-img .item-icon .play-btn i:before {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .about-box-layout4 .item-img .item-icon .play-btn i:before {
    font-size: 22px;
  }
}
.about-box-layout4 .item-img .item-icon .play-btn:hover {
  background-color: #ffffff;
}
.about-box-layout4 .item-img .item-icon .play-btn:hover i:before {
  color: #00045f;
}
.about-box-layout4 .item-img:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.about-box-layout4 .item-img:after {
  content: url('img/figure/shape3.png');
  position: absolute;
  bottom: -50px;
  left: -50px;
  opacity: 0.5;
  z-index: -1;
}
.about-box-layout6 {
  padding-top: 92px;
}
@media only screen and (max-width: 1199px) {
  .about-box-layout6 {
    padding-top: 82px;
  }
}
@media only screen and (max-width: 991px) {
  .about-box-layout6 {
    margin-bottom: 30px;
    padding-top: 72px;
  }
}
@media only screen and (max-width: 767px) {
  .about-box-layout6 {
    padding-top: 62px;
  }
}
@media only screen and (max-width: 575px) {
  .about-box-layout6 {
    padding-top: 52px;
  }
}
.about-box-layout6 .item-subtitle {
  font-size: 18px;
  color: #e83a15;
  font-weight: 500;
  margin-bottom: 8px;
}
@media only screen and (max-width: 575px) {
  .about-box-layout6 .item-subtitle {
    font-size: 18px;
  }
}
.about-box-layout6 .item-title {
  font-weight: 900;
  margin-bottom: 25px;
  width: 60%;
}
@media only screen and (max-width: 1199px) {
  .about-box-layout6 .item-title {
    width: 80%;
  }
}
@media only screen and (max-width: 575px) {
  .about-box-layout6 .item-title {
    width: 100%;
  }
}
.about-box-layout6 .item-certified {
  margin-top: 35px;
}
.about-box-layout6 .item-certified .certifed-title {
  color: #646464;
  margin-bottom: 15px;
}
.about-box-layout6 .item-certified .item-img ul {
  display: flex;
}
.about-box-layout6 .item-certified .item-img ul li {
  display: inline-block;
  margin-right: 25px;
}
.about-box-layout6 .item-certified .item-img ul li a {
  display: block;
  padding: 20px 20px;
  background-color: #ffffff;
  border-radius: 4px;
}
@media only screen and (max-width: 575px) {
  .about-box-layout6 .item-certified .item-img ul li a {
    padding: 15px 10px;
  }
}
.about-box-layout6 .item-certified .item-img ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 575px) {
  .about-box-layout6 .item-certified .item-img ul li {
    margin-right: 10px;
  }
}
.about-box-layout7 {
  transform: translateY(-90px);
  margin-bottom: -90px;
}
@media only screen and (max-width: 991px) {
  .about-box-layout7 {
    transform: translateY(0);
    margin-bottom: 0;
  }
}
.about-box-layout7 .title-heading {
  display: flex;
  align-items: center;
  background-color: #e83a15;
  padding: 20px 35px;
  border-radius: 4px 4px 0 0;
}
.about-box-layout7 .title-heading .item-icon {
  position: relative;
  font-size: 36px;
  color: #ffffff;
  margin-right: 45px;
}
.about-box-layout7 .title-heading .item-icon:after {
  content: "";
  height: 30px;
  width: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  right: -23px;
  transform: translateY(-50%);
}
.about-box-layout7 .title-heading .item-content .item-subtitle {
  color: #cccccc;
  line-height: 20px;
}
.about-box-layout7 .title-heading .item-content .item-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .about-box-layout7 .title-heading .item-content .item-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .about-box-layout7 .title-heading .item-content .item-title {
    font-size: 20px;
  }
}
.about-box-layout7 .contact-form-box {
  background-color: #ffffff;
  box-shadow: 0px 1px 27px 0px rgba(0, 0, 0, 0.06);
  padding: 18px 40px 40px;
  border-radius: 0 0 4px 4px;
}
.about-box-layout7 .contact-form-box .form-group {
  margin-bottom: 0;
}
.about-box-layout7 .contact-form-box .form-group .form-control {
  background-color: transparent;
  border-bottom: 2px solid #eeeeee;
  font-size: 14px;
  padding: 10px 0;
}
.about-box-layout7 .contact-form-box .form-group input {
  height: 60px;
}
.about-box-layout7 .contact-form-box .form-group .item-btn {
  margin-top: 35px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
  background-color: #e83a15;
  border: none;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.about-box-layout7 .contact-form-box .form-group .item-btn i {
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.about-box-layout7 .contact-form-box .form-group .item-btn:hover {
  background-color: #00045f;
  color: #ffffff;
}
.about-box-layout7 .contact-form-box .form-group input.form-control::-webkit-input-placeholder,
.about-box-layout7 .contact-form-box .form-group textarea.form-control::-webkit-input-placeholder {
  color: #9a9a9a;
}
.about-box-layout7 .contact-form-box .form-group input.form-control:-moz-placeholder,
.about-box-layout7 .contact-form-box .form-group textarea.form-control:-moz-placeholder {
  color: #9a9a9a;
}
.about-box-layout7 .contact-form-box .form-group input.form-control:-ms-input-placeholder,
.about-box-layout7 .contact-form-box .form-group textarea.form-control:-ms-input-placeholder {
  color: #9a9a9a;
}
.about-box-layout7 .contact-form-box .datetime-picker i {
  color: #a5a5a5;
}
.about-box-layout8 {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.about-box-layout9 {
  padding: 0 50px 100px 40px;
}
@media only screen and (max-width: 1199px) {
  .about-box-layout9 {
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  .about-box-layout9 {
    text-align: center;
    margin-bottom: 50px;
  }
}
.about-box-layout9 .item-subtitle {
  font-size: 18px;
  color: #e83a15;
  font-weight: 500;
  margin-bottom: 8px;
}
.about-box-layout9 .item-title {
  font-weight: 900;
}
.about-box-layout9 .action-area {
  margin-top: 30px;
  background-color: #f8f8f8;
  display: inline-block;
  padding: 16px 25px;
  border-radius: 60px;
}
.about-box-layout9 .action-area .media {
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .about-box-layout9 .action-area .media {
    text-align: center;
  }
}
.about-box-layout9 .action-area .media .item-icon {
  text-align: center;
  height: 55px;
  width: 55px;
  line-height: 55px;
  background-color: #e83a15;
  border-radius: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 575px) {
  .about-box-layout9 .action-area .media .item-icon {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
.about-box-layout9 .action-area .media .item-icon i:before {
  font-size: 24px;
  color: #ffffff;
}
@media only screen and (max-width: 575px) {
  .about-box-layout9 .action-area .media .item-icon i:before {
    font-size: 20px;
  }
}
.about-box-layout9 .action-area .media .media-body .action-title {
  color: #444444;
}
@media only screen and (max-width: 479px) {
  .about-box-layout9 .action-area .media .media-body .action-title {
    font-size: 14px;
  }
}
.about-box-layout9 .action-area .media .media-body .item-number {
  font-size: 24px;
  color: #00045f;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .about-box-layout9 .action-area .media .media-body .item-number {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .about-box-layout9 .action-area .media .media-body .item-number {
    font-size: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .about-box-layout9 .action-area .media .media-body .item-number {
    font-size: 18px;
  }
}
/*------------------- 5.2 Blog -------------------*/
.blog-wrap-layout1 {
  padding: 92px 0 70px;
}
@media only screen and (max-width: 1199px) {
  .blog-wrap-layout1 {
    padding: 82px 0 60px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-wrap-layout1 {
    padding: 72px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-wrap-layout1 {
    padding: 62px 0 40px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-wrap-layout1 {
    padding: 52px 0 30px;
  }
}
.blog-box-layout1 {
  margin-bottom: 30px;
}
.blog-box-layout1 .post-img {
  position: relative;
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
}
.blog-box-layout1 .post-img a {
  display: block;
}
.blog-box-layout1 .post-img a img {
  border-radius: 4px;
  transform: scale(1);
  transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.blog-box-layout1 .post-img .post-date {
  position: absolute;
  bottom: 18px;
  left: 18px;
  background-color: #e83a15;
  padding: 10px 10px 4px;
  border-radius: 4px;
  text-align: center;
}
.blog-box-layout1 .post-img .post-date .item-day {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  line-height: 20px;
}
.blog-box-layout1 .post-img .post-date .item-month {
  font-size: 15px;
  color: #ffffff;
}
.blog-box-layout1 .post-content .post-date {
  font-weight: 500;
  color: #e83a15;
  margin-bottom: 10px;
}
.blog-box-layout1 .post-content .post-category {
  color: #e83a15;
  margin-bottom: 10px;
}
.blog-box-layout1 .post-content .post-title {
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 24px;
}
@media only screen and (max-width: 991px) {
  .blog-box-layout1 .post-content .post-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-box-layout1 .post-content .post-title {
    font-size: 20px;
  }
}
.blog-box-layout1 .post-content .post-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout1 .post-content .post-title a:hover {
  color: #e83a15;
}
.blog-box-layout1 .post-content .entry-meta ul li {
  display: inline-block;
  font-size: 15px;
  margin-right: 30px;
  margin-bottom: 10px;
  font-weight: 500;
}
.blog-box-layout1 .post-content .entry-meta ul li:last-child {
  margin-right: 0;
}
.blog-box-layout1 .post-content .entry-meta ul li i {
  color: #e83a15;
  margin-right: 10px;
}
.blog-box-layout1 .post-content .entry-meta ul li a {
  font-weight: 400;
  color: #092d4c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout1 .post-content .entry-meta ul li a:hover {
  color: #e83a15;
}
.blog-box-layout1:hover .post-img a img {
  transform: scale(1.1);
}
.single-blog-box-layout1 .main-img {
  margin-bottom: 22px;
}
.single-blog-box-layout1 .main-img img {
  border-radius: 4px;
}
.single-blog-box-layout1 .item-details {
  margin-bottom: 35px;
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout1 .item-details {
    text-align: center;
  }
}
.single-blog-box-layout1 .item-details .item-date {
  font-size: 15px;
  font-weight: 500;
  color: #e83a15;
  margin-bottom: 10px;
}
.single-blog-box-layout1 .item-details .item-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1199px) {
  .single-blog-box-layout1 .item-details .item-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .single-blog-box-layout1 .item-details .item-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .single-blog-box-layout1 .item-details .item-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout1 .item-details .item-title {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.single-blog-box-layout1 .item-details .post-meta-info {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout1 .item-details .post-meta-info {
    display: block;
  }
}
.single-blog-box-layout1 .item-details .post-meta-info .entry-meta li {
  display: inline-block;
  margin-right: 50px;
  font-size: 15px;
  margin-bottom: 15px;
  position: relative;
}
.single-blog-box-layout1 .item-details .post-meta-info .entry-meta li span {
  color: #444444;
  font-weight: 500;
}
.single-blog-box-layout1 .item-details .post-meta-info .entry-meta li a {
  color: #646464;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .item-details .post-meta-info .entry-meta li a:hover {
  color: #e83a15;
}
.single-blog-box-layout1 .item-details .post-meta-info .entry-meta li i {
  color: #e83a15;
  margin-right: 10px;
}
.single-blog-box-layout1 .item-details .post-meta-info .entry-meta li:last-child {
  margin-right: 0;
}
.single-blog-box-layout1 .item-details .post-meta-info .entry-meta li:last-child:after {
  display: none;
}
.single-blog-box-layout1 .item-details .post-meta-info .entry-meta li:after {
  content: "/";
  font-size: 16px;
  color: #646464;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}
.single-blog-box-layout1 .item-details .post-meta-info .entry-meta .item-author img {
  border-radius: 50%;
  margin-right: 10px;
}
.single-blog-box-layout1 .item-details .post-meta-info .entry-meta .item-author a {
  color: #444444;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .item-details .post-meta-info .entry-meta .item-author a:hover {
  color: #e83a15;
}
.single-blog-box-layout1 .item-details .post-meta-info .item-social {
  margin-bottom: 15px;
}
.single-blog-box-layout1 .item-details .post-meta-info .item-social li {
  display: inline-block;
}
.single-blog-box-layout1 .item-details .post-meta-info .item-social li:last-child a {
  padding-right: 0;
}
.single-blog-box-layout1 .item-details .post-meta-info .item-social li a {
  color: #a7a7a7;
  padding: 5px 6px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .item-details .post-meta-info .item-social li a:hover {
  color: #e83a15;
}
.single-blog-box-layout1 .item-details blockquote {
  position: relative;
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: 40px 60px 45px;
  color: #092d4c;
  font-size: 22px;
  font-style: italic;
  line-height: 1.7;
  margin: 35px 40px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .single-blog-box-layout1 .item-details blockquote {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout1 .item-details blockquote {
    margin: 0 0 15px;
    padding: 30px;
    font-size: 18px;
  }
}
.single-blog-box-layout1 .item-details blockquote .post-author {
  font-size: 18px;
  font-weight: 500;
  color: #00045f;
  font-style: normal;
  position: relative;
  padding-left: 34px;
  margin-top: 15px;
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout1 .item-details blockquote .post-author {
    display: flex;
  }
}
.single-blog-box-layout1 .item-details blockquote .post-author:after {
  content: "";
  height: 2px;
  width: 23px;
  background-color: #3285f9;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.single-blog-box-layout1 .item-details blockquote:after {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-size: 100px;
  color: #efeeee;
  font-weight: 600;
  position: absolute;
  bottom: -5px;
  right: 40px;
  line-height: 1;
  z-index: -1;
}
.single-blog-box-layout1 .blog-social-area {
  margin-bottom: 45px;
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout1 .blog-social-area {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout1 .blog-social-area .single-post-tag {
    margin-bottom: 15px;
  }
}
.single-blog-box-layout1 .blog-social-area .single-post-tag .item-title {
  font-weight: 600;
  margin-bottom: 10px;
}
.single-blog-box-layout1 .blog-social-area .single-post-tag .item-tag ul li {
  display: inline-block;
  margin-right: 25px;
  position: relative;
}
.single-blog-box-layout1 .blog-social-area .single-post-tag .item-tag ul li:after {
  content: "/";
  font-size: 16px;
  color: #646464;
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
}
.single-blog-box-layout1 .blog-social-area .single-post-tag .item-tag ul li:last-child {
  margin-right: 0;
}
.single-blog-box-layout1 .blog-social-area .single-post-tag .item-tag ul li:last-child:after {
  display: none;
}
.single-blog-box-layout1 .blog-social-area .single-post-tag .item-tag ul li a {
  color: #646464;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .blog-social-area .single-post-tag .item-tag ul li a:hover {
  color: #e83a15;
}
.single-blog-box-layout1 .blog-social-area .single-post-social .item-title {
  font-weight: 600;
  margin-bottom: 4px;
}
.single-blog-box-layout1 .blog-social-area .single-post-social ul li {
  display: inline-block;
}
.single-blog-box-layout1 .blog-social-area .single-post-social ul li:first-child a {
  padding-left: 0;
}
.single-blog-box-layout1 .blog-social-area .single-post-social ul li:last-child a {
  padding-right: 0;
}
.single-blog-box-layout1 .blog-social-area .single-post-social ul li a {
  display: block;
  padding: 5px 7px;
  color: #a7a7a7;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .blog-social-area .single-post-social ul li a:hover {
  color: #e83a15;
}
.single-blog-box-layout1 .blog-author {
  background-color: #f8f8f8;
  padding: 50px 40px 22px 65px;
  border-radius: 4px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .single-blog-box-layout1 .blog-author {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .single-blog-box-layout1 .blog-author .media {
    text-align: center;
  }
}
.single-blog-box-layout1 .blog-author .media .item-img img {
  border-radius: 50%;
}
.single-blog-box-layout1 .blog-author .media .media-body .item-title {
  font-weight: 600;
  color: #111111;
  margin-bottom: 4px;
}
.single-blog-box-layout1 .blog-author .media .media-body .item-subtitle {
  color: #e83a15;
  margin-bottom: 4px;
}
.single-blog-box-layout1 .blog-author .media .media-body .item-social {
  margin-bottom: 10px;
}
.single-blog-box-layout1 .blog-author .media .media-body .item-social li {
  display: inline-block;
  margin-right: 10px;
}
.single-blog-box-layout1 .blog-author .media .media-body .item-social li a {
  text-align: center;
  display: block;
  color: #8e8e8e;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .blog-author .media .media-body .item-social li a:hover {
  color: #e83a15;
}
.single-blog-box-layout1 .blog-comment {
  margin-bottom: 40px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 35px 40px 30px;
}
@media only screen and (max-width: 479px) {
  .single-blog-box-layout1 .blog-comment {
    padding: 20px;
  }
}
.single-blog-box-layout1 .blog-comment .media {
  position: relative;
  margin-bottom: 20px;
}
.single-blog-box-layout1 .blog-comment .media:last-child {
  margin-bottom: 0;
}
.single-blog-box-layout1 .blog-comment .media:nth-child(odd) {
  padding-left: 30px;
}
.single-blog-box-layout1 .blog-comment .media .item-img {
  margin-top: 6px;
}
.single-blog-box-layout1 .blog-comment .media .item-img img {
  border-radius: 50%;
}
.single-blog-box-layout1 .blog-comment .media .media-body .item-title {
  margin-bottom: 10px;
  font-weight: 600;
}
.single-blog-box-layout1 .blog-comment .media .media-body .item-date {
  font-size: 14px;
  color: #e83a15;
  font-weight: 500;
}
.single-blog-box-layout1 .blog-comment .media .media-body .item-btn {
  position: absolute;
  top: 0;
  right: 0;
  color: #646464;
  padding: 5px;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .blog-comment .media .media-body .item-btn i {
  font-size: 14px;
  color: #e83a15;
  font-weight: 600;
  margin-left: 8px;
}
.single-blog-box-layout1 .blog-comment .media .media-body .item-btn:hover {
  color: #e83a15;
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout1 .blog-comment .media {
    text-align: center;
    margin-bottom: 30px;
  }
  .single-blog-box-layout1 .blog-comment .media:nth-child(odd) {
    padding-left: 0;
  }
  .single-blog-box-layout1 .blog-comment .media .media-body .item-btn {
    position: relative;
    display: inline-block;
  }
}
.single-blog-box-layout1 .blog-form {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 35px 40px 40px;
}
@media only screen and (max-width: 479px) {
  .single-blog-box-layout1 .blog-form {
    padding: 20px;
  }
}
.single-blog-box-layout1 .blog-form .blog-form-title h3 {
  font-weight: 600;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group {
  margin-bottom: 20px;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group:last-child {
  margin-bottom: 0;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group .form-control {
  border: none;
  background-color: #f1f1f1;
  padding: 10px 22px;
  font-size: 16px;
  color: #111111;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group .form-control:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group input {
  height: 50px;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group input.form-control::-webkit-input-placeholder,
.single-blog-box-layout1 .blog-form .contact-form-box .form-group textarea.form-control::-webkit-input-placeholder {
  color: #646464;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group input.form-control:-moz-placeholder,
.single-blog-box-layout1 .blog-form .contact-form-box .form-group textarea.form-control:-moz-placeholder {
  color: #646464;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group input.form-control:-ms-input-placeholder,
.single-blog-box-layout1 .blog-form .contact-form-box .form-group textarea.form-control:-ms-input-placeholder {
  color: #646464;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group .item-btn {
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  padding: 10px 30px;
  font-weight: 500;
  letter-spacing: 0.5px;
  background-color: #e83a15;
  color: #ffffff;
  border: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group .item-btn i {
  margin-left: 10px;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group .item-btn:hover {
  background-color: #00045f;
  color: #ffffff;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group .item-btn:hover i {
  color: #ffffff;
}
.single-blog-box-layout1 .content-center-box {
  background-color: #ffffff;
  border-radius: 4px 4px 0 0;
  margin: 0 40px;
  padding: 60px 70px 0;
  transform: translateY(-70px);
  margin-bottom: -70px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .single-blog-box-layout1 .content-center-box {
    border-radius: 0;
    padding: 0;
    margin: 0;
    transform: translateY(0);
  }
}
.single-blog-box-layout1 .content-center-box:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 80px solid #e1e1e1;
  border-left: 15px solid transparent;
  border-right: 0px solid transparent;
  position: absolute;
  top: 48px;
  left: -15px;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .single-blog-box-layout1 .content-center-box:before {
    display: none;
  }
}
.single-blog-box-layout1 .content-center-box:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 80px solid #e1e1e1;
  border-left: 0px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  top: 48px;
  right: -15px;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .single-blog-box-layout1 .content-center-box:after {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .single-blog-box-layout1 .content-center-box .post-meta-info {
    display: block;
    text-align: center;
  }
}
.blog-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/*------------------- 5.3 Brand -------------------*/
@media only screen and (max-width: 991px) {
  .brand-wrap-layout1 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-wrap-layout1 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .brand-wrap-layout1 {
    padding-top: 60px;
  }
}
.brand-wrap-layout2 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .brand-wrap-layout2 {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .brand-wrap-layout2 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-wrap-layout2 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .brand-wrap-layout2 {
    padding-bottom: 60px;
  }
}
.brand-wrap-layout3 {
  background-color: #f8f8f8;
  padding: 70px 0;
}
.brand-box-layout1 {
  text-align: center;
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: 40px 10px;
  transform: translateY(-74px);
  margin-bottom: -74px;
}
@media only screen and (max-width: 991px) {
  .brand-box-layout1 {
    transform: translateY(0);
    margin-bottom: 0;
  }
}
.brand-box-layout1 .item-img img {
  filter: grayscale(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.brand-box-layout1:hover .item-img img {
  filter: grayscale(100%);
}
.brand-box-layout2 {
  text-align: center;
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: 40px 10px;
  cursor: move;
}
.brand-box-layout2 .item-img img {
  display: inline-block;
  width: auto;
  filter: grayscale(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.brand-box-layout2:hover .item-img img {
  filter: grayscale(100%);
}
/*------------------- 5.4 Call To Action -------------------*/
.action-wrap-layout1 {
  background-color: #003862;
  padding: 60px 0;
}
@media only screen and (max-width: 991px) {
  .action-wrap-layout1 {
    padding: 50px 0;
  }
}
.action-wrap-layout3 {
  background-color: #e83a15;
  padding: 65px 0;
}
@media only screen and (max-width: 991px) {
  .action-wrap-layout3 {
    padding: 55px 0;
  }
}
.action-box-layout1 {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .action-box-layout1 {
    flex-direction: column;
  }
}
@media only screen and (max-width: 991px) {
  .action-box-layout1 {
    display: block;
  }
}
.action-box-layout1 .item-content {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .action-box-layout1 .item-content {
    justify-content: center;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .action-box-layout1 .item-content {
    display: block;
    text-align: center;
  }
}
.action-box-layout1 .item-content .item-icon {
  margin-right: 20px;
  text-align: center;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background-color: #0d814b;
  border-radius: 50%;
}
.action-box-layout1 .item-content .item-icon i:before {
  font-size: 26px;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .action-box-layout1 .item-content .item-icon {
    margin: 0 auto 20px;
  }
}
.action-box-layout1 .item-content .item-title {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0;
  flex: 1;
}
.action-box-layout1 .item-content .item-title span {
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .action-box-layout1 .item-content .item-title span {
    display: block;
  }
}
.action-box-layout1 .item-btn {
  margin-left: 40px;
}
@media only screen and (max-width: 1199px) {
  .action-box-layout1 .item-btn {
    text-align: center;
    margin-left: 0;
  }
}
.action-box-layout2 {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .action-box-layout2 {
    flex-direction: column;
  }
}
@media only screen and (max-width: 991px) {
  .action-box-layout2 {
    display: block;
  }
}
.action-box-layout2 .item-content {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .action-box-layout2 .item-content {
    justify-content: center;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .action-box-layout2 .item-content {
    display: block;
    text-align: center;
  }
}
.action-box-layout2 .item-content .item-icon {
  margin-right: 20px;
  text-align: center;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background-color: #3d407e;
  border-radius: 50%;
}
.action-box-layout2 .item-content .item-icon i:before {
  font-size: 26px;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .action-box-layout2 .item-content .item-icon {
    margin: 0 auto 20px;
  }
}
.action-box-layout2 .item-content .item-title {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0;
  flex: 1;
}
.action-box-layout2 .item-content .item-title span {
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .action-box-layout2 .item-content .item-title span {
    display: block;
  }
}
.action-box-layout2 .item-btn {
  margin-left: 40px;
}
@media only screen and (max-width: 1199px) {
  .action-box-layout2 .item-btn {
    text-align: center;
    margin-left: 0;
  }
}
.action-box-layout3 {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .action-box-layout3 {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  .action-box-layout3 .item-content {
    margin-bottom: 30px;
  }
}
.action-box-layout3 .item-content .item-title {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
}
.action-box-layout3 .item-btn {
  margin-left: 40px;
}
@media only screen and (max-width: 1199px) {
  .action-box-layout3 .item-btn {
    margin-left: 0;
  }
}
/*------------------- 5.5 Coming Soon -------------------*/
.comingsoon-page {
  text-align: center;
  width: 100%;
  height: 100%;
  position: fixed;
}
@media only screen and (max-width: 991px) {
  .comingsoon-page {
    overflow-y: scroll;
  }
}
.comingsoon-page .comingsoon-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -100;
}
.comingsoon-page .comingsoon-back-img {
  position: relative;
  height: 100%;
  width: 100%;
}
.comingsoon-page .comingsoon-back-img:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 4, 95, 0.9);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.comingsoon-page .comingsoon-back-img img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.comingsoon-page .comingsoon-content-wrap {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .comingsoon-page .comingsoon-content-wrap {
    margin: 50px 0 100px;
    display: block;
  }
}
.comingsoon-page .comingsoon-content {
  position: relative;
  z-index: 1;
  padding: 0 15px;
  width: 100%;
}
.comingsoon-page .comingsoon-content .comingsoon-logo {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .comingsoon-page .comingsoon-content .comingsoon-logo {
    margin-bottom: 60px;
  }
}
.comingsoon-page .comingsoon-content .comingsoon-logo a {
  display: inline-block;
}
.comingsoon-page .comingsoon-content h1 {
  margin-bottom: 110px;
  font-weight: 500;
  font-size: 70px;
  text-transform: capitalize;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .comingsoon-page .comingsoon-content h1 {
    margin-bottom: 60px;
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .comingsoon-page .comingsoon-content h1 {
    margin-bottom: 30px;
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .comingsoon-page .comingsoon-content h1 {
    font-size: 40px;
  }
}
.comingsoon-page .comingsoon-content .comingsoon-bottom {
  margin-bottom: 10px;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social {
  text-align: center;
  margin-bottom: 30px;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social ul li {
  display: inline-block;
  margin-right: 2px;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social ul li:last-child {
  margin-right: 0;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social ul li a {
  text-align: center;
  color: #ffffff;
  background-color: #20348b;
  border-radius: 4px;
  padding: 8px 10px;
  display: inline-block;
  height: 45px;
  width: 45px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social ul li a:hover {
  background-color: #e83a15;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-copy-right {
  text-align: center;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-copy-right p {
  color: #9ea5c5;
  font-size: 16px;
}
.countdown-layout1 {
  text-align: center;
  margin-bottom: 35px;
}
.countdown-layout1 .countdown-section {
  text-align: center;
  height: 150px;
  width: 155px;
  background: -webkit-gradient(linear, left top, right top, from(#ff630e), to(#e83a15));
  background: -o-linear-gradient(left, #ff630e, #e83a15);
  background: linear-gradient(to right, #ff630e, #e83a15);
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
  margin-right: 2px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(27, 27, 27, 0.75);
  box-shadow: 0px 10px 30px 0px rgba(27, 27, 27, 0.75);
}
.countdown-layout1 .countdown-section:after {
  content: "";
  height: 18px;
  width: 18px;
  background-color: #00045f;
  border-radius: 50%;
  position: absolute;
  top: 28px;
  right: -10px;
  z-index: 50;
}
.countdown-layout1 .countdown-section:before {
  content: "";
  height: 18px;
  width: 18px;
  background-color: #00045f;
  border-radius: 50%;
  position: absolute;
  bottom: 28px;
  right: -10px;
  z-index: 50;
}
@media only screen and (max-width: 1199px) {
  .countdown-layout1 .countdown-section {
    height: 120px;
    width: 125px;
  }
}
@media only screen and (max-width: 767px) {
  .countdown-layout1 .countdown-section {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-layout1 .countdown-section {
    padding: 15px 0;
  }
}
.countdown-layout1 .countdown-section .countdown-number {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .countdown-layout1 .countdown-section .countdown-number {
    font-size: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .countdown-layout1 .countdown-section .countdown-number {
    font-size: 48px;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-layout1 .countdown-section .countdown-number {
    font-size: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .countdown-layout1 .countdown-section .countdown-number {
    font-size: 30px;
  }
}
.countdown-layout1 .countdown-section .countdown-unit {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 18px;
}
@media only screen and (max-width: 1199px) {
  .countdown-layout1 .countdown-section .countdown-unit {
    font-size: 16px;
  }
}
.countdown-layout1 .countdown-section:last-child:after {
  display: none;
}
.countdown-layout1 .countdown-section:last-child:before {
  display: none;
}
/*------------------- 5.6 Contact Page -------------------*/
.contact-page-box-layout1 .contact-location {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .contact-page-box-layout1 .contact-location {
    margin-bottom: 20px;
    display: block;
  }
}
.contact-page-box-layout1 .contact-location .location-address {
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .contact-page-box-layout1 .contact-location .location-address {
    text-align: center;
  }
}
.contact-page-box-layout1 .contact-location .location-address:after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #dedede;
  position: absolute;
  top: 50%;
  right: -50%;
  transform: translateY(-50%) translateX(-50%);
}
@media only screen and (max-width: 1199px) {
  .contact-page-box-layout1 .contact-location .location-address:after {
    right: -25%;
  }
}
@media only screen and (max-width: 991px) {
  .contact-page-box-layout1 .contact-location .location-address:after {
    right: -40%;
  }
}
@media only screen and (max-width: 767px) {
  .contact-page-box-layout1 .contact-location .location-address:after {
    display: none;
  }
}
.contact-page-box-layout1 .contact-location .location-address:last-child {
  margin-right: 0;
}
.contact-page-box-layout1 .contact-location .location-address:last-child:after {
  display: none;
}
.contact-page-box-layout1 .contact-location .location-address .item-title {
  font-size: 24px;
  color: #007350;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .contact-page-box-layout1 .contact-location .location-address .item-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-page-box-layout1 .contact-location .location-address .item-title {
    font-size: 20px;
  }
}
.contact-page-box-layout1 .contact-location .location-address ul li {
  font-size: 18px;
}
@media only screen and (max-width: 575px) {
  .contact-page-box-layout1 .contact-location .location-address ul li {
    font-size: 16px;
  }
}
/*------------------- 5.7 Error Page -------------------*/
.error-page-wrap {
  padding: 15rem 0;
  position: relative;
  z-index: 2;
}
.error-page-wrap:after {
  content: url('img/figure/section-bg9.png');
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 0;
  z-index: -1;
}
.error-page-box {
  text-align: center;
}
.error-page-box .error-logo {
  margin-bottom: 35px;
}
.error-page-box p {
  width: 50%;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
  .error-page-box p {
    width: 80%;
  }
}
@media only screen and (max-width: 575px) {
  .error-page-box p {
    width: 100%;
  }
}
.error-page-box .item-btn {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  color: #ffffff;
  background-color: #e83a15;
  border-radius: 4px;
  padding: 15px 45px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .error-page-box .item-btn {
    padding: 12px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .error-page-box .item-btn {
    padding: 10px 25px;
  }
}
.error-page-box .item-btn i {
  font-size: 16px;
  margin-left: 10px;
}
.error-page-box .item-btn:hover {
  background-color: #00045f;
}
/*------------------- 5.8 FAQ Page -------------------*/
.faq-box-layout1 .faq-search-box {
  margin-bottom: 40px;
}
.faq-box-layout1 .faq-search-box .stylish-input-group {
  height: 55px;
  border-radius: 4px;
  padding: 0;
}
.faq-box-layout1 .faq-search-box .stylish-input-group .form-control {
  border: 1px solid #e1e1e1;
  box-shadow: none;
  border-radius: 4px;
  background: transparent;
  color: #111111;
  height: 55px;
  margin-right: 8px;
  padding: 10px 20px;
}
.faq-box-layout1 .faq-search-box .stylish-input-group .input-group-addon {
  display: flex;
  padding: 0;
  border: none;
  border-radius: 4px;
  background: #eff2f8 !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faq-box-layout1 .faq-search-box .stylish-input-group .input-group-addon button {
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0 20px;
}
.faq-box-layout1 .faq-search-box .stylish-input-group .input-group-addon button span:before {
  color: #e83a15;
  font-size: 22px;
  font-weight: 700;
  margin-left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faq-box-layout1 .faq-search-box .stylish-input-group .input-group-addon button:focus {
  outline: none;
}
.faq-box-layout1 .faq-search-box .stylish-input-group .input-group-addon:hover {
  background-color: #00045f !important;
}
.faq-box-layout1 .faq-search-box .stylish-input-group .input-group-addon:hover button span:before {
  color: #ffffff;
}
.faq-box-layout1 .faq-search-box .stylish-input-group input {
  font-size: 15px;
  color: #00045f;
}
.faq-box-layout1 .faq-search-box .stylish-input-group input.form-control::-webkit-input-placeholder,
.faq-box-layout1 .faq-search-box .stylish-input-group textarea.form-control::-webkit-input-placeholder {
  color: #9b9c9c;
  font-size: 15px;
}
.faq-box-layout1 .faq-search-box .stylish-input-group input.form-control:-moz-placeholder,
.faq-box-layout1 .faq-search-box .stylish-input-group textarea.form-control:-moz-placeholder {
  color: #9b9c9c;
  font-size: 15px;
}
.faq-box-layout1 .faq-search-box .stylish-input-group input.form-control:-ms-input-placeholder,
.faq-box-layout1 .faq-search-box .stylish-input-group textarea.form-control:-ms-input-placeholder {
  color: #9b9c9c;
  font-size: 15px;
}
.faq-box-layout1 .accordion .card {
  border: none !important;
  margin-bottom: 10px;
  border-radius: 4px !important;
}
.faq-box-layout1 .accordion .card .card-header {
  border: none;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
.faq-box-layout1 .accordion .card .card-header .heading-title {
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 18px 70px 18px 60px;
  font-weight: 500;
  color: #ffffff;
  background-color: #00045f;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .faq-box-layout1 .accordion .card .card-header .heading-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .faq-box-layout1 .accordion .card .card-header .heading-title {
    font-size: 16px;
  }
}
.faq-box-layout1 .accordion .card .card-header .heading-title span {
  position: absolute;
  left: 20px;
}
.faq-box-layout1 .accordion .card .card-header .heading-title:before {
  content: "\f309";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  background-color: #e83a15;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  height: 100%;
  width: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faq-box-layout1 .accordion .card .card-header .heading-title.collapsed {
  color: #00045f;
  background-color: #eff2f8;
}
.faq-box-layout1 .accordion .card .card-header .heading-title.collapsed span {
  color: #e83a15;
  margin-right: 5px;
}
.faq-box-layout1 .accordion .card .card-header .heading-title.collapsed:before {
  content: "\f30b";
  color: #00045f;
  background-color: #e7eaf2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faq-box-layout1 .accordion .card .card-body {
  padding: 30px 30px 25px 60px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .faq-box-layout1 .accordion .card .card-body {
    padding: 30px 0 25px 60px;
  }
}
.faq-box-layout1 .accordion .card .card-body:after {
  content: "";
  height: 70%;
  width: 4px;
  background-color: #eff2f8;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.faq-box-layout1 .accordion .card:last-child {
  margin-bottom: 0;
}
/*------------------- 5.9 Gallery -------------------*/
.gallery-box-layout1 {
  margin-bottom: 30px;
}
.gallery-box-layout1 .item-img {
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gallery-box-layout1 .item-img img {
  border-radius: 4px;
}
.gallery-box-layout1 .item-img .popup-icon {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gallery-box-layout1 .item-img .popup-icon .popup-btn {
  border: 2px solid #ffffff;
  border-radius: 4px;
  font-size: 22px;
  color: #ffffff;
  display: block;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gallery-box-layout1 .item-img .popup-icon .popup-btn:hover {
  background-color: #ffffff;
  color: #e83a15;
}
.gallery-box-layout1 .item-img .item-title {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
  margin-bottom: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gallery-box-layout1 .item-img .item-title a {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gallery-box-layout1 .item-img .item-title a:hover {
  color: #00045f;
}
.gallery-box-layout1 .item-img:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgb(0 116 80 / 66%);
  border-radius: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gallery-box-layout1:hover .item-img {
  box-shadow: 0px 5px 27px 0px rgba(17, 17, 17, 0.4);
}
.gallery-box-layout1:hover .item-img .popup-icon {
  visibility: visible;
  opacity: 1;
}
.gallery-box-layout1:hover .item-img .item-title {
  visibility: visible;
  opacity: 1;
}
.gallery-box-layout1:hover .item-img:after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
/*------------------- 5.10 Project -------------------*/
.project-wrap-layout1 {
  padding: 92px 0 68px;
}
@media only screen and (max-width: 1199px) {
  .project-wrap-layout1 {
    padding: 82px 0 58px;
  }
}
@media only screen and (max-width: 991px) {
  .project-wrap-layout1 {
    padding: 72px 0 48px;
  }
}
@media only screen and (max-width: 767px) {
  .project-wrap-layout1 {
    padding: 62px 0 38px;
  }
}
@media only screen and (max-width: 575px) {
  .project-wrap-layout1 {
    padding: 52px 0 28px;
  }
}
.project-wrap-layout2 {
  padding: 92px 0 70px;
}
@media only screen and (max-width: 1199px) {
  .project-wrap-layout2 {
    padding: 82px 0 60px;
  }
}
@media only screen and (max-width: 991px) {
  .project-wrap-layout2 {
    padding: 72px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .project-wrap-layout2 {
    padding: 62px 0 40px;
  }
}
@media only screen and (max-width: 575px) {
  .project-wrap-layout2 {
    padding: 52px 0 30px;
  }
}
.project-box-layout1 {
  margin-bottom: 30px;
}
.project-box-layout1 .item-img {
  overflow: hidden;
}
.project-box-layout1 .item-img img {
  border-radius: 4px 4px 0 0;
  transform: scale(1);
  transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.project-box-layout1 .item-content {
  border-radius: 0 0 4px 4px;
  background-color: #ffffff;
  padding: 22px 30px 5px;
  -webkit-box-shadow: 0px 2px 40px 0px rgba(68, 68, 68, 0.2);
  box-shadow: 0px 2px 40px 0px rgba(68, 68, 68, 0.2);
}
.project-box-layout1 .item-content .item-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}
.project-box-layout1 .item-content .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.project-box-layout1 .item-content .item-title a:hover {
  color: #e83a15;
}
.project-box-layout1 .item-content .item-subtitle {
  color: #e83a15;
  margin-bottom: 5px;
}
.project-box-layout1:hover .item-img img {
  transform: scale(1.1);
}
.project-box-layout2 {
  position: relative;
  margin-bottom: 30px;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 18px 0px rgba(198, 198, 198, 0.4);
  box-shadow: 0px 3px 18px 0px rgba(198, 198, 198, 0.4);
}
.project-box-layout2 .item-img {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.project-box-layout2 .item-img img {
  border-radius: 4px 4px 0 0;
  transform: scale(1);
  transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.project-box-layout2 .item-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 30px;
}
.project-box-layout2 .item-content .item-title {
  font-weight: 700;
  margin-bottom: 0;
}
.project-box-layout2 .item-content .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.project-box-layout2 .item-content .item-title a:hover {
  color: #e83a15;
}
.project-box-layout2 .item-content .btn-wrap .item-btn {
  font-size: 20px;
  color: #e83a15;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #d4d4d4;
  padding: 6px 16px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 575px) {
  .project-box-layout2 .item-content .btn-wrap .item-btn {
    padding: 8px 20px;
  }
}
.project-box-layout2 .item-content .btn-wrap .item-btn:hover {
  background-color: #e83a15;
  color: #ffffff;
  border-color: #e83a15;
}
.project-box-layout2:hover .item-img img {
  transform: scale(1.1);
}
/*------------------- 5.11 Schedule -------------------*/
.schedule-wrap-layout1 {
  padding: 94px 0 90px;
}
@media only screen and (max-width: 1199px) {
  .schedule-wrap-layout1 {
    padding: 84px 0 80px;
  }
}
@media only screen and (max-width: 991px) {
  .schedule-wrap-layout1 {
    padding: 74px 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .schedule-wrap-layout1 {
    padding: 64px 0 60px;
  }
}
@media only screen and (max-width: 575px) {
  .schedule-wrap-layout1 {
    padding: 54px 0 50px;
  }
}
.schedule-wrap-layout2 {
  padding: 100px 0 0;
}
@media only screen and (max-width: 1199px) {
  .schedule-wrap-layout2 {
    padding: 90px 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .schedule-wrap-layout2 {
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .schedule-wrap-layout2 {
    padding: 70px 0 0;
  }
}
@media only screen and (max-width: 575px) {
  .schedule-wrap-layout2 {
    padding: 60px 0 0;
  }
}
.schedule-box-layout1 .item-title {
  font-weight: 700;
  margin-bottom: 40px;
}
.schedule-box-layout1 .contact-form-box .form-group label {
  font-size: 16px;
  color: #646464;
  font-weight: 400;
}
.schedule-box-layout2 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .schedule-box-layout2 {
    text-align: center;
    padding-bottom: 0;
  }
}
.schedule-box-layout2 .schedule-form-title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #00045f;
  text-align: center;
  padding: 20px 0;
  border-radius: 4px 4px 0 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .schedule-box-layout2 .schedule-form-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .schedule-box-layout2 .schedule-form-title {
    font-size: 20px;
  }
}
.schedule-box-layout2 .schedule-form {
  background-color: #ffffff;
  border-radius: 0 0 4px 4px;
  padding: 35px 40px 40px;
  -webkit-box-shadow: 0px 10px 29px 0px rgba(104, 104, 104, 0.16);
  box-shadow: 0px 10px 29px 0px rgba(104, 104, 104, 0.16);
}
@media only screen and (max-width: 991px) {
  .schedule-box-layout2 .schedule-form {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .schedule-box-layout2 .schedule-form {
    padding: 35px 30px 40px;
  }
}
.schedule-box-layout2 .schedule-form .contact-form-box .form-group .form-control {
  background-color: #f8f8f8;
  color: #111111;
  border-radius: 0;
}
.schedule-box-layout2 .schedule-form .contact-form-box .form-group .item-btn {
  width: 100%;
  background-color: #e83a15;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 15px 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.schedule-box-layout2 .schedule-form .contact-form-box .form-group .item-btn i {
  margin-left: 10px;
}
.schedule-box-layout2 .schedule-form .contact-form-box .form-group .item-btn:focus {
  border: none;
  outline: none;
}
.schedule-box-layout2 .schedule-form .contact-form-box .form-group .item-btn:hover {
  background-color: #00045f;
}
.schedule-box-layout2 .schedule-form .contact-form-box .form-group input.form-control::-webkit-input-placeholder,
.schedule-box-layout2 .schedule-form .contact-form-box .form-group textarea.form-control::-webkit-input-placeholder {
  color: #9a9a9a;
}
.schedule-box-layout2 .schedule-form .contact-form-box .form-group input.form-control:-moz-placeholder,
.schedule-box-layout2 .schedule-form .contact-form-box .form-group textarea.form-control:-moz-placeholder {
  color: #9a9a9a;
}
.schedule-box-layout2 .schedule-form .contact-form-box .form-group input.form-control:-ms-input-placeholder,
.schedule-box-layout2 .schedule-form .contact-form-box .form-group textarea.form-control:-ms-input-placeholder {
  color: #9a9a9a;
}
.schedule-box-layout3 {
  display: flex;
  align-items: flex-end;
  height: 100%;
  justify-content: center;
}
/*------------------- 5.12 Service -------------------*/
@media only screen and (max-width: 1199px) {
  .service-wrap-layout1 {
    padding: 90px 0 60px;
    background-color: #f8f8f8;
  }
}
@media only screen and (max-width: 991px) {
  .service-wrap-layout1 {
    padding: 80px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .service-wrap-layout1 {
    padding: 70px 0 40px;
  }
}
@media only screen and (max-width: 575px) {
  .service-wrap-layout1 {
    padding: 60px 0 30px;
  }
}
.service-wrap-layout2 {
  padding: 92px 0 70px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .service-wrap-layout2 {
    padding: 82px 0 60px;
  }
}
@media only screen and (max-width: 991px) {
  .service-wrap-layout2 {
    padding: 72px 0 57px;
  }
}
@media only screen and (max-width: 767px) {
  .service-wrap-layout2 {
    padding: 62px 0 47px;
  }
}
@media only screen and (max-width: 575px) {
  .service-wrap-layout2 {
    padding: 52px 0 30px;
  }
}
.service-wrap-layout3 {
  padding: 94px 0 100px;
}
@media only screen and (max-width: 1199px) {
  .service-wrap-layout3 {
    padding: 84px 0 90px;
  }
}
@media only screen and (max-width: 991px) {
  .service-wrap-layout3 {
    padding: 74px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .service-wrap-layout3 {
    padding: 64px 0 70px;
  }
}
@media only screen and (max-width: 575px) {
  .service-wrap-layout3 {
    padding: 54px 0 60px;
  }
}
.service-wrap-layout4 {
  padding: 92px 0 70px;
}
@media only screen and (max-width: 1199px) {
  .service-wrap-layout4 {
    padding: 82px 0 60px;
  }
}
@media only screen and (max-width: 991px) {
  .service-wrap-layout4 {
    padding: 72px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .service-wrap-layout4 {
    padding: 62px 0 40px;
  }
}
@media only screen and (max-width: 575px) {
  .service-wrap-layout4 {
    padding: 52px 0 30px;
  }
}
.service-wrap-layout5 {
  padding: 92px 0 100px;
}
@media only screen and (max-width: 1199px) {
  .service-wrap-layout5 {
    padding: 82px 0 90px;
  }
}
@media only screen and (max-width: 991px) {
  .service-wrap-layout5 {
    padding: 72px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .service-wrap-layout5 {
    padding: 62px 0 70px;
  }
}
@media only screen and (max-width: 575px) {
  .service-wrap-layout5 {
    padding: 52px 0 60px;
  }
}
.service-box-layout1 {
  position: relative;
  background-color: #ffffff;
  border-radius: 4px;
  transform: translateY(-60px);
  z-index: 10;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1199px) {
  .service-box-layout1 {
    transform: translateY(0);
    margin-bottom: 30px;
  }
}
.service-box-layout1 .item-img {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.service-box-layout1 .item-img img {
  border-radius: 4px 4px 0 0;
  transform: scale(1);
  transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.service-box-layout1 .item-content {
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 18px 30px;
}
.service-box-layout1 .item-content .item-title {
  font-weight: 700;
  margin-bottom: 0;
}
.service-box-layout1 .item-content .item-title a {
  /* color: #111111; */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* .service-box-layout1 .item-content .item-title a:hover {
  color: #e83a15;
} */
.service-box-layout1 .item-content .btn-wrap .item-btn {
  font-size: 20px;
  color: #e83a15;
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  padding: 6px 16px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1199px) {
  .service-box-layout1 .item-content .btn-wrap .item-btn {
    padding: 8px 20px;
  }
}
.service-box-layout1 .item-content .btn-wrap .item-btn:hover {
  border-color: #e83a15;
  background-color: #e83a15;
  color: #ffffff;
}
.service-box-layout1:hover .item-img img {
  transform: scale(1.1);
}
.service-box-layout2 {
  background-color: #ffffff;
  text-align: center;
  padding: 40px 20px 14px;
  border-radius: 4px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(208, 208, 208, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(208, 208, 208, 0.75);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout2 .item-icon {
  margin-bottom: 24px;
}
.service-box-layout2 .item-icon i {
  display: block;
  line-height: 1;
}
.service-box-layout2 .item-icon i:before {
  color: #00045f;
  font-size: 70px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout2 .item-content .item-title {
  font-size: 20px;
  font-weight: 700;
}
.service-box-layout2 .item-content .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout2 .item-content .item-title a:hover {
  color: #e83a15;
}
.service-box-layout2:hover {
  -webkit-box-shadow: 0px 8px 21px 0px rgba(208, 208, 208, 0.55);
  box-shadow: 0px 8px 21px 0px rgba(208, 208, 208, 0.55);
}
.service-box-layout2:hover .item-icon i:before {
  color: #e83a15;
}
.service-box-layout3 .tab-nav-list {
  border-bottom: 6px solid #ececec;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .service-box-layout3 .tab-nav-list {
    justify-content: center;
  }
}
.service-box-layout3 .tab-nav-list .nav-item {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .service-box-layout3 .tab-nav-list .nav-item {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .service-box-layout3 .tab-nav-list .nav-item {
    margin-right: 30px;
  }
}
.service-box-layout3 .tab-nav-list .nav-item a {
  position: relative;
  padding: 0 50px 24px;
  display: block;
}
@media only screen and (max-width: 1199px) {
  .service-box-layout3 .tab-nav-list .nav-item a {
    padding: 0 20px 24px;
  }
}
@media only screen and (max-width: 991px) {
  .service-box-layout3 .tab-nav-list .nav-item a {
    padding: 0 0 24px;
  }
}
@media only screen and (max-width: 767px) {
  .service-box-layout3 .tab-nav-list .nav-item a {
    padding: 0 0 40px;
  }
}
.service-box-layout3 .tab-nav-list .nav-item a .item-icon {
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .service-box-layout3 .tab-nav-list .nav-item a .item-icon {
    margin-bottom: 15px;
  }
}
.service-box-layout3 .tab-nav-list .nav-item a .item-icon i {
  line-height: 1;
  display: inline-block;
}
.service-box-layout3 .tab-nav-list .nav-item a .item-icon i:before {
  font-size: 90px;
  color: #646464;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
  .service-box-layout3 .tab-nav-list .nav-item a .item-icon i:before {
    font-size: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .service-box-layout3 .tab-nav-list .nav-item a .item-icon i:before {
    font-size: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .service-box-layout3 .tab-nav-list .nav-item a .item-icon i:before {
    font-size: 40px;
  }
}
.service-box-layout3 .tab-nav-list .nav-item a .item-title {
  font-size: 18px;
  color: #646464;
  font-weight: 500;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .service-box-layout3 .tab-nav-list .nav-item a .item-title {
    font-size: 16px;
  }
}
.service-box-layout3 .tab-nav-list .nav-item a:before {
  content: "";
  height: 6px;
  width: 100%;
  background-color: #e83a15;
  position: absolute;
  bottom: -5px;
  left: 200px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .service-box-layout3 .tab-nav-list .nav-item a:before {
    display: none;
  }
}
.service-box-layout3 .tab-nav-list .nav-item a:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid #e83a15;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .service-box-layout3 .tab-nav-list .nav-item a:after {
    display: none;
  }
}
.service-box-layout3 .tab-nav-list .nav-item:hover a .item-icon i:before {
  color: #00045f;
}
.service-box-layout3 .tab-nav-list .nav-item:hover a .item-title {
  color: #00045f;
}
.service-box-layout3 .tab-nav-list .nav-item:hover a:before {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.service-box-layout3 .tab-nav-list .nav-item a.active .item-icon i:before {
  color: #00045f;
}
.service-box-layout3 .tab-nav-list .nav-item a.active .item-title {
  color: #00045f;
}
.service-box-layout3 .tab-nav-list .nav-item a.active:before {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.service-box-layout3 .tab-nav-list .nav-item a.active:after {
  visibility: visible;
  opacity: 1;
  bottom: -15px;
}
.service-box-layout3 .tab-content {
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .service-box-layout3 .tab-content {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .service-box-layout3 .tab-content .tab-pane .media {
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .service-box-layout3 .tab-content .tab-pane .media {
    text-align: center;
  }
}

/*=======================================================================
6. Helper Classes
=========================================================================*/
/*------------------- 6.1 Background -------------------*/
.bg-Primary {
  background-color:#101242;
}
.bg-accent {
  background-color: #e83a15;
}
.bg-textprimary {
  background-color: #ffffff;
}
.bg-aash {
  background-color: #f8f8f8;
}
.bg-aash-2 {
  background-color: #b7b7b7;
}
.dark-pink {
  background-color: #ad1457;
}
.blue {
  background-color: #304ffe;
}
.dark-yellow {
  background-color: #ffab00;
}
/*------------------- 6.2 Border -------------------*/
.border-none {
  border: none;
}
.border-radius-4 {
  border-radius: 4px;
}
.border-accent {
  border: 1px solid #e83a15;
}
.border-accent-2 {
  border: 2px solid #e83a15;
}
.border-aash {
  border: 1px solid #d7d7d7;
}
.border-white {
  border: 1px solid #ffffff;
}
.border-top-aash {
  position: relative;
}
.border-top-aash:after {
  content: "";
  width: 165px;
  height: 1px;
  background-color: #dbdbdb;
  position: absolute;
  top: 5px;
  right: 0;
}
/*------------------- 6.3 Margin -------------------*/
@media only screen and (min-width: 768px) {
  .mg-t-md-42 {
    margin-top: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .mg-t-sm-15 {
    margin-top: 15px;
  }
}
.mg-t-40 {
  margin-top: 4rem;
}
.mg-b-10 {
  margin-bottom: 10px;
}
.mg-b-50 {
  margin-bottom: 5rem;
}
.mg-t-50 {
  margin-top: 5rem;
}
.mg-l-120 {
  margin-left: 120px;
}
@media only screen and (max-width: 575px) {
  .mg-l-120 {
    margin-left: 0;
  }
}
/*------------------- 6.4 Misc -------------------*/
.section-shape1 {
  position: relative;
  z-index: 2;
}
.section-shape1:before {
  content: url('img/figure/clip1.png');
  position: absolute;
  top: 35%;
  left: -25px;
}
.section-shape1:after {
  content: url('img/figure/clip2.png');
  position: absolute;
  bottom: 120px;
  right: 100px;
  z-index: -1;
}
.section-shape2 {
  position: relative;
}
.section-shape2:before {
  content: url('img/figure/clip5.png');
  position: absolute;
  bottom: 30%;
  left: -9rem;
  z-index: -1;
}
.section-shape2:after {
  content: url('img/figure/clip6.png');
  position: absolute;
  bottom: 3rem;
  right: -10rem;
  z-index: -1;
}
.section-shape5 {
  position: relative;
  z-index: 2;
}
.section-shape5:before {
  content: url('img/figure/clip9.png');
  position: absolute;
  top: 20%;
  left: 0;
  opacity: 0.5;
  z-index: -1;
}
.section-shape5:after {
  content: url('img/figure/clip8.png');
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1;
  opacity: 0.5;
  z-index: -1;
}
.section-shape6 {
  position: relative;
  z-index: 10;
}
.section-shape6:before {
  content: url('img/figure/clip10.png');
  position: absolute;
  top: 0;
  left: 20px;
  z-index: -1;
}
.section-shape6:after {
  content: url('img/figure/clip11.png');
  position: absolute;
  bottom: 0;
  right: 50px;
  line-height: 0;
  z-index: -1;
}
.bg-common {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/*------------------- 6.5 Padding -------------------*/
@media only screen and (min-width: 992px) {
  .pd-lg-t-15 {
    padding-top: 15px;
  }
  .pd-lg-l-60 {
    padding-left: 6rem;
  }
}
.pd-y-80 {
  padding: 8rem 0;
}
.pd-x-35 {
  padding: 0 35px;
}
@media only screen and (max-width: 1199px) {
  .pd-x-35 {
    padding: 0;
  }
}
.pd-t-18 {
  padding-top: 18px !important;
}
.inner-page-padding {
  padding: 100px 0;
}
.inner-page-padding2 {
  padding: 100px 0 70px;
}
.inner-page-padding3 {
  padding: 100px 0 62px;
}
/*------------------- 6.6 Text -------------------*/
.text-primarytext {
  color: #111111 !important;
}
.text-mediumdark {
  color: #444444;
}
.text-Primary {
  color: #00045f;
}
.text-light-primary {
  color: #287ff9;
}
.text-textprimary {
  color: #ffffff;
}
.text-accent {
  color: #e83a15;
}
.text-aash {
  color: #989898;
}
.body-text {
  color: #646464;
}
.text-24 {
  font-size: 24px !important;
}
.text-medium {
  font-weight: 500;
}
.letter-specing-0 {
  letter-spacing: 0;
}


/* MY CSS */



/* ===== MeanMenu Mobile Logo Fix ===== */
.mean-container .mean-bar {
    height: auto !important;
    /* padding: 10px 15px !important; */
    overflow: visible !important;
}

.mean-site-logo {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.mean-site-logo img {
    max-height: 38px;
    width: auto;
    display: block;
}

@media (max-width: 991px) {
    .logo-area {
        display: none !important;
    }
}


.meanmenu-reveal {
    right: 30px !important;
    left: auto !important;
}






.hero-section {
  background: url("../images/hero.jpg") center/cover no-repeat;
  height: 90vh;
  position: relative;
}

.hero-overlay {
  background: rgba(0,0,0,0.6);
  height: 100%;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-overlay h1 {
  font-size: 48px;
}

.service-card i {
  font-size: 38px;
  color: #00744f;
  margin-bottom: 10px;
}

.service-card h6 {
  font-weight: bold;
}

.facility-box {
  height: 250px;
  background-size: cover;
  background-position: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-blend-mode: overlay;
  background-color: rgba(0,0,0,0.4);
}

.cta-section {
  background: #0b2b4c;
  color: #fff;
  text-align: center;
  padding: 60px 20px;
}

.highlights i,
.why i {
  font-size: 28px;
  color: #1e4fa3;
}




/* MAYFAIR WHY SECTION – ISOLATED */
.mf-why-wrap {
    background-image:linear-gradient(155deg, #007651 0%, #003b64 100%);
    padding: 80px 20px;
    color: #ffffff;
}

.mf-why-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 60px;
}

/* LEFT SIDE */
.mf-why-left {
    flex: 1;
}

h2.mf-why-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    color:white;
}

h4.mf-why-subtitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
    color:white;
}

p.mf-why-desc {
    font-size: 15px;
    line-height: 1.8;
    max-width: 520px;
    color:white;
}

/* TRUST */
.mf-trust-box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.mf-trust-score {
    border: 2px solid #ffffff;
    padding: 18px 25px;
    font-size: 28px;
    font-weight: 700;
}

.mf-trust-text h3 {
    font-size: 35px;
    font-weight: 700;
    color:white;
}

.mf-trust-text span {
    font-size: 14px;
    opacity: 0.9;
}

/* RIGHT SIDE */
.mf-why-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.mf-feature-card {
    border: 2px solid #ffffff;
    border-radius: 18px;
    padding: 25px;
    display: flex;
    gap: 20px;
    background: rgba(255, 255, 255, 0.05);
}

.mf-feature-icon {
    width: 100px;
    height: 100px;
    background: #ffffff;
    color: #3b2a0a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    flex-shrink: 0;
}

.mf-feature-content h3 {
    font-size: 30px;
    margin-bottom: 10px;
    color:white;
    font-weight:bold;
}

.mf-feature-content p {
    font-size: 16px;
    line-height: 1.7;
    color:white;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .mf-why-container {
        flex-direction: column;
    }

    h2.mf-why-title, .mf-trust-text h3 {
        font-size: 28px !important;
    }


    .service-box-layout1 {
    
    background: #003b64;
    border-radius: 26px;
    padding: 14px 0px 38px !important;
    text-align: center;
    position: relative;
    transition: transform 0.3s ease;
    border: 2px solid #007350;
}

    .about-box-layout1 .item-title {
      width:100%;
    }
    .mf-feature-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}



/* WORKFLOW SECTION */
.mf-workflow-sec {
    background: #f3f4f4;
    padding: 90px 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.mf-workflow-wrap {
    max-width: 1200px;
    margin: auto;
}

/* Headings */
.mf-workflow-tag {
    display: inline-block;
    color: #ff9f1c;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
}

.mf-workflow-title {
    font-size: 32px;
    font-weight: 700;
    color: #003c63;
    margin-bottom: 70px;
}
/* Content stays above overlay */
.home-section > * {
    position: relative;
    z-index: 1;
}
/* Steps wrapper */
.mf-workflow-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* DOTTED LINE */
.mf-workflow-steps::before {
    content: "";
    position: absolute;
    bottom: 38px;
    left: 5%;
    width: 90%;
    border-top: 2px dotted #007554;
    z-index: 0;
}

/* Card */
.mf-step-card {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 25px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.12);
    z-index: 1;
    transition: all 0.35s ease;
}

/* CARD HOVER – MOVE UP */
.mf-step-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.18);
}

/* Icon */
.mf-step-icon {
    width: 70px;
    height: 70px;
    background: #003c63;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.35s ease;
}

/* ICON SVG / IMG */
.mf-step-icon svg,
.mf-step-icon img {
    width: 32px;
    height: 32px;
    
    transition: all 0.35s ease;
}


.mf-step-icon svg path {
    stroke: #ffffff !important;
    fill: none;
}


/* ICON HOVER – MOVE DOWN */
.mf-step-card:hover .mf-step-icon {
    transform: translateY(8px);
    background: #027750;
}

/* Text */
.mf-step-card h3 {
    color: #027750;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.mf-step-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
    font-weight: 400;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .mf-workflow-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .mf-workflow-steps::before {
        display: none;
    }
}

@media (max-width: 575px) {
    .mf-workflow-steps {
        grid-template-columns: 1fr;
    }

    .mf-workflow-title {
        font-size: 24px;
        margin-bottom: 40px;
    }
}





/* SECTION BACKGROUND */
.why-choose-wrap-layout1 {
    background: url('https://images.unsplash.com/photo-1581578731548-c64695cc6952') center/cover no-repeat;
    padding: 100px 0;
    position: relative;
}

.why-choose-wrap-layout1::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}

.why-choose-wrap-layout1 .container {
    position: relative;
    z-index: 2;
}

/* LEFT FORM */
.why-choose-box-layout1 {
    background: #003b63;
    padding: 40px;
    border-radius: 12px;
    max-width: 420px;
}

.why-choose-box-layout1 .item-title {
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}

/* FORM */
.wc-contact-form .form-group {
    margin-bottom: 15px;
}

.wc-contact-form input,
.wc-contact-form textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 6px;
    border: none;
    font-family: 'Poppins', sans-serif;
}

.wc-contact-form textarea {
    height: 120px;
}

.wc-submit-btn {
    background: #ffb340;
    color: #000;
    border: none;
    padding: 14px;
    width: 100%;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

/* RIGHT FAQ */
/* .why-choose-box-layout2 {
    padding-left: 40px;
} */

.why-choose-box-layout2 .item-title {
    color: #fff;
    margin-bottom: 25px;
    font-weight:bold;
}

/* ACCORDION */
.wc-accordion-item {
    background: #fff;
    border-radius: 6px;
    margin-bottom: 15px;
    overflow: hidden;
}

.wc-accordion-btn {
    width: 100%;
    background: none;
    border: none;
    padding: 18px 20px;
    font-weight: 600;
    text-align: left;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.wc-accordion-content {
    padding: 0 20px 18px;
    display: none;
}

.wc-accordion-item.active .wc-accordion-content {
    display: block;
}


/* ===============================
  prabhu kumar css begins here
================================ */

body {
  font-family: 'Segoe UI', sans-serif;
}

/* ABOUT SECTION */
.about-section {
  background: url("img/about/about4.png") center top / cover no-repeat;
  min-height: 80vh;
  padding: 80px 0;
  display: flex;
  align-items: center;
}


.about-section .container {
  position: relative;
  z-index: 2;
}

.about-section h1 {
  font-weight: 700;
  color: #007450;
}
.about-section p {
  font-size: 20px;     /* increase text size */
  line-height: 1.7;    /* better readability */
  color: #1c1b4b;
  font-weight: 500;
}

.hero-img {
  max-height: 420px;
}

/* BUTTON GROUP */
.btn-group-custom .btn {
  padding: 15px 25px;
  font-weight: 500;
  font-size: medium;
  border-radius: 6px;
  transition: background 0.3s ease;
}

/* inner about section color ends here */
.who-we-are {
  background: #f6f8fc;
}

/* Title */
.who-title {
  font-size: 32px;
  font-weight: 700;
  color: #1b2b5a;
  margin-bottom: 20px;
}

/* Text */
.who-text {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* Button */
.who-btn {
  padding: 10px 24px;
  font-size: 15px;
  border-radius: 6px;
}

/* Card */
.who-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* Icon */
.who-icon {
  width: 50px;
  height: 50px;
  background: #eef2ff;
  color: #1b2b5a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-right: 15px;
  flex-shrink: 0;
}

/* Card Text */
.who-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: #1b2b5a;
  margin-bottom: 8px;
}

.who-card p {
  font-size: 15px;
  color: #666;
  margin: 0;
}

/* Responsive */
@media (max-width: 767px) {
  .who-title {
    font-size: 26px;
  }

  .who-text {
    font-size: 15px;
  }

  .who-card {
    padding: 18px;
  }
}



/*==================== OUR VISION STARTS HERE ====================*/

.our-vision {
  background: #f6f8fc;
}

/* Title */
.vision-title {
  font-size: 32px;
  font-weight: 700;
  color: #1b2b5a;
}

/* Card */
.vision-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.vision-card:hover {
  transform: translateY(-6px);
}

/* Icon */
.vision-icon {
  width: 55px;
  height: 55px;
  background: #eef2ff;
  color: #1b2b5a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 15px;
}

/* Card Text */
.vision-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: #1b2b5a;
  margin-bottom: 10px;
}

.vision-card p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* Link */
.vision-link {
  font-size: 15px;
  font-weight: 500;
  color: #1b2b5a;
  text-decoration: none;
}

.vision-link i {
  margin-left: 6px;
  font-size: 13px;
}

.vision-link:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 767px) {
  .vision-title {
    font-size: 26px;
  }

  .vision-card {
    padding: 20px;
  }
}



/*==================== OUR VISION ENDS HERE ====================*/


/* your trusted facilities management partner section start here */


.what-sets {
  background: #f6f8fc;
}

/* Title */
.what-sets-title {
  font-size: 32px;
  font-weight: 700;
  color: #1b2b5a;
}

/* Card */
.what-sets-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 22px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.what-sets-card:hover {
  transform: translateY(-6px);
}

/* Icon */
.what-sets-icon {
  width: 52px;
  height: 52px;
  background: #eef2ff;
  color: #1b2b5a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 15px;
}

/* Text */
.what-sets-card h5 {
  font-size: 17px;
  font-weight: 600;
  color: #1b2b5a;
  margin-bottom: 10px;
}
.what-sets-card p {
  font-size: 14.5px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 14px;
}

/* Link */
.what-sets-link {
  font-size: 14.5px;
  font-weight: 500;
  color: #1b2b5a;
  text-decoration: none;
}

.what-sets-link i {
  margin-left: 6px;
  font-size: 13px;
}

.what-sets-link:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 767px) {
  .what-sets-title {
    font-size: 26px;
  }

  .what-sets-card {
    padding: 20px;
  }
} .abt-footer-title{
  color: white;
}


/* your trusted facilities management partner section ends here */



/*=============================
  INDEX.CSS STARTS HERE
==============================*/
/* =========================
   Entrance / Fade Animations
========================= */

/* Initial hidden state */
.fade {
    opacity: 0;              /* invisible */
    transform: translateY(30px);  /* slightly lower */
    transition: all 0.8s ease-out; /* smooth animation */
}

/* When active (IntersectionObserver adds this class) */
.fade.active {
    opacity: 1;              /* visible */
    transform: translateY(0); /* back to original position */
}

.home-subtitle {
  font-size: 18px;
  max-width: 850px;
  margin: 20px auto 30px;
  font-weight: 600;
  line-height: 1.7;
  color:#ffffffc2;
}


@media (max-width: 768px) {
  .home-title {
    font-size: 32px;
  }

  .home-subtitle {
    font-size: 15px;
  }
}
.home-section {
  position: relative;
  background: url('img/index/index-14.jpeg') center/cover no-repeat;
  display: flex;
  align-items: center;
    position: relative;
  min-height: 70vh; /* full screen height */
  display: flex;
  align-items: center;     /* vertical center */
  justify-content: center;
}

.homeoverlay {
  position: absolute;
  inset: 0;
  align-items: center;
  
}
.home-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgb(0 0 0 / 64%) 0%, rgb(0 0 0 / 44%) 40%, rgba(0, 0, 0, 0.15) 70%, rgb(0 0 0 / 37%) 100%);
    z-index: 0;
}
.home-banner-buttons .home-banner-btn {
  min-width: 220px;   /* set the same min width for all buttons */
  text-align: center; /* center text */
}

@media (max-width: 768px) {
  .home-banner-buttons .home-banner-btn {
    width: 100%;       /* full width on mobile */
    max-width: 280px;  /* optional max width */
  }
}

.home-banner-buttons {
  gap: 18px;
  margin-top: 28px;
  flex-wrap: wrap;
  justify-content: center; /* optional: center buttons on mobile */
}
.home-banner-btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  letter-spacing: 0.4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.35s ease;
}

.home-banner-btn span {
  position: relative;
  z-index: 2;
}

.home-banner-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 120%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.35),
    transparent
  );
  transition: all 0.6s ease;
  z-index: 1;
}

.home-banner-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition: box-shadow 0.4s ease;
}

.home-banner-btn:hover::before {
  left: 120%;
}

.home-banner-btn:hover {
  transform: translateY(-3px);
}

.home-banner-btn:hover::after {
  box-shadow: 0 0 22px rgba(255, 255, 255, 0.35);
}

.home-banner-btn:active {
  transform: translateY(0) scale(0.98);
}



.home-content {

   margin: 0 auto;
  text-align: center;
}

.home-title {
  font-size: 48px;
  font-weight: 700;
  color:#ffffff;
}

 .homesection .hero-subtitle {
  font-size: 38px;
  margin-top: 10px;
}
/* ==========================
   FEATURE SERVICES BAR
   ========================== */

.features-bar {
  position: relative;
  background: #fff;
  padding: 25px 0;
  box-shadow:
    0 -10px 20px -15px rgba(0, 0, 0, 0.35),
    0  25px 20px -20px rgba(0, 0, 0, 0.45);
}

/* TOP gradient line */
.features-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #007350, #0b2b5b);
}

/* BOTTOM gradient line */
.features-bar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #007350, #0b2b5b);
}

/* Title */
.feature-title {
  font-size: 3rem;
  font-weight: 700;
  color: #101242;
  margin-bottom: 10px;
}

.feature-subtitle {
  font-size: 15px;
  color: #555;
  max-width: 720px;
  margin: 0 auto;
}

/* Feature card */
.feature-item {
  background: #fff;
  padding: 25px 15px;
  border-radius: 12px;
  transition: all 0.35s ease;
  height: 100%;
  cursor: default;
}

/* Icon */
.feature-item i {
  font-size: 32px;
  color: #007350;
  margin-bottom: 12px;
  transition: transform 0.4s ease, color 0.4s ease;
}

/* Text */
.feature-item p {
  font-size: 15px;
  font-weight: 600;
  color: #101242;
  margin: 0;
}

/* Hover animation */
.feature-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}

.feature-item:hover i {
  transform: scale(1.15) rotate(3deg);
  color: #00045f;
}

/* ==========================
   RESPONSIVE TUNING
   ========================== */

@media (max-width: 767px) {
  .feature-title {
    font-size: 1.6rem;
  }

  .feature-item {
    padding: 20px 12px;
  }

  .feature-item i {
    font-size: 28px;
  }

  .feature-item p {
    font-size: 14px;
  }
}


/* Responsive */
@media (max-width: 768px) {
  .home-title {
    font-size: 32px;
  }

  .home-subtitle {
    font-size: 15px;
  }

  .home-section {
    height: 65vh;
  }
}


/* Responsive */
@media (max-width: 768px) {
  .home-title {
    font-size: 32px;
  }

  .home-subtitle {
    font-size: 15px;
  }

  .home-section {
    height: 65vh;
  }
}

/* ==========================
   FEATURE SERVICES BAR ENDS HERE
   ========================== */

/* COMMITMENT TO EXELLECE STARTS HERE*/
.commitment-section {
  background: #f8f9fb;
}

/* Heading */
.commitment-title {
  font-size: 34px;
  font-weight: 800;
  color: #0b2b5b;
}

.commitment-subtitle {
  font-size: 16px;
  max-width: 720px;
  margin: 12px auto 0;
  color: #555;
}

/* Card */
.commitment-card {
  background: #fff;
  border-radius: 14px;
  padding: 35px 25px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

/* Gradient border on hover */
.commitment-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  padding: 2px;
  background: linear-gradient(135deg, #007350, #0b2b5b);
  -webkit-mask: linear-gradient(#fff 0 0) content-box,
                linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.commitment-card:hover::before {
  opacity: 1;
}

.commitment-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.15);
}

/* Icon */
.icon-box {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0b2b5b, #1e3a8a);
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box.green {
  background: linear-gradient(135deg, #007350, #16a34a);
}

.icon-box.blue {
  background: linear-gradient(135deg, #0b2b5b, #2563eb);
}

.icon-box i {
  font-size: 28px;
  color: #fff;
}

/* Text */
.commitment-card h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0b2b5b;
}

.commitment-card p {
  font-size: 14.5px;
  line-height: 1.7;
  color: #444;
}

/* Mobile optimization */
@media (max-width: 576px) {
  .commitment-title {
    font-size: 28px;
  }

  .commitment-card {
    padding: 28px 20px;
  }
}



/* COMMITMENT TO EXELLECE   ENDS HERE*/


/* why-choose-section  starts here for home */

/* Section background */
.why-choose-section {
  background: #f4f6f8;
}

/* Title */

/* Intro text */
.why-intro {
  max-width: 850px;
  font-size: 16px;
  line-height: 1.7;
  color: #101242;
  font-weight: 500;
}

/* Pillar card */
.pillar-card {
  background: #fff;
  border-radius: 14px;
  padding: 35px 25px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

/* Hover effect */
.pillar-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.15);
}

/* Icon */
.pillar-icon {
  font-size: 46px;
  color: #2e7d32;
  margin-bottom: 20px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.pillar-card:hover .pillar-icon {
  transform: scale(1.1);
  color: #0b2b5b;
}

/* Card title */
.pillar-card h5 {
  font-size: 18px;
  font-weight: 700;
  color: #0b2b5b;
  margin-bottom: 12px;
}

/* Card text */
.pillar-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #101242;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .why-title {
    font-size: 28px;
  }

  .pillar-card {
    padding: 28px 20px;
  }
}

/* ===== FACILITIES GALLERY STARTS HERE ===== */


.facility .facility-card {
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.facility .facility-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.facility .facility-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.facility .card-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #007351;
}

.facility .card-text {
    font-size: 1.5rem;
    color: #00045f;
}
/* ================================
   INTERACTIVE "LEARN MORE" BUTTONS
   ================================ */

.facility .btn {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 50px;
  transition: all 0.35s ease;
  letter-spacing: 0.4px;
  background: transparent;
}

/* Residential button */
.facility .btn-outline-success {
  color: #0f7a3b;
  border: 2px solid #0f7a3b;
}

/* Commercial button */
.facility .btn-outline-primary {
  color: #0b2b5b;
  border: 2px solid #0b2b5b;
}

/* Animated gradient layer */
.facility .btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15,122,59,0.15), rgba(11,43,91,0.15));
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

/* Hover effect */
.facility .btn:hover::before {
  opacity: 1;
}

.facility .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

/* Arrow animation */
.facility .btn::after {
  content: "→";
  margin-left: 8px;
  transition: transform 0.3s ease;
  display: inline-block;
}

.facility .btn:hover::after {
  transform: translateX(6px);
}

/* Focus state (keyboard users) */
.facility .btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0,123,255,0.25);
}

/* ================================
   MOBILE OPTIMIZATION
   ================================ */

@media (max-width: 767px) {
  .facility .btn {
    width: 100%;
    padding: 14px 20px;
    font-size: 0.95rem;
  }

  .facility .btn::after {
    margin-left: 6px;
  }
}

/* ================================
   TOUCH FEEDBACK (MOBILE)
   ================================ */

.facility .btn:active {
  transform: scale(0.96);
}


/* Responsive Adjustments */
@media (max-width: 767px) {
    .facility .facility-card img {
        height: 200px;
    }

    .facility .card-title {
        font-size: 1.2rem;
    }

    .facility .card-text {
        font-size: 0.9rem;
    }
}
/* ===== FACILITIES GALLERY ENDS HERE ===== */



/* ===== OUR VALUES STARTS HERE ===== */
/* Title */
.our-values-section {
 background: #f4f4f4;
}

.value-card {
  background: #fff;
  border-radius: 2px;
  padding: 25px 15px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: 0.3s ease;
  height: 100%;
}

.value-card i {
  font-size: 32px;
  color: #2e7d32;
  margin-bottom: 20px;
  .value-card i {
  font-size: 34px;
  color: #2e7d32; /* green for trust */
}

}

.value-card p {
  margin: 0;
  font-weight: 600;
  color: #1f2937;
  font-size: 14px;
}

.value-card:hover {
  transform: translateY(-5px);
}

/* Mobile spacing fix */
@media (max-width: 576px) {
  .value-card {
    padding: 20px 10px;
  }
}
/* ===== OUR VALUES ENDS HERE ===== */

/*=============================
  CTA SECTION STARTS HERE FOR INDEX
==============================*/
/* CTA SECTION */
.cta-section {
  background: url('img/index/index-13.png') center center / cover no-repeat;
  position: relative;
  overflow: hidden;
}

/* Dark Gradient Overlay */
.cta-overlay {
  padding: 100px 0;
}

/* Heading */
.cta-heading {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

/* Text */
.cta-text {
  color: #0c2a56;
  font-size: 18px;
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Buttons */
.cta-btn-primary {
  background: linear-gradient(135deg, #0a4c22, #1b7d3f);
  border: none;
  padding: 14px 34px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(34, 197, 94, 0.35);
}

.cta-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(34, 197, 94, 0.5);
}

/* Secondary Button */
.cta-btn-secondary {
  padding: 14px 34px;
  font-weight: 600;
  border: 2px solid #ffffff;
  transition: all 0.3s ease;
}

.cta-btn-secondary:hover {
  background: #ffffff;
  color: #0f172a;
  transform: translateY(-3px);
}
.cta-buttons .btn {
  margin: 8px 12px;
}


/* Fade Animation */
.fade {
  animation: fadeUp 1s ease forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .cta-heading {
    font-size: 28px;
  }

  .cta-text {
    font-size: 16px;
  }

  .cta-overlay {
    padding: 70px 20px;
  }
}
@media (max-width: 576px) {
  .cta-buttons .btn {
    width: 100%;
    max-width: 280px;
  }
}


/*CTA SECTION ENDS HERE*/

/*=============================
  INDEX.CSS ENDS HERE
==============================*/

/* ==============================
   SERVICE SECTION SECTION STARTS HERE
============================== */

/* ===========================
   SERVICES PAGE INTRO
=========================== */

.services-intro-section {
  padding: 80px 0 60px;
  background: #f8fafc;
}

.services-intro-content {
  max-width: 900px;
  margin: auto;
}

.services-page-title {
  font-size: 40px;
  font-weight: 700;
  color: #007350;
  margin-bottom: 18px;
}

.services-page-intro {
  font-size: 17px;
  line-height: 1.8;
  color: #00045f;
}


.services-hero-section {
  position: relative;
  min-height: 100vh;
  background: url("img/commercial/commercial-1.jpeg") center / cover no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Overlay */
.services-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0.2)
  );
  z-index: 1;
}

/* Container */
.services-hero-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 40px;
}

/* ================================
   LEFT CONTENT
================================ */

.services-hero-text {
  flex: 1;
  max-width: 55%;
  color: #ffffff;
}

.services-hero-text h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.services-hero-text p {
  font-size: 16.5px;
  line-height: 1.75;
  color: #e2e8f0;
  max-width: 520px;
}

/* ================================
   BUTTONS BASE
================================ */

.services-hero-buttons {
  display: flex;
  gap: 18px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.btnn {
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.35s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* Colors */
.btnn-green {
  background: #2e7d32;
  color: #ffffff;
}

.btnn-blue {
  background: #1e3a8a;
  color: #ffffff;
}

/* ================================
   INTERACTIVE BUTTON EFFECTS
================================ */

.btn-animated {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  letter-spacing: 0.4px;
}

.btn-animated span {
  position: relative;
  z-index: 2;
}

/* Shimmer effect */
.btn-animated::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 120%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.35),
    transparent
  );
  transition: all 0.6s ease;
  z-index: 1;
}

/* Glow ring */
.btn-animated::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition: box-shadow 0.4s ease;
}

/* Hover */
.btn-animated:hover::before {
  left: 120%;
}

.btn-animated:hover {
  transform: translateY(-3px);
}

.btn-animated:hover::after {
  box-shadow: 0 0 22px rgba(255, 255, 255, 0.35);
}

/* Active */
.btn-animated:active {
  transform: translateY(0) scale(0.98);
}

/* ================================
   RIGHT IMAGE GRID (OPTIONAL)
================================ */

.services-hero-images {
  width: 45%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.services-hero-images img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.45);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.services-hero-images img:hover {
  transform: scale(1.06);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
}

/* ================================
   TABLET
================================ */

@media (max-width: 992px) {
  .services-hero-text {
    max-width: 65%;
  }

  .services-hero-text h2 {
    font-size: 32px;
  }

  .services-hero-images img {
    height: 150px;
  }
}

/* ================================
   MOBILE
================================ */

@media (max-width: 768px) {
  .services-hero-container {
    flex-direction: column;
    text-align: center;
  }

  .services-hero-text {
    max-width: 100%;
  }

  .services-hero-buttons {
    justify-content: center;
  }

  .btnn {
    width: 100%;
    max-width: 280px;
  }

  .services-hero-images {
    width: 100%;
    margin-top: 30px;
  }

  .services-hero-images img {
    height: 120px;
  }
}
.services-section {
  padding: 100px 0;
  background: #f4f5f7;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #101242;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  align-items: start; /* variable card heights */
}

.service-card {
  background: #fff;
  border-radius: 14px;
  padding: 25px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  opacity: 0;
  transform: translateY(40px);
  overflow: hidden;
  position: relative;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
  border-top: 4px solid #2e7d32;
}

.service-img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
  transition: transform 0.4s ease;
}

.service-img img:hover {
  transform: scale(1.05);
}

.service-number {
  font-size: 28px;
  font-weight: 700;
  color: #2e7d32;
  margin-bottom: 10px;
}

.service-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #101242;
}

.service-card p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.service-card ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 15px;
}

.service-btn {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
}

.service-btn span {
  position: relative;
  z-index: 2;
}

.service-btn::before {
  content: "";
  position: absolute;
  top: 0; left: -120%;
  width: 120%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: all 0.6s ease;
  z-index: 1;
}

.service-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 0 0 rgba(255,255,255,0);
  transition: box-shadow 0.4s ease;
}

.service-btn:hover::before { left: 120%; }
.service-btn:hover { transform: translateY(-3px); }
.service-btn:hover::after { box-shadow: 0 0 22px rgba(255,255,255,0.35); }
.service-btn:active { transform: scale(0.98); }

/* ======================
  RESPONSIVE
====================== */
@media(max-width:768px){
  .service-card { padding: 20px; }
  .section-title { font-size: 28px; margin-bottom: 40px; }
  .service-card h3 { font-size: 20px; }
  .service-img img { height: 150px; }
}





/* ==============================
   SERVICE SECTION SECTION  ENDS HERE
============================== */

.abouu-texut-sectioun {
  background: linear-gradient(to right, #f8fafc, #eef2f7);
  padding: 0px;
  color:#101242;
}

.abouut-containeur {
  max-width: 1600px;
  margin: auto;
  background: #ffffff;
  padding: 35px 50px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.abouut-containeur p {
  font-size: 17px;
  line-height: 1.8;
  color: #1f2937;
  text-align: center;
}

/* Tablet */
@media (max-width: 992px) {
  .abouut-containeur {
    padding: 30px 35px;
  }

  .abouut-containeur p {
    font-size: 16px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .abouu-texut-sectioun {
    padding: 40px 15px;
  }

  .abouut-containeur {
    padding: 25px 20px;
  }

  .abouut-containeur p {
    font-size: 15px;
    line-height: 1.7;
  }
}

.core-services-section {
  padding: 60px 0;
}

.section-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #1d2b4f;
}

.service-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
}

.service-card .icon {
  font-size: 36px;
  color: #2f5bea;
  margin-bottom: 15px;
}

.service-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: #1d2b4f;
}

.service-card p {
  font-size: 14px;
  color: #555;
  margin: 12px 0 20px;
}

.service-card a {
  font-size: 14px;
  font-weight: 500;
  color: #e7e7e7;
  text-decoration: none;
}

.service-card a i {
  margin-left: 6px;
}

.why-choose-our-services {
  background: #f8f9fc;
}

.choose-card {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.choose-card:hover {
  transform: translateY(-8px);
}

.choose-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.choose-card p {
  font-size: 14px;
  color: #6c757d;
}

.icon-box {
  width: 60px;
  height: 60px;
  background: #eef2ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.icon-box i {
  font-size: 24px;
  color: #2c3e91;
}
/* ===========================
   WHY CHOOSE SECTION FOR SERVICES 
=========================== */
.why-services-section {
  background: #f7f8fb;
  padding: 100px 0;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #101242;
}

.section-subtitle {
  font-size: 16px;
  color: #555;
  margin-top: 10px;
}

/* CARD STYLING */
.service-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  opacity: 0;
  transform: translateY(40px);
  position: relative;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.15);
  border-top: 4px solid #2e7d32;
}

.card-icon {
  font-size: 36px;
  color: #2e7d32;
  margin-bottom: 15px;
  transition: transform 0.4s ease, color 0.4s ease;
}

.service-card:hover .card-icon {
  transform: scale(1.2) rotate(10deg);
  color: #1e3a8a;
}

.service-card h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #101242;
}

.service-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}
.service-card {
  margin: 10px auto; /* extra space if needed */
  padding: 30px 20px;
  /* ...existing styles... */
}

/* ===========================
   RESPONSIVE
=========================== */
@media(max-width:768px){
  .service-card {
    padding: 25px 15px;
  }
  .section-title {
    font-size: 28px;
  }
  .card-icon {
    font-size: 30px;
  }
}

/* ===========================
   CTA SECTION
=========================== */
.experience-daksha-section {
  background: url("img/cta-bg.jpg") center / cover no-repeat;
  position: relative;
  padding: 80px 0;
}

.experience-daksha-overlay {
  position: relative;
  z-index: 2;
  background: rgba(0,0,0,0.55);
  padding: 60px 20px;
  border-radius: 14px;
}

/* CTA Buttons */
.cta-buttons .btnn {
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
  min-width: 220px;
  text-align: center;
}

/* Green Button */
.btnn-green {
  background: #2e7d32;
  color: #fff;
}

.btnn-green:hover {
  background: #256628;
}

/* Blue Button */
.btnn-blue {
  background: #1e3a8a;
  color: #fff;
}

.btnn-blue:hover {
  background: #0d246c;
}

/* Button Glow */
.btn-glow {
  box-shadow: 0 0 0 rgba(0,0,0,0);
  transition: all 0.4s ease;
}

.btn-glow:hover {
  box-shadow: 0 0 25px rgba(46,125,50,0.7);
  transform: translateY(-2px);
}

/* Responsive stacking */
@media (max-width: 576px) {
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  .cta-buttons .btnn {
    width: 100%;
    max-width: 280px;
  }
}

/* ==============================
   SERVICE  SECTION ENDS HERE
============================== */

/* =====================================================
   RESIDENTIAL – HERO (CLIENT ONLY)
===================================================== */

.res-hero {
  position: relative;
  height: 90vh;
  width: 100%;
  overflow: hidden;
}

.res-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.res-hero-overlay {
  position: absolute;
  inset: 0;
  min-height: 75vh;
  background: linear-gradient(
    120deg,
    rgba(0,0,0,0.6),
    rgba(0,0,0,0.25)
  );
}

.res-hero-container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 6%;
  padding-right: 20px;
}

.res-hero-container h1 {
  max-width: 720px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.25;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
  .res-hero {
    height: auto;
    padding: 120px 0;
  }

  .res-hero-container h1 {
    font-size: 32px;
  }
}

/* =====================================================
   RESIDENTIAL – ABOUT TEXT (CLIENT STYLE)
===================================================== */

.res-about-text {
  background: linear-gradient(180deg, #ffffff, #f9fafb);
  padding: 70px 20px;
}

.res-about-container {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

/* Heading */
.res-about-container h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  color: #225925;
  margin-bottom: 18px;
}

/* Accent divider */
.res-about-divider {
  width: 70px;
  height: 4px;
  background: #102b81;
  margin: 0 auto 28px;
  border-radius: 2px;
}

/* Paragraph */
.res-about-container p {
  font-size: 18px;
  line-height: 1.85;
  color: #263b5d;
  max-width: 900px;
  margin: auto;
}

/* Responsive */
@media (max-width: 768px) {
  .res-about-text {
    padding: 50px 16px;
  }

  .res-about-container h2 {
    font-size: 26px;
  }

  .res-about-container p {
    font-size: 16px;
  }
}


/* =====================================================
   RESIDENTIAL – OUR FOCUS (EXCELLENCE SECTION)
===================================================== */

.res-focus {
  background: #f9fafb;
  padding: 90px 20px;
}

.res-focus-container {
  max-width: 1200px;
  margin: auto;
}

/* Header */
.res-focus-header {
  max-width: 900px;
  margin: 0 auto 60px;
  text-align: center;
}

.res-focus-header h2 {
  font-size: 36px;
  font-weight: 700;
  color:#1a396a;
  margin-bottom: 20px;
}
/* Accent divider */
.res-about-divider2 {
  width: 70px;
  height: 4px;
  background: #007351;
  margin: 0 auto 28px;
  border-radius: 2px;
}
.res-focus-header p {
  font-size: 18px;
  line-height: 1.8;
  color: #374151;
}

/* Grid */
.res-focus-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Card */
.res-focus-card {
  background: #ffffff;
  padding: 34px 28px;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.06);
  border-top: 5px solid #2e7d32;
}

.res-focus-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 14px;
}

.res-focus-card p {
  font-size: 16px;
  line-height: 1.75;
  color: #4b5563;
}

/* Hover polish (still corporate) */
.res-focus-card:hover {
  box-shadow: 0 22px 50px rgba(0,0,0,0.08);
}

/* Responsive */
@media (max-width: 992px) {
  .res-focus-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .res-focus {
    padding: 60px 16px;
  }

  .res-focus-header h2 {
    font-size: 28px;
  }

  .res-focus-header p {
    font-size: 16px;
  }

  .res-focus-grid {
    grid-template-columns: 1fr;
  }
}


/* =====================================================
   RESIDENTIAL – OUR FOCUS (EXCELLENCE SECTION) ENDS HERE
===================================================== */




/* =====================================================
   RESIDENTIAL – SERVICES STARTS HERE HERE
===================================================== */
/* =====================================================
   RESIDENTIAL SERVICES – CREATIVE FLOW
===================================================== */

/* =====================================================
   RESIDENTIAL SERVICES – CREATIVE FLOW
===================================================== */

.resflow-services {
  background: #ffffff;
}

/* Header */
.resflow-header {
  max-width: 900px;
  margin: 0 auto 80px;
  text-align: center;
}

.resflow-header h2 {
  font-size: 38px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 16px;
}

.resflow-header p {
  font-size: 18px;
  line-height: 1.8;
  color: #475569;
}

/* List */
.resflow-list {
  position: relative;
  max-width: 1000px;
  margin: auto;
}

/* Vertical line */
.resflow-list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(
    to bottom,
    transparent,
    #2e7d32,
    transparent
  );
  transform: translateX(-50%);
   box-shadow: 0 0 12px rgba(46, 125, 50, 0.25);  
}

/* Item */
.resflow-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 70px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.resflow-item.show {
  opacity: 1;
  transform: translateY(0);
}

.resflow-left {
  justify-content: flex-start;
  padding-right: 55%;
}

.resflow-right {
  justify-content: flex-end;
  padding-left: 55%;
}

/* Icon */
.resflow-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #2e7d32;
  color: #ffffff;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  z-index: 2;
}

/* Content */
.resflow-content {
  background: #f9fafb;
  padding: 28px 30px;
  border-radius: 14px;
  max-width: 420px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.06);
}

.resflow-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #007554;
  margin-bottom: 10px;
}

.resflow-content p {
  font-size: 15.5px;
  line-height: 1.7;
  color: #00045f;
}

/* Responsive */
@media (max-width: 768px) {
  .resflow-list::before {
    left: 10px;
    width: 3px;
  }

  .resflow-item {
    padding-left: 60px !important;
    padding-right: 0 !important;
  }

  .resflow-icon {
    left: 20px;
    transform: none;
  }
}


/* =====================================================
   WHY RESIDENTIAL – CHOOSE DAKSHA
===================================================== */

.why-res {
  padding: 100px 20px;
  background: #ffffff;
}

.why-res-header {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 70px;
}

.why-res-header h2 {
  font-size: 38px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 15px;
}

.why-res-header p {
  font-size: 18px;
  color: #475569;
  line-height: 1.7;
}

/* Layout */
.why-res-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  position: relative;
}

.why-res-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.why-res-left {
  align-items: flex-end;
  text-align: right;
}

.why-res-right {
  align-items: flex-start;
  text-align: left;
}

/* Items */
.why-res-item {
  max-width: 320px;
}

.why-res-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #2e7d32;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 14px;
}

.why-res-item h4 {
  font-size: 18px;
  font-weight: 600;
  color: #007554;
  margin-bottom: 8px;
}

.why-res-item p {
  font-size: 15.5px;
  line-height: 1.6;
  color: #00045f;
}

/* Center Logo */
.why-res-center {
  position: relative;
}

.why-res-logo {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; /* 🔥 IMPORTANT */
  box-shadow: 0 30px 40px rgba(0,0,0,0.2);
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
}
/* Glow layer */
.why-res-logo::before {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  background: linear-gradient(
   135deg, #1f4037, #99f2c8
  );
  opacity: 0;
  filter: blur(18px);
  z-index: -1;
  transition: opacity 0.3s ease;
}

/* Active glow */
.why-res-logo.glow-active::before {
  opacity: 1;
  animation: glowRotate 2.5s linear infinite;
}

/* Slight scale */
.why-res-logo.glow-active {
  transform: scale(1.08);
}

/* Glow rotation */
@keyframes glowRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.why-res-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* fills circle without distortion */
  display: block;
}
/* ===============================
   DIRECTIONAL CONNECTOR PATHS
================================ */

.why-res-center {
  position: relative;
}

.why-res-lines {
  position: absolute;
  width: 420px;
  height: 420px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}

/* Path styling */
.why-res-lines path {
  fill: none;
  stroke: #000;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 260;
  stroke-dashoffset: 260;
}

/* Alternate green */
.why-res-lines path:nth-of-type(even) {
  stroke: #000000;
}

/* End dots */
.why-res-lines circle {
  fill: #000000 ;
  stroke: #000000;
  opacity: 0;
  transform-origin: center;
}

/* Animate */
.why-res-lines.animate path {
  animation: drawPath 2.8s ease forwards;
}

.why-res-lines.animate circle {
  animation: showDot 0.6s ease forwards;
  animation-delay: 2.6s;
}

/* Animations */
@keyframes drawPath {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes showDot {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 768px) {
  .why-res-lines {
    display: none;
  }
}

/* Logo above */
.why-res-logo {
  position: relative;
  z-index: 2;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 992px) {
  .why-res-wrapper {
    flex-direction: column;
  }

  .why-res-left,
  .why-res-right {
    align-items: center;
    text-align: center;
  }

  .why-res-center {
    margin: 40px 0;
  }
}

@media (max-width: 576px) {
  .why-res-header h2 {
    font-size: 28px;
  }

  .why-res-logo {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 768px) {
  .why-res-lines {
    display: none;
  }
}

/*residential property ans residential commitment starts here*/

.residential-property {
  background: #f9fafb;
}

.section-title {
  font-weight: 700;
  font-size: 32px;
}

.property-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  text-align: center;
  position: relative;
  height: 100%;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
}

.property-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.property-number {
  width: 48px;
  height: 48px;
  background: #00045f;
  color: #fff;
  font-weight: 600;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 18px;
}

.property-card h5 {
  font-weight: 600;
  color: #135d32;
  margin-bottom: 10px;
}


/*residential property ans residential commitment ends  here*/
/* RESIDENTIAL BENIFITS STARTS HERE */
.resident-benefit {
  padding: 90px 20px;
  background: linear-gradient(180deg, #f9fbfd, #eef5f8);
  font-family: system-ui, sans-serif;
}

.resident-benefit-shell {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 50px;
}

/* Navigator */
.resident-benefit-nav {
  width: 260px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.resident-benefit-nav-item {
  padding: 16px 18px;
  border-left: 4px solid transparent;
  background: rgba(0,0,0,0.03);
  cursor: pointer;
  transition: all 0.4s ease;
  font-weight: 500;
  color: #003973;
}

.resident-benefit-nav-item:hover {
  background: rgba(0,57,115,0.08);
}

.resident-benefit-nav-item.active {
  border-left-color: #00e5a8;
  background: #003973;
  color: #fff;
}

/* Stage */
.resident-benefit-stage {
  flex: 1;
  position: relative;
  min-height: 260px;
}

.resident-benefit-panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
  background: #fff;
  padding: 50px;
  border-radius: 22px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.12);
}

/* ---------- MOBILE FIX ---------- */
@media (max-width: 768px) {

  .resident-benefit-stage {
    min-height: auto; /* IMPORTANT */
  }

  .resident-benefit-panel {
    position: relative;   /* 🔥 FIX */
    opacity: 1;
    transform: none;
    display: none;        /* hide others */
    margin-top: 20px;
  }

  .resident-benefit-panel.active {
    display: grid;        /* show only active */
  }
}
.resident-benefit-panel.active {
  opacity: 1;
  transform: translateY(0);
  z-index: 2;
}

.resident-benefit-panel h3 {
  font-size: 28px;
  margin-bottom: 16px;
  color: #003973;
}

.resident-benefit-panel p {
  font-size: 17px;
  line-height: 1.7;
  color: #555;
}

/* Mobile Experience */
@media (max-width: 768px) {
  .resident-benefit-shell {
    flex-direction: column;
  }

  .resident-benefit-nav {
    width: 100%;
    flex-direction: row;
    overflow-x: auto;
  }

  .resident-benefit-nav-item {
    white-space: nowrap;
    border-left: none;
    border-bottom: 3px solid transparent;
  }

  .resident-benefit-nav-item.active {
    border-bottom-color: #00e5a8;
  }

  .resident-benefit-panel {
    position: relative;
  }
}
.resident-benefit-panel {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
}

/* Image styling */
.resident-benefit-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* Content spacing */
.resident-benefit-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Mobile adjustment */
@media (max-width: 768px) {
  .resident-benefit-panel {
    grid-template-columns: 1fr;
  }
}


/* RESIDENTIAL BENIFITS ENDS  HERE */

/* =====================================================
   RESIDENTIAL – SERVICES ENDS HERE
===================================================== */



/* =====================================================
   WHY CHOOSE US
===================================================== */
.res-why-title {
  font-size: 30px;
  color: #0f2a44;
}
.resident-benefit-media {
  position: relative;
}

.resident-benefit-media img {
  transform: translateX(-30px);
}

.res-why-card {
  background: #fff;
  border-radius: 14px;
  transition: 0.3s ease;
}

.res-why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(0,0,0,0.12);
}

.res-why-card-body {
  padding: 16px;
  display: flex;
  gap: 14px;
}

.res-why-text {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
}

.res-why-link {
  font-size: 14px;
  font-weight: 600;
  color: #1e5fd8;
  text-decoration: none;
}
.ress-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.ress-show {
  opacity: 1;
  transform: translateY(0);
}

/* =====================================================
   RESPONSIVE
===================================================== */
@media (max-width: 991px) {
  .res-hero-content h1 { font-size: 36px; }
}

@media (max-width: 767px) {
  .res-hero { height: auto; }
  .res-hero-container { padding: 40px 20px; }
  .res-hero-content h1 { font-size: 28px; }
  .res-hero-content p { font-size: 15px; }
  .res-hero-buttons { flex-wrap: wrap; }
  .res-about-container p { text-align: left; }
}


/* =================================================
    COMPREHENSIVE RESIDENTIAL MANAGEMENT STARTS HERE
==================================================== */
/* =====================================================
   COMMERCIAL FACILITY – HERO SECTION
===================================================== */

.com-facility-hero {
  position: relative;
  height: 70vh;
  width: 100%;
  min-height: 520px;
  overflow: hidden;
}

.com-facility-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.com-facility-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(0, 0, 0, 0.65),
    rgba(0, 0, 0, 0.35)
  );
}

/* Content Wrapper */
.com-facility-hero-container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 6%;
  padding-right: 20px;
}

.com-facility-hero-content {
  max-width: 760px;
}

/* Page Title */
.com-facility-hero-content h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 15px;
}

/* Hero Subtitle */
.com-facility-hero-content p {
  font-size: 2.0rem;
  color: #e0e0e0;
  max-width: 650px;
}

/* =======================
   TABLET (≤ 992px)
======================= */
@media (max-width: 991px) {
  .com-facility-hero {
    height: auto;
    padding: 120px 0;
  }

  .com-facility-hero-container {
    padding-left: 5%;
  }

  .com-facility-hero-content h1 {
    font-size: 38px;
  }

  .com-facility-hero-content p {
    font-size: 1.05rem;
  }
}

/* =======================
   MOBILE (≤ 576px)
======================= */
@media (max-width: 576px) {
  .com-facility-hero {
    height: auto;
    padding: 90px 0;
  }

  .com-facility-hero-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .com-facility-hero-content h1 {
    font-size: 30px;
    line-height: 1.25;
  }

  .com-facility-hero-content p {
    font-size: 1rem;
  }
}
/* =====================================================
   PROFESSIONAL FACILITY MANAGEMENT – INTRO
===================================================== */

.pro-facility-management-text-section {
  background-color: #ffffff;
}

.pro-facility-management-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #1f2933;
}

.pro-facility-management-text {
  font-size: 1.2rem;
  color: #4b5563;
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

/* Tablet */
@media (max-width: 991px) {
  .pro-facility-management-title {
    font-size: 1.9rem;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .pro-facility-management-title {
    font-size: 1.6rem;
  }

  .pro-facility-management-text {
    font-size: 1rem;
  }
}
/* =====================================================
   OUR COMMERCIAL FOCUS
===================================================== */
.our-com-focus {
  padding: 20px 0;
  background: #f5f7fa;
background: linear-gradient(295deg, #ffffff, #a8c7ff);
}

.com-focus-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
}

.com-focus-header h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.com-focus-header p {
  color: #555;
  font-size: 16px;
}

/* List */
.com-focus-list {
  max-width: 900px;
  margin: auto;
}

/* Item */
.com-focus-item {
  display: flex;
  gap: 20px;
  background: #fff;
  border-radius: 10px;
  padding: 16px 18px;
  margin-bottom: 14px;
  align-items: flex-start;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  border-left: 5px solid transparent;
}

.com-focus-item:hover {
  transform: translateY(-4px);
  border-left-color: #0f5006;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

/* Icon */
.focus-icon {
  min-width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #198026;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

/* Content */
.focus-content h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.focus-content p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
  .com-focus-item {
    flex-direction: column;
    text-align: left;
  }

  .focus-icon {
    margin-bottom: 10px;
  }
}
.com-service {
  background: #f8f9fa;
  background: linear-gradient(135deg, #f8f9fa, #e9f5ef);

}

.central-circle {
  width: 180px;
  height: 180px;
  background: #f8f9fc;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  flex-direction: column;
  padding: 20px;
    border: 2px solid #007350;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}


.service-circle {
  width: 140px;
  height: 140px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #007350;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
}

.service-circle:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.service-circle i {
  color:#007350;
  font-size: 24px;
}

.service-circle h6 {
  font-size: 1rem;
  margin-top: 8px;
  color: #00045f;
}
.why-com-section {
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
}

.why-com-title {
  letter-spacing: 0.3px;
}

.why-com-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 40px 30px;
  height: 100%;
  text-align: center;
  box-shadow: 0 12px 30px rgb(148 150 148);
  transition: all 0.4s ease;
  position: relative;
}

.why-com-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.15);
}

.why-com-card h5 {
  margin-top: 22px;
  font-weight: 600;
}

.why-com-card p {
  font-size: 15px;
  color:#00045f;
  margin-top: 12px;
}

.why-com-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto;
  background: linear-gradient(119deg, #70f04d, #173560);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  transition: all 0.4s ease;
}

.why-com-card:hover .why-com-icon {
  transform: rotate(12deg) scale(1.12);
}
.com-glass-section {
  background: 
    linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)),
    url("img/commercial/commertial-9.webp"); /* change image path */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #ffffff;
}

/* Title Glow */
.com-glass-title {
  font-weight: 700;
    color: #409b26;
    text-shadow: 0 0 15px rgb(21 102 55);
}
.com-glass-sub {
  color: #ffffff;
}

/* Glass Card */
.com-glass-card {
  height: 100%;
  padding: 35px 25px;
  border-radius: 18px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.2);
  text-align: center;
  transition: all 0.4s ease;
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

/* Icon Glow */
.com-glass-card i {
  font-size: 32px;
  color: #0d6efd;
  margin-bottom: 15px;
  text-shadow: 0 0 12px rgba(13,110,253,0.9);
}

/* Text Glow */
.com-glass-card h6 {
  color: #ffffff;
  font-weight: 600;
  text-shadow: 0 0 8px rgba(255,255,255,0.6);
}

/* Hover Effect */
.com-glass-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 0 35px rgb(18 102 24 / 80%);
  border-color: rgb(23 112 25);
}
.com-commit-section {
  background: #ffffff;
}

.com-commit-title {
  letter-spacing: 0.4px;
  color: #0f5006;
  font-weight: 700;
}

.com-commit-image {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.com-commit-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Commitment Items */
.com-commit-item {
  display: flex;
  gap: 18px;
  margin-bottom: 28px;
  align-items: flex-start;
}

.com-commit-item h6 {
  margin-bottom: 6px;
  font-weight: 600;
}

.com-commit-item p {
  margin: 0;
  font-size: 15px;
  color:#00045f;
}

/* Icons */
.com-commit-icon {
  font-size: 26px;
  color:#007554;
  flex-shrink: 0;
  margin-top: 4px;
}

/* Mobile adjustments */
@media (max-width: 991px) {
  .com-commit-image {
    margin-bottom: 30px;
  }
}

.com-business-benefits {
  background: 
    linear-gradient(rgb(57 55 60 / 65%), rgb(72 73 74 / 65%)),
    url("img/commercial/commercial-12.jpg"); /* change image path */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #ffffff;
}
.hex-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #ffffff;
  margin: 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  transition: color 0.3s ease, transform 0.3s ease;
}



/* Hex grid */
.hex-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
}

/* Wrapper */
.hex-item {
  width: 160px;
  height: 180px;
}
.hex-title
{
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #65aa65;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
/* Hexagon */
.hex {
  width: 100%;
  height: 100%;
  background: #3b5744;
  clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  padding: 20px;
  box-shadow: 0 15px 35px rgba(13, 110, 253, 0.35);
  transition: all 0.35s ease;
}

/* Icon */
.hex i {
  font-size: 28px;
  margin-bottom: 10px;
}

/* Text */
.hex p {
  font-size: 14px;
  margin: 0;
  font-weight: 500;
}

/* Hover animation */
.hex:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 25px 50px rgba(13, 110, 253, 0.55);
}

/* Responsive */
@media (max-width: 768px) {
  .hex-item {
    width: 130px;
    height: 150px;
  }

  .hex p {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .hex-grid {
    gap: 16px;
  }
}
/* Initial hidden state */
.com-business-benefits .animate-hex {
  opacity: 0;
  transform: translateY(30px) scale(0.9);
  transition: all 0.6s ease;
}

/* When animation triggers */
.com-business-benefits .animate-hex.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* =================================================
    COMPREHENSIVE RESIDENTIAL MANAGEMENT ENDS HERE
==================================================== */


/* =================================================
    ABOUT SECTION MANAGEMENT STARTS HERE
==================================================== */


.about-deck {
  position: relative;
  min-height: 75vh;
  background-image: url("img/about/about4.png");
  background-size: cover;        /* IMAGE FITS PERFECTLY */
  background-position: center top;   /* NO CROPPING ISSUES */
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Dark overlay */
.about-deck-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.65),
    rgba(0,0,0,0.35)
  );
  transition: opacity 0.4s ease;
}

/* Content */
.about-deck-content {
  position: relative;
  z-index: 2;
  animation: fadeSlide 1s ease forwards;
}

.about-deck-title {
  font-size: clamp(3.2rem, 4vw, 3.2rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}

.about-deck-text {
  font-size: clamp(1.1rem, 2.2vw, 1.5rem);
  max-width: 620px;
  line-height: 1.6;
  opacity: 0.95;
  color: #b0b0bc;
}

/* INTERACTIVE EFFECT */
.about-deck:hover .about-deck-overlay {
  opacity: 0.85;
}

/* Animation */
@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .about-deck {
    min-height: 60vh;
    text-align: center;
     background-position: 65% top; 
  }

  .about-deck-text {
    margin: 0 auto;
  }
}

.who-we-are {
  padding: 50px 0;
  background: #f8f9fb;
  
}

/* Titles */
.section-titleo {
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}

.section-titleo::after {
    content: "";
    width: 50px;
    height: 3px;
    border-radius: 10px;
    background: #3c7829;
    display: block;
    margin-top: 10px;
}

/* LEFT CONTENT */
.who-we-are-content {
  animation: fadeLeft 1s ease;
}

.who-text {
  line-height: 1.8;
  color:#00045f;
  margin-bottom: 15px;
}

.who-text.highlight {
  font-weight: 500;
  color:#00045f;
  border-left: 4px solid #2c7be5;
  padding-left: 15px;
}

/* RIGHT APPROACH */
.about-approach {
  animation: fadeRight 1s ease;
}

.approach-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.approach-card {
  background: #fff;
  padding: 20px;
  border-radius: 2px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.55);
  transition: all 0.3s ease;
  position: relative;
}

.approach-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 2px;
   background: linear-gradient(135deg, #2f5bea, #1a6630);
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
}

.approach-card:hover {
  transform: translateY(-6px);
}

.approach-card:hover::before {
  opacity: 1;
}

.approach-card h5 {
  font-weight: 600;
  margin-bottom: 8px;
    font-size: 2.1rem;
    color: #00744f;
}

.approach-card p {
  font-size: 1.6rem;
  color:#00045f;
}

/* Hover text color */
.approach-card:hover h5,
.approach-card:hover p {
  color: #fff;
}

/* Animations */
@keyframes fadeLeft {
  from { opacity: 0; transform: translateX(-40px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeRight {
  from { opacity: 0; transform: translateX(40px); }
  to { opacity: 1; transform: translateX(0); }
}

/* Responsive */
@media (max-width: 768px) {
  .approach-grid {
    grid-template-columns: 1fr;
  }

  .who-we-are {
    padding: 60px 0;
  }
}
.about-purpose {
  padding: 100px 20px;
  margin: auto;
    background: 
    linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)),
    url("img/commercial/commertial-9.webp"); /* change image path */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #ffffff;
}

.purpose-block {
  max-width: 820px;
  margin: auto;
  text-align: center;
  color: #fff;
}

.purpose-label {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color:#bfc6bd;
  margin-bottom: 12px;
  position: relative;
}

.purpose-label::after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #256628;
  border-radius: 10px;
  margin: 8px auto 0;
  transition: width 0.6s ease;
}

.purpose-block.show .purpose-label::after {
  width: 40px;
}

.purpose-block h2 {
  font-size: 40px;
  margin-bottom: 18px;
  line-height: 1.3;
  color: #007651;
  font-weight: 700;
}

.purpose-block p {
  font-size: 18px;
  line-height: 1.9;
  color: #9aa698;
}

/* Divider */
.divider-line {
  width: 120px;
     height: 2px;
    background: linear-gradient(265deg, transparent, #ffffff, transparent);
  margin: 80px auto;
}

/* Responsive */
@media (max-width: 768px) {
  .purpose-block h2 {
    font-size: 28px;
  }

  .purpose-block p {
    font-size: 16px;
  }
}
.our-core-about {
  padding: 100px 20px;
  background: #fff;
  text-align: center;
}

.core-title {
  font-size: 42px;
  margin-bottom: 80px;
  color: #0f5006;
  font-weight: 600;
}

.core-diamond-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

.diamond-item {
  width: 180px;
}

.diamond {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  margin: auto;
  background: #20630d;
  transform: rotate(45deg);
  display: grid;
  place-items: center;
  transition: all 0.4s ease;
}

.diamond span {
  transform: rotate(-45deg);
  font-size: 32px;
  color: #fff;
}

.diamond-item h4 {
  margin-top: 30px;
  font-size: 18px;
  color: #111;
}

.diamond-item p {
  font-size: 14px;
  line-height: 1.6;
  color: #072883;
  margin-top: 8px;
}

/* Center highlight (orange diamond) */
.highlight .diamond {
  background: #203792;
  box-shadow: 0 20px 60px #135df2;
  border-radius: 10px;
}

/* Hover effect */
.diamond-item:hover .diamond {
  transform: rotate(45deg) scale(1.08);
  box-shadow: 0 15px 40px rgba(0,0,0,0.25);
}
.fade-core {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.9s cubic-bezier(.19,1,.22,1);
}
.why-showcase {
  padding: 120px 0;
  position: relative;
  padding: 100px 20px;
  margin: auto;
    background: 
    linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)),
    url("img/about/about12.png"); /* change image path */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #ffffff;
}
.why-title-wrap {
  max-width: 900px;      /* content neat gaa untadi */
  margin: 0 auto;        /* full section lo center */
}

.why-eyebrow {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color:#dcdcdc;
  margin-bottom: 12px;
}
.why-title {
  font-size: 40px;
  font-weight: 700;
  color: #000364;
}
.why-title1 {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
}

.why-title span {
  color: #068235;
  position: relative;
}

.why-title span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 60%;
  height: 2px;
  background: #068235;
  transform: translateX(-50%);
}

.why-subtitle {
  font-size: 16px;
  line-height: 1.8;
  color: #9ea5aa;
}
@media (max-width: 768px) {
  .why-title {
    font-size: 30px;
  }

  .why-title-wrap {
    padding: 0 10px;
  }
}

/* Top line */
.why-showcase::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    #999,
    transparent
  );
}

/* Bottom line */
.why-showcase::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    #999,
    transparent
  );
}
@media (max-width: 768px) {
  .why-showcase::before,
  .why-showcase::after {
    width: 92%;
  }
}

.fade-core.show {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .core-diamond-row {
    gap: 30px;
  }

  .diamond-item {
    width: 100%;
    max-width: 260px;
  }

  .core-title {
    font-size: 30px;
  }
}
.why-showcase {
  padding: 120px 0;
}

.why-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.why-item {
  cursor: pointer;
  padding-left: 22px;
  border-left: 3px solid transparent;
  transition: all 0.35s ease;
}

.why-item h4 {
  font-size: 20px;
  margin-bottom: 6px;
}

.why-item p {
  font-size: 15px;
  color: #9ea5aa;
  line-height: 1.6;
}

.why-item:hover,
.why-item.active {
  border-color: #068235;
  border-radius: 10px;
}

.why-item.active h4 {
  color: #ffffff;
}

/* RIGHT SIDE IMAGE */
.why-visual {
  position: relative;
  height: 420px;
}

.why-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  opacity: 0;
  transform: scale(0.96);
  transition: all 0.6s ease;
}

.why-img.show {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .why-visual {
    height: 260px;
    margin-top: 40px;
  }

  .why-item {
    border-left: none;
    border-bottom: 2px solid #eee;
    padding: 0 0 16px;
  }
}
 

.our-commitment-title{
  color: #21721e;
  margin-bottom: 50px;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
}
.our-commitment-subtitle{
    color: #0c174b;
  margin-bottom: 50px;
  font-weight: 600;
}
.excellence-wrapper {
   position: relative;
  padding: 100px 20px;
  margin: auto;
   background: linear-gradient(rgb(226 214 214 / 65%), rgba(0, 0, 0, 0.65));
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #ffffff;
}

.excellence-layout {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 70px;
}

.excellence-content {
  position: sticky;
  top: 120px;
}

.excellence-content h2 {
  font-size: clamp(32px, 4vw, 48px);
}

.excellence-content span {
  color: #0a74da;
}

.excellence-points {
  display: grid;
  gap: 22px;
}

.excellence-card {
  background: #fff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}
.process-wrapper {
  background: #0c1b2a;
  overflow: hidden;
  padding: 120px 0;
}

.process-track {
  display: flex;
  gap: 40px;
  padding-left: 10%;
  will-change: transform;
}

.process-step {
  min-width: 280px;
  padding: 40px;
  border-radius: 20px;
  background: linear-gradient(135deg, #0a74da, #003b8f);
  color: #fff;
  font-size: 24px;
  text-align: center;
  flex-shrink: 0;
}

/* Mobile: switch to vertical */
@media (max-width: 768px) {
  .process-track {
    flex-direction: column;
    transform: none !important;
  }
}
.industrial-wapper-title{
    color: #21721e;
  margin-bottom: 50px;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
}
.industry-wrapper {
   
    color: #ffffff;
    padding: 100px 8%;
    text-align: center;
    margin: 20px 0px 10px 0px ;
}

.industry-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.industry-item {
  padding: 28px;
  border-radius: 18px;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(14px);
}
.promise-wrapper {
  background: #fff;
  padding: 10px 8%;
}

.promise-header {
  text-align: center;
  margin-bottom: 80px;
}

.promise-track {
  max-width: 900px;
  margin: auto;
  display: grid;
  gap: 22px;
  
    margin: 0px 0px 30px 12%;
}

.promise-item {
  padding: 26px 32px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f0f6ff, #ffffff);
  border-left: 6px solid #06283b;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}
.industry-item {
  padding: 28px;
  border-radius: 5px;
  background: rgb(0 0 0 / 78%);
  backdrop-filter: blur(14px);
  color: #ffffff;
  transition: box-shadow 0.3s ease;
  will-change: transform;
}

.industry-item:hover {
  box-shadow: 0 30px 70px rgb(16 7 255 / 25%);
}

@media (max-width: 900px) {
  .excellence-layout {
    grid-template-columns: 1fr;
  }
.promise-track
{
      margin: 0px 0px 30px 0px;
}
  .excellence-content {
    position: relative;
  }
}
/* Excellence */
.excellence-card {
  opacity: 0;
  transform: translateX(120px) scale(0.95);
  color: #ffffff;
  background: #007651;
  border-radius: 2px;
  width: 70%;
  margin: 10px 2px 0px 0px;
}

/* Industry */
.industry-item {
  transform: translateY(0);
}

/* Promise */
.promise-item {
  opacity: 0;
  transform: translateY(120px) scale(0.9);
}
.promise-item {
    transition: box-shadow 0.3s ease;
    background: #286f25;
    color: white;
    border-radius: 4px;
}

.promise-item:hover {
  box-shadow: 0 30px 70px rgba(10,116,218,0.2);
}

/* =================================================
    ABOUT SECTION MANAGEMENT ENDS HERE
==================================================== */
/* ==============================
   contact-section starts here
============================== */

/* ================= CONTACT PAGE BANNER ================= */

.contact-page-banner {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  padding: 0 8%;
  background:
    linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)),
    url("img/contact/contact-1.png");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

/* Overlay motion */
.contact-page-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at left,
    rgba(0,0,0,0.6),
    transparent 70%
  );
  animation: overlayMove 10s ease-in-out infinite alternate;
}

/* ===== DEPTH REVEAL ANIMATION ===== */

.contact-page-content {
  position: relative;
  max-width: 820px;
  color: #ffffff;

  /* Initial hidden state */
  opacity: 0;
  transform: scale(0.94);
  filter: blur(6px);

  animation: depthReveal 1.4s cubic-bezier(.16,1,.3,1) forwards;
}

/* Stagger feel using delays */
.contact-page-label {
  animation: textFocus 1.9s cubic-bezier(.16,1,.3,1) forwards;
  animation-delay: 0.2s;
  opacity: 0;
  display: block;
  margin-bottom: 16px;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #cfd6d1;
  margin-bottom: 16px;
}

.contact-page-title {
  animation: textFocus 1.9s cubic-bezier(.16,1,.3,1) forwards;
  animation-delay: 0.45s;
  opacity: 0;
  color: #6a8e65;
  font-weight: 600;
  margin-bottom: 28px;
}

.contact-page-description {
  animation: textFocus 1.9s cubic-bezier(.16,1,.3,1) forwards;
  animation-delay: 0.7s;
  opacity: 0;
  margin: 0;
  color:#849184;
}

/* ===== KEYFRAMES ===== */

@keyframes depthReveal {
  to {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}

@keyframes textFocus {
  from {
    opacity: 0;
    transform: translateY(14px);
    filter: blur(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

/* ================= ANIMATIONS ================= */

@keyframes contentReveal {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes overlayMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(40px);
  }
}

/* ================= RESPONSIVE ================= */

@media (max-width: 768px) {
  .contact-page-banner {
    padding: 0 16px;
    min-height: 65vh;
    text-align: left;
  }

  .contact-page-title {
    font-size: 30px;
  }
}

  /*=====================================*/
/* ================= CONTACT HUB ================= */

.reachout-hub {
  background: #f2f2f2;
  padding: 100px 20px;
}

.reachout-shell {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 50px;
  align-items: flex-start;
}

/* ===== LEFT FORM ===== */

.reachout-form-area {
  background: #ffffff;
  padding: 50px;
  border-radius: 6px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}

.reachout-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #222;
}

.reachout-form {
  display: grid;
  gap: 18px;
}

.reachout-form input,
.reachout-form select,
.reachout-form textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  outline: none;
}

.reachout-form input:focus,
.reachout-form select:focus,
.reachout-form textarea:focus {
  border-color: #0a74da;
}

/* Submit Button */
.reachout-submit {
  margin-top: 10px;
  background: #1e8a14;
  color: #fff;
  padding: 14px;
  border: none;
  border-radius: 30px;
  font-size: 15px;
  cursor: pointer;
  width: 160px;
}

.reachout-submit:hover {
  background: #084fa3;
}

/* ===== RIGHT INFO CARD ===== */

.reachout-info-area {
  background: #ffffff;
  padding: 45px;
  border-radius: 6px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}

.info-title {
  font-size: 22px;
  margin-bottom: 25px;
  font-weight: 700;
  color: #222;
}

.info-block {
  margin-bottom: 22px;
}

.info-block h5 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #000;
}

.info-block p {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 900px) {
  .reachout-shell {
    grid-template-columns: 1fr;
  }

  .reachout-info-area {
    order: -1;
  }
}

@media (max-width: 600px) {
  .reachout-form-area,
  .reachout-info-area {
    padding: 30px;
  }

  .reachout-title {
    font-size: 24px;
  }
}
/* ================= ENHANCED INTERACTIONS ================= */

/* Smooth base animation */
* {
  transition: all 0.25s ease;
}

/* Card entrance animation */
.reachout-form-area,
.reachout-info-area {
  animation: fadeUp 0.8s ease both;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== FORM FIELD EFFECT ===== */

.reachout-form input,
.reachout-form select,
.reachout-form textarea {
  background: #fafafa;
}

.reachout-form input:hover,
.reachout-form select:hover,
.reachout-form textarea:hover {
  border-color: #aaa;
}

/* Focus glow */
.reachout-form input:focus,
.reachout-form select:focus,
.reachout-form textarea:focus {
  border-color: #0a74da;
  box-shadow: 0 0 0 4px rgba(10, 116, 218, 0.12);
  background: #fff;
}

/* ===== BUTTON INTERACTION ===== */

.reachout-submit {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  letter-spacing: 0.4px;
}

/* Lift on hover */
.reachout-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(10,116,218,0.35);
}

/* Click feedback */
.reachout-submit:active {
  transform: scale(0.97);
}

/* ===== RIGHT INFO POLISH ===== */

.info-block {
  padding-left: 12px;
  border-left: 3px solid transparent;
}

.info-block:hover {
  border-left-color: #0a74da;
  padding-left: 18px;
}

/* Title underline animation */
.info-title::after,
.reachout-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #1c7015;
  margin-top: 10px;
  border-radius: 10px;
}

/* ===== PREMIUM BACKGROUND FEEL ===== */

.reachout-hub {
  background:
    radial-gradient(circle at top right, #e6f0ff, transparent 60%),
    radial-gradient(circle at bottom left, #ffffff, #f2f2f2);
}

/* ===== MOBILE UX BOOST ===== */

@media (max-width: 768px) {
  .reachout-submit {
    width: 100%;
  }

  .reachout-shell {
    gap: 35px;
  }
}

/* ===== MICRO DETAIL ===== */

::placeholder {
  color: #999;
  font-size: 14px;
}
.error {
  display: block;
  color: #d93025;
  font-size: 13px;
  margin-top: -10px;
  margin-bottom: 12px;
}
/* ===== ABOUT SOCIAL ICONS ===== */

.about-social-icons {
  display: flex;
  gap: 14px;
  margin-top: 25px;
}

.about-social-icons a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f2f2f2;
  color: #0a74da;
  font-size: 16px;
  text-decoration: none;
}

.about-social-icons a:hover {
  background: #0c5612;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(10,116,218,0.35);
}

/* Mobile Center */
@media (max-width: 768px) {
  .about-social-icons {
    justify-content: center;
  }
}
/* ===== QUICK INQUIRY SECTION ===== */

.quick-inquery-btn {
 position: relative;
  padding: 100px 20px;

  background-image: url("img/about/about13.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.quick-inquery-btn::before {
  content: "";
  position: absolute;
  inset: 0;

    background: linear-gradient(rgb(12 12 10 / 27%), rgb(91 88 88 / 23%));
  z-index: 0;
}
.quick-inquery-btn > * {
  position: relative;
  z-index: 1;
}

.quick-inquery-wrap {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.quick-inquery-title {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
}

.quick-inquery-subtitle {
  max-width: 620px;
  margin: 12px auto 50px;
  color: #555;
  font-size: 16px;
}

/* ===== CARDS GRID ===== */

.quick-inquery-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* ===== CARD ===== */

.inquery-card {
  background: #fff;
  padding: 45px 30px;
  border-radius: 14px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.08);
  text-align: left;
  position: relative;
}

.inquery-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #111;
}

.inquery-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 28px;
}

/* Highlight middle card */
.inquery-card.featured {
  transform: translateY(-10px);
  border-top: 4px solid #0a74da;
}

/* ===== BUTTONS ===== */

.inquery-btn {
  display: inline-block;
  padding: 13px 28px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Primary */
.inquery-btn.primary {
  background: #0a74da;
  color: #fff;
}

.inquery-btn.primary:hover {
  background: #084fa3;
  box-shadow: 0 10px 25px rgba(10,116,218,0.35);
}

/* Accent (Best CTA) */
.inquery-btn.accent {
  background: linear-gradient(135deg, #0a74da, #084fa3);
  color: #fff;
}

.inquery-btn.accent:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 35px rgba(10,116,218,0.45);
}

/* Outline */
.inquery-btn.outline {
  border: 2px solid #0a74da;
  color: #0a74da;
}

.inquery-btn.outline:hover {
  background: #0a74da;
  color: #fff;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 992px) {
  .quick-inquery-cards {
    grid-template-columns: 1fr 1fr;
  }

  .inquery-card.featured {
    transform: none;
  }
}

@media (max-width: 600px) {
  .quick-inquery-cards {
    grid-template-columns: 1fr;
  }

  .inquery-card {
    text-align: center;
  }
}
/* ===== SECTION BASE ===== */

.quick-inquery-btn {
  padding: 100px 20px;
  background: url("img/about/about31.jpg");
  background-position: center bottom;
}

.quick-inquery-wrap {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.quick-inquery-title {
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 700;
}

.quick-inquery-subtitle {
  max-width: 650px;
  margin: 14px auto 55px;
  color:#dbdbdb;
}

/* ===== GRID ===== */

.quick-inquery-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  perspective: 1200px;
}

/* ===== CARD ===== */

.inquery-card {
  position: relative;
  background: rgb(242 242 242 / 85%);
  backdrop-filter: blur(10px);
  padding: 48px 34px;
  border-radius: 18px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.08);
  text-align: center;
  transform-style: preserve-3d;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  overflow: hidden;
    display: flex;
  flex-direction: column;
  height: 100%;

}



.inquery-card:hover .card-glow {
  opacity: 1;
}



.inquery-card h3 {
  font-size: 24px;
    margin-bottom: 12px;
    color: darkgreen;
    font-style: italic;
    font-weight: 600;
}

.inquery-card p {
      font-size: 15px;
    line-height: 1.9;
    margin-bottom: 30px;
    font-style: italic;
    font-weight: 400;
    color: #0b0b36;
    flex-grow: 1;
}

/* Featured */
.inquery-card.featured {
  border-top: 4px solid #2c5a12;
}

/* ===== BUTTONS ===== */

.inquery-btn {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  margin-top: auto;
  align-self: center;
  min-width: 200px;
  text-align: center;
}

.inquery-btn.primary {
  background: #0a74da;
  color: #fff;
}

.inquery-btn.accent {
  background: linear-gradient(323deg, #206b16, #206b16);  color: #fff;
  animation: pulse 2.8s infinite;
}

.inquery-btn.outline {
  border: 2px solid #0a74da;
  color: #0a74da;
}

@keyframes pulse {
   0%,100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45);
  }
  50% {
    box-shadow: 0 0 0 14px rgba(34, 197, 94, 0);
  }
}

/* ===== RESPONSIVE ===== */

@media (max-width: 992px) {
  .quick-inquery-cards {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .quick-inquery-cards {
    grid-template-columns: 1fr;
  }

  .inquery-card {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .inquery-card {
    text-align: center;
  }

  .inquery-btn {
    align-self: center;
  }
}
.what-happen-contact {
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
}

.section-titlec {
  font-weight: 700;
  font-size: 2.3rem;
  margin-bottom: 10px;
  color: #21721e;
}
.section-titlec::after {
    content: "";
    width: 50px;
    height: 3px;
    border-radius: 10px;
    background: #3c7829;
    display: block;
    margin: 10px auto 0;
}
.section-subtitlec {
  color: #181818ed;
  max-width: 600px;
  margin: 0 auto;
}

.step-card {
  background: #fff;
  border-radius: 14px;
  padding: 30px;
  height: 100%;
  position: relative;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.step-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.step-number {
  position: absolute;
  top: -20px;
  right: 20px;
  font-size: 3rem;
  font-weight: 800;
  color: rgb(16 96 24 / 62%);
}

.step-card h5 {
  font-weight: 600;
  margin-bottom: 12px;
  color: #000364;
}

.step-card p {
    color: #2f662a;
    font-size: 1.5rem;
    line-height: 1.6;
}

.step-card.highlight {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
}

.step-card.highlight p,
.step-card.highlight h5 {
  color: #fff;
}


.connect-with-us-contact {
  padding: 80px 20px;
  text-align: center;
}

.connect-heading {
  font-weight: 600;
  margin-bottom: 10px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.social-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
       /* was 64px */      /* was 64px */
  font-size: 20px; 
}

/* Base circle */
.social-item {
  width: 64px;
  height: 64px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 26px;
  position: relative;
  box-shadow: 0 10px 25px rgba(0,0,0,.15);
  transition: all 0.3s ease;
}


/* Tooltip arrow */

/* Hover */
.social-item:hover {
  transform: translateY(-10px);
}

.social-item:hover::after,
.social-item:hover::before {
  opacity: 1;
  transform: translateY(0);
}

/* Active center icon (Instagram) */
.social-item.active {
    background: #ffffff;
    color: #000000;
    transform: scale(1.15);
}

.social-item.active::after,
.social-item.active::before {
  opacity: 1;
}

/* Brand colors on hover */
.facebook:hover { color: #1877f2; }
.twitter:hover { color: #383e41; }
.github:hover { color: #000; }
.youtube:hover { color: #ff0000; }
.linkedin:hover { color: #0a66c2; }
.instagram:hover { color: #fff; background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%); }





.faq-section {
  position: relative;
  padding: 60px 15px;
  overflow: hidden;
}

/* Blurred background image */
.faq-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("img/contact/contact-5.jpg") center / cover no-repeat;
  filter: blur(2px);
  transform: scale(1.1); /* prevents edge cut */
  z-index: 0; 

}

/* Gradient overlay */
.faq-section::after {
  content: "";
  position: absolute;
  inset: 0;
background: radial-gradient(circle at center, #2e282800 35%, rgba(0, 0, 0, .35)), linear-gradient(to bottom, rgb(0 0 0 / 56%), rgb(0 0 0 / 23%));
}

/* Keep FAQ content above background */
.faq-section > * {
  position: relative;
  z-index: 2;
}
.faq-title {
text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
    color:#ceffce;
    font-family: cursive;
    font-weight: lighter;
}

.faq-item {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 20px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question:focus {
  outline: none;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 20px;
}

.faq-answer p {
  padding-bottom: 20px;
  color: #081747;
  line-height: 1.6;
}

.faq-item.active .faq-answer {
  max-height: 300px;
}

.icon {
  font-size: 24px;
  transition: transform 0.3s ease;
}

.faq-item.active .icon {
  transform: rotate(45deg);
}

/* Mobile */
@media (max-width: 768px) {
  .faq-title {
    font-size: 26px;
  }
  .faq-question {
    font-size: 16px;
  }
}

/* SECTION */
.our-commit-contact {
  padding: 80px 0;
  background: #f8fafc;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.commit-head {
  text-align: center;
  margin-bottom: 50px;
}

.commit-title {
  font-size: 36px;
  font-weight: 700;
  color:darkgreen;
}

.commit-subtitle {
  color: #041d6f;
  margin-top: 10px;
}

/* SLIDER */
.commit-stack {
  position: relative;
  overflow: hidden;
}

.commit-track {
  display: flex;
  transition: transform 0.6s ease;
}

/* SLIDE */
.commit-feature {
  min-width: 100%;
  display: flex;
  justify-content: center;
}

/* CARD */
.feature-inner {
  width: 420px;
  height: 320px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.7s;
}

.commit-feature:hover .feature-inner {
  transform: rotateY(180deg);
}

/* FRONT & BACK */
.feature-front,
.feature-back {
  position: absolute;
  inset: 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  text-align: center;
}

.feature-back {
transform: rotateY(180deg);
    font-size: 19px;
    color: #000c98;
    font-weight: 600;
}

/* IMAGE SIZE INCREASED */
.feature-front img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-bottom: 20px;
    border-radius: 4px;
    margin-top: 40px;
}

.feature-front h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000364;
}

/* ARROWS */
.commit-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  font-size: 28px;
  padding: 12px 16px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
}

.commit-arrow.left { left: 15px; }
.commit-arrow.right { right: 15px; }

/* DOTS */
.commit-dots {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.commit-dots span {
  width: 10px;
  height: 10px;
  background:#050983;
  border-radius: 50%;
  margin: 0 6px;
  cursor: pointer;
}

.commit-dots span.active {
  background: darkgreen;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .commit-title {
    font-size: 28px;
  }

  .feature-inner {
    width: 90%;
    height: 300px;
  }

  .feature-front img {
    width: 100%;
    border-radius: 10px;
  }
}



/*google map*/
.footermap {
  background: url('img/contact/contact-10.png') center/cover no-repeat;
  padding: 80px 0;
  position: relative;
}

/* Card */
.footermap-card {
  border-radius: 12px;
  border: none;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  overflow: hidden;
}

/* Map area inside card */
.footermap-map {
  background: #e9ecef;
  height: 160px;
  position: relative;
}

.footermap-map i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  color: #2b6cb0;
}

/* Social icons */
.footermap-social i {
  font-size: 18px;
  margin-right: 10px;
  color: #2b6cb0;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 767px) {
  .footermap {
    padding: 40px 0;
  }

  .footermap-card {
    margin: 0 auto;
  }
}

/*google map end here*/



/*==============================*/

    /* ==============================
   contact-section ends here
============================== */


/* ===== PRELOADER ===== */
#preloader{
  position:fixed;
  inset:0;
  background:#ffffff;
  display:flex;
  justify-content:center;
  align-items:center;
  z-index:99999;
}

.smart-loader{
  position:relative;
  width:160px;
  height:160px;
}

.smart-loader img{
  width:90px;
  position:absolute;
  inset:0;
  margin:auto;
  z-index:2;
}

.orbit{
  position:absolute;
  inset:0;
  border:3px solid #243f6b;
  border-radius:50%;
  animation:spin 4s linear infinite;
}

.dot{
  position:absolute;
  width:8px;
  height:8px;
  background:#2e8b57;
  border-radius:50%;
  top:50%;
  left:50%;
  transform-origin:-60px center;
  animation:signal 2s linear infinite;
}

.d2{animation-delay:.4s;}
.d3{animation-delay:.8s;}

@keyframes spin{
  to{transform:rotate(360deg);}
}
@keyframes signal{
  to{transform:rotate(360deg);}
}

/* Mobile optimization */
@media (max-width: 576px) {
  .smart-loader{
    width:120px;
    height:120px;
  }

  .smart-loader img{
    width:70px;
  }

  .dot{
    width:6px;
    height:6px;
  }
}