html {
	overflow-y: scroll;
	height: 100%;
}
body {
	overflow-y: visible;
	position: relative;
  height: unset;
}
html, body {
	overflow-x: hidden;
	margin: 0;
}

.headerSection {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
  padding: 2.125em 0;
}

.headerSection .headerContent .logo a img {
  max-width: 12em;
  width: 100%;
}

.headerSection .headerContent,
.headerSection .headerContent nav>ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.headerSection .headerContent nav li a {
  font-size: 1.1em;
  color: var(--white-color);
  font-weight: 500;
  display: block;
  padding: 0 0.889em;
}

.headerSection .headerContent nav li a:hover,
.headerSection .headerContent nav li.active a {
  color: var(--theme-color);
}

.headerSection .headerContent nav ul li.nav-contact a {
  color: var(--black-color);
  background-color: var(--theme-color);
  border-radius: 5px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0.75em 2em;
  margin: 0 0 0 2.5em;
  border: 2px solid transparent;
  transition: 0.3s ease-in-out;
}

.headerSection .headerContent nav ul li.nav-contact a:hover {
  background-color: var(--dark-yellow-color);  
}

.headerSection .headerContent nav ul li {
  position: relative;
}

.headerSection .headerContent nav ul li .dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 20em;
  padding: 1em 0 0;
  opacity: 0;
  visibility: hidden;
  margin: 2em 0 0;
  z-index: 9;
}

.headerSection .headerContent nav ul li:hover .dropdown {
  opacity: 1;
  visibility: visible;
  top: 100%;
  margin: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.headerSection .headerContent nav ul li .dropdown ul.dropdownList {
  margin: 0;
  padding: 0.5em 1.5em;
  background: var(--raisinBlack-color);
  border: none;
  border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  position: relative;
}

.headerSection .headerContent nav ul li .dropdown ul.dropdownList li a {
  min-width: 5em;
  color: var(--white-color);
  display: block;
  border-bottom: 0.05em solid rgba(255, 255, 255, 0.2);
  padding: 0.4em 0;
  font-size: 1.07em;
  font-weight: 400;
  line-height: 2;
}

.headerSection .headerContent nav ul li .dropdown ul.dropdownList li:last-child a {
  border: none;
}

.headerSection .headerContent nav ul li .dropdown ul.dropdownList:after {
  bottom: 100%;
  left: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: var(--night-rider);
  border-width: 0.7em;
  margin-left: -0.7em;
}

.headerSection .headerContent nav ul li .dropdown ul.dropdownList li .subDropdown ul.dropdownList:after {
  display: none;
}

.headerSection .headerContent nav ul li .dropdown ul.dropdownList li a:hover {
  color: var(--theme-color);
}

.headerSection .headerContent nav ul li .dropdown ul.dropdownList li .subDropdown {
  position: relative;
  padding: 0.8em 0 0.8em 1em;
  width: auto;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 0 -1.5em;
}

.headerSection .headerContent nav ul li .dropdown ul.dropdownList li .subDropdown .dropdownList {
  background-color: transparent;
  padding: 0;
}

.headerSection .headerContent nav ul li .dropdown ul.dropdownList li .subDropdown .dropdownList li a {
  padding: 0.5em 0.5em 0.5em 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

.bannerSection {
  min-height: 52em;
  background: var(--black-color) url(../images/banner_img.webp) no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  position: relative;
}

.bannerSection .bannerContent {
  padding: 16em 0 0;
}

.bannerSection .bannerContent h1 {
  max-width: 55%;
  width: 100%;
  margin: 0 auto;
  color: var(--white-color);
  font-weight: bold;
  font-size: 3.125em;
  line-height: 1.5;
}

.bannerSection .bannerContent ul.bannerIcon {
  margin: 4em 0 0;
  display: flex;
  justify-content: center;
}

.bannerSection .bannerContent ul.bannerIcon li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--black-color);
  padding: 1em;
  border-radius: 33px;
  padding: 1em;
  width: 7em;
  height: 7em;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(0.5, 0.5);
  }

  50% {
    transform: scale(1.025, 1.025);
  }

  75% {
    transform: scale(0.5, 0.5);
  }

  100% {
    transform: scale(1, 1);
  }
}

