/*Responsive Start Here*/
@media (max-width: 1500px) {
  .serviceSection {
    height: 2200px;
  }
  
}
@media (max-width: 1366px) {
  .serviceSection .serviceRight{
    max-width: 750px
  }
  .serviceSection .serviceRight .serviceBox.creativeWritingBox{
    right: 748px;
    min-width: 375px;
  }
  .desktopService .serviceWraperBox .serviceInnerBox .serviceIndicator{
    line-height: 25px;margin-bottom: 16px;
  }
  
}

/*Responsive Start Here from 1280px*/

@media (max-width: 1280px) {

  .clientsProjectSection .projectWraper .projectTitle {
    font-size: 24px;
    line-height: 30px;
  }

  .clientsProjectSection .projectWraper .projectDis {
    font-size: 18px;
    line-height: 27px;
  }
  .serviceSection .serviceRight{
    max-width: 700px
  }
  .serviceSection .serviceRight .serviceBox.creativeWritingBox{
    right: 700px;
    min-width: 350px;
  }
  .videSection .container{
    padding-bottom: 60px;
  }
  
  .letsTalkText h6 {
    font-size: 18px;
    line-height: 21px;
  }
  .letsTalkText h2 {
    font-size: 55px;
    line-height: 71px;
  }
  .letsTalkText {
    max-width: 460px;
  }
}

/*Responsive Start Here from 1200px*/

@media (max-width: 1200px) {
  .serviceSection .serviceRight{
    max-width: 600px
  }
  .serviceSection .serviceRight .serviceBox.creativeWritingBox{
    right: 600px;
    min-width: 350px;
  }
  .serviceInnerBox{
    padding-left:15px;
    padding-right: 15px;
  }
  .serviceSection .serviceRight .serviceBox .serviceNum{
    font-family: 'HelveticaNeue-Thin';
    font-style: normal;
    font-weight: 100;
    font-size: 48px;
    line-height: 64px;
    margin-bottom:10px;
  }
  .serviceSection .spectrumBox{
    max-width: 350px;
  }
  .testimonialsContent p{
    height: 574px;
  }
}

/*Responsive Start Here from 1024px*/

@media (max-width: 1024px) {
  .rotateService{
    display: none;
  }
  .video-wrapper{
    padding:124px 0px;
  }
  .letsTalkText h6 {
    font-size: 16px;
    line-height: 18px;
  }
  .letsTalkText h2 {
    font-size: 46px;
    line-height: 60px;
  }
}

/*Responsive Start Here from 991px*/

