@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dynalight&display=swap');

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Remove list styles */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Remove text decoration for links */
a {
  text-decoration: none;
  color: inherit;
}

/* Set default font for body */
/* Reset images and media */
img,
picture,
video,
canvas,
svg {
  display: inline-block;
  width: 100%;
}

/* Reset form elements */
button,
input,
select,
textarea {
  font: inherit;
  background: none;
  border: none;
  outline: none;
}

.slick-track {
  display: flex;
  align-items: center;
}

@media (min-width: 576px) {
  .modal-sm {
    --bs-modal-width: 350px;
  }
}

body {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #313131;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Questrial", sans-serif;
  ;
  font-weight: 500;
  line-height: 1.1;
  color: #252525;
  text-transform: capitalize;
}

h1,
.h1 {
  font-size: 50px;
}

@media (max-width: 1200px) {

  h1,
  .h1 {
    font-size: 60px;
  }
}

@media (max-width: 992px) {

  h1,
  .h1 {
    font-size: 50px;
  }
}

@media (max-width: 768px) {

  h1,
  .h1 {
    font-size: 40px;
  }
}

@media (max-width: 576px) {

  h1,
  .h1 {
    font-size: 32px;
  }
}

h2,
.h2 {
  font-size: 48px;
}

@media (max-width: 1399px) {

  h2,
  .h2 {
    font-size: 40px;
  }
}

@media (max-width: 1200px) {

  h2,
  .h2 {
    font-size: 38px;
  }
}

@media (max-width: 992px) {

  h2,
  .h2 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {

  h2,
  .h2 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {

  h2,
  .h2 {
    font-size: 28px;
  }
}

h3,
.h3 {
  font-size: 36px;
}

@media (max-width: 992px) {

  h3,
  .h3 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {

  h3,
  .h3 {
    font-size: 24px;
  }
}

@media (max-width: 576px) {

  h3,
  .h3 {
    font-size: 20px;
  }
}

h4,
.h4 {
  font-size: 28px;
}

@media (max-width: 768px) {

  h4,
  .h4 {
    font-size: 21px;
  }
}

h5,
.h5 {
  font-size: 24px;
}

@media (max-width: 768px) {

  h5,
  .h5 {
    font-size: 18px;
  }
}

h6,
.h6 {
  font-size: 20px;
}

@media (max-width: 768px) {

  h6,
  .h6 {
    font-size: 16px;
  }
}

p {
  margin-bottom: 10px;
}

a {
  color: #FF8C00;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #000;
}

small {
  font-size: 0.875rem;
}

.teko {
  font-family: "Questrial", sans-serif;
  ;
}

.popins {
  font-family: "Poppins", Arial, sans-serif;
}

.primary {
  color: #252525;
}

.secondary {
  color: #FF8C00;
}

.text {
  color: #777777;
}

.white {
  color: #ffffff;
}

.grey {
  color: #F1F1F1;
}

.secondarylight {
  color: #F6F2EB;
}

.bg-primary {
  background-color: #252525 !important;
}

.bg-secondary {
  background-color: #FF8C00 !important;
}

.bg-dark {
  background-color: #000000 !important;
}

.bg-secondarylight {
  background-color: #F6F2EB;
}

.bg-grey {
  background-color: #F1F1F1 !important;
}

.border-lightgrey {
  border-color: rgba(253, 253, 253, 0.4) !important;
}

.border-light {
  border-color: rgba(241, 241, 241, 0.2784313725) !important;
}

.border-secondary {
  border-color: #FF8C00 !important;
}

.border-dashed {
  border-bottom: 2px dashed #F1F1F1 !important;
}

.border-dash {
  border-style: dashed !important;
}

.border-dashed-end {
  border-right: 2px dashed #F1F1F1 !important;
}

.border-grey {
  border-color: #F1F1F1 !important;
}

.border-secondarylight {
  border-color: #F6F2EB !important;
}

/* ---------------- PADDING ---------------- */
.p-6 {
  padding: 4rem !important;
}

.p-7 {
  padding: 5rem !important;
}

.p-8 {
  padding: 6rem !important;
}

.p-9 {
  padding: 7rem !important;
}

.p-10 {
  padding: 8rem !important;
}

/* Padding Top */
.pt-6,
.py-6 {
  padding-top: 4rem !important;
}

.pt-7,
.py-7 {
  padding-top: 5rem !important;
}

.pt-8,
.py-8 {
  padding-top: 6rem !important;
}

.pt-9,
.py-9 {
  padding-top: 7rem !important;
}

.pt-10,
.py-10 {
  padding-top: 8rem !important;
}

/* Padding Bottom */
.pb-6,
.py-6 {
  padding-bottom: 4rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 5rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 6rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 7rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 8rem !important;
}

/* Padding Start */
.ps-6,
.px-6 {
  padding-left: 4rem !important;
}

.ps-7,
.px-7 {
  padding-left: 5rem !important;
}

.ps-8,
.px-8 {
  padding-left: 6rem !important;
}

.ps-9,
.px-9 {
  padding-left: 7rem !important;
}

.ps-10,
.px-10 {
  padding-left: 8rem !important;
}

/* Padding End */
.pe-6,
.px-6 {
  padding-right: 4rem !important;
}

.pe-7,
.px-7 {
  padding-right: 5rem !important;
}

.pe-8,
.px-8 {
  padding-right: 6rem !important;
}

.pe-9,
.px-9 {
  padding-right: 7rem !important;
}

.pe-10,
.px-10 {
  padding-right: 8rem !important;
}

/* ---------------- MARGIN ---------------- */
.m-6 {
  margin: 4rem !important;
}

.m-7 {
  margin: 5rem !important;
}

.m-8 {
  margin: 6rem !important;
}

.m-9 {
  margin: 7rem !important;
}

.m-10 {
  margin: 8rem !important;
}

/* Margin Top */
.mt-6,
.my-6 {
  margin-top: 4rem !important;
}

.mt-7,
.my-7 {
  margin-top: 5rem !important;
}

.mt-8,
.my-8 {
  margin-top: 6rem !important;
}

.mt-9,
.my-9 {
  margin-top: 7rem !important;
}

.mt-10,
.my-10 {
  margin-top: 8rem !important;
}

/* Margin Bottom */
.mb-6,
.my-6 {
  margin-bottom: 4rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 6rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 7rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 8rem !important;
}

/* Margin Start */
.ms-6,
.mx-6 {
  margin-left: 4rem !important;
}

.ms-7,
.mx-7 {
  margin-left: 5rem !important;
}

.ms-8,
.mx-8 {
  margin-left: 6rem !important;
}

.ms-9,
.mx-9 {
  margin-left: 7rem !important;
}

.ms-10,
.mx-10 {
  margin-left: 8rem !important;
}

/* Margin Start */
.me-6,
.mx-6 {
  margin-right: 4rem !important;
}

.me-7,
.mx-7 {
  margin-right: 5rem !important;
}

.me-8,
.mx-8 {
  margin-right: 6rem !important;
}

.me-9,
.mx-9 {
  margin-right: 7rem !important;
}

.me-10,
.mx-10 {
  margin-right: 8rem !important;
}

section,
.section-padding {
  padding: 80px 0;
}

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 35%);
}

.heading-clip {
  font-size: 98px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.22;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #F1F1F1;
  stroke: #F1F1F1;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  /* transform: translateX(-50%); */
  z-index: -1;
}

@media (max-width: 1200px) {
  .heading-clip {
    font-size: 70px;
  }
}

@media (max-width: 996px) {
  .heading-clip {
    font-size: 50px;
  }
}

@media (max-width: 768px) {
  .heading-clip {
    font-size: 35px;
  }
}

/* Width */
@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }

  .w-md-25 {
    width: 25% !important;
  }

  .w-md-50 {
    width: 50% !important;
  }

  .w-md-75 {
    width: 75% !important;
  }
}