.bannerSection .bannerContent ul.bannerIcon li img {
  max-width: 7em;
  width: 100%;
  height: 3.5em;
  will-change: transform;
  transform-style: preserve-3d;
  transition: 0.5s ease all;
  object-fit: contain;
}

.bannerSection .bannerContent ul.bannerIcon li+li {
  margin: 0 0 0 4.25em;
}

.bannerSection .bannerContent .sectionButton {
  text-align: center;
  padding: 5em 0;
}

.asSeenOnSection {
  padding: 6.25em 0 0;
}

.asSeenOnSection .asSeenOnContent {
  background: linear-gradient(0deg, var(--white-color), var(--white-color));
  border-bottom: 0.780392px solid #CBD4DB;
  box-shadow: none;
  border-radius: 0;
  padding: 0 0 3.125em;
}

.asSeenOnSection .asSeenOnContent ul.asSeenLogos {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 4em;
  margin: 0 auto;
  flex-wrap: wrap;
}

.asSeenOnSection .asSeenOnContent ul.asSeenLogos li img {
  max-width: 10em;
  height: 2em;
  margin: 0 auto;
}

.asSeenOnSection .asSeenOnContent ul.asSeenLogos li {
  text-align: center;
  padding: 0 1em;
  margin: 2em 0 0;
}

.asSeenOnSection .asSeenOnContent h3 {
  font-size: 1.25em;
  color: var(--black-color);
  text-transform: uppercase;
  font-weight: 400;
}

.serviceSection {
  padding: 6.25em 0 0;
}

.serviceContent .serviceBlock {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 1.875em;
}

.serviceSection .serviceContent .serviceBlock .serviceBox {
  background: linear-gradient(0deg, var(--white-color), var(--white-color));
  border: 0.780392px solid var(--linkWater-color);
  border-radius: 10px;
  text-align: center;
  position: relative;
  padding: 2em 1.875em;
  overflow: hidden;
}
.serviceSection .serviceContent .serviceBlock .serviceBox  .serviceInfo{
  transition: 0.3s all ease-in-out;
}
.serviceSection .serviceContent .serviceBlock .serviceBox .hoverBox {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100%;
    transition: 0.4s all ease-in-out;
}
.serviceSection .serviceContent .serviceBlock .serviceBox .hoverBox a {
  background-color: var(--theme-color);
  padding: 1.5em 1.8em;
  border-radius: 0 0 10px 10px;
  display: block;
}

