/* @import url('../../../css'); */

/*[debugging.css]*/
@import url('header.css');
@import url('page-css/services-page-style.css');
@import url('page-css/team-page-style.css');
@import url('page-css/testimonials-page-style.css');
@import url('page-css/faq-page-style.css');
@import url('page-css/blog-pages-style.css');
@import url('page-css/priceing.css');
@import url('page-css/appointment-page.css');
@import url('page-css/contact-page-style.css');
@import url('page-css/footer.css');
@import url('hover.css');
@import url('animate.css');

@font-face {
  font-family: AS_Speedway;
  src: url(../fonts/AS_Speedway.ttf);

}

/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
}

a.navbar-brand {
  width: 245px;
}

ul {
  /* list-style: none; */
  padding: -48px;
}

a {
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  /*font-family: "Poppins", sans-serif;*/
  color: #000;
  margin: 0;
  padding: 0;
}

p {
  font-size: 16px;
  color: #363636;
  line-height: 28px;
  font-family: 'Open Sans', sans-serif;
}

.icons {
  margin: 10px;
}

/*** 

====================================================================
  Scroll To Top style
====================================================================

***/
#scroll {
  position: fixed;
  z-index: 999;
  right: 12px;
  bottom: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #e6760c;
  border: solid 2px #e6760c;
  /*border-radius: 50px;*/
  /*box-shadow: 0px 0px 3px 4px rgb(123, 123, 123);*/
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 44%;
  margin-left: -8px;
  margin-top: -17px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

#scroll:hover {
  border: solid 2px #e6760c;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

/*** 

====================================================================
  End Scroll To Top style
====================================================================

***/

.row.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px;
}

.padd-r-none {
  padding-right: 0;
}

.padd-l-none {
  padding-left: 0;
}

.pd-left-50 {
  padding-left: 50px;
}

.mr-btm-0 {
  margin-bottom: 0 !important;
}

.mb-60 {
  margin-bottom: 45px;
}

.brd-r-0 {
  border-right: 0 !important;
}

.spacer-50 {
  width: 100%;
  height: 20px;
  float: left;
}

.bg-gray-light {
  background-color: #f7f7f7;
}

/*** 

====================================================================
  image block style
====================================================================

***/
img {
  max-width: 100%;
}

.image_thumb {
  overflow: hidden;
  /*display: inline-block;*/
  position: relative;
  z-index: 3;
  cursor: pointer;
  box-shadow: 0 0px 17px #d2cfcf;
  background-color: #FFF;
  padding: 6px;
}

.image_thumb:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  cursor: pointer;
}

.image_thumb img {
  max-width: 100%;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.image_thumb:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.image_thumb:hover:before {
  opacity: 1;
}

#success {
  display: none;
}

#error {
  display: none;
}

.display_table {
  display: table;
  width: 100%;
}

.display_table_row {
  display: table-row;
}

.display_table_cell {
  display: table-cell;
  float: none !important;
}

iframe {
  border: none;
}

i:before {
  margin-left: 0px !important;
}

/* Btn css*/
.btn-full {
  width: 100% !important;
  display: inline-block;
  text-align: center;
}

.btn-xlg {
  padding: 15px 50px
}

.btn-lg {
  padding: 12px 30px;
  display: inline-block;
}

.btn-md {
  padding: 11px 20px;
  display: inline-block;
}

.btn-xs {
  padding: 11px 15px 10px;
  display: inline-block;
}

/* .theme-btn{
  color: #e6760c;
  background-color:#ffffff;
  border-radius: 40px;
  font-size: 18px;
  margin-top: 10px;
  float: left;
  letter-spacing: 0.3px;
  font-family: 'Roboto', sans-serif;
  border: none;
} */
.theme-btn:hover {
  /* background: #000; */
  /* color: #FFF; */
  text-decoration: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.theme-btn:focus {
  color: #000;
}

.theme-btn-second {
  color: #FFF;
  background-color: #4f5368;
  border-radius: 4px;
  font-size: 16px;
  margin-top: 10px;
  float: left;
  letter-spacing: 0.3px;

}

.theme-btn-second:hover {
  background: #000;
  color: #FFF;
  text-decoration: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.theme-btn-brd {
  color: #649a38;
  background-color: #FFF;
  border: 2px solid #649a38;
  border-radius: 0px;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 30px;
  letter-spacing: 0.3px;

}

.theme-btn-brd:hover {
  background: #649a38;
  border: 2px solid #649a38;
  color: #FFF;
  text-decoration: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}


.item {
  margin: 1px;
  /* Adds space between each client box */
}

.client-img-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin: 0px;
  /* increase horizontal space */
  width: auto;

}

.client-img-holder img {
  width: auto;
  /* Keeps the image proportional */
  max-width: 100%;
  /* Ensures it doesn't overflow */
  height: auto;
  /* Keeps aspect ratio */
  display: block;
}



/* End btn css*/

/* Main title css
============================================================================================ */
.sec_middle_title {
  text-align: center;
  max-width: 1040px;
  margin: auto;
  padding-bottom: 20px;
}

.sec_middle_title h1 {
  font-size: 40px;
  color: #242424;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: .90px;
  padding-bottom: 20px;
}

.sec_middle_title h1::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #000;
  display: block;
  position: relative;
  top: 10px;
  left: 0;
  margin: auto;
}

.sec_middle_title h1 span {
  font-size: 40px;
  color: #e6760c;
  font-weight: 300;
}

.sec_middle_title h2 span {
  color: #18ba60;
}

.sec_middle_title p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: .34px;
}


/*** 

====================================================================
  Main Slider style
====================================================================

***/
.slider_area.mr_top {
  margin-top: 132px;
}

.slider_area {
  min-width: 0;
  min-height: 0;
  background-color: #000;
  overflow: hidden;
}

.slider_area .container-fluid {
  position: relative;
  padding-left: 0;
}

.slider_area .col-lg-12 {
  position: relative;
  padding: 0;
}

.slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.slider_area .owl-carousel {
  padding: 0;
  position: relative;
}

