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

    Template Name: Natex - Industrial and Building Construction HTML Template
    Author: winsfolio
    Support: winsfolio@gmail.com 
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

	-----------------
    01. utils CSS
	-----------------
		1.1 Root
		1.2 Mixins 

	-----------------
    02. COMPONENTS CSS
	-----------------
		2.1 mobile-nav
		2.2 search-popup
		2.3 loader
		2.4 btn
		2.5 pagination
		2.6 accordion 
		2.7 social-media 
		2.8 marquee 
		2.9 hover-img-two
		2.10 breadcrumb
		2.11 theme-pagination
		2.12 topics
		2.13 cart-popup
		2.14 scroll-top 


	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header 1
		3.2 Header 2 

    ---------------------------------
	04. FOOTER CSS
	---------------------------------
		4.1 footer
		4.2 footer-two
		4.3 footer-three

	---------------------------------
	05. SECTIONS CSS
	---------------------------------
		5.1 custom-text
		5.2 hero-section-two
		5.3 hero-section-one
		5.4 heading
		5.5 introduction
		5.6 what-we-do 
		5.7 innovative
		5.8 design-your
		5.9 meet-experts
		5.10 services-one
		5.11 swiper-button
		5.12 partner
		5.13 blog-one
		5.14 subscribe 
		5.15 concept-design
		5.16 dream-home
		5.17 creating-future 
		5.18 read-journey
		5.19 project-mind
		5.20 hero-three
		5.21 design-section
		5.22 portfolio
		5.23 team-style-one
		5.24 architect
		5.25 Visit-slider
		5.26 testimonial-section
		5.27 project-section
		5.28 client-section
		5.29 architect-2
		5.30 history
		5.31 field-build
		5.32 produst-one
		5.33 blog-two
		5.34 challenges-section
		5.35 award
		5.36 pricing-plan
		5.37 project-showcase
		5.38 studio

	---------------------------------
	06. PAGES CSS
	---------------------------------
	    6.1 our-blog
		6.2 project
		6.3 our-team
		6.4 product-detail
	    6.5 news-details
		6.6 project-details
		6.7 services-details
		6.8 team-detail
		6.9 content-page 
		6.10 shop
		6.11 cart
		6.12 checkout

--------------------------------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background-color: #000;
  padding: 50px 40px 15px;
  z-index: 5;
  transition: 0.45s ease-in-out;
  transform: translateX(-101%);
  overflow-y: auto;
}
@media (max-width: 1200px) {
  .mobile-nav {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .mobile-nav {
    width: 70%;
  }
}
@media (max-width: 556px) {
  .mobile-nav {
    width: 100%;
  }
}
.mobile-nav ul li a svg {
  width: 11px;
}
.mobile-nav ul > li.menu-item-has-children:before {
  content: "";
  background-image: url(../img/down-arrow-clr.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  right: 0;
  width: 10px;
  height: 10px;
  transform: rotate(-90deg);
}
.mobile-nav > ul > li.menu-item-has-children:before {
  color: #ffffff;
  position: absolute;
  top: 17px;
  right: 0;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  font-size: 11px;
}
.mobile-nav > ul > li.menu-item-has-children > ul.sub-menu {
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 5px;
  position: absolute;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transform: translatey(15px);
  border-top: 1px solid #5b5b5b;
  margin-top: 8px;
}
.mobile-nav > ul > li.menu-item-has-children.active:before {
  transform: rotate(0deg);
  color: #ffffff;
}
.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu li {
  padding: 5px 0;
  position: relative;
}
.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu li:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 19px;
  transform: translateY(-50%);
  left: -18px;
  background-color: #ff6600;
}
.mobile-nav > ul > li {
  position: relative;
  border-bottom: 0px solid #d4d4d4;
  padding: 10px 0;
  display: block;
}
.mobile-nav > ul > li:not(:last-child) {
  border-bottom: 1px solid #5b5b5b;
}
.mobile-nav > ul li > a {
  font-size: 14px;
  line-height: 26px;
  text-transform: capitalize;
  color: #ffffff;
}
.mobile-nav > ul li.menu-item-has-children.active ul.sub-menu li:before {
  top: 12px;
  background-color: transparent;
  left: auto;
  content: "";
  position: absolute;
  transform: rotate(0deg);
}
.mobile-nav > ul li.menu-item-has-children.active > ul.sub-menu {
  position: relative;
  height: auto;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition-delay: 0.1s;
}
.mobile-nav > ul li.menu-item-has-children ul.sub-menu {
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 5px;
  position: absolute;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(15px);
  border-top: 1px solid #5b5b5b;
  margin-top: 8px;
}
.mobile-nav a#res-cross:before {
  content: "\f057";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  right: 20px;
  color: #ffffff;
  font-size: 28px;
}

.for #nav-icon4 {
  color: #000;
}

#nav-icon4 {
  width: 40px;
  height: 25px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
  font-size: 25px;
  color: #ffffff;
}
#nav-icon4 span {
  transform-origin: left center;
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#nav-icon4 span:nth-child(2) {
  top: 13px;
}
#nav-icon4 span:nth-child(3) {
  top: 25px;
}

.responsive-bar {
  display: none;
}

#nav-icon4.open span:nth-child(1) {
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}
#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-icon4.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 35px;
  left: 8px;
}

i#nav-icon4 {
  display: none;
}

.res-log {
  margin-bottom: 30px;
}
.res-log img {
  width: auto;
}

.res-rights p {
  color: #d6d6d6;
  font-weight: bold;
  letter-spacing: 5px;
  margin-top: 30px;
}

.mobile-nav.open {
  transform: translateX(0) !important;
  z-index: 33333333;
  box-shadow: 3px 3px 39px -4px rgba(0, 0, 0, 0.75);
}

li.menu-item-has-children.active {
  background-color: transparent;
}

#mobile-menu {
  z-index: 1;
  display: none;
}
#mobile-menu i {
  color: #ffffff;
  background-color: transparent;
  font-size: 24px;
  margin-right: 20px;
  font-size: 26px;
}
@media (max-width: 1200px) {
  #mobile-menu {
    display: block;
  }
}

header.two #mobile-menu i {
  color: #ffffff;
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.78);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  width: 100%;
}
.search-popup .close-search {
  top: 6%;
  position: absolute;
  left: 94%;
  margin: 0 auto;
  border-radius: 50%;
  text-align: center;
  background-color: #ff6600;
  width: 50px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transition: all 500ms ease;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  border: 0;
}
.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  transition: all 300ms ease;
}
.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}
.search-popup .form-group input[type=text] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #ffffff;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
  outline: none;
  border: 0;
}
.search-popup .form-group input[type=search] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #ffffff;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
  outline: none;
  border: 0;
}
.search-popup .form-group input[type=submit] {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #ff6600;
  padding: 0;
  cursor: pointer;
  transition: all 500ms ease;
  border: none;
}
.search-popup .form-group input[type=submit]:hover {
  color: #000;
}
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #ff6600;
  padding: 0;
  cursor: pointer;
  transition: all 500ms ease;
  border: none;
}
.search-popup .form-group button:hover {
  color: #000;
}
.search-popup input::-moz-placeholder {
  color: #000;
}
.search-popup input::placeholder {
  color: #000;
}
.search-popup textarea::-moz-placeholder {
  color: #000;
}
.search-popup textarea::placeholder {
  color: #000;
}
.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: #ffffff;
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  transition: all 500ms ease;
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}
.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  transition-delay: 1500ms;
}
.search-active .search-popup form {
  transform: scaleX(1);
  transition-delay: 1200ms;
}

.checkbox-flex {
  display: flex;
}

.search-box-btn {
  display: inline-block;
  padding-left: 22px;
}
.search-box-btn i {
  display: inline-block;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  transition: 0.5s;
}

.upp.search-box-btn i {
  color: #9E9FA1;
}

.search-box-btn.search-box-outer span i {
  font-size: 20px;
  display: inline-block;
  color: #ffffff;
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.search-box-btn.search-box-outer span i:after {
  position: absolute;
  content: "0";
  right: -10px;
  top: -4px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background: #ED1C24;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
}

.upp.search-box-btn.search-box-outer span i {
  color: #9E9FA1;
}

.flaticon-multiply:before {
  content: inherit;
}

button.close-search i {
  font-size: 18px;
  line-height: 50px;
  color: #ffffff;
  display: inline-block;
}

.preloader {
  background-color: #ff6600;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1000000000000000000;
  right: 0;
  bottom: 0;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  bottom: 0%;
}

.page-loaded .preloader {
  bottom: -100%;
}

.preloader {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  overflow: hidden;
}
.preloader .preloader-box {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}
.preloader .preloader-box:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.preloader .preloader-box .natex-content {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
}
.preloader * {
  transition: all 0.3s;
}
.preloader .natex-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  margin-left: -60px;
  margin-top: -60px;
}
.preloader .natex-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  transform-origin: 60px 60px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  animation: rotate 1.2s infinite linear;
}
.preloader .natex-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.preloader #particles-background,
.preloader #particles-foreground {
  left: -51%;
  top: -51%;
  width: 202%;
  height: 202%;
  transform: scale3d(0.5, 0.5, 1);
}
.preloader #particles-background {
  background: #2c2d44;
  background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
}
.preloader lesshat-selector {
  -lh-property: 0;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preloader [not-existing] {
  zoom: 1;
}
.preloader lesshat-selector {
  -lh-property: 0;
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
.preloader [not-existing] {
  zoom: 1;
}
.preloader lesshat-selector {
  -lh-property: 0;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.preloader [not-existing] {
  zoom: 1;
}

.theme-btn {
  height: 60px;
  line-height: 60px;
  display: inline-flex;
  background: #ff6600;
  padding: 0 40px;
  color: hsl(0, 0%, 100%);
  font-size: 16px;
  font-weight: 700;
  position: relative;
  transition: 0.25s ease-in-out;
}
@media (max-width: 1400px) {
  .theme-btn {
    height: 54px;
    line-height: 54px;
  }
}
.theme-btn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid transparent;
  transition: 0.25s ease-in-out;
}
.theme-btn:hover {
  text-decoration: none;
  line-height: 70px;
  text-indent: 6px;
}
@media (max-width: 1400px) {
  .theme-btn:hover {
    line-height: 64px;
  }
}
.theme-btn:hover:before {
  top: 6px;
  left: 6px;
  border-color: #080808;
}

.theme-btn.w-color:hover:before {
  border-color: #fff;
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  background-color: #ffffff;
  width: 40px;
  height: 3px;
  border-radius: 0;
  opacity: 1;
  margin-right: 10px !important;
  transition: 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
  }
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 0;
  background-color: #ff6600;
  width: 100px;
}
@media (max-width: 992px) {
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 60px;
  }
}

.accordion {
  width: 100%;
}
.accordion .content {
  margin-bottom: 20px;
  padding: 12px 0px;
  padding-top: 0px;
  border: 0;
}
.accordion .content p {
  font-size: 16px;
  font-weight: 400;
  color: #444444;
}
.accordion .title {
  text-align: start;
  padding: 24px;
  padding-right: 0;
  color: #000;
  font-size: 20px;
  padding-left: 0;
  font-weight: 700;
  border-bottom: 1px solid #d1d1d1;
  border-radius: 0 !important;
}
.accordion .accordion-item:first-of-type {
  border-radius: 0;
}
.accordion .accordion-item.active {
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid #ff6600;
  border-radius: 0;
}
.accordion .accordion-item.active .heading {
  color: #000;
}
.accordion .accordion-item.active .icon:after {
  width: 0;
}
.accordion .accordion-item.active .icon:before {
  background: #ff6600;
}
.accordion .accordion-item.active .title {
  background-color: transparent;
  border: 0;
  padding-bottom: 14px;
}
.accordion .accordion-item {
  border: 0;
}
.accordion .accordion-item .heading {
  width: 100%;
  display: block;
  text-transform: capitalize;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  transition: 0.3s ease-in-out;
  padding-bottom: 0px;
}
.accordion .accordion-item .icon {
  display: block;
  position: absolute;
  top: 47%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateY(-50%);
  right: 1px;
  background-color: transparent;
}
.accordion .accordion-item .icon:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 0.3s ease-in-out;
  transform: translate(-50%, -50%);
}
.accordion .accordion-item .icon:after {
  content: "";
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 0.3s ease-in-out;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: -1;
}
.accordion .accordion-item .content {
  display: none;
}
.accordion .accordion-item:first-of-type {
  border-top: 1px solid #d1d1d1;
}
.accordion .accordion-img {
  position: relative;
}
.accordion .accordion-img figure.accordion-img-two {
  background-color: #000;
  margin-top: -156px;
  margin-left: 130px;
}
.accordion .accordion-img img.dots {
  top: auto;
  z-index: 0;
  right: -5%;
  bottom: 0;
}

.accordion-img {
  width: 89%;
}
@media (max-width: 1400px) {
  .accordion-img {
    width: 90%;
  }
}
@media (max-width: 992px) {
  .accordion-img {
    width: 100%;
    margin-bottom: 40px;
  }
}
.accordion-img figure.accordion-img-1 {
  margin: 39px;
  margin-left: 0;
  margin-top: 0;
}
@media (max-width: 480px) {
  .accordion-img figure.accordion-img-1 {
    margin: 16px;
    margin-left: 0;
    margin-top: 0;
  }
}
.accordion-img img {
  transition: 0.5s ease-in-out;
}
@media (max-width: 480px) {
  .accordion-img img {
    width: 100%;
  }
}

.faq-section .heading.two {
  padding-top: 70px;
}
@media (max-width: 992px) {
  .faq-section .heading.two {
    padding-top: 40px;
  }
}

@media (max-width: 992px) {
  .faq-section .accordion-img {
    margin-bottom: 0;
  }
}

ul.social-media {
  display: flex;
  margin-top: 30px;
}
ul.social-media li {
  position: relative;
  margin-left: 0px;
}
ul.social-media li a {
  text-transform: capitalize;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
ul.social-media li a i {
  color: #ffffff;
  font-size: 15px;
  width: 45px;
  border: 1px solid #444;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 14px;
  padding: 0;
  transition: 0.5s ease-in-out;
}
@media (max-width: 992px) {
  ul.social-media li a i {
    font-size: 15px;
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }
}
ul.social-media li a i:hover {
  color: #ffffff;
  background-color: #ff6600;
  border-color: #ff6600;
}
ul.social-media li a i.flaticon-twitter {
  font-size: 14px;
}

.marquee-box-one {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}
.marquee-box-one .marquee-content-one {
  display: flex;
  gap: 40px;
  padding: 0 20px;
  animation: scroll-one 30s linear infinite;
}
.marquee-box-one .marquee-content-one a {
  color: #000;
}
.marquee-box-one .marquee-content-one a h2 {
  font-size: 50px;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  padding-left: 100px;
  font-weight: 800;
  color: #bbbbbb;
  transition: 0.5s ease-in-out;
}
@media (max-width: 1400px) {
  .marquee-box-one .marquee-content-one a h2 {
    font-size: 48px;
  }
}
@media (max-width: 992px) {
  .marquee-box-one .marquee-content-one a h2 {
    font-size: 30px;
    padding-left: 50px;
  }
}
@media (max-width: 480px) {
  .marquee-box-one .marquee-content-one a h2 {
    font-size: 26px;
    padding-left: 30px;
  }
}
.marquee-box-one .marquee-content-one a h2:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: -30px;
  background-color: #757575;
  font-size: 68px;
  width: 13px;
  height: 13px;
  border-radius: 50px;
  z-index: 111;
  top: 46%;
  left: 30px;
}
@media (max-width: 1200px) {
  .marquee-box-one .marquee-content-one a h2:before {
    top: -33px;
  }
}
@media (max-width: 768px) {
  .marquee-box-one .marquee-content-one a h2:before {
    top: -42px;
  }
}
.marquee-box-one .marquee-content-one a:hover h2 {
  color: #ff6600;
}

@keyframes scroll-one {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll-two {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.hover-img-two {
  position: relative;
  transition: all 300ms ease;
}
.hover-img-two:hover .imgg img:first-child {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}
.hover-img-two:hover .imgg img:nth-child(2) {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}
.hover-img-two .imgg {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.hover-img-two .imgg img {
  position: relative;
  width: 100%;
  display: block;
  transition: all 500ms ease;
}
.hover-img-two .imgg img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}

.hoverimg figure {
  position: relative;
}
.hoverimg figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.hoverimg:hover figure::before {
  animation: shine 0.75s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.breadcrumb {
  position: relative;
  padding-top: 10px;
}
.breadcrumb li.breadcrumb-item {
  text-transform: capitalize;
}
@media (max-width: 480px) {
  .breadcrumb li.breadcrumb-item {
    font-size: 14px;
  }
}
.breadcrumb li.breadcrumb-item a {
  color: #c6c6c6;
  transition: 0.5s ease-in-out;
}
.breadcrumb li.breadcrumb-item a:hover {
  color: #ff6600;
}
@media (max-width: 480px) {
  .breadcrumb li.breadcrumb-item a {
    font-size: 14px;
  }
}
.breadcrumb li.breadcrumb-item.active {
  color: #c6c6c6;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "-") !important;
  color: #c6c6c6;
}
@media (max-width: 1200px) {
  .breadcrumb {
    padding-top: 0;
  }
}

.theme-pagination {
  margin-top: 60px;
}
.theme-pagination .pagination {
  justify-content: center;
}
.theme-pagination ul.pagination li {
  text-transform: capitalize;
}
.theme-pagination ul.pagination li a {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 !important;
  border: 0;
  width: 55px;
  margin-right: 5px;
  background-color: #e7e7e7;
}
@media (max-width: 556px) {
  .theme-pagination ul.pagination li a {
    font-size: 14px;
    height: 40px;
    width: 42px;
    margin-right: 2px;
  }
}
.theme-pagination ul.pagination li a:hover {
  color: #ffffff;
  background-color: #444444;
}
.theme-pagination ul.pagination li a i {
  font-size: 15px;
}
.theme-pagination ul.pagination li:first-child {
  margin-right: 1px;
}
.theme-pagination ul.pagination li:first-child a {
  padding: 0 45px;
  background-color: #ff6600;
  color: #ffffff;
  border: 1px solid #ff6600;
}
@media (max-width: 480px) {
  .theme-pagination ul.pagination li:first-child a {
    padding: 0 25px;
  }
}
.theme-pagination ul.pagination li:first-child a:hover {
  background-color: transparent;
  color: #000;
}
.theme-pagination ul.pagination li:last-child {
  margin-left: 1px;
}
.theme-pagination ul.pagination li:last-child a {
  padding: 0 45px;
  background-color: #ff6600;
  color: #ffffff;
  border: 1px solid #ff6600;
}
@media (max-width: 480px) {
  .theme-pagination ul.pagination li:last-child a {
    padding: 0 25px;
  }
}
.theme-pagination ul.pagination li:last-child a:hover {
  background-color: transparent;
  color: #000;
}
.theme-pagination ul.pagination li.space a {
  cursor: not-allowed;
  border: 0;
  background-color: transparent;
  color: #000;
}
.theme-pagination ul.pagination li.space a:hover {
  cursor: not-allowed;
  border: 0;
  background-color: transparent;
  color: #000;
}

.trending-topics {
  position: relative;
  background-size: cover;
}
.trending-topics::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0.8;
  left: 0;
  height: 100%;
  background-color: #000;
}
.trending-topics .heading h2 {
  color: #ffffff;
}
.trending-topics .heading span {
  color: #d1d1d1;
}

.topics {
  padding: 40px;
  position: relative;
  transition: 0.5s ease-in-out;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.6s all;
}
.topics.topics::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  content: "";
  left: 0;
  top: 0;
}
@media (max-width: 1400px) {
  .topics {
    padding: 30px;
  }
}
@media (max-width: 992px) {
  .topics {
    margin-bottom: 23px;
  }
}
.topics p {
  color: #ffffff;
  position: relative;
  opacity: 0;
  transition: 0.5s ease-in-out;
  transform: translateX(15px);
}
.topics a {
  position: relative;
  color: #ff6600;
  padding-top: 22px;
  display: block;
  text-transform: capitalize;
  opacity: 0;
  transition: 0.5s ease-in-out;
  transform: translatey(15px);
}
.topics a i {
  padding-left: 10px;
}
.topics h4 {
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 320px;
  font-size: 26px;
  font-weight: 800;
  position: relative;
}
@media (max-width: 1400px) {
  .topics h4 {
    font-size: 20px;
    letter-spacing: 0px;
  }
}
.topics:hover {
  background-position: right top;
}
.topics:hover a {
  transform: translatey(0px);
}
.topics:hover p {
  transform: translateX(0px);
}
.topics:hover a,
.topics:hover p {
  opacity: 1;
}

.cart-popup:before {
  content: "";
  width: 41%;
  height: 5px;
  position: absolute;
  left: 59.2%;
  top: -5px;
}
.cart-popup img {
  width: 75px;
}
.cart-popup .p-data {
  padding-left: 15px;
}
.cart-popup .p-data h3 {
  font-size: 20px;
  color: #191919;
  margin-bottom: 5px;
  line-height: 28px;
  font-weight: bold;
}
.cart-popup .p-data p {
  line-height: 25px;
}
.cart-popup .p-data ul li {
  margin-bottom: 18px;
}
.cart-popup ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0784313725);
  padding-bottom: 15px;
}
.cart-popup ul li a:before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("../img/remove.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: -5px;
  left: -10px;
}
.cart-popup .cart-total {
  background-color: #eee;
  padding: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}
.cart-popup .cart-total span {
  font-size: 20px;
  line-height: 25px;
  color: #222;
}
.cart-popup .cart-btns a {
  font-size: 16px;
  line-height: 25px;
  color: #222;
  text-transform: uppercase;
  width: 50%;
  text-align: center;
  padding: 10px;
  border: 2px solid #909090;
  transition: 0.5s ease-in-out;
}
.cart-popup .cart-btns a:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.cart-popup .cart-btns a:not(:last-child) {
  margin-right: 8px;
}

.show-cart {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  z-index: 11;
}

.white_content i:hover {
  color: #000;
  transform: rotate(90deg);
}

.white_content {
  position: fixed;
  top: 0%;
  right: 0%;
  width: 22% !important;
  width: 50%;
  height: 100%;
  padding: 40px;
  background-color: white;
  z-index: 50;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .white_content {
    width: 26% !important;
  }
}
.white_content i {
  font-size: 25px;
  position: absolute;
  top: 5%;
  right: 20px;
}

