/* new-css-for-seo-page-eje */
.over-flow-hidden {
  overflow: hidden;
}

.big-title {
  font-size: 52px;
  line-height: 62px;
  font-family: "Chronicle Display XLight" !important;
  font-weight: 200;
  margin-bottom: 54px;
  color: #000000;
}

@media (max-width: 1000px) {
  .big-title {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 40px;
  }
}

.small-title {
  font-size: 34px;
  line-height: 41px;
  font-family: "Chronicle Display XLight" !important;
  margin-bottom: 37px;
  color: #000000;
}

@media (max-width: 1000px) {
  .small-title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 34px;
  }
}

.seo-main-heading {
  max-width: 1378px;
  margin: 0px auto;
  -webkit-box-shadow: 0px 11px 6px #0000000A;
          box-shadow: 0px 11px 6px #0000000A;
  border: 1px solid #D9D9D9;
  background: #FFF;
  border-radius: 7px;
  padding: 50px 95px 50px 95px;
  position: relative;
  z-index: 10;
  margin-top: -77px;
}

@media (max-width: 1400px) {
  .seo-main-heading {
    max-width: 1200px;
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .seo-main-heading {
    max-width: 360px;
    width: 90%;
    margin-top: -128px;
    padding: 35px 33px 60px 33px;
    text-align: center;
  }
}

.seo-main-heading .big-title {
  font-size: 45px;
  line-height: 54px;
  margin-bottom: 0;
}

@media (max-width: 1000px) {
  .seo-main-heading .big-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 50px;
  }
}

.seo-main-heading .seo-main-h-left .disc {
  max-width: 440px;
  position: relative;
}

@media (min-width: 1000px) {
  .seo-main-heading .seo-main-h-left .disc:after {
    content: "";
    display: block;
    position: absolute;
    right: -50px;
    top: 15px;
    background: #DFDFDF;
    width: 1px;
    height: 87px;
  }
}

.seo-main-heading .seo-main-h-right {
  padding: 12px 0 0 0;
}

@media (min-width: 1400px) {
  .seo-main-heading .seo-main-h-right {
    padding-right: 35px;
  }
}

@media (max-width: 1000px) {
  .seo-main-heading .seo-main-h-right {
    padding-top: 0;
  }
}

@media (max-width: 1000px) {
  .seo-main-heading p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }
}

.seo-section-2 {
  padding: 145px 0 110px 0;
}

@media (max-width: 1000px) {
  .seo-section-2 {
    padding: 96px 0 83px 0;
  }
}

@media (max-width: 1000px) {
  .seo-section-2 .seo-thumb-sec {
    margin-bottom: 60px;
  }
}

.seo-section-2 .seo-cont-right .small-title {
  text-transform: uppercase;
}

@media (min-width: 1000px) {
  .seo-section-2 .seo-sec-2-row {
    margin: 0 -32px;
  }
}

.seo-section-2 .seo-sec-2-row [class*="col"] {
  padding-left: 32px;
  padding-right: 32px;
}

.seo-sec-2-row {
  padding-bottom: 114px;
}

@media (max-width: 1000px) {
  .seo-sec-2-row {
    padding-bottom: 80px;
  }
}

.seo-section-3 {
  padding: 105px 0 0 0;
  position: relative;
}

.seo-section-3 .disc p:last-child {
  margin-bottom: 0;
}

.seo-section-3::after {
  display: block;
  width: 100%;
  height: 273px;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#EDEDED), to(#FFFFFF)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #EDEDED 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.seo-section-3 .container {
  z-index: 2;
  position: relative;
}

.arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 1000px) {
  .arrow {
    margin-top: 56px;
  }
}

.arrow .swiper-button-next, .arrow .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  width: 34px;
  height: 24px;
  margin: 0 20px;
}