.slider_area .slide-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
}

.slider_area .carousel-captions {
  position: absolute;
  top: 30%;
  width: 500px;
  z-index: 250;
  --webkit-transform: translateY(-50%);
}

.slider_area .carousel-captions.caption-align-center {
  text-align: center;
  width: 80%;
}

.slider_area .carousel-captions .caption-align-center-wrap {
  margin: 0 auto;
}

.slider_area .carousel-captions .small-heading {
  /* display: block; */
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  animation: fadeInleft 0.5s both 0.4s;
  width: auto;
  text-transform: uppercase;
}

.slider_area .carousel-captions .heading {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 46px;
  text-transform: uppercase;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .2);
  font-weight: bold;
  line-height: 55px;
}

.slider_area .carousel-captions .heading.color {
  color: #FFF;
}

.slider_area .carousel-captions .btn {
  font-size: 16px;
  text-transform: capitalize;
  padding: 12px 19px 12px 20px;
  ;
  border-radius: 50px;
}

.slider_area .btn-outline.lighter {
  color: #fff;
  /* margin-top: 20px; */
  /* margin-right: 20px; */
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  border-color: rgba(255, 255, 255, .2);
  background-color: #E6760C;
  font-size: 16px;
}

.slider_area .owl-nav {
  margin-top: -50px;
  text-align: center;
}

.slider_area .owl-nav [class*=owl-] {
  width: 37px;
  height: 37px;
  color: #242424;
  line-height: 35px;
  padding: 0;
  background: transparent;
  border: 1px solid #242424;
  text-align: center;
  border-radius: 0;
  font-size: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.slider_area .owl-nav [class*=owl-]:hover {
  /*opacity: .55;
  filter: alpha(opacity=55);*/
  background: rgba(0, 0, 0, 0.5);
}

.slider_area .owl-nav .owl-next {
  margin-right: 10px;
  top: 40%;
  right: -10px;
  position: absolute;
  color: #FFF;
  font-size: 35px;
  margin: 5px;
  padding: 0px;
  background: rgba(255, 255, 255, 0.3);
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 5px;
  width: 58px;
  height: 58px;
  border: none;
  line-height: 56px;
}

.slider_area .owl-nav .owl-prev {
  margin-right: 10px;
  top: 40%;
  left: 0px;
  position: absolute;
  color: #FFF;
  font-size: 35px;
  margin: 5px;
  padding: 0px;
  background: rgba(255, 255, 255, 0.3);
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 5px;
  width: 58px;
  height: 58px;
  border: none;
  line-height: 56px;
}

/*End Slder*/

/*** 

====================================================================
  Start About Section
====================================================================

***/
.about_area {
  padding: 50px 0;
}

.about_area .img_right {
  widows: 368px;
  height: 532px;
  float: right;
  margin: 0 0 8px 33px;
}

.about_content_area {
  float: left;
  width: 100%;
}

.about_content_area h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 24px;
}

.about_content_area h1 span {
  color: #e6760c;
  font-weight: 300;
}

.about_content_area_2 .img_left {
  widows: 304px;
  float: left;
  margin-right: 30px;
}

.about_content_area_2 {
  width: auto;
  padding-top: 50px;
}

.about_content_area_2 h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 24px;
}

.about_content_area_2 h1 span {
  color: #e6760c;
  font-weight: 300;
}

/*** 

====================================================================
  End About Section
====================================================================

***/


/* Start Wider Strip Section Area*/
.wider_strip {
  position: relative;
  padding: 40px 0;
  color: white;
  overflow: hidden;
}

.wider_strip::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/resource/images5.jpg) no-repeat center center/cover;
  filter: blur(6px);
  transform: scale(1.1);
  /* prevent edges from showing blur gap */
  z-index: 0;
}

.wider_strip::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.wider_strip * {
  position: relative;
  z-index: 2;
}

.wider_strip h1 {
  color: #FFF;
}

.wider_strip p {
  color: #FFF;
  margin-top: 15px;
}

/* .wider_strip .theme-btn:hover {
  background: #FFF;
  color: #000;
} */

/* End Wider Strip Section Area*/

.Header-button {
  display: flex;
  align-items: center;
}

/* Desktop */
@media (min-width: 768px) {
  .Header-button {
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .Header-button {
    flex-direction: row;
    width: 100%;
  }

  .Header-button a {
    width: 100%;
    /* full width button */
    text-align: center;
    /* center text */
    padding: 10px 15px;
  }
}


/* Start Service Section Area*/

.service_area {
  padding: 93px 0 70px 0;
}

.service_area .theme-btn {
  font-size: 18px;
  text-transform: uppercase;
  margin: 30px auto 0;
  display: table;
  float: none;
}

.service-block {
  position: relative;
  background-color: #f5f8f6;
  border-radius: 21px;
  padding: 10px;
  margin-bottom: 30px;
}

.service-block .inner-box {
  position: relative;
  text-align: center;
  border-radius: 20px;
  background-color: #f2f6fa;
  background-color: #fff;
  border: 1px solid #e6760c;
  padding: 30px 15px 10px 15px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  height: 340px;
  max-height: 100%;
}

.service-block .inner-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease;
  background: -webkit-linear-gradient(-90deg, #f25743, #eb3648 50%);
  transform: scale(1, 1);
}

.service-block .inner-box:hover:before,
.service-block .inner-box:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.services-section .service-block .inner-box {
  margin: 20px 0px;
}

.service-block .inner-box:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.20);
  background-color: #e6760c;
}

.service-block .icon-box {
  position: relative;
  display: inline-block;
  height: 105px;
  width: 105px;
  line-height: 105px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
  margin-bottom: 20px;
  z-index: 1;
}

.service-block .icon-box .icon {
  position: relative;
  display: block;
  font-size: 60px;
  color: #0d61a8;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .inner-box:hover .icon-box .icon {
  color: #eb4343;
}

.service-block h5 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  color: #242424;
  font-weight: 600;
  margin-bottom: 15px;
  z-index: 1;
}