@keyframes fadeInOne {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  40% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.box form.message .nice-select:before {
  right: 7%;
}

.donation .light-bg img {
  border-radius: 0px;
}

.cart-popup li {
  margin-bottom: 20px;
  padding: 10px 0;
  gap: 10px;
}

.pr-total {
  position: absolute;
  width: 80%;
  bottom: 30px;
}

a.theme-bg-clr {
  background-color: #ff6600;
  border-color: #ff6600;
  transition: 0.5s ease-in-out;
}
a.theme-bg-clr:hover {
  background-color: #000;
  border-color: #000;
}

a.theme-bg-clr.text-white.checkout {
  border-color: transparent;
}

#scroll-percentage {
  position: absolute;
  box-shadow: 0px 0px 20px 0px rgba(184, 184, 184, 0.75);
  height: 60px;
  width: 60px;
  background-color: var(--common-colour);
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transform: scale(0);
  display: grid;
  place-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  z-index: 1011;
}
@media (max-width: 1400px) {
  #scroll-percentage {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 992px) {
  #scroll-percentage {
    right: 10px;
  }
}

#scroll-percentage.active {
  bottom: 30px;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
  transition: 0.3s;
}
@media (max-width: 1400px) {
  #scroll-percentage.active {
    bottom: 20px;
  }
}

#scroll-percentage-value {
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  background-color: #ffffff;
  color: #000;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 600;
}

#scroll-percentage-value i {
  font-size: 20px;
}

@keyframes scrollToTop {
  0% {
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
header {
  position: absolute;
  width: 100%;
  z-index: 50;
  top: 0;
  padding-top: 10px;
}
@media (max-width: 1400px) {
  header .logo img {
    width: 140px;
  }
}
header .donation {
  position: relative;
  margin-right: 26px;
}
header .donation i {
  padding-top: 1px;
  font-size: 24px;
  display: block;
  color: #ffffff;
}
header .donation span {
  position: absolute;
  z-index: 11;
  background-color: #ff6600;
  color: #ffffff;
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  border-radius: 50%;
  left: 16px;
  top: -10px;
  padding-top: 3px;
}
@media (max-width: 1400px) {
  header .donation span {
    width: 18px;
    height: 18px;
    font-size: 13px;
  }
}
header .content-header {
  display: flex;
  align-items: center;
  z-index: 1;
}
header .content-header svg {
  width: 24px;
  height: auto;
}
header .content-header a {
  padding-left: 6px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  header .content-header a {
    font-size: 14px;
  }
}
header .content-header a:hover {
  color: #ff6600;
}
header .content-header h4 {
  padding-left: 6px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  header .content-header h4 {
    font-size: 14px;
  }
}
header .content-header h4 a {
  transition: 0.5s ease-in-out;
}
header .content-header h4 span {
  padding-left: 6px;
}
header .content-header i {
  font-size: 18px;
  line-height: 0;
  margin-right: 10px;
}
header ul.social-media {
  display: flex;
  justify-content: end;
  margin: 0;
}
header ul.social-media li {
  position: relative;
  margin-left: 8px;
}
header ul.social-media li a {
  transition: 0.5s ease-in-out;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
header ul.social-media li a i {
  padding-left: 20px;
  color: #000;
  width: 0;
  height: 0;
  border: 0;
  font-size: 22px;
}
@media (max-width: 1400px) {
  header ul.social-media li a i {
    font-size: 18px;
  }
}
header ul.social-media li a i:hover {
  color: #444;
}
header ul.social-media li a i.flaticon-twitter {
  font-size: 20px;
}
@media (max-width: 1400px) {
  header ul.social-media li a i.flaticon-twitter {
    font-size: 16px;
  }
}
header ul.social-media li a:hover i {
  color: #ff6600;
}

header {
  position: absolute;
}
header .header-bottom-bar {
  background-color: transparent;
}
header .bottom-bar {
  background-color: transparent;
  padding-top: 10px;
}
header ul.social-media li a i {
  color: #ffffff;
}
header ul.social-media li a i:hover {
  color: #ff6600;
}
header .navbar-links li > a {
  color: #ffffff;
}
header li.menu-item-children > a:before {
  filter: invert(1);
}
header .header-top-bar {
  border: 0;
}
header .content-header h4 {
  color: #ffffff;
}
header .content-header a {
  color: #ffffff;
}
header .content-header a:hover {
  color: #ff6600;
}
header .content-header i {
  color: #ffffff;
  color: #ffffff;
}
header i {
  color: #ffffff;
}
header .top-bar h4 {
  display: flex;
}
header .top-bar h4 i {
  font-size: 24px;
  margin: 0;
  margin-top: -5px;
  display: block;
}

header li li.menu-item-children > a:before {
  filter: invert(0);
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 02. navbar */
.navbar {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  padding: 0;
}
@media (max-width: 1200px) {
  .navbar {
    display: none;
  }
}

.navbar-logo {
  color: #ff3f34;
  text-decoration: none;
  font-size: 25px;
  padding: 0px 20px;
}

.navbar-links {
  list-style-type: none;
  display: flex;
}
.navbar-links li:not(:last-child) {
  padding-right: 45px;
}
@media (max-width: 1400px) {
  .navbar-links li:not(:last-child) {
    padding-right: 32px;
  }
}
.navbar-links li a {
  display: block;
  text-decoration: none;
  color: #707070;
  transition: 0.4s all;
  padding-bottom: 10px;
  padding-top: 10px;
}
.navbar-links li:hover > a {
  border-bottom: 5px solid #ff6600;
}
.navbar-links li > a {
  border-bottom: 5px solid transparent;
  color: #000;
  text-transform: capitalize;
  font-size: 16px;
  color: #212121;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .navbar-links li > a {
    font-size: 16px;
  }
}
.navbar-links li.navbar-dropdown {
  position: relative;
}
.navbar-links li.navbar-dropdown:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translatey(0px);
  z-index: 1111;
}
.navbar-links li.navbar-dropdown:hover .sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  border-left: 3px solid var(--theme-colour);
  opacity: 0;
  top: 20%;
  visibility: hidden;
}
.navbar-links li.navbar-dropdown .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: translatey(10px);
  left: 0;
  width: 230px;
  box-shadow: 0px 10px 10px 3px hsla(0, 0%, 0%, 0.16);
  z-index: 111;
  transition: 0.4s all;
}
.navbar-links li.navbar-dropdown .sub-menu li {
  position: relative;
}
.navbar-links li.navbar-dropdown .sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.navbar-links li.navbar-dropdown .sub-menu li a:hover {
  color: #ff6600;
}
.navbar-links li.navbar-dropdown .sub-menu li:before {
  content: "";
  z-index: 11;
  position: absolute;
  height: 1px;
  background-color: rgba(88, 88, 88, 0.1607843137);
  width: 75%;
  bottom: 0;
  left: 25px;
}
.navbar-links li.navbar-dropdown .sub-menu a {
  font-size: 16px;
  padding-left: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 600;
  border: 0;
  position: relative;
  text-transform: capitalize;
  color: #000;
  background-color: #ffffff;
}
@media (max-width: 1400px) {
  .navbar-links li.navbar-dropdown .sub-menu a {
    font-size: 14px;
    padding-left: 22px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

li.sub-menu-item-children:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  z-index: 1;
  right: 31px;
  background-color: #000;
  -webkit-clip-path: polygon(68% 50%, 0 0, 0 100%);
          clip-path: polygon(68% 50%, 0 0, 0 100%);
  top: 44%;
}

li.menu-item-children > a:before {
  content: "";
  background-image: url(../img/down-arrow.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 31px;
  width: 8px;
  height: 8px;
}
@media (max-width: 1400px) {
  li.menu-item-children > a:before {
    right: 20px;
  }
}

nav.navbar ul.sub-menu li {
  padding: 0;
}

.two-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 12px;
}

.logo {
  z-index: 1;
}

.header-search i {
  color: #ffffff;
  font-size: 22px;
  margin-left: 0;
  transition: 0.5s ease-in-out;
}
.header-search i:hover {
  color: #ff6600;
}

.bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0;
}

.header-top-bar {
  padding-top: 4px;
  padding-bottom: 4px;
  position: relative;
}
@media (max-width: 1200px) {
  .header-top-bar {
    display: none;
  }
}

.header-search {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .header-search {
    display: none;
  }
}

.header-search-button.search-box-outer {
  padding-right: 14px;
  padding-top: 5px;
}

header.two:before {
  right: 13%;
  content: "";
  position: absolute;
  width: 60%;
  height: 90px;
  background-color: #fff;
  display: block;
  bottom: 0;
}
@media (max-width: 1400px) {
  header.two:before {
    right: 7.5%;
    width: 70%;
    height: 75px;
  }
}
@media (max-width: 1200px) {
  header.two:before {
    display: none;
  }
}
header.two .header-top-bar {
  padding-top: 14px;
  padding-bottom: 24px;
}
@media (max-width: 1400px) {
  header.two .header-top-bar {
    padding-bottom: 14px;
  }
}
header.two .bottom-bar {
  padding-bottom: 10px;
}
header.two .navbar-links li > a {
  color: #000;
  font-weight: 600;
}
header.two li.menu-item-children > a:before {
  filter: invert(0);
}
header.two .header-search {
  z-index: 11;
}
header.two .header-search i {
  color: #000;
}