@media (max-width: 991px) {
  .serviceSection .serviceRight .serviceBox.creativeWritingBox{
    position: relative;
    right: unset;
    min-width: unset;
    bottom: unset;
    width: 50%; 
  }
  .testimonials .swiper-button-prev {
    left: 32px;
}
  .testimonialsContent p {
    max-width: 100%;
    opacity: 1;
    padding-bottom: 44px;
    text-align: center;
    height:200px;
  }
 .testimonialsset .author {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 10px;
}
 .testimonialsset .profile {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}
  .testimonialsset {
    justify-content: center;
    background:#000;
    width: 100%;
    max-width: 360px;
    text-align: center;
    margin: 0 auto;
  }
   .swiper-slide-active p {
    background: linear-gradient(265deg, #000 0%, #00000000 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .swiper-slide-duplicate-prev p {
    background: linear-gradient(-265deg, #000 0%, #00000000 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
    .swiper-slide-active p {
    background: #fff;
    -webkit-text-fill-color: black;
}

  .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;
  }
  
   .slantBorder{
     display: none;
   }
  .clientsProjectSection .projectWraper:nth-child(2),
  .clientsProjectSection .projectWraper:nth-child(4),
  .clientsProjectSection .projectWraper:nth-child(6) {
    margin-top: 72px;
  }
  .clientsProjectSection .projectWraper:nth-child(3),
  .clientsProjectSection .projectWraper:nth-child(5) {
    margin-top: 0px;
  }
  .serviceSection .serviceRight{
    position: unset;
  }
  .serviceSectionWraper .serviceSection{
    flex-direction: column;
    height: auto;
  }
  .serviceSection .serviceRight{
    max-width: 100%;
    margin: auto;
  }
  .serviceSection .serviceRight .serviceWraperBox:hover{
    border-top:1px solid;
    border-color: rgba(255, 255,255, 0.25);
  }
  .videSection .container{
    padding-bottom: 0px;
    border-bottom: 0px;
  }

  .writeUs .field{
    margin-bottom: 30px;
  }

}

@media screen and (max-width: 768px) {

  .testimonialsContent:before {
    content: "";
    background: url(../images/testimonuialVector.svg);
    width: 100%;
    background-position: center;
    position: absolute;
    top: -66px;
    display: block;
    height: 30px;
    background-repeat: no-repeat;
  }
  
  .contactModal .close img{
    width: 15px;
  }
 .contactModal .modalLogo{
   width: 37px;
   position: absolute;
   margin: auto;
   left: 0;
   right: 0;
   display: flex;
   justify-content: center;
  }
  .checkBox .checkboxText{
    padding:9px;
    font-size: 16px;
    line-height: 24px;
  }
  .col-aut{
    margin-bottom: 10px;
  }
  .checkBox textarea{
    margin-top: 20px;
    padding-top: 10px;
  }
 
}
/*Responsive Start Here from 767px*/
@media (max-width: 767px) {
  .contactModal .modal-body{
    max-height: calc(100vh - 127px);
    min-height: calc(100vh - 127px);
  }
  .slide-up{
    margin: auto !important;
  }

  /*service accordian css start*/
  .mobileService{
    display: block;
  }
  .desktopService{
    display: none;
  }
  .serviceSection .serviceRight {
    padding: 0 15px 50px 15px;
  }
  .mobileService .accordion>.card{
    border-radius: 0px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: rgba(255, 255,255, 0.25);
    border-left: 0px;
    border-right: 0px;
    background-color: transparent;
    padding-top: 20px;
    padding-bottom: 19px;
  }
  .mobileService .card-header{
    padding: 0px;
    background-color: transparent;
    border-bottom: 0px;
  }
  .mobileService .card-header .collapsed .i20{
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
  }
  .mobileService .card-header .i20{
    transform: rotate(76deg);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
  }
  .mobileService .card-header .serviceTitle{
    font-family: 'HelveticaNeue-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: -0.04em;
    padding-left: 50px;
  }
  .mobileService .card-header .serviceNum {
    font-size: 30px;
    margin-bottom: 0;
    position: absolute;
    line-height: 40px;
    left: 0;
    font-family: 'HelveticaNeue-Thin';
    font-style: normal;
    font-weight: 100;
    letter-spacing: -0.02em;
    color: #DADADA;
    opacity: 0.25;
  }
  .mobileService .card-body{
    padding: 0;
  }
 .mobileService .show .card-body{
    min-height: 350px;
  }
  .mobileService .show .card-body.maxHeight400{
    min-height: 400px;
  }
  .bottomToTop{
    padding-top: 43px;
    position: absolute;
    z-index: 1;
    width: 100%;;
    height: 100%;
    top: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #ffffff;
  }
  .mobileService .show .card-body .bottomToTop{
    top: 68px;
    padding-bottom: 60px;
    padding-top: 15px;
  }
  .mobileService .card-body .bottomToTop .numberBox {
    padding-bottom: 15px;
  }
  .mobileService .card-body .serviceNum {
    font-family: 'HelveticaNeue-Thin';
    font-style: normal;
    font-weight: 100;
    font-size: 48px;
    line-height: 64px;
    margin-bottom: 10px;
  }
  .mobileService .card-body .servicTitle {
    font-family: 'HelveticaNeue-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.04em;
  }
  .mobileService .card-body  .serviceIndicator{
    margin-bottom: 15px
  }
  .serviceSection .serviceRight .expoloreLink img {
    width: 25px;
    margin-left: 6px;
    margin-bottom: 5px;
  }

}

/*Responsive Start Here from mobile*/
@media (max-width: 576px) {
  
  .loderGif{
    width:16px; 
    height:16px;
    top: -3px;
    right: -18px;
  }
  .submit .loderGif{
    width: 14px;
    height: 14px;
    top: 0px;
    right: -12px;
  }
  .submit span{
    padding-left: 0px;
  }
  #circle-play-b img{
    width: 22px;
    height: auto;
  }
  .since2012 .sinceContent {
    margin: 0 auto 70px;
    padding: 0 20px 0 47px;
   }
   .since2012 .sinceContent h2 {
    max-width: 530px;
    margin: 22px 0 0;
}
  .since2012 {
    padding-top: 50px;
    padding-bottom: 94px;
  }
 .since2012 .sinceLogos {
    background: url(../images/sinceLogosSm.svg);
    background-repeat: repeat-x;
    background-repeat-y: no-repeat;
  }

  .clientsProjectSection{
    margin-top: 50px;
  }
  .helpingClients {
    max-width: 312px;
    margin: auto;
    text-align: center;
    padding-bottom: 20px;
  }
  /*service section*/
  .serviceSection .serviceLeftWraper {
    padding: 51px 10px 51px 47px;
  }
  .serviceSection .spectrumBox{
    margin: 22px 0 0;
    font-family: "HelveticaNeue-regular";
    font-weight: 400;
  }
  .serviceSection .serviceRight .serviceBox{
     height: 78px;
     border-left: 0;
     border-right: 0;
     padding:20px 0;
  }
  .serviceSection .serviceRight{
    padding: 0 15px 50px 15px;
  }
  .serviceVisible{
    display: none !important;
  }
  .serviceSection .serviceRight .serviceBox:hover {
    background-color: transparent;
  }
  .serviceSection .serviceRight .serviceBox:hover .bottom-service{
    display: flex !important;
  }
  .serviceSection .serviceRight .serviceBox .serviceNum {
    font-size: 30px;
    margin-bottom: 0;
    position: absolute;
    line-height: 40px;
    left: 0;
  }
  .serviceSection .serviceRight .serviceBox .servicTitle{
    font-size: 20px;
    padding-left: 50px;
  }
  .serviceSection .serviceRight .bottom-service{
    position: unset;
    padding: 0;
  }

  .clientsProjectSection .projectWraper a.clientsProject .cover {
    max-height: 343px;
    max-width: 343px;
    width: 100%;
    margin:auto;
  }
   .clientsProjectSection .projectWraper:nth-child(2),
   .clientsProjectSection .projectWraper:nth-child(3),
   .clientsProjectSection .projectWraper:nth-child(4),
   .clientsProjectSection .projectWraper:nth-child(5),
   .clientsProjectSection .projectWraper:nth-child(6) {
     margin-top: 60px;
   }
  .clientsProjectSection .projectWraper .projectTitle {
    font-size: 20px;
    line-height: 24px;
  }
  .clientsProjectSection .projectWraper .projectDis {
    font-size: 16px;
    line-height: 24px;
  }


  /*testimonial css start*/
  .testimonials .container{
    overflow: hidden;
  }
  .testimonialsContent p {
    font-size: 24px;
    line-height: 38px;
  }
  .testimonialsset {
    max-width: 260px;
    margin: 0 auto;
  }
  .swiper-slide img {
    display: none;
    width: 100%;
    max-width: 72px;
    height: 100%;
    object-fit: cover;
    margin: 24px;
    margin-left: 0px;
  }
  .testimonialSlider {
    padding-bottom: 97px;
    padding-top: 64px;
  }
  .testimonailSection{
    padding-bottom: 97px;
  }
.testimonailSection .testimonialSlider {
   padding-bottom: 0px;
   margin-bottom: 0px
}
  .testimonialsContent p {
    height: 260px;
  }

    /*let's talk section*/
    .letsTalk {
      padding-top: 0px;
      padding-bottom: 50px;
    }
    .letsTalkContent {
      flex-wrap: wrap;
      text-align: center;
    }
    
    .letsTalkText h6 {
      padding-top: 0;
      font-size: 14px;
      line-height: 16px;
      margin-bottom: 4px;
    }
    .letsTalkText h2 {
      font-size: 36px;
      line-height: 48px;
      margin-bottom: 25px;
    }
    .circleOutline {
      height: 173px;
      width: 173px;
    }
    .circleInner {
      height: 146px;
      width: 146px;
      margin: 13px;
    }
    .circleMain {
      height: 122px;
      width: 121px;
      margin: 11px;
    }
    
    .circleMain img {
      width: 50px;
      height: 50px;
    }

/*contact section*/
  .writeText span {
    font-size: 14px;
  }
  .checkBox .checkboxText {
    font-size: 16px;
  }
  .writeUs {
    padding: 50px 0;
  }
  .checkBox .textmessage {
    margin-top: 24px;
    padding-top: 15px;
    padding-bottom: 30px;
    scroll-padding-bottom:30px;
    scroll-padding-top:15px;
 }
 .checkBox .FormSubmit{
    bottom: -25px;
  }

  .mobileService .card-body.maxHeight400 .bottomToTop .numberBox {
    padding-bottom: 5px;
  }
  .mobileService .card-body.maxHeight400 .bottomToTop .serviceIndicator {
    line-height: 25px;
  }
  .mobileService .card-body.maxHeight400.optimizeBody .bottomToTop{
    top:100px;
    padding-bottom: 91px;
  }
}


@media screen and (max-width: 375px) {
 
  .testimonials .swiper-button-next,
  .swiper-button-prev {
    bottom: 15px;
  }
  .testimonialsContent p {
    height: 310px;
  }
  
  .swiper-slide img {
    margin: 9px;
    max-width: 54px;
  }
  .author {
    font-size: 14px;
    color: #fff;
    padding-bottom: 5px;
  }
  .profile {
    font-size: 12px;
  }
  .testimonialsset {
    background: black;
    width: 100%;
    max-width: 360px;
    text-align: center;
  }
  .testimonialsset {
    max-width: 211px;
    margin: 0 auto;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 100% !important;
  }

  .mobileService .card-header .serviceNum {
    font-size: 24px;
  }
  .mobileService .card-header .serviceTitle {
    font-size: 18px;
    line-height: 36px;
    padding-left: 37px;
  }
}

@media screen and (max-width: 370px) {
  .mobileService .card-body .serviceIndicator {
    margin-bottom: 7px;
  }
  .mobileService .card-body.maxHeight400 .bottomToTop .serviceIndicator {
    font-size: 18px;
  }
} 