.service-block h5 a {
  color: #181e44;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .inner-box:hover h5 a {
  color: #ffffff;
  text-decoration: none;
}

.service-block .inner-box:hover p {
  color: #ffffff;
  text-decoration: none;
}

.service-block .text {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #797979;
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 1;
}

.service-block .inner-box:hover .text {
  color: #ffffff;
}

.service-block .link-box {
  position: relative;
  z-index: 1;
  margin: 20px;
}

.service-block .link-box a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
  color: #e6760c;
  font-weight: 600;
  border-bottom: 1px solid #efabae;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .inner-box:hover .link-box a {
  color: #FFF;
  /*border-bottom: 1px solid #3580a0;*/
}

/* End Service Area Section*/

.meet_area {
  background: #f8f9fa;
  font-family: 'Poppins', sans-serif;
  padding: 60px 0;
}

.section-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222;
}

.section-title span {
  color: #e6760c;
  /* green highlight */
}

.expert-points {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
}

.meet-content p {
  color: #555;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}

.expert-points li {
  font-size: 16px;
  color: #444;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.expert-points li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #e6760c;
  font-weight: bold;
}

.about-us-section {
  background: #f8f9fb;
  padding: 40px 0;
  font-family: "Poppins", sans-serif;
}

/* Centered Heading */
.sec_middle_title {
  text-align: center;
  margin-bottom: 10px;
}

.sec_middle_title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #222;
  position: relative;
  display: inline-block;
}

.sec_middle_title h2 span {
  color: #e6760c;
  font-weight: 200;
}

.sec_middle_title h2::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #e6760c;
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Content Area */
.about-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}

.about-text {
  flex: 1 1 55%;
}

.about-text p {
  color: #444;
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 20px;
}

.about-points {
  list-style: none;
  padding: 0;
}

.about-points li {
  margin-bottom: 15px;
  color: #444;
  line-height: 1.7;
  position: relative;
  padding-left: 25px;
}

.about-points li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #e6760c;
  font-weight: bold;
}

.wider_strip .theme-btn {
  background: #E6760C;
  color: #fff;
  padding: 12px 19px 12px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  margin-top: 40px;
  transition: 0.3s;
  font-size: 18px;
  overflow: hidden;

}

/* Image Side */
.about-image {
  flex: 1 1 40%;
  display: flex;
  justify-content: center;
}

.about-image img {
  width: 100%;
  max-width: 450px;
  border-radius: 12px;

}





/* Responsive Design */
@media (max-width: 992px) {
  .about-content {
    flex-direction: column;
    text-align: center;
  }

  .about-text,
  .about-image {
    flex: 1 1 100%;
  }



  .about-image {
    order: 1;
    margin-bottom: 30px;
  }

  .sec_middle_title h2 {
    font-size: 30px;
  }

}

.theme-btn {
  background: #E6760C;
  color: #fff;
  padding: 12px 19px 12px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
  font-size: 18px;
  overflow: hidden;

}

/* .theme-btn:hover {
  background-color: #e6760c;
  color: #fff;
} */

.meet-image img {
  border-radius: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  height: 421px;
  width: 100%;
  margin-top: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
    text-align: center;
  }

  .achivement .block {
    margin-bottom: 50px;
    height: 200px !important;
  }

  .meet-content {
    text-align: center;
  }

  .meet-image img {

    width: 100%;
    height: 219px;
    margin-top: 20px;
  }


}


/* Start Meet Team Area Section*/
/* End meet Area Section*/

/* Start Testimonial Area Section*/
.testimonial-area {
  background-color: #E6760C;
  padding: 30px 0;
}

.testimonial-area .sec_middle_title h1::after {
  background-color: #FFF;
}

.testimonial-area .sec_middle_title h1 {
  color: #FFF;
}

.testimonial-area .sec_middle_title h1 span {
  font-size: 40px;
  color: #FFF;
  font-weight: 300;
}

.testimonial-area .testimonial_bx {
  width: 100%;
  position: relative;
  padding: 10px;
  background-color: #FFF;
  border-radius: 20px;
  float: left;
  height: 300px;
}

.testimonial-area .testimonial-inner-block {
  /* border: 1px solid #E6760C; */
  padding: 15px;
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  /* height: 480px; */
}

.testimonial-area .quote-icon {
  margin: auto;
  display: table;
}

.testimonial-area .quote-icon img {
  width: auto;
}

.testimonial-area .testimonial-block {
  padding-top: 20px;
}

.testimonial-area .testimonial-block p {
  color: #363636;
  text-align: center;
}

.testimonial-area .client-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: transparent;
  /*border: 4px solid rgba(173, 165, 165, 0.3);*/
  margin: 25px auto 0;
}

.testimonial-area .client-img img {
  border-radius: 50%;
}

.testimonial-area .s-rating {
  margin: 25px auto 0;
  display: table;
  width: auto;
}

.testimonial-area .s-rating img {
  width: auto;
}

.testimonial-area h4.name {
  font-size: 16px;
  line-height: 20px;
  padding-top: 15px;
  text-align: center;
  color: #000;
}

.testimonial-area h4.name span {
  font-size: 16px;
  color: #757575;
}

.testimonial-area .theme-btn {
  font-size: 16px;
  text-transform: uppercase;
  margin: 30px auto 0;
  display: table;
  float: none;
}

.testimonial-area .owl-dots {
  position: relative;
  text-align: center;
  margin-left: 12px;
  margin-top: -10px;
}

.testimonial-area .owl-dots .owl-dot {
  height: 12px;
  width: 12px;
  border: 1px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  margin-top: 50px;
}

.testimonial-area .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

.testimonial-area .owl-dots .owl-dot.active {
  background: #FFF;
}

.testimonial-area .item {
  padding-bottom: 30px;
}

/* End Testimonial-area Section*/

/* Start achivement Section*/
.achivement {
  position: relative;
  background: url(../img/resource/back.jpg) no-repeat center center/cover;
  padding: 55px 0;
  color: white;
  /* Makes all text inside white */
  overflow: hidden;
}

