/* ============================:: Header/Navbar styling start ::=========================*/
.lsheader {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

/* .lsheadoverlay{
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(89deg, var(--primary-color) 0%, var(--primary-color) 100%);
    opacity: 0.4;
} */

.navbar-brand {
  color: var(--white);
}

.navScrolled {
  position: sticky;
  top: 0;
  z-index: 999;
  background: var(--white);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: sticky-animation;
  animation-name: sticky-animation;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-box-shadow: 0 10px 50px 0 rgba(4, 16, 38, 0.06);
  box-shadow: 0 10px 50px 0 rgba(4, 16, 38, 0.06);
}

@keyframes sticky-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes sticky-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

.lsheader2:after {
  background-color: var(--black) !important;
}

.navScrolled.lsheader .navbar .navbar-nav .nav-item .nav-link,
.lsheader2 .navbar .navbar-nav .nav-item .nav-link,
.navScrolled.lsheader .navbar-brand {
  color: var(--black);
}

.navbar .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--white);
  min-height: 4rem;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 11px;
  font-weight: bold;
}

.navbar .navbar-nav .nav-item .nav-link.active,
.navScrolled.lsheader .navbar .navbar-nav .nav-item .nav-link.active {
  color: var(--primary-color);
}

.lsheader:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 100vw;
  height: 1px;
  background: var(--white);
  opacity: 0.1;
  -webkit-transition: background 0.8s;
  transition: background 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.sidenavOffcanvas {
  background-color: var(--bg-black);
}

.sidenavOffcanvas .offcanvas-head {
  width: 20%;
}

.sidenavOffcanvas .offcanvas-header {
  border-bottom: 1px solid #dee2e6;
}

.collapsible {
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
}

.collapsible-btn {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 0;
  text-align: left;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--white);
}

.collapsible-btn:hover {
  color: var(--white);
}

.collapsible-icon {
  position: absolute;
  right: 0;
  top: calc(50% - 5.5px);
  width: 11px;
  height: 11px;
}

.collapsible-inr {
  display: block;
  padding: 13px 0;
  color: #ffffff80;
  margin-left: 16px;
}

.collapsible-inr:hover {
  color: #ffffff80;
}

.collapse {
  border-bottom: none;
}

.collapse .collapsible {
  border-bottom: none;
}

.hireBtn {
  color: var(--white) !important;
  background-color: var(--primary-color);
}

/* ============================:: Header/Navbar styling end ::=========================*/

/* ============================:: home styling start ::=========================*/
.home-area {
  position: relative;
}

.homeCarousel {
  height: 100vh;
  position: relative;
  display: flex;
  color: var(--white);
  align-items: center;
  justify-content: center;
}

.home-slider-title {
  font-size: 50px;
  margin-bottom: 25px;
  font-family: Lato-Bold;
}

.home-slider-subtitle {
  font-size: 18px;
  opacity: 0.7;
  margin: 0;
  font-weight: 600;
}