.arrow .swiper-button-next svg, .arrow .swiper-button-prev svg {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.arrow .swiper-button-next:after, .arrow .swiper-button-prev:after {
  display: none;
}

.arrow .swiper-button-next:hover svg, .arrow .swiper-button-prev:hover svg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.arrow .swiper-button-next.swiper-button-disabled, .arrow .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.arrow .swiper-button-next.swiper-button-disabled svg path, .arrow .swiper-button-prev.swiper-button-disabled svg path {
  fill: #838591;
}

.seo-swiper-slider-sec {
  padding: 70px 0 100px 0;
}

@media (max-width: 767px) {
  .seo-swiper-slider-sec {
    padding: 60px 0 70px 0;
    margin-right: -22px;
  }
}

@media (max-width: 767px) {
  .seo-swiper-slider-sec .swiper-slide {
    width: 75%;
  }
}

.seo-slide-box .seo-slide-thumb img {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.seo-slide-box:hover .seo-slide-thumb img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.seo-slide-box .soe-thumb-disc {
  text-align: center;
  padding: 35px 0px 0px 0px;
}

.seo-slide-box h4, .seo-slide-box span {
  color: #000000;
}

.seo-slide-box h4 {
  font-size: 25px;
  line-height: normal;
  font-family: 'Chronicle Display XLight';
  font-weight: 200;
  margin-bottom: 10px;
  color: #000000;
}

.seo-slide-box .subtitle {
  margin-bottom: 30px;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}

.seo-slide-thumb {
  border-radius: 7px;
  overflow: hidden;
}

.seo-slide-thumb img {
  border-radius: 7px;
}

.new-bttn {
  font-size: 14px;
  height: 49px;
  border-radius: 25px;
  padding-top: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #000000;
  border: 1px solid #000000;
  display: inline-block;
  font-weight: 500;
  min-width: 195px;
  text-align: center;
  text-transform: uppercase;
}

.new-bttn:after {
  width: 0px;
  height: 13px;
  background: url(../images/new-button-arrow.svg) no-repeat center center;
  opacity: 0;
  visibility: hidden;
  content: "";
  display: inline-block;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.new-bttn:hover:after {
  opacity: 1;
  visibility: visible;
  width: 18px;
  margin-left: 10px;
}

.latest-projects-seo {
  background: #F8F8F8;
  border-radius: 7px;
  padding: 50px 35px;
}

@media (max-width: 1000px) {
  .latest-projects-seo {
    padding: 60px 30px;
  }
}

.latest-projects-seo h2, .latest-projects-seo p {
  margin-bottom: 0;
}

.seo-devider {
  background: #D1D1D1;
  height: 1px;
  width: 100%;
}

.faq-seo-sec {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media (max-width: 1000px) {
  .faq-seo-sec {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

.faq-section-common .accordion-item {
  margin-bottom: 20px;
}

@media (max-width: 1000px) {
  .faq-section-common .accordion-item {
    margin-bottom: 16px;
  }
}

.faq-section-common .accordion-header {
  background: #F5F5F5;
  border-radius: 7px;
  border: 1px solid #CECECE;
}

.faq-section-common .accordion-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  outline: none;
  padding-top: 26px;
  padding-bottom: 26px;
}

@media (max-width: 1000px) {
  .faq-section-common .accordion-button {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 20px;
  }
}

.faq-section-common .accordion-button .icon-plus {
  display: none;
}

.faq-section-common .accordion-button .icon-minus {
  display: block;
}

.faq-section-common .accordion-button.collapsed .icon-plus {
  display: block;
}

.faq-section-common .accordion-button.collapsed .icon-minus {
  display: none;
}

.faq-section-common .accordion-body {
  margin-top: 15px;
  border: 1px solid #CECECE;
  padding: 40px 30px;
  border-radius: 7px;
}

@media (max-width: 1000px) {
  .faq-section-common .accordion-body {
    padding: 36px 30px;
  }
}

.faq-section-common .accordion-button:focus {
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.faq-section-common .accordion-button:not(.collapsed) {
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.faq-section-common .acc-qs-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1000px) {
  .faq-section-common .acc-qs-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.faq-section-common .ques-number {
  background: #C7A386;
  border-radius: 7px;
  padding: 0;
  margin-right: 20px;
  color: #FFF;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  width: 36px;
  height: 36px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.faq-section-common .ques-number i {
  font-style: normal;
}

.faq-section-common .acc-title {
  color: #000000;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  padding-top: 2px;
}

@media (max-width: 1000px) {
  .faq-section-common .acc-title {
    font-size: 16px;
    line-height: 19px;
    padding-top: 0px;
  }
}

.faq-section-common button {
  background: none;
}

.faq-section-common .accordion-button::after {
  display: none;
}

.faq-section-common .icon-plus-minus {
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
}

@media (min-width: 1000px) {
  .faq-section-common .icon-plus-minus {
    margin-top: 5px;
  }
}

@media (max-width: 1000px) {
  .faq-section-common .icon-plus-minus {
    padding-top: 0px;
  }
}
/*# sourceMappingURL=style-seo.css.map */