/* Create a dark, blurred overlay */
.achivement::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* Black overlay with 60% opacity */
  backdrop-filter: blur(6px);
  /* Blur effect */
  z-index: 1;
}

/* Ensure text stays above the overlay */
.achivement * {
  position: relative;
  z-index: 2;
}

.block {
  display: flex;
  flex-direction: column;
  /* stack icon and text vertically */
  justify-content: center;
  /* center vertically within the container */
  align-items: center;
  /* center horizontally */
  text-align: center;
  /* center text inside child elements */
  height: 100%;
  /* make sure parent gives it some height */
}


.achivement .block {
  width: auto;

}


.achivement .cnt-bx h1 {
  color: #FFF;
  font-size: 34px;
  margin-top: 10px;
  margin-left: -6px;
  font-weight: bold;
}

.achivement .cnt-bx p {
  color: #FFF;
  font-size: 16px;
}

/* End achivement area section*/

/* Start why choose us area section*/

.why-choose-us {
  padding: 50px 0;
}

.why-choose-us .padd-left-30 {
  padding-left: 30px;
  padding-top: 20px;
}

.why-choose-us .sm-heading h4 {
  font-size: 24px;
  font-weight: 400;
  color: #ff6c1c;
}

.why-choose-us .sm-heading h4::after {
  content: "";
  width: 208px;
  height: 2px;
  background: #ff6c1c;
  display: inline-block;
  position: relative;
  margin-left: 10px;
}

.why-choose-us h1 {
  font-size: 40px;
  font-weight: 700;
  margin-top: 35px;
}

.featured-area {
  padding-top: 50px;
}

.fea-col {
  width: 100%;
  float: left;
  background-color: #f7f7f7;
  border-top: 4px solid #ff6c1c;
  margin-bottom: 33px;
}

.fea-col-img {
  width: 130px;
  float: left;
}

.fea-col-cnt {
  width: 211px;
  float: left;
  padding-left: 20px;
  padding-top: 30px;
}

.fea-col-cnt h4 {
  font-size: 20px;
  color: #e6760c;
  margin-bottom: 20px;
}

.fea-col-cnt p {
  line-height: 24px;
}

.offer {
  width: 100%;
  float: left;
  padding: 40px 30px 0;
  margin-top: 20px;
  background: url(../img/resource/bg.jpg) no-repeat center center / cover;
  position: relative;
  color: white;
  /* White text */
  overflow: hidden;
}

/* Add a dark overlay on top of the image */
.offer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* Dark blur overlay */
  backdrop-filter: blur(5px);
  /* Adds blur effect */
  z-index: 0;
}

/* Ensure content stays above overlay */
.offer * {
  position: relative;
  z-index: 1;
  color: rgb(18, 15, 15);
}

.offer h1 {
  font-size: 40px;
  color: #FFF;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.offer p {
  color: #FFF;
  margin-top: 10px;
}

.offer .theme-btn {
  font-size: 16px;
  text-transform: uppercase;
  margin: 30px auto 0;
  display: table;
  padding: 13px;
  font-weight: bold;
  border-radius: 0;
  float: right;
  /* margin-left: 0px; */
  background: white;
  /* color: white; */
}

/* .offer .theme-btn:hover {
  background: #FFF;
  color: #000;
} */

.offer .theme-btn a {
  color: black;
}


.video-bx {
  /*height: 466px;*/
  overflow: hidden;
}

.video-image-box {
  position: relative;
}

.video-image-box .image {
  position: relative;
}

.video-image-box img {
  display: block;
  width: 100%;
}

.video-image-box .image .overlay-link {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-align: center;
  /*background: rgba(0, 37, 74, 0.46);*/
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.video-image-box .image .overlay-link .icon-border {
  border: 6px solid #FFF;
  width: 100px;
  height: 100px;
  background-color: transparent;
  padding: 5px;
  border-radius: 50%;
  margin: 23% auto 0 auto;
}

.video-image-box .image .overlay-link .fa-play {
  width: 78px;
  height: 78px;
  line-height: 84px;
  font-size: 35px;
  color: #fff;
  background-color: rgb(255, 108, 28);
  border-radius: 50%;
  padding-left: 8px;

}

/* End why choose us area section*/


/*** 
====================================================================
  Start Client Logo Section
====================================================================
***/
#clients {
  /* margin-top: 18px; */
  padding: 40px 0 20px 0;
  background-color: #f8f9fa;
}

#clients .owl-carousel {
  padding: 0 40px;
  position: relative;
}

#clients .container .item img {
  transition: all 0.3s ease 0s;
  display: inline;
}

#clients .owl-controls {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#clients .owl-nav {
  margin: 0;
}

#clients .owl-carousel .item {
  /* margin-left: 30px;  */
}

#clients .owl-nav div {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

#clients .owl-prev {
  left: 0px;
  position: absolute;
  top: 0;
  line-height: 145px;
}

#clients .owl-nav div .fa {
  color: #b9b9b9;
  font-size: 30px;
}

#clients .owl-nav div {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

#clients .owl-next {
  position: absolute;
  right: 0px;
  top: 0;
  line-height: 145px;
}

#clients .owl-nav div .fa {
  color: #b9b9b9;
  font-size: 30px;
}

/* End client section css*/


.help-area {
  position: relative;
  margin-bottom: -1px;
  display: flex;

}