@media (min-width: 996px) {
  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-50 {
    width: 50% !important;
  }

  .w-xl-75 {
    width: 75% !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-50 {
    width: 50% !important;
  }
}

@keyframes bannerfadein {
  0% {
    opacity: 0;
    top: 122%;
  }

  100% {
    opacity: 1;
    top: 50%;
  }
}

@keyframes zoomIn {
  from {
    background-size: 100%;
  }

  to {
    background-size: 110%;
  }
}

@media (max-width: 1200px) {
  @keyframes zoomIn {
    from {
      background-size: 150%;
    }

    to {
      background-size: 170%;
    }
  }
}

@media (max-width: 996px) {
  .sperator {
    margin: auto;
  }
}

/* Sticky Header */
.navbar-sticky-in {
  position: fixed !important;
  /* Fixes navbar at the top */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999 !important;
  /* Keeps it above other elements */
  background: #252525;
  box-shadow: 0px 1px 5px rgba(225, 225, 225, 0.1);
}

.navbar-sticky-in .header-nav-inner {
  border: none !important;
}

.navbar-sticky-in .header-nav-inner.py-3 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/*Back-to-top button  */
#back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
}

@media (max-width: 768px) {
  #back-to-top {
    bottom: 80px;
  }
}

#back-to-top a {
  width: 50px;
  height: 50px;
  transition: all ease-in-out 0.5s;
}

#back-to-top a:hover {
  background-color: #252525 !important;
}

#back-to-top a:after {
  position: absolute;
  content: "\f077";
  font-family: "FontAwesome";
  font-size: 16px;
  color: #fff;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

input,
textarea,
select {
  background-color: #fff;
  border-width: 0px 0px 0px 0px;
  padding: 12px 20px;
  outline: none;
  color: #777777;
  width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  box-shadow: rgba(0, 0, 0, 0.098) 0px 0px 0px 0.9694px inset;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
  color: rgba(119, 119, 119, 0.5647058824);
}

.btn-primary,
.btn-secondary,
.btn1 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 5px;
  padding: 10px 24px;
  font-size: 16px;
  color: #ffffff;
  background-color: #FF8C00;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.btn-primary:hover,
.btn-secondary:hover,
.btn1:hover {
  color: #ffffff !important;
  background-color: #000000;
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.1019607843);
}

