::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}
body{
    color:black;
}
::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(0, 0, 0, 0);
}


::-webkit-scrollbar-thumb {
  background-color: #737070;
}
.pp-tableCell{
    background-color: #fff;
}
.offcanvas-body{
    padding : 0px !important;
}
li.menu_list{
    padding-left: 20px;
    height : 44px;
}
li.menu_list a{
    padding-left: 20px;
    vertical-align: -webkit-baseline-middle;
}
li.active.menu_list{
    background-color: #25232326;
}
span.close_button.d-inline-flex.ps-5 {
    cursor : pointer;
}
li
.menu_img{
    height: 20px;
    margin-right: 8px;
}
.offcanvas-header{
    margin-left : 70%;
}
.pagesub_head
 {
    font-size: 25px;
    font-weight: 600;
    color: #e50027;
    font-family: "combon";
}
@font-face {
  font-family: "combon";
  src: url("../../fonts/combon/Cambon-Bold.woff2") format("woff2"), url("../../fonts/combon/Cambon-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.brand-wheel {
  height: 300px;
}
.brand-wheel::before, .brand-wheel::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 5%;
  z-index: 2;
  pointer-events: none;
}
.brand-wheel::before {
  background-image: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.brand-wheel::after {
  background-image: linear-gradient(to left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  right: 0;
}
.brand-wheel .brand-slide {
  flex-shrink: 0;
  animation-name: slidelogo;
  animation-duration: 80s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  transition: animation-play-state 1s;
  min-width: 100%;
}
@keyframes slidelogo {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.brand-wheel .brand-slide.delay {
  transform: translateX(100%);
  animation-name: slidelogo2;
}
@keyframes slidelogo2 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
.brand-wheel .brand-slide .logo-div {
  animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
  padding: 0 20px 0 20px;
  cursor: pointer;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.brand-wheel:hover .brand-slide {
  animation-play-state: paused;
}

#section2 .intro {
  left: -150%;
  position: relative;
}

#section2 p {
  display: none;
}

#section3 .left {
  left: -140%;
  position: relative;
}

#section3 .right {
  right: -140%;
  position: relative;
}

#section4 .right {
  right: -140%;
  position: relative;
}

#section4 .bottom {
  bottom: -140%;
  position: relative;
}

#section5 .left {
  left: -140%;
  position: relative;
}

#section5 .left {
  left: -140%;
  position: relative;
}

#section5 .right {
  right: -140%;
  position: relative;
}

#section6 .left {
  left: -140%;
  position: relative;
}

#section6 .bottom {
  bottom: -140%;
  position: relative;
}

#section6 .right {
  right: -140%;
  position: relative;
}

#section7 .left {
  left: -140%;
  position: relative;
}

#section7 .left {
  left: -140%;
  position: relative;
}

#section7 .right {
  right: -140%;
  position: relative;
}

#pp-nav ul li a {
  padding: 0.725em;
  margin-top: 0.7em;
}
#pp-nav ul li a.active {
  border: 1px solid #252423;
  border-radius: 50%;
}
#pp-nav ul li a span {
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
  background-color: #252423 !important;
  border: none !important;
  width: 6px !important;
  height: 6px !important;
}

