.fieldRequired p{
  font-size: 14px;
  font-family: "HelveticaNeue-regular";
  margin-top: 5px;
  margin-bottom: 0px;
}
.loderGif{
  width:20px; 
  height:20px; 
  display: flex;
  justify-content:
  center; 
  align-items: center;
  transform: skew(0deg);
  position: absolute;
  top: 0px;
  right: -27px;
  margin-top: inherit !important;
}
.submit .loderGif{
  top: 2px;
}
#mailSentStatus p{
  margin: 40px auto 0;
  margin: 50px auto 0;
  text-align: center;
  font-family: "HelveticaNeue-regular";
}
#mailMessageSentStatus p{
  text-align: center;
  margin: 5px 0 0 -15px;
  font-family: "HelveticaNeue-regular";
}

/*contact form modal css*/
.contactModal{
  max-width: 1200px;
}
.contactModal .modal-header{
  border-bottom: 0px;
}
.contactModal .writeUs {
    padding-top: 20px;
    padding-bottom: 53px;
}
.modalHeader{
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0;
}
.contactModal .close{
  opacity: 1;
}
.contactModal .close img{
  width: 26px;
}
.contactModal .modal-body{
  max-height: 75vh;
  overflow-x: auto;
}
.contactModal .modal-body::-webkit-scrollbar {
  width: 4px;
 }
.contactModal .modal-body::-webkit-scrollbar-track {
  background: transparent;
}
.contactModal .modal-body::-webkit-scrollbar-thumb {
  background: #BCBCBC;
  border-radius: 2px;
}
.contactModal {
    max-width: 100%;
}
.modal{
  padding-right: 0px !important;
}
.modal-dialog{
  margin: 0px !important
}
.modal-content {
  border-radius: 0px;
  border:0px;
}
.contactModal .modal-body{
  max-height: calc(100vh - 127px);
  min-height: calc(100vh - 127px);
}
.modal.fade .modal-dialog {
  transform: translate3d(0, 100vh, 0);
  transition: transform 0.5s ease-in-out;
}
.modal.show .modal-dialog {
  transform: translate3d(0, 0, 0);
  transition: transform 0.5s ease-in-out;
}
.modal-open .modal {
  overflow-y: hidden;
}

/*Service section*/

.serviceSection {
  height: 2300px;
}

.serviceSection .serviceLeftWraper{
  padding-top: 132px;
  padding-bottom: 51px;
  position: relative;
}
.serviceSection .spectrumBox{
  max-width: 400px;
  padding-right: 10;
  margin-top: 32px;
  margin-bottom:44px;
}
.rotateService{
  font-size: 85px;
  line-height: 144px;
  letter-spacing: 0.25em;
  font-family: 'HelveticaNeue-Heavy';
 -webkit-text-fill-color:transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(255,255,255,1);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -ms-transform-origin: right top 0;
  -moz-transform-origin: right top 0;
  -webkit-transform-origin: right top 0;
  transform-origin: right top 0;
  right: 100%;
  cursor: vertical-text;
  position: absolute;
}
.serviceSection .serviceRight{
  max-width: 860px;
  width: 100%;
  position: absolute;
  right: 0;
}
.serviceSection .serviceRight .serviceBox{
  padding-top: 26px;
  border:1px solid;
  border-color: rgba(255, 255,255, 0.25);
  height: 450px;
} 

.serviceSection .serviceRight .serviceBox.creativeWritingBox{
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 860px;
  min-width: 430px;
}

.serviceInnerBox{
  padding-left:38px;
  padding-right: 38px;
}

