/*  */
#wrapper {
  overflow: visible;
}
.content .container {
  max-width: 1270px;
  width: 100%;
  padding: 0 15px;
}
p {
  color: #131928;
}
h3 {
  font-size: 22px;
}
.d-flex {
  display: flex;
  display: -ms-flexbox;
}
.justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.align-items-center {
  -ms-flex-align: center;
  align-items: center;
}
/*  */
/* Banner section styling */
.banner {
  background: url(https://www.htmlpanda.com/assets-new/images/thumb.jpg) no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  margin-top: 70px;
  padding: 50px 0;
  position: relative;
}
.washington-dc{
	 background: url(https://www.htmlpanda.com/assets-new/images/washingtondc.jpg) no-repeat;
	 background-size: cover;
}
.san-jose{
	 background: url(https://www.htmlpanda.com/assets-new/images/san-jose.jpg) no-repeat;
	 background-size: cover;
}
.seattle-banner{
	 background: url(https://www.htmlpanda.com/assets-new/images/seattle-banner.jpg) no-repeat;
	 background-size: cover;
	 background-position-y:-90px;
}
.boston-banner{
	 background: url(https://www.htmlpanda.com/assets-new/images/boston-banner.jpg) no-repeat;
	 background-size: cover;
}
.newyork-banner{
	 background: url(https://www.htmlpanda.com/assets-new/images/newyork-city.jpg) no-repeat;
	 background-size: cover;
}
.minneapolis-banner{
	 background: url(https://www.htmlpanda.com/assets-new/images/shutterstock.jpg) no-repeat;
	 background-size: cover;
}
.angeles-banner{
	background: url(https://www.htmlpanda.com/assets-new/images/angeles.jpg) no-repeat;
	 background-size: cover;
}
.phoenix-banner{
	background: url(https://www.htmlpanda.com/assets-new/images/phoenix-az.jpg) no-repeat;
	 background-size: cover;
}
h1 {
  font-size: 32px;
  color: #fff;
  line-height: 1.1;
  position: relative;
  margin-bottom: 25px;
}

.banner-left p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 25px;
  line-height: 1.45;
}
/* typewriter cursor styling */

/* The type and erase effect */
@keyframes typing-erase {
  0% { width: 0 }
  80% { width: 100% }
  90%, 100% { width: 0 }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: gray }
}
/* typewriter cursor styling close */

.banner:after {
  content: "";
  /*background: url(../images/dot-repeated.png) left top rgba(0, 0, 0, 0.7);*/
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color:rgba(0,0,0,0.6);
}
.san-jose:after{
	/*background: url(../images/dot-repeated.png) left top rgba(0, 0, 0, 0.6);*/
}
.banner-left {
  position: relative;
  z-index: 3;
  max-width: 800px;
}
.partner-pointer {
  max-width:710px;
  position: relative;
  z-index: 9;
}
.partner-pointer li {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.1;
  margin-bottom: 15px;
  padding-left: 18px;
  position: relative;
}
.partner-pointer li:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 2PX;
  border-radius: 50%;
  border: 1px solid #fff;
}
/* Banner page styling close*/
/* Convert section styling */
.convert-section {
  background-color: #5663eb;
  padding: 50px 0 35px;
}
.convert-left {
  margin-bottom: 35px;
}
.convert-left h2 {
  color: #fff;
  margin-bottom: 30px;
}
.convert-list li p {
  margin-bottom: 15px;
}
.convert-head h3 {
  margin-bottom: 25px;
}
.convert-left .menu-btn.button {
  background: transparent;
  border: 2px solid #ff2601;
  color: #ff2601;
}
.convert-left .menu-btn.button:hover {
  background-color: #ff2601;
  color: #fff;
}
.convert-list li {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 3px 29px 0 rgb(0 0 0 / 12%);
  margin-bottom: 30px;
  border-radius: 6px;
}
/* Convert section styling close */
/* Work section styling  */
.work-section {
  padding: 50px 0 40px;
}
.work-wrapper {
	margin-bottom: 25px;
}
.work-list {
  display: flex;
  margin-bottom: 30px;
  position: relative;
}
.work-list:last-child{
	margin-bottom: 0;
}
.work-list:after {
  content: "";
  position: absolute;
  top: 68px;
  bottom: -18px;
  left: 25px;
  width: 0;
  border: 1px dashed #ccc;
}
.work-list:last-child:after {
  display: none;
}
.work-section h2 {
  margin-bottom: 30px;
  max-width:885px;
}
.agency-parent h3 a {
  color: #131928;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
  transition: all 0.5s;
}
.agency-parent h3 a:hover {
  border: none;
  color: #ff2601;
  transition: all 0.5s;
}
.step-number {
  position: relative;
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin: 6px 24px 0 0;
  background-color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  border-radius: 50%;
  color: #131928;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #131928;
}
.agency-parent h3 {
  margin-bottom: 15px;
}
.agency-parent p {
  margin-bottom: 0;
}
/* Work section styling close */
/* Cta section styling */
.cta-section {
  background: url(https://www.htmlpanda.com/assets-new/images/product-agency.jpg) no-repeat;
  width: 100%;
  height: 100%;
  background-attachment: fixed !important;
  background-size: cover;
  background-position: 0 -110px;
  padding: 50px 0;
  position: relative;
}
.cta-graphic{
	 background: url(https://www.htmlpanda.com/assets-new/images/project-discussion.jpg) no-repeat;
}
.cta-section:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.contact-cta {
  position: relative;
  z-index: 1;
}
.contact-content h2,
.contact-content p {
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}
.contact-content {
  max-width: 850px;
  margin: 0 auto;
}
.cta-wrap {
  display: flex;
  justify-content: center;
}
.btn-primary {
  background-color: transparent;
  color: #fff;
  border: 2px solid #ff2601;
  box-shadow: none;
  line-height: 50px;
  padding: 0 26px;
}
.btn-primary:hover {
  background-color: #ff2601;
  color: #fff;
  border-color: transparent;
}
.connect-now .btn-primary {
  background-color: #ff2601;
}
.connect-now .btn-primary:hover {
  background-color: #fff;
  color: #ff2601;
  border-color: #ff2601;
}
/* Cta section styling close */
/* Portfolio section styling */
.portfolio-section {
  padding: 50px 0;
}
.portfolio-wrap {
  padding: 30px;
  box-shadow: 4px 6px 17.8px 2.2px rgb(0 0 0 / 18%);
}
.portfolio-section h2 {
  margin-bottom: 30px;
}
.portfolio-heading {
  display: inline-block;
  margin-bottom: 20px;
  color: #131928;
  font-weight: 800;
  font-size: 24px;
}
.portfolio-img img {
  margin-bottom: 20px;
}
.portfolio-block .btn-primary {
  color: #131928;
}
.portfolio-block .btn-primary:hover {
  color: #fff;
}
.portfolio-wrap .icon-prev,
.portfolio-wrap .icon-next {
  display: none;
}
.portfolio-wrap .slick-arrow {
  display: block !important;
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 0;
  border-radius: 2px;
  z-index: 1;
  transform: translateY(-50%);
}
.portfolio-wrap .slick-prev {
  left: -15px;
  background: #14151b url(https://www.htmlpanda.com/assets-new/images/arrow-2.svg) no-repeat center
    center;
  width: 38px;
  height: 38px;
}
.portfolio-wrap .slick-next {
  right: -15px;
  background: #14151b url(https://www.htmlpanda.com/assets-new/images/arrow-1.svg) no-repeat center
    center;
  width: 38px;
  height: 38px;
}
/* Portfolio section styling close */

/* Top companies section styling */
.top-companies {
  padding: 20px 0 40px;
}
.top-companies h3 {
  text-align: center;
  line-height: 1.1;
  margin-bottom: 40px;
}
.top-companies h3 span {
  display: block;
  color: #ff1112;
  margin-bottom: 7px;
}
.slick-slider {
  user-select: text !important;
}
.companies-listed {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 2px 2px 10px rgb(0 0 0 / 10%);
}
.companies-listed .slick-arrow {
  position: absolute;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 4px 4.9px 0.1px rgb(0 0 0 / 15%),
    0 11px 7.76px 0.24px rgb(0 0 0 / 10%),
    0 14px 17.86px 1.14px rgb(0 0 0 / 14%), 0 20px 24.3px 2.7px rgb(0 0 0 / 6%);
  top: 50%;
  font-size: 0;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 99;
}
.companies-listed .slick-arrow {
  display: block !important;
}
.companies-listed .slick-prev {
  display: none !important;
}
.companies-listed i {
  display: none;
}
.companies-listed .slick-track {
  display: flex;
}
.companies-listed li {
  width: 25%;
  height: 100%;
  padding: 10px;
  text-align: center;
  border-right: 2px solid #f2f3f6;
}
.companies-listed .slick-slide {
  height: auto;
}
.companies-listed li figure {
  display: flex;
  align-items: center;
  margin: 0 auto 26px;
  min-height: 136px;
}
.companies-listed li img {
  height: auto;
}
.goodfirms-logo {
  width: 200px;
}
.manifest-logo {
  width: 160px;
}
.manifest-logo img {
  width: 160px;
}
.tens-logo {
  width: 130px;
}
.clutch-logo {
  width: 141px;
}
.designrush-logo {
  width: 190px;
}
.bbb-logo {
  width: 152px;
}
.top-developers-logo {
  width: 190px;
}
.companies-listed .slick-next:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-image: url(https://www.htmlpanda.com/assets-new/service-images/acclamations-sprites.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 15px;
  width: 10px;
  background-position: -44px -140px;
  pointer-events: none;
}
.companies-listed .slick-next {
  right: 0;
}
.companies-listed .slick-arrow {
  display: block !important;
}
.companies-listed .slick-prev {
  display: none !important;
}
.companies-listed .slick-next {
  right: -15px;
}
/* Top companies section styling close */

/* Information section styling */
.information-section {
  padding: 50px 0 40px;
  background-color: #f6f8fb;
}
.inform-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inform-list li {
	margin-bottom: 20px;
	margin-right: 12px;
}
.information-wrap h2 {
  margin-bottom: 20px;
}
.inform-right p {
  margin-bottom: 20px;
  font-size: 18px;
}
/* Information section styling close */

/* Media section styling */
.media-coverage {
  background: #5952c9;
  padding: 40px 0;
  text-align: center;
}
.media-logo {
  -webkit-animation-name: example-media;
  animation-name: slide;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.media-logo {
  position: relative;
  -webkit-animation-name: example-media;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-name: example-media;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@-webkit-keyframes example-media {
  0% {
    left: 0;
    top: 0;
  }

  100% {
    left: 20px;
    top: 0;
  }
}

@keyframes example-media {
  0% {
    left: 0;
    top: 0;
  }

  100% {
    left: 20px;
    top: 0;
  }
}

.media-coverage h2 {
  margin-bottom: 11px;
  color: #fff;
}
.media-coverage p {
  margin-bottom: 25px;
  color: #fff;
}
.media-slider .slick-slide {
  padding: 0 35px;
}
.media-logo {
  background: #fff;
  border-radius: 6px;
  height: 90px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.icons-enteroreneur {
  background-position: -47px -871px;
  width: 200px;
  height: 75px;
  background-size: auto;
}
.icons-inc {
  background-position: -341px -871px;
  width: 115px;
  height: 51px;
  background-size: auto;
}
.icons-forbes {
  background-position: -550px -871px;
  width: 124px;
  height: 38px;
  background-size: auto;
}
.icons-tnw {
  background-position: -768px -890px;
  width: 173px;
  height: 86px;
  background-size: auto;
}
.media-slider .slick-arrow {
  width: 30px;
  height: 30px;
  padding: 0;
  position: absolute;
  top: 34%;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 5px 3px 0 rgb(0 0 0 / 15%);
  z-index: 2;
}
.media-slider .previous {
  left: 0;
}
.media-slider .next {
  right: 0;
}
.slick-next::before {
  right: 0;
  transform: rotate(45deg);
}
.slick-prev::before {
  left: 0;
  transform: rotate(-135deg);
}
.media-slider .slick-arrow:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 10px;
  border: solid #000;
  border-width: 2px 2px 0 0;
}
.media-slider .previous.slick-arrow:before {
  left: 10px;
  top: 9px;
}
.media-slider .next.slick-arrow:before {
  right: 10px;
  top: 9px;
}
.media-slider .slick-arrow i {
  display: none;
}
/* Media section styling close */
/* Choose section styling */
.choose-section {
  padding: 50px 0 40px;
}
.number-wrap {
  display: inline-block;
}
.number {
  font-size: 30px;
  background-color: #000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 22px;
}
.choose-block:hover .number {
  background-color: #fff;
  color: #000;
}
.choose-section h2 {
  margin-bottom: 30px;
  text-align: center;
}
.choose-block h3 {
  margin-bottom: 30px;
}
.choose-block {
  padding: 30px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 6px;
}
.choose-block:nth-child(1),
.choose-block:nth-child(4) {
  background-color: #e5e5e5;
}
.choose-block:nth-child(2),
.choose-block:nth-child(3) {
  background-color: #efefef;
}
.choose-block p {
  margin-bottom: 0;
}
.choose-img {
  margin-bottom: 20px;
}
.choose-img svg{
	width:50px;
}

/*.choose-img svg path,.choose-img .cls-1{
	fill: #ea6e58;
}
.choose-block:hover svg path,.choose-block:hover .cls-1{
	fill: #fff;
}*/
/* Choose section styling close */
/* Testimonial section styling */
.testimonial-section {
  background-color: #f6f8fb;
  padding: 50px 0;
}
.testimonial-left h2 {
  margin-bottom: 20px;
}
.testimonial-left p {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: Lato, sans-serif;
}
.testimonial-sub {
  margin-bottom: 15px;
  display: inline-block;
}
.testimonial-right {
  background-color: #fff;
  padding: 30px;
  border-radius: 6px;
  box-shadow: 0 3px 29px 0 rgb(0 0 0 / 12%);
}
.user-information {
  text-align: center;
}
.user-name {
  display: block;
  color: #131928;
  font-size: 20px;
  line-height: 1.1;
  margin: 12px 0;
}
.testimonial-img img {
  width:130px;
  height:130px;
  border-radius: 50%;
}
.user-rating {
  color: #131928;
  font-weight: 600;
  margin-bottom: 24px;
  display: block;
}
.rating {
  display: inline-block;
  background: #e23939;
  border-radius: 6px;
  color: #fff;
  text-indent: 0;
  line-height: 1;
  padding: 1px 4px;
}
.chairman {
  color: #505666;
  font-size: 16px;
  line-height: 1.4;
}
.chairman strong {
  display: block;
  color: #131928;
  font-weight: 600;
}
.testimonial-img {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
.testimonial_wrap .slick-arrow {
  display: block !important;
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 0;
  border-radius: 2px;
  z-index: 1;
  transform: translateY(-50%);
}
.testimonial_wrap .slick-prev {
  left: -40px;
  background: #14151b url(https://www.htmlpanda.com/assets-new/images/arrow-2.svg) no-repeat center
    center;
  width: 38px;
  height: 38px;
}
.testimonial_wrap .slick-next {
  right: -40px;
  background: #14151b url(https://www.htmlpanda.com/assets-new/images/arrow-1.svg) no-repeat center
    center;
  width: 38px;
  height: 38px;
}
.testimonial_wrap i {
  display: none;
}
/* Testimonial section styling close */

/* Contact section styling */
.contact-section {
  padding: 50px 0;
  background-color: #f1e3d9cc;
  background: url(https://www.htmlpanda.com/assets-new/images/quick-connect.png) no-repeat center center;
  background-attachment: fixed;
  background-position: 0 100px;
  position: relative;
  z-index: 1;
}
.contact-section:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.56);
  z-index: -1;
}
.contact-section h2 {
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
}
.contact-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.contact_link {
  display: inline-block;
  font-size: 14px;
  word-spacing: 3px;
  color: #fff;
  line-height: normal;
  border-radius: 25px;
  padding: 13px 22px 13px 15px;
  border: 1px solid #ff2601;
  height: auto;
  letter-spacing: normal;
  font-weight: 900;
  font-family: Lato, sans-serif;
  margin: 0 15px 10px 0px;
  transition: 0.4s;
}
.contact_link:hover {
  background-color: #ff2601;
  border: 1px solid transparent;
}
.footer-cta {
  display: none;
}
/* Contact section styling close */
/* Process section styling */
.process-section {
  background-color: #fff;
  padding: 40px 0 10px;
}

.process-section h2 {
  margin-bottom: 18px;
}

.process-box {
  margin-bottom: 30px;
}

.shap-box {
  width: 90%;
  padding: 14px 10px 14px 15px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 24px;
  min-height: 48px;
  position: relative;
  background: #f3f3f3;
  font-family: Lato, sans-serif;
}

.shap-box:before {
  content: "";
  position: absolute;
  right: -24px;
  bottom: 0;
  width: 0;
  height: 0;
  z-index: 1;
  border-left: 24px solid #f3f3f3;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
}

.process-detail li {
  margin-bottom: 25px;
}
.process-detail li:last-child {
  margin-bottom: 0;
}
.process-detail li span {
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50%;
  background-color: #000;
  position: relative;
}
.process-detail li p {
  color: #131928;
  width: calc(100% - 30px);
  padding-left: 15px;
  margin-bottom: 0;
}
.process-block {
  background-color: #f3f3f3;
  border-radius: 20px;
  padding: 30px 15px 30px 15px;
}
/* Process section styling close */

/*Faq Form*/
.form-faq-block {
  padding-top: 50px;
}
.form-cell {
  border-bottom: 6px solid #000;
  padding-bottom: 36px;
  margin-bottom: 40px;
}
.cell-flex h4 {
  color: #000;
  font-size: 24px;
  margin-bottom: 24px;
}
.panda-form-list li {
  margin-bottom: 30px;
}
.input-global {
  position: relative;
  border-bottom: 1px solid #000;
}
.input-wrap input {
  border: 0;
  color: #000;
  font-size: 16px;
  padding: 14px 18px;
  display: block;
  width: 100%;
}
.join-textarea {
  width: 100%;
  color: #000;
  min-height: 80px;
  overflow: hidden;
  padding: 5px 10px;
  resize: none;
}
.tooltip-box {
  position: absolute;
  top: 100%;
  margin-top: 6px;
  left: 0;
  background: transparent;
  color: #ff2601;
  font-size: 15px;
  padding: 0;
  line-height: 1;
  z-index: 1;
  display: none;
}
.input-global label {
  position: absolute;
  font-size: 16px;
  left: 10px;
  top: 8px;
  color: #000;
  font-weight: 400;
  transition: all 0.3s linear;
}
.input-global.focused label {
  top: -14px;
}
.psd-file,
.psd-file .fake-btn {
  border-color: #000;
}
.fake-btn,
.file-msg,
.mb-file {
  color: #000;
}
#service_btn_form {
  padding: 15px 30px;
  background-color: #fff;
  border: 2px solid #ff2601;
  color: #000;
  font-size: 16px;
  border-radius: 40px;
  transition: all 0.5s ease;
}
#service_btn_form:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.placeholder-show::-webkit-input-placeholder {
  color: transparent;
  font-size: 16px;
  font-weight: 400;
  transition: opacity 0.1s ease-in-out;
}

.placeholder-show::-moz-placeholder {
  color: transparent;
  font-size: 16px;
  font-weight: 400;
  transition: opacity 0.1s ease-in-out;
}

.placeholder-show:-ms-input-placeholder {
  color: transparent;
  font-size: 16px;
  font-weight: 400;
  transition: opacity 0.1s ease-in-out;
}

.placeholder-show:-moz-placeholder {
  color: transparent;
  font-size: 16px;
  font-weight: 400;
  transition: opacity 0.1s ease-in-out;
}

.placeholder-show:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  transition: opacity 0.1s ease-in-out;
}

.placeholder-show:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  transition: opacity 0.1s ease-in-out;
}

.placeholder-show:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  transition: opacity 0.1s ease-in-out;
}
.faq-head {
  margin-bottom: 30px;
  align-items: center;
}
.faq-head h3 {
  font-size: 22px;
  line-height: 1;
  width: 78%;
}
.faq-btn {
  border: 1px solid #000;
  height: 100%;
  color: #000;
  padding: 11px 38px;
  line-height: normal;
  background-color: #fff;
  transition: all 0.3s ease;
}
.faq-btn:hover {
  background-color: #000;
  color: #fff;
}
.exclusive-content {
  margin-bottom: 23px;
}
.exclusive-ques {
  display: block;
  background-color: #fff;
  color: #131928;
  font-size: 18px;
  border-radius: 40px;
  position: relative;
  padding: 20px 50px 19px 28px;
  box-shadow: 0 2px 5px 0 rgba(0, 1, 1, 0.07);
}
.exclusive-ques:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  width: 10px;
  height: 10px;
  border: solid #5f6168;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: translateY(-50%) rotate(45deg);
  overflow: hidden;
}

.exclusive-content.active .exclusive-ques:after,
.exclusive-content:hover .exclusive-ques:after {
  transform: translateY(-50%) rotate(-135deg);
}
.answer-blog {
  background-color: #131928;
  padding: 42px 22px 24px;
  margin-bottom: 15px;
  border-radius: 0 0 20px 20px;
  margin-top: -29px;
  display: none;
}
.exclusive-content.active .answer-blog,
.exclusive-content:hover .answer-blog {
  display: block;
}
.answer-blog p {
  color: #fff;
  font-size: 16px;
  line-height: 1.38;
  margin-bottom: 0;
  display: block;
}
.faq-list{
  color: #fff;
}
.faq-list li{
  position: relative;
  margin-top:10px;
  padding-left:15px;
}
.faq-list li:after{
  content:"";
  position:absolute;
  top:7px;
  left:0;
  width:6px;
  height: 6px;
  border-radius:50%;
  background-color:#fff;
}
/*Faq Form Close*/

@media only screen and (min-width: 375px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 414px) {
  /* Banner page styling */
  h1 {
    font-size: 36px;
  }
  .partner-pointer li {
    font-size: 16px;
    font-weight: 700;
  }
  /* Banner page styling close*/
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 26px;
  }
  /* ** */
  .content .container {
    padding: 0 3%;
  }
  /* Banner page styling */
  h1 {
    font-size: 48px;
  }
  .partner-pointer {
    display: flex;
    flex-wrap: wrap;
  }
  .partner-pointer li {
    width: 48%;
    margin-bottom: 13px;
  }
  /* Banner page styling */

  /* Convert section styling */
  .convert-wrap {
    display: flex;
    justify-content: space-between;
  }
  .convert-left {
    width: 45%;
  }
  .convert-sticky {
    position: sticky;
    top: 100px;
  }
  .convert-right {
    width: 49%;
  }
  .convert-list li {
    padding: 40px;
  }
  /* Convert section styling close*/
  /* Work section styling  */
  .work-main {
    display: flex;
    justify-content: space-between;
  }
  .work-wrapper,.work-img {
    width: 48%;
    margin-bottom: 0;
  }
  .work-img{
  	text-align:right;
  }
  /* Work section styling  close*/

  /* Cta section styling  */
  .cta-section {
    padding: 70px 0;
  }
  .btn-primary {
    padding: 0 40px;
  }
  /* Cta section styling close*/
  /* Portfolio section styling */
  .portfolio-section {
    padding: 50px 0;
  }
  .portfolio-wrap {
    padding: 50px 15px;
  }
  .portfolio-block {
    display: flex;
    justify-content: space-between;
  }
  .portfolio-img {
    width: 51%;
    display: flex;
  }
  .portfolio-content p {
    padding-right: 50px;
  }
  .portfolio-content {
    width: 45%;
    margin-bottom: 30px;
    padding-top: 30px;
  }
  .portfolio-img img {
    margin-bottom: 0;
  }
  .portfolio-block {
    display: flex !important;
    justify-content: space-between;
  }
  .portfolio-block .btn-primary {
    color: #131928;
    padding: 0 30px;
  }
  /* Portfolio section styling close */
  /* Media section styling */
  .media-slider .slick-slide {
    padding: 0 8px;
  }
  /* Media section styling close */
  /* Information section styling */
  .information-section {
    padding: 50px 0;
  }
  .information-wrap {
    display: flex;
    justify-content: space-between;
  }
  .inform-right {
    width: 45%;
  }
  .inform-left {
	width: 45%;
  }
  .information-wrap h2 {
    margin-bottom: 55px;
  }
  /* Information section styling close */

  /* Choose section styling */
  .choose-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .choose-block {
    width: 50%;
    border-radius: 0;
    margin-bottom: 0;
    min-height: 360px;
    transition: all 0.3s ease-in-out 0.1s;
  }
  .choose-block:hover {
    background-color: #000;
  }
  .choose-block p {
    transition: all 0.3s ease-in-out 0.1s;
    transform: scale(0);
    max-height: 0;
  }
  .choose-block:hover p {
    display: block;
    transition: all 0.3s ease-in-out 0s;
    transform: scale(1);
    max-height: 400px;
  }
  .choose-block:hover h3,
  .choose-block:hover p {
    color: #fff;
    transition: all 0.3s ease-in-out 0.1s;
  }
  /* Choose section styling close*/

  /* Testimonial section styling */
  .testimonial-section {
    background-color: transparent;
    position: relative;
  }
  .testimonial-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f6f8fb;
    height: 100%;
    width: 75vw;
    z-index: -1;
  }
  .user-name {
    margin: 0;
  }
  .testimonial-left h2 {
    margin-bottom: 20px;
  }
  .testimonial-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .testimonial-left {
    width: 50%;
  }
  .testimonial-right {
    width: 45%;
  }
  .testimonial_wrap .slick-prev {
    left: -45px;
  }
  .testimonial_wrap .slick-next {
    right: -45px;
  }
  .user-information {
    display: flex;
    align-items: center;
    text-align: left;
  }
  .testimonial-img {
    margin: 0 20px 0 0;
  }
  /* Testimonial section styling close*/
  /*Form Faq*/
  .cell-flex h4 {
    font-size: 30px;
  }
  .faq-head h3 {
    font-size: 28px;
  }
  /*Form Faq Close*/
}
@media only screen and (min-width: 992px) {
  /* Banner page styling */
  .banner {
    padding: 70px 0;
  }
  /* Banner page styling close*/

  /* Convert section styling */
  .convert-section {
    padding: 70px 0;
  }
  .convert-sticky {
    top: 120px;
  }
  /* Convert section styling close*/

  /* Portfolio section styling */
  .portfolio-wrap {
    padding: 50px 30px;
  }
  .portfolio-section h2 {
    max-width:910px;
    margin: 0 auto 40px;
    text-align: center;
  }
  /* Portfolio section styling close*/

  /* Top companies section styling */
  .top-companies {
    padding: 40px 0 80px;
  }
  .top-companies h3 span {
    font-size: 36px;
  }
  /* Top companies section styling close*/

  /* Process section styling */
  .process-section {
    padding: 55px 0;
  }

  .process-box {
    width: 33.333%;
    margin-bottom: 0;
  }

  .process-detail {
    padding-right: 5%;
  }
  .shap-box {
    width: 96%;
    padding-left: 35px;
  }
  .process-wrapper {
    display: flex;
  }
  .wrap-icon span {
    width: 30px;
  }

  .shap-box:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 25px solid #fff;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
  }

  .process-box1 .shap-box:after {
    display: none;
  }
  .process-block {
    margin-right: 15px;
  }
  /* Process section styling close*/
  /*Form Faq*/
  .cell-flex {
    display: flex;
    justify-content: space-between;
  }
  .form-cell,
  .faq-cell {
    width: 46%;
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }
  /*Form Faq Close*/
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 46px;
    line-height: 1.1;
  }
  h3 {
    font-size: 28px;
  }
  /* Work section styling  */
  .work-section {
    padding: 70px 0;
  }
  .work-section h2 {
    margin-bottom: 50px;
  }
  /* Work section styling  close*/

  /* Portfolio section styling */
  .portfolio-section {
    padding: 80px 0 70px;
  }
  .portfolio-wrap {
    padding:70px 30px;
  }
  .portfolio-heading {
    font-size: 30px;
  }
  /* Portfolio section styling close*/

  /* Media section styling */
  .media-coverage {
    padding: 70px 0 90px;
  }
  .media-coverage h2 {
    line-height: 1.1;
    margin-bottom: 10px;
  }
  .media-logo {
    height: 111px;
    margin-right: 21px;
  }
  /* Media section styling close */
  /* Choose section styling */
  .choose-section {
    padding:80px 0 85px;
  }
  .choose-section h2 {
    max-width: 940px;
    margin: 0 auto 40px;
  }
  .choose-block {
    padding: 60px;
  }
  /* Choose section styling close*/

  /* Information section styling */
  .information-section {
    padding: 90px 0 80px;
  }
  .inform-list li {
	margin: 0;
  }
  /* Information section styling close*/

  /* Testimonial section styling */
  .testimonial-section {
    padding: 70px 0;
  }
  .testimonial-section:after {
    width: 70vw;
  }
  .testimonial-left h2{
  	margin-bottom: 24px;
  }
  .testimonial-right {
    padding: 50px 50px 40px;
  }
  .testimonial-block p {
    font-size: 20px;
  }
  .testimonial_wrap .slick-prev {
    left: -65px;
  }
  .testimonial_wrap .slick-next {
    right: -65px;
  }
  /* Testimonial section styling close*/

  /* Contact section styling */
  .contact-section {
    padding: 100px 0 90px;
  }
  .contact-section h2 {
    margin-bottom: 50px;
  }
  .contact_link {
    margin: 0 20px 0 0;
    padding: 15px 28px;
    font-size: 16px;
  }
  /* Contact section styling close*/
  /*Form Faq*/
  .form-cell,
  .faq-cell {
    padding: 25px;
  }
  .faq-cell {
    box-shadow: 0 3px 29px 0 rgb(0 0 0 / 12%);
  }
  /*Form Faq Close*/
}
@media only screen and (min-width: 1280px) {
  /* Banner page styling */
  .banner {
    padding: 100px 0 76px;
  }
  .minneapolis-banner{
  	background-position-y: -270px;
  }
  .banner-left{
  	max-width:876px;
  }
  h1 {
    font-size: 58px;
  }
  /* Banner page styling close*/
  /* Convert section styling */
  .convert-section {
    padding: 90px 0;
  }
  .convert-left,.convert-list li:last-child{
  	margin-bottom: 0;
  }
  /* Convert section styling close*/

  /* Work section styling  */
  .work-section {
    padding: 90px 0 55px;
  }
  /* Work section styling  close*/
  /* Cta section styling  */
  .cta-section {
    padding: 90px 0 80px;
  }
  .contact-content p{
  	font-size: 18px;
  }
  /* Cta section styling close*/
  /* Process section styling*/
  .process-section {
    padding:70px 0 79px;
  }

  .process-section h2 {
    margin-bottom: 42px;
  }

  .shap-box {
    font-size: 21px;
    padding: 21px 20px 21px 55px;
    margin-bottom:40px;
    min-height: 68px;
  }

  .shap-box::before {
    right: -33px;
    border-left: 34px solid #f3f3f3;
    border-top: 34px solid transparent;
    border-bottom: 34px solid transparent;
    bottom: 0;
  }

  .shap-box::after {
    border-left: 34px solid #fff;
    border-top: 34px solid transparent;
    border-bottom: 34px solid transparent;
  }

  .process-detail li p {
    font-size: 18px;
    padding-left: 22px;
  }
  /* Process section styling close*/
  /*Form Faq*/
  .form-faq-block {
    padding-top: 75px;
  }
  .form-cell,
  .faq-cell {
    padding: 30px;
  }
  .form-cell{
  	padding-top: 0;
  }
  .cell-flex h4 {
    font-size: 32px;
  }
  .faq-head h3 {
    font-size: 30px;
  }
  #service_btn_form {
    padding: 22px 36px;
  }
  /*Form Faq Close*/
}
@media only screen and (min-width: 1440px) {
  .content .container {
    padding: 0 15px;
  }
  h1 {
    font-size:62px;
    line-height:64px;
  }
  h2 {
    font-size: 48px;
  }
  h3 {
    font-size: 30px;
  }
  /*Form Faq*/
  .form-faq-block {
    padding-top: 95px;
  }
  .form-cell,
  .faq-cell {
    width: 47.5%;
    border-radius: 4px;
  }
  .cell-flex h4 {
    font-size: 36px;
    line-height: 1.1;
  }
  /*Form Faq Close*/
}