.btn-secondary {
  color: #FF8C00;
  background-color: #F6F2EB;
}

.btn-secondary:hover {
  color: #ffffff !important;
  background-color: #FF8C00 !important;
}

.btn1 {
  border-radius: 30px;
  padding: 10px 20px;
  text-transform: uppercase;
}

.btn1 i {
  margin-left: 10px;
  margin-right: -10px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  font-size: 15px !important;
  rotate: -45deg;
  text-align: center;
  background-color: #ffffff;
  color: #FF8C00;
  border-radius: 50%;
}

.btn1:hover i {
  color: #252525;
}

.banner-sperator {
  height: 4px;
  width: 100px;
  background: #fff;
  border-radius: 2px;
  position: relative;
  margin-left: 27px;
}

.banner-sperator::after {
  content: "";
  position: absolute;
  color: #fff;
  left: -27px;
  top: 0;
  display: inline-block;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 9px 0 0 0 currentColor, 18px 0 0 0 currentColor;
  box-shadow: 9px 0 0 0 currentColor, 18px 0 0 0 currentColor;
}

.divider-pattern {
  background: repeating-linear-gradient(-60deg, #D5D4D4, #D5D4D4 1px, transparent 1px, transparent 7px);
}

.glass {
  background: rgba(255, 255, 255, 0.2);
  /* Transparent White */
  backdrop-filter: blur(10px);
  /* Frosted blur effect */
  -webkit-backdrop-filter: blur(10px);
  /* Safari support */
  border-radius: 12px;
  padding: 20px;
}

/* ========================================= */
/*            Homepage Page CSS          */
/* ======================================== */
/* Header Section */
header .header-top .social-links i {
  height: 34px;
  width: 34px;
  line-height: 34px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

header .header-top .social-links i:hover {
  background-color: #FF8C00;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

header .header-nav .navbar-nav .nav-link {
  color: #ffffff;
  padding: 20px 15px;
}

header .header-nav .navbar-nav .nav-link:hover {
  color: #fff;
}

header .header-nav .navbar-nav .nav-link.show,
header .header-nav .navbar-nav .nav-link.active {
  color: #FF8C00;
}

header .header-nav .navbar-nav .nav-item.no-after::after {
  display: none;
}

header .header-nav .navbar-nav .nav-item .dropdown-menu>li>a {
  font-size: 16px;
  padding: 13px 30px;
  background-color: #FBFBFB;
  color: #777777;
  border-color: #F1F1F1 !important;
}

header .header-nav .navbar-nav .nav-item .dropdown-menu>li>a:hover,
header .header-nav .navbar-nav .nav-item .dropdown-menu>li>a.active {
  background-color: #252525;
  color: #ffffff;
}

header .header-icons ul li i {
  font-size: 20px;
}

@media (min-width: 1180px) {
  .navbar-nav .dropdown-menu {
    position: absolute;
    top: auto;
  }

  .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
  }

  .dropdown:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
  }

  .dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
  }

  ul.dropdown-menu {
    max-height: 630px !important;
    overflow-y: auto !important;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  .dropdown-item.active {
    background-color: #FF8C00;
  }
}

@media (max-width: 1180px) {

  div#slicknav-mobile,
  .dropdown-toggle::after {
    display: block;
  }

  .header-top,
  .mt_search,
  .slicknav_nav .slicknav_arrow,
  .navbar-button,
  .navbar-sticky-in,
  #responsive-menu {
    display: none;
  }

  .slicknav_menu {
    display: block;
  }

  .nav-link {
    padding: 12px 36px !important;
    margin: 0 !important;
  }

  .slicknav_btn {
    position: absolute;
    right: 70px;
  }

  .slicknav_btn.slicknav_open:before,
  .slicknav_btn.slicknav_collapsed:before {
    left: 0;
    top: 20px;
    padding: 8px;
    position: absolute;
    color: #ffffff;
  }

  .dropdown-menu {
    border-radius: 0 !important;
  }

  .slicknav_btn.slicknav_open:before {
    color: #fff;
  }

  .slicknav_nav {
    top: 75px;
    left: 0;
    background-color: #F5F5F5;
    position: absolute;
    height: 350px;
    overflow: auto;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
  }

  .slicknav_nav a:hover,
  li.nav-item.dropdown.slicknav_parent.slicknav_open>a>a {
    background-color: #FF8C00 !important;
    color: #fff;
  }

  .slicknav_nav a,
  .dropdown-menu>li>a {
    font-size: 16px;
    background-color: #F5F5F5;
    color: #33373d;
    text-transform: capitalize !important;
    border: none !important;
    font-weight: 400 !important;
  }

  .dropdown-menu>li>a {
    padding-left: 50px !important;
    border-top: 1px solid #FBFBFB !important;
  }

  .dropdown-toggle::after {
    display: none;
  }

  .slicknav_nav .active,
  .fa-angle-up:before {
    background-color: #FF8C00;
    color: #fff;
  }

  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }

  .header-nav-inner {
    border: none !important;
  }
}

@media (max-width: 1100px) {
  .slicknav_nav .slicknav_item a {
    pointer-events: none;
  }
}