footer {
  position: relative;
  background-size: cover;
}
footer .footer-2 {
  padding-bottom: 100px;
}
@media (max-width: 556px) {
  footer .footer-2 {
    padding-bottom: 60px;
  }
}
footer form.footer-form {
  padding-top: 20px;
}
footer form.footer-form input {
  background-color: transparent;
  border: 1px solid #797979;
  margin-bottom: 12px;
  color: #cdcdcd;
  height: 55px;
  color: #e4e4e4;
}
footer form.footer-form input::-moz-placeholder {
  color: #e4e4e4;
}
footer form.footer-form input::placeholder {
  color: #e4e4e4;
}
footer .widget-title h3 {
  color: #ffffff;
}
@media (max-width: 768px) {
  footer .widget-title h3 {
    margin-top: 40px;
  }
}
.widget-title {
  position: relative;
  z-index: 111;
}
.widget-title h3 {
  color: #ffffff;
  font-weight: 700;
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 40px;
  font-family: "Epilogue";
}
.widget-title p {
  color: #b7b7b7;
  width: 80%;
}
@media (max-width: 1200px) {
  .widget-title p {
    width: 100%;
  }
}
.widget-title ul {
  display: flex;
  flex-wrap: wrap;
}
.widget-title ul li {
  width: 50%;
  display: flex;
  align-items: baseline;
}
.widget-title ul li a {
  background-image: linear-gradient(to right, #ff6600, #ff6600 50%, #000 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  transition: 0.5s ease-in-out;
  background-image: linear-gradient(to right, #ff6600, #ff6600 50%, #e8e8e8 50%);
  margin-left: 15px;
  padding-bottom: 6px;
  transition: 0.5s ease-in-out;
}
@media (max-width: 1400px) {
  .widget-title ul li a {
    margin-left: 9px;
  }
}
@media (max-width: 1200px) {
  .widget-title ul li a {
    margin-left: 9px;
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .widget-title ul li a {
    margin-left: 12px;
    font-size: 16px;
  }
}
.widget-title ul li a:hover {
  background-position: 0%;
}
.widget-title ul li:not(:last-child) {
  padding-bottom: 20px;
}
.widget-title ul li i {
  color: #dcdcdc;
}
@media (max-width: 1400px) {
  .widget-title ul li i {
    font-size: 14px;
  }
}

.get-in-touch {
  position: relative;
  display: flex;
  margin-bottom: 18px;
  align-items: center;
}
.get-in-touch i {
  background-color: #ff6600;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 20px;
  color: #fff;
  font-size: 20px;
}
.get-in-touch span {
  font-weight: 700;
  color: #dcdcdc;
  padding-bottom: 6px;
  display: block;
  font-size: 16px;
  width: 67%;
}
@media (max-width: 1400px) {
  .get-in-touch span {
    width: 90%;
  }
}
.get-in-touch h6 {
  color: #b7b7b7;
  width: 70%;
  line-height: 26px;
  font-family: "Epilogue";
}
.get-in-touch a {
  background-image: linear-gradient(to right, #ff6600, #ff6600 50%, #000 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  transition: 0.5s ease-in-out;
  background-image: linear-gradient(to right, #ff6600, #ff6600 50%, #dcdcdc 50%);
  color: #dcdcdc;
  transition: 0.5s ease-in-out;
  font-family: "Epilogue";
  color: #dcdcdc;
}
.get-in-touch a:hover {
  background-position: 0%;
}

footer .footer-col {
  position: relative;
}
footer .footer-col ul.social-media {
  justify-content: flex-start;
}
footer .footer-col ul.social-media li a:hover i {
  color: #fff;
}
@media (max-width: 992px) {
  footer .footer-col ul.social-media {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  footer .footer-col ul.social-media {
    margin-bottom: 0px;
  }
}
footer .footer-col p {
  color: #dcdcdc;
  padding-top: 30px;
  width: 90%;
}
@media (max-width: 1400px) {
  footer .footer-col p {
    width: 100%;
  }
}
footer ul.image-gallery {
  display: flex;
  justify-content: space-between;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  footer ul.image-gallery {
    flex-wrap: wrap;
  }
}
footer ul.image-gallery li {
  height: auto;
  position: relative;
  width: 16.7%;
  overflow: hidden;
}
@media (max-width: 992px) {
  footer ul.image-gallery li {
    height: 100px;
  }
}
@media (max-width: 768px) {
  footer ul.image-gallery li {
    width: 33.333%;
    height: 120px;
  }
}
footer ul.image-gallery li img {
  width: 100%;
  transition: 0.5s ease-in-out;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  footer ul.image-gallery li img {
    height: 120px;
  }
}
@media (max-width: 768px) {
  footer ul.image-gallery li img {
    height: 120px;
  }
}
footer ul.image-gallery li figure {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
footer ul.image-gallery li:hover img {
  transform: scale(1.1);
}
footer ul.image-gallery li:hover:before {
  height: 100%;
  top: 0;
  opacity: 0.4;
}
footer ul.image-gallery li:hover a {
  z-index: 111;
  transform: scale(1.5) translate(-50%, -50%);
}
footer ul.image-gallery li:before {
  background-color: #000;
  z-index: 11;
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0;
  left: 0;
  height: 100%;
  bottom: 0;
  top: 0;
  transition: 0.5s ease-in-out;
}
footer ul.image-gallery li a {
  transition: 0.5s ease-in-out;
  position: absolute;
  z-index: 1;
  color: #ffffff;
  font-size: 26px;
  transform: scale(0) translate(-50%, -50%);
  top: 54%;
  left: 50%;
}
footer ul.image-gallery li a i {
  transition: 0.5s ease-in-out;
}
footer ul.image-gallery li a i:hover {
  color: #ff6600;
}
footer .fb-bottom {
  border-top: 1px solid #373737;
  margin-top: 90px;
}
.f-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  position: relative;
  z-index: 11;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media (max-width: 992px) {
  .f-bottom {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 20px;
  }
}
.f-bottom a {
  background-image: linear-gradient(to right, #ff6600, #ff6600 50%, #000 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  transition: 0.5s ease-in-out;
  display: inline-block;
  background-image: linear-gradient(to right, #ff6600, #ff6600 50%, #c3c3c3 50%);
}
.f-bottom a:hover {
  background-position: 0%;
}
.f-bottom p {
  color: #ffffff;
}
.f-bottom p a {
  line-height: 20px;
  border-bottom: 1px solid #ff6600;
  font-weight: bold;
}
.f-bottom ul {
  display: flex;
  gap: 20px;
}

footer .fb-bottom .social-media {
  display: flex;
  margin-top: 0;
}
footer .fb-bottom .social-media li a:hover i {
  background-color: transparent;
}

footer.two .f-bottom ul.social-media li a i {
  margin: 0;
}

footer .footer-2 .get-in-touch span {
  padding-bottom: 0;
}

footer {
  position: relative;
}

footer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: #000;
  opacity: 0.8;
}

footer.three .logo-heading p {
  font-size: 25px;
  line-height: 35px;
  color: #dcdcdc;
  width: 94%;
  font-weight: 700;
}
@media (max-width: 1400px) {
  footer.three .logo-heading p {
    font-size: 22px;
    line-height: 35px;
    width: 98%;
  }
}
@media (max-width: 1200px) {
  footer.three .logo-heading p {
    font-size: 18px;
    line-height: 30px;
    color: #dcdcdc;
    width: 94%;
  }
}
@media (max-width: 1200px) {
  footer.three .logo-heading p {
    font-size: 18px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
footer.three .location + .location {
  padding-top: 30px;
}
@media (max-width: 556px) {
  footer.three .location + .location {
    padding-bottom: 0px;
  }
}
footer.three .location {
  padding-bottom: 30px;
}
footer.three .location:hover i {
  background-color: #fe782d;
  color: #fff;
}
footer.three .location {
  display: flex;
  border-bottom: 1px solid #636363;
  padding-bottom: 20px;
  width: 90%;
}
footer.three .location a {
  font-size: 18px;
  background-image: linear-gradient(to right, #ff6600, #ff6600 50%, #000 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  transition: 0.5s ease-in-out;
  background-image: linear-gradient(to right, #ff6600, #ff6600 50%, #c3c3c3 50%);
}
@media (max-width: 1200px) {
  footer.three .location a {
    font-size: 16px;
    padding-top: 10px;
  }
}
footer.three .location a:hover {
  background-position: 0;
}
footer.three .location p {
  color: #c3c3c3;
}
@media (max-width: 1200px) {
  footer.three .location p {
    font-size: 14px;
  }
}
footer.three .location i {
  color: #c3c3c3;
  font-size: 26px;
  margin-right: 21px;
  transform: translateY(6px);
  transition: 0.5s ease-in-out;
}
@media (max-width: 1200px) {
  footer.three .location i {
    font-size: 19px;
    margin-right: 14px;
    line-height: 24px;
  }
}
footer.three .location + .location {
  border: 0;
  padding-top: 20px;
  padding-bottom: 0;
}
footer.three .footer-boder {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  footer.three .footer-boder {
    margin-bottom: 0;
  }
}
footer.three .f-bottom {
  margin-top: 50px;
}
@media (max-width: 992px) {
  footer.three .f-bottom {
    margin-top: 40px;
  }
}
footer.three .footer-contact {
  position: relative;
}
@media (max-width: 992px) {
  footer.three .footer-contact {
    margin-top: 40px;
  }
}
footer.three .footer-contact > a {
  color: #dcdcdc;
  display: block;
  padding-bottom: 10px;
  font-size: 18px;
  transition: 0.5s ease-in-out;
}
footer.three .footer-contact > a:hover {
  color: #ff6600;
  background-position: 0%;
}
footer.three .footer-contact > a span {
  color: #ff6600;
  padding-right: 10px;
}
footer.three .footer-contact h3 {
  font-weight: 700;
  color: #fff;
  font-size: 22px;
  padding-bottom: 8px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 1400px) {
  footer.three .footer-contact h3 {
    font-size: 20px;
  }
}
footer.three .footer-contact h3::before {
  content: "";
  position: absolute;
  background-color: #ff6600;
  width: 60px;
  height: 3px;
  bottom: -3px;
}
footer.three .footer-contact img {
  width: 100%;
}
footer.three .footer-contact .swiper-pagination {
  text-align: left;
}
footer.three .location h6 {
  color: #fff;
  font-size: 18px;
  padding-bottom: 8px;
}
footer.three .location i {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ff6600;
  color: #ff6600;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.footer-social-media a {
  color: #ffffff;
  display: block;
  padding-bottom: 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s ease-in-out;
}
@media (max-width: 556px) {
  .footer-social-media a {
    padding-bottom: 10px;
  }
}
.footer-social-media a i {
  width: 34px;
  height: 34px;
  background-color: rgba(255, 255, 255, 0.2117647059);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
  color: #fff;
  transition: 0.5s ease-in-out;
}
.footer-social-media a:hover {
  color: #ff6600;
}
.footer-social-media a:hover i {
  background-color: #ff6600;
  color: #fff;
}

body,
html {
  font-family: "Titillium Web", sans-serif;
  overflow-x: hidden;
}

p {
  font-size: 16px;
  line-height: 28px;
  color: #444444;
  margin: 0;
  font-family: "Epilogue";
}
@media (max-width: 1400px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}

button {
  border: 0;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  margin: 0;
}

.row hr {
  margin-top: -65px;
}

figure {
  margin-bottom: 0;
}

input,
textarea {
  width: 100%;
  height: 60px;
  border: 0;
  outline: none;
  padding-left: 30px;
}
@media (max-width: 992px) {
  input,
  textarea {
    padding-left: 20px;
  }
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

textarea {
  padding: 20px;
}

h1 {
  font-size: 70px;
  line-height: 74px;
}
@media (max-width: 1400px) {
  h1 {
    font-size: 60px;
    line-height: 64px;
  }
}
@media (max-width: 1200px) {
  h1 {
    font-size: 50px;
    line-height: 54px;
  }
}
@media (max-width: 992px) {
  h1 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 34px;
    line-height: 38px;
  }
}

h2 {
  font-size: 60px;
  line-height: 64px;
}
@media (max-width: 1400px) {
  h2 {
    font-size: 50px;
    line-height: 54px;
  }
}
@media (max-width: 556px) {
  h2 {
    font-size: 44px;
    line-height: 48px;
  }
}
@media (max-width: 450px) {
  h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (max-width: 410px) {
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

h3 {
  font-size: 24px;
  line-height: 28px;
}

h4 {
  font-size: 22px;
  line-height: 26px;
}
@media (max-width: 556px) {
  h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 450px) {
  h4 {
    font-size: 18px;
  }
}

a,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  margin: 0;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  display: block;
}

figure {
  overflow: hidden;
}

.gap {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1200px) {
  .gap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .gap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 556px) {
  .gap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.no-top {
  padding-top: 0;
}

.no-bottom {
  padding-bottom: 0;
}

.hero-two-slider.swiper {
  overflow: visible !important;
}
.hero-two-slider.swiper .swiper-pagination {
  text-align: left;
  bottom: 60px !important;
}
@media (max-width: 992px) {
  .hero-two-slider.swiper .swiper-pagination {
    bottom: 24px !important;
  }
}

.hero-two-section {
  padding-top: 255px;
  background-size: cover;
}
@media (max-width: 1400px) {
  .hero-two-section {
    padding-top: 189px;
  }
}
@media (max-width: 1200px) {
  .hero-two-section {
    padding-top: 130px;
  }
}
@media (max-width: 992px) {
  .hero-two-section {
    padding-top: 120px;
    margin-bottom: 0;
  }
}
.hero-two-section .hero-two-text {
  position: relative;
  z-index: 11;
  padding-bottom: 170px;
}
@media (max-width: 1400px) {
  .hero-two-section .hero-two-text {
    padding-bottom: 150px;
  }
}
@media (max-width: 1200px) {
  .hero-two-section .hero-two-text {
    padding-bottom: 130px;
  }
}
@media (max-width: 992px) {
  .hero-two-section .hero-two-text {
    padding-bottom: 70px;
  }
}
.hero-two-section .hero-two-text img {
  position: absolute;
  right: -21%;
  z-index: 11;
  top: -100px;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  transform: scale(0.9);
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  transition: 0.5s sopacity 1s, transform 1s, -webkit-clip-path 1s;
  transition: 0.5s sopacity 1s, transform 1s, clip-path 1s;
  transition: 0.5s sopacity 1s, transform 1s, clip-path 1s, -webkit-clip-path 1s;
}
@media (max-width: 1400px) {
  .hero-two-section .hero-two-text img {
    width: 66%;
  }
}
@media (max-width: 1400px) {
  .hero-two-section .hero-two-text img {
    width: 73%;
    top: -52px;
  }
}
@media (max-width: 992px) {
  .hero-two-section .hero-two-text img {
    position: relative;
    width: 100%;
    left: 0;
    top: 20px;
  }
}
.hero-two-section .hero-two-text h5 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 800;
  opacity: 0;
  text-transform: uppercase;
  visibility: hidden;
  transition: all 0.5s ease;
  transform: translateY(-20px);
  letter-spacing: 2px;
  padding-bottom: 6px;
}
.hero-two-section .hero-two-text p {
  font-size: 18px;
  width: 40%;
  line-height: 30px;
}
@media (max-width: 1400px) {
  .hero-two-section .hero-two-text p {
    width: 50%;
    padding-top: 10px;
  }
}
@media (max-width: 1200px) {
  .hero-two-section .hero-two-text p {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .hero-two-section .hero-two-text p {
    width: 100%;
  }
}
@media (max-width: 556px) {
  .hero-two-section .hero-two-text p {
    font-size: 16px;
    line-height: 28px;
  }
}
.hero-two-section .hero-two-text h2 {
  font-size: 65px;
  color: #ffffff;
  padding-bottom: 10px;
  width: 54%;
  font-weight: 800;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  transform: translateY(-20px);
}
@media (max-width: 1400px) {
  .hero-two-section .hero-two-text h2 {
    font-size: 55px;
  }
}
@media (max-width: 1200px) {
  .hero-two-section .hero-two-text h2 {
    font-size: 46px;
  }
}
@media (max-width: 992px) {
  .hero-two-section .hero-two-text h2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .hero-two-section .hero-two-text h2 {
    font-size: 58px;
  }
}
@media (max-width: 556px) {
  .hero-two-section .hero-two-text h2 {
    font-size: 44px;
  }
}
.hero-two-section .hero-two-text p {
  color: #bcbcbc;
  padding-bottom: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  transform: translateX(-50px);
}
.hero-two-section .hero-two-text .client {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  transform: translateX(-60px);
}

.hero-two-text.swiper-slide-active img {
  transform: scale(1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 85%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 85%);
}

.hero-two-text.swiper-slide.swiper-slide-active h5 {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.5s;
  transform: translateY(0);
}
.hero-two-text.swiper-slide.swiper-slide-active h2 {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.8s;
  transform: translateY(0);
}
.hero-two-text.swiper-slide.swiper-slide-active p {
  opacity: 1;
  visibility: visible;
  transition-delay: 1.3s;
  transform: translateX(0);
}
.hero-two-text.swiper-slide.swiper-slide-active .client {
  opacity: 1;
  visibility: visible;
  transition-delay: 1.6s;
  transform: translateX(0);
}

.client {
  display: flex;
  justify-content: space-between;
  width: 48%;
  border-top: 1px solid #555555;
  padding-top: 40px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .client {
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.client h4 {
  font-size: 18px;
  color: #bcbcbc;
  padding-bottom: 5px;
}
.client span {
  font-size: 18px;
  color: #bcbcbc;
  font-weight: bold;
}
.client a {
  color: #ffffff;
  background-color: #ff6600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  transition: 0.5s ease-in-out;
  position: relative;
  border-radius: 50%;
}
@media (max-width: 1400px) {
  .client a {
    width: 44px;
    height: 44px;
  }
}

.hero-one-slider.swiper {
  overflow: visible !important;
}
.hero-one-slider.swiper .swiper-pagination {
  text-align: left;
  bottom: 60px !important;
}
@media (max-width: 992px) {
  .hero-one-slider.swiper .swiper-pagination {
    bottom: 24px !important;
  }
}

.hero-one-section {
  padding-top: 240px;
  position: relative;
  margin-bottom: 70px;
}
@media (max-width: 1400px) {
  .hero-one-section {
    padding-top: 185px;
  }
}
@media (max-width: 1200px) {
  .hero-one-section {
    padding-top: 130px;
  }
}
@media (max-width: 992px) {
  .hero-one-section {
    padding-top: 120px;
    margin-bottom: 0;
  }
}
.hero-one-section::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0.7;
  left: 0;
  height: 100%;
  background-color: #000;
}
.hero-one-section .hero-one-text {
  position: relative;
  z-index: 11;
  padding-bottom: 170px;
}
@media (max-width: 1200px) {
  .hero-one-section .hero-one-text {
    padding-bottom: 130px;
  }
}
@media (max-width: 992px) {
  .hero-one-section .hero-one-text {
    padding-bottom: 70px;
  }
}
.hero-one-section .hero-one-text img {
  position: absolute;
  right: -21%;
  z-index: 11;
  bottom: -70px;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  transform: scale(0.9);
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  transition: 0.5s sopacity 1s, transform 1s, -webkit-clip-path 1s;
  transition: 0.5s sopacity 1s, transform 1s, clip-path 1s;
  transition: 0.5s sopacity 1s, transform 1s, clip-path 1s, -webkit-clip-path 1s;
}
@media (max-width: 1400px) {
  .hero-one-section .hero-one-text img {
    width: 66%;
  }
}
@media (max-width: 992px) {
  .hero-one-section .hero-one-text img {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
  }
}
.hero-one-section .hero-one-text h5 {
  font-size: 35px;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  transform: translateY(-20px);
}
@media (max-width: 1400px) {
  .hero-one-section .hero-one-text h5 {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  .hero-one-section .hero-one-text h5 {
    font-size: 28px;
  }
}
@media (max-width: 450px) {
  .hero-one-section .hero-one-text h5 {
    font-size: 22px;
  }
}
.hero-one-section .hero-one-text p {
  font-size: 22px;
  width: 50%;
  line-height: 34px;
}
@media (max-width: 1400px) {
  .hero-one-section .hero-one-text p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 1200px) {
  .hero-one-section .hero-one-text p {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .hero-one-section .hero-one-text p {
    width: 100%;
  }
}
@media (max-width: 556px) {
  .hero-one-section .hero-one-text p {
    font-size: 16px;
    line-height: 28px;
  }
}
.hero-one-section .hero-one-text h2 {
  font-size: 108px;
  color: #ff6600;
  padding-bottom: 10px;
  line-height: 110px;
  width: 55%;
  font-weight: 800;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  transform: translateY(-20px);
}
@media (max-width: 1400px) {
  .hero-one-section .hero-one-text h2 {
    font-size: 80px;
    line-height: 75px;
  }
}
@media (max-width: 1200px) {
  .hero-one-section .hero-one-text h2 {
    font-size: 65px;
    line-height: 65px;
  }
}
@media (max-width: 992px) {
  .hero-one-section .hero-one-text h2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .hero-one-section .hero-one-text h2 {
    font-size: 58px;
    line-height: 55px;
  }
}
@media (max-width: 556px) {
  .hero-one-section .hero-one-text h2 {
    font-size: 44px;
    line-height: 50px;
  }
}
.hero-one-section .hero-one-text .btnn {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  transform: translateY(-20px);
}
.hero-one-section .hero-one-text p {
  color: #bcbcbc;
  padding-bottom: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  transform: translateX(-50px);
}
@media (max-width: 1400px) {
  .hero-one-section .hero-one-text p {
    padding-top: 10px;
    width: 45%;
  }
}
@media (max-width: 992px) {
  .hero-one-section .hero-one-text p {
    width: 100%;
  }
}

.hero-one-text.swiper-slide-active img {
  transform: scale(1);
  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
}

.hero-one-text.swiper-slide.swiper-slide-active h5 {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.5s;
  transform: translateY(0);
}
.hero-one-text.swiper-slide.swiper-slide-active h2 {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.8s;
  transform: translateY(0);
}
.hero-one-text.swiper-slide.swiper-slide-active p {
  opacity: 1;
  visibility: visible;
  transition-delay: 1.3s;
  transform: translateX(0);
}
.hero-one-text.swiper-slide.swiper-slide-active .btnn {
  opacity: 1;
  visibility: visible;
  transition-delay: 1.7s;
  transform: translateY(0);
}

.heading {
  text-align: center;
  width: 59%;
  margin: auto;
  padding-bottom: 50px;
  z-index: 1;
  position: relative;
}
@media (max-width: 1400px) {
  .heading {
    padding-bottom: 40px;
    width: 65%;
  }
}
@media (max-width: 992px) {
  .heading {
    width: 100%;
    padding-bottom: 30px;
  }
}
.heading > span {
  display: block;
  color: #444444;
  padding-top: 20px;
  padding-bottom: 8px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
}
@media (max-width: 1400px) {
  .heading > span {
    letter-spacing: 1px;
    font-size: 14px;
  }
}
.heading h2 {
  font-weight: bold;
  font-weight: 800;
}
.heading h3 {
  font-weight: bold;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
}
@media (max-width: 1400px) {
  .heading h3 {
    font-size: 34px;
    line-height: 44px;
  }
}
.heading h4 {
  font-weight: bold;
  font-size: 35px;
  font-weight: 800;
  line-height: 52px;
}
@media (max-width: 1400px) {
  .heading h4 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (max-width: 992px) {
  .heading h4 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  .heading h4 {
    font-size: 28px;
    line-height: 38px;
  }
}

.heading.two {
  width: 100%;
  text-align: left;
}
.heading.two h6 {
  font-size: 26px;
  width: 69%;
  line-height: 40px;
  padding-top: 14px;
  color: #444444;
}
@media (max-width: 1400px) {
  .heading.two h6 {
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .heading.two h6 {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (max-width: 992px) {
  .heading.two h6 {
    font-size: 20px;
    line-height: 30px;
  }
}
.heading.two p {
  padding-top: 20px;
}
.heading.two > span {
  padding-top: 0;
}
.heading.two > span.st2 {
  position: relative;
  padding-top: 0;
  display: inline-block;
}
.heading.two > span.st2::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 1;
  left: 0;
  height: 100%;
  width: 76px;
  height: 1px;
  background-color: #444444;
  right: -86px;
  left: auto;
  top: 11px;
}
.heading.two .heading.two a i {
  background-color: transparent;
}
.heading.two a {
  font-weight: bold;
  background-image: linear-gradient(to right, #ff6600, #ff6600 50%, #000 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}
.heading.two a i {
  padding-left: 16px;
}
.heading.two a:hover {
  background-position: 0;
}

.hover-img {
  transition: 0.4s ease-in-out;
}
.hover-img img {
  transition: 0.4s ease-in-out;
}
.hover-img:hover img {
  transform: scale(1.1);
}

.introduction {
  position: relative;
}
.introduction .goal-mov {
  position: absolute;
  width: 189px;
  height: 186px;
  top: 0;
  right: 10%;
  z-index: 1;
}
@media (max-width: 1400px) {
  .introduction .goal-mov {
    right: 0;
  }
}
@media (max-width: 1200px) {
  .introduction .goal-mov {
    background-color: #fff;
    border-radius: 50%;
  }
}
@media (max-width: 768px) {
  .introduction .goal-mov {
    background-color: transparent;
    border-radius: 0%;
  }
}
@media (max-width: 450px) {
  .introduction .goal-mov {
    right: -32px;
  }
}
@media (max-width: 992px) {
  .introduction .goal-mov > img {
    width: 160px;
    left: 8%;
    top: 9%;
  }
}
@media (max-width: 480px) {
  .introduction .goal-mov > img {
    left: 24%;
    top: 23%;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 992px) {
  .introduction {
    margin-bottom: 40px;
  }
}
.introduction .introduction2 {
  margin-top: 240px;
}
@media (max-width: 480px) {
  .introduction .introduction2 {
    margin-top: 160px;
  }
}
.introduction .introduction2 img {
  right: 0;
  position: absolute;
  border: 20px solid #fff;
  bottom: 0;
  border-bottom: 0;
}
@media (max-width: 1400px) {
  .introduction .introduction2 img {
    width: 69%;
  }
}
@media (max-width: 1200px) {
  .introduction .introduction2 img {
    width: 63%;
  }
}
@media (max-width: 1200px) {
  .introduction .introduction2 img {
    width: 63%;
    border: 10px solid #fff;
    right: -3px;
  }
}
.introduction figure.hover-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .introduction figure.hover-img {
    width: 64%;
  }
}
@media (max-width: 992px) {
  .introduction figure.hover-img img {
    width: 100%;
  }
}

.experience {
  background-color: #ff6600;
  padding: 15px 10px;
  display: flex;
  position: absolute;
  top: 75%;
  left: 8%;
  align-items: end;
  width: 265px;
}
@media (max-width: 992px) {
  .experience {
    right: 0;
  }
}
@media (max-width: 480px) {
  .experience {
    width: 230px;
  }
}
.experience h6 {
  font-weight: 800;
  font-size: 90px;
  color: #ffffff;
  line-height: 70px;
}
@media (max-width: 480px) {
  .experience h6 {
    font-size: 60px;
    line-height: 60px;
  }
}
.experience span {
  color: #ffffff;
  width: 53%;
  font-size: 18px;
  padding-left: 15px;
  font-family: "Epilogue";
}

.introduction-text {
  display: flex;
  margin-bottom: 50px;
  align-items: center;
  position: relative;
  transition: 0.5s ease-in-out;
  width: 90%;
}
@media (max-width: 1400px) {
  .introduction-text {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .introduction-text {
    flex-wrap: wrap;
    gap: 24px;
  }
}
.introduction-text::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: #ffd7c0;
  border-radius: 50%;
  left: 6%;
  top: 12px;
  transition: 0.5s ease-in-out;
}
.introduction-text:hover:after {
  background-color: #ff6600;
}
.introduction-text .introduction-text:hover h4 {
  color: #ffffff;
}
.introduction-text:hover i {
  transform: scale(1.1);
}
.introduction-text i {
  font-size: 100px;
  margin-right: 40px;
  position: relative;
  z-index: 11;
  line-height: 36px;
  transition: 0.5s ease-in-out;
}
@media (max-width: 1400px) {
  .introduction-text i {
    font-size: 84px;
  }
}
.introduction-text h4 {
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  transition: 0.5s ease-in-out;
}
@media (max-width: 1400px) {
  .introduction-text h4 {
    font-size: 20px;
  }
}

.center {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .center {
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
    gap: 20px;
    margin-top: 20px;
  }
}
.center h3 {
  font-size: 23px;
  font-weight: bold;
  margin-right: 40px;
}
.center .theme-btn i {
  font-size: 24px;
  padding-right: 12px;
}

.view-all {
  display: inline-flex !important;
  align-items: center;
  margin-top: 70px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .view-all {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.view-all i {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dddddd;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 16px;
  transition: 0.5s ease-in-out;
  padding: 0 !important;
}
.view-all:hover i {
  border-color: #ff6600;
  background-color: transparent !important;
}

ul.what-we {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 1400px) {
  ul.what-we {
    gap: 18px;
  }
}
ul.what-we li {
  position: relative;
  width: 32%;
  background-color: #f5f5f5;
  padding: 22px 30px;
  margin-top: -1px;
  overflow: hidden;
}
@media (max-width: 992px) {
  ul.what-we li {
    width: 48%;
  }
}
@media (max-width: 480px) {
  ul.what-we li {
    width: 100%;
    padding: 20px;
  }
}
ul.what-we li a {
  transition: 0.5s ease-in-out;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  align-items: center;
  position: relative;
  z-index: 1;
  font-family: "Titillium Web";
  font-weight: 600;
}
ul.what-we li:before {
  width: 200px;
  height: 200px;
  background-color: #ff6600;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
ul.what-we li:hover a {
  color: #fff;
}
ul.what-we li:hover:before {
  transform: translate(-50%, -50%) scale(2.5);
}

.section-innovative {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-innovative::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0.75;
  left: 0;
  height: 100%;
  background-color: #f5f5f5;
}
.section-innovative .innovative {
  position: relative;
}
.section-innovative .innovative img {
  width: 100%;
}

.client-company {
  position: absolute;
  bottom: 20px;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.8);
  width: 70%;
  padding: 40px;
  padding-bottom: 30px;
  left: 20px;
  transition: 0.5s ease-in-out;
  height: 130px;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .client-company {
    padding: 30px;
    height: 115px;
  }
}
@media (max-width: 1200px) {
  .client-company {
    width: 85%;
  }
}
@media (max-width: 556px) {
  .client-company {
    position: relative;
    width: 100%;
    padding: 30px;
    opacity: 1;
  }
}
.client-company p {
  padding-bottom: 20px;
}
.client-company li {
  color: #fff;
  display: flex;
  position: relative;
  font-weight: bold;
  padding-bottom: 4px;
}
.client-company span {
  color: #fff;
  position: absolute;
  left: 20%;
  font-weight: 400;
}
@media (max-width: 768px) {
  .client-company span {
    left: 20%;
  }
}
@media (max-width: 556px) {
  .client-company span {
    left: 26%;
  }
}
.client-company a {
  position: absolute;
  right: 40px;
  bottom: 40px;
  transition: 0.5s ease-in-out;
}
@media (max-width: 1400px) {
  .client-company a {
    right: 30px;
    bottom: 30px;
  }
}
.client-company a i {
  transition: 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 1400px) {
  .client-company a i {
    width: 46px;
    height: 46px;
  }
}
.client-company h4 {
  font-size: 16px;
  color: #d0d0d0;
  text-transform: uppercase;
  padding-bottom: 6px;
}
@media (max-width: 1400px) {
  .client-company h4 {
    font-size: 14px;
  }
}
.client-company h3 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 16px;
}
@media (max-width: 1400px) {
  .client-company h3 {
    font-size: 26px;
  }
}
.client-company ul {
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.project-cost {
  padding-top: 13px;
  opacity: 1;
}

.project-cost {
  padding-top: 16px;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.project-cost h6 {
  font-size: 44px;
  font-weight: bold;
  color: #ff6600;
  padding-top: 2px;
}
@media (max-width: 1400px) {
  .project-cost h6 {
    font-size: 38px;
  }
}
.project-cost span {
  left: 0;
  position: relative;
  font-weight: bold;
}

.innovative {
  transition: 0.5s ease-in-out;
}
.innovative:hover a {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.innovative:hover a i {
  background-color: #ff6600;
  border: 1px solid #ff6600;
}
.innovative:hover .client-company {
  height: 70%;
}
@media (max-width: 1400px) {
  .innovative:hover .client-company {
    height: 71%;
  }
}
@media (max-width: 1200px) {
  .innovative:hover .client-company {
    height: 88%;
  }
}
@media (max-width: 992px) {
  .innovative:hover .client-company {
    height: 58%;
  }
}
@media (max-width: 768px) {
  .innovative:hover .client-company {
    height: 80%;
  }
}
.innovative:hover .project-cost {
  opacity: 1;
}
.innovative:hover ul {
  opacity: 1;
}

@media (max-width: 556px) {
  .innovative .client-company {
    height: 100%;
    left: 0;
    bottom: 0;
    background-color: #000;
    width: 100%;
  }
  .innovative ul,
  .innovative .project-cost {
    opacity: 1;
  }
}

.innovative-slider .swiper-pagination {
  position: relative;
  margin-top: 40px;
}
.innovative-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #000;
}
.innovative-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff6600;
}

.design-your {
  position: relative;
  background-repeat: no-repeat;
  background-size: 73%;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .design-your .heading.two {
    padding-top: 60px;
  }
}
@media (max-width: 992px) {
  .design-your .heading.two {
    padding-top: 0px;
  }
}
@media (max-width: 1400px) {
  .design-your {
    padding-top: 80px;
    background-size: cover;
  }
}
@media (max-width: 992px) {
  .design-your {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .design-your {
    padding-top: 60px;
  }
}
.design-your::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 1;
  left: 0;
  height: 100%;
  background-color: #ff6600;
  width: 49%;
  right: 0;
  left: auto;
  -webkit-clip-path: polygon(8% 0, 100% 0, 100% 50%, 100% 100%, 15% 100%, 0% 50%);
          clip-path: polygon(8% 0, 100% 0, 100% 50%, 100% 100%, 15% 100%, 0% 50%);
}
@media (max-width: 1200px) {
  .design-your::after {
    width: 43%;
  }
}
@media (max-width: 992px) {
  .design-your::after {
    display: none;
  }
}
.design-your .heading {
  width: 70%;
  margin: 0;
}
@media (max-width: 1200px) {
  .design-your .heading {
    width: 100%;
  }
}
.design-your .heading h2 {
  color: #ffffff;
}
.design-your .heading span {
  color: #ffffff;
}

.count-style {
  position: relative;
  padding-top: 10px;
  border: 1px solid #a5a5a5;
  background-color: rgba(255, 255, 255, 0.0705882353);
  padding: 30px;
  transition: 0.5s ease-in-out;
}
.count-style:hover i {
  animation: top-bottom 1.5s infinite;
}
@media (max-width: 1400px) {
  .count-style {
    width: 28%;
    padding: 30px 20px;
  }
}
@media (max-width: 1200px) {
  .count-style {
    width: 33%;
  }
}
@media (max-width: 768px) {
  .count-style {
    width: 48%;
  }
}
@media (max-width: 410px) {
  .count-style {
    width: 100%;
  }
}
.count-style i {
  font-size: 50px;
  color: #d7d7d7;
  display: block;
}
.count-style h2 {
  font-size: 70px;
  color: #ff6600;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .count-style h2 {
    font-size: 64px;
    padding-top: 10px;
  }
}
.count-style sup {
  font-size: 40px;
}
.count-style p {
  color: #ffffff;
  padding-top: 10px;
}
@media (max-width: 1400px) {
  .count-style p {
    font-size: 13px;
  }
}

.count-number {
  display: flex;
  gap: 13px;
}
@media (max-width: 768px) {
  .count-number {
    flex-wrap: wrap;
  }
}

.meet-experts {
  position: relative;
  z-index: 11;
  width: 85%;
  margin-left: auto;
}
@media (max-width: 992px) {
  .meet-experts {
    width: 100%;
    padding-top: 40px;
  }
}
.meet-experts textarea {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.meet-experts textarea::-moz-placeholder {
  color: #fff;
}
.meet-experts textarea::placeholder {
  color: #fff;
}
.meet-experts input {
  margin-bottom: 18px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.meet-experts input::-moz-placeholder {
  color: #fff;
}
.meet-experts input::placeholder {
  color: #fff;
}
@media (max-width: 556px) {
  .meet-experts input {
    margin-bottom: 10px;
  }
}
.meet-experts h2 {
  font-size: 40px;
  font-weight: 800;
  color: #ffffff;
  padding-bottom: 4px;
}
@media (max-width: 1400px) {
  .meet-experts h2 {
    font-size: 38px;
  }
}
.meet-experts p {
  padding-bottom: 20px;
  color: #ffffff;
}
.meet-experts textarea {
  height: 130px;
  padding-left: 30px;
  margin-bottom: 14px;
}
.meet-experts .theme-btn.hvr-light {
  width: 100%;
  padding: 17px;
  background-color: #000;
  color: #ffffff;
}
.meet-experts .theme-btn.hvr-light::before {
  background-color: #ffffff;
}
.meet-experts .theme-btn.hvr-light::after {
  background-color: #ff6600;
}
.meet-experts .theme-btn.hvr-light:hover {
  color: #000;
}

.services-one {
  padding: 30px;
  padding-top: 40px;
  position: relative;
  border: 1px solid #7b7b7b;
  background-size: cover;
  overflow: hidden;
}
.services-one::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.5s ease-in-out;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(2);
  transition: 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .services-one::before {
    width: 530px;
    height: 530px;
  }
}
.services-one:hover {
  border-color: transparent;
}
.services-one:hover:before {
  transform: translate(-50%, -50%) scale(0);
}
.services-one:hover > i {
  animation: top-bottom 2s infinite;
}
.services-one::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 133px;
  background-color: #ebebeb;
  right: -1px;
  bottom: 0;
  transition: 0.5s ease-in-out;
  -webkit-clip-path: polygon(35% 44%, 100% 0, 100% 0, 100% 42%, 100% 60%, 40% 100%, 0 70%, 0% 100%, 0% 68%, 0 20%);
          clip-path: polygon(35% 44%, 100% 0, 100% 0, 100% 42%, 100% 60%, 40% 100%, 0 70%, 0% 100%, 0% 68%, 0 20%);
}
@media (max-width: 1400px) {
  .services-one::after {
    width: 230px;
    height: 123px;
  }
}
@media (max-width: 1200px) {
  .services-one::after {
    width: 200px;
    height: 113px;
  }
}
.services-one:hover::after {
  background-color: #ff6600;
  right: -40px;
}
.services-one:hover p {
  color: #dcdcdc;
  transition: 0.5s ease-in-out;
}
.services-one:hover a {
  color: #ffffff;
}
.services-one p {
  z-index: 11;
  position: relative;
  padding-bottom: 30px;
}
.services-one a {
  color: #000;
  border: 1px solid #c7c7c7;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  transition: 0.5s ease-in-out;
  position: relative;
  border-radius: 50%;
}
.services-one a:hover {
  background-color: #ff6600;
  color: #ffffff;
  border-color: #ff6600;
}
.services-one:hover a {
  opacity: 1;
  margin-bottom: 0;
}
.services-one > i {
  font-size: 90px;
  color: #ff6600;
  position: relative;
  z-index: 2;
  transition: 0.5s ease-in-out;
  display: block;
}
@media (max-width: 1400px) {
  .services-one > i {
    font-size: 60px;
  }
}
.services-one h4 {
  font-size: 30px;
  color: #000;
  padding-bottom: 16px;
  font-weight: bold;
  position: relative;
  z-index: 11;
  transition: 0.5s ease-in-out;
}
@media (max-width: 1400px) {
  .services-one h4 {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  .services-one h4 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .services-one h4 {
    font-size: 24px;
  }
}
@media (max-width: 410px) {
  .services-one h4 {
    font-size: 22px;
  }
}
.services-one:hover h4 {
  color: #ffffff;
}

@keyframes top-bottom {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-8px);
  }
  60% {
    transform: translateY(-4px);
  }
}
.swiper-button-next {
  right: 5px;
  left: auto;
  width: auto;
}
.swiper-button-next:after {
  display: none;
}

.swiper-rtl .swiper-button-prev {
  right: 5px;
  left: auto;
}
.swiper-rtl .swiper-button-next {
  left: 5px;
  right: 5px;
  left: auto;
  width: auto;
}
.swiper-rtl .swiper-button-next:after {
  display: none;
}

.swiper-button-prev {
  left: 5px;
  right: auto;
  width: auto;
}
.swiper-button-prev:after {
  display: none;
}

.swiper-button i {
  width: 50px;
  height: 50px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: 0.5s ease-in-out;
  border-radius: 50%;
}
.swiper-button i:hover {
  background-color: #ff6600;
  color: #ffffff;
}

.partner {
  text-align: center;
}

.partner.hover-img-two .imgg img {
  width: auto;
  margin: auto;
}

@media (max-width: 992px) {
  .blog-one {
    margin-bottom: 40px;
  }
}
.blog-one img {
  transition: 0.5s ease-in-out;
  width: 100%;
}
.blog-one figure {
  margin-bottom: 16px;
}
.blog-one span.spacer {
  padding: 0px 10px;
}
.blog-one .blog-time {
  padding: 10px;
  background-color: #ff6600;
  padding: 10px;
  width: 85%;
  margin-top: -20px;
  z-index: 11;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 1200px) {
  .blog-one .blog-time {
    width: 95%;
  }
}
.blog-one .blog-time a,
.blog-one .blog-time span {
  color: #ffffff;
}
.blog-one .blog-time a {
  text-transform: uppercase;
  padding-right: 20px;
  font-weight: 700;
}
@media (max-width: 1400px) {
  .blog-one .blog-time a {
    padding-right: 10px;
    font-size: 14px;
  }
}
.blog-one .blog-time a i {
  padding-right: 10px;
  font-size: 20px;
  transform: translateY(4px);
  display: inline-block;
}
@media (max-width: 1400px) {
  .blog-one .blog-time a i {
    padding-right: 7px;
    font-size: 16px;
  }
}
.blog-one span {
  color: #444444;
  font-weight: 700;
}
.blog-one h3 {
  font-size: 40px;
  padding-bottom: 20px;
  padding-top: 10px;
}
.blog-one h3 a {
  background-image: linear-gradient(to right, #ff6600, #ff6600 50%, #000 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}
.blog-one h3 a:hover {
  background-position: 0;
}
.blog-one h3 a {
  color: #000;
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  border: 0;
  text-transform: capitalize;
  width: 90%;
  transition: 0.5s ease-in-out;
}
@media (max-width: 1400px) {
  .blog-one h3 a {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 1200px) {
  .blog-one h3 a {
    font-size: 18px;
    line-height: 28px;
  }
}
.blog-one h3 a:hover {
  color: #ff6600;
  background-position: 0;
}
.blog-one h4 {
  padding-bottom: 20px;
  padding-top: 10px;
}
.blog-one h4 a {
  background-image: linear-gradient(to right, #ff6600, #ff6600 50%, #000 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}
.blog-one h4 a:hover {
  background-position: 0;
}
.blog-one h4 a {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  line-height: 34px;
  border: 0;
  text-transform: capitalize;
  width: 90%;
  transition: 0.5s ease-in-out;
}
@media (max-width: 1400px) {
  .blog-one h4 a {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 1200px) {
  .blog-one h4 a {
    font-size: 18px;
    line-height: 28px;
  }
}
.blog-one h4 a:hover {
  color: #ff6600;
  background-position: 0;
}
.blog-one p {
  width: 85%;
  padding-bottom: 20px;
}
.blog-one > a {
  color: #444444;
  border-bottom: 1px solid #444444;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .blog-one > a {
    font-size: 16px;
  }
}
.blog-one > a i {
  opacity: 0;
  transition: 0.5s ease-in-out;
  margin-left: -19px;
}
.blog-one > a:hover i {
  opacity: 1;
  margin-left: 10px;
}

.heading.two.blogtwo p {
  width: 78%;
}
@media (max-width: 1400px) {
  .heading.two.blogtwo p {
    width: 100%;
  }
}

.blog-one .blog-time a i.fa-regular.fa-clock {
  transform: translateY(1px);
}

.subscribe-section {
  padding-top: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .subscribe-section {
    padding-top: 60px;
  }
}
.subscribe-section::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 1;
  left: 0;
  height: 100%;
  background-color: #ff6600;
  mix-blend-mode: multiply;
}

.subscribe img {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1400px) {
  .subscribe img {
    width: 46%;
  }
}
@media (max-width: 768px) {
  .subscribe img {
    display: none;
  }
}
.subscribe .position-relative {
  margin-bottom: 20px;
}
.subscribe h3 {
  text-transform: capitalize;
  font-weight: 800;
  font-size: 50px;
  line-height: 60px;
  position: relative;
  color: #ffffff;
}
@media (max-width: 1400px) {
  .subscribe h3 {
    font-size: 42px;
    padding-bottom: 8px;
    line-height: 48px;
  }
}
@media (max-width: 992px) {
  .subscribe h3 {
    font-size: 36px;
  }
}
@media (max-width: 450px) {
  .subscribe h3 {
    font-size: 32px;
  }
}
.subscribe input {
  width: 100%;
  border: 0;
  height: 60px;
  padding-left: 20px;
}
.subscribe .theme-btn {
  border-radius: 0;
  position: absolute;
  right: 3px;
  bottom: 4px;
  padding: 14px 26px;
  border: 0;
  height: 52px;
  line-height: 23px;
}
.subscribe p {
  padding-bottom: 10px;
  padding-top: 2px;
  font-size: 18px;
  position: relative;
  color: #ffffff;
}
@media (max-width: 1400px) {
  .subscribe p {
    font-size: 16px;
  }
}
.subscribe input#vehicle1 {
  width: 18px;
  height: 18px;
  display: inline-block;
  transform: translateY(3px);
  margin-right: 6px;
  position: relative;
}
.subscribe label {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
@media (max-width: 450px) {
  .subscribe label {
    font-size: 12px;
  }
}
.subscribe .subscribe-text {
  width: 100%;
}
@media (max-width: 992px) {
  .subscribe .subscribe-text {
    width: 100%;
  }
}

.subscribe-img {
  position: relative;
}
.subscribe-img img {
  width: 100%;
}
@media (max-width: 992px) {
  .subscribe-img img {
    width: auto;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .subscribe-img img {
    width: 100%;
  }
}

.concept-design {
  width: 92%;
}
@media (max-width: 1400px) {
  .concept-design {
    width: 97%;
  }
}
@media (max-width: 992px) {
  .concept-design {
    margin-bottom: 40px;
  }
}
.concept-design figure {
  width: 85%;
}
.concept-design figure img {
  width: 100%;
}
.concept-design span {
  font-size: 30px;
  font-weight: 800;
  color: #ff6600;
}
@media (max-width: 1400px) {
  .concept-design span {
    font-size: 20px;
    margin-right: 14px;
  }
}
.concept-design h4 {
  padding-top: 15px;
  line-height: 40px;
  font-size: 28px;
  font-weight: bold;
  border-bottom: 3px solid #cdcdcd;
  padding-bottom: 6px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 1400px) {
  .concept-design h4 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .concept-design h4 {
    font-size: 22px;
  }
}
.concept-design h4::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 1;
  left: 0;
  height: 100%;
  background-color: #ff6600;
  width: 0%;
  height: 3px;
  top: auto;
  bottom: -3px;
  transition: 0.5s ease-in-out;
}
.concept-design:hover h4::before {
  width: 100%;
}

.dream-home {
  position: relative;
}
.dream-home::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0.5;
  left: 0;
  height: 100%;
  background-color: #000;
}
.dream-home a {
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 11;
  width: -moz-max-content;
  width: max-content;
  transition: 0.5s ease-in-out;
}
@media (max-width: 1400px) {
  .dream-home a {
    font-size: 22px;
  }
}
.dream-home a:hover {
  color: #ff6600;
}
.dream-home:hover a {
  left: 50%;
  bottom: 44%;
  transform: translate(-50%, 30%);
}
.dream-home img {
  transition: 0.5s ease-in-out;
}
.dream-home:hover img {
  filter: blur(1.5px);
}

.creating-future-section {
  position: relative;
  background-size: cover;
}
.creating-future-section::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0.8;
  left: 0;
  height: 100%;
  background-color: #000;
}
.creating-future-section .heading {
  padding-top: 30px;
}
.creating-future-section .heading h2 {
  color: #ffffff;
}
.creating-future-section .heading span {
  color: #dcdcdc;
}
.creating-future-section .future-img {
  position: relative;
}
@media (max-width: 992px) {
  .creating-future-section .future-img {
    display: none;
  }
}
.creating-future-section .future-img img {
  position: absolute;
  right: 0;
  top: -20px;
}
@media (max-width: 1400px) {
  .creating-future-section .future-img img {
    height: 450px;
  }
}
.creating-future-section .creating-text {
  position: relative;
  background-color: #202020;
  padding: 45px 40px;
  margin-left: 3px;
}
@media (max-width: 1400px) {
  .creating-future-section .creating-text {
    padding: 35px;
  }
}
.creating-future-section .creating-text::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0;
  left: 0;
  height: 100%;
  height: 30%;
  border: #ff6600 1px solid;
  transition: 0.5s ease-in-out;
}
.creating-future-section .creating-text:hover::before {
  height: 100%;
  opacity: 1;
}
.creating-future-section .creating-text > i {
  color: #ff6600;
  font-size: 60px;
  position: relative;
  z-index: 1;
}
.creating-future-section .creating-text p {
  color: #c1c1c1;
  padding-bottom: 34px;
  position: relative;
  padding-top: 2px;
}
@media (max-width: 1400px) {
  .creating-future-section .creating-text p {
    font-size: 15px;
  }
}
.creating-future-section .creating-text h4 a {
  position: relative;
  color: #fff;
  padding-bottom: 10px;
  display: block;
  font-size: 20px;
  transition: 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .creating-future-section .creating-text h4 a {
    font-size: 24px;
  }
}
.creating-future-section .creating-text h4 a:hover {
  color: #ff6600;
}
.creating-future-section .creating-text > a {
  color: #dcdcdc;
  font-weight: bold;
  position: relative;
}
.creating-future-section .creating-text > a i {
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.creating-future-section .creating-text > a::before {
  content: " ";
  position: absolute;
  width: 20px;
  height: 1px;
  bottom: 0;
  background-color: #646464;
  transition: 0.5s ease-in-out;
}
.creating-future-section .creating-text > a:hover i {
  opacity: 1;
  padding-left: 10px;
}
.creating-future-section .creating-text > a:hover::before {
  width: 100%;
  background-color: #ff6600;
}
.video-pop {
  color: #ffffff;
  margin-left: 20px;
  display: flex;
  align-items: center;
  font-weight: bold;
  position: relative;
  justify-content: right;
}
@media (max-width: 1200px) {
  .video-pop {
    justify-content: start;
    margin-top: 40px;
  }
}
.video-pop i {
  margin-left: 14px;
  border: 3px solid #ff6600;
  background-color: #ff6600;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 20px;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .video-pop i {
    width: 50px;
    height: 50px;
    font-size: 10px;
  }
}

ul.read-journey li {
  display: flex;
  align-items: center;
  border-top: 1px solid #b9b5b5;
  padding-top: 40px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  ul.read-journey li {
    flex-wrap: wrap;
  }
}
ul.read-journey li:nth-child(1) {
  margin-top: 0;
}
@media (max-width: 992px) {
  ul.read-journey li img {
    width: 75%;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  ul.read-journey li img {
    width: 100%;
    margin-bottom: 20px;
  }
}
ul.read-journey li span {
  background-color: #ff6600;
  padding: 13px 25px;
  display: block;
  width: 180px;
  margin-bottom: 7px;
  color: #000;
  font-weight: bold;
}
@media (max-width: 1400px) {
  ul.read-journey li span {
    width: 168px;
  }
}
@media (max-width: 768px) {
  ul.read-journey li span {
    width: auto;
    display: inline-block;
    margin-bottom: 4px;
    padding: 8px 20px;
    font-size: 12px;
  }
}
ul.read-journey li span.comments {
  background: #e3e3e3;
}
ul.read-journey li a {
  font-weight: bold;
  font-size: 26px;
  padding-left: 40px;
  width: 31%;
  background-image: linear-gradient(to right, #ff6600, #ff6600 50%, #000 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1400px) {
  ul.read-journey li a {
    font-size: 22px;
    padding-left: 30px;
    width: 30%;
  }
}
@media (max-width: 1200px) {
  ul.read-journey li a {
    font-size: 18px;
    padding-left: 24px;
    width: 30%;
  }
}
@media (max-width: 992px) {
  ul.read-journey li a {
    width: 50%;
  }
}
@media (max-width: 768px) {
  ul.read-journey li a {
    width: 100%;
    padding-left: 0;
    padding-bottom: 12px;
  }
}
ul.read-journey li a:hover {
  background-position: 0;
}
ul.read-journey li p {
  width: 27%;
}
@media (max-width: 1200px) {
  ul.read-journey li p {
    width: 26%;
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 992px) {
  ul.read-journey li p {
    width: 50%;
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  ul.read-journey li p {
    width: 100%;
    padding-left: 0;
  }
}

.project-mind-section {
  padding-top: 40px;
  position: relative;
  overflow: hidden;
  background-size: cover;
}
.project-mind-section::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0.6;
  left: 0;
  height: 100%;
  background-color: #000;
}
@media (max-width: 1200px) {
  .project-mind-section {
    padding-top: 80px;
  }
}
@media (max-width: 992px) {
  .project-mind-section {
    padding-top: 60px;
  }
}
.project-mind-section .project-mind {
  position: relative;
  z-index: 11;
}
.project-mind-section .project-mind h2 {
  font-weight: 800;
  padding-top: 80px;
  position: relative;
  z-index: 11;
  padding-bottom: 20px;
  font-size: 58px;
  color: #fff;
}
@media (max-width: 1400px) {
  .project-mind-section .project-mind h2 {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .project-mind-section .project-mind h2 {
    font-size: 50px;
    width: 100%;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .project-mind-section .project-mind h2 {
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  .project-mind-section .project-mind h2 {
    font-size: 30px;
  }
}
.project-mind-section .project-mind p {
  color: #bdbdbd;
  padding-bottom: 40px;
}
@media (max-width: 480px) {
  .project-mind-section .project-mind p {
    font-size: 14px;
  }
}
.project-mind-section .project-mind-img {
  position: relative;
}
.project-mind-section .project-mind-img img {
  z-index: 11;
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .project-mind-section .project-mind-img img {
    margin-top: 40px;
  }
}

.featured-area {
  padding-top: 266px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
  background-position: top center;
}
@media (max-width: 1400px) {
  .featured-area {
    padding-top: 230px;
  }
}
@media (max-width: 1200px) {
  .featured-area {
    padding-top: 130px;
    padding-bottom: 100px;
  }
}
.featured-area::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0.7;
  left: 0;
  height: 100%;
  background-color: #000;
}
.featured-area::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0.7;
  left: 0;
  height: 100%;
  top: 22%;
  opacity: 0.7;
  left: 0;
  height: 100%;
  border: #ff6600 solid 130px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  left: 70%;
  transform: rotate(337deg);
  height: 113%;
  width: 78%;
}
@media (max-width: 1400px) {
  .featured-area::after {
    top: 29%;
    transform: rotate(330deg);
    width: 78%;
  }
}
@media (max-width: 992px) {
  .featured-area::after {
    border: #ff6600 solid 80px;
  }
}
@media (max-width: 768px) {
  .featured-area::after {
    border: #ff6600 solid 60px;
    width: 100%;
  }
}
.featured-area .hero-three-text {
  position: relative;
  z-index: 11;
  width: 53%;
}
@media (max-width: 1200px) {
  .featured-area .hero-three-text {
    width: 55%;
  }
}
@media (max-width: 992px) {
  .featured-area .hero-three-text {
    width: 100%;
  }
}
.featured-area .hero-three-text h2 {
  font-size: 80px;
  color: #ffffff;
  line-height: 88px;
  font-weight: 800;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  transform: translateY(-20px);
}
@media (max-width: 1400px) {
  .featured-area .hero-three-text h2 {
    font-size: 64px;
    line-height: 72px;
  }
}
@media (max-width: 556px) {
  .featured-area .hero-three-text h2 {
    font-size: 54px;
    line-height: 60px;
  }
}
@media (max-width: 450px) {
  .featured-area .hero-three-text h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
.featured-area .hero-three-text h5 {
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  transform: translateY(-20px);
  letter-spacing: 2px;
}
@media (max-width: 450px) {
  .featured-area .hero-three-text h5 {
    letter-spacing: 1px;
    font-size: 18px;
  }
}
.featured-area .hero-three-text p {
  color: #dfdfdf;
  padding-top: 10px;
  padding-bottom: 36px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  transform: translateX(-50px);
}
.featured-area .hero-three-text a {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  transform: translateX(-60px);
}

.featured-area.swiper-slide.swiper-slide-active h5 {
  opacity: 1;
  visibility: visible;
  transition-delay: 1s;
  transform: translateY(0);
}
.featured-area.swiper-slide.swiper-slide-active h2 {
  opacity: 1;
  visibility: visible;
  transition-delay: 1.2s;
  transform: translateY(0);
}
.featured-area.swiper-slide.swiper-slide-active p {
  opacity: 1;
  visibility: visible;
  transition-delay: 1.5s;
  transform: translateX(0);
}
.featured-area.swiper-slide.swiper-slide-active a {
  opacity: 1;
  visibility: visible;
  transition-delay: 1.8s;
  transform: translateX(0);
}
.featured-area.swiper-slide.swiper-slide-active::after {
  opacity: 0.8;
  visibility: visible;
  transition-delay: 0.5s;
  left: 60%;
}

.three-slider.swiper {
  overflow: visible !important;
}
.three-slider.swiper .swiper-pagination {
  text-align: left;
  bottom: 60px !important;
  left: 14%;
}
@media (max-width: 1400px) {
  .three-slider.swiper .swiper-pagination {
    left: 9%;
  }
}
@media (max-width: 992px) {
  .three-slider.swiper .swiper-pagination {
    bottom: 24px !important;
    left: 10px;
  }
}

.design-section .heading {
  width: 95%;
}
.design-section .design-style {
  width: 87%;
  text-align: center;
  position: relative;
  padding-top: 30px;
  margin: auto;
}
.design-section .design-style:hover i {
  color: #fff;
}
@media (max-width: 1400px) {
  .design-section .design-style {
    width: 92%;
  }
}
@media (max-width: 992px) {
  .design-section .design-style {
    margin-bottom: 40px;
    width: 100%;
  }
}
.design-section .design-style::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 1;
  left: 0;
  height: 100%;
  width: 137px;
  height: 137px;
  background-color: #f5f5f5;
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 24%;
}
@media (max-width: 1200px) {
  .design-section .design-style::before {
    width: 125px;
    height: 125px;
  }
}
.design-section .design-style::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 1;
  left: 0;
  height: 100%;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  left: 50%;
  transform: scale(1) translate(-50%, -50%);
  top: 24%;
  transition: 0.5s ease-in-out;
}
.design-section .design-style:hover::after {
  width: 138px;
  height: 138px;
  background-color: #ff6600;
}
.design-section .design-style:hover i {
  background-color: transparent;
}
.design-section .design-style i {
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 11;
  display: block;
  font-size: 82px;
  line-height: 60px;
  margin-bottom: 40px;
  display: inline-block;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .design-section .design-style i {
    font-size: 70px;
    line-height: 50px;
    margin-bottom: 19px;
  }
}
.design-section .design-style a {
  font-size: 26px;
  font-weight: 800;
  padding-bottom: 10px;
  display: inline-block;
  background-image: linear-gradient(to right, #ff6600, #ff6600 50%, #000 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .design-section .design-style a {
    font-size: 22px;
    padding-top: 20px;
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .design-section .design-style a {
    padding-top: 25px;
  }
}
.design-section .design-style a:hover {
  background-position: 0%;
}
.design-section .design-style.two {
  width: 100%;
  padding: 40px 26px;
  background-size: cover;
  background-position: right;
}
.design-section .design-style.two a {
  background-image: linear-gradient(to right, #ff6600, #ff6600 50%, #fff 50%);
}
.design-section .design-style.two i {
  margin-top: 40px;
}
.design-section .design-style.two::before {
  top: 33%;
}
@media (max-width: 1400px) {
  .design-section .design-style.two::before {
    top: 32%;
  }
}
.design-section .design-style.two::after {
  top: 33%;
}
@media (max-width: 1400px) {
  .design-section .design-style.two::after {
    top: 32%;
  }
}
.design-section .design-style.two p {
  color: #b4b4b4;
}

.portfolio {
  margin-bottom: 40px;
}
.portfolio a {
  background-image: linear-gradient(to right, #ff6600, #ff6600 50%, #000 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  transition: 0.5s ease-in-out;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-top: 24px;
}
@media (max-width: 1400px) {
  .portfolio a {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .portfolio a {
    font-size: 22px;
    line-height: 30px;
  }
}
.portfolio a:hover {
  background-position: 0;
}
.portfolio h2 {
  font-weight: 500;
  padding-top: 14px;
}
@media (max-width: 450px) {
  .portfolio h2 {
    font-size: 20px;
    padding-top: 30px;
  }
}
.portfolio .portfolio-tag {
  display: flex;
  justify-content: space-between;
  width: -moz-min-content;
  width: min-content;
  align-items: center;
  padding-top: 10px;
}
.portfolio .portfolio-tag hr {
  margin: 10px 20px;
  width: 60px;
}
.portfolio .portfolio-tag span {
  font-weight: bold;
  color: #444444;
}
@media (max-width: 768px) {
  .portfolio .portfolio-tag span {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .row > hr {
    display: none;
  }
}
.team-style-one {
  border: 1px solid #7b7b7b;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 30px;
  padding-bottom: 30px;
  transition: 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .team-style-one {
    margin-bottom: 40px;
  }
}
.team-style-one figure {
  position: relative;
  overflow: inherit;
}
.team-style-one figure img {
  transition: 0.5s ease-in-out;
  transform: translateY(-30px);
  margin-bottom: -30px;
}
.team-style-one > a {
  font-size: 30px;
  font-weight: 700;
  background-image: linear-gradient(to right, #ff6600, #ff6600 50%, #000 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}
.team-style-one > a:hover {
  background-position: 0;
}
@media (max-width: 1400px) {
  .team-style-one > a {
    font-size: 22px;
  }
}
.team-style-one p {
  color: #ff6600;
}
@media (max-width: 1400px) {
  .team-style-one p {
    font-size: 14px;
  }
}
.team-style-one .team-style-img {
  position: relative;
  text-align: center;
}
.team-style-one .team-style-img img {
  width: 100%;
}
.team-style-one .team-style-img a {
  background-color: #ff6600;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-top: -35px;
  z-index: 11;
  position: relative;
  transform: translateY(-16px) rotateX(90deg);
  transition: 0.5s ease-in-out;
}
@media (max-width: 1400px) {
  .team-style-one .team-style-img a {
    padding: 10px 20px;
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .team-style-one .team-style-img a {
    padding: 10px 20px;
    font-size: 16px;
  }
}
.team-style-one .team-style-img a i {
  font-size: 28px;
  margin-bottom: -10px;
}
ul.icon-share {
  display: flex;
  margin-top: 16px;
}
ul.icon-share a i {
  width: 40px;
  height: 40px;
  border: 1px solid #bebebe;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  margin-right: 10px;
  transition: 0.5s ease-in-out;
}
ul.icon-share a i:hover {
  background-color: #ff6600;
  border-color: #ff6600;
  color: #fff;
}

.team-style-one:hover {
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
}
.team-style-one:hover .team-style-img a {
  transform: translateY(-16px) rotateX(0deg);
}

.team-style-two {
  display: flex;
  padding-top: 20px;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 480px) {
  .team-style-two {
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 30px;
  }
}
.team-style-two figure {
  position: relative;
}
@media (max-width: 1400px) {
  .team-style-two figure img {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .team-style-two figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.team-style-two::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  top: 0;
  transition: 0.5s ease-in-out;
  left: 0;
}
@media (max-width: 1400px) {
  .team-style-two::before {
    height: 77%;
  }
}
@media (max-width: 480px) {
  .team-style-two::before {
    height: 100%;
  }
}
.team-style-two:hover::before {
  background-color: #fff;
  border: 1px solid #c9c9c9;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.team-style-two > div {
  margin-left: 32px;
  padding-top: 24px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1400px) {
  .team-style-two > div {
    padding-top: 10px;
  }
}
@media (max-width: 480px) {
  .team-style-two > div {
    margin-left: 0px;
  }
}
.team-style-two h3 {
  font-weight: bold;
  font-size: 30px;
  padding-bottom: 10px;
}
@media (max-width: 1400px) {
  .team-style-two h3 {
    font-size: 26px;
  }
}
.team-style-two p {
  width: 90%;
  line-height: 26px;
  padding-bottom: 20px;
}
.team-style-two h6 {
  font-weight: bold;
  font-size: 20px;
  color: #444;
  padding-bottom: 56px;
}
@media (max-width: 1400px) {
  .team-style-two h6 {
    padding-bottom: 36px;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .team-style-two h6 {
    padding-bottom: 10px;
    font-size: 16px;
  }
}
.team-style-two h6 a {
  padding-left: 10px;
  background-image: linear-gradient(to right, #ff6600, #ff6600 50%, #000 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  background-image: linear-gradient(to right, #ff6600, #ff6600 50%, #444 50%);
}
.team-style-two h6 a:hover {
  background-position: 0;
}

.architect-info {
  position: relative;
  margin-top: 40px;
  width: 90%;
  margin-left: auto;
}
@media (max-width: 992px) {
  .architect-info {
    width: 100%;
  }
}
.architect-info figure {
  position: relative;
}
.architect-info figure img {
  width: 100%;
  transition: 0.5s ease-in-out;
}
.architect-info figure::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0.5;
  left: 0;
  height: 100%;
  background-color: #000;
  z-index: 111;
}
.architect-info:hover figure img {
  transform: scale(1.1);
}

@media (max-width: 992px) {
  .architect {
    margin-bottom: 40px;
  }
}
.architect img.architect-img-1 {
  transform: translateX(-252px);
}
@media (max-width: 1400px) {
  .architect img.architect-img-1 {
    width: 140%;
  }
}
@media (max-width: 992px) {
  .architect img.architect-img-1 {
    width: 100%;
    transform: translatex(0px);
  }
}
.architect .heading.two {
  width: 90%;
  margin: 0;
  padding-bottom: 40px;
}
@media (max-width: 1200px) {
  .architect .heading.two {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .architect .heading.two {
    padding-bottom: 0px;
  }
}

.progress-style {
  width: 91%;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .progress-style {
    width: 100%;
  }
}
.progress-style .progress {
  height: 15px;
  overflow: hidden;
  background-color: #ff6600;
  border-radius: 0;
}
.progress-style .item_bar.cell {
  background-color: #ffffff;
  width: 86%;
  border-radius: 0;
}
.progress-style .progress_bar_item {
  position: relative;
  width: 90%;
  padding-top: 10px;
}
@media (max-width: 480px) {
  .progress-style .progress_bar_item {
    width: 100%;
  }
}
.progress-style .progress_bar_item .item_value.cell.shrink {
  position: absolute;
  right: 90px;
  top: 6px;
  font-weight: 700;
}
@media (max-width: 480px) {
  .progress-style .progress_bar_item .item_value.cell.shrink {
    right: 40px;
  }
}
.progress-style .progress_bar.two .progress_bar_item {
  width: 100%;
  margin-left: 15px;
}
@media (max-width: 480px) {
  .progress-style .progress_bar.two .progress_bar_item {
    margin-left: 0;
  }
}
.progress-style .progress_bar.two .progress_bar_item .item_value.cell.shrink {
  right: 30px;
}
@media (max-width: 1400px) {
  .progress-style .progress_bar.two .progress_bar_item .item_value.cell.shrink {
    right: 10px;
  }
}
.progress-style .progress_bar {
  width: 100%;
  padding-bottom: 26px;
  display: flex;
}
@media (max-width: 1400px) {
  .progress-style .progress_bar {
    padding-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .progress-style .progress_bar {
    flex-wrap: wrap;
  }
}
.progress-style .progress_bar span {
  color: #000;
  font-weight: 700;
  padding-bottom: 10px;
  width: 160px;
}
@media (max-width: 480px) {
  .progress-style .progress_bar span {
    padding-bottom: 0;
  }
}

.architect-text {
  display: flex;
  justify-content: space-between;
  width: 84%;
  margin-top: 50px;
  align-items: center;
}
@media (max-width: 1400px) {
  .architect-text {
    width: 80%;
    margin-top: 30px;
  }
}
@media (max-width: 556px) {
  .architect-text {
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.architect-text p {
  line-height: 24px;
}
.architect-text h3 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 18px;
}
@media (max-width: 1400px) {
  .architect-text img {
    width: 130px;
    height: auto !important;
  }
}

.goal-mov {
  position: relative;
  width: 189px;
  height: 186px;
}
@media (max-width: 992px) {
  .goal-mov {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 480px) {
  .goal-mov {
    width: 120px;
    height: 120px;
  }
}
.goal-mov > img {
  animation-name: rotateme;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media (max-width: 1400px) {
  .goal-mov > img {
    width: 150px;
    position: absolute;
    left: 9%;
    top: 11%;
  }
}
@media (max-width: 992px) {
  .goal-mov > img {
    width: 160px;
    left: -2%;
    top: 0%;
  }
}
@media (max-width: 480px) {
  .goal-mov > img {
    width: 110px;
    left: 5%;
    top: 6%;
  }
}
.goal-mov figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #a1a1a1;
  border-radius: 50%;
  padding: 26px;
  width: 120px;
  height: 120px;
}
@media (max-width: 1400px) {
  .goal-mov figure img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 480px) {
  .goal-mov figure img {
    padding: 16px;
    width: 72px;
    height: auto;
  }
}

@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.cost-effective {
  text-align: end;
  position: relative;
}
@media (max-width: 992px) {
  .cost-effective {
    margin-top: 30px;
  }
}
@media (max-width: 1400px) {
  .cost-effective > img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cost-effective > img {
    width: 90%;
  }
}
.cost-effective .goal-mov {
  position: absolute;
  bottom: 23%;
  border-radius: 91px;
  left: -4%;
  z-index: 32;
}
@media (max-width: 1400px) {
  .cost-effective .goal-mov {
    bottom: 10%;
    left: -15%;
  }
}
@media (max-width: 1200px) {
  .cost-effective .goal-mov {
    bottom: -17%;
    left: -15%;
  }
}
@media (max-width: 992px) {
  .cost-effective .goal-mov {
    bottom: 17%;
    left: 0%;
  }
}
.cost-effective .goal-mov::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  background-color: #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 1400px) {
  .cost-effective .goal-mov::after {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 556px) {
  .cost-effective .goal-mov::after {
    width: 186px;
    height: 186px;
  }
}
@media (max-width: 480px) {
  .cost-effective .goal-mov::after {
    width: 146px;
    height: 146px;
  }
}

.construction-img .goal-mov figure img {
  height: auto;
  width: 114px;
}
@media (max-width: 450px) {
  .construction-img .goal-mov figure img {
    width: 70px;
  }
}
.construction-img figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 450px) {
  .construction-img figure img {
    height: 350px;
  }
}

.visit-sectors {
  border: 1px solid #c8c8c8;
  padding: 40px;
  position: relative;
  margin-top: 20px;
}
.visit-sectors:hover > i {
  animation: top-bottom 2s infinite;
}
@media (max-width: 1400px) {
  .visit-sectors {
    padding: 26px;
  }
}
.visit-sectors::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 1;
  left: 0;
  height: 100%;
  background-image: url(../img/footer.jpg);
  height: 40%;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.visit-sectors p {
  padding-bottom: 20px;
  z-index: 11;
  position: relative;
}
@media (max-width: 768px) {
  .visit-sectors p {
    padding-top: 24px;
  }
}
@media (max-width: 450px) {
  .visit-sectors p {
    padding-top: 10px;
  }
}
.visit-sectors > i {
  display: block;
  font-size: 60px;
  position: absolute;
  z-index: 11;
  transition: 0.5s ease-in-out;
  background-color: #ff6600;
  width: 110px;
  height: 120px;
  right: 20px;
  top: -20px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .visit-sectors > i {
    font-size: 46px;
    width: 90px;
    height: 100px;
  }
}
.visit-sectors a {
  transition: 0.5s ease-in-out;
  text-transform: uppercase;
  padding-top: 20px;
  display: inline-block;
  position: relative;
  z-index: 11;
  border-bottom: 1px solid #444444;
  font-weight: 700;
}
.visit-sectors a i {
  opacity: 0;
  padding-left: 0;
  transition: 0.5s ease-in-out;
  margin-left: -11px;
}
.visit-sectors a:hover i {
  opacity: 1;
  margin-left: 10px;
}
.visit-sectors h4 {
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 11;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 14px;
  width: 70%;
  line-height: 32px;
  padding-top: 10px;
}
@media (max-width: 1200px) {
  .visit-sectors h4 {
    font-size: 24px;
    width: 60%;
    line-height: 32px;
  }
}
.visit-sectors ul {
  position: relative;
  z-index: 11;
}
.visit-sectors ul li {
  transition: 0.5s ease-in-out;
  position: relative;
  padding-left: 22px;
  padding-bottom: 7px;
}
.visit-sectors ul li:before {
  transition: 0.5s ease-in-out;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #e3e3e3;
  top: 4px;
  left: 0;
}

.visit-sectors.two::after {
  height: 100%;
  opacity: 1;
}
.visit-sectors.two h4 {
  color: #fff;
}
.visit-sectors.two a,
.visit-sectors.two p,
.visit-sectors.two li {
  color: #d3d3d3;
}
.visit-sectors.two li:before {
  background-color: #ff6600;
}

.testimonial {
  padding-top: 100px;
  padding-bottom: 140px;
}
.testimonial img.client-img {
  width: auto;
  text-align: end;
  position: absolute;
  right: 12%;
  bottom: 0;
  z-index: 111;
}
@media (max-width: 1400px) {
  .testimonial img.client-img {
    right: 5%;
    width: 40%;
  }
}
@media (max-width: 992px) {
  .testimonial img.client-img {
    display: none;
  }
}

.testimonial-slider {
  width: 80%;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.8196078431);
}
@media (max-width: 992px) {
  .testimonial-slider {
    width: 100%;
  }
}
.testimonial-slider .swiper-pagination {
  width: -moz-fit-content;
  width: fit-content;
  left: 70px;
  bottom: 90px;
}
@media (max-width: 1400px) {
  .testimonial-slider .swiper-pagination {
    bottom: 50px;
  }
}
@media (max-width: 992px) {
  .testimonial-slider .swiper-pagination {
    left: 40px;
  }
}

.quotation {
  position: relative;
  padding: 65px;
  padding-top: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .quotation {
    padding: 40px;
    padding-top: 0;
  }
}
.quotation h5 {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 10px;
}
@media (max-width: 992px) {
  .quotation h5 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .quotation h5 {
    font-size: 26px;
  }
}
.quotation h6 {
  color: #fff;
  display: inline-block;
}
.quotation > i {
  background-color: #ff6600;
  font-size: 90px;
  width: 120px;
  height: 160px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .quotation > i {
    font-size: 90px;
    width: 90px;
    height: 120px;
  }
}
.quotation .client-name {
  padding-left: 160px;
  padding-top: 63px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  transform: translateY(-20px);
}
@media (max-width: 992px) {
  .quotation .client-name {
    padding-left: 120px;
    padding-top: 34px;
  }
}
.quotation p {
  font-size: 32px;
  line-height: 56px;
  color: #fff;
  width: 85%;
  padding-top: 59px;
  padding-bottom: 100px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  transform: translatex(-20px);
}
@media (max-width: 1400px) {
  .quotation p {
    font-size: 25px;
    line-height: 50px;
    width: 75%;
    padding-top: 59px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .quotation p {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .quotation p {
    width: 100%;
    font-size: 20px;
    line-height: 40px;
  }
}
.quotation ul.star {
  display: inline-flex;
  padding-top: 0px;
}

.quotation.swiper-slide-active .client-name {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.8s;
  transform: translateY(0);
}
.quotation.swiper-slide-active p {
  opacity: 1;
  visibility: visible;
  transition-delay: 1.2s;
  transform: translatex(0);
}

.project-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background-position: center;
  position: relative;
}
@media (max-width: 992px) {
  .project-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .project-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 556px) {
  .project-section {
    background-position: bottom;
  }
}
.project-section::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0.8;
  left: 0;
  height: 100%;
  background-color: #ff6600;
}
.project-section .project {
  position: relative;
  z-index: 11;
  text-align: center;
  width: 67%;
  margin: auto;
}
@media (max-width: 1200px) {
  .project-section .project {
    width: 77%;
  }
}
@media (max-width: 992px) {
  .project-section .project {
    width: 100%;
  }
}
.project-section .project p {
  padding-bottom: 36px;
  color: #ffffff;
  padding-top: 10px;
}
.project-section .project .theme-btn {
  background-color: #ffffff;
  color: #000;
  border: 0;
}
.project-section .project h2 {
  font-weight: 800;
  color: #ffffff;
  padding-bottom: 18px;
}
@media (max-width: 992px) {
  .project-section .project h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 556px) {
  .project-section .project h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.client-section {
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media (max-width: 1400px) {
  .client-section {
    background-size: 50%;
  }
}
@media (max-width: 768px) {
  .client-section {
    background-size: 70%;
  }
}
@media (max-width: 480px) {
  .client-section {
    background-size: 100%;
  }
}
.client-section .client-one {
  background-color: #ff6600;
  padding: 20px;
  display: flex;
  align-items: center;
  width: 47%;
  position: relative;
  transform: translateY(-40px);
  margin-bottom: -40px;
}
@media (max-width: 1400px) {
  .client-section .client-one {
    width: 55%;
  }
}
@media (max-width: 1200px) {
  .client-section .client-one {
    width: 65%;
  }
}
@media (max-width: 768px) {
  .client-section .client-one {
    width: 80%;
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .client-section .client-one {
    width: 100%;
  }
}
.client-section .client-one img {
  border-radius: 50%;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .client-section .client-one img {
    width: 70px;
    height: auto;
    margin-bottom: 0;
  }
}
.client-section .client-one h5 {
  font-weight: 600;
  padding-bottom: 10px;
  font-size: 24px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .client-section .client-one h5 {
    font-size: 20px;
  }
}
.client-section .client-one > i {
  font-size: 70px;
  position: absolute;
  right: 0;
  top: -8px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .client-section .client-one > i {
    font-size: 50px;
  }
}
.client-section .client-one h6 {
  line-height: 26px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .client-section .client-one h6 {
    font-size: 14px;
  }
}
.client-section .client-text h5 {
  font-size: 36px;
  line-height: 55px;
  padding: 51px;
  background-color: #fff;
  width: 100%;
  padding-bottom: 80px;
  font-weight: 600;
}
@media (max-width: 1400px) {
  .client-section .client-text h5 {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (max-width: 1200px) {
  .client-section .client-text h5 {
    font-size: 26px;
    width: 100%;
    padding-top: 10px;
  }
}
@media (max-width: 768px) {
  .client-section .client-text h5 {
    font-size: 20px;
    width: 100%;
    padding-top: 20px;
    line-height: 38px;
  }
}
@media (max-width: 480px) {
  .client-section .client-text h5 {
    width: 100%;
    padding-top: 20px;
    padding: 30px;
    padding-bottom: 70px;
  }
}
.client-section img {
  border-radius: 50%;
  border: 3px solid #fff;
  margin-right: 10px;
}
@media (max-width: 1400px) {
  .client-section img {
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
  .client-section img {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
ul.star {
  display: flex;
  padding-top: 36px;
  padding-left: 10px;
}
@media (max-width: 768px) {
  ul.star {
    padding-top: 18px;
    padding-left: 10px;
  }
}
ul.star i {
  font-size: 12px;
  padding-left: 3px;
  color: #fff10e;
}

.client-slider {
  padding-bottom: 60px;
}
.client-slider .swiper-pagination {
  width: auto;
}
.client-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #444;
}
.client-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff6600 !important;
}

.architect-text.two img {
  filter: invert(1);
  padding-bottom: 18px;
}
.architect-text.two h3 {
  font-size: 26px;
  line-height: 16px;
}

.architect-text.two p {
  padding-top: 10px;
}

.architect-text.two {
  display: block;
}

.hover-img-two.about-page {
  margin-bottom: 20px;
}

.architect-text.two h3 {
  font-size: 22px;
  line-height: 16px;
}
@media (max-width: 768px) {
  .architect-text.two h3 {
    font-size: 20px;
  }
}

.accordion.history {
  position: relative;
}
.accordion.history .accordion-item .icon {
  top: 50%;
}
.accordion.history .accordion-item .icon:before {
  width: 20px;
}
.accordion.history .accordion-item .icon::after {
  width: 20px;
}
.accordion.history .accordion-item.active {
  background-color: #ff6600;
}
.accordion.history .accordion-item.active p,
.accordion.history .accordion-item.active .title,
.accordion.history .accordion-item.active .heading {
  color: #ffffff;
}
.accordion.history .accordion-item.active .icon::after {
  width: 0px;
}
.accordion.history .accordion-item {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 10px;
}
.accordion.history .accordion-item:first-of-type {
  border: 0;
}
.accordion.history .title {
  border: 0 !important;
}

.estimated-price {
  position: relative;
  background-repeat: no-repeat;
}
.estimated-price:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0.7;
  left: 0;
  height: 100%;
  background-color: #fff;
}

.nav-pills .nav-link {
  color: #000;
  padding: 15px 0px 15px 50px;
  border-radius: 0;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  margin-left: auto;
  margin-bottom: 10px;
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  position: relative;
}
@media (max-width: 1400px) {
  .nav-pills .nav-link {
    font-size: 17px;
  }
}
@media (max-width: 556px) {
  .nav-pills .nav-link {
    padding: 10px;
  }
}
.nav-pills .nav-link::before {
  content: "";
  background-color: #dcd9d6;
  width: 10px;
  height: 10px;
  left: 16px;
  position: absolute;
  top: 24px;
}
@media (max-width: 556px) {
  .nav-pills .nav-link::before {
    display: none;
  }
}
@media (max-width: 1200px) {
  .nav-pills .nav-link {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .nav-pills .nav-link {
    width: 50%;
    width: 49%;
    font-size: 15px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .nav-pills .nav-link {
    margin-bottom: 3px;
  }
}
.nav-pills .nav-link span {
  display: block;
  color: #6b6b6b;
  font-size: 14px;
}
@media (max-width: 1200px) {
  .nav-pills .nav-link span {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .nav-pills .nav-link span {
    font-size: 10px;
  }
}
.nav-pills .nav-link.active {
  background-color: #ff6600;
  color: #ffffff;
}
.nav-pills .nav-link.active::before {
  background-color: #fff;
}

.estimated-cost.est-form {
  position: relative;
  z-index: 11;
}
@media (max-width: 992px) {
  .estimated-cost.est-form {
    flex-wrap: wrap;
  }
}

.tab-build {
  position: relative;
}
@media (max-width: 992px) {
  .tab-build {
    flex-wrap: wrap;
  }
}

.tab-field {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .tab-field {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.tab-field .field-build-img {
  margin-left: -49px;
  width: 100%;
}
@media (max-width: 1200px) {
  .tab-field .field-build-img {
    margin-left: -61px;
  }
}
@media (max-width: 992px) {
  .tab-field .field-build-img {
    margin-left: 0px;
  }
}
.tab-field .field-build-img figure {
  position: relative;
}
.tab-field .field-build-img figure::after {
  width: 97%;
  height: 97%;
  border: 6px #fff dashed;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  animation-name: rotatemetwo;
  animation-duration: 25s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.tab-field .field-build-img figure img {
  border-radius: 50%;
  width: 100%;
}
.tab-field .field-build {
  margin-left: 40px;
}
@media (max-width: 1200px) {
  .tab-field .field-build {
    width: 94%;
  }
}
@media (max-width: 768px) {
  .tab-field .field-build {
    width: 100%;
    margin-left: 0;
  }
}
.tab-field .field-build h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  padding-bottom: 10px;
}
@media (max-width: 1200px) {
  .tab-field .field-build h3 {
    font-size: 33px;
    line-height: 43px;
  }
}
.tab-field .field-build p {
  padding-bottom: 16px;
}
.li-style {
  padding-bottom: 20px;
  font-family: "Epilogue";
}
.li-style li {
  font-weight: 600;
  color: #444444;
  padding-bottom: 17px;
}
@media (max-width: 1400px) {
  .li-style li {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .li-style li {
    font-size: 14px;
  }
}
.li-style li i {
  padding-right: 10px;
  display: inline-block;
}

.nav.flex-column {
  width: 42%;
}
@media (max-width: 1200px) {
  .nav.flex-column {
    width: 61%;
  }
}
@media (max-width: 992px) {
  .nav.flex-column {
    width: 100%;
    display: flex !important;
    flex-direction: initial !important;
    margin-bottom: 40px;
    gap: 10px;
  }
}
@media (max-width: 556px) {
  .nav.flex-column {
    gap: 5px;
  }
}

@keyframes rotatemetwo {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.form-group label {
  padding-bottom: 12px;
  color: #444444;
}
.form-group .nice-select.Advice {
  width: 100%;
  height: 60px;
  border: 0;
  border-radius: 0;
  border: 1px solid #e3e3e3;
  padding-top: 8px;
  font-size: 16px;
  margin-bottom: 20px;
}
.form-group .nice-select.Advice:after {
  border-bottom: 3px solid #000000;
  border-right: 3px solid #000000;
  height: 7px;
  width: 7px;
  right: 20px;
}
.form-group .nice-select.Advice:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 83%;
  background-color: #a9a9a9;
  right: 50px;
  top: 5px;
}

ul.list {
  width: 100%;
}

.est-form .checkk input:checked + label {
  background-color: #ff6600;
}

label.custom-control-label {
  padding: 16px 40px;
  color: #fff;
  border: 1px solid #ff6600;
  width: 255px;
  text-align: center;
}
@media (max-width: 1400px) {
  label.custom-control-label {
    padding: 13px 40px;
  }
}
@media (max-width: 1200px) {
  label.custom-control-label {
    width: 210px;
  }
}
@media (max-width: 480px) {
  label.custom-control-label {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .checkk > div {
    width: 100%;
  }
}

.custom-control.custom-radio input {
  display: none;
}

.checkk {
  background-color: #000;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .checkk {
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  .checkk {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .checkk {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.checkk .est-price span {
  font-size: 50px;
  font-weight: 800;
  color: #ff6600;
  line-height: 60px;
}
@media (max-width: 1200px) {
  .checkk .est-price span {
    font-size: 32px;
  }
}
.checkk .est-price p {
  font-size: 18px;
  color: #fff;
  font-weight: 800;
  font-family: "Titillium Web";
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .checkk .est-price p {
    font-size: 14px;
  }
}

.video {
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 85%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 85%);
}
@media (max-width: 992px) {
  .video {
    margin-top: 0;
    width: 100%;
  }
}
.video img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 85%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 85%);
  width: 100%;
  box-shadow: 0px 25px 56px -22px rgba(176, 176, 176, 0.75);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  .video img {
    height: 100%;
  }
}
@media (max-width: 556px) {
  .video img {
    height: 250px;
  }
}
.video i {
  z-index: 11;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  animation: shadow-pulse 1s infinite;
  border-radius: 50%;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgb(255, 255, 255);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}
.estimated-cost.est-form {
  margin-top: 120px;
  position: relative;
  z-index: 11;
  display: flex;
  background-color: #fff;
  justify-content: space-between;
  box-shadow: 0px 11px 38px 0px rgba(0, 0, 0, 0.11);
}
@media (max-width: 1200px) {
  .estimated-cost.est-form {
    margin-top: 100px;
  }
}
@media (max-width: 992px) {
  .estimated-cost.est-form {
    margin-top: 80px;
  }
}

.estimated-form {
  padding-top: 40px;
  padding-left: 40px;
  width: 52%;
}
@media (max-width: 1200px) {
  .estimated-form {
    padding-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .estimated-form {
    width: 100%;
    padding: 30px;
  }
}

.construction {
  width: 87%;
  margin-left: auto;
}
@media (max-width: 992px) {
  .construction {
    width: 100%;
    padding-top: 20px;
  }
}
.construction p {
  padding-bottom: 20px;
}

.construction-img {
  margin-top: 80px;
  position: relative;
}
.construction-img .cost-effective .goal-mov {
  bottom: auto;
  left: auto;
  right: 81px;
  margin-top: -3%;
}

.produsts-one-style {
  border: 1px solid #c9c9c9;
  padding: 15px;
}
.produsts-one-style .produst-one-img {
  text-align: center;
  background-color: #f5f5f5;
  padding: 20px 16px;
  margin-bottom: 20px;
}
.produsts-one-style .produst-one-img img {
  transition: 0.5s ease-in-out;
}
@media (max-width: 1400px) {
  .produsts-one-style .produst-one-img img {
    width: 100%;
  }
}
.produsts-one-style .product-text {
  padding-left: 10px;
  position: relative;
}
.produsts-one-style .product-text a {
  font-size: 22px;
  font-weight: bold;
  transition: 0.5s ease-in-out;
}
@media (max-width: 1400px) {
  .produsts-one-style .product-text a {
    font-size: 19px;
  }
}
.produsts-one-style .product-text a:hover {
  color: #ff6600;
}
.produsts-one-style .product-text ul.star {
  padding: 0;
}
.produsts-one-style .product-text span {
  font-size: 28px;
  font-weight: bold;
  font-family: "Epilogue";
  display: block;
  padding-top: 18px;
}
@media (max-width: 1400px) {
  .produsts-one-style .product-text span {
    font-size: 24px;
  }
}
.produsts-one-style .product-text span del {
  font-size: 18px;
  color: #444;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .produsts-one-style .product-text span del {
    font-size: 16px;
  }
}
.produsts-one-style .product-text a.heart {
  background-color: #444;
  color: #ffffff;
  border: 1px solid #444;
  opacity: 0;
}
.produsts-one-style .product-cart {
  position: absolute;
  right: 0;
  bottom: 0;
}
.produsts-one-style .product-cart a {
  border: 1px solid #ff6600;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  transition: 0.5s ease-in-out;
}
@media (max-width: 1400px) {
  .produsts-one-style .product-cart a {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .produsts-one-style .product-cart a {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
}
.produsts-one-style .product-cart a:hover {
  background-color: #ff6600;
  color: #ffffff;
}
.produsts-one-style:hover img {
  transform: scale(0.95);
}
.produsts-one-style:hover .product-text a.heart {
  opacity: 1;
}
.produsts-one-style:hover .product-text .shopping-cart {
  background-color: #ff6600;
  color: #fff;
}

.produsts-one-slider,
.blog-slider {
  padding-bottom: 70px;
}
.produsts-one-slider .swiper-pagination .swiper-pagination-bullet,
.blog-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #444;
}
.produsts-one-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.blog-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff6600;
}

.blog-two {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: auto;
}
@media (max-width: 450px) {
  .blog-two {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    padding-top: 0;
  }
}
.blog-two:before {
  border: 1px solid #c9c9c9;
  position: absolute;
  content: "";
  width: 90%;
  height: 100%;
  right: 0;
  z-index: -1;
}
@media (max-width: 450px) {
  .blog-two:before {
    width: 100%;
  }
}
.blog-two .blog-data {
  position: absolute;
  bottom: 20px;
  left: 0;
  margin: 0 !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
@media (max-width: 450px) {
  .blog-two .blog-data {
    bottom: auto;
    top: 212px;
  }
}
.blog-two .blog-data span {
  background-color: #ff6600;
  padding: 10px;
  display: block;
  width: 150px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.blog-two .blog-data span.comments {
  background-color: #000;
}
.blog-two p {
  width: 90%;
}
@media (max-width: 1200px) {
  .blog-two p {
    font-size: 14px;
    line-height: 24px;
  }
}
.blog-two h4 {
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 14px;
  line-height: 32px;
}
@media (max-width: 1400px) {
  .blog-two h4 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 1200px) {
  .blog-two h4 {
    font-size: 20px;
  }
}
.blog-two h4 a {
  transition: 0.5s ease-in-out;
}
.blog-two h4 a:hover {
  color: #ff6600;
}
.blog-two > div {
  width: 57%;
  margin-left: 30px;
}
@media (max-width: 450px) {
  .blog-two > div {
    width: 86%;
    margin-left: 0;
    padding-bottom: 20px;
  }
}
.blog-two > div > a {
  text-transform: uppercase;
  border-bottom: 1px solid;
  margin-top: 30px;
  display: inline-block;
  font-weight: 600;
  color: #444;
  transition: 0.5s ease-in-out;
}
@media (max-width: 1200px) {
  .blog-two > div > a {
    margin-top: 20px;
  }
}
.blog-two > div > a:hover {
  color: #ff6600;
}

@media (max-width: 450px) {
  .blog-two figure,
  .blog-two figure img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.challenges-section {
  position: relative;
  background-size: cover;
}
.challenges-section .heading h2,
.challenges-section .heading span {
  color: #fff;
}
.challenges-section::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0.8;
  left: 0;
  height: 100%;
  background-color: #000;
}
.challenges-section .introduction-text {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #555555;
}
.challenges-section .introduction-text::after {
  background-color: #6d452e;
}
.challenges-section .introduction-text i {
  color: #ff6600;
}
.challenges-section .introduction-text a i {
  color: #ffffff;
  border: 1px solid #ff6600;
  background-color: transparent;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  transition: 0.5s ease-in-out;
  position: relative;
  border-radius: 50%;
  margin-right: 20px;
}
.challenges-section .introduction-text a i:hover {
  background-color: #ff6600;
}
.challenges-section .introduction-text p {
  color: #c1c1c1;
  width: 90%;
}
.challenges-section .introduction-text h4 {
  font-weight: 700;
  color: #fff;
}
.challenges-section .introduction-text.two {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}
.challenges-section img.choose-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 85%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 85%);
}
@media (max-width: 992px) {
  .challenges-section img.choose-img {
    top: 57%;
    right: 0;
    height: 43%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .challenges-section img.choose-img {
    display: none;
  }
}

.challenges-man {
  position: relative;
  z-index: 111;
}
@media (max-width: 992px) {
  .challenges-man {
    text-align: center;
  }
}
@media (max-width: 1400px) {
  .challenges-man img {
    width: 75%;
  }
}
@media (max-width: 1200px) {
  .challenges-man img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .challenges-man img {
    width: 50%;
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .challenges-man img {
    width: 80%;
  }
}
@media (max-width: 410px) {
  .challenges-man img {
    width: 90%;
  }
}
.challenges-man .count-style {
  position: absolute;
  padding-top: 10px;
  border: 0;
  background-color: #ff6600;
  padding: 20px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  text-align: center;
  padding-top: 62px;
  bottom: 13%;
  right: 48px;
}
@media (max-width: 1400px) {
  .challenges-man .count-style {
    padding-top: 68px;
  }
}
@media (max-width: 1200px) {
  .challenges-man .count-style {
    padding: 20px;
    width: 180px;
    height: 180px;
    padding-top: 42px;
    bottom: 13%;
    right: 28px;
  }
}
@media (max-width: 768px) {
  .challenges-man .count-style {
    right: 0;
  }
}
.challenges-man .count-style::after {
  width: 97%;
  height: 97%;
  border: 3px #fff dashed;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  animation-name: rotatemetwo;
  animation-duration: 25s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.challenges-man .count-style p {
  font-weight: bold;
}
.challenges-man .count-style h2 {
  font-weight: 800;
  color: #fff;
}
@media (max-width: 1200px) {
  .challenges-man .count-style h2 {
    font-size: 54px;
  }
}

.heading.two.award {
  width: 90%;
  margin: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .heading.two.award {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .heading.two.award {
    padding-bottom: 30px;
  }
}
@media (max-width: 450px) {
  .heading.two.award h2 {
    font-size: 36px;
  }
}
.heading.two.award p {
  width: 84%;
}
@media (max-width: 1200px) {
  .heading.two.award p {
    width: 100%;
  }
}

ul.awards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
ul.awards li {
  width: 200px;
  text-align: center;
  position: relative;
  height: 200px;
  padding-top: 10px;
}
@media (max-width: 1400px) {
  ul.awards li {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 410px) {
  ul.awards li {
    width: 145px;
    height: 145px;
  }
}
ul.awards li img {
  padding-top: 30px;
}
@media (max-width: 1400px) {
  ul.awards li img {
    width: 70%;
    padding-top: 23px;
  }
}
ul.awards li:before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: #f5f5f5;
  border-radius: 50%;
  right: 0;
  z-index: -1;
}
@media (max-width: 1400px) {
  ul.awards li:before {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 410px) {
  ul.awards li:before {
    width: 145px;
    height: 145px;
  }
}
ul.awards li h6 {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1400px) {
  ul.awards li h6 {
    font-size: 16px;
    line-height: 26px;
  }
}
ul.awards li .award-time {
  position: absolute;
  top: 27%;
  left: 29%;
  width: 90%;
  transform: scale(0.5) translate(-50%, -50%);
  background-color: rgba(32, 32, 32, 0.7607843137);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  padding-top: 47px;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
@media (max-width: 1400px) {
  ul.awards li .award-time {
    width: 160px;
    height: 160px;
    padding-top: 34px;
  }
}
@media (max-width: 410px) {
  ul.awards li .award-time {
    width: 145px;
    height: 145px;
  }
}
ul.awards li .award-time span {
  font-size: 18px;
  border-bottom: 1px solid;
  color: #ff6600;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
}
@media (max-width: 1400px) {
  ul.awards li .award-time span {
    font-size: 16px;
  }
}
ul.awards li:hover .award-time {
  transform: scale(1) translate(-50%, -50%);
  opacity: 1;
  top: 50%;
  left: 50%;
}

.pricing-plan {
  position: relative;
  border: 1px solid #c9c9c9;
  overflow: hidden;
  background-color: #fff;
}
.pricing-plan .pricing-head {
  position: relative;
  padding: 50px;
}
@media (max-width: 1400px) {
  .pricing-plan .pricing-head {
    padding: 40px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 1200px) {
  .pricing-plan .pricing-head {
    padding: 30px;
    padding-bottom: 20px;
    padding-top: 30px;
  }
}
.pricing-plan .pricing-head img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 85% 85%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 85% 85%, 0% 100%);
  width: 100%;
  height: 100%;
}
.pricing-plan .pricing-head h6 {
  color: #ffffff;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
.pricing-plan .pricing-head h3 {
  position: relative;
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
}
@media (max-width: 1400px) {
  .pricing-plan .pricing-head h3 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 1200px) {
  .pricing-plan .pricing-head h3 {
    font-size: 50px;
    line-height: 50px;
  }
}
.pricing-plan .pricing-head h3 span {
  color: #ff6600;
  font-size: 58px;
}
@media (max-width: 1200px) {
  .pricing-plan .pricing-head h3 span {
    font-size: 48px;
  }
}
@media (max-width: 1200px) {
  .pricing-plan .pricing-head h3 span {
    font-size: 38px;
  }
}
.pricing-plan .pricing-head p {
  position: relative;
  text-decoration: underline;
  width: 50%;
  color: #fff;
  display: block;
  padding-top: 14px;
  font-size: 15px;
}
@media (max-width: 1200px) {
  .pricing-plan .pricing-head p {
    font-size: 13px;
    line-height: 23px;
  }
}
.pricing-plan .pricing-head i {
  position: absolute;
  background-color: #ffffff;
  width: 120px;
  height: 120px;
  font-size: 60px;
  right: 30px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #444;
  color: #000000;
  outline: 10px solid #fff;
  transition: 0.5s ease-in-out;
}
@media (max-width: 1400px) {
  .pricing-plan .pricing-head i {
    width: 100px;
    height: 100px;
    font-size: 50px;
    right: 20px;
    outline: 8px solid #fff;
  }
}
@media (max-width: 1200px) {
  .pricing-plan .pricing-head i {
    width: 80px;
    height: 80px;
    font-size: 50px;
    right: 20px;
    font-size: 40px;
  }
}
.pricing-plan .pricing-body {
  background-color: #fff;
  padding: 50px;
  padding-top: 30px;
  padding-bottom: 40px;
}
@media (max-width: 1400px) {
  .pricing-plan .pricing-body {
    padding: 40px;
    padding-top: 20px;
  }
}
@media (max-width: 1200px) {
  .pricing-plan .pricing-body {
    padding: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 992px) {
  .pricing-plan .pricing-body {
    padding: 30px;
  }
}
.pricing-plan:hover .pricing-head i {
  border: 1px solid #ff6600;
  color: #fff;
  background-color: #ff6600;
  outline: 10px solid #fff;
}

.pricing-body .theme-btn.two {
  background-color: transparent;
  color: #000;
  border: 1px solid #ff6600;
}

.pricing-body .theme-btn.two:hover {
  background-color: #ff6600;
  color: #fff;
}

.constructio {
  position: relative;
  z-index: 11;
}
.constructio h2 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  transition: 0.5s ease-in-out;
}
.constructio h2 a {
  color: #fff;
  transition: 0.5s ease-in-out;
}
.constructio h2 a:hover {
  color: #ff6600;
}
@media (max-width: 992px) {
  .constructio h2 {
    font-size: 36px;
  }
}
@media (max-width: 556px) {
  .constructio h2 {
    font-size: 34px;
  }
}
@media (max-width: 450px) {
  .constructio h2 {
    font-size: 32px;
  }
}
.constructio h3 {
  color: #ff6600;
  font-size: 45px;
  font-weight: bold;
  display: inline;
  padding-left: 20px;
}
.constructio span {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
.constructio h6 {
  color: #a2a2a2;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 10px;
  padding-top: 40px;
}
.constructio ul {
  padding-top: 51px;
  padding-bottom: 40px;
  width: 85%;
}
@media (max-width: 1200px) {
  .constructio ul {
    width: 100%;
  }
}
.constructio ul li {
  display: flex;
  color: #fff;
}
.constructio ul li h5 {
  color: #fff;
  font-size: 16px;
}
.constructio ul li i {
  padding-right: 15px;
  font-size: 20px;
  color: #bbbbbb;
  width: 35px;
  height: 20px;
}
.constructio ul li:not(:last-child) {
  padding-bottom: 25px;
  border-bottom: 1px solid #5f5f5f;
  margin-bottom: 25px;
}

.construction-img-two {
  position: relative;
  z-index: 111;
}
@media (max-width: 992px) {
  .construction-img-two {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .construction-img-two img {
    width: 100%;
    height: auto;
  }
}

.project-showcase {
  position: relative;
  background-size: cover;
}
.project-showcase .heading {
  padding-bottom: 0;
}
.project-showcase .heading span,
.project-showcase .heading h2 {
  color: #fff;
}
.project-showcase:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0.8;
  left: 0;
  height: 100%;
  background-color: #000;
}
.project-showcase::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 1;
  left: 0;
  height: 100%;
  background-color: #ff6600;
  width: 49%;
  right: 0;
  left: auto;
  -webkit-clip-path: polygon(8% 0, 100% 0, 100% 50%, 100% 100%, 15% 100%, 0% 50%);
          clip-path: polygon(8% 0, 100% 0, 100% 50%, 100% 100%, 15% 100%, 0% 50%);
}
@media (max-width: 992px) {
  .project-showcase::after {
    display: none;
  }
}

.project-showcase-slider {
  padding-top: 120px;
  margin-top: -60px;
}
@media (max-width: 1400px) {
  .project-showcase-slider {
    padding-top: 90px;
    margin-top: -50px;
  }
}
@media (max-width: 992px) {
  .project-showcase-slider {
    padding-top: 80px;
    margin-top: 0;
  }
}
.project-showcase-slider .swiper-button-prev {
  left: auto;
  right: 62px;
  width: auto;
  top: 27px;
}
@media (max-width: 1400px) {
  .project-showcase-slider .swiper-button-prev {
    top: 26px;
  }
}
@media (max-width: 992px) {
  .project-showcase-slider .swiper-button-prev {
    top: 50px;
    left: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.project-showcase-slider .swiper-button-prev i {
  border: 1px solid #fff;
}
.project-showcase-slider .swiper-button-prev:hover i {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.project-showcase-slider .swiper-button-next {
  right: 5px;
  left: auto;
  width: auto;
  top: 27px;
}
@media (max-width: 1400px) {
  .project-showcase-slider .swiper-button-next {
    top: 26px;
  }
}
@media (max-width: 992px) {
  .project-showcase-slider .swiper-button-next {
    top: 50px;
    left: 60px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.project-showcase-slider .swiper-button-next i {
  border: 1px solid #fff;
}
.project-showcase-slider .swiper-button-next:hover i {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.studio-info {
  display: flex;
  align-items: start;
  margin-top: 50px;
}
@media (max-width: 1200px) {
  .studio-info {
    margin-top: 30px;
  }
}
.studio-info img {
  border-radius: 50%;
  margin-right: 30px;
}
@media (max-width: 480px) {
  .studio-info img {
    border-radius: 50%;
    margin-right: 18px;
    width: 90px;
  }
}
.studio-info h3 {
  font-weight: bold;
  padding-bottom: 13px;
}
.studio-info p {
  padding-bottom: 20px;
}
.studio-info .architect-text.two {
  padding-top: 0;
}

.studio-img {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 1400px) {
  .studio-img {
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .studio-img {
    gap: 14px;
  }
}

.current-opportunities h5 {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #444444;
}
.current-opportunities ul li {
  border-bottom: 3px solid #d3dbd7;
  padding-bottom: 15px;
  padding-top: 15px;
  font-weight: bold;
}
.current-opportunities ul span {
  padding-left: 80px;
  color: #444444;
  font-weight: 400;
}

@media (max-width: 992px) {
  .current-opportunities {
    margin-bottom: 40px;
  }
}

.our-blog .blog-two {
  margin-bottom: 40px;
  width: 96%;
}
.our-blog .blog-two figure {
  width: 100%;
}
.our-blog .blog-two > span {
  margin-top: 30px;
}
.our-blog .blog-two p {
  padding-bottom: 20px;
  padding-top: 10px;
}
.our-blog .news-details {
  margin-bottom: 30px;
}
@media (max-width: 410px) {
  .our-blog .news-details {
    margin-bottom: 20px;
  }
}
.our-blog .news-details h3 {
  padding-top: 26px;
}
.our-blog .news-details a {
  transition: 0.5s ease-in-out;
}
.our-blog .news-details a:hover {
  color: #ff6600;
}

.sidebar {
  padding: 40px 40px;
  margin-bottom: 20px;
  border: 1px solid #c1c1c1;
  box-shadow: 10px 10px 12px 0px rgba(0, 0, 0, 0.04);
}
.sidebar .theme-btn {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 1400px) {
  .sidebar {
    padding: 30px;
  }
}
.sidebar h3 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 3px;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .sidebar h3 {
    font-size: 26px;
    line-height: 26px;
  }
}
.sidebar .boder-bar {
  display: block;
  width: 60px;
  height: 3px;
  margin-bottom: 30px;
  background-color: #ff6600;
}

ul.categories li.end a {
  border: 0;
  padding-bottom: 0;
}
ul.categories ul.Meta li.end a {
  padding: 0;
  margin: 0;
  border: 0;
}

.recent-post a {
  font-size: 20px;
  color: #000;
  display: block;
  line-height: 28px;
  transition: 0.5s ease-in-out;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .recent-post a {
    font-size: 18px;
    line-height: 22px;
  }
}
.recent-post i {
  padding-right: 10px;
  font-size: 16px;
}
@media (max-width: 1400px) {
  .recent-post i {
    font-size: 14px;
  }
}
.recent-post a:hover {
  color: #ff6600;
}

ul.recent-post span {
  padding-top: 8px;
  font-size: 16px;
  color: #ff6600;
  text-transform: capitalize;
  display: block;
  font-weight: bold;
}
@media (max-width: 1400px) {
  ul.recent-post span {
    font-size: 14px;
  }
}
ul.recent-post li {
  display: flex;
  gap: 20px;
  align-items: center;
}
ul.recent-post li:hover img {
  transform: scale(1.15);
}
ul.recent-post li img {
  transition: 0.5s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100px;
  height: 100px;
}
ul.recent-post li figure {
  width: 100px;
  height: 100px;
}
ul.recent-post li > div {
  width: 70%;
}
@media (max-width: 992px) {
  ul.recent-post li {
    align-items: center;
  }
}
@media (max-width: 410px) {
  ul.recent-post li {
    align-items: start;
  }
}
ul.recent-post li:not(:last-child) {
  padding-bottom: 20px;
}

ul.categories li {
  overflow: hidden;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
ul.categories li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 25px;
  color: #444;
  font-size: 20px;
  background-color: #f5f5f5;
  position: relative;
  z-index: 11;
  transition: 0.5s ease-in-out;
  width: 100%;
  text-transform: capitalize;
  font-weight: bold;
}
@media (max-width: 1400px) {
  ul.categories li a {
    padding: 14px 22px;
    font-size: 18px;
  }
}
ul.categories li:hover a {
  color: #ffffff;
  background-color: #ff6600;
}
ul.categories li:hover:before {
  width: 100%;
}
ul.categories li:before {
  content: "";
  border-radius: 50px;
  position: absolute;
  width: 0%;
  background-color: #ff6600;
  height: 100%;
  left: 0;
}

.photo-gallery {
  margin-top: 20px;
  display: flex;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  transition: 0.5s ease-in-out;
}
.photo-gallery li {
  transition: 0.5s ease-in-out;
  width: 33%;
  height: auto;
  padding: 4px;
  position: relative;
}
.photo-gallery li a {
  position: absolute;
  color: #ffffff;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 11;
  font-size: 25px;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.photo-gallery li:hover a {
  opacity: 1;
}

ul.photo-gallery img {
  height: 100px;
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease-in-out;
}
@media (max-width: 992px) {
  ul.photo-gallery img {
    height: 150px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  ul.photo-gallery img {
    height: 120px;
    width: 100%;
  }
}
@media (max-width: 410px) {
  ul.photo-gallery img {
    height: 100px;
    width: 100%;
  }
}
ul.photo-gallery figure {
  position: relative;
  margin-bottom: 0;
}
ul.photo-gallery figure:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  opacity: 0;
  overflow: hidden;
  background-color: #ff6600;
  transition: 0.5s ease-in-out;
}

.tags-cloud a {
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #cfcfcf;
  color: #000;
  display: inline-block;
  padding: 15px 22px;
  position: relative;
  overflow: hidden;
}
.tags-cloud a:before {
  position: absolute;
  content: "";
  width: 5%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.tags-cloud a:hover {
  color: #ffffff;
}
.tags-cloud a:hover:before {
  width: 100%;
}

ul.tags-cloud {
  display: flex;
  flex-wrap: wrap;
}
ul.tags-cloud li {
  margin-right: 10px;
}
ul.tags-cloud li a {
  z-index: 1;
}

.sidebar.sidebar-two {
  border: 0;
  margin: 0;
}
.sidebar.sidebar-two h3 {
  color: #ffffff;
}
.sidebar.sidebar-two p {
  color: #ffffff;
  padding-bottom: 15px;
}
.sidebar.sidebar-two button.btn {
  width: 100%;
  height: 55px;
}

.sidebar-two {
  background-color: #000;
}
.sidebar-two input {
  width: 100%;
  height: 60px;
  font-size: 16px;
  border: 0;
  outline: none;
}
.sidebar-two button.theme-btn {
  border: 0;
}

ul.meta.quick li a {
  border-bottom: 0;
  margin-bottom: 0;
}

ul.meta i {
  padding-right: 10px;
  font-size: 12px;
  color: #666;
}
ul.meta li a {
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
  color: #444444;
  display: block;
  width: 100%;
  font-size: 18px;
  transition: 0.5s ease-in-out;
}
@media (max-width: 1400px) {
  ul.meta li a {
    font-size: 16px;
  }
}
ul.meta li a:hover {
  color: #ff6600;
}
ul.meta li.end a {
  padding: 0;
  margin: 0;
  border: 0;
}

.photo-gallery li:hover figure:before {
  height: 100%;
  opacity: 0.7;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.projects-two .constructio h2 {
  font-size: 40px;
  line-height: 50px;
  color: #000;
}
.projects-two .constructio h2 a {
  color: #000;
}
.projects-two .constructio h2 a:hover {
  color: #ff6600;
}
.projects-two .constructio ul li h5 {
  color: #000;
  font-weight: 600;
}
.projects-two .constructio span {
  color: #000;
  font-weight: 700;
}

.our-team .team-style-one {
  margin-bottom: 40px;
}

ul.pd-cat,
ul.pd-tag {
  padding-left: 10px;
}

@media (max-width: 992px) {
  .product-info {
    padding-top: 40px;
  }
}
.product-info .available {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.product-info .available h5 {
  background-color: #d6ffcb;
  padding: 5px 16px;
  text-transform: uppercase;
  color: #1f9d25;
  font-size: 12px;
  line-height: 26px;
  font-weight: bold;
}
@media (max-width: ) {
  .product-info .available h5 {
    padding: 5px 16px;
  }
}
.product-info .available h5 i {
  padding-right: 10px;
}
.product-info h2 {
  font-size: 50px;
  line-height: 55px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  width: 100%;
}
@media (max-width: 1400px) {
  .product-info h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 450px) {
  .product-info h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.product-info .wrap {
  width: auto;
  display: flex;
  width: 40%;
  margin: 0;
  padding: 0 26px;
}
@media (max-width: 450px) {
  .product-info .wrap {
    width: 50%;
    padding: 0 20px;
  }
}
.product-info .wrap input {
  padding: 0;
}
.product-info ul.product_meta {
  padding-top: 24px;
  margin-top: 32px;
  border-top: 1px solid #e2e2e2;
}
.product-info ul.product_meta > li {
  display: flex;
  align-items: center;
  padding-top: 10px;
  font-weight: bold;
}
.product-info ul.product_meta li span {
  color: #ff6600;
  text-transform: capitalize;
  font-size: 16px;
}
@media (max-width: 450px) {
  .product-info ul.product_meta li span {
    font-size: 16px;
  }
}
.product-info ul.product_meta li a {
  text-transform: capitalize;
  color: #444444;
  font-size: 16px;
}
@media (max-width: 450px) {
  .product-info ul.product_meta li a {
    font-size: 16px;
  }
}
.product-info ul.product_meta li a:hover {
  color: #ff6600;
}
.product-info form.variations_form h6 {
  font-size: 12px;
  color: #a1a1a1;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.product-info .product-review {
  display: flex;
  gap: 15px;
  align-items: center;
}
.product-info .start i {
  color: #efd20b;
}
.product-info .product-review h5 {
  color: #555;
  text-transform: capitalize;
  font-size: 14px;
}
.product-info .wishlist {
  display: flex;
  gap: 10px;
}
.product-info .wishlist a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #ffffff;
  transition: 0.5s ease-in-out;
}
@media (max-width: 1400px) {
  .product-info .wishlist a {
    height: 54px;
  }
}
.product-info .wishlist a:hover {
  background-color: #ff6600;
}
@media (max-width: ) {
  .product-info .wishlist a {
    width: 50px;
    height: 50px;
  }
}
.product-info .price del {
  font-size: 20px;
  color: #444;
  margin-right: 10px;
}
.product-info .price ins {
  font-size: 40px;
  border: 0;
  text-decoration: none;
  font-weight: 700;
}
@media (max-width: 450px) {
  .product-info .price ins {
    font-size: 32px;
  }
}
.product-info .price ins span.woocommerce-Price-currencySymbol {
  color: #ff6600;
}
.product-info > span {
  width: auto;
  display: inline-block;
  background-color: #ff6600;
  width: auto;
  color: #fff;
  padding: 4px 16px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.pd-gallery {
  width: 90%;
  position: relative;
}
@media (max-width: 1200px) {
  .pd-gallery {
    width: 100%;
  }
}
.pd-gallery img.scope {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 400px;
}
@media (max-width: 556px) {
  .pd-gallery img.scope {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 450px) {
  .pd-gallery img.scope {
    width: 200px;
    height: 200px;
  }
}
.pd-gallery .pd-main-img {
  border: 1px solid #bbbbbb;
  margin-bottom: 40px;
  padding: 127px 50px;
  text-align: center;
  position: relative;
}
@media (max-width: 450px) {
  .pd-gallery .pd-main-img {
    padding: 50px;
  }
}
@media (max-width: 410px) {
  .pd-gallery .pd-main-img {
    margin-bottom: 20px;
  }
}
.pd-gallery .pd-main-img img#NZoomImg {
  position: relative;
}
@media (max-width: 1200px) {
  .pd-gallery .pd-main-img img#NZoomImg {
    width: 100%;
  }
}
.pd-gallery ul.pd-imgs {
  display: flex;
}
.pd-gallery ul.pd-imgs li a img {
  width: 100px;
  padding: 20px 10px;
  border: 1px solid #bbbbbb;
  margin-right: 12px;
}
@media (max-width: 410px) {
  .pd-gallery ul.pd-imgs li a img {
    width: 90px;
  }
}
@media (max-width: ) {
  .pd-gallery ul.pd-imgs li a img {
    width: 70px;
  }
}
.pd-gallery ul.pd-imgs li.li-pd-imgs.nav-active a img {
  border-color: #ff6600;
}

.nav-pills.two {
  display: -webkit-inline-box;
  margin-bottom: 50px;
  width: 100%;
  background-color: #f9f9f9;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .nav-pills.two {
    padding-left: 0;
  }
}

.nav-pills.two .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
  margin-right: 40px;
  border-radius: 0 !important;
  color: black;
  font-size: 20px;
  border-bottom: 3px solid transparent;
  padding: 14px 20px;
  text-transform: capitalize;
  margin: 0;
}
@media (max-width: 768px) {
  .nav-pills.two .nav-link {
    font-size: 18px;
    padding: 10px 10px;
  }
}
@media (max-width: 450px) {
  .nav-pills.two .nav-link {
    font-size: 14px;
    margin-right: 10px;
  }
}

.nav-pills.two .nav-link::before {
  display: none;
}

.nav.flex-column.nav-pills.two {
  width: 100%;
}
.nav.flex-column.nav-pills.two .nav-link {
  margin: 0;
}

.nav-pills.two .nav-link.active {
  border-color: #ff6600;
  background-color: transparent;
  color: #ff6600;
}

.product-text p {
  padding-bottom: 40px;
}
.product-text ul.list-style2 li {
  width: 100%;
  font-size: 18px;
}
@media (max-width: 1400px) {
  .product-text ul.list-style2 li {
    font-size: 16px;
  }
}

ul.specification li {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  text-transform: capitalize;
  border: 1px solid #bbbbbb;
  font-size: 16px;
}
@media (max-width: 768px) {
  ul.specification li {
    font-size: 18px;
  }
}
ul.specification li h6 {
  color: #000;
  padding: 24px 44px;
  width: 300px;
  margin-right: 30px;
  font-size: 16px;
  border-right: 1px solid #bbbbbb;
  font-weight: bold;
}
@media (max-width: 768px) {
  ul.specification li h6 {
    width: 140px;
    padding: 20px;
    font-size: 18px;
  }
}

.tab-pane .comment li {
  margin: 0;
  margin-top: 0;
  margin-bottom: 20px;
  width: 96%;
  margin-left: auto;
}
.tab-pane .comment li p {
  padding-top: 10px;
}
.tab-pane .comment li .start {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  border: 1px solid #d3dbd7;
  border-top: 0;
  border-right: 0;
  padding: 4px 20px;
}
.tab-pane .comment li .start i {
  font-size: 12px;
  color: #efd20b;
  margin-left: 2px;
}
.tab-pane .select-rating {
  display: flex;
  gap: 20px;
  padding-top: 14px;
}
.tab-pane .select-rating .start i {
  font-size: 16px;
  margin-right: 3px;
  color: #444;
  line-height: normal;
  padding-top: 4px;
}
@media (max-width: ) {
  .tab-pane .select-rating .start i {
    font-size: 16px;
  }
}
.tab-pane .select-rating span {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  color: #444;
}

.news-details h3 {
  color: #444444;
  font-weight: bold;
  font-size: 22px;
}
.news-details h2 {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 50px;
  line-height: 56px;
}
@media (max-width: 1400px) {
  .news-details h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 768px) {
  .news-details h2 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (max-width: 450px) {
  .news-details h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 410px) {
  .news-details h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
.news-details .admin {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.news-details .admin img {
  margin-right: 20px;
  border-radius: 50%;
  width: 60px;
  height: auto;
}
.news-details .admin h4 {
  font-size: 16px;
}
.extra {
  margin-top: 30px;
}
.extra p:first-letter {
  font-size: 100px;
  float: left;
  line-height: 1;
  color: #444444;
  text-transform: capitalize;
  padding: 10px;
}

.list-style {
  padding-top: 30px;
}
.list-style .list-style li {
  padding-bottom: 14px;
  padding-left: 27px;
  position: relative;
  font-family: "Epilogue";
}
.list-style .list-style li::before {
  content: "";
  position: absolute;
  background-color: #ff6600;
  width: 12px;
  height: 12px;
  top: 5px;
  left: 0;
}

.blog-quotes {
  padding: 55px;
  background-position: left;
  margin-top: 25px;
  position: relative;
}
@media (max-width: 480px) {
  .blog-quotes {
    padding: 30px;
  }
}
.blog-quotes::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0.86;
  left: 0;
  height: 100%;
  background-color: #ff6600;
}
.blog-quotes h3 {
  font-size: 36px;
  padding-bottom: 22px;
  line-height: 46px;
  color: #ffffff;
  position: relative;
}
@media (max-width: 1400px) {
  .blog-quotes h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .blog-quotes h3 {
    font-size: 26px;
    line-height: 36px;
  }
}
.blog-quotes h4 {
  z-index: 11;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

.video-blog {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  .video-blog img {
    width: 100%;
  }
}
.video-blog a.video-pop {
  position: absolute;
  top: 50%;
  margin: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-blog a.video-pop i {
  border: 1px solid #ffffff;
  outline: 3px solid #ff6600;
}

.share {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.share ul.social-media {
  margin-top: 0;
  margin-left: 20px;
}
.share ul.social-media a i {
  color: #000;
}
.share h4 {
  font-size: 18px;
  font-weight: 700;
}

.journal {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
.journal a {
  font-size: 24px;
  font-weight: bold;
  background-image: linear-gradient(to right, #ff6600, #ff6600 50%, #000 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
}
@media (max-width: 1400px) {
  .journal a {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .journal a {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .journal a {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .journal a {
    font-size: 14px;
  }
}
.journal a i {
  margin-left: 17px;
  margin-right: 17px;
}
.journal a:hover {
  background-position: 0%;
}

.comment {
  padding-top: 60px;
}
.comment h2 {
  font-size: 40px;
  font-weight: bold;
}
.comment h3 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
@media (max-width: 768px) {
  .comment h3 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .comment h3 {
    font-size: 22px;
  }
}
.comment li {
  display: flex;
  padding: 15px;
  position: relative;
  margin-top: 30px;
  border: 1px solid #d3dbd7;
  align-items: center;
}
@media (max-width: 992px) {
  .comment li {
    flex-wrap: wrap;
  }
}
.comment li img {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
.comment li a {
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 600;
  padding: 5px 12px;
  font-size: 14px;
  background-color: #000;
  line-height: 20px;
  height: 31px;
}
.comment li a::after {
  display: none;
}
.comment li .comment-data {
  padding: 20px;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .comment li .comment-data {
    padding-left: 0;
  }
}
.comment li .comment-data h4 {
  font-size: 24px;
  font-weight: bold;
  display: inline;
}
@media (max-width: 768px) {
  .comment li .comment-data h4 {
    font-size: 20px;
  }
}
.comment li .comment-data span {
  padding-left: 10px;
  font-size: 16px;
  color: #ff6600;
  font-weight: bold;
}
.comment li.reply-comment {
  margin-left: 103px;
  width: 89%;
}
@media (max-width: 1400px) {
  .comment li.reply-comment {
    margin-left: 50px;
    width: 94%;
  }
}
@media (max-width: 768px) {
  .comment li.reply-comment {
    margin-left: 0px;
    width: 100%;
  }
}

.leave {
  margin-top: 23px;
}
.leave input {
  width: 100%;
  height: 60px;
  padding-left: 25px;
  border-radius: 0px;
  border: 1px solid #c1c1c1;
  outline: none;
}
@media (max-width: 768px) {
  .leave input {
    margin-bottom: 10px;
  }
}
.leave input::-moz-placeholder {
  color: #555;
}
.leave input,
.leave input::placeholder {
  color: #555;
}
.leave textarea {
  width: 100%;
  height: 180px;
  margin-top: 20px;
  border: 1px solid #c1c1c1;
  outline: none;
  color: #555;
  padding-top: 25px;
  border-radius: 0;
}
@media (max-width: 768px) {
  .leave textarea {
    margin-top: 0;
  }
}

form.contact {
  margin-top: 30px;
}
@media (max-width: 992px) {
  form.contact {
    margin-bottom: 40px;
  }
}

form.contact input {
  border: 1px solid #c1c1c1;
  margin-bottom: 20px;
}
form.contact textarea {
  height: 200px;
  border: 1px solid #c1c1c1;
  margin-bottom: 15px;
}

ul.client-list {
  background-color: #ff6600;
  padding: 40px;
}
@media (max-width: 992px) {
  ul.client-list {
    margin-top: 40px;
  }
}
ul.client-list li {
  border-bottom: 1px solid #bababa;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
ul.client-list li:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
ul.client-list li h4 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 9px;
  font-weight: bold;
  color: #ffffff;
}
ul.client-list li h5 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.project-details {
  padding-top: 40px;
}
@media (max-width: 992px) {
  .project-details {
    padding-left: 0 !important;
  }
}
.project-details h4 {
  font-size: 34px;
  font-weight: bold;
  padding-bottom: 16px;
}
@media (max-width: 992px) {
  .project-details h4 {
    padding-top: 30px;
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .project-details h4 {
    padding-top: 18px;
    font-size: 26px;
  }
}

.portfolio h2 {
  font-weight: 800;
  padding-top: 14px;
}

.quote.project h3 {
  font-size: 36px;
  line-height: 48px;
  padding-bottom: 18px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .quote.project h3 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 992px) {
  .quote.project h3 {
    padding-top: 30px;
  }
}
@media (max-width: 556px) {
  .quote.project h3 {
    font-size: 22px;
    line-height: 34px;
  }
}
.quote.project h5 {
  font-size: 18px;
  color: #000;
}

.project-sketch h4 {
  font-size: 26px;
  padding-bottom: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 992px) {
  .project-sketch .hover-img-two {
    margin-bottom: 20px;
  }
}

.img-swipertwo .img-slider img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-slider {
  padding-bottom: 51px;
}
.img-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #444444;
}
.img-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff6600;
}

.project-details h6 {
  padding-top: 40px;
  padding-bottom: 14px;
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .project-details h6 {
    padding-bottom: 10px;
    font-size: 22px;
  }
}

.team-detail .get-in-touch span {
  font-weight: 600;
  color: #000;
  width: 100%;
  font-size: 20px;
}
.team-detail .get-in-touch h6 {
  font-size: 20px;
}
.team-detail .get-in-touch h6 a {
  background-image: linear-gradient(to right, #ff6600, #ff6600 50%, #000 50%);
}
.team-detail .get-in-touch > div {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1400px) {
  .team-detail .get-in-touch > div {
    width: 60%;
    flex-wrap: wrap;
  }
}
.team-detail .get-in-touch h6,
.team-detail .get-in-touch a {
  width: -moz-max-content;
  width: max-content;
}
.team-detail .get-in-touch h6 {
  padding-left: 20px;
}
@media (max-width: 1400px) {
  .team-detail .get-in-touch h6 {
    padding-left: 0;
  }
}

.meet-experts.team-detail {
  width: 100%;
  background-color: #ff6600;
  padding: 40px;
  margin-top: 80px;
  margin-bottom: 40px;
}
.meet-experts.team-detail h2 {
  padding-bottom: 0;
}
.meet-experts.team-detail textarea {
  padding-left: 30px;
  margin-bottom: 0px;
  height: 100%;
}
.meet-experts.team-detail .theme-btn {
  margin-top: 18px;
}

.meet-experts .theme-btn {
  /* width: 100%; */
  text-align: center;
  background-color: #fff;
  color: #000;
}

.list-style {
  padding-top: 30px;
}
.list-style li {
  padding-bottom: 14px;
  padding-left: 27px;
  position: relative;
  font-family: "Epilogue";
}
.list-style li::before {
  content: "";
  position: absolute;
  background-color: #ff6600;
  width: 12px;
  height: 12px;
  top: 5px;
  left: 0;
}

.widget-title h3 {
  color: #000;
  margin-bottom: 30px;
  font-size: 26px;
}
@media (max-width: 1400px) {
  .widget-title h3 {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .widget-title h3 {
    font-size: 22px;
  }
}

.team-detail-heading p {
  font-size: 22px;
  padding-bottom: 30px;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .team-detail-heading p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .team-detail-heading p {
    font-size: 16px;
    line-height: 26px;
  }
}
.team-detail-heading h2 {
  font-weight: bold;
}

.team-detail {
  padding: 40px;
  border: 1px solid #d4d4d4;
  position: relative;
}
@media (max-width: 992px) {
  .team-detail {
    margin-bottom: 20px;
    padding: 30px;
  }
}
.team-detail ul.social-media li a i {
  color: #000;
}
.team-detail img.meet-experts-img {
  position: absolute;
  bottom: 0;
  width: 38%;
  right: 0;
}
@media (max-width: 480px) {
  .team-detail img.meet-experts-img {
    display: none;
  }
}

@media (max-width: 992px) {
  .team-detail-img img {
    width: 100%;
  }
}

.specialize {
  padding-top: 40px;
}
.specialize h3 {
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .specialize h3 {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .specialize h3 {
    font-size: 28px;
  }
}

.contact-information .get-in-touch span {
  font-weight: 600;
  color: #000;
}
.contact-information .get-in-touch h6 a {
  background-image: linear-gradient(to right, #e1e31d, #e1e31d 50%, #000 50%);
}
.contact-information ul.social-media li a i {
  color: #000;
}

#contact-form input {
  border: 1px solid #d4d4d4;
  margin-bottom: 20px;
}
#contact-form textarea {
  border: 1px solid #d4d4d4;
  height: 130px;
  margin-bottom: 20px;
}

.content-info {
  border-left: 1px solid #d4d4d4;
  padding-left: 60px;
}
@media (max-width: 992px) {
  .content-info {
    padding-left: 0;
    padding-top: 40px;
    border: 0;
  }
}
.content-info h5 {
  padding-bottom: 19px;
  font-weight: bold;
  font-size: 20px;
}

@media (max-width: 992px) {
  .contact-location {
    padding-bottom: 20px;
  }
}
.contact-location h4 {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .contact-location h4 {
    font-size: 22px;
    padding-bottom: 4px;
  }
}
.contact-location p {
  width: 69%;
  padding-bottom: 28px;
}
@media (max-width: 992px) {
  .contact-location p {
    width: 100%;
  }
}
.contact-location h5 {
  font-size: 18px;
  font-weight: 500;
  color: #444444;
}
.contact-location h5 a {
  margin-left: 10px;
  border-bottom: 1px solid #ff6600;
  color: #444444;
  transition: 0.5s ease-in-out;
}
.contact-location h5 a:hover {
  color: #ff6600;
}

.map iframe {
  width: 100%;
  height: 350px;
  mix-blend-mode: luminosity;
}
@media (max-width: 992px) {
  .map iframe {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .map iframe {
    height: 260px;
  }
}
@media (max-width: 480px) {
  .map iframe {
    height: 220px;
  }
}

.get-in-touch > div + div {
  width: 77%;
}

.banner {
  padding-top: 140px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
@media (max-width: 992px) {
  .banner {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media (max-width: 556px) {
  .banner {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
.banner img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 42%;
}
@media (max-width: 556px) {
  .banner img {
    width: 100%;
  }
}
@media (max-width: 410px) {
  .banner img {
    top: 47%;
  }
}
.banner::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0.7;
  left: 0;
  height: 100%;
  background-color: #000;
}
.banner .banner-text {
  text-align: center;
  position: relative;
}
.banner .banner-text h2 {
  font-size: 100px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 992px) {
  .banner .banner-text h2 {
    font-size: 80px;
  }
}
@media (max-width: 556px) {
  .banner .banner-text h2 {
    font-size: 70px;
  }
}
@media (max-width: 480px) {
  .banner .banner-text h2 {
    font-size: 60px;
  }
}
@media (max-width: 410px) {
  .banner .banner-text h2 {
    font-size: 50px;
  }
}

.showing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .showing {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.showing .nice-select.Advice {
  width: 325px;
  border-radius: 0;
  border: 0;
  font-size: 18px;
  background-color: #f5f5f5;
  height: 56px;
  padding-top: 10px;
  padding-left: 30px;
  color: #444444;
}
@media (max-width: 768px) {
  .showing .nice-select.Advice {
    width: 100%;
  }
}
.showing .nice-select.Advice::before {
  top: 7px;
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  background-color: #fff;
  right: 6px;
}
.showing h5 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: bold;
}

.nice-select:after {
  border-bottom: 3px solid #000000;
  border-right: 3px solid #000000;
  height: 7px;
  width: 7px;
  right: 25px;
}

.center-btn {
  text-align: center;
  margin-top: 60px;
}

.coupon-area {
  padding: 40px;
  background-color: #f3f3f3;
}
@media (max-width: 768px) {
  .coupon-area {
    padding: 30px;
  }
}
.coupon-area h3 {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 700;
}
@media (max-width: 768px) {
  .coupon-area h3 {
    font-size: 22px;
  }
}

table.shop_table.table-responsive tbody td.product-name {
  margin-bottom: -1px;
  margin-right: -1px;
}
@media (max-width: 768px) {
  table.shop_table.table-responsive tbody td.product-name {
    flex-wrap: wrap;
  }
}

.coupon {
  margin-top: 20px;
}
.coupon .theme-btn {
  width: 100%;
  background-color: #757575;
  justify-content: center;
}
.coupon input {
  border-radius: 10px;
  width: 100%;
  border-radius: 0;
  padding-left: 30px;
  border: 0;
  margin-bottom: 20px;
  outline: none;
  border: 1px solid #c1c1c1;
}

table.shop_table_responsive {
  width: 100%;
  border: 5px solid #fff;
  background-color: white;
}
table.shop_table_responsive tbody {
  display: block;
  padding: 10px;
  padding-top: 20px;
}
table.shop_table_responsive tr {
  font-size: 20px;
  font-weight: bold;
}
table.shop_table_responsive th {
  font-weight: 400;
  font-size: 20px;
  font-weight: bold;
}
table.shop_table_responsive td {
  font-size: 20px;
  font-weight: bold;
}

form.woocommerce-cart-form .cart_totals h4 {
  padding-bottom: 20px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  form.woocommerce-cart-form .cart_totals h4 {
    font-size: 22px;
  }
}

tr.Total {
  background-color: #f5f8fd;
  margin-top: 20px;
}
tr.Total th {
  height: 60px;
  line-height: 60px;
}

table.shop_table_responsive tr {
  font-size: 22px;
  display: flex;
  border-radius: 0;
  align-items: center;
  justify-content: space-between;
  color: #000;
}
@media (max-width: 480px) {
  table.shop_table_responsive tr {
    font-size: 18px;
    padding: 0px 20px;
  }
}
table.shop_table_responsive tr.Total {
  background: #757575;
  color: #ffffff;
  padding-top: 0;
}

.wc-proceed-to-checkout {
  margin-top: 20px;
}

table.shop_table {
  width: 100%;
}
table.shop_table thead {
  height: 75px;
  color: #ffffff;
  border-radius: 100px;
  background-color: #ff6600;
}
table.shop_table tr td {
  padding: 20px;
  text-align: center;
  font-weight: 700;
}
table.shop_table td.product-name {
  display: flex;
  text-align: inherit;
  align-items: center;
}
table.shop_table td.product-name span {
  font-size: 16px;
  color: #444444;
  display: block;
}
table.shop_table td.product-name a {
  display: block;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: bold;
}
@media (max-width: 768px) {
  table.shop_table td.product-name a {
    padding-top: 10px;
    font-size: 22px;
  }
}
table.shop_table td.product-name img {
  margin-right: 28px;
  border: 1px solid #c1c1c1;
  padding: 10px;
  width: 120px;
}
table.shop_table td.product-subtotal span {
  font-size: 18px;
}
table.shop_table td.product-quantity input {
  padding: 14px;
  border: 3px solid #ff6600;
  outline: none;
  width: 100px;
  border-radius: 11px;
}
@media (max-width: 1200px) {
  table.shop_table td.product-quantity input {
    width: 70px;
  }
}
@media (max-width: 992px) {
  table.shop_table td.product-quantity input {
    width: 40px;
  }
}
@media (max-width: 1200px) {
  table.shop_table td.product-quantity .wrap {
    width: 166px;
  }
}
@media (max-width: 992px) {
  table.shop_table td.product-quantity .wrap {
    width: 120px;
  }
}
table.shop_table th {
  text-align: left;
  font-weight: 700;
  font-size: 18px;
  padding-left: 30px;
}
@media (max-width: 768px) {
  table.shop_table th {
    font-size: 20px;
  }
}
table.shop_table td.product-price {
  text-align: inherit;
}

table.shop_table.table-responsive tbody td {
  border: 1px solid #b9b9b9;
}

td.product-name {
  border-right: 0;
}

button.apply-coupon {
  font-weight: 700;
  background-color: #000;
  color: #ffffff;
  padding: 16px 50px;
  font-size: 20px;
  text-transform: capitalize;
  transition: 0.5s ease-in-out;
  border: 0;
}
@media (max-width: 410px) {
  button.apply-coupon {
    padding: 14px 30px;
    font-size: 16px;
  }
}
button.apply-coupon:hover {
  background-color: #ff6600;
  color: #ffffff;
}

button.update-cart {
  font-size: 20px;
  background-color: #ffffff;
  border: 1px solid #ff6600;
  padding: 16px 50px;
  color: #000;
  text-transform: capitalize;
  transition: 0.5s ease-in-out;
  font-weight: 700;
}
@media (max-width: 410px) {
  button.update-cart {
    padding: 14px 30px;
    font-size: 16px;
  }
}
button.update-cart:hover {
  background-color: #ff6600;
  color: #ffffff;
}
button.update-cart tfoot tr.coupon td {
  padding: 0;
  padding-top: 40px;
}

table.shop_table tfoot tr td {
  padding: 20px 0px;
}

form.checkout-meta {
  background-color: transparent;
  padding: 0;
}
form.checkout-meta .ship-address {
  display: block;
}
form.checkout-meta .ship-address input {
  width: 0%;
  height: 0;
}
form.checkout-meta .checkout-side input {
  width: 0;
}
form.checkout-meta .checkout-side label {
  padding-left: 30px;
  color: #ffffff;
}
form.checkout-meta .checkout-side input[type=radio]:after {
  top: 6%;
  border-radius: 0;
}
form.checkout-meta .checkout-side input[type=radio]:checked:after {
  top: 6%;
  background-color: #ff6600;
}

.nice-select:after {
  right: 25px;
}

ul.list {
  width: 100%;
}

.ship-address label {
  padding-left: 30px;
  padding-top: 10px;
}
.ship-address input[type=radio]:after {
  top: 16px;
}

.cart_totals.cart-Total {
  border: 0;
  padding: 0;
}
.cart_totals.cart-Total tr.Total {
  background-color: #ff6600;
  color: #ffffff;
  border-radius: 0;
}

.cart_totals {
  padding: 40px;
  background-size: cover;
}
@media (max-width: 768px) {
  .cart_totals {
    padding: 30px;
  }
}

.checkout-side {
  background-size: cover;
}
.checkout-side h3 {
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.checkout-side ul {
  margin-bottom: 10px;
}
.checkout-side ul li {
  display: flex;
  align-items: baseline;
  height: 44px;
}
.checkout-side .button {
  background-color: #ff6600;
  color: #000;
}
.checkout-side .button:before {
  border: 3px solid #ff6600;
}

.woocommerce-additional-fields {
  margin-top: 30px;
}
.woocommerce-additional-fields h3 {
  font-size: 24px;
  padding-bottom: 20px;
}

input[type=radio]:after {
  width: 15px;
  height: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #d1d3d1;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

.chef-img-stlye {
  text-align: center;
  border: 4px solid #ff6600;
  width: 76%;
  position: relative;
  border-radius: 25px;
}
.chef-img-stlye .year-experience {
  width: 46%;
  text-align: initial;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.chef-detail h2 {
  font-size: 50px;
  margin-bottom: 40px;
}
.chef-detail ul li {
  padding-bottom: 25px;
}
.chef-detail ul li h6 {
  font-size: 18px;
  margin: 0;
  position: relative;
  color: #444444;
}
.chef-detail ul li span {
  position: absolute;
  left: 30%;
  font-weight: 500;
}
.chef-detail .social-media {
  justify-content: start;
  margin-top: 20px;
  margin-bottom: 10px;
}

.wrap {
  border: 1px solid #c1c1c1;
  width: 70%;
  margin: auto;
}
@media (max-width: 1400px) {
  .wrap {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .wrap {
    width: 100%;
  }
}
.wrap button {
  font-size: 28px;
  background-color: transparent;
  border: 0;
}
.wrap input {
  border: 0 !important;
  text-align: center;
  font-size: 18px;
}

h4.Price {
  font-weight: 700;
}

table.shop_table.table-responsive tbody td h4 {
  font-size: 18px;
}

form.checkout-meta {
  background-color: transparent;
  padding: 0;
}
form.checkout-meta input {
  width: 100%;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 16px;
  border: 1px solid #c3c3c3;
  color: #000;
  outline: none;
}
form.checkout-meta input::-moz-placeholder {
  color: #000;
}
form.checkout-meta input::placeholder {
  color: #000;
}
form.checkout-meta .ship-address {
  display: block;
}
form.checkout-meta .ship-address input {
  width: 0%;
  height: 0;
}
form.checkout-meta .checkout-side input {
  width: 0;
}
form.checkout-meta .checkout-side label {
  padding-left: 30px;
  color: #cdcdcd;
  font-size: 16px;
  text-transform: capitalize;
}
form.checkout-meta .checkout-side input[type=radio]:after {
  top: 6%;
  border-radius: 0;
}
form.checkout-meta .checkout-side input[type=radio]:checked:after {
  top: 6%;
  background-color: #ff6600;
}

form.checkout-meta.donate-page .nice-select.Advice {
  margin-bottom: 15px;
  width: 100%;
  padding-left: 30px;
  border: 1px solid #c3c3c3;
  padding-top: 10px;
  border-radius: 0;
  height: 60px;
  font-size: 16px;
}
form.checkout-meta.donate-page h3 {
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 700;
}
@media (max-width: 1400px) {
  form.checkout-meta.donate-page h3 {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  form.checkout-meta.donate-page h3 {
    font-size: 30px;
  }
}
form.checkout-meta.donate-page h4 {
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 30px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
}
@media (max-width: 1400px) {
  form.checkout-meta.donate-page h4 {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  form.checkout-meta.donate-page h4 {
    font-size: 26px;
  }
}
@media (max-width: 410px) {
  form.checkout-meta.donate-page h4 {
    font-size: 24px;
  }
}

.nice-select:after {
  right: 25px;
}

ul.list {
  width: 100%;
}

.ship-address label {
  padding-left: 30px;
  padding-top: 10px;
}
.ship-address input[type=radio]:after {
  top: 12px;
}

table.shop_table_responsive tr {
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding: 10px 20px;
  padding-bottom: 0;
  text-transform: capitalize;
}

table.shop_table_responsive {
  width: 100%;
  color: #fff;
}

th,
td {
  font-weight: 300;
}

.cart_totals.cart-Total {
  background-color: #353535;
  padding: 10px;
}
.cart_totals.cart-Total tr.Total {
  background-color: #000;
  color: #fff;
  border-radius: 0;
  padding: 0px 20px;
  margin-top: 20px;
}
.cart_totals.cart-Total h4 {
  padding-bottom: 20px;
}

.checkout-side h3 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.checkout-side ul {
  margin-bottom: 10px;
}
.checkout-side ul li {
  display: flex;
  align-items: baseline;
  height: 34px;
}

.woocommerce-additional-fields {
  margin-top: 30px;
}
.woocommerce-additional-fields h3 {
  font-size: 24px;
  padding-bottom: 20px;
}
.woocommerce-additional-fields textarea.input-text {
  width: 100%;
  height: 300px;
  padding: 25px;
  color: #000;
  border: 1px solid #c3c3c3;
  outline: none;
}
@media (max-width: 1400px) {
  .woocommerce-additional-fields textarea.input-text {
    height: 280px;
  }
}
@media (max-width: 992px) {
  .woocommerce-additional-fields textarea.input-text {
    height: 200px;
  }
}
@media (max-width: 410px) {
  .woocommerce-additional-fields textarea.input-text {
    height: 180px;
  }
}
.woocommerce-additional-fields textarea.input-text::-moz-placeholder {
  color: #000;
}
.woocommerce-additional-fields textarea.input-text::placeholder {
  color: #000;
}

input[type=radio]:after {
  width: 15px;
  height: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: rgba(209, 209, 209, 0);
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #cbcbcb;
  border-radius: 50%;
}
input[type=radio]:checked:after {
  width: 15px;
  height: 15px;
  left: -1px;
  position: relative;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #ff6600;
}

.cart_totals-checkout {
  padding: 40px;
  background-size: cover;
}
@media (max-width: 992px) {
  .cart_totals-checkout {
    margin-top: 30px;
    padding: 30px;
  }
}

input[type=radio]:checked:after {
  border: 5px solid #ff6600;
}

.nice-select .option {
  font-size: 14px;
  padding: initial;
  padding-left: 30px;
}

.cart_totals-checkout .cart_totals.cart-Total table.shop_table_responsive {
  background-color: #353535;
  border: 0;
}
.cart_totals-checkout .cart_totals.cart-Total table.shop_table_responsive tr.Total {
  background-color: #000;
}
.cart_totals-checkout .cart_totals.cart-Total table.shop_table_responsive th {
  padding-bottom: 0px;
  color: #fff;
}
.cart_totals-checkout .cart_totals.cart-Total table.shop_table_responsive td {
  color: #fff;
}

.bannr {
  padding-top: 262px;
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 1400px) {
  .bannr {
    padding-top: 230px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1200px) {
  .bannr {
    padding-top: 160px;
    padding-bottom: 60px;
    background-position: center;
  }
}
@media (max-width: 768px) {
  .bannr {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}
.bannr::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0.6;
  left: 0;
  height: 100%;
  background-color: #000;
}
.bannr h1 {
  color: #ffffff;
  font-weight: 800;
  position: relative;
  z-index: 1;
  font-size: 80px;
  text-transform: capitalize;
  text-align: center;
}
@media (max-width: 1400px) {
  .bannr h1 {
    font-size: 65px;
    line-height: 70px;
  }
}
@media (max-width: 1400px) {
  .bannr h1 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (max-width: 768px) {
  .bannr h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 410px) {
  .bannr h1 {
    font-size: 32px;
    line-height: 37px;
  }
}
.bannr .breadcrumb {
  justify-content: center;
}/*# sourceMappingURL=main.css.map */