@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  height: 100%;
}
a {
  -webkit-tap-highlight-color: transparent;
  color: #F74802;
  text-decoration: none;
}
a:hover,
a:visited {
  text-decoration: none;
}
body {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  color: #ffffff;
  margin: 0;
  background-color: #1A191A;
  height: 100%;
  position: relative;
  cursor: default;
}
p {
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 500;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background: url('../images/webBG.png') no-repeat #1A191A;
  background-size: 35%;
  background-position: -80px 60px;
}
body.innerPg {
  background: transparent;
  background-color: #1A191A;
}
.wrapper {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}
header {
  padding: 47px 0;
}
header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
header .wrapper nav a {
  padding: 0 25px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  transition: all .3s ease-in-out;
}
header .wrapper nav a:hover,
header .wrapper nav a.active {
  color: #F74802;
}
header .wrapper nav a:last-child {
  padding-right: 0;
}
header .wrapper nav a:first-child {
  padding-left: 0;
}
header .wrapper a.logo {
  display: flex;
  margin-left: -140px;
}
header .wrapper a.logo img {
  width: 136px;
}
header .wrapper a.contactBtn {
  padding: 12px 20px;
  border: 1px solid #F74802;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}
header .wrapper a.contactBtn:hover {
  background-color: #F74802;
  color: #ffffff;
}
.bannerSC .bannerText h1 {
  font-size: 96px;
  font-weight: 500;
  color: #fff;
  width: 1000px;
}
.bannerSC .bannerText p {
  font-size: 28px;
  width: 820px;
  line-height: 46px;
}
.bannerSC ul.socialLinks {
  margin: 60px 0 0 0;
  display: flex;
  gap: 20px;
}
.bannerSC ul.socialLinks a {
  display: inline-flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
}
section.partner h2 {
  font-size: 72px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 30px;
}
section.partner p {
  font-size: 18px;
  color: #ffffff;
  line-height: 27px;
  width: 920px;
}
section.partner .partnersLogos {
  margin-top: 116px;
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
section.services .wrapper {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  align-items: center;
}
section.services .links {
  display: flex;
  align-items: center;
  width: 40%;
  flex-wrap: wrap;
}
section.services .links h2 {
  font-size: 72px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 30px;
}
section.services .links ul,
section.services .links .slick-track {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 15px;
}
section.services .links ul li,
section.services .links .slick-track li {
  display: block;
  width: 100%;
}
section.services .links ul li a,
section.services .links .slick-track li a {
  font-size: 24px;
  color: #ffffff;
  transition: all .3s ease-in-out;
}
section.services .links ul li a:hover,
section.services .links ul li a.active,
section.services .links .slick-track li a:hover,
section.services .links .slick-track li a.active {
  color: #F74802;
}
section.services .links ul li.slick-current a,
section.services .links .slick-track li.slick-current a {
  color: #F74802;
}
section.services .imageServices,
section.services .slick-track {
  display: flex;
  align-items: center;
  width: 60%;
}
section.weWork .wrapper {
  display: flex;
}
section.weWork .wrapper .headInfo {
  width: 30%;
}
section.weWork .wrapper .headInfo h2 {
  font-size: 72px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 30px;
}
section.weWork .wrapper .headInfo p {
  font-size: 18px;
  color: #ffffff;
  line-height: 27px;
}
section.weWork .wrapper .workList {
  width: 70%;
  padding-left: 5%;
}
section.weWork .wrapper .workList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.weWork .wrapper .workList ul li {
  width: 33%;
  margin-bottom: 80px;
  list-style-type: none;
  padding-right: 30px;
}
section.weWork .wrapper .workList ul li h4 {
  font-size: 28px;
  font-weight: 500;
  color: rgba(255,255,255,0.29);
  margin-bottom: 11px;
}
section.weWork .wrapper .workList ul li p{
    line-height: 24px;
}
section.weWork .wrapper .workList ul li h4 sup {
  color: #ffffff;
  font-size: 18px;
}
section.weWork .wrapper .workList ul li h4 p {
  font-size: 18px;
  color: #ffffff;
  line-height: 27px;
}
section.weWork.reasons .headInfo {
  width: 42%;
  padding-left: 5%;
}
section.weWork.reasons .workList {
  width: 50%;
  padding-left: 10%;
}
section.weWork.reasons .workList ul li {
  width: 50%;
}
section.ourWork h2 {
  font-size: 72px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 30px;
  background-image: url('../images/fireBG.png');
  background-repeat: no-repeat;
  text-indent: 60px;
  padding-top: 30px;
}
section.ourWork p {
  font-size: 18px;
  color: #ffffff;
  line-height: 27px;
  width: 670px;
}
section.ourWork .projects ul li {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
section.ourWork .projects ul li .info {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 480px;
}
section.ourWork .projects ul li .info p {
  font-size: 72px;
  line-height: 72px;
  font-weight: 500;
  color: #ffffff;
}
section.ourWork .projects ul li .info span {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  color: #fff;
  line-height: 24px;
}
section.ourWork .projects ul li .info a {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  padding: 10px 0;
  border-radius: 40px;
  color: #fff;
  font-size: 16px;
}
section.ourWork .projects ul li .info a:after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('../images/rdArrow.png') no-repeat;
}
section.ourWork .projects ul li video {
  max-width: 100%;
  max-height: 100%;
}
section.ourWork .projects ul li.p1 {
  background-color: #4564EA;
  background-image: url('../images/our-work/project1.png');
  background-repeat: no-repeat;
  background-size: cover;
}
section.ourWork .projects ul li.p2 {
  background-color: #5800f4;
  background-image: url(../images/our-work/project2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
section.ourWork .projects ul li.p2 .info {
  left: inherit;
  right: 10%;
  width: auto;
  top: 30%;
}
section.ourWork .projects ul li.p2 .info p {
  width: auto;
}
section.ourWork .projects ul li.p5 {
  justify-content: flex-end;
}
section.ourWork .projects ul li.p5 .info {
  top: 50%;
  margin-top: -130px;
}
section.ourWork .projects ul li.p5 .info p {
  color: #000;
}
section.ourWork .projects ul li.p5 .info span {
  color: #000;
}
section.ourWork .projects ul li.p3 {
  background-color: #f85804;
  background-image: url(../images/our-work/project3.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: left center;
}
section.ourWork .projects ul li.p3 .info {
  left: inherit;
  right: 15%;
  margin: 0 auto;
  top: 30%;
}
section.ourWork .projects ul li.p3 .info p {
  width: auto;
  margin-bottom: 15px;
}
section.clientSpeak h2 {
  font-size: 72px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 30px;
  background-image: url('../images/quotes.png');
  background-repeat: no-repeat;
  text-indent: 56px;
  background-size: 114px;
  padding-top: 29px;
}
section.clientSpeak p {
  font-size: 18px;
  color: #ffffff;
  line-height: 27px;
  width: 920px;
}
section.clientSpeak .speak {
  display: flex;
  margin-top: 46px;
  align-items: center;
  gap: 96px;
}
section.clientSpeak .speak .speakerImg {
  width: 616px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
section.clientSpeak .speak .speakerTxt {
  width: 568px;
}
section.clientSpeak .speak .speakerTxt p {
  font-size: 18px;
  position: relative;
  width: auto;
  padding-left: 30px;
  padding-top: 20px;
}
section.clientSpeak .speak .speakerTxt p sup {
  font-size: 72px;
  position: absolute;
  top: 20px;
  left: 0;
}
section.clientSpeak .speak .speakerTxt p.author {
  font-size: 18px;
  width: auto;
  margin-top: 48px;
}
section.clientSpeak .speak .speakerTxt p.author span {
  display: block;
  color: #9E9E9E;
}
section.clientSpeak .speak .speakerTxt .pagination {
  margin-top: 100px;
  display: flex;
  align-items: center;
}
section.clientSpeak .speak .speakerTxt .pagination a {
  font-size: 24px;
  color: #ffffff;
  line-height: 40px;
  transition: all .3s ease-in-out;
}
section.clientSpeak .speak .speakerTxt .pagination a:hover {
  color: #F74802;
}
section.clientSpeak .speak .speakerTxt .pagination hr {
  background-color: #ffffff;
  width: 97px;
  height: 1px;
  margin: 0 16px;
}
section.clientSpeak .slick-arrow {
  position: absolute;
  bottom: -135px;
  opacity: 0;
  width: 64px;
  height: 30px;
  left: -7px;
}
section.clientSpeak .slick-arrow.slick-next {
  left: 172px;
}
section.letsTalk h2 {
  font-size: 72px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 30px;
}
section.letsTalk p {
  font-size: 18px;
  color: #ffffff;
  line-height: 27px;
  width: 920px;
}
section.letsTalk .contactForm {
  margin-top: 95px;
}
section.letsTalk .contactForm form .row {
  display: flex;
}
section.letsTalk .contactForm form .row span {
  display: inline-flex;
  width: 50%;
  padding-right: 10%;
  margin-bottom: 27px;
}
section.letsTalk .contactForm form .row span i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 11px;
}
section.letsTalk .contactForm form .row span input {
  width: 100%;
  height: 24px;
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent !important;
  font-size: 18px;
  text-indent: 10px;
  color: #fff !important;
}
section.letsTalk .contactForm form .row span input:focus {
  outline: none;
}
section.letsTalk .contactForm form .row span button {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  padding: 10px 21px;
  border-radius: 40px;
  border: 1px solid #F74802;
  color: #F74802;
  font-size: 16px;
  background-color: transparent;
  margin-top: -22px;
  transition: all .3s ease-in-out;
  cursor: pointer;
}
section.letsTalk .contactForm form .row span button:after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('../images/rdArrow-o.png') no-repeat;
}
section.letsTalk .contactForm form .row span button:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
section.started .wrapper {
  padding: 200px 0;
}
section.started h2 {
  font-size: 72px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 30px;
}
section.started p {
  font-size: 18px;
  color: #ffffff;
  line-height: 27px;
  width: 920px;
}
section.ourApproach .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.ourApproach .info {
  width: 50%;
}
section.ourApproach .info h2 {
  font-size: 58px;
  font-weight: 400;
  color: #ffffff;
  position: relative;
  background-image: url(../images/quotes.png);
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 114px;
  padding: 30px 0 0 70px;
}
section.ourApproach .image {
  width: 50%;
}
footer {
  padding: 30px 0;
  background-color: #000000;
}
footer .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
footer .wrapper nav a {
  padding: 0 30px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  transition: all .3s ease-in-out;
}
footer .wrapper nav a:hover,
footer .wrapper nav a.active {
  color: #F74802;
}
footer .wrapper nav a:last-child {
  padding-right: 0;
}
footer .wrapper nav a:first-child {
  padding-left: 0;
}
footer .wrapper a.logo {
  display: flex;
  margin-left: -140px;
}
footer .wrapper a.logo img {
  width: 136px;
}
footer .wrapper ul.socialLinks {
  margin: 0;
  display: flex;
  gap: 20px;
}
footer .wrapper ul.socialLinks a {
  display: inline-flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
}
.mobMenu,
.mobMenuIco {
  display: none;
}
.innerPgHead h2 {
  font-size: 100px;
  line-height: 100px;
  margin-bottom: 25px;
}
.innerPgHead p {
  font-size: 30px;
  width: 950px;
  line-height: 36px;
}
.innerPgDetail .refineImg {
  height: 100vh;
  width: 100%;
  background-color: #4564EA;
  background-image: url('../images/our-work/project1.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100%;
}
.innerPgDetail .jobImg {
  height: 100vh;
  width: 100%;
  background-color: #5800f4;
  background-image: url('../images/our-work/project1.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100%;
}
.innerPgDetail .knownearImg {
  height: 100vh;
  width: 100%;
  background-color: #f85804;
  background-image: url('../images/our-work/project3.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100%;
}
.innerPgDetail .projectReview h3 {
  font-size: 72px;
  line-height: 72px;
  margin-bottom: 36px;
}
.innerPgDetail .projectReview ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.innerPgDetail .projectReview ul li {
  list-style-type: none;
  font-size: 30px;
  line-height: 50px;
  color: #fff;
}
.innerPgDetail .clientMsg p {
  font-size: 46px;
  line-height: 56px;
  margin-bottom: 57px;
}
.innerPgDetail .clientMsg p sup {
  display: block;
  font-size: 300px;
  line-height: 56px;
  color: rgba(255,255,255,0.3);
}
.innerPgDetail .clientMsg span {
  font-size: 24px;
  color: #fff;
}
.innerPgDetail .workedInnerPg .wrapper {
  display: flex;
  justify-content: space-between;
}
.innerPgDetail .workedInnerPg .wrapper .heading {
  width: 25%;
}
.innerPgDetail .workedInnerPg .wrapper .heading h3 {
  font-size: 72px;
  color: #fff;
}
.innerPgDetail .workedInnerPg .wrapper .info {
  width: 70%;
}
.innerPgDetail .workedInnerPg .wrapper .info ul {
  margin: 0;
  padding: 0;
}
.innerPgDetail .workedInnerPg .wrapper .info ul li {
  list-style-type: none;
  margin-bottom: 90px;
}
.innerPgDetail .workedInnerPg .wrapper .info ul li h5 {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 33px;
}
.innerPgDetail .workedInnerPg .wrapper .info ul li h5 span {
  font-size: 48px;
  color: rgba(255,255,255,0.29);
  margin-right: 10px;
}
.innerPgDetail .workedInnerPg .wrapper .info ul li p {
  font-size: 30px;
  padding-left: 62px;
  line-height: 50px;
}
.innerPgDetail .workedInnerPg .wrapper .info ul li p span {
  display: block;
  margin-bottom: 30px;
}
.innerPgDetail .workedInnerPg .wrapper .info ul li:last-child {
  margin-bottom: 0;
}
.innerPgDetail .finalDeisgn {
  padding: 80px 0 0 0;
  background-color: #5800f4;
  height: 1200px;
  background-image: url('../images/our-work/laptop_screen_mockup.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100%;
}
.innerPgDetail .finalDeisgn .heading {
  text-align: center;
}
.innerPgDetail .finalDeisgn .heading h2 {
  font-size: 72px;
  font-weight: 500;
  color: #fff;
}
.innerPgDetail .finalDeisgn .heading p {
  font-size: 18px;
  color: #fff;
  width: 950px;
  margin: 0 auto;
  line-height: 27px;
}
.innerPgDetail .finalDeisgn.job {
  background-image: none;
}
.innerPgDetail .otherWorks .wrapper h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}
.innerPgDetail .otherWorks .wrapper ul {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.innerPgDetail .otherWorks .wrapper ul li {
  width: 100%;
  list-style-type: none;
}
.innerPgDetail .otherWorks .wrapper ul li .image {
  width: 100%;
  height: 350px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innerPgDetail .otherWorks .wrapper ul li .image.bl {
  background-color: #4564EA;
  align-items: flex-end;
}
.innerPgDetail .otherWorks .wrapper ul li .image.bd {
  background-color: #5800f4;
}
.innerPgDetail .otherWorks .wrapper ul li .image.bw {
  background-color: #ffffff;
}
.innerPgDetail .otherWorks .wrapper ul li .image.bo {
  background-color: #f85804;
}
.innerPgDetail .otherWorks .wrapper ul li video {
  width: 100%;
}
.innerPgDetail .otherWorks .wrapper ul li p {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 32px;
}
.innerPgDetail .otherWorks .wrapper ul li span {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 22px;
}
.innerPgDetail.jobs .jobImg {
  background-image: url('../images/our-work/project2.png');
  background-size: contain;
  background-position: center center;
}
.innerPgDetail.know-near .knownearImg {
  background-size: contain;
  background-position: center center;
}
.innerPgDetail.know-near .finalDeisgn {
  background-image: none;
  background-color: #f85804;
}
#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}
#light {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 600px;
  height: 500px;
  border: 2px solid #FFF;
  background: #FFF;
  z-index: 1002;
  overflow: visible;
  align-items: center;
  justify-content: center;
}
#light video {
  width: 100%;
}
#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}
.boxclose:before {
  content: "×";
}
#fade:hover ~ #boxclose {
  display: none;
}
.test:hover ~ .test2 {
  display: none;
}