@media (max-width: 768px) {
  header .header-nav .header-logo img {
    width: 160px;
  }

  .slicknav_btn.slicknav_open:before,
  .slicknav_btn.slicknav_collapsed:before {
    top: 22px;
  }

  .banner .slide-inner {
    width: 100% !important;
  }
}

/* Banner CSS */
.banner {
  margin-top: -180px;
}

.banner .slide {
  height: 980px;
  background-position: top;
  background-repeat: no-repeat;
  cursor: grab;
}

.banner .slide .container {
  opacity: 1;
  top: 122%;
}

.banner .slide .container.translate-middle {
  transform: translate(-50%, 20%) !important
}

.banner .slide .container a:hover {
  border-color: #FF8C00 !important;
}

.banner .slide.slick-slide.slick-current.slick-active .container {
  animation: bannerfadein 1.2s ease-out forwards;
}

.banner .slide.slick-slide.slick-current.slick-active {
  animation: zoomIn 8s ease-in-out infinite alternate;
}

@media (max-width: 993px) {
  .banner .slide {
    background-size: cover !important;
  }
}

@media (max-width: 768px) {
  .banner .since-section {
    bottom: -30% !important;
  }
}

/* About Us CSS */
.about .about-left .about-btns i {
  height: 64px;
  width: 64px;
  line-height: 64px;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}

.about .about-left .about-btns .about-tel:hover i {
  background-color: #252525 !important;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 993px) {
  .about .about-left .about-info {
    margin-right: -40px;
  }
}

.about .about-right {
  /* background-color: transparent;
  background-image: linear-gradient(90deg, rgba(37, 37, 37, 0) 50%, #252525 0%); */
}


/* Service CSS */
.service .service-title {
  background-image: url(../image/chumash-h1.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0;
}

.service .service-title .overlay {
  /* background-color: transparent; */
  /* background-image: linear-gradient(90deg, rgba(37, 37, 37, 0.7803921569) 70%, #ffffff 0%); */
}

@media (max-width: 993px) {
  .service .service-title .overlay {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.631372549);
  }
}

.service .service-body .service-box {
  padding: 40px 30px;
  transition: all 0.3s ease-in-out;
}

.service .service-body .service-box .service-icon i {
  height: 80px;
  width: 80px;
  line-height: 80px;
  font-size: 35px;
}

.service .service-body .service-box a.btn-primary {
  background-color: transparent;
  color: #252525;
  border: 1px solid #F1F1F1;
}

.service .service-body .service-box:hover {
  border-color: #ffffff !important;
  box-shadow: 0px 0px 15px 0px rgba(204, 204, 204, 0.4);
  transition: all 0.3s ease-in-out;
}

.service .service-body .service-box:hover a.btn-primary {
  background-color: #252525;
  color: #ffffff;
  border-color: #252525;
}

/* Why Us Css */
.percentage-wrapper {
  height: 38px;
  width: 38px;
  top: -47px;
  right: -17px;
  font-size: 13px;
}

.percentage-wrapper::after {
  content: " ";
  position: absolute;
  width: 2px;
  height: 10px;
  background-color: #FF8C00;
  bottom: -10px;
  left: 50%;
  z-index: 1;
}

.progress-bar {
  animation: progressBar 3s ease-in-out;
  animation-fill-mode: both;
  -moz-animation: progressBar 3s ease-in-out;
  -moz-animation-fill-mode: both;
}

@keyframes progressBar {
  0% {
    width: 0;
  }

  100% {
    width: width;
  }
}

.process span {
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.0901960784);
  stroke: rgba(255, 255, 255, 0.0901960784);
  color: #252525;
}

.process .process-box span.h1 {
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #FF8C00;
  stroke: #FF8C00;
  color: #252525;
}

/* Porject CSS */
.project .project-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  min-height: 460px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
}