.ribbon-row {
  /*max-width: 75rem;*/
  padding: 0 0;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

.container-left {
  background-image: url(../img/blog/backgroundImage.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: -24px;
  padding: 65px 50px 65px 128px;
  float: left;
  width: 100%;
  word-wrap: break-word;
  word-break: break-word;
  position: relative;
}

.container-left .cnt-bx {
  width: 1497px;
}

.container-left .cnt-bx h1 {
  font-size: 30px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
}

.container-left .cnt-bx p {
  color: #FFF;
  padding-top: 10px;
  font-size: 18px;
}

.block-extension {
  display: flex;
  justify-content: center;
}

.container-left .infor {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.or {
  padding: 0 30px;
  float: left;
  font-size: 30px;
  color: #FFF;
  font-weight: 300;
  background: url(../img/resource/sep.png) no-repeat center;
  height: 72px;
  line-height: 62px;
}

.call-col {
  float: left;
}

.call-col h2 {
  font-size: 30px;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 0px;
}

.call-col h2 span {
  color: #E6760C;
}

.contect-link {
  text-decoration: none;
  background: none;

  font-size: 18px;
  color: #fff;
}


@media (max-width: 992px) {
  .container-left .infor {
    margin: 0 10px 10px 60px;
  }

  .call-col h2 {
    font-size: 22px;
  }

  .number {
    font-size: 22px;
  }

  .or {
    font-size: 24px;
    height: 60px;
    line-height: 55px;
  }
}

/* For mobile devices (≤ 768px) */
@media (max-width: 768px) {
  .block-extension {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 25px
  }

  .container-left .infor {
    margin: 0 auto 20px auto;
    width: 90%;
  }

  .call-col,
  .or {
    float: none;
    display: block;
    text-align: center;
  }

  .call-col h2 {
    font-size: 22px;
  }

  .number {
    font-size: 28px;
  }

  .or {
    font-size: 20px;
    background-size: contain;
    margin: 15px 0;
    height: auto;
    line-height: normal;
  }
}

/* For very small devices (≤ 480px) */
@media (max-width: 480px) {
  .call-col h2 {
    font-size: 18px;
  }

  .number {
    font-size: 24px;
  }

  .or {
    font-size: 18px;
    padding: 0 15px;
  }
}


.container-right {
  float: left;
  position: relative;
  width: 30%;
  height: 437px;
  z-index: 1;
  padding-left: 2.19em;
  /* margin-top: 1.13em;*/
  background-color: #302b27 !important;
}

.container-right .block-extension {
  width: 1.63em;
  left: -1.5em;
  position: absolute;
  top: 0;
  background-color: #302b27 !important;
  bottom: 0;
}

.container-right .triangle {
  top: .56em;
  height: 1.37em;
  width: 1.53em;
  right: -.063em;
  position: absolute;
  transform: skewY(143deg);
  background-repeat: repeat-x;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(-90deg, #00baff 30%, #004dff);
  background-image: -o-linear-gradient(-90deg, #00baff 30%, #004dff);
  background-image: linear-gradient(-90deg, #00baff 30%, #004dff);
}

.container-right .img-holder {
  bottom: 49px;
  position: relative;
}

.triangle {
  top: .56em;
  height: 28px;
  width: 25px;
  right: -.063em;
  background-color: #302b27;
  position: absolute;
  transform: skewY(143deg);
  background-repeat: repeat-x;
  background-repeat: repeat-x;
  background-color: #302b27;
}

/* End help-area section */

/* Start Blog Area section*/
.blog {
  padding: 80px 0;
}

.blog .blog-main-holder {
  width: 100%;
  background-color: #FFF;
  padding: 0px 0px 30px;
  border: 1px solid #eaeaea;
  /* box-shadow: 0 4px 15px rgba(0,0,0,0.1);  */
  border-radius: 6px;
  /* optional */
}

.blog .single-blog-post .date {
  width: 55px;
  padding: 5px;
  float: left;
  background-color: #e6760c;
  margin: -42px 0 0 10px;
  position: relative;
  border: 3px solid #FFF;
  /* bottom: 20px; */
}

.blog .single-blog-post .date h3 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
}

.blog .single-blog-post .date span {
  font-weight: normal;
  font-size: 14px;
}

.blog .single-blog-post {
  width: 100%;
}

.blog .single-blog-post .img-holder {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.blog .single-blog-post .blog-content {
  width: 100%;
  padding: 20px 10px 0px;
  background-color: #FFF;

}

.blog .single-blog-post .blog-content>ul {
  border-bottom: 1px solid #E1E1E1;
  border-top: 1px solid #E1E1E1;
  padding: 10px 0px;
  margin-bottom: 30px;
}

.blog .single-blog-post .blog-content>ul li {
  display: inline;
  padding: 0 10px 0 0;
  font-weight: normal;
  font-size: 14px;
}

.blog .single-blog-post .blog-content>ul li .pull-right {
  float: right;
}

.blog .single-blog-post .blog-content>ul li span {
  color: #e6760c;
}

.blog .single-blog-post .blog-content h3 {
  margin: 0;
  padding: 0 0 15px 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  text-align: left;
  letter-spacing: 0.30px;
  line-height: 20px !important;
}

.blog .single-blog-post p {
  margin: 0;
  padding: 0;
  text-align: left;
  letter-spacing: 0.3px;
  line-height: 20px !important;
}

.blog .single-blog-post a.readmore {
  padding: 5px 0;
  font-size: 15px;
  color: #f19797;
  text-align: center;
  border-radius: 4px;
  margin-top: 10px;
  display: table;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
}

.blog .single-blog-post .theme-btn {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  display: table;
  font-weight: bold;
  border-radius: 0;
  background-color: #FFF;
  float: right;
  margin-top: 5px !important;
}

.blog .single-blog-post .theme-btn:hover {
  background: #FFF;
  color: #e6760c;
}

/* End Blog Area Section */


/* Start Request Quote Area Section*/
.quote-area {
  padding: 0;
}

.quote-area .quote-block-outer {
  width: 100%;
  background-color: #e6760c;
  padding-bottom: 0;
  display: table;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 10px;
}

.quote-area .quote-block {
  width: 100%;
  background: url(../img/resource/wood-bg.jpg);
  padding-bottom: 0;
  display: table;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 200px;
  overflow: hidden;
  margin-top: 8px;
}

.quote-area .pstman2 {
  width: 522px;
  height: 387px;
  padding-top: 20px;
}

.quote-area .quote-form-block {
  padding: 56px 0 0 0;
}

.quote-area .quote-form-block input[type="text"] {
  width: 265px;
  height: 52px;
  float: left;
  background-color: #FFF;
  border: none;
  padding-left: 15px;
  margin-right: 10px;
  border-radius: 6px;
  margin-bottom: 10px;
  border: 1px solid #e6e2d9;
}

.quote-area .quote-form-block select {
  width: 265px;
  height: 52px;
  float: left;
  background-color: #FFF;
  border: none;
  padding-left: 15px;
  margin-top: 0;
  margin-right: 10px;
  border-radius: 6px;
  margin-bottom: 10px;
  border: 1px solid #e6e2d9;
}

.quote-area .quote-form-block textarea {
  width: 540px;
  height: 100px;
  float: left;
  background-color: #FFF;
  border: none;
  margin-top: 0;
  padding-left: 15px;
  border-radius: 6px;
  margin-bottom: 10px;
  border: 1px solid #e6e2d9;
}

















/*** 
====================================================================
  Inner Banner Style
====================================================================
***/
.banner_area {
  background-size: cover;
  /*min-height: 352px;*/
  position: relative;
  z-index: 2;
  margin-top: 147px;
}

.banner_area.banner_one {
  background: url(../img/banner/banner.jpg) no-repeat scroll center center;
}

.banner_area:before {
  content: "";
  background: linear-gradient(to right, rgba(17, 24, 42, 0.85), rgba(0, 0, 0, 0));
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner_area .banner_content h3 {
  padding: 120px 0;
  color: #FFF;
  font-size: 45px;
  font-weight: 600;
}

.banner_link {
  background: #FFF;
  border-bottom: 1px solid #e0e0e0;
}

.banner_link .abnner_link_inner a {
  font-size: 16px;
  color: #000;
  letter-spacing: .32px;
  margin-right: 25px;
  line-height: 60px;
  position: relative;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.banner_link .abnner_link_inner a:before {
  content: "\f101";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: -17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
}

.banner_link .abnner_link_inner a:last-child {
  margin-right: 0px;
}

.banner_link .abnner_link_inner a:first-child:before {
  display: none;
}

.banner_link .abnner_link_inner a:hover,
.banner_link .abnner_link_inner a.active {
  color: #000;
}

.banner_area_plane {
  background: url(../img/banner/banner-bg.jpg) no-repeat scroll center center;
  background-size: auto auto;
  background-size: cover;
  min-height: 235px;
  position: relative;
  z-index: 2;
}

.banner_area_plane::before {
  content: "";
  background: rgba(143, 143, 143, 0.5);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner_area_plane .banner_content h3 {
  padding-top: 100px;
  font-size: 38;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}


/*** 
====================================================================
  About Page Style Css
====================================================================
***/

/*About Block*/
.our_about_area {
  padding: 100px 0px;
  background-color: #FFF;
}

.our_about_left_content {
  padding-right: 10px;
}

.our_about_left_content .section_title {
  padding-bottom: 30px;
}

.our_about_left_content h2 {
  text-align: left;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}

.our_about_left_content h3 {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: .44px;
  color: #242424;
}

.our_about_left_content p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: .34px;
  padding-top: 30px;
}

/* Fluid Block*/
.fluid-section-one {
  position: relative;
}

.fluid-section-one .outer-container {
  position: relative;
  min-height: 250px;
  background-color: #f9f8fc;
}

.fluid-section-one .image-column {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.fluid-section-one .image-column .image-box {
  position: relative;
  display: none;
}

.fluid-section-one .image-column .image-box img {
  position: relative;
  display: block;
  width: 100%;
}

.fluid-section-one .content-column {
  position: relative;
  float: right;
  width: 50%;
}

.fluid-section-one .content-column .inner-column {
  position: relative;
  width: 100%;
  padding: 50px 0px 50px 45px;
}

.fluid-section-one .content-column .inner-column .title-box {
  position: relative;
  width: 100%;
  float: left;
}

.fluid-section-one .content-column .inner-column .title-box .box-inner {
  position: relative;
  padding-right: 50px;
}

/*.fluid-section-one .content-column .inner-column .title-box{
  position: relative;
  width:50%;
  float: left;
}*/

.fluid-section-one .content-column .inner-column .title-box h2 {
  position: relative;
  color: #000;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.fluid-section-one .content-column .inner-column .title-box .text {
  position: relative;
  padding-left: 0px;
  color: #555555;
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 20px;
}

.fluid-section-one .content-column .inner-column .title-box .text h3 {
  font-size: 20px;
  font-weight: 300;
  color: #555063;
  line-height: 1.3em;
  margin-bottom: 20px;
}

.why_choose {
  /*background: #2a3740; */
  padding: 95px 0px 55px;
}

.why_choose .sec_middle_title {
  padding-bottom: 53px;
}

.main_sub_heading {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 70px;
}

.choose_outer {
  position: relative;
  background: #f6f6f6;
  text-align: center;
  padding: 30px 15px;
  z-index: 1;
  margin: 0 0 50px 0px;
  transition: 0.3s;
}

.choose_outer::after {
  content: "";
  position: absolute;
  width: 1px;
  background: #c7985f;
  left: -6px;
  top: 40px;
  bottom: 40px;
  display: none;
}

.choose_outer::before {
  content: "";
  position: absolute;
  width: 1px;
  background: #c7985f;
  right: -6px;
  top: 40px;
  bottom: 40px;
  display: none;
}

.border-top_bottom {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.3s;
  border: 1px solid #e7e7e7;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.1);
  display: none;
}

.choose_outer:hover {
  background: linear-gradient(to bottom, rgba(238, 241, 248, 0.85), rgba(0, 0, 0, 0));
}

.choose_outer:hover h3 {
  color: #000;
}

.choose_outer:hover p {
  color: #000;
}

.border-top_bottom::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #c7985f;
  width: auto;
  left: 60px;
  right: 60px;
  bottom: -6px;
}

.border-top_bottom::before {
  content: "";
  position: absolute;
  height: 1px;
  background: #c7985f;
  width: auto;
  left: 60px;
  right: 60px;
  top: -6px;
}

.choose_outer figure {
  display: flex;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 80px;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.1);
}

.choose_outer h3 {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
}

.choose_outer p {
  color: #424242;
  /*margin-bottom: 10px;*/
}

/*End why-choose*/


/*** 
====================================================================
  Start Gallery Page Css
====================================================================
***/
.padd-none {
  padding: 0px;
}

.latest-gallery {
  padding: 95px 0px 70px;
}

.latest-gallery .single-item.padd-none {
  padding: 0px !important;
}

.latest-gallery h1 {
  font-size: 35px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

.latest-gallery .single-item {
  padding-bottom: 30px;
}

.latest-gallery .single-item.padd-none {
  padding: 0px !important;
}

.latest-gallery .single-item .img-box {
  position: relative;
  overflow: hidden;
}

.latest-gallery .single-item .img-box img {
  width: 100%;
}

.latest-gallery .single-item .title h5 {
  color: #222;
  padding: 25px 0 0;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.latest-gallery .single-item:hover .title h5 {
  color: #48c7ec;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.latest-gallery .single-item .img-box .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(to right, rgba(61, 171, 222, 0.85), rgba(0, 0, 0, 0));
  text-align: center;
  opacity: 0;
  transition: all .3s ease;
  /* border: 2px solid #FFF;*/
}

.latest-gallery .single-item .img-box .overlay .social {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.latest-gallery .single-item .img-box .overlay .inner {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}

.latest-gallery .single-item .social a i:before {
  font-size: 20px;
  color: #000;
  margin: 0px;
  border: 1px solid #FFF;
  background-color: #FFF;
  padding: 10px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
}

.latest-gallery .single-item .social h4 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-top: 20px;
  text-transform: uppercase;
}

.latest-gallery .single-item .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}

.latest-gallery .single-item .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: bottom;
}

.latest-gallery .single-item .img-box .overlay .top {
  text-align: center;
}

.latest-gallery .single-item .img-box .overlay .top ul {
  margin-bottom: 0;
  margin-bottom: 20%;
}

.latest-gallery .single-item .img-box .overlay .top li a {
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  background: #222;
  display: block;
  border-radius: 50%;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.latest-gallery .single-item .img-box .overlay .top li a:hover {
  background: #1f1f1f;

}

.latest-gallery .single-item .img-box .overlay .bottom {
  padding: 10px 0px;
  padding-right: 0;
  text-align: center;
}

.latest-gallery .single-item .img-box .overlay .bottom .title h3 {
  margin: 0;
  color: #fff;
  font-family: "Roboto Slab", serif;
  line-height: 30px;
  font-size: 15px;
}

.latest-gallery .single-item:hover .img-box .overlay {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.post-filter {
  display: inline-block;
  margin: 0;
  margin-bottom: 50px;
}

.post-filter li {
  padding: 5px 5px;
}

.post-filter li span {
  padding: 7px 20px;
  color: #343434;
  font-size: 14px;
  border: 1px solid #e6760c;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
  display: block;
  padding-right: 16px;
  cursor: pointer;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.post-filter li:hover span,
.post-filter li.active span {
  color: #fff;
  background: #e6760c;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

/* End Gallery*/


.slider_area {
  position: relative;
}

.slider_area .item {
  position: relative;
}

.slider_area .slide {
  position: relative;
}

.slider_area .slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 768px) {
  .slider_area .slide img {
    height: 77vh;
    /* remove forced height on mobile */
  }
}

.slider_area .slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  /* dark overlay */
}

.carousel-captions {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0 20px;
  z-index: 10;
}

.carousel-captions .heading {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
}

.carousel-captions .small-heading {
  font-size: 18px;
  line-height: 1.6;
  display: block;
  margin-bottom: 25px;
}

.carousel-captions .btn {
  display: inline-block;
  margin: 5px 6px;
  padding: 0px 10px;
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
  transition: 0.3s;
}

/* .carousel-captions .btn:hover {
  background: #fff;
  color: #000;
} */

.client-slider img {
  width: 180px;
  height: 100px;
  object-fit: contain;
  margin: 0 auto;
  display: block;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


.newsletter-form {
  display: flex !important;
  align-items: center;
}

.newsletter-input {
  height: 40px;
  border-radius: 5px 0 0 5px;
  border: 1px solid #ddd;
}

.newsletter-btn {
  height: 40px;
  width: 50px;
  border: none;
  background: #0d6efd;
  /* Blue */
  color: #fff;
  border-radius: 0 5px 5px 0;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.newsletter-btn:hover {
  background: #0757c6;
}


/* Floating button wrapper */
.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}

/* Button style */
.whatsapp-btn {
  background-color: #5eb856;
  /* your custom green */
  width: 64px;
  height: 64px;
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.whatsapp-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
}

/* WhatsApp icon */
.whatsapp-btn svg {
  width: 34px;
  height: 34px;
  fill: #ffffff;
  /* white icon */
}

/* Optional: pulse effect */
.whatsapp-pulse {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  animation: pulse 2.4s infinite;
  opacity: 0.15;
  background: radial-gradient(circle, #5eb856, transparent 45%);
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.15;
  }

  50% {
    transform: scale(1.15);
    opacity: 0.05;
  }

  100% {
    transform: scale(0.9);
    opacity: 0.15;
  }
}


.floating-iconss {
  position: fixed;
  bottom: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
  left:25px;
}

.floating-icons {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
}

/* Common button style */
.float-btn {
  width: 55px;
  height: 55px;
  background: #25d366;
  /* WhatsApp green */
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  font-size: 22px;
  transition: 0.3s;
}

.float-btn.call {
  background: #0a9cff;
  /* Call button blue */
}

/* Pulse Effect */
.pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: pulseAnim 1.5s infinite;
}

@keyframes pulseAnim {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

.float-btn:hover {
  transform: scale(1.1);
}


/* location */


.location-section {
  padding: 60px 0;
}

.section-title {
  text-align: center;
  font-weight: 800;
  margin-bottom: 40px;
}

.location-wrapper {
  display: grid;
  grid-template-columns: 1.2fr 1.8fr;
  gap: 30px;
}

.location-map {
  height: 450px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.location-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 20px;
}

.location-card {
  padding: 25px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
  text-align: left;
}

.loc-icon {
  font-size: 42px;
  text-align: center;
  color: #e31b23;
}

.location-card h3 {
  font-size: 20px;
  margin-top: 10px;
  text-align: center;
  font-weight: 700;
}

.city-list {
  list-style: none;
  padding: 0;
  margin: 15px 0;
  text-align: center;
}

.city-list li {
  padding: 3px 0;
  color: #444;
}

.more-link {
  display: block;
  text-align: center;
  margin-bottom: 15px;
  color: #e31b23;
  font-weight: 600;
}

.loc-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.btn-whatsapp,
.btn-call {
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: bold;
}

.btn-whatsapp {
  background: #d30000;
  color: #fff;
}

.btn-call {
  border: 2px solid #d30000;
  color: #d30000;
  background: #fff;
}

.city-list li {
  list-style: none;
  padding: 3px 0;
}

.location-card {
  padding: 20px;
}


.service_item_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.service_box_item {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service_text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.service_text a.theme-btn {
  margin-top: auto;
}


.f_title p {
  color: white !important;
}




/* MAIN WRAPPER */

.help-section {
  padding: 60px 0px 30px 0px;
  background: #f1f1f1;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;

}

.help-wrapper {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  gap: 40px;
  position: relative;
}

.help-left,
.help-right {
  width: 50%;
}

.help-right {
  margin-top: -32px !important;
}

.help-left h3,
.help-right h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.help-left p,
.help-right p {
  font-size: 15px;
  margin-bottom: 20px;
}


.help-right h3 {
  color: #fff;
}


.help-right p {
  color: #fff;
}

.form-row {
  display: flex;
  align-items: center;
}

.form-row input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.get-in-touch .btn-red {
  background: #E6760C;
  color: #fff;
  border: none;
  padding: 12px 25px;
  /* margin-left: 10px; */
  border-radius: 5px;
  cursor: pointer;
}

.get-in-touch .btn-red:hover {
  background: #E6760C;
}

.phone-line {
  margin-top: 10px;
  font-size: 16px;
  color: #E6760C;
}

.help-img {
  width: 180px;
  position: absolute;
  right: 0;
  bottom: 25px;
}


.help-right {
  position: relative;
  background: url('../img/company/birdnet-img-2.webp') no-repeat center center / cover;
  border-radius: 10px;
  padding: 40px;
  /* optional */
  color: #fff;
}

/* Black opacity overlay */
.help-right::before {
  content: "";
  position: absolute;
  inset: 0;
  /* top:0; right:0; bottom:0; left:0; */
  background: rgba(0, 0, 0, 0.5);
  /* Black opacity */
  border-radius: 10px;
  z-index: 1;
}

/* Text should stay above overlay */
.help-right * {
  position: relative;
  z-index: 2;
}



/* ---------- RESPONSIVE (MOBILE) ---------- */
@media (max-width: 900px) {

  .help-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .help-left,
  .help-right {
    width: 100%;
  }

  .help-img {
    position: static;
    margin: 0 auto;
    width: 150px;
  }
}



/* RIGHT SECTION */




/* Mobile Responsive */
@media (max-width: 768px) {
  .phone-number {
    /* text-align: center !important; */
    margin-top: 10px;
  }

  .phone-number a {
    /* text-align: center; */
    font-size: 16px;
    display: inline-block;
  }
}

/* RESPONSIVE DESIGN */
@media (max-width: 992px) {
  .right-flex {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .section-wrapper {
    flex-direction: column;
    text-align: center;
    padding: 20px 15px;
  }

  .left-box,
  .right-box {
    width: 100%;
  }

  .right-flex {
    flex-direction: column;
  }

  .input-box {
    flex-direction: column;
  }

  .input-box input,
  .input-box button {
    width: 100%;
    border-radius: 6px;
  }

  .input-box button {
    margin-top: 10px;
  }

  .right-img img {
    max-width: 200px;
  }
}




/* login popup */


/* MODAL BACKDROP */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* MODAL BOX */
.modal-box {
  background: #fff;
  padding: 30px;
  width: 350px;
  border-radius: 10px;
  position: relative;
  animation: pop .3s ease;
}

/* CLOSE BUTTON */
.close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 25px;
  cursor: pointer;
}

.modal-box input {
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.submit-btn {
  width: 100%;
  background: #ff5300;
  color: #fff;
  padding: 10px;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
}

/* Popup Animation */
@keyframes pop {
  from {
    transform: scale(0.7);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}



/* thank you popup */


/* Modal Box */
.success-popup-box {
    border-radius: 18px;
    border: none;
    background: linear-gradient(135deg, #e8fff1, #ffffff);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    animation: popupScale 0.4s ease-in-out;
}

/* Icon */
.success-popup-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: linear-gradient(135deg, #28a745, #5dd879);
    color: #fff;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(40, 167, 69, 0.4);
    animation: bounce 1s;
}

/* Title */
.success-popup-title {
    font-size: 24px;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 8px;
}

/* Text */
.success-popup-text {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

/* Button */
.success-popup-btn {
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 30px;
    background: linear-gradient(135deg, #28a745, #5dd879);
    color: #fff;
    border: none;
    transition: all 0.3s ease;
}

.success-popup-btn:hover {
    background: linear-gradient(135deg, #218838, #43c964);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(40, 167, 69, 0.4);
}

/* Animations */
@keyframes popupScale {
    0% {
        transform: scale(0.7);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes bounce {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    60% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.modal {
  top: 30%!important;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 500px!important;
        margin: 70px auto!important;
    }
}

.modal-backdrop {
   
    background-color: #000000de!important;
}
.fade {
  opacity: 1 !important;
}

.wsm-item{
  background: #dab6ad !important;
  font-size: 10px !important;
  border: none !important;
}