.serviceSection .serviceRight .serviceBox .serviceNum{
  font-family: 'HelveticaNeue-Thin';
  font-style: normal;
  font-weight: 100;
  font-size: 76px;
  line-height: 80px;
  letter-spacing: -0.02em;
  color: #DADADA;
  opacity: 0.25;
}
.serviceSection .serviceRight .serviceBox .servicTitle{
  font-family: 'HelveticaNeue-Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -0.04em;
}
.serviceSection .serviceRight .serviceBox:hover .serviceNum{
   color: #808080;
   opacity: 0.25;
}
.serviceContent{
  padding-left: 28px;
  margin-top: 10px;
}
.serviceIndicator{
  position: relative;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: -0.04em;
  color: #444444;
  opacity: 0.8;
  font-family: 'HelveticaNeue-regular';
  margin-bottom: 18px;
}
.serviceIndicator:before{
  transform: skew(-25deg);
  background: #FCDA69;
  content: "";
  width: 14px;
  height: 8px;
  position: absolute;
  left:-28px;
  top:11px;
}
.serviceSection .serviceRight .expoloreLink{
  height: 80px;
  font-family: 'HelveticaNeue';
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.25em;
  font-size: 20px;
  line-height: 24px;
  width: calc(100% + 2px);
  margin: 0px -1px -1px;
}
.serviceSection .serviceRight .expoloreLink:hover{
    color: #FFFFFF;
}
.serviceSection .serviceRight .expoloreLink img{
  width: 24px;
  margin-left: 20px;
  margin-bottom: 6px;
}
.uxindiTitle{
  font-size: 20px;
  color:#000000;
  line-height: 34px;
  margin-bottom: 3px;
  letter-spacing: -0.04em;
  font-family: "HelveticaNowDisplay";
  font-weight: 500
}
.serviceSection .serviceRight .bottom-service{
  padding:34px; 
  position:absolute;
  width: 100%;
  bottom: 0
}
.serviceWraperBox{
  overflow: hidden;
  transition: all 0.8s ease;
  transition-timing-function: 0.8s cubic-bezier(.17,.67,.73,.28);
}
.bottomToTop{
  padding-top: 26px;
  position: absolute;
  z-index: 1;
  width: 100%;;
  height: 100%;
  top: 100%;
  transition: all 0.8s ease;
  transition-timing-function: 0.8s cubic-bezier(.17,.67,.73,.28);
  background-color: #ffffff;
}
.bottomToTop .numberBox{
  padding-bottom: 35px;
}
.serviceWraperBox:hover .bottomToTop{
  top: 0%;
}
.mobileService{
  display: none;
}

/* Helping clients section */

.clientsProjectSection{
  margin-top: 150px;
}
.clientsProjectSection .projectWraper:nth-child(2) {
  margin-top: 72px;
}
.clientsProjectSection .projectWraper:nth-child(3) {
  margin-top: 144px;
}
.clientsProjectSection .projectWraper:nth-child(4) {
  margin-top: -50px;
}
.clientsProjectSection .projectWraper:nth-child(5) {
  margin-top: 22px;
}
.clientsProjectSection .projectWraper:nth-child(6) {
  margin-top: 94px;
}
.helpingClients {
  max-width: 492px;
}
.slantBorder {
  position: absolute;
  top: 0;
  right: 0;
}
.innerService .helpingClients {
  max-width: 538px;
}
.innerService .slantBorder {
  right: -50px;
}