.home-slider-btnLink {
  margin-top: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-slider-btn {
  position: relative;
  font-size: 14px;
  margin: 5px 12px;
  line-height: 1.15;
  padding: 20px 35px;
  color: var(--white);
  display: flex;
  align-items: center;
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
  transition: all 0.3s;
}

.home-slider-btn.home-slider-btn-transparant {
  background-color: transparent;
}

.home-slider-btn:hover,
.home-slider-btn.home-slider-btn-transparant:hover {
  color: var(--white);
  border-color: rgb(0, 127, 52, 0.82);
  background-color: rgb(0, 127, 52, 0.82);
}

.home_area .owl-dots {
  position: absolute;
  bottom: 47px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.home_area .owl-dots::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  width: 100vw;
  height: 1px;
  background: var(--white);
  opacity: 0.1;
  -webkit-transition: background 0.8s;
  transition: background 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.home_area .owl-dots .owl-dot span {
  width: 45px !important;
  height: 2px !important;
  margin: 0 5px !important;
  background: var(--white) !important;
  transition: all 0.4s ease !important;
}

.home_area .owl-dots .owl-dot.active span,
.home_area .owl-dots .owl-dot:hover span {
  width: 45px !important;
  height: 2px !important;
  background: var(--primary-color) !important;
}

.home_area .owl-nav {
  position: absolute;
  bottom: 0;
  margin: 0;
  display: flex;
}

.home_area .owl-prev,
.home_area .owl-next {
  width: 60px;
  height: 60px;
  margin: 0 !important;
  border-radius: 0 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: var(--white) !important;
  background-color: var(--primary-color) !important;
  font-size: 20px !important;
}

.home_area .owl-prev {
  color: var(--black) !important;
  background-color: var(--white) !important;
}
.home_area .owl-prev {
  left: 0px;
}
.home_area .owl-next {
  right: 0px;
}
.home_area .owl-nav {
  margin: 0 !important;
}

.stretch-section {
  padding: 46px 0;
  box-shadow: 0px 10px 50px 0px rgb(17 17 17 / 4%);
}

.stretch-inner .stretch-contact-type {
  font-size: 18px;
  text-transform: capitalize;
  font-family: Lato-Bold;
}

.stretch-inner .stretch-contact-info {
  margin: 0;
  font-size: 14px;
  color: var(--pcolor);
}

.stretch-inner {
  height: 100%;
}

.stretch-input {
  display: flex;
}

.stretch-input .form-control {
  border: 0;
  height: 100%;
  border-radius: 0;
  background-color: #f3f5f6;
}

.stretch-input-btn {
  border: none;
  padding: 20px 35px;
  color: var(--white);
  font-weight: 500;
  text-transform: capitalize;
  background-color: var(--primary-color);
}

.section-heading {
  text-align: center;
  margin-bottom: 65px;
}

.section-heading-subtitle {
  font-size: 15px;
  display: inline-block;
  padding: 5px 25px 4px;
  color: var(--white);
  position: relative;
  margin-bottom: 28px;
  font-family: Raleway-Bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.section-heading-subtitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  background: var(--primary-color);
  -webkit-clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%);
  clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%);
}

.section-heading-title {
  font-size: 45px;
  font-family: Raleway-Bold;
}

.service-wrap {
  display: flex;
  position: relative;
}

.service-inner-wrap {
  position: relative;
}

.service-features {
  padding-top: 37px;
  display: block;
  position: relative;
}

.service-features-block-shape {
  position: absolute;
  top: 38px;
  left: 0;
  width: 100%;
  z-index: -1;
  height: calc(100% - 39px);
  background: -webkit-repeating-linear-gradient(
    135deg,
    var(--white),
    var(--white) 2.5px,
    var(--primary-color) 4px,
    var(--primary-color) 0
  );
  background: repeating-linear-gradient(
    -45deg,
    var(--white),
    var(--white) 2.5px,
    var(--primary-color) 4px,
    var(--primary-color) 0
  );
}

.service-features-block-wrap {
  position: relative;
  text-align: center;
  margin-bottom: -50px;
  background: var(--white);
  padding: 0 50px 40px 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 440px;
  -webkit-box-shadow: 0 10px 50px 0 rgba(17, 17, 17, 0.06);
  box-shadow: 0px 10px 50px 0px rgba(17, 17, 17, 0.06);
}

.service-features-block-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  border: 8px solid var(--primary-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-features-block-img {
  position: relative;
  top: -37px;
}

.service-features-block-title {
  font-size: 25px;
  color: var(--title-color);
  font-weight: 700;
  margin-bottom: 16px;
}

.service-features-block-info {
  font-size: 15px;
  color: var(--pcolor);
  line-height: 1.7;
  margin: 0;
}

.service-features-block-wrap:hover {
  -webkit-transform: translate(-20px, -20px);
  transform: translate(-20px, -20px);
}

.service-features-block-wrap:hover::before {
  opacity: 1;
}

.aboutus-area .section-heading {
  text-align: end;
}

.aboutus-area-content p {
  font-size: 15px;
  color: var(--pcolor);
}

.contact-form {
  position: relative;
  padding: 59px 35px 60px 35px;
  background-color: var(--white);
  box-shadow: 0px 10px 50px 0px rgb(53 82 99 / 9%);
}

.contact-classic-form-title {
  font-size: 35px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.contact-form-inner .form-control {
  border: none;
  border-radius: 0;
  padding: 16px 18px;
  background-color: #f3f5f6;
}

.contact-form-inner .home-slider-btn {
  margin: 0;
  width: 100%;
  justify-content: center;
  text-transform: capitalize;
}

.contact-area .section-heading {
  text-align: start;
}

.contact-area-content p {
  font-size: 15px;
  color: var(--pcolor);
  margin-bottom: 20px;
  line-height: 1.9;
  margin-bottom: 60px;
}

.contact-area-classic-content h4 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 25px;
  color: var(--title-color);
}

.contact-area-classic-list li:not(:last-child) {
  margin-bottom: 12px;
}

.contact-area-classic-list-link {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 15px;
  color: var(--title-color);
  transition: all 0.3s;
}

.contact-area-classic-list-link i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background-color: var(--primary-color);
}