.heroSection .swiper {
  width: 100%;
  height: 100%;
  z-index: unset !important;
}
.heroSection .swiper .swiper-slide {
  background-position: center;
  background-size: cover;
}
.heroSection .swiper .swiper-slide .myVideo {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.heroSection .swiper .swiper-slide-active {
  z-index: 9999999;
}
.heroSection .swiper .swiper-button-next {
  border: 1px solid #fff;
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  right: 0 !important;
  left: 60px !important;
  bottom: 15px !important;
  top: unset !important;
}
.heroSection .swiper .swiper-button-next::after {
  content: "" !important;
}
.heroSection .swiper .swiper-button-prev {
  border: 1px solid #fff;
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  bottom: 15px !important;
  top: unset !important;
}
.heroSection .swiper .swiper-button-prev::after {
  content: "" !important;
}
.layer {
    
    background: #fff;
}
.heroSection .layer {
  position: absolute;
  z-index: 5;
  width: 100vw;
  height: 100%;
  inset: 0;
  background:rgb(231 231 231 / 85%);
}
.heroSection .layer .heroWrapper {
  padding-top: 5em;
  height: calc(100vh - 5em);
}

.aboutUsSection video {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: #000;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
}
.aboutUsSection .layer {
  position: absolute;
  z-index: 5;
  width: 100vw;
  height: 100%;
  inset: 0;
}
.aboutUsSection .layer .aboutWrapper {
  padding-top: 5em;
  height: calc(100vh - 5em);
}
.aboutUsSection .layer .aboutWrapper .heading {
  font-family: "combon";
  font-weight: 600;
  line-height: 1em !important;
}

.whayUsSection video {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: #000;
  /* in case the video doesn't fit the whole page*/
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  /*cover video background */
}
.whayUsSection .layer {
  position: absolute;
  z-index: 5;
  width: 100vw;
  height: 100%;
  inset: 0;
   
}
.whayUsSection .layer .whyusWrapper {
  padding-top: 5em;
  height: calc(100vh - 5em);
}
.whayUsSection .layer .whyusWrapper .heading {
  font-family: "combon";
  font-weight: 600;
  line-height: 1em !important;
}
.whayUsSection .layer .whyusWrapper .heading .headingGradient {
  background: linear-gradient(to right, #166db4 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.whayUsSection .whyusowl .owl-item.active.center {
  box-shadow: inset 0px 0px 21px 0px #bab6b6;
  border-radius: 4px;
}
.whayUsSection .whyusowl .owl-nav {
  margin-top: 18px !important;
  display: flex !important;
  text-align: center !important;
  justify-content: end !important;
}
.whayUsSection .whyusowl .owl-nav .owl-prev {
  display: flex !important;
  align-items: center !important;
  height: 40px !important;
  width: 40px !important;
  color: #fff !important;
  background: rgba(37, 36, 36, 0.4196078431) !important;
  border-radius: 50%;
  font-size: 40px !important;
  justify-content: center !important;
  margin: 0px 5px;
}
.whayUsSection .whyusowl .owl-nav .owl-prev span {
  padding-bottom: 5px;
}
.whayUsSection .whyusowl .owl-nav .owl-next {
  display: flex !important;
  align-items: center !important;
  height: 40px !important;
  width: 40px !important;
  color: #fff !important;
  background: rgba(37, 36, 36, 0.4196078431) !important;
  border-radius: 50%;
  font-size: 40px !important;
  justify-content: center !important;
}
.whayUsSection .whyusowl .owl-nav .owl-next span {
  padding-bottom: 5px;
}

.creativePeople video {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: #000;
  /* in case the video doesn't fit the whole page*/
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  /*cover video background */
}
.creativePeople .layer {
  position: absolute;
  z-index: 5;
  width: 100vw;
  height: 100%;
  inset: 0;
   
}
.creativePeople .layer .heroWrapper {
  padding-top: 5em;
  height: calc(100vh - 5em);
}
.creativePeople .layer .heroWrapper .heading {
  font-family: "combon";
  font-weight: 600;
  line-height: 1em !important;
}
.creativePeople .right_col .card .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
}
.creativePeople .right_col .card .social a {
  transition: color 0.3s;
  color: #31547c;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.creativePeople .right_col .card:hover .social {
  opacity: 1 !important;
}
.creativePeople .right_col .owl-carousel .owl-item.active.center {
  box-shadow: inset 0px 0px 21px 0px #bab6b6;
  border-radius: 4px;
}
.creativePeople .right_col .owl-carousel .owl-nav {
  margin-top: 5px !important;
  display: flex !important;
  text-align: center !important;
  justify-content: end !important;
}
.creativePeople .right_col .owl-carousel .owl-nav .owl-prev {
  display: flex !important;
  align-items: center !important;
  height: 40px !important;
  width: 40px !important;
  color: #fff !important;
  background: rgba(37, 36, 36, 0.4196078431) !important;
  border-radius: 50%;
  font-size: 40px !important;
  justify-content: center !important;
  margin: 0px 5px;
}
.creativePeople .right_col .owl-carousel .owl-nav .owl-prev span {
  padding-bottom: 5px;
}
.creativePeople .right_col .owl-carousel .owl-nav .owl-next {
  display: flex !important;
  align-items: center !important;
  height: 40px !important;
  width: 40px !important;
  color: #fff !important;
  background: rgba(37, 36, 36, 0.4196078431) !important;
  border-radius: 50%;
  font-size: 40px !important;
  justify-content: center !important;
}
.creativePeople .right_col .owl-carousel .owl-nav .owl-next span {
  padding-bottom: 5px;
}

.latestProjects video {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: #000;
  /* in case the video doesn't fit the whole page*/
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  /*cover video background */
}
.latestProjects .layer {
  position: absolute;
  z-index: 5;
  width: 100vw;
  height: 100%;
  inset: 0;
   
}
.latestProjects .layer .latestProjectsWrapper {
  padding-top: 5em;
  height: calc(100vh - 5em);
}
.latestProjects .layer .latestProjectsWrapper .heading {
  font-family: "combon";
  font-weight: 600;
  line-height: 1em !important;
}
.latestProjects .portfolio-item {
  position: relative;
  transition: all ease-in-out 3s;
  height: 276px;
}
.latestProjects .portfolio-item .imgouter img {
  object-fit: cover;
  object-position: top center;
}
.latestProjects .portfolio-item .img-fluid {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  height: auto;
}
.latestProjects .portfolio-item .portfolio-info {
  position: absolute;
  opacity: 0;
  left: 30px;
  right: 30px;
  bottom: 25px;
  z-index: 3;
  transition: all ease-in-out 0.5s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
  transform: translateY(150px);
}
.latestProjects .portfolio-item .portfolio-info .preview-link {
  right: 50px;
  font-size: 24px;
  top: calc(50% - 14px);
  color: rgba(27, 47, 69, 0.7019607843);
  transition: 0.3s;
  line-height: 0;
}
.latestProjects .portfolio-item:hover {
  cursor: pointer;
}
.latestProjects .portfolio-item:hover .portfolio-info {
  opacity: 1;
  transform: translateY(0);
}
.latestProjects .owl-carousel .owl-item.active.center {
  box-shadow: inset 0px 0px 21px 0px #bab6b6;
  border-radius: 4px;
}
.latestProjects .owl-carousel .owl-nav {
  margin-top: 5px !important;
  display: flex !important;
  text-align: center !important;
  justify-content: end !important;
}
.latestProjects .owl-carousel .owl-nav .owl-prev {
  display: flex !important;
  align-items: center !important;
  height: 40px !important;
  width: 40px !important;
  color: #fff !important;
  background: rgba(37, 36, 36, 0.4196078431) !important;
  border-radius: 50%;
  font-size: 40px !important;
  justify-content: center !important;
  margin: 0px 5px;
}
.latestProjects .owl-carousel .owl-nav .owl-prev span {
  padding-bottom: 5px;
}
.latestProjects .owl-carousel .owl-nav .owl-next {
  display: flex !important;
  align-items: center !important;
  height: 40px !important;
  width: 40px !important;
  color: #fff !important;
  background: rgba(37, 36, 36, 0.4196078431) !important;
  border-radius: 50%;
  font-size: 40px !important;
  justify-content: center !important;
}
.latestProjects .owl-carousel .owl-nav .owl-next span {
  padding-bottom: 5px;
}

.ourServices video {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: #000;
  /* in case the video doesn't fit the whole page*/
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  /*cover video background */
}
.ourServices .layer {
  position: absolute;
  z-index: 5;
  width: 100vw;
  height: 100%;
  inset: 0;
 
}
.ourServices .layer .ourServicesWrapper {
  padding-top: 5em;
  height: calc(100vh - 5em);
}
.ourServices .layer .ourServicesWrapper .heading {
  font-family: "combon";
  font-weight: 600;
  line-height: 1em !important;
}
.ourServices .layer #whatwedo.owl-carousel .owl-stage-outer {
  padding: 0 !important;
}
.ourServices .layer #whatwedo .owl-nav {
  display: flex;
  align-items: center;
  justify-content: end;
}
.ourServices .layer #whatwedo .owl-nav .owl-prev {
  display: flex !important;
  align-items: center !important;
  height: 40px !important;
  width: 40px !important;
  color: #fff !important;
  background: rgba(37, 36, 36, 0.4196078431) !important;
  border-radius: 50%;
  font-size: 40px !important;
  justify-content: center !important;
  margin: 0px 5px;
}
.ourServices .layer #whatwedo .owl-nav .owl-next {
  display: flex !important;
  align-items: center !important;
  height: 40px !important;
  width: 40px !important;
  color: #fff !important;
  background: rgba(37, 36, 36, 0.4196078431) !important;
  border-radius: 50%;
  font-size: 40px !important;
  justify-content: center !important;
}
.ourServices .card_box_about {
  border-radius: 12px;
  background-color: #fff !important;
  cursor: pointer;
  position: relative;
  z-index: 1;
  border: 1px solid #e2eefd;
  transition: all 0.3s ease-in-out;
  min-height: 180px;
}
.ourServices .card_box_about h3 {
  transition: all 0.3s ease-in-out;
}
.ourServices .card_box_about .card-img-top {
  position: absolute;
  top: 0%;
}
.ourServices .card_box_about .card-img-top .img {
  border: 1px solid #fff !important;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ourServices .card_box_about .card-img-top .img-1 {
  background: linear-gradient(#e50027, #e50027), url(../../img/service1.png);
}
.ourServices .card_box_about .card-img-top .img-2 {
  background: linear-gradient(#e50027, #e50027), url(../../img/service2.png);
}
.ourServices .card_box_about .card-img-top .img-3 {
  background: linear-gradient(#e50027, #e50027), url(../../img/service3.png);
}
.ourServices .card_box_about .card-img-top .img-4 {
  background: linear-gradient(#e50027, #e50027), url(../../img/service4.png);
}
.ourServices .card_box_about .card-img-top .img-5 {
  background: linear-gradient(#e50027, #e50027), url(../../img/service5.png);
}
.ourServices .card_box_about .card-img-top .img-6 {
  background: linear-gradient(#e50027, #e50027), url(../../img/service6.png);
}
.ourServices .card_box_about .card-img-top .img-7 {
  background: linear-gradient(#e50027, #e50027), url(../../img/service7.png);
}
.ourServices .card_box_about .card-img-top .img-8 {
  background: linear-gradient(#e50027, #e50027), url(../../img/service8.png);
}
.ourServices .card_box_about:hover {
  background: linear-gradient(to right, #135093 0%, #135093 100%);
  border: none !important;
}
.ourServices .card_box_about:hover h3 {
  color: #fff;
}

.contact {
  background: rgba(0, 0, 0, 0.7);
}
.contact video {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: #000;
  /* in case the video doesn't fit the whole page*/
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  /*cover video background */
}
.contact .layer {
  position: absolute;
  z-index: 5;
  width: 100vw;
  height: 100%;
  inset: 0;
   
  opacity: 0.9;
}
.contact .layer .contactWrapper {
  padding-top: 5em;
  height: calc(100vh - 5em);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.contact .layer .contactWrapper .heading {
  font-family: "combon";
  font-weight: 600;
  line-height: 1em !important;
}
.contact button.btn11 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  right: 2%;
  bottom: -215%;
  position: absolute;
}
.contact button.btn11 img {
  filter: invert(1);
  width: 80% !important;
}
.contact button i {
  transition: all 0.3s ease-in-out;
}
.contact button:hover {
  background-color: #166db4;
}
.contact button:hover i {
  transform: translateX(5px);
}
.contact .socialMedia li a {
  width: 40px;
  height: 40px;
  background: linear-gradient(45deg, #008eff, rgba(225, 225, 227, 0.5607843137));
  gap: 0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.contact .socialMedia li a i {
  font-size: 16px;
}
.contact .socialMedia li a:hover {
  background-color: #008eff;
}

.modal-content .login-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  padding: 65px;
  transform: translate(-50%, -50%);
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 7px 3px rgba(32, 30, 30, 0.5607843137);
  border-radius: 9px;
}
.modal-content .login-box .user-box {
  position: relative;
}
.modal-content .login-box .user-box label {
  position: absolute;
  top: -33px;
  left: 11px;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  pointer-events: none;
  transition: 0.5s;
}
.modal-content .login-box .user-box input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #000;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  background: transparent;
}
.modal-content .login-box .user-box textarea {
  background: transparent !important;
  border-bottom: 1px solid #fff !important;
}
.modal-content .login-box .user-box input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 80px #fff inset !important;
  -webkit-text-fill-color: #000 !important;
  border-bottom: 1px solid #000;
  filter: invert(1);
}
.modal-content .dismis button {
  display: flex;
  top: -38px;
  right: -35px;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: #525151;
  border: 0.8px solid #fff;
  transition: all 0.3s;
}
.modal-content .dismis button:hover {
  color: #fff !important;
  background: #166db4 !important;
  border-color: #166db4 !important;
}

.gallery {
  max-width: auto;
  width: 800vh;
}
.gallery .image {
  cursor: pointer;
  width: 120px;
  filter: saturate(0);
  padding: 12px;
  display: inline-flex;
  transition: ease-in-out 0.3s;
}
.gallery .image:hover {
  z-index: 99999999999 !important;
  filter: saturate(1);
}
.gallery .image img {
  transition: 0.3s ease-out;
  overflow: hidden;
  width: 100%;
}

.marquee .services-ticker-block {
  position: relative;
  display: flex;
  align-items: center;
  overflow-x: hidden;
}
.marquee .stb_line_single {
  position: relative;
  white-space: nowrap;
  padding: 0;
  will-change: transform;
}
.marquee .stb-item {
  display: inline-block;
  margin-right: 6rem;
}
.marquee .stb-item .itemImage img {
  height: 80px;
}

.myJustifyGallery.justified-gallery .justifyItems img {
  transition: 0.3s linear;
}
.myJustifyGallery.justified-gallery .justifyItems img:hover {
  transform: scale(1.1) !important;
}
.myJustifyGallery.justified-gallery .justifyItems .jg-caption {
  opacity: 0.8;
  background-color: #737070;
  padding: 10px 14px;
  border-radius: 12px 12px 0 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}
.myJustifyGallery.justified-gallery .justifyItems .jg-caption .imgIitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.myJustifyGallery .checkPosition {
  transition: 0.3s ease;
  overflow: hidden;
}
.myJustifyGallery .checkPosition:hover .justifyItems img {
  transform: scale(1.1);
}
.myJustifyGallery .checkPosition:hover .rounded-2 {
  border-radius: 10% !important;
}
.myJustifyGallery .checkPosition .albumImg {
  background-color: #737070;
}
.myJustifyGallery .checkPosition .albumImg .glightbox {
  width: 100%;
  aspect-ratio: 10/10;
  object-fit: cover;
  cursor: pointer;
}
.myJustifyGallery .checkPosition .justifyItems::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transition: all 0.4s ease-in-out 0s;
}
.myJustifyGallery .checkPosition .justifyItems::after {
  content: "";
  cursor: pointer;
  background-image: url(../../img/expand-svgrepo-com.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  min-width: 50px;
  min-height: 50px;
  color: #fff;
  font-weight: 700;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: ease-in 0.4s;
  transition: ease-out 0.2s;
  z-index: 55;
  transition: all 0.4s ease-in-out 0s;
}
.myJustifyGallery .checkPosition .justifyItems:hover {
  transform: scale(1.1) !important;
}
.myJustifyGallery .checkPosition .justifyItems:hover::after {
  opacity: 1 !important;
}
.myJustifyGallery .checkPosition .justifyItems:hover::before {
  opacity: 1 !important;
  cursor: pointer;
}/*# sourceMappingURL=index.min.css.map */