.project .project-box .overlay {
  background: linear-gradient(0deg, #000 0, rgba(255, 255, 255, 0) 60%);
  opacity: 0;
  top: 100%;
  transition: all 0.5s ease;
}

.project .project-box .project-info {
  bottom: -100%;
  transition: all 0.6s ease;
}

.project .project-box:hover {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.project .project-box:hover .overlay {
  opacity: 1;
  top: 0;
  transition: all 0.5s ease;
}

.project .project-box:hover .project-info {
  bottom: 0;
  transition: all 0.6s ease;
}

.project .project-box a:hover {
  border-color: #FF8C00 !important;
}

/* Review */
.review {
  /* background-color: transparent;
  background-image: linear-gradient(90deg, rgba(119, 119, 119, 0) 50%, #252525 0%); */
}

.review .review-left img {
  background: #FF8C00;
  width: 80%;
  padding: 10px 20px;
  border-radius: 10px;
}

.review-info p {
  color: #000;
}

.review-icon i {
  color: #e1d9cf;
}

.reviewer-detail h5 {
  color: #000;
}

.review-box {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: 10px 0;
  border-radius: 10px;
}

/* Teams CSS */
.teams .teams-box .overlay {
  bottom: -100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.teams .teams-box .teams-info {
  bottom: -100%;
  transition: all 0.3s ease-in-out;
}

.teams .teams-box .teams-info .social-link li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  background-color: #a1a1a1;
  transition: all 0.3s ease-in-out;
}

@keyframes iconTranslateY {
  48% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }

  49% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  50% {
    opacity: 1;
  }
}

.teams .teams-box .teams-info .social-link>li>a:hover>i {
  -webkit-animation: iconTranslateY 0.4s forwards;
  animation: iconTranslateY 0.4s forwards;
}

.teams .teams-box .teams-info .social-link li a:hover {
  background: #1DA1F2;
  color: #fff;
}

.teams .teams-box .teams-info .social-link li:last-child a:hover {
  background: #E60023;
}

.teams .teams-box .teams-info .social-link li:first-child a:hover {
  background: #1877F2;
}

.teams .teams-box:hover .overlay,
.teams .teams-box:hover .teams-info {
  bottom: 0;
  opacity: 1;
  transition: all 0.3s ease;
}

/* Stat CSS */
.stat {
  background-image: url(../image/feature-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/* Project CTA CSS */
.project-cta .video-inline {
  cursor: pointer;
  border: 8px solid rgba(241, 241, 241, 0.2509803922);
}

.project-cta .video-inline .play-icon i {
  height: 90px;
  width: 90px;
  line-height: 90px;
  font-size: 35px;
}

/* FAQ CSS */
.faq {
  background-image: url(../image/about-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.faq .faq-accordion .accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #252525;
}

.faq .faq-accordion .accordion-item {
  background: transparent;
}

.faq .faq-accordion .accordion-button:not(.collapsed)::after,
.faq .faq-accordion .accordion-button::after {
  background-image: none;
  font-family: "FontAwesome";
  content: "\f067";
  font-size: 15px;
}

.faq .faq-accordion .accordion-button:not(.collapsed)::after {
  content: "\f068";
}

.faq .faq-accordion .accordion-button:focus {
  z-index: 1;
}

.faq-inner h2,
.faq-inner h5 {
  color: #fff;
}

.faq-inner h3 {
  color: #fff;
  font-family: "Dynalight", cursive;
}

/* Blog CSS */
.blog .blog-box .overlay {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent 75%);
  background-color: transparent;
  opacity: 1;
}

.blog .blog-box:hover .overlay {
  opacity: 0;
  transition: all 0.3s ease;
}

.blog-image img {
  border-radius: 1rem 1rem 0 0;
}

.blog-box {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 100%;
}

.blog-box .blog-info a {
  color: inherit;
}

/* Footer */
footer {
  background-image: url(../image/footer-bg.webp);
  background-size: cover;
  background-position: center;
  /* background-attachment: fixed; */
}

footer .overlay {
  background-color: #252525;
  opacity: 0.75;
}

footer .footer-middle .footer-socials li a {
  color: #fff;
}

footer .footer-middle .footer-socials li a i {
  height: 40px;
  width: 40px;
  font-size: 15px;
  line-height: 40px;
  transition: all 0.3s ease;
}

footer .footer-middle .footer-socials li a i:hover {
  background-color: #FF8C00 !important;
  color: #ffffff;
  transition: all 0.3s ease;
}

/* ========================================= */
/*             Homepage 2 Page CSS          */
/* ======================================== */
.index-2 {
  /* Banner */
}

.index-2 .banner {
  height: 800px;
  background-image: url(../image/2151199323.jpg);
  background-size: cover;
}

@media (max-width: 992px) {
  .index-2 .banner .banner-inner {
    margin-top: 0 !important;
  }
}

.index-2 .banner .banner-inner .banner-info {
  width: 65%;
}

@media (max-width: 992px) {
  .index-2 .banner .banner-inner .banner-info {
    width: 100%;
  }
}

.index-2 .banner .banner-inner .banner-info h1 span {
  font-size: 92px;
}

@media (max-width: 992px) {
  .index-2 .banner .banner-inner .banner-info h1 span {
    font-size: 60px;
  }
}

.index-2 .banner .banner-image {
  bottom: -230px;
}

@media (max-width: 992px) {
  .index-2 .banner .banner-image {
    right: 27% !important;
    bottom: -300px;
  }
}

@media (max-width: 768px) {
  .index-2 .banner .banner-image {
    right: 0% !important;
    bottom: -300px;
  }
}

.index-2 {
  /* Stats */
}

@media (max-width: 992px) {
  .index-2 .stats .stat-box {
    border: none !important;
  }
}

.index-2 {
  /* Since Section CSS */
}

.index-2 .since-section {
  padding-left: 500px;
}

@media (max-width: 1200px) {
  .index-2 .since-section {
    padding-left: 100px;
  }
}

@media (max-width: 992px) {
  .index-2 .since-section {
    padding-left: 50px;
  }
}

@media (max-width: 768px) {
  .index-2 .since-section {
    padding-left: 0px;
  }
}

.index-2 {
  /* Why Us */
}

.index-2 .why-us .feature-box:hover .feature-info a {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.index-2 {
  /* Service */
}

.index-2 .service .overlay {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.631372549);
}

.index-2 {
  /* Faq */
}

.index-2 .faq .faq-body-left {
  margin-bottom: -60px;
  margin-right: -100px;
}

@media (max-width: 992px) {
  .index-2 .faq .faq-body-left {
    margin: 0 !important;
  }
}

/* ========================================= */
/*             About Us Page CSS            */
/* ======================================== */
.breadcrumb {
  height: 470px;
  background-image: url(../image/inner-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: -165px;
}

.breadcrumb .overlay {
  background-color: #252525 !important;
  opacity: 0.6;
}

/* ========================================= */
/*               Teams Page CSS             */
/* ======================================== */
.teams .teams-top .teams-top-left {
  position: relative;
}

.teams .teams-top .teams-top-left::after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 50%;
  top: -30px;
  left: -30px;
  background-color: #252525;
}

.team-detail .team-detail-top .socials li a i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.team-detail .team-detail-top .socials li a i:hover {
  background-color: #FF8C00 !important;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

/* ========================================= */
/*               Career Page CSS            */
/* ======================================== */
.hire-us {
  background-image: url(../image/apartment-with-pop-of-yellow-2021-08-26-15-43-11-utc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.cv-box {
  background-image: linear-gradient(180deg, #FF8C00 0%, #252525 100%);
}

.cv-box .cv-icon i {
  height: 90px;
  width: 90px;
  line-height: 90px;
  font-size: 40px;
}

.cv-box .divider::after,
.cv-box .divider::before {
  border-block-end: 0;
  border-block-start: 1px solid #ffffff;
  content: "";
  display: block;
  flex-grow: 1;
}

/* ========================================= */
/*               Faq Page CSS               */
/* ======================================== */
.faq-top {
  background-image: linear-gradient(90deg, rgba(119, 119, 119, 0) 70%, #FFFFFF 0%);
}

.faq-top .accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #FF8C00 !important;
}

/* ========================================= */
/*            Testimonial Page CSS          */
/* ======================================== */
.testimonial {
  background-image: url(../image/law-tes.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.testimonial .testimonial-box p {
  font-size: 18px;
}

/* ========================================= */
/*            Coming Soon Page CSS          */
/* ======================================== */
.coming-soon {
  background-image: url(../image/office-building-2022-12-15-19-37-04-utc1.jpg);
  background-size: cover;
}

.coming-soon .overlay {
  background-image: linear-gradient(180deg, #FF8C00 0%, #000000 100%);
  opacity: 0.8;
}

.coming-soon .social-links li a i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.coming-soon .social-links li a i:hover {
  background-color: #FF8C00 !important;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 995px) and (orientation: landscape) {
  .coming-soon {
    height: 200vh !important;
  }
}

@media (max-width: 995px) {
  .coming-soon .coming-soon-inner {
    width: 100% !important;
  }
}

/* ========================================= */
/*             Error Page Page CSS          */
/* ======================================== */
.error {
  background-image: url(../image/side-bg-1.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* ========================================= */
/*            Blog Page CSS          */
/* ======================================== */
.author .social-links li a i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.author .social-links li a i:hover {
  background-color: #FF8C00 !important;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

/* ========================================= */
/*             Contact Us Page CSS          */
/* ======================================== */
.contact .contact-info .contact-info-box i {
  height: 74px;
  width: 74px;
  line-height: 74px;
  font-size: 34px;
}

/* INtereal Info Modal */
.intereal-info-modal .modal-header button {
  background-image: none;
  opacity: 100%;
}

.intereal-info-modal .modal-header button i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
}

.intereal-info-modal .modal-header button:hover {
  opacity: 0.9;
}

.intereal-info-modal .modal-socials ul li a i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.intereal-info-modal .modal-socials ul li a i:hover {
  background-color: #FF8C00 !important;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 996px) and (orientation: landscape) {
  .intereal-info-modal .modal-content {
    height: 200vh !important;
  }
}

@media (max-width: 768px) {
  .intereal-info-modal .modal-dialog {
    margin: 0 !important;
  }
}

/* ========================================= */
/*            Homepage 3 Page CSS          */
/* ======================================== */
.home-3 {
  /* Navbar CSS */
}

@media (max-width: 1200px) {
  .home-3 .header-nav {
    background-color: #252525;
    border-radius: 0 0 16px 16px;
  }

  .home-3 .header-nav .slicknav_nav {
    top: 72px;
  }
}

@media (max-width: 996px) {

  .home-3 .header-nav .slicknav_btn.slicknav_open:before,
  .home-3 .header-nav .slicknav_btn.slicknav_collapsed:before {
    top: 12px;
  }

  .home-3 .header-nav .slicknav_nav {
    top: 55px;
  }
}

.home-3 .navbar-sticky-in {
  border-radius: 0 0 16px 16px;
}

.home-3 .navbar-sticky-in .header-nav-inner {
  margin: 0 !important;
}

.home-3 {
  /* Banner CSS */
}

.home-3 .banner {
  margin-top: -50px;
  cursor: grab;
}

.home-3 .banner .banner-slide {
  height: 850px;
  background-size: cover;
  background-position: center;
  margin: 0 50px;
  border-radius: 50px;
}

.home-3 .banner .banner-slide .overlay {
  background-color: transparent;
  background-image: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  border-radius: 50px;
}

@media (max-width: 1400px) {
  .home-3 .banner .banner-slide {
    height: 650px;
  }
}

@media (max-width: 1200px) {
  .home-3 .banner .banner-slide {
    margin: 0;
  }

  .home-3 .banner .banner-slide h2 {
    font-size: 70px !important;
  }

  .home-3 .banner .banner-slide {
    border-radius: 0 0 50px 50px;
  }
}

@media (max-width: 976px) {
  .home-3 .banner .banner-slide {
    height: 600px;
  }

  .home-3 .banner .banner-slide h2 {
    font-size: 60px !important;
  }

  .home-3 .banner .banner-slide .overlay {
    background-image: linear-gradient(0deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.2) 100%);
  }
}

.home-3 .banner .slick-dots {
  bottom: 20px;
  text-align: end;
  right: 150px;
}

@media (max-width: 976px) {
  .home-3 .banner .slick-dots {
    display: none !important;
  }
}

.home-3 .banner .slick-dots li.slick-active button:before {
  background: #FF8C00;
  border: 1px solid #FF8C00;
}

.home-3 {
  /* Services CSS */
}

.home-3 .services .services-body .service-box .overlay {
  background-color: transparent;
  background-image: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%);
}

.home-3 .services .services-body .service-box a {
  transition: all 0.3s ease-in-out;
}

.home-3 .services .services-body .service-box a i {
  height: 35px;
  width: 35px;
  font-size: 17px;
  line-height: 35px;
  rotate: -45deg;
  color: #ffffff;
}

.home-3 .services .services-body .service-box:hover a.arrow {
  background-color: #252525 !important;
  transition: all 0.3s ease-in-out;
}

.home-3 .accordion-button:not(.collapsed) {
  color: #FF8C00;
}

.home-3 {
  /* Ad Banner CSS */
}

.home-3 .ad-banner .ad-banner-inner {
  background-image: url(../image/side-bg-1.webp);
  background-position: left;
}

.home-3 .ad-banner .ad-banner-right {
  position: relative;
}

.home-3 .ad-banner .ad-banner-right::after {
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FF8C00;
  opacity: 0.5;
  rotate: 8deg;
  border-radius: 1rem;
}

.home-3 {
  /* Why us CSS */
}

.home-3 .why-us .why-us-box {
  transition: all 0.3s ease-in-out;
}

.home-3 .why-us .why-us-box:hover {
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.home-3 {
  /* Testimonial CSS */
}

.home-3 .testimonial .testimonial-body .testimonial-box p {
  font-size: 16px;
}

@media (max-width: 768px) {
  .home-3 .testimonial .testimonial-body .testimonial-box .testimonial-box-left img {
    border-radius: 1rem 1rem 0 0 !important;
  }

  .home-3 .testimonial .testimonial-body .testimonial-box .testimonial-box-right {
    padding: 24px !important;
  }
}

.home-3 .testimonial .testimonial-body .slick-dots {
  bottom: -40px;
}

.home-3 .testimonial .testimonial-body .slick-dots li.slick-active button:before {
  background: #FF8C00;
  border: 1px solid #FF8C00;
}

.home-3 {
  /* Blog CSS */
}

.home-3 .blog .blog-body .blog-box .overlay {
  background-color: transparent;
  background-image: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%);
  opacity: 1;
}

.services .service-box .overlay {
  background: transparent;
  background-image: linear-gradient(to top, #0000009c, #00000054, #0000002b, #00000000, #00000000);
}

.services-info .btn-secondary {
  position: relative;
  background: transparent;
  color: #fff;
  padding: 0;
}

.services-info .btn-secondary::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
  z-index: 0;

}

.services-info .btn-secondary:hover,
.services-info .btn-secondary:hover i {
  color: #FF8C00 !important;
  background-color: transparent !important;
  box-shadow: none;
}

.services-info .btn-secondary:hover::after {
  background-color: #FF8C00;
}

.services .services-body .service-link {
  margin-top: 40px;
}

.services .services-info a {
  color: #fff;
}

.slick-prev,
.slick-next {
  background-color: #fff;

  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 4px 1px;
}

.slick-prev:before,
.slick-next:before {
  color: #FF8C00;
  font-size: 28px;
  line-height: 1.4;
}

.about-cta {
  position: relative;
}

.about-cta .cursive-title {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  width: 75%;
  text-align: center;
}

.about-cta .cursive-title * {
  font-family: "Dynalight", cursive;
  text-transform: none;
}

.about-cta .cursive-title img {
  width: 440px;
  background: #00000036;
  padding: 15px 30px 10px;
  border-radius: 10px;
  margin-top: 20px;
  border: 1px solid #fff;
  max-width: 100%;
}


.image-shadow {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.special-feature .stat-body li img {
  max-width: 100%;
  filter: invert(1);
}

.special-feature .stat-body li .feature-bg {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  background: #FF8C00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.blog-title .heading-clip {
  left: 50%;
  transform: translateX(-30%);
}

.teams-box {
  border-radius: var(--bs-border-radius-xl) !important;
}

.teams-box .teams-image {
  overflow: hidden;
}

.teams-box img {
  border-radius: var(--bs-border-radius-lg) !important;
  transition: all .4s;
}

.teams-box .teams-image:hover img {
  transform: scale(1.1);
  transition: all .4s;
}

.header-contact li a,
.social-links li a {
  color: #fff;
}

.footer-info img.footer-logo {
  width: 65%;
  border: 1px solid #c7c7c79c;
  padding: 10px 20px 6px;
  border-radius: 5px;
  margin-bottom: 15px;
  position: relative;
  top: -8px;
}

footer .quick-links a,
footer .services a {
  color: #fff;
}

footer .quick-links h4,
footer .services h4,
footer .services .border-white,
footer .quick-links .border-white {
  color: #FF8C00;
  border-color: #FF8C00 !important;
}

.pricing-btn input {
  border: 1px solid #dbd3c9;
  height: 53px;
  border-radius: 5px;
}

.qty-box {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}

.qty-box input {
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
  font-size: 16px;
}

.qty-btn {
  width: 40px;
  height: 40px;
  border: none;
  background: #fff;
  font-size: 18px;
  cursor: pointer;
  color: #333;
}

.qty-btn:hover {
  background: #f5f5f5;
}

/* remove arrows from number input */
.qty-box input::-webkit-outer-spin-button,
.qty-box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.qty-box input[type=number] {
  -moz-appearance: textfield;
}

.contact-form-right,
.pricing-body {
  height: 100%;
}

.contact-form-right {
  border: 1px solid #8e704c;
  padding: 30px 25px;
  border-radius: 16px;
}

.contact-form-right input,
.contact-form-right textarea {
  border: 1px solid #d7cab9 !important;
  border-radius: 5px;
  background-color: #fffcf8;
}

.pricing-body .pricing-title {
  border-radius: 16px 16px 0 0;
}

.pricing-body .pricing-info {
  border-radius: 0 0 16px 16px;
}

.pricing.border-dashed {
  border-bottom: 2px dashed #d7d7d7 !important;
}

.partner .slick-slide {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  ;
  height: 90px;
  margin: 10px;
  padding: 15px;
  border-radius: 10px;
  background: #fff;
}


@media screen and (max-width: 1500px) {
  header .header-nav .navbar-nav .nav-link {
    padding: 20px 10px;
    font-size: 15px;
  }

  .banner .slide {
    height: 800px;
  }
}

@media screen and (max-width: 1399px) {
  header .header-nav .navbar-nav .nav-link {
    padding: 20px 8px;
    font-size: 13px;
  }

  .header-nav .btn-secondary {
    font-size: 14px;
    padding: 12px 18px;
  }

  .blog-info h4 {
    font-size: 24px;
  }

  .appointment.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

@media screen and (max-width: 767px) {
  .about-cta .cursive-title {
    position: relative;
    width: 100%;
    top: 0;
  }

  .services .service-box {
    margin-bottom: 20px;
  }

  .services .services-body .service-link {
    margin-top: 20px;
  }

  .about-cta .cursive-title img {
    background: #00000054;
    margin-top: 5px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 599px) {
  .partner-right .slick-next {
    right: 10px;
  }

  .partner-right .slick-prev {
    left: 10px;
  }

  .partner .slick-slide {
    height: 56px;
    margin: 8px;
    padding: 10px;
  }

  .partner .slick-slide.mx-4 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }

  section,
  .section-padding {
    padding: 60px 0;
  }

  .special-feature .stat-body li .feature-bg {
    width: 60px;
    height: 60px;
    padding: 12px;
    margin: 0 auto 10px;
  }
  .banner .slide {
    height:280px;
    background-size: contain !important;
  }
  .banner {
    margin-top: 0;
}
.header-nav.header-nav-menu {
  background-color: #FF8C00;
}

.banner .slide .container {
  top: 50% !important;
  left: 50% !important;
  
}
.banner .slide .container.translate-middle {
transform: translate(-50%, -50%) !important;
}
.banner-info h1 {
  font-size: 24px;
}
.slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
  left: 15px;
}
}

@media screen and (max-width: 575px) {
  .appointment-left .d-flex {
    flex-direction: column;
  }
  .appointment-left .d-flex li:first-child.me-3 {
    margin-right: 0  !important;
  }
  .appointment-left .d-flex li:first-child.pe-3 {
    padding-right: 0 !important;
  }
  .appointment-left .d-flex li:first-child.border-white {
    border-color: transparent !important;
  }
  .btn-primary, .btn-secondary, .btn1 {
    font-size: 15px;
        padding: 7px 15px;
  }
  .btn1 i {
    height: 25px;
    width: 25px;
    line-height: 25px;
  }
  .breadcrumb {
    height: 250px;
    margin-top: 0;
  }
  .breadcrumb-inner.mt-8 {
    margin-top: 1rem !important;
  }
}


/*# sourceMappingURL=style.css.map */