.contact-area-classic-list-link:hover {
  color: var(--primary-color);
}

.contact-area-classic-content {
  margin-bottom: 40px;
}

.contact-area-social {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.contact-area-social a {
  text-transform: uppercase;
  color: var(--title-color);
  letter-spacing: 0.2em;
  font-size: 12px;
}

.contact-area-social a:hover {
  color: var(--primary-color);
}

.content-media-img {
  height: 500px;
}

.accomplishment-count {
  position: relative;
  text-align: center;
}

.accomplishment-img {
  margin-bottom: 25px;
}

.accomplishment-num-count {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accomplishment-num-count span {
  font-size: 45px;
  line-height: 1.2;
  color: var(--title-color);
  font-weight: 700;
}

.accomplishment-title {
  font-size: 25px;
  line-height: 1.2;
  color: var(--title-color);
  font-weight: 700;
}

.accomplishment-info {
  font-size: 15px;
  color: var(--pcolor);
}

.footer-area {
  background-color: #131c21;
  padding-top: 80px;
}

.ec_footerLogo {
  text-transform: capitalize;
  margin-bottom: 15px;
}

.ec_footerLogo a {
  font-size: 30px;
  color: var(--white);
}

.ec_footerHeading {
  font-size: 18px;
  letter-spacing: 1.1px;
  margin-bottom: 16px;
  color: var(--white);
  text-transform: capitalize;
  font-family: Montserrat-Bold;
}

.ec_footeraddress {
  font-size: 14px;
  color: var(--pcolor);
}

.ec_footerSocial-icon {
  display: flex;
}

.ec_footerSocial-icon li {
  margin-right: 20px;
}

.ec_footerSocial-icon li a {
  color: var(--white);
}

.ec_footerSocial-icon li a:hover {
  color: var(--primary-color);
}

.ec_footerInputGroup {
  position: relative;
}

.ec_footerInputGroup .form-control {
  font-size: 15px;
  padding: 6px 36px 6px 12px;
  border-radius: 20px;
}

.ec_footerLinksContent .ec_footerLink:not(:last-child) {
  margin-bottom: 6px;
}

.ec_footerLinksContent .ec_footerLink a {
  color: var(--pcolor);
  transition: all 0.3s;
  font-size: 14px;
  text-transform: capitalize;
}

.ec_footerLinksContent .ec_footerLink a:hover {
  color: var(--primary-color);
}

.ec_footerFlotmap {
  position: absolute;
  right: 30%;
  top: 40%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  z-index: -1;
  opacity: 0.4;
  width: 560px;
}

.ec_footerFlotmap img {
  -webkit-animation: moveleftbounce 5s linear infinite;
  animation: moveleftbounce 5s linear infinite;
}

.footer-area {
  position: relative;
  z-index: 1;
}

.footer-area .footer_copyright {
  padding: 30px 0;
}

.footer-area .footer_copyright .footer_copyright-content {
  display: flex;
  justify-content: space-between;
}

.footer-area .footer_copyright .footer_copyright-content .copyright-text {
  font-size: 16px;
  color: var(--white);
}

.footer-area .footer_links .breadcrumb li a {
  font-size: 14px;
  color: var(--pcolor);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.footer-area .footer_links .breadcrumb li a:hover {
  color: var(--green);
}

.footer-area .footer_links .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "|");
}

.ec_footerBottom {
  margin-top: 80px;
  border-top: 1px solid var(--pcolor);
}

/* ============================:: home styling end ::=========================*/

.navbar-brand {
  width: 7%;
}

.ec_footerLogo .navbar-brand {
  width: 23%;
  display: block;
}

.client-area {
  margin-top: 90px;
}
.client-area .fonth2 {
  color: var(--white);
}

.client-logo-wall {
  overflow: hidden;
}

.client-logo-wall .client-logo-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 25%;
  height: 240px;
  margin-left: -2px;
  margin-bottom: -2px;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #eee;
}

.cursor-alter {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.client-logo {
  width: 100px;
}

.cursor-alter img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.7;
  transform: scale(1);
  transition: transform 0.3s, opacity 0.3s;
}

.client-logo-wall .client-logo-list:hover .cursor-alter img {
  opacity: 1;
  transform: scale(1.1);
}
