@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&family=Roboto+Slab:wght@400;600&display=swap");
:root {
  --green: #DC2626;
  --white: #F2F2F2;
  --black: #1B1A1F;
}

::-moz-selection {
  color: var(--black);
  background-color: var(--green);
}

::selection {
  color: var(--black);
  background-color: var(--green);
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--green);
  border-radius: 0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--white);
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: "whytebook";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "whyte_inktrapblack";
}

p {
  font-family: "whytebook";
  font-size: 17px;
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

.mb-8 {
  margin-bottom: 80px;
}

html,
body {
  position: relative;
  height: 100%;
}

/*.webwrapper {
       overflow: hidden;
   }*/
.page-loader {
  width: 100%;
  height: 4000px;
  position: fixed;
  top: 0;
  z-index: 9999999;
  background-color: var(--black);
}
.ftr-text p {
    margin: 0;
}

.ftr-text a {
    color: #DC2626;
    text-decoration: none;
}
.cursor_pointer {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cursor {
  background-color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  position: fixed;
}

.page-loader .page-loader-slide {
  position: absolute;
  background-color: var(--white);
  left: 0;
  top: 1000px;
  width: 100%;
  height: 1000px;
}

.page-loader .page-loader-slide:before {
  content: "";
  background-color: var(--black);
  width: 100%;
  height: 800px;
  display: table;
  position: absolute;
  top: -1000px;
  left: 0;
}

.page-loader .page-loader-slide:after {
  content: "";
  background-color: var(--green);
  width: 100%;
  height: 1000px;
  display: table;
  position: absolute;
  bottom: -1000px;
  left: 0;
}

header.main-header {
  padding: 35px 15px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  header.main-header {
    background: #20240e;
    padding: 1.5rem 1rem;
    position: sticky;
    top: 0;
    left: 0;
    width: 100vw;
    height: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 9;
  }
}
@media (max-width: 1199px) {
  header.main-header .main-logo {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 1199px) {
  header.main-header .main-menu {
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #20240e;
    top: 6em;
    width: 50vw;
    height: calc(100vh - 6em);
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    padding: 2rem;
    overflow: hidden auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: -100%;
  }
  header.main-header .main-menu::-webkit-scrollbar {
    width: 0;
    background-color: #F5F5F5;
  }
}
@media (max-width: 991px) {
  header.main-header .main-menu {
    width: 100vw;
  }
}
header.main-header .main-menu.menu-toggled {
  left: 0;
}

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

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

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

.cl-green {
  color: var(--green);
}

.main-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  list-style: none;
  padding: 0 40px 0 0;
  margin: 0;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .main-menu > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 2rem;
  }
}

section.main-banner {
  overflow: hidden;
}

.main-menu ul li a {
  font-size: 18px;
  color: var(--white);
  text-decoration: none;
  font-family: "whyteregular";
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin: 0;
  top: 0;
}
.main-menu ul li a.toggle-submenu {
  display: none;
}
@media (max-width: 1199px) {
  .main-menu ul li a.toggle-submenu {
    display: inline-block;
    position: absolute;
    left: calc(100% + 1.5rem);
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }
}

.main-menu ul li.menup {
  position: relative;
}

.main-menu > ul > li > ul {
  position: absolute;
  left: 0;
  top: 35px;
  background: var(--white);
  padding: 12px 20px !important;
  width: 320px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
@media (max-width: 1199px) {
  .main-menu > ul > li > ul {
    width: 85vw;
  }
}

.main-menu > ul > li > ul li a {
  color: var(--black);
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  line-height: 180%;
}

@media (min-width: 1200px) {
  .main-menu > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

a.btn-style-5 {
  font-size: 17px !important;
  text-transform: uppercase;
  color: var(--black) !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  margin: 0;
}

.main-menu > ul > li > ul li a:hover {
  color: var(--green);
}

a.btn-style-1 {
  color: var(--green);
  border: 2px solid var(--green);
  padding: 12px 25px;
  font-family: "whyte_inktrapmedium";
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.05em;
  position: relative;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  display: table;
}

a.btn-style-1:before {
  position: absolute;
  content: "";
  display: table;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgb(239, 68, 68);
  background: -webkit-gradient(linear, left top, right top, from(rgb(239, 68, 68)), to(rgb(185, 28, 28)));
  background: linear-gradient(90deg, rgb(239, 68, 68) 0%, rgb(185, 28, 28) 100%);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 0;
}

a.btn-style-1:hover {
  border-color: transparent;
  color: var(--black);
}

a.btn-style-1:hover:before {
  opacity: 1;
}

a.btn-wh:before {
  background: var(--white);
}

a.btn-wh {
  border-color: var(--white);
  color: var(--white);
}

.btn2-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media (max-width: 767px) {
  .btn2-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.main-menu > ul > li > a:after {
  content: "";
  display: table;
  position: absolute;
  background: var(--green);
  width: 5px;
  height: 5px;
  border-radius: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 5px;
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.main-menu > ul > li.active > a:not(.toggle-submenu):after,
.main-menu > ul > li > a:not(.toggle-submenu):hover:after {
  opacity: 1 !important;
}

.main-menu > ul li.active > a:not(.toggle-submenu),
.main-menu > ul > li > a:not(.toggle-submenu):hover {
  padding-bottom: 10px;
  margin-top: -50px;
  top: -3px;
}

.main-menu ul li {
  position: static;
}
.main-menu ul li.submenu-active a.toggle-submenu {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
@media (max-width: 1199px) {
  .main-menu ul li.submenu-active ul, .main-menu ul li.submenu-active .sub-menu-main {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@media (max-width: 1199px) {
  .main-menu ul li.sub-menu-li {
    position: relative;
  }
}
@media (max-width: 1199px) {
  .main-menu ul li.sub-menu-li .sub-menu-main {
    top: 100%;
    left: 0;
    width: 42vw;
  }
}
@media (max-width: 991px) {
  .main-menu ul li.sub-menu-li .sub-menu-main {
    width: 85vw;
  }
}

.main-menu ul li ul {
  list-style: none;
  padding: 0px 80px;
}
@media (max-width: 1199px) {
  .main-menu ul li ul {
    z-index: 2;
  }
}

.main-banner .banner-content h4 {
  font-family: "whyteregular";
  text-transform: uppercase;
  font-size: 32px;
  line-height: 122.3%;
}
@media (max-width: 767px) {
  .main-banner .banner-content h4 {
    font-size: 22px;
  }
}

.main-banner .banner-content h2 {
  font-size: 52px;
  line-height: 122.3%;
  text-transform: uppercase;
  margin: 45px 0;
}
@media (max-width: 1199px) {
  .main-banner .banner-content h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .main-banner .banner-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .main-banner .banner-content h2 {
    font-size: 28px;
  }
}

.main-banner .banner-content p {
  font-family: "whyteregular";
  font-size: 21px;
  line-height: 140%;
}
@media (max-width: 767px) {
  .main-banner .banner-content p {
    font-size: 16px;
  }
}

.main-banner .banner-image-item img {
  width: 100%;
}

.main-banner .banner-images {
  width: 96%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 991px) {
  .main-banner .banner-images {
    margin-top: 3em;
  }
}

.main-banner .banner-images .banner-image-item {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.main-banner .banner-images .banner-image-item:nth-child(1) {
  position: relative;
  z-index: 1;
}

.main-banner .banner-images .banner-image-item:nth-child(2) {
  z-index: -1;
}

.main-banner .banner-images .banner-image-item:nth-child(3) {
  z-index: -2;
}

.main-banner .banner-images .banner-image-item:nth-child(4) {
  z-index: -3;
}

.main-banner .banner-images:hover .banner-image-item:nth-child(2) {
  -webkit-transform: rotate(4.38deg);
          transform: rotate(4.38deg);
}

.main-banner .banner-images:hover .banner-image-item:nth-child(3) {
  -webkit-transform: rotate(9.59deg);
          transform: rotate(9.59deg);
}

.main-banner .banner-images:hover .banner-image-item:nth-child(4) {
  -webkit-transform: rotate(16.18deg);
          transform: rotate(16.18deg);
}

section.main-banner .banner-content {
  margin-right: 40px;
}

section.our-services {
  padding: 70px;
}
@media (max-width: 767px) {
  section.our-services {
    padding: 50px 1rem;
  }
}

.content-style-1 h2 {
  font-size: 52px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .content-style-1 h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .content-style-1 h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .content-style-1 h2 {
    font-size: 30px;
  }
}

.content-style-1 p {
  font-size: 20px;
  padding: 20px 90px;
}
@media (max-width: px) {
  .content-style-1 p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .content-style-1 p {
    font-size: 16px;
    padding: 1rem;
  }
}

.service-slider-main {
  position: relative;
  width: 100%;
  height: 100% !important;
}

.service-slider-mian .slide-item h4 {
  font-size: 52px;
  color: var(--green);
  text-transform: uppercase;
  line-height: 124%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .service-slider-mian .slide-item h4 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .service-slider-mian .slide-item h4 {
    font-size: 26px;
  }
}

.service-slider-mian .slide-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .service-slider-mian .slide-item ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.service-slider-mian .slide-item ul li {
  width: 50%;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .service-slider-mian .slide-item ul li {
    font-size: 16px;
  }
}

.service-slider-mian .slide-item p {
  margin: 30px 0;
}
@media (max-width: 1199px) {
  .service-slider-mian .slide-item p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .service-slider-mian .slide-item p {
    font-size: 14px;
  }
}

.slide-content-main .slide-content-item h4 {
  font-size: 50px;
  font-family: "whyte_inktrapbold";
  opacity: 20%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  cursor: pointer;
  display: table;
}
@media (max-width: 1199px) {
  .slide-content-main .slide-content-item h4 {
    font-size: 36px;
  }
}

.slide-content-main .slide-content-item {
  margin: 0px 0;
}

.slide-content-main .slide-content-item h4 span {
  font-family: "whyte_inktraplight";
  font-size: 34px;
  vertical-align: middle;
}

.slide-content-main .swiper-slide-thumb-active .slide-content-item h4,
.slide-content-main .slide-content-item h4:hover {
  opacity: 1;
}

.service-slider-mian .swiper-wrapper {
  position: relative;
  height: 700px;
}
@media (max-width: 767px) {
  .service-slider-mian .swiper-wrapper {
    height: 100vh;
  }
}

.swiper.service-thumb-slider swiper-wrapper {
  height: 100vh;
  position: relative;
}

.swiper.service-thumb-slider .swiper-slide {
  max-height: 90px;
}

.slide-content-main .slide-content-item h4:before {
  counter-increment: service-counter;
  content: "0" counter(service-counter) "-";
  font-family: "whyte_inktraplight";
  font-size: 34px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .slide-content-main .slide-content-item h4:before {
    content: none;
  }
}

.swiper.service-thumb-slider .swiper-wrapper {
  counter-reset: service-counter;
}

.swiper.service-slider .swiper-slide {
  cursor: pointer;
}

section.home-page-scroll-content {
  overflow: hidden;
  padding: 130px 0;
}
@media (max-width: 767px) {
  section.home-page-scroll-content {
    padding: 50px 0;
  }
}

.scroll-content-style1 h2 {
  color: var(--green);
}

section.home-page-scroll-content h2 {
  font-size: 115px;
  white-space: nowrap;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  section.home-page-scroll-content h2 {
    font-size: 50px;
  }
}

.scroll-content-style2 h2 {
  -webkit-text-stroke: 4px white;
  -webkit-text-fill-color: transparent;
}

.We-work-with-title h2 {
  font-family: "whyte_inktrapmedium";
  font-size: 32px;
}
@media (max-width: 767px) {
  .We-work-with-title h2 {
    font-size: 24px;
  }
}

.We-work-with-slider {
  background: #464549;
  border-radius: 15px;
  padding: 20px 0;
}

.We-work-with-slider .swiper-slide {
  text-align: center;
}

.large-heading1 h4 {
  font-size: 197px;
  color: var(--green);
  opacity: 0.2;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .large-heading1 h4 {
    font-size: 140px;
  }
}
@media (max-width: 991px) {
  .large-heading1 h4 {
    font-size: 96px;
  }
}
@media (max-width: 767px) {
  .large-heading1 h4 {
    font-size: 48px;
  }
}

.col-lg-45 {
  width: 47%;
}
@media (max-width: 767px) {
  .col-lg-45 {
    width: 100%;
  }
}

.our-work-item .swiper-slide img.img-fluid {
  height: 24rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-work-item .our-work-item-content h4 {
  color: var(--green);
  text-transform: uppercase;
  font-size: 46px;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .our-work-item .our-work-item-content h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .our-work-item .our-work-item-content p {
    font-size: 14px;
  }
}

section.our-works .our-work-item {
  margin: 35px 0;
}

.our-work-item .our-work-item-content h4 a {
  color: inherit;
  text-decoration: none;
  position: relative;
}

.our-work-item .our-work-item-content h4 a:before {
  content: "";
  height: 3px;
  width: 0;
  background-color: var(--green);
  position: absolute;
  bottom: 6px;
  left: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.our-work-item .our-work-item-content h4 a:hover:before {
  width: 100%;
}

.our-packages-tab-btn ul#pills-tab {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media (max-width: 767px) {
  .our-packages-tab-btn ul#pills-tab {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .our-packages-tab-btn ul#pills-tab .nav-item {
    width: 40%;
  }
}

.our-packages-tab-btn .nav-pills .nav-link.active {
  background: unset;
}

.our-packages-tab-btn .nav-pills .nav-link {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  padding: 0 !important;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.our-packages-tab-btn .nav-pills .nav-link:after {
  content: "";
  width: 15px;
  height: 15px;
  display: table;
  background: var(--green);
  border-radius: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.our-packages-tab-btn .nav-pills .nav-link:hover:after,
.our-packages-tab-btn .nav-pills .nav-link.active:after {
  opacity: 1;
  visibility: visible;
}

.our-packages-tab-btn .nav-pills .nav-link:hover,
.our-packages-tab-btn .nav-pills .nav-link.active {
  margin-top: -10px;
  padding-bottom: 10px !important;
}
@media (max-width: 767px) {
  .our-packages-tab-btn .nav-pills .nav-link:hover,
  .our-packages-tab-btn .nav-pills .nav-link.active {
    margin: 0;
    padding: 0 !important;
  }
}

.We-work-with-slider .swiper-slide img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.We-work-with-slider .swiper-slide img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  cursor: pointer;
}

section.our-packages .package-item {
  background: #fff;
  border-radius: 15px;
  padding: 40px;
  color: var(--black);
  margin: 0 7px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
@media (max-width: 767px) {
  section.our-packages .package-item {
    padding: 20px;
  }
}

.package-item-content p {
  font-size: 16px;
}
@media (max-width: 767px) {
  .package-item-content p {
    font-size: 14px;
  }
}

.package-item-content h4 {
  font-family: "whytebook";
  font-size: 22px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .package-item-content h4 {
    font-size: 20px;
  }
}

.package-item-price h2 {
  font-family: "whytebold";
  font-size: 62px;
}
@media (max-width: 767px) {
  .package-item-price h2 {
    font-size: 42px;
  }
}

.package-item-content .package-item-price {
  margin: 20px 0;
}

.package-item .package-item-buttom a {
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(239, 68, 68);
  background: -webkit-gradient(linear, left top, right top, from(rgb(239, 68, 68)), to(rgb(185, 28, 28)));
  background: linear-gradient(90deg, rgb(239, 68, 68) 0%, rgb(185, 28, 28) 100%);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  font-family: "whyte_inktrapbold";
  font-size: 20px;
  line-height: 40px;
  text-transform: uppercase;
  padding: 8px 0;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .package-item .package-item-buttom a {
    font-size: 16px;
  }
}

.package-item .package-item-buttom a:hover:before {
  left: 0;
}

.package-item .package-item-buttom a:before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(54, 54, 54)), to(rgb(16, 16, 16)));
  background: linear-gradient(90deg, rgb(54, 54, 54) 0%, rgb(16, 16, 16) 100%);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.package-item .package-item-buttom a span {
  position: relative;
}

.package-item-point ul li {
  position: relative;
  font-size: 16px;
  padding: 7px 22px;
}
@media (max-width: 767px) {
  .package-item-point ul li {
    font-size: 14px;
  }
}

.package-item-point ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  overflow-y: scroll;
  min-height: 300px;
  max-height: 300px;
}

.package-item-point ul li:before {
  color: var(--green);
  position: absolute;
  left: 0;
  top: 7px;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

section.our-packages {
  padding: 100px 0 !important;
}
@media (min-width: 1800px) {
  section.our-packages.details .container {
    max-width: 1602px;
  }
}
section.our-packages.details .package-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 200px;
  padding: 102px 170px;
}
@media (max-width: 1799px) {
  section.our-packages.details .package-item {
    gap: 100px;
    padding: 60px 80px;
  }
}
@media (max-width: 1199px) {
  section.our-packages.details .package-item {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  section.our-packages.details .package-item {
    padding: 50px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.our-packages.details .package-item .package-item-content {
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 991px) {
  section.our-packages.details .package-item .package-item-content {
    min-width: 100%;
    max-width: 100%;
  }
}
section.our-packages.details .package-item .package-item-content h4 {
  font-size: 36px;
  text-transform: uppercase;
  font-family: "whyte_inktrapblack";
}
@media (max-width: 1799px) {
  section.our-packages.details .package-item .package-item-content h4 {
    font-size: 30px;
  }
}
section.our-packages.details .package-item .package-item-content p {
  margin: 0;
}
section.our-packages.details .package-item .package-item-content .package-item-price {
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 1799px) {
  section.our-packages.details .package-item .package-item-content .package-item-price {
    font-size: 50px;
  }
}
section.our-packages.details .package-item .package-item-point {
  width: 100%;
}
@media (max-width: 1799px) {
  section.our-packages.details .package-item .package-item-point {
    font-size: 36px;
  }
}
section.our-packages.details .package-item .package-item-point h2 {
  font-size: 54px;
  text-transform: uppercase;
}
@media (max-width: 1799px) {
  section.our-packages.details .package-item .package-item-point h2 {
    font-size: 36px;
  }
}

section.our-packages .package-item:hover {
  margin-top: -10px;
}

.bg-light {
  background-color: #464549 !important;
}

section.home-counter-area .bg-light {
  padding: 30px 0;
  border-radius: 10px;
}

section.home-counter-area .counter-item {
  text-align: center;
}

section.home-counter-area .counter-item h2 {
  font-size: 84px;
}
@media (max-width: 1199px) {
  section.home-counter-area .counter-item h2 {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  section.home-counter-area .counter-item h2 {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  section.home-counter-area .counter-item h2 {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  section.home-counter-area .counter-item {
    margin-bottom: 2rem;
  }
}
section.home-counter-area .counter-item h4 {
  text-transform: uppercase;
  font-size: 20px;
  font-family: "whyte_inktrapbold";
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  section.home-counter-area .counter-item h4 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  section.home-counter-area .counter-item h4 {
    font-size: 15px;
  }
}

.client-slider .client-slide {
  background-color: #fff;
  padding: 35px 20px;
  border-radius: 10px;
  background-image: none;
  color: var(--black);
  background-repeat: no-repeat;
  background-position: bottom 35px right 25px;
  background-size: 130px;
  position: relative;
}

/* Recolored quote icon overlay to match red theme */
.client-slider .client-slide:after {
  content: "";
  position: absolute;
  bottom: 35px;
  right: 25px;
  width: 130px;
  height: 130px;
  background-image: url(../images/quote.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  filter: hue-rotate(128deg) invert(1);
  pointer-events: none;
}

.client-slide .client-slide-content p {
  color: var(--black);
  font-size: 20px;
}

.client-slide .client-slide-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}

.client-slide-detail .client-slide-image {
  width: 30%;
  display: none;
}

.client-slide-detail .client-slide-name {
  width: 70%;
}

.client-slide-detail .client-slide-name h4 {
  font-size: 22px;
  font-family: "whytemedium";
}

.client-slide-detail .client-slide-name h6 {
  font-family: "whyteregular";
  font-size: 20px;
  opacity: 0.7;
}

.client-slider .swiper-slide {
  opacity: 0.5;
}

.client-slider .swiper-slide.swiper-slide-active,
.client-slider .swiper-slide.swiper-slide-next,
.client-slider .swiper-slide.swiper-slide-prev {
  opacity: 1;
}

section.our-clients {
  padding: 70px 0 100px;
}

section.have-an-idea .have-an-idea-box {
  background-color: var(--white);
  border-radius: 15px;
}

.have-an-idea-box .have-an-idea-content {
  color: var(--black);
  padding: 100px 0 70px;
  position: relative;
}

.have-an-idea-box .have-an-idea-content h2 {
  font-size: 60px;
}
@media (max-width: 767px) {
  .have-an-idea-box .have-an-idea-content h2 {
    font-size: 36px;
  }
}

.have-an-idea-box .have-an-idea-content h4 {
  font-size: 19px;
  font-family: "whytebold";
  margin: 20px 0;
}

.have-an-idea-box .have-an-idea-content h3 {
  font-size: 26px;
}

.have-an-idea-box .have-an-idea-image {
  position: relative;
}

.have-an-idea-box .have-an-idea-image:before {
  content: "";
  width: 315px;
  height: 350px;
  background-image: url("../images/have-an-idea-icon-2.png");
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  top: 99.5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  /* Recolor green lamp to red theme */
  filter: hue-rotate(128deg) invert(1);
}

.have-an-idea-box:hover .have-an-idea-image:before {
  opacity: 1;
}

/* Recolor inline lamp image to red theme */
.have-an-idea-box .have-an-idea-image img {
  filter: hue-rotate(128deg) invert(1);
}

section.have-an-idea {
  padding-bottom: 80px;
}

.copyright p {
  font-size: 12px;
  color: var(--white);
  margin: 15px 0;
  text-align: right;
}
@media (max-width: 991px) {
  .copyright p {
    text-align: center;
  }
}

.copyright p a {
  text-decoration: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  color: inherit;
}

.copyright p a:hover {
  color: var(--green);
}

.footer-details ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-details ul li a {
  color: var(--green);
  text-decoration: none;
  font-size: inherit;
  position: relative;
  display: table;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.footer-details ul li a i {
  position: absolute;
  left: 0;
  top: 18px;
}

.footer-details ul li {
  padding: 0 0;
}

.footer-details ul li a:hover {
  color: var(--white);
}
i.fab.fa-trustpilot img {
    width: 27px;
    position: relative;
    top: -5px;
    filter: brightness(0) invert(1);
}
.social-media-style-1 ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}

.social-media-style-1 ul li a {
  color: var(--white);
  font-size: 20px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.social-media-style-1 ul li a:hover {
  color: var(--green);
}

.scroll-content-style1 h2 {
  position: relative;
  left: -100%;
}

.our-packages-tab-btn {
  padding-bottom: 10px;
}

.ourwork-slider {
  position: relative;
}

.ourwork-slider .swiper-pagination-bullet {
  width: 33%;
  height: 10px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  margin: 0 !important;
  background-color: var(--white);
  opacity: 1;
}

.ourwork-slider .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ourwork-slider .swiper-pagination-bullet-active {
  background: var(--white);
}

.ourwork-slider .swiper-pagination-bullet-active::before {
  background-color: var(--green);
  -webkit-animation: slide-progress 2s cubic-bezier(0.3, 0, 0.3, 1) forwards;
  animation: slide-progress 2s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}

.ourwork-slider .swiper-paused .swiper-pagination-bullet-active::before {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@-webkit-keyframes slide-progress {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slide-progress {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.swiper.ourwork-slider .swiper-pagination {
  bottom: -5px;
  top: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.service-slider-mian {
  position: relative;
}
@media (max-width: 991px) {
  .service-slider-mian {
    padding-top: 5em;
  }
}

.service-slider-mian .mian-service-thumb-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media (max-width: 991px) {
  .service-slider-mian .mian-service-thumb-slider .swiper-slide.swiper-slide-visible {
    display: none;
  }
}
@media (max-width: 991px) {
  .service-slider-mian .mian-service-thumb-slider .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active {
    display: inline-block;
  }
}

.our-works .content-hide-fix.large-heading1 {
  position: sticky;
  top: 25%;
}

.have-an-idea-box .have-an-idea-content h3 a {
  color: var(--black);
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.have-an-idea-box .have-an-idea-content h3 a:hover {
  color: var(--green);
}

.have-an-idea-box .have-an-idea-content h3 a:after {
  position: absolute;
  width: 0;
  height: 3px;
  background-color: var(--green);
  display: table;
  left: 0;
  bottom: 0;
  content: "";
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.have-an-idea-box .have-an-idea-content h3 a:hover:after {
  width: 100%;
}

.dark .have-an-idea-box {
  background-color: #464549 !important;
}

.dark .have-an-idea-box .have-an-idea-content {
  color: var(--white) !important;
}

.banner-content .banner-content-title {
  position: relative;
}

/* About us*/
.th-content-style-1 h4 {
  color: #dc2626;
  font-size: 27px;
  padding-bottom: 15px;
  font-family: "whyteregular";
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .th-content-style-1 h4 {
    font-size: 18px;
  }
}

.th-content-style-1 h2 {
  font-size: 52px;
  line-height: 123%;
  padding-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .th-content-style-1 h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .th-content-style-1 h2 {
    font-size: 24px;
  }
}

.th-content-style-1 p {
  /* font-size: 14px; */
}
@media (max-width: 767px) {
  .th-content-style-1 p {
    font-size: 14px;
  }
}

.we-img img {
  width: 100%;
}

section.we-sec {
  padding: 50px 0;
}

.btn2-area-2.pt-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .btn2-area-2.pt-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.what-we-img img {
  width: 80%;
}

section.What-we-do-sec {
  padding: 65px 0;
}

section.inner-header {
  padding-top: 100px;
  padding-bottom: 50px;
}

.main-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding-bottom: 61px;
}

.th-content-style-4 p {
  font-size: 16px;
}

.th-content-style-4 h2 {
  font-size: 35px;
}

.th-content-style-4 h2 {
  color: #B9CE31;
  font-size: 47px;
  line-height: 74px;
  padding-bottom: 20px;
  text-transform: uppercase;
}

section.perfect-sec {
  text-align: center;
  padding: 100px 0;
}

.perfect-txt h2 {
  font-size: 41px;
}

section.perfect-sec .container {
  background-color: #fff;
  width: 70%;
  border-radius: 13px;
}

.perfect-txt {
  color: #000;
  margin-left: 112px;
}

.btn2-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

/* END CSS */
/* services Css */
section.custom-sec .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.th-content-style-2 h2 {
  font-size: 48px;
  line-height: 140%;
  padding-bottom: 15px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .th-content-style-2 h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .th-content-style-2 h2 {
    font-size: 28px;
  }
}

.th-content-style-2 p {
  padding-bottom: 0px;
  margin: 0;
}

.th-content-style-3 {
  margin-left: 109px;
}

.th-content-style-3 h2 {
  font-size: 50px;
  line-height: 65px;
}

.th-content-style-3 p {
  width: 90%;
  padding-bottom: 25px;
}

section.colors-sec {
  padding: 0px 60px;
}

.harez-img img {
  width: 95%;
}

section.image-box .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.image-box img {
  width: 100%;
}

p.text-spacing-left {
  text-indent: 150px;
  padding-bottom: 45px;
}

section.terms-sec {
  padding: 50px 0;
}

section.custom-sec {
  padding-top: 65px;
}

/* end Css */
/* services-inner */
section.website-sec {
  padding: 100px 0;
}

section.slider {
  padding: 100px;
}

section.page-style {
  padding-bottom: 100px;
}

/* end css */
/* Mobile-app */
.th-content h2 {
  font-size: 54px;
  text-transform: uppercase;
  line-height: 135%;
  padding-bottom: 27px;
  margin: 0;
}

.th-content p {
  margin: 0;
}

.th-content-22 p {
  margin: 0;
}

.th-content-22 h2 {
  font-size: 44px;
  text-transform: uppercase;
  line-height: 150%;
  padding-bottom: 28px;
  margin: 0;
}

/* About us*/
.th-content-style-1 h4 {
  color: #dc2626;
  font-size: 27px;
  padding-bottom: 15px;
  font-family: "whyteregular";
  text-transform: uppercase;
}

.th-content-style-1 p {
  /* font-size: 14px; */
}

.we-img img {
  width: 100%;
}

section.we-sec {
  padding: 50px 0;
}
@media (max-width: 767px) {
  section.we-sec.about-us .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  section.we-sec.about-us .we-img {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  section.we-sec.about-us .we-img img {
    width: 30%;
  }
}

.btn2-area-2.pt-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.what-we-img img {
  width: 80%;
}

section.What-we-do-sec {
  padding: 65px 0;
}
@media (max-width: 767px) {
  section.What-we-do-sec .what-we-img {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  section.What-we-do-sec .what-we-img img {
    width: 30%;
  }
}

section.inner-header {
  padding-top: 100px;
  padding-bottom: 50px;
}

.main-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding-bottom: 61px;
}
@media (max-width: 767px) {
  .main-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .main-box .terms-img {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .main-box .terms-img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .main-box .image-txt p {
    font-size: 14px;
  }
}

.th-content-style-4 p {
  font-size: 16px;
}

.th-content-style-4 h2 {
  font-size: 35px;
}

.th-content-style-4 h2 {
  color: #B9CE31;
  font-size: 47px;
  line-height: 74px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .th-content-style-4 h2 {
    font-size: 28px;
    line-height: 50px;
  }
}

section.perfect-sec {
  text-align: center;
  padding: 100px 0;
}

.perfect-txt h2 {
  font-size: 41px;
}

section.perfect-sec .container {
  background-color: #fff;
  width: 70%;
  border-radius: 13px;
}

.perfect-txt {
  color: #000;
  margin-left: 112px;
}

.btn2-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

/* END CSS */
/* services Css */
section.custom-sec .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.th-content-style-2 p {
  padding-bottom: 0px;
  margin: 0;
}

.th-content-style-3 {
  margin-left: 109px;
}

.th-content-style-3 h2 {
  font-size: 50px;
  line-height: 65px;
}

.th-content-style-3 p {
  width: 90%;
  padding-bottom: 25px;
}

section.colors-sec {
  padding: 0px 60px;
}
@media (max-width: 767px) {
  section.colors-sec {
    padding: 2rem;
  }
}

.harez-img img {
  width: 95%;
}

section.image-box .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.image-box img {
  width: 100%;
}

p.text-spacing-left {
  text-indent: 150px;
  padding-bottom: 45px;
}

section.terms-sec {
  padding: 50px 0;
}

section.custom-sec {
  padding-top: 65px;
}

/* end Css */
/* services-inner */
.laptop-img img {
  width: 100%;
}

section.website-sec {
  padding: 100px 0;
}

.pages-img img {
  width: 100%;
}

section.slider {
  padding: 100px;
}

section.page-style {
  padding-bottom: 100px;
}

/* end css */
/* Mobile-app */
.mobile-img img {
  width: 100%;
}

.th-content h2 {
  font-size: 44px;
  text-transform: uppercase;
  line-height: 135%;
  padding-bottom: 27px;
  margin: 0;
}
@media (max-width: 991px) {
  .th-content h2 {
    font-size: 24px;
  }
}

.th-content p {
  margin: 0;
}

.th-content {
  /* padding-right: 150px !important; */
}

.th-content-22 p {
  margin: 0;
}

.th-content-22 h2 {
  font-size: 44px;
  text-transform: uppercase;
  line-height: 150%;
  padding-bottom: 28px;
  margin: 0;
}

.image-box-1 img {
  width: 100%;
}

/* End css */
/* Animation-css */
.th-content-brand h2 {
  text-transform: uppercase;
  font-size: 42px;
  line-height: 146%;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .th-content-brand h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .th-content-brand h2 {
    font-size: 24px;
  }
}

.th-content-brand p {
  margin: 0;
}

section.Brand-sec {
  padding: 101px 0;
}

.animation-txt h2 {
  font-size: 50px;
  text-transform: uppercase;
  line-height: 155%;
  padding-bottom: 29px;
}

.animation-txt p {
  margin: 0;
}
@media (max-width: 767px) {
  .animation-txt p {
    font-size: 14px;
  }
}

section.Animation-sec {
  padding: 68px 0;
}

.image-box-sec img {
  width: 100%;
}

section.custom-sec .custom-img {
  margin-left: -220px;
}

section.colors-sec .harez-img {
  margin-right: -220px;
}

section.image-box {
  margin-bottom: 100px;
}

.image-style-1:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.image-style-1 img {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.image-style-1 {
  overflow: hidden;
}

section.image-box .image-box {
  margin-bottom: 30px;
}

.main-menu ul li ul li {
  padding: 7px 0;
}

.main-menu ul li ul li .menu-service-item img {
  width: 100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.menu-service-item .menu-service-item-content h4 {
  font-family: "whyteregular";
  font-size: 18px;
  text-align: center;
  padding: 10px 0;
  margin: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.main-menu .menu-service-item {
  border: 1px solid var(--green);
}

.menu-service-item .menu-service-item-image {
  overflow: hidden;
}

.main-menu .menu-service-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.main-menu .menu-service-item:hover .menu-service-item-content h4 {
  background: var(--black);
}

.main-menu .menu-service-item .menu-service-item-content h4:hover {
  color: var(--green);
}

.main-menu .sub-menu-main {
  position: absolute;
  width: 100%;
  border: 1px solid var(--green);
  list-style: none;
  z-index: 99999;
  background: var(--white);
  top: 85px;
  left: 0;
  display: block;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 0;
  visibility: hidden;
  padding: 10px 17px;
  color: var(--black);
}

@media (min-width: 1199px) {
  .main-menu ul li:hover .sub-menu-main {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
}

section.mobile-sec .mobile-img {
  margin-left: -200px;
}

section.mobile-sec .th-content h2 {
  font-size: 46px;
}
@media (max-width: 767px) {
  section.mobile-sec .th-content h2 {
    font-size: 24px;
  }
}

section.mobile-sec-2 .th-content-22 h2 {
  font-size: 36px;
}

section.mobile-sec-2 .mobile-img-2 {
  margin-left: 100px;
}

section.image-box-2 .image-box-1 {
  margin: 11px 0;
}

section.Brand-sec .th-content-brand h2 {
  font-size: 37px;
}
@media (max-width: 767px) {
  section.Brand-sec .th-content-brand h2 {
    font-size: 24px;
  }
}

.brand-img-1 img {
  width: 100%;
}

section.Animation-sec .animation-txt h2 {
  font-size: 36px;
  margin: 0;
}
@media (max-width: 767px) {
  section.Animation-sec .animation-txt h2 {
    font-size: 24px;
  }
}

section.inner-header-2 .th-content-style-1 h2 {
  font-size: 46px;
}
@media (max-width: 991px) {
  section.inner-header-2 .th-content-style-1 h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  section.inner-header-2 .th-content-style-1 h2 {
    font-size: 24px;
  }
}

section.inner-header-2 {
  padding-top: 100px;
}

section.Brand-sec-new {
  padding-top: 130px;
}

section.Creative-sec {
  padding: 55px;
}
@media (max-width: 767px) {
  section.Creative-sec {
    padding: 55px 10px;
  }
}

section.Creative-sec .animation-txt h2 {
  font-size: 36px;
}

section.branding-image-box .image-box.image-style-1 {
  margin: 12px 0;
}

section.digital-head {
  padding-top: 100px;
}

section.digital-head .th-content-style-1 h2 {
  font-size: 42px;
}
@media (max-width: 991px) {
  section.digital-head .th-content-style-1 h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  section.digital-head .th-content-style-1 h2 {
    font-size: 24px;
  }
}

section.Digital-sec {
  padding: 122px 0;
}

.Digital-img img {
  width: 100%;
}

section.Digital-sec-2 .th-content-22 h2 {
  font-size: 39px;
}
@media (max-width: 991px) {
  section.Digital-sec-2 .th-content-22 h2 {
    font-size: 24px;
  }
}

section.Cv-writting-sec {
  padding: 130px 0;
}

section.Cv-writting-sec .th-content-brand h2 {
  font-size: 39px;
}
@media (max-width: 991px) {
  section.Cv-writting-sec .th-content-brand h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  section.Cv-writting-sec .th-content-brand h2 {
    font-size: 24px;
  }
}

section.Cv-writting-sec-2 .animation-txt h2 {
  font-size: 37px;
}
@media (max-width: 767px) {
  section.Cv-writting-sec-2 .animation-txt h2 {
    font-size: 24px;
  }
}

section.Cv-image-box .image-box.image-style-1 {
  margin: 11px 0;
}

section.Content-sec {
  padding: 130px 0;
}

section.Content-sec-2 {
  padding: 37px 0;
}

section.Content-sec-2 .animation-txt h2 {
  font-size: 37px;
}

.animation-gallary .animation-gallary-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.animation-gallary .animation-gallary-item {
  width: 100%;
  height: 350px;
  margin: 12px 0;
}

/*service-detail-slider-main*/
section.service-detail-slider-main .th-content-style-2 h2 {
  margin: 0;
  padding: 0;
}

.service-detail-slider-main {
  padding: 50px 0 50px;
}

.swiper.service-detail-slider .swiper-slide {
  margin: 60px 0 200px;
}

.detail-slide-content .detail-slide-title-box {
  border: 1px solid var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.detail-slide-content .detail-slide-title-box .detail-slide-title {
  padding: 20px 15px;
  width: 85%;
}

.detail-slide-content .detail-slide-title-box .detail-slide-title h5 {
  margin: 0;
}

.detail-slide-title-box .detail-slide-plus-icon {
  position: relative;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.detail-slide-plus-icon span.slide-plus-icon {
  position: relative;
}

.detail-slide-plus-icon span.slide-plus-icon:after {
  content: "";
  display: table;
  width: 18px;
  height: 1px;
  background: var(--green);
}

.detail-slide-plus-icon span.slide-plus-icon:before {
  content: "";
  display: table;
  width: 1px;
  height: 22px;
  background: var(--green);
  left: 9px;
  bottom: -10px;
  position: absolute;
}

.detail-slide-title-box .detail-slide-icon {
  width: 15%;
  border-left: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.detail-slide-title-box .detail-slide-title h4 {
  color: var(--green);
  font-family: "whytebold";
  font-family: "whytemedium";
  font-size: 28px;
}

.detail-slide-title-box .detail-slide-title h5 {
  font-size: 16px;
  font-family: "whytebook";
}

.service-detail-slider .detail-slide-content {
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  width: 100%;
  margin: 0 auto;
}

.detail-slide-content .detail-slide-ct {
  border: 1px solid var(--white);
  padding: 20px 15px;
  border-top: 0;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.detail-slide-content .detail-slide-ct p {
  margin: 0;
  font-size: 16px;
}

.detail-slide-content:hover .detail-slide-plus-icon {
  -webkit-transform: rotate(721deg);
          transform: rotate(721deg);
}

section.service-detail-slider-main {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}

.service-detail-slider-main img#service-detail-banner-image {
  width: 100%;
}

.service-detail-slider-main .service-detail-banner-image {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  position: absolute;
  left: 0;
  top: 0;
}

.service-detail-slider-main.active .service-detail-banner-image {
  opacity: 1;
  visibility: visible;
}

.service-detail-slider .detail-slide-content:hover {
  background: rgba(0, 0, 0, 0.8);
}

section.service-detail-slider-main .th-content-style-2 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

section.service-detail-slider-main.active .th-content-style-2 {
  opacity: 0;
  visibility: hidden;
}

.service-detail-slider .swiper-button-next {
  right: -6px;
  top: 110px;
  color: #fff;
}

.service-detail-slider .swiper-button-prev {
  left: -5px;
  top: 110px;
  color: #fff;
}

.service-detail-slider .swiper-button-next:after,
.service-detail-slider .swiper-button-prev:after {
  font-size: 28px;
}

.page-style .pages-img {
  margin: 10px 0;
}

.animation-img-sec-box .image-box-sec {
  margin: 12px 0;
}

section.Digital-sec .Digital-img {
  padding-right: 25px;
}

.image-style-2 {
  position: relative;
  overflow: hidden;
}

.image-style-2:before {
  content: "";
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(22, 22, 22, 0.57);
  left: -100%;
  top: -100%;
  z-index: 1;
}

.image-style-2:hover:before {
  left: 100%;
  top: 100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.image-style-2:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.image-style-2 img {
  width: 100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

/* contact-us */
.ori-contact-form-text-info h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 30px;
}

.ori-contact-form-text-info p {
  color: #BAC1D4;
  font-size: 18px;
  line-height: 30px;
}

.ori-contact-form-text-info .ori-contact-form-item-info .ori-contact-info .info-icon {
  color: var(--black);
  min-width: 55px;
  max-width: 55px;
  width: 55px;
  min-height: 55px;
  max-height: 55px;
  height: 55px;
  font-size: 18px;
  margin-right: 20px;
  border-radius: 100%;
  background-color: var(--green);
}

.ori-contact-form-text-info .ori-contact-form-item-info .ori-contact-info {
  gap: 15px;
  margin: 40px 0;
}

.ori-contact-form-text-info .ori-contact-form-item-info .ori-contact-info .info-text h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.ori-contact-form-text-info a {
  text-decoration: none;
}
.ori-contact-form-text-info p {
  color: #BAC1D4;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}

.ori-contact-form-wrap label {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
  font-family: "whytebook";
}

.ori-contact-form-wrap input,
.ori-contact-form-wrap textarea {
  width: 100%;
  height: 50px;
  padding: 20px;
  margin-bottom: 30px;
  background-color: #0D0D0D;
  border: 1px solid #393939;
  color: #fff;
}

.ori-contact-form-wrap button {
  color: #fff;
  border: none;
  font-weight: 700;
  padding: 15px 40px;
  border-radius: 3px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: var(--green);
}

section#ori-contact-form {
  padding: 100px 0;
}

section#ori-contact-form .ori-contact-form-text-info.pera-content h2 {
  color: #DC2626;
  font-size: 54px;
  text-transform: uppercase;
}

.ori-google-map iframe {
  width: 100%;
  -webkit-filter: invert(1);
  filter: invert(1);
}

/* end-css */
.package-item .package-item-buttom a.btn-black {
  background: -webkit-gradient(linear, left top, right top, from(rgb(45, 44, 52)), to(rgb(31, 30, 32)));
  background: linear-gradient(90deg, rgb(45, 44, 52) 0%, rgb(31, 30, 32) 100%);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  display: none;
}

.package-item .package-item-buttom a.btn-black:before {
  background: rgb(239, 68, 68);
  background: -webkit-gradient(linear, left top, right top, from(rgb(239, 68, 68)), to(rgb(185, 28, 28)));
  background: linear-gradient(90deg, rgb(239, 68, 68) 0%, rgb(185, 28, 28) 100%);
}

.process-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.process-item .process-item-line {
  border-bottom: 1px solid #707070;
  position: relative;
  margin: 40px 0;
}

.process-item .process-item-line h2 {
  font-size: 100px;
}

section.sevices-process {
  padding: 50px 0 100px;
}

.sevices-process-slider .swiper-slide {
  margin: 0 !important;
  padding: 20px 0;
}

.process-item .process-item-line:after {
  content: "";
  display: table;
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--white);
  border-radius: 30px;
  top: -10px;
}

.process-item .process-item-content h2 {
  font-size: 88px;
}

.process-item .process-item-content {
  color: var(--green);
}

.process-item .process-item-content h4 {
  font-size: 28px;
  text-transform: uppercase;
}

.sevices-process-slider .swiper-slide.process-item:nth-child(even) .process-item-content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.sevices-process-slider .swiper-slide.process-item:nth-child(even) .process-item-line {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.sevices-process-slider .swiper-slide.process-item:nth-child(even) {
  padding-top: 176px;
}

.swiper.sevices-process-slider {
  overflow: visible;
}

section.sevices-process {
  overflow: hidden;
}

.website-portfolio-main .website-port-item {
  position: relative;
  height: 550px;
  max-height: 550px;
  overflow: hidden;
  margin: 12px 0;
}

.website-portfolio-main .website-port-item img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  -webkit-transition: all 2.5s;
  transition: all 2.5s;
}

section.website-portfolio-main {
  padding: 20px 0 110px;
}

.main-menu ul li .sub-menu-about-us ul li {
  width: 44%;
}

.main-menu ul li .sub-menu-about-us ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}

.main-menu ul li .sub-menu-about-us h4 {
  font-size: 42px;
  text-transform: uppercase;
}

.main-menu ul li .sub-menu-about-us {
  color: var(--black);
  padding: 80px 0;
}

.sub-menu-main a.btn-style-1:hover {
  color: var(--black) !important;
}

.sub-menu-main a.btn-style-1 {
  color: var(--green) !important;
}

.sub-menu-about-us ul {
  position: relative;
}

.sub-menu-about-us ul:before {
  content: "";
  display: table;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 100%;
  background: var(--green);
}

.bg-white {
  background: var(--white) !important;
}

section.development-style-sec .laptop-img {
  margin-right: -180px;
}

.ori-contact-form-wrap textarea {
  height: 140px;
}

.ori-contact-form-wrap input:focus,
.ori-contact-form-wrap textarea:focus,
.ori-contact-form-wrap input:hover,
.ori-contact-form-wrap textarea:hover {
  outline: var(--green) solid 1px;
}

.ori-contact-form-wrap button:hover {
  background: var(--white);
  color: var(--green);
}

@media (min-width: 1200px) {
  .sub-menu-main .sub-menu-service {
    padding: 35px 0;
  }
}

.sub-menu-main .sub-menu-service h4 {
  font-size: 28px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

.sub-menu-main .sub-menu-service .sub-menu-service-item li a {
  color: inherit;
  text-transform: capitalize;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
}

.br-r {
  border-right: 1px solid #d3d3d3;
}

.sub-menu-service .sub-menu-service-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (max-width: 1199px) {
  .sub-menu-service .sub-menu-service-item ul {
    padding: 0;
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
}

.sub-menu-service .sub-menu-service-item ul li {
  width: 33.33%;
}
@media (max-width: 1199px) {
  .sub-menu-service .sub-menu-service-item ul li {
    width: 100%;
  }
}

.sub-menu-main .sub-menu-service .sub-menu-service-item li a:hover {
  color: var(--green);
}

.sub-menu-service .sub-menu-service-item p {
  padding: 9px 0;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  margin: 0;
  line-height: 160%;
}

.sub-menu-service .sub-menu-service-item {
  height: 100%;
}

.sub-menu-main .sub-menu-service .sub-menu-service-item li a:after {
  content: "";
  display: table;
  width: 0;
  height: 2px;
  background: var(--green);
  position: absolute;
  left: 0;
  bottom: 0px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.sub-menu-main .sub-menu-service .sub-menu-service-item li a:hover:after {
  width: 100%;
}

.footer-top a.btn-style-1 {
  margin: 0 auto;
}

footer.main-footer .footer-details h4 {
  font-size: 26px;
  text-transform: uppercase;
  color: var(--green);
  font-family: "whytebold";
}

footer.main-footer .footer-mid {
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  padding: 70px 0;
}

.footer-mid .content-style-1 p {
  font-size: 15px;
  padding-right: 50px !important;
}

footer.main-footer .footer-mid h4 {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--white);
  font-family: "whytebold";
}

.footer-mid .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-mid .footer-links ul li a {
  color: var(--white);
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  position: relative;
}

.footer-mid .footer-links ul li {
  padding: 6px 0;
}

.footer-mid .footer-links ul li a:hover {
  color: var(--green);
  padding-left: 12px;
}

.footer-mid .footer-links ul li a:hover:before {
  width: 8px;
}

.footer-mid .footer-links ul li a:before {
  content: "";
  display: table;
  width: 0px;
  height: 1px;
  background: var(--green);
  position: absolute;
  top: 13px;
  left: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

#ori-contact-form .ori-contact-form-text-info h3 {
  text-transform: uppercase;
  color: var(--green);
  font-size: 36px;
}

#ori-contact-form .form-field label {
  font-size: 16px;
  font-family: "whytebook";
  line-height: 16px;
}

.ori-contact-form-wrap .form-field.form-field-checkbox input {
  width: unset;
  height: unset;
  margin: 0 7px 0 0;
}

.form-field .form-check.form-check-inline {
  margin: 0;
  padding: 0 30px 0px 0px;
}

.ori-contact-form-wrap .form-field h5 {
  font-family: "whytebook";
  color: var(--green);
}

.ori-contact-form-wrap .form-field.form-field-checkbox input:focus,
.ori-contact-form-wrap .form-field.form-field-checkbox input:hover {
  outline: none;
}

.form-field.form-field-checkbox {
  margin: 5px 0 15px;
}

.form-field-radio .form-check-label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.form-field-radio .form-check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.form-field-radio .form-check-label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.form-field-radio .form-check-label:hover input ~ .checkmark {
  background-color: var(--green);
}

/* When the radio button is checked, add a blue background */
.form-field-radio .form-check-label input:checked ~ .checkmark {
  background-color: var(--green);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.form-field-radio .form-check-label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.form-field-radio .form-check-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.form-field-radio .form-check-label .checkmark:after {
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #0d0d0d;
}

.form-field-checkbox-style {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.form-field-checkbox-style input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.form-field-checkbox-style .checkmark-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid var(--green);
}

/* On mouse-over, add a grey background color */
.form-field-checkbox-style:hover input ~ .checkmark-checkbox {
  background-color: #222222;
}

/* When the checkbox is checked, add a blue background */
.form-field-checkbox-style input:checked ~ .checkmark-checkbox {
  background-color: var(--black);
}

/* Create the checkmark/indicator (hidden when not checked) */
.form-field-checkbox-style .checkmark-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.form-field-checkbox-style input:checked ~ .checkmark-checkbox:after {
  display: block;
}

/* Style the checkmark/indicator */
.form-field-checkbox-style .checkmark-checkbox:after {
  left: 5px;
  top: 3px;
  width: 5px;
  height: 9px;
  border: solid var(--green);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

a.btn-style-5 i {
  font-size: 13px;
}

.footer-details ul li:first-child {
  padding-bottom: 18px;
}

.footer-details ul li {
  font-size: 14px;
}

.main-logo img {
  width: 210px;
}

.footer-details .footer-subscribe-from {
  position: relative;
}

.footer-details .footer-subscribe-from button {
  position: absolute;
  right: 0px;
  border: none;
  height: 100%;
  width: 50px;
  color: #fff;
  background: var(--green);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-details .footer-subscribe-from input[type=text] {
  width: 100%;
  border: none;
  height: 50px;
  padding: 0px 20px;
}

.footer-details .footer-subscribe-from button:hover {
  background: #4e4e4e;
}

.footer-details p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.footer-menu ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .footer-menu ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-menu ul li a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.footer-menu ul li a:hover {
  color: var(--green);
}

.swiper.package-slider1 .swiper-wrapper {
  padding: 20px 0 40px;
}

.package-slider1 .swiper-pagination span.swiper-pagination-bullet {
  background: var(--white);
  opacity: 1;
}

.package-slider1 .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--green);
}

.our_work_content.slide-content-item h4 {
  font-size: 40px;
  font-family: "whyte_inktrapbold";
  opacity: 20%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  cursor: pointer;
  display: table;
}

.our-work-port img {
  width: 100%;
}

.our-work-scroll {
  padding: 70px !important;
}

/* our work start  */
.our-work-port-list ul {
  list-style: none;
  position: relative;
}

.our-item-4 {
  position: absolute;
  top: 15rem;
  left: 6rem;
}

.our-item-3 {
  position: absolute;
  right: -210px;
  top: 56px;
  z-index: 2;
}

.our-item-2 {
  position: absolute;
  top: 21.5rem;
  bottom: 0;
  left: 0;
}

.our-item-1 {
  position: absolute;
  z-index: 0;
  left: 2rem;
}

.our-item-1 a img {
  width: 72%;
}

.our-item-2 a img {
  width: 80%;
}

.our-item-3 img {
  width: 72%;
  text-align: end;
}

.our-item-4 a img {
  width: 100%;
}

.our-work-port-list ul li {
  width: 100% !important;
  overflow: hidden;
}

.our-items:hover a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.our-items a img {
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
}

/* our work end */
.theme-sm-navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 9;
}
.theme-sm-navs .swiper-button-next, .theme-sm-navs .swiper-button-prev {
  position: relative;
  inset: inherit;
  margin: 0;
  color: #fff;
  width: 30px;
  height: 30px;
}
.theme-sm-navs .swiper-button-next:hover, .theme-sm-navs .swiper-button-prev:hover {
  background: #393939;
}
.theme-sm-navs .swiper-button-next::after, .theme-sm-navs .swiper-button-prev::after {
  font-size: 14px;
}

.logo-slider__section .theme-sm-navs {
  right: inherit;
  left: 0;
}

.toggleMenu-btn {
  display: none;
}
@media (max-width: 1199px) {
  .toggleMenu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.toggleMenu-btn a.btn-wh {
  margin-left: auto;
  border-color: var(--white);
  color: var(--white);
  background-color: #202410;
  padding: 7px 15px;
}

.mobile-menu-active .toggleMenu-btn .fa-bars:before {
  content: "\f00d";
}

@media (max-width: 991px) {
  .footer-details {
    margin-top: 2rem;
  }
}

.main-footer .content-style-1.text-center h2 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .main-footer .content-style-1.text-center h2 {
    font-size: 28px;
  }
}

.privacy-area h3 {
    padding-bottom: 10px;
    font-size: 35px;
}

.privacy-area p {
    padding-bottom: 25px;
}

.privacy-area .col-md-12 {
    margin-bottom: 50px;
}

/* Footer modern layout */
.footer-mid {
  padding: 60px 0;
}
.footer-brand .footer-logo img {
  height: 44px;
}
.footer-brand p {
  margin-top: 16px;
  color: rgba(255,255,255,0.8);
}
.footer-social {
  list-style: none;
  padding: 0;
  margin: 18px 0 0 0;
  display: flex;
  gap: 12px;
}
.footer-social li a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  color: #fff;
  transition: all .2s ease;
}
.footer-social li a:hover {
  background: var(--green);
  color: #fff;
}

.footer-links h4,
.footer-newsletter h4 {
  font-size: 18px;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.footer-links ul,
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links ul li + li {
  margin-top: 8px;
}
.footer-links a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
}
.footer-links a:hover {
  color: var(--green);
}

.footer-newsletter p {
  color: rgba(255,255,255,0.8);
}
.footer-subscribe .input-group {
  display: flex;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.footer-subscribe .form-control {
  border: 0;
  padding: 10px 12px;
  outline: none;
}
.footer-subscribe .btn-subscribe {
  background: var(--green);
  color: #fff;
  border: 0;
  padding: 0 14px;
}
.footer-contact li {
  color: rgba(255,255,255,0.8);
}
.footer-contact li a {
  color: rgba(255,255,255,0.9);
}
.footer-contact li a:hover {
  color: var(--green);
}

@media (max-width: 767px) {
  .footer-mid { padding: 40px 0; }
}