.serviceSection .serviceContent .serviceBlock .serviceBox .hoverBox h6 {
  font-size: 1.25em;
  text-transform: uppercase;
  color: var(--raisinBlack-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.serviceSection .serviceContent .serviceBlock .serviceBox h4 {
  font-weight: bold;
  font-size: 1.625em;
  text-align: center;
  text-transform: uppercase;
  color: var(--black-color);
  transition: 0.5s all ease-in-out;
}
.serviceSection .serviceContent .serviceBlock .serviceBox .serviceIcon {
  margin: 0 0 1.25em;
  transition: 0.3s all ease-in-out;
}

.serviceSection .serviceContent .serviceBlock .serviceBox .serviceIcon img {
  max-width: 4em;
  width: 100%;
}

.serviceSection .serviceContent .serviceBlock .serviceBox:hover .hoverBox{
  bottom: 0;
}
.serviceSection .serviceContent .serviceBlock .serviceBox:hover  .serviceIcon{
transform: translate(0, -150%);
  transition: 0.3s all ease-in-out;
}
.serviceSection .serviceContent .serviceBlock .serviceBox:hover  .serviceInfo{
  transform: translate(0, -85%);
  transition: 0.3s all ease-in-out;
}

.testimonialSection {
  padding: 6.25em 0 5em;
}

.testimonialSection .testimonialContent .testimonialSlider .slideBox {
  display: grid;
  grid-template-columns: 60% 35%;
  grid-column-gap: 5%;
  align-items: center;
}
.testimonialSection .testimonialContent .testimonialSlider .slideBox .slideFrame{ 
  width: 100%;
  position: relative;
  
}
.testimonialSection .testimonialContent .testimonialSlider .slideBox .slideFrame .testi--main-slider{
  width: 100%;
  border-radius: 1.25em;
  background: #757575;
}
.testimonialSection .testimonialContent .testimonialSlider .slideBox .slideFrame .testi--main-slider .slick-track{
  display: flex;
}
.testimonialSection .testimonialContent .testimonialSlider .slick-list {
  height: 100% !important;
}
.testimonialSection .testimonialContent .testimonialSlider .slideBox .slideFrame iframe,
.testimonialSection .testimonialContent .testimonialSlider .slideBox .slideFrame video {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #757575;
  object-fit: cover;
}

.testimonialSection .testimonialContent .testimonialSlider .slideBox .slideFrame::after {
  content: "";
  display: block;
  background-image: url('../images/Oval.svg');
  background-repeat: no-repeat;
  background-position: center 100%;
  background-size: contain;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  top: 0;
  pointer-events: none;
}

.testimonialSection .testimonialContent .slideBox .slideDetails .sliderArrows button {
  background-color: var(--theme-color);
  border-radius: 10px;
  padding: 1.25em 1.25em;
}
.testimonialSection .testimonialContent .slideBox .slideDetails .sliderArrows button:hover{
  background-color: var(--dark-yellow-color);  
}
.testimonialSection .testimonialContent .slideBox .slideDetails .sliderArrows button img {
  max-width: 1.3em;
  width: 100%;
}

.testimonialSection .testimonialContent .slideBox .slideDetails .sliderArrows button+button {
  margin: 0 0 0 1.25em;
}

.testimonialSection .testimonialContent .testimonialSlider .slideBox .slideDetails .clientDetails h5 {
  font-weight: bold;
  font-size: 1.5em;
  color: var(--raisinBlack-color);
  text-align: left;
  margin: 1.25em 0 4px;
}

.testimonialSection .testimonialContent .testimonialSlider .slideBox .slideDetails .sliderButton .arrowButton {
  font-weight: 500;
  font-size: 1.5em;
  color: var(--raisinBlack-color);
  margin: 1em 0 0;
}

.testimonialSection .testimonialContent .testimonialSlider .slideBox .slideDetails .clientDetails p.details {
  font-size: 1.375em;
  font-weight: 400;
  color: var(--lynch-color);
  line-height: 1.45;
}

.testimonialSection .testimonialContent .testimonialSlider .slideBox .slideDetails .clientImage img {
  max-width: 10em;
  width: 100%;
  height: 10em;
  border-radius: 50%;
  border: 10px solid var(--raisinBlack-color);
  object-fit: cover;
}

.testimonialSection .testimonialContent .testimonialSlider .slick-dots {
  display: flex;
  margin: 3.125em 0 0;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  position: absolute;
}

.testimonialSection .testimonialContent .testimonialSlider .slick-dots li+li {
  margin: 0 0 0 0.875em;
}


.main-slider {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease;
}
.main-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.main-slider .slick-slide {
  position: relative;
  float: none;
  height: auto;
}
.main-slider .slick-slide::before {
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}
.main-slider .slick-slide iframe {
  position: relative;
  left: 0 !important;
}
.main-slider .slick-slide figure {
  position: relative;
  height: 100%;
}
.main-slider .slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.8s ease;
}
.main-slider .slick-slide .slide-image.show {
  opacity: 1;
}
.main-slider .slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.main-slider .slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}
.main-slider .slick-slide .slide-media {
  -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.main-slider .slick-slide.slick-active {
  z-index: 1;
}
.main-slider .slick-slide.slick-active .slide-media {
  -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.main-slider .slick-slide.slick-active .caption {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

.main-slider .caption {
  position: absolute;
  top: 44%;
  left: 5%;
  text-align: center;
  padding: 20px;
  border: 3px solid;
  color: #fff;
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.02em;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
  transform: translateY(100px);
}


@-webkit-keyframes slideIn {
  from {
    filter: blur(15px);
  }
  to {
    filter: blur(0);
  }
}

@keyframes slideIn {
  from {
    filter: blur(15px);
  }
  to {
    filter: blur(0);
  }
}
@-webkit-keyframes slideOut {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(15px);
  }
}
@keyframes slideOut {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(15px);
  }
}

.requirementSection {
  padding: 3.75em 0 0;
}

.requirementSection .requirementContent .requirementBlock {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 2.688em;
  padding: 1em 0 4em;
  font-size: 16px !important;
}

.requirementSection .requirementContent .requirementBlock .requirementBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 14.375em;
  height: 14.375em;
  border: 1px solid var(--linkWater-color);
  box-shadow: 2px 23px 24px rgba(0, 0, 0, 0.0568728);
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.requirementSection .requirementContent .requirementBlock .requirementBox .requirementIcon {
  margin: 0;
  width: 3.875em;
  height: 3.875em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.requirementSection .requirementContent .requirementBlock .requirementBox:after {
  opacity: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 50%;
  transform: translateY(-100%);
  z-index: -1;
  background-color: var(--theme-color);
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.requirementSection .requirementContent .requirementBlock .requirementBox:hover:after {
  opacity: 1;
 transform: translateY(-8.75em);
}

.requirementSection .requirementContent .requirementBlock .requirementBox:hover .requirementIcon img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.requirementSection .requirementContent .requirementBlock .requirementBox h2 {
  font-weight: bold;
  font-size: 2.5em;
  color: var(--raisinBlack-color);
  margin: 0.5em 0 0;
}

.requirementSection .requirementContent .requirementBlock .requirementBox h2:after {
  content: "+";
  font-size: inherit;
  margin: 0 0 0 0.2em;
}

.requirementSection .requirementContent .requirementBlock .requirementBox p.description {
  font-size: 1.375em;
  text-transform: uppercase;
  color: var(--dim-gray);
  margin: 0.2em 0 0;
}

.requirementSection .requirementContent .requirementBlock .requirementBox .requirementIcon img {
  max-width: 3.5em;
  width: 100%;
}

.horizontalLineImage {
  margin: 3.125em 0 0;
}

.horizontalLineImage img {
  max-width: 100%;
  width: 100%;
}
.ourWorkSection {
  padding: 5em 0 0;
  position: relative;
}

.ourWorkSection .slideBox {
  padding: 8vh 0 8vh 0;
  background-size: cover;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ourWorkSection .ourWorkContent .paraTitle {
  padding-bottom: 1.5em;
}

.ourWorkSection .slideBox .slideBoxWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 70em;
  width: 100%;
  margin: 0 auto;
  align-items: center;
}
.ourWorkSection .slideBox .slideBoxWrap .slideRight {
    display: flex;
    flex-direction: column;
}
.ourWorkSection .slideBox .slideBoxWrap .slideRight img {
  max-width: 100%;
  width: auto;
  max-height: 86vh;
  margin-left: auto;
  filter: drop-shadow(34px 34px 68px rgba(0, 0, 0, 0.20206));
}
.ourWorkSection .slideBox .slideBoxWrap.webApp .slideRight img{
  max-width: 85%;
}

.ourWorkSection .ourWorkContent .ourWorkSlider .slick-dots {
  position: absolute;
  right: 13.125em;
  top: 50%;
  transform: translateY(-50%);
}

.ourWorkSection .ourWorkContent .slick-dots li {
  margin: 0 0 1em;
}

.ourWorkSection .slideBox .slideBoxWrap .slideLeft .slideLogo {
  background-color: var(--white-color);
  width: 20vh;
  height: 20vh;
  border-radius: 3.125em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 5vh;
  border: 0.3125rem solid #fff;
}
.ourWorkSection .slideBox .slideBoxWrap .slideLeft .logo-image{
  margin-bottom: 2.125em;
  width: 29vw;
}
.ourWorkSection .slideBox .slideBoxWrap .slideLeft .logo-image img{
  height: 100%;
  width: auto;
}
.ourWorkSection .slideBox .slideBoxWrap .slideLeft .slideLogo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ourWorkSection .slideBox h2 {
  font-size: 8vh;
  text-transform: uppercase;
  color: var(--white-color);
  text-align: left;
  font-family: var(--geomanist-font);
  font-weight: bold;
  margin: 0 0 1vh;
}
.ourWorkSection .slideBox h2 strong{
  font-weight: 900;
}
.ourWorkSection .slideBox h4 {
  text-transform: inherit;
  color: var(--white-color);
  font-family: var(--geomanist-font);
  font-weight: 400;
  text-align: left;
  font-size: 3.6vh;
  margin-bottom: 20px;
}
.ourWorkSection .slideBox .themeButton{
  font-family: var(--geomanist-font);
  font-size: 1.125em;
  padding:  1.5em 3.5em 1.3125em;
  border-radius: 2.5em;
  font-weight: 400;
}
.ourWorkSection .slideBox .sectionButton {
  text-align: left;
}

.ourWorkSection .slideBox .slideBoxWrap .slideLeft ul.slideSocial {
  display: flex;
  align-items: center;
  padding: 1vh 0 5vh 0;
}

.ourWorkSection .slideBox .slideBoxWrap .slideLeft ul.slideSocial li+li {
  margin: 0 0 0 1.5em;
}
.ourWorkSection .slideBox .slideBoxWrap .slideLeft ul.slideSocial li a{
  display: flex;
  pointer-events: none;
  text-align: left;
  align-items: center;
  border: 2px solid rgba(255, 255, 255, 0.25);
  padding: 0.75em 2em 0.75em 1em;
  border-radius: 3em;
}
.ourWorkSection .slideBox .slideBoxWrap .slideLeft ul.slideSocial li a svg,
.ourWorkSection .slideBox .slideBoxWrap .slideLeft ul.slideSocial li img {
  max-width: 100%;
  width: 3.5em;
  height: 3.5em;
  margin-right: 1em;
}
.ourWorkSection .slideBox .slideBoxWrap .slideLeft ul.slideSocial li a > div *{
  text-align: left;
}
.ourWorkSection .slideBox .slideBoxWrap .slideLeft ul.slideSocial li a > div span{
  font-size: 1em;
  font-family: var(--geomanist-font);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.25em;
  display: block;
}
.ourWorkSection .slideBox .slideBoxWrap .slideLeft ul.slideSocial li a > div h5{
  font-size: 1.5em;
  font-family: var(--geomanist-font);
  font-weight: 400;
  color: rgba(255, 255, 255, 1)
}
.fp-watermark {
  display: none;
}
.fp-slidesNav.fp-bottom {
  bottom: inherit !important;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(0, -50%);
  left: inherit !important;
}
#fp-nav ul, .fp-slidesNav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#fp-nav ul li, .fp-slidesNav ul li{
  margin: 13px;
}
body #fp-nav ul li a span, 
body .fp-slidesNav ul li a span,
body #fp-nav ul li a.active span, 
body #fp-nav ul li:hover a.active span, 
body .fp-slidesNav ul li a.active span, 
body .fp-slidesNav ul li:hover a.active span{
    height: 1em !important;
    width: 1em !important;
    margin: 0 !important;
    color: #94A2AE;
    opacity: 0.3;
}
body #fp-nav ul li a.active span, 
body #fp-nav ul li:hover a.active span, 
body .fp-slidesNav ul li a.active span, 
body .fp-slidesNav ul li:hover a.active span{
  color: #F6C006;
  opacity: 1;
  background: #F6C006;
}

.pdpSection {
  background-image: url(../images/PDP-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  padding: 2.5em 0;
}

.pdpSection .pdpContent {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.pdpSection .pdpContent .pdpLeft .subTitle {
  color: var(--white-color);
  text-align: left;
}

.pdpSection .pdpContent .pdpLeft .paraTitle {
  font-weight: 400;
  color: var(--white-color);
  padding: 1em 0 0;
}
.blogSection {
  padding: 5em 0;
  background: #fff;
  z-index: 1;
  position: relative;
}

.blogSection .container {
  margin-right: 0;
  max-width: 92%;
}

.blogSection .blogContent {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3em;
}

.blogSection .blogContent .blogLeft {
  position: relative;
  width: 500px;
  display: block;
}

.blogSection .blogContent .blogRight {
  flex: 1;
  padding: 0 2em;
  padding-right: 0;
  overflow: hidden;
}

.blogSection .blogContent .blogLeft .subTitle {
  padding: 0 0 1em;
}

.blogSection .blogContent .blogLeft .paraTitle {
  padding-bottom: 0;
}

.blogSection .blogContent .blogLeft .paraTitle:after {
  content: "";
  background-color: var(--theme-color);
  height: 2px;
  width: 6em;
  display: block;
  margin: 1em 0;
}

.blogSection .blogContent .blogLeft .arrowButton {
  font-weight: 500;
  font-size: 1.5em;
  color: var(--raisinBlack-color);
}

.blogSection .blogContent .blogLeft .arrowButton:hover {
  color: var(--theme-color);
}

.blogSection .blogContent .blogLeft .arrowButton:hover:after {
  content: url(../images/arrow-yellow.png);
}

.blogSection .sliderArrows {
  margin-bottom: 1em;
}

.blogSection .sliderArrows button {
  background-color: var(--theme-color);
  border-radius: 10px;
  padding: 1.25em 1.25em;
}
.blogSection .sliderArrows button:hover{
  background-color: var(--dark-yellow-color);  
}
.blogSection .sliderArrows button+button {
  margin: 0 0 0 1.25em;
}

.blogSection .sliderArrows button img {
  max-width: 1.3em;
  width: 100%;
}

.blogSection .blogContent .blogRight ul.blogList li {
  border-radius: 10px;
  margin-top: 1em;
  margin-bottom: 3em;
  margin-right: 1.875em;
}

.blogSection .blogSlider .slick-track{
  display: flex;
  padding-left: 25px;
}
.blogSection .blogContent .blogRight ul.blogList li{
  height: auto;
}
.blogSection .blogContent .blogRight ul.blogList li a {
  position: relative;
  min-height: 340px;
  display: block;
  background: var(--white-color);
  border: 1px solid #D0D4D7;
  border-radius: 10px;
  box-shadow: 2px 18px 30px 0px #0000001A;
  overflow: hidden;
  height: 100%;
}

.blogSection .blogContent .blogRight ul.blogList li a img {
  width: 100%;
  background: #000;
}

.blogSection .blogContent .blogRight ul.blogList li a .content {
  position: relative;
  padding: 1.3em;
}

.blogSection .blogContent .blogRight ul.blogList li a .blogInfo {
  margin: 0 0 1em;
}

.blogSection .blogContent .blogRight ul.blogList li a .blogInfo>span {
  font-weight: 400;
  font-size: 1em;
  color: #757575;
  text-align: left;
}

.blogSection .blogContent .blogRight ul.blogList li a .blogInfo span.author {
  font-weight: 600;
  margin-top: 5px;
}

.blogSection .blogContent .blogRight ul.blogList li a h3 {
  font-weight: 700;
  font-size: 1.5em;
  color: var(--raisinBlack-color);
  text-align: left;
  line-height: 1.3;
  transition: 0.3s ease-in-out;

}

.blogSection .blogContent .blogRight ul.blogList li a:hover h3 {
  color: var(--theme-color);
}

.getInTouchSection {
  background-color: var(--raisinBlack-color);
  padding: 5em 0;
}

.getInTouchSection .getInTouchContent .subTitle,
.getInTouchSection .getInTouchContent .paraTitle {
  color: var(--white-color);
}

.getInTouchSection .getInTouchContent .getInTouchForm form fieldset input:not([type="submit"]),
.getInTouchSection .getInTouchContent .getInTouchForm form fieldset textarea {
  background-color: var(--white-color);
  border-radius: 10px;
  padding: 1.417em;
  line-height: inherit;
}

.getInTouchSection .getInTouchContent .getInTouchForm {
  max-width: 68em;
  width: 100%;
  margin: 0 auto;
}

.getInTouchSection .getInTouchContent .getInTouchForm form fieldset {
  margin: 0 0 1.5em;
}

.getInTouchSection .getInTouchContent .getInTouchForm form fieldset.formButton {
  margin-bottom: 0;
  text-align: center;
}

.getInTouchSection .getInTouchContent .getInTouchForm form fieldset.formButton input[type="submit"].themeButton:hover {
  border: 1px solid var(--theme-color);
}

.getInTouchSection .getInTouchContent .getInTouchForm form fieldset.formMessage {
  margin: 2.5em 0;
}

.getInTouchSection .getInTouchContent .getInTouchForm form fieldset.formMessage h4 {
  font-weight: 400;
  font-size: 1.5em;
  color: var(--greyChateau-color);
}

.footerSection .footerTopSection {
  background-image: url(../images/footer-background.webp);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: cover;
  padding: 5.313em 0 4.688em 0;
}

.footerSection .footerTopSection .footerTopContent .footerGrid {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-column-gap: 7.625em;
}

.footerSection .footerTopSection .footerTopContent .footerGrid .footerBox h3 {
  font-weight: 700;
  font-size: 1.75em;
  color: var(--black-color);
  text-align: left;
}

.footerSection .footerTopSection .footerTopContent .footerGrid .footerBox h3:after {
  content: "";
  background-color: var(--gainsboro-color);
  height: 5px;
  width: 2em;
  margin: 0.964em 0 1.5em;
  display: block;
}

.footerSection .footerTopSection .footerTopContent .footerGrid .footerBox h5 {
  font-weight: 700;
  font-size: 1.5em;
  color: var(--black-color);
  text-align: left;
  margin: 0 0 0.5em;
}

.footerSection .footerTopSection .footerTopContent .footerGrid .footerBox p {
  font-family: var(--proximaNova-font);
  font-size: 1.5em;
  color: var(--black-color);
}

.footerSection .footerTopSection .footerTopContent .footerGrid .footerBox h4 {
  font-weight: 400;
  font-size: 1.75em;
  color: var(--black-color);
  text-align: left;
  margin: 0 0 0.5em;
}

.footerSection .footerTopSection .footerTopContent .footerGrid .footerBox ul a {
  font-weight: 700;
  font-size: 1.5em;
  color: var(--black-color);
}

.footerSection .footerTopSection .footerTopContent .footerGrid .footerBox ul a:hover {
  color: var(--theme-color);
}

.footerSection .footerTopSection .footerTopContent .footerGrid .footerBox .subscriberBox .newsletterForm {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-column-gap: 1.25em;
  margin: 1.75em 0 0;
}

.footerSection .footerTopSection .footerTopContent .footerGrid .footerBox .subscriberBox .newsletterForm fieldset input[type="email"] {
  border: 1px solid var(--nobel-color);
  border-radius: 10px;
}

.footerSection .footerTopSection .footerTopContent .footerGrid .footerBox .subscriberBox .newsletterForm fieldset input[type="submit"] {
  text-indent: -9999px;
  background-image: url('../images/send.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.25em;
  font-size: 1.5em;
  padding: 1em 2em;
}
.footerSection .footerTopSection .footerTopContent .footerGrid .footerBox .subscriberBox .newsletterForm fieldset .themeButton, 
.footerSection .footerTopSection .footerTopContent .footerGrid .footerBox .subscriberBox .newsletterForm fieldset input[type="submit"].themeButton{
    font-size: 1.5em;
    padding: 0.75em 1em 0.75em;
    height: 100%; 
}
.footerSection .footerTopSection .footerTopContent .footerGrid .footerBox .subscriberBox .newsletterForm fieldset .themeButton img{
  transition: 0.3s linear;
}
.footerSection .footerTopSection .footerTopContent .footerGrid .footerBox .subscriberBox .newsletterForm fieldset .themeButton:hover img{
    transform: scale(0.5)
}
.footerSection .footerTopSection .footerTopContent .footerGrid .footerBox .awardList {
  margin: 3.438em 0 0;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-column-gap: 2.5em;
}

.footerSection .footerTopSection .footerTopContent .footerGrid .footerBox ul.letsTalkBox li+li {
  margin: 3.5em 0 0;
}
.footerSection .footerTopSection .footerTopContent .footerGrid .footerBox .letsTalkBox h4{
  margin: 0;
}
.footerSection .footerTopSection .footerTopContent .footerGrid .footerBox .letsTalkBox h4 img{
  width: 1.125em;
  margin-right: 0.625rem;
}
.footerSection .footerTopSection .footerTopContent .footerGrid .footerBox .letsTalkBox li{
  display: flex;
  flex-direction: column;
  grid-gap: 1em;
  border-left: 2px solid #F6C006;
  padding-left: 1.875em;
}
.footerSection .footerMiddleSection {
  background-color: var(--raisinBlack-color);
  padding: 2.5em 0;
}

.footerSection .footerMiddleSection .footerMiddleContent .socialBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1.75em;
}

.footerSection .footerMiddleSection .footerMiddleContent .socialBlock li a {
  display: inline-block;
  width: 3em;
  height: 3em;
  background-color: var(--black-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footerSection .footerMiddleSection .footerMiddleContent .socialBlock li a:hover {
  background-color: var(--theme-color);
}

.footerSection .footerMiddleSection .footerMiddleContent .socialBlock li+li {
  margin: 0 0 0 1.375em;
}

.footerSection .footerMiddleSection .footerMiddleContent .footerNav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footerSection .footerMiddleSection .footerMiddleContent .footerNav ul li {
  display: flex;
  align-items: center;
}

.footerSection .footerMiddleSection .footerMiddleContent .footerNav ul li:not(:last-child):after {
  content: "";
  background-color: var(--white-color);
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  display: inline-block;
  margin: 0 1em;
}

.footerSection .footerMiddleSection .footerMiddleContent .footerNav ul li a {
  font-weight: 400;
  font-size: 1.25em;
  text-transform: capitalize;
  color: var(--white-color);
}

.footerSection .footerMiddleSection .footerMiddleContent .footerNav ul li a:hover {
  color: var(--theme-color);
}

.footerSection .footerMiddleSection .footerMiddleContent .socialBlock li a img {
  height: 1.5em;
  object-fit: contain;
}

.footerSection .footerBottomSection {
  background-color: var(--nightRider-color);
  padding: 1.25em 0;
}

.footerSection .footerBottomSection .footerBottomContent span.copyright {
  font-weight: 400;
  font-size: 1.125em;
  color: var(--white-color);
  line-height: 1.5;
}
.glow-app-icons .app-icon-color{
    fill:  var(--black-color);
}
.glow-app-icons .app-circle-color {
    fill: var(--glow-app-second-color);
}

.pattrn-app-icons .app-circle-color{
    fill:  var(--pattrn-app-second-color);
}
.pattrn-app-icons .app-icon-color{
    fill:  var(--pattrn-app-color);
}

.sneaky-app-icons .app-icon-color{
    fill:  var(--black-color);
}
.sneaky-app-icons .app-circle-color {
    fill: var(--sneaky-app-second-color);
}

.ourWork-scroll{
  height: 100vh;
  min-height: 500px;
  overflow: hidden;
  pointer-events: none;
  
}
.ourWork-scroll.active{
  position: sticky;
  top: 0;
  pointer-events: initial;
}

.ourWorkSection .ourWork-item{
  position: sticky;
  top:0;
  width:100%;
  min-height: 100vh;
}
.ourWorkSection #second-panel{
  z-index: 999;
}

.scrollToTopBtn {
  background-color: #850f11;
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-size: 30px;
  line-height: 48px;
  width: 48px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
  transition: all .5s ease
}
    
.showBtn {
  opacity: 1;
  transform: translateY(0)
}
.backtop-button {
    position: fixed;
    bottom: 105px;
    right: 38px;
    height: 50px;
    width: 50px;
    background: var(--theme-color);
    border-radius: 50%;
    text-align: center;
    line-height: 1.5em;
    color: #fff;
    font-size: 32px;
    opacity: 1;
    display: none;
    z-index: 2;
}
.backtop-button i{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.backtop-button:hover { color: #fff; background: #f6c005; }

.backtop-button.show { opacity: 1; display: block; }


.carousel_wrapper {
  width: 500%;
	display: flex;
	flex-wrap: nowrap;
  height: 100vh;
}
.panel {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    padding: 0;
}
.ourWorkSection-container .carousel_pagination {
    position: absolute;
    right: 5%;
    bottom: 50vh;
    transform: translate(0, 50%);
    z-index: 99;
    display: block;
}
.ourWorkSection-container.active .carousel_pagination {
    position: fixed;
    right: 5%;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 99;
    display: block;
    bottom: inherit;
}
.carousel_pagination .dot{
  width: 1em;
  height: 1em;
  background: #333;
  opacity: 0.3;  
  margin: 1em 0;
  text-indent: -99em;
  overflow: hidden;
  transition: 0.3s linear;
  border-radius: 50%;
}
.ourWorkSection-container .dot:last-child,
.ourWorkSection-container.active .dot.active{
  background: #F6C006;
  opacity:1
}
.ourWorkSection-container.active .dot:last-child{
  background: #333;
  opacity: 0.3;  
}