.clientsProjectSection .projectWraper a.clientsProject {
  cursor: pointer;
  text-decoration: none;
  display: block;
  width: 100%;
  transform: translate(0px, 0px);
  opacity: 1;
}
.clientsProjectSection .projectWraper a.clientsProject .cover {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  display: block;
  height: 589px;
  position: relative;
  transition: all 0.5s cubic-bezier(0.67, 0, 0.285, 1);
}
.clientsProjectSection .projectWraper a.clientsProject .cover img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1s cubic-bezier(0.67, 0, 0.285, 1), opacity 0s linear;
}
.clientsProjectSection .projectWraper a.clientsProject:hover .cover {
  -webkit-clip-path: polygon(5% 10%, 95% 0, 95% 90%, 5% 95%);
  clip-path: polygon(5% 10%, 95% 0, 95% 90%, 5% 95%);
}
.clientsProjectSection .projectWraper a.clientsProject:hover .cover img {
  transform: translateZ(0) scale(1.1);
}
.clientsProjectSection .projectWraper .projectTitle {
  font-family: "HelveticaNeue-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -0.04em;
}
.clientsProjectSection .projectWraper .projectDis {
  font-family: "HelveticaNowDisplay";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: -0.04em;
}
/* Testimonials css */
.testimonials .container {
  max-width: 1240px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.swiper {
  width: 100%;
  height: 100%;
}
.heading .title {
  width: 100%;
  max-width: 419px;
  line-height: 75px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  display: none;
  width: 100%;
  max-width: 82px;
  height: 100%;
  object-fit: cover;
  margin: 24px;
}
.testimonialSlider {
  overflow: hidden;
  padding-bottom: 150px;
  padding-top: 130px;

}
.testimonailSection{
  padding-bottom: 150px;
}
.testimonailSection .testimonialSlider {
   padding-bottom: 0px;
   margin-bottom: 0px
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
.testimonialsset {
  display: flex;
  align-items: center;
  padding: 35px 45px 35px 45px;
}
.designation span {
  display: block;
  font-family: "HelveticaNow-Display";
  text-align: left;
}

.testimonials .swiper-button-next,
.swiper-button-prev {
  position: absolute;
   bottom: 3%;
    top:inherit;
}
.swiper-slide-next .testimonialsset {
  background: black;
  width: 100%;
  max-width: 360px;
  text-align: center;
}
.swiper-slide-next span.author,
.swiper-slide-next span.profile {
  color: #fff;
}
.swiper-slide-next .testimonialsContent p {
  opacity: 1;
  max-width: 360px
}
.swiper-slide-next .testimonialsContent:before {
  content: "";
  background: url(../images/testimonuialVector.svg);
  width: 50px;
  height: 36px;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  top: -66px;
}

.testimonialsContent p {
  font-family: "HelveticaNeue-Bold";
  width: 100%;
  max-width: 320px;
  font-size: 36px;
  line-height: 55px;
  margin: 0;
  opacity: 0.1;
  padding-bottom: 44px;
  text-align: left;
  display: flex;
  height: 484px;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.04em;
  color: #424242;
}
.testimonialsset .author {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  padding-bottom: 10px;
}
.testimonialsset .profile {
  font-size: 16px;
  font-weight: 400;
  color: #bcbcbc;
}
.testimonialsContent {
  width: 100%;
}
.testimonials .swiper-button-prev {
  right: auto;
  height: 92px;
  width: 100%;
  max-width: 356px;
  display: flex;
  justify-content: flex-start;
}
.testimonials .swiper-button-next {
  right: 32px;
  width: 100%;
  max-width: 356px;
  display: flex;
  justify-content: flex-end;
  height: 92px;
}

/*since2012 new design*/
.since2012 {
padding: 150px 0;
overflow-x: hidden;
}
.since2012 .sinceContent {
max-width: 772px;
margin: 0 auto 150px;
padding: 0 30px;
}

.since2012 .sinceContent {
max-width: 772px;
margin: 0 auto 150px;
}

.since2012 .sinceContent h2 {
max-width: 530px;
margin: 30px 0 0;
}

.since2012 .sinceLogosTop {
height: 120px;
}
.since2012 .sinceLogosBottom {
height: 120px;
}
.since2012 .sinceLogosTop img,.since2012 .sinceLogosBottom img {
height: 100%;
width: 100%;
}
.since2012 .sinceLogos1 {
height: 80px;
}
.since2012 .sinceLogos2 {
height: 80px;
}
.since2012 .sinceLogos3 {
height: 80px;
}
.bgRepeat {
background-repeat: repeat-x !important;
background-repeat-y: no-repeat !important; 
}

.ImageScroll__wrapper {
 width: 100vw;
 overflow: hidden;
}

.ImageScroll__image {
width: 200vw;
background-size:50%;
transform: translate3d(0, 0, 0);
}
/*since2012*/
/*------------- Let's Talk Css start -------------*/

.letsTalk {
height: 100%;
width: 100%;
padding-top: 100px;
padding-bottom: 150px;
}
.letsTalkContent {
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.letsTalkText {
height: 100%;
max-width: 530px;
width: 100%;
}
.letsTalkText h6 {
font-family: 'HelveticaNeue';
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 24px;
letter-spacing: 0.25em;
text-transform: uppercase;
color: #424242;
padding-top: 30px;
margin-bottom: 16px;
}
.letsTalkText h2 {
  font-family: 'HelveticaNeue-Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 82px;
  letter-spacing: -0.04em;
  color: #FF8F1C;
  margin-bottom: 30px;
}
.letsTalkCircle {
  margin-left: 23px;
}
.circleOutline {
  border-radius: 50%;
  height: 277px;
  width: 277px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.circleInner {
  border-radius: 50%;
  margin: 21px;
  height: 235px;
  width: 235px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.circleMain {
  background: #FF8F1C;
  border-radius: 50%;
  margin: 18px;
  height: 198px;
  width: 198px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.circleMain img {
  width: 68px;
  height: 68px;
}
.circleMain:hover{
  -webkit-transform: rotate(46deg);
  transform: rotate(46deg);
}

/*contact section*/
.writeUs {
  padding-top: 206px;
  padding-bottom: 112px;
}
.writeText h1.title {
  width: 100%;
  max-width: 514px;
  margin-bottom: 69px;
}
.writeText span {
  color: #616559;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 20px;
  padding-bottom: 16px;
  display: inline-block;
}
.writeUs input {
  width: 100%;
  height: 39px;
  border: none;
  border-bottom: 1px solid #dadada;
}
.writeUs .field{
  margin-bottom: 40px;
}
.writeUs input:active,
.writeUs input:focus {
  border-bottom: 2px solid #000;
}

.writeUs label {
  font-family: "HelveticaNeue-regular";
  color: #bcbcbc;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.15em;
  margin: 0;
  padding: 0;
}
.checkBox .checkboxText {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  box-shadow: inset 0 0 0 1px #bcbcbc;
  /*border: 1px solid #bcbcbc;*/
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
  white-space: nowrap;
  padding: 16px;
  width: 100%;
 -ms-touch-action: manipulation;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  color: #424242;
  background-image: none;
  box-sizing: border-box;
  position: relative;
}
.col-aut .checkboxText:hover {
    color:#226FD1;
  }

.col-aut .checkboxText::before,
  .col-aut .checkboxText::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .col-aut .checkboxText {transition: color 0.50s;}

  .col-aut .checkboxText::before,
  .col-aut .checkboxText::after {
    border: 2px solid transparent;
    width: 0;
    height: 0;
  }
  .col-aut .checkboxText::before {
    top: 0;
    left: 0;
  }
  .col-aut .checkboxText::after {
    bottom: 0;
    right: 0;
  }
  
  
  .col-aut .checkboxText:hover::before,
  .col-aut .checkboxText:hover::after {
    width: 100%;
    height: 100%;
  }

  .col-aut .checkboxText:hover::before {
    border-right-color: #ff8f1c;
    transition:
      width 0.50s ease-out,
      height 0.50s ease-out 0.50s; 
  }

 /*.col-aut .checkboxText:hover {
    color: #fbca67;
  }*/
  .col-aut .checkboxText::after {
    top: 0;
    left: 0;
  }
  .col-aut .checkboxText:hover::before {
    border-top-color: #226FD1;
    border-right-color: #226FD1;
  }

  .col-aut .checkboxText:hover::after {
    border-bottom-color: #226FD1;
    border-left-color: #226FD1;
    transition:
      height 0.50s ease-out,
      width 0.50s ease-out 0.50s;
  }

.checkBox .textmessage {
  border: none;
  resize: none;
  margin-top: 24px;
  padding-top: 36px;
  padding-bottom: 36px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  width: 100%; 
  height: 170px !important;
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 0.15em;
  box-sizing: border-box;
  display: block;
  scroll-padding-bottom:36px;
  scroll-padding-top:36px;
}

.textmessage:focus, .textmessage:active{
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
  box-shadow: none !important;
  outline: 0px;
  padding-top: 35px;
}
.checkBox textarea::placeholder {
  color: #bcbcbc;
  font-size: 14px;
  letter-spacing: 0.15em;
}
.checkBox .FormSubmit{
  position: absolute;
  bottom: -35px;
  left:0;
  right: 0;
  margin:auto;
  display: flex;
  justify-content: center;
}
.check {
  display: flex;
  flex-wrap: wrap;
}
.checkBox input {
 clip: rect(0, 0, 0, 0);
  pointer-events: none;
  right: 0;
  top: 0;
  height: 100%;
  margin: 0;
  display: none;
}
.checkBox input[type="checkbox"]:checked ~ .checkboxText {
  /*border: 1px solid #ff8f1c;*/
  box-shadow: inset 0 0 0 2px #226FD1;
  color:#226FD1;
}
.col-aut {
  margin: 24px 15px 0px 0px;
}
/*scaledown animation*/

@media only screen and (min-width: 1050px) {
  .scaleDownScreen::before {
    content: 'desktop';
    display: none;
  }
}
.cd-section {
  max-height: 100vh;
  min-height: 100vh;
}
.cd-section h2 {
  padding-top: 20vh;
  text-align: center;
  font-size: 10rem;
}
@media only screen and (min-width: 1050px) {
  .cd-section > div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}