/* ======= Basic ======= */
body {
  font-family: 'poligon-regular';
  overflow-x: hidden !important;
  position: relative;
}

a,
button {
  text-decoration: none !important;
}

ul,ol{
  list-style: none;
}


button:focus {
  outline: none !important;
}

.container {
  padding: 0 30px !important;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* ======= Fonts ======= */
@font-face {
  font-family: 'poligon-regular';
  src: url("../fonts/Poligon-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'poligon-medium';
  src: url("../fonts/Poligon-Medium.ttf") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.poligon-regular {
  font-family: "poligon-regular";
}

@font-face {
  font-family: 'poligon-bold';
  src: url("../fonts/Poligon-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.poligon-bold {
  font-family: "poligon-bold";
}

@font-face {
  font-family: 'sofia-pro-bold';
  src: url("../fonts/SofiaPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.sofia-pro {
  font-family: 'sofia-pro-bold';
}

@font-face {
  font-family: 'sinthya';
  src: url("../fonts/Sinthya.ttf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.sofia-pro {
  font-family: 'sinthya';
}

/* ======= Reuseable ======= */
.after-heading {
  font-family: "poligon-bold";
  color: #ff771c;
  font-size: 22px;
}

@media only screen and (min-width: 1600px) {
  .after-heading {
    font-size: 30px;
  }
}

.heading {
  font-size: 40px;
  font-family: "poligon-bold";
  color: #000000;
}

@media only screen and (max-width: 575px) {
  .heading {
    font-size: 30px;
  }
  .aj-tags {
    display: none !important;
  }
}

@media only screen and (min-width: 1600px) {
  .heading {
    font-size: 50px;
  }
}

.big-heading {
  font-size: 50px;
  font-family: "poligon-bold";
  color: #000000;
}

@media only screen and (max-width: 575px) {
  .big-heading {
    font-size: 30px;
  }
  .ad_p img, .ad_p iframe {
     width: 100%; 
  }
}

@media only screen and (min-width: 1600px) {
  .big-heading {
    font-size: 60px;
  }
}

.para-text {
  font-size: 18px;
  color: #000000;
  font-family: "poligon-regular";
}

@media only screen and (max-width: 575px) {
  .para-text {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1600px) {
  .para-text {
    font-size: 22px;
  }
}

.big-para-text {
  font-size: 22px;
}

@media only screen and (max-width: 575px) {
  .big-para-text {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1600px) {
  .big-para-text {
    font-size: 24px;
  }
}

.button {
  font-size: 18px;
  padding: 12px 30px;
}

@media only screen and (min-width: 1600px) {
  .button {
    font-size: 22px;
  }
}

@media only screen and (max-width: 575px) {
  .button {
    font-size: 16px;
  }
}

.button.button-rounded {
  border-radius: 12px;
}

.button.button-big-rounded {
  border-radius: 35px;
}

.button.button-gradient {
  background: linear-gradient(107deg, #ff705a 0%, #f2a355 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}

.button.gradient-border {
  border: 2px solid #ffffff;
}

.button.gradient-border:hover {
  border: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.button.button-outline-white {
  border: 2px solid #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.button.button-outline-white:hover {
  background-color: #ffffff;
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card-heading {
  font-size: 22px;
  font-family: "poligon-bold";
}

@media only screen and (max-width: 575px) {
  .card-heading {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1600px) {
  .card-heading {
    font-size: 26px;
  }
}

/* ======= Header Section ======= */
@media only screen and (max-width: 575px) {
  #header-section .navbar .navbar-brand img {
    width: 190px;
  }
}



#header-section .navbar .navbar-toggler {
  background-color: transparent;
  z-index: 9999;
}

#header-section .navbar .navbar-toggler .dot-icon {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#header-section .navbar .navbar-toggler .dot-icon.rotate {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#header-section .navbar .navbar-toggler:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media only screen and (max-width: 575px) {
  #header-section .navbar .navbar-toggler {
    width: 50px;
  }
}

#header-section .navbar .navbar-collapse {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
  height: 0%;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #6a23f0;
  visibility: hidden;
  opacity: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

#header-section .navbar .navbar-collapse.open {
  height: 100%;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#header-section .navbar .navbar-collapse.open .navbar-nav .nav-item {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

#header-section .navbar .navbar-collapse.open .header-shape-divider .shape-fill {
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  fill: #ffffff;
}

#header-section .navbar .navbar-collapse .navbar-nav {
  padding: 30px 0;
  width: 100%;
  /* Modal Button */
}

#header-section .navbar .navbar-collapse .navbar-nav .nav-item {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-250px);
  transform: translateY(-250px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0 30px;
  margin: 5px 0;
}

#header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  font-size: 30px;
  display: inline-block;
  position: relative;
}

#header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}

#header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover::after {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  #header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 23px;
  }

}

@media (max-width: 575px) {
  #header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 20px;
  }
}

#header-section .navbar .navbar-collapse .navbar-nav .nav-item .modal__btn {
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
}

#header-section .navbar .navbar-collapse .header-shape-divider {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  opacity: 1;
}

#header-section .navbar .navbar-collapse .header-shape-divider svg {
  position: relative;
  display: block;
  width: calc(274% + 1.3px);
  height: 450px;
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
}

@media (min-width: 768px) and (max-width: 1023px) {
  #header-section .navbar .navbar-collapse .header-shape-divider svg {
    width: calc(274% + 1.3px);
    height: 283px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@media (max-width: 767px) {
  #header-section .navbar .navbar-collapse .header-shape-divider svg {
    width: calc(271% + 1.3px);
    height: 200px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

#header-section .navbar .navbar-collapse .header-shape-divider .shape-fill {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  fill: #ffffff;
}

/* Contac Us PopUp Modal */
.modal {
  z-index: 999999999 !important;
  padding: 0 !important;
}

.modal .cencel-button-box {
  position: fixed;
  right: 30px;
  top: 20px;
  z-index: 9 !important;
}

.modal .cencel-button-box:focus {
  outline: none !important;
  border: none !important;
}

.modal .cencel-button-box button {
  font-size: 22px;
  padding: 5px 14px !important;
  border-radius: 50%;
  background: transparent !important;
}

.modal .cencel-button-box button:focus {
  outline: none !important;
  border: none !important;
}

@media (max-width: 767px) {
  .modal .cencel-button-box button {
    font-size: 16px;
    padding: 4px 10px !important;
  }
}

.modal .modal-dialog {
  width: 100% !important;
  max-width: 100% !important;
  background: #9100ff;
  min-height: 100vh;
  margin: 0 !important;
}

.modal .modal-dialog .modal-content {
  max-width: 900px;
  margin: auto;
  background-color: transparent;
  border: 0;
}

@media (max-width: 1199px) {
  .modal .modal-dialog .modal-content {
    max-width: 720px;
  }
}

@media (max-width: 991px) {
  .modal .modal-dialog .modal-content {
    max-width: 660px;
  }
  .ge-newsletter input#form-input-email {
    width: 100% !important;
  }

  .ge-newsletter button.btn.btn-primary {
      width: 100% !important;
  }
}

@media (max-width: 767px) {
  .modal .modal-dialog .modal-content {
    max-width: 500px;
  }
}

@media (max-width: 575px) {
  .modal .modal-dialog .modal-content {
    max-width: 100%;
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }
  .ge-newsletter button.btn.btn-primary {
      margin-top: 10px;
  }
}
#why-page section#text-section {
    padding-bottom: 200px;
}
/*========================*/
/* ======= Banner Section ======= */
#banner-section {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#9100ff), to(#2b59d7)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #9100ff 0%, #2b59d7 100%) 0% 0% no-repeat padding-box;
}

#banner-section .banner-bg-layer {
  background-image: url("../images/banner-bg-layer.png");
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 250px 0 0 0;
}

@media only screen and (min-width: 991px) {
  #banner-section .banner-bg-layer {
    background-size: 900px;
  }
}

@media only screen and (max-width: 575px) {
  #banner-section .banner-bg-layer {
    padding: 150px 0 0 0;
  }
}

#banner-section .banner-bg-layer .banner-content .heading {
  font-family: 'sofia-pro-bold';
}

#banner-section .banner-bg-layer .banner-content .opacity-0 {
  opacity: 0;
}

#banner-section .banner-bg-layer .banner-content .banner-showed-img {
  bottom: 0;
  left: 0;
  z-index: 99 !important;
}

#banner-section .banner-bg-layer .banner-shape-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

#banner-section .banner-bg-layer .banner-shape-divider svg {
  position: relative;
  display: block;
  width: calc(274% + 1.3px);
  height: 450px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #banner-section .banner-bg-layer .banner-shape-divider svg {
    width: calc(274% + 1.3px);
    height: 283px;
  }
}

@media (max-width: 767px) {
  #banner-section .banner-bg-layer .banner-shape-divider svg {
    width: calc(271% + 1.3px);
    height: 200px;
  }
}

#banner-section .banner-bg-layer .banner-shape-divider .shape-fill {
  fill: #ffffff;
}

/* ======= Problem Section ======= */
#problem-section {
  padding: 100px 0;
}

@media only screen and (max-width: 575px) {
  #problem-section {
    padding: 50px 0;
  }
}

#problem-section .bg {
  background-color: #fff7f2;
  border-radius: 30px;
  padding: 40px;
}

@media only screen and (max-width: 575px) {
  #problem-section .bg {
    border-radius: 10px;
    padding: 20px;
  }
}

@media only screen and (max-width: 1399px) {
  #problem-section .bg .heading {
    min-height: 100px;
  }
}

@media only screen and (max-width: 991px) {
  #problem-section .bg .heading {
    min-height: 50px;
  }
}

#problem-section .bg .border-end {
  border-right: 0 !important;
}

@media only screen and (min-width: 991px) {
  #problem-section .bg .border-end {
    border-right: 2px solid #707070 !important;
  }
}

#problem-section .bg .border-bottom {
  border-bottom: 2px solid #707070 !important;
}

@media only screen and (min-width: 991px) {
  #problem-section .bg .border-bottom {
    border-bottom: 0 !important;
  }
}

#problem-section .bg .right-side .media i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #ff771c;
  font-size: 10px;
  margin-top: 12px;
}

/* ======= Offer Section ======= */
#offer-section .bg-color {
  background-color: #9100ff;
  border-radius: 30px;
  overflow: hidden;
}

#offer-section .bg-color .bg-image {
  background-image: url("../images/offer-section-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px;
}

@media only screen and (max-width: 991px) {
  #offer-section .bg-color .bg-image {
    background-position: center left;
  }
}

@media only screen and (max-width: 575px) {
  #offer-section .bg-color .bg-image {
    padding: 30px;
  }
}

/* ======= Image Section ======= */
#image-section {
  margin: 100px 0;
  padding: 200px 0;
  background-image: url("../images/image.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 575px) {
  #image-section {
    margin: 50px 0;
    padding: 150px 0;
  }
}

/* ======= Business and Customer Section ======= */
#business-and-customer-section .card {
  background: #fff7f2 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 10px 35px #0000000d;
  box-shadow: 0px 10px 35px #0000000d;
  border-radius: 31px;
}

@media only screen and (max-width: 575px) {
  #business-and-customer-section .card {
    border-radius: 10px;
  }
}

#business-and-customer-section .card .card-body .media img {
  width: 50px;
}

/* ======= Blog Section ======= */
#blog-section {
  padding: 100px 0;
}

@media only screen and (max-width: 991px) {
  #blog-section {
    padding: 80px 0;
  }
}

#blog-section .blog-cards .blog-card {
  height: 100%;
  -webkit-box-shadow: 9px 15px 31px #00000012;
  box-shadow: 9px 15px 31px #00000012;
  border-radius: 22px;
}

#blog-section .blog-cards .blog-card .card-body .date {
  color: #152439;
}

#blog-section .blog-cards .blog-card .card-body .card-heading {
  color: #152439;
}

#blog-section .blog-cards .blog-card .card-body .card-button {
  color: #ff771c;
  border-bottom: 1px solid #ff771c;
}

#partners-section {
  padding-bottom: 220px;
}

/* ======= Contact Section ======= */
#contact-section {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  #contact-section {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 991px) {
  #contact-section {
    padding-bottom: 50px;
  }
}

#contact-section .bg-color {
  background-color: #ff771c;
  border-radius: 40px;
  overflow: hidden;
}

#contact-section .bg-color .bg-image {
  background-image: url("../images/contact-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px;
}

@media only screen and (max-width: 991px) {
  #contact-section .bg-color .bg-image {
    background-position: center right;
  }
}

@media only screen and (max-width: 575px) {
  #contact-section .bg-color .bg-image {
    padding: 30px 30px 40px 30px;
  }
}

/* ======= Footer Section ======= */
footer {
  background: transparent linear-gradient(113deg, #9100ff 0%, #2b59d7 100%) 0% 0% no-repeat padding-box;
}

@media only screen and (min-width: 992px) {
  footer {
    padding-top: 150px;
  }
}

footer .footer-widget {
  padding: 100px 0 70px 0;
}

footer .footer-widget .footer-logo {
  margin-bottom: 30px;
}

footer .footer-widget p {
  font-size: 18px !important;
}

@media only screen and (max-width: 575px) {
  footer .footer-widget {
    padding: 60px 0;
  }

  footer .footer-widget .footer-logo {
    width: 250px;
    margin-bottom: 0;
  }
}

footer .footer-widget .footer-social-icon i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin: 0 20px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

footer .footer-widget .footer-social-icon i:hover {
  color: #5a009e;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}

@media only screen and (max-width: 575px) {
  footer .footer-widget .footer-social-icon i {
    font-size: 16px;
  }
}

footer .footer-widget .footer-social-icon i:nth-child(1) {
  margin-left: 0;
}

footer .footer-widget .footer-title {
  min-height: 100px;
}

@media (max-width: 1199px) {
  footer .footer-widget .footer-title {
    min-height: 50px;
  }
}

footer .footer-widget .foter-sub-heading {
  font-size: 24px;
  font-family: "poligon-bold";
  color: #ffffff;
}

@media only screen and (max-width: 575px) {
  footer .footer-widget .foter-sub-heading {
    font-size: 20px;
  }
}

footer .footer-widget .footer-links a {
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  margin: 15px 0;
}

footer .footer-widget .footer-links a:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 575px) {
  footer .footer-widget .footer-links a {
    font-size: 16px;
  }
}

footer .footer-widget .footer-links a:hover {
  text-decoration: underline !important;
}

footer .footer-widget .subscribe-box .subscribe-form input {
  border-radius: 35px 35px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  padding: 12px 30px;
}

@media (max-width: 575px) {
  footer .footer-widget .subscribe-box .subscribe-form input {
    display: block !important;
    width: 100% !important;
  }
}

footer .footer-widget .subscribe-box .subscribe-form button {
  border-radius: 35px !important;
}

@media (max-width: 575px) {
  footer .footer-widget .subscribe-box .subscribe-form button {
    display: block !important;
    width: 100% !important;
  }
}

footer .footer-copyright {
  border-top: 1px solid #ffffff;
}

footer .footer-copyright p,
footer .footer-copyright a {
  color: #ffffff;
}

/* ====== Back to Top ====== */
#back-to-top {
  opacity: 0;
  position: fixed;
  right: 30px;
  bottom: 20px;
  border: 0;
  background-color: #fb7d58;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 3px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 99;
  -webkit-transform: translateY(-300px);
  transform: translateY(-300px);
}

/* ================================= */
/* == Common For Other pages == */
/* ================================= */
#consumer-page,
#business-page,
#about-us-page,
#pricing-page,
#why-page {
  /* ====== Banner Section ====== */
  /* ====== Why Section ====== */
  /* ====== FAQ Section ====== */
}

#consumer-page #banner-section,
#business-page #banner-section,
#about-us-page #banner-section,
#pricing-page #banner-section,
#why-page #banner-section,
#blog-page #banner-section,
#blog3-page #banner-section,
#blog2-page #banner-section {
  background: url("../images/consumer-page/banner-bg.png");
}

#consumer-page #banner-section .banner-bg-layer .banner-content,
#business-page #banner-section .banner-bg-layer .banner-content,
#about-us-page #banner-section .banner-bg-layer .banner-content,
#pricing-page #banner-section .banner-bg-layer .banner-content,
#blog-page #banner-section .banner-bg-layer .banner-content,
#blog2-page #banner-section .banner-bg-layer .banner-content,
#blog3-page #banner-section .banner-bg-layer .banner-content,
#why-page #banner-section .banner-bg-layer .banner-content {
  padding-bottom: 450px;
}

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

  #consumer-page #banner-section .banner-bg-layer .banner-content,
  #business-page #banner-section .banner-bg-layer .banner-content,
  #about-us-page #banner-section .banner-bg-layer .banner-content,
  #pricing-page #banner-section .banner-bg-layer .banner-content,
  #blog-page #banner-section .banner-bg-layer .banner-content,
  #blog2-page #banner-section .banner-bg-layer .banner-content,
  #blog3-page #banner-section .banner-bg-layer .banner-content,
  #why-page #banner-section .banner-bg-layer .banner-content {
    padding-bottom: 300px;
  }
}

@media (max-width: 767px) {

  #consumer-page #banner-section .banner-bg-layer .banner-content,
  #business-page #banner-section .banner-bg-layer .banner-content,
  #about-us-page #banner-section .banner-bg-layer .banner-content,
  #pricing-page #banner-section .banner-bg-layer .banner-content,
  #blog-page #banner-section .banner-bg-layer .banner-content,
  #blog2-page #banner-section .banner-bg-layer .banner-content,
  #blog3-page #banner-section .banner-bg-layer .banner-content,
  #why-page #banner-section .banner-bg-layer .banner-content {
    padding-bottom: 200px;
  }
}

#consumer-page #banner-section .banner-bg-layer .banner-shape-divider svg,
#business-page #banner-section .banner-bg-layer .banner-shape-divider svg,
#about-us-page #banner-section .banner-bg-layer .banner-shape-divider svg,
#pricing-page #banner-section .banner-bg-layer .banner-shape-divider svg,
#blog-page #banner-section .banner-bg-layer .banner-shape-divider svg,
#blog2-page #banner-section .banner-bg-layer .banner-shape-divider svg,
#blog3-page #banner-section .banner-bg-layer .banner-shape-divider svg,
#why-page #banner-section .banner-bg-layer .banner-shape-divider svg {
  height: 450px;
}

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

  #consumer-page #banner-section .banner-bg-layer .banner-shape-divider svg,
  #business-page #banner-section .banner-bg-layer .banner-shape-divider svg,
  #about-us-page #banner-section .banner-bg-layer .banner-shape-divider svg,
  #pricing-page #banner-section .banner-bg-layer .banner-shape-divider svg,
  #blog-page #banner-section .banner-bg-layer .banner-shape-divider svg,
  #blog2-page #banner-section .banner-bg-layer .banner-shape-divider svg,
  #blog3-page #banner-section .banner-bg-layer .banner-shape-divider svg,
  #why-page #banner-section .banner-bg-layer .banner-shape-divider svg {
    height: 350px;
  }
}

@media (max-width: 767px) {

  #consumer-page #banner-section .banner-bg-layer .banner-shape-divider svg,
  #business-page #banner-section .banner-bg-layer .banner-shape-divider svg,
  #about-us-page #banner-section .banner-bg-layer .banner-shape-divider svg,
  #pricing-page #banner-section .banner-bg-layer .banner-shape-divider svg,
  #blog-page #banner-section .banner-bg-layer .banner-shape-divider svg,
  #blog2-page #banner-section .banner-bg-layer .banner-shape-divider svg,
  #blog3-page #banner-section .banner-bg-layer .banner-shape-divider svg,
  #why-page #banner-section .banner-bg-layer .banner-shape-divider svg {
    height: 150px;
  }
}

#consumer-page #why-section .right-side .heading,
#business-page #why-section .right-side .heading,
#about-us-page #why-section .right-side .heading,
#pricing-page #why-section .right-side .heading,
#why-page #why-section .right-side .heading {
  font-family: 'sofia-pro-bold';
}

#consumer-page #why-section .right-side .para-text b,
#business-page #why-section .right-side .para-text b,
#about-us-page #why-section .right-side .para-text b,
#pricing-page #why-section .right-side .para-text b,
#why-page #why-section .right-side .para-text b {
  background: #fff7f2;
  border-radius: 10px;
  padding: 10px;
  color: #ff461c;
  display: block;
}

#consumer-page #faq-section,
#business-page #faq-section,
#about-us-page #faq-section,
#pricing-page #faq-section,
#why-page #faq-section {
  padding-bottom: 200px;
}

@media (max-width: 991px) {

  #consumer-page #faq-section,
  #business-page #faq-section,
  #about-us-page #faq-section,
  #pricing-page #faq-section,
  #why-page #faq-section {
    padding-bottom: 70px;
  }
}

#consumer-page #faq-section .left-side .accordion .accordion-item,
#business-page #faq-section .left-side .accordion .accordion-item,
#about-us-page #faq-section .left-side .accordion .accordion-item,
#pricing-page #faq-section .left-side .accordion .accordion-item,
#why-page #faq-section .left-side .accordion .accordion-item {
  border: 1px solid #d8d8d8 !important;
  border-radius: 10px;
}

#consumer-page #faq-section .left-side .accordion .accordion-item .accordion-button,
#business-page #faq-section .left-side .accordion .accordion-item .accordion-button,
#about-us-page #faq-section .left-side .accordion .accordion-item .accordion-button,
#pricing-page #faq-section .left-side .accordion .accordion-item .accordion-button,
#why-page #faq-section .left-side .accordion .accordion-item .accordion-button {
  text-align: left !important;
  color: #3e5b72;
  font-size: 18px;
  font-family: "poligon-bold";
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background-color: transparent !important;
}

#consumer-page #faq-section .left-side .accordion .accordion-item .accordion-button::after,
#business-page #faq-section .left-side .accordion .accordion-item .accordion-button::after,
#about-us-page #faq-section .left-side .accordion .accordion-item .accordion-button::after,
#pricing-page #faq-section .left-side .accordion .accordion-item .accordion-button::after,
#why-page #faq-section .left-side .accordion .accordion-item .accordion-button::after {
  background-image: url("../images/consumer-page/faq-minus.svg");
}

#consumer-page #faq-section .left-side .accordion .accordion-item .accordion-button.collapsed::after,
#business-page #faq-section .left-side .accordion .accordion-item .accordion-button.collapsed::after,
#about-us-page #faq-section .left-side .accordion .accordion-item .accordion-button.collapsed::after,
#pricing-page #faq-section .left-side .accordion .accordion-item .accordion-button.collapsed::after,
#why-page #faq-section .left-side .accordion .accordion-item .accordion-button.collapsed::after {
  background-image: url("../images/consumer-page/faq-plus.svg");
}

@media (min-width: 1600px) {

  #consumer-page #faq-section .left-side .accordion .accordion-item .accordion-button,
  #business-page #faq-section .left-side .accordion .accordion-item .accordion-button,
  #about-us-page #faq-section .left-side .accordion .accordion-item .accordion-button,
  #pricing-page #faq-section .left-side .accordion .accordion-item .accordion-button,
  #why-page #faq-section .left-side .accordion .accordion-item .accordion-button {
    font-size: 22px;
  }
}

#consumer-page #faq-section .left-side .accordion .accordion-item .accordion-body p,
#business-page #faq-section .left-side .accordion .accordion-item .accordion-body p,
#about-us-page #faq-section .left-side .accordion .accordion-item .accordion-body p,
#pricing-page #faq-section .left-side .accordion .accordion-item .accordion-body p,
#why-page #faq-section .left-side .accordion .accordion-item .accordion-body p {
  color: #3e5b72;
}

#consumer-page #faq-section .right-side h3,
#business-page #faq-section .right-side h3,
#about-us-page #faq-section .right-side h3,
#pricing-page #faq-section .right-side h3,
#why-page #faq-section .right-side h3 {
  color: #3e5b72;
  font-family: "poligon-bold";
}

@media (min-width: 1600px) {

  #consumer-page #faq-section .right-side h3,
  #business-page #faq-section .right-side h3,
  #about-us-page #faq-section .right-side h3,
  #pricing-page #faq-section .right-side h3,
  #why-page #faq-section .right-side h3 {
    font-size: 35px;
  }
}

#consumer-page #faq-section .right-side .question-form input,
#business-page #faq-section .right-side .question-form input,
#about-us-page #faq-section .right-side .question-form input,
#pricing-page #faq-section .right-side .question-form input,
#why-page #faq-section .right-side .question-form input {
  border: 1px solid #c8c8c8;
  border-radius: 12px;
  color: #2b2b2b;
  font-size: 18px;
  outline: none !important;
}

#consumer-page #faq-section .right-side .question-form input::-webkit-input-placeholder,
#business-page #faq-section .right-side .question-form input::-webkit-input-placeholder,
#about-us-page #faq-section .right-side .question-form input::-webkit-input-placeholder,
#pricing-page #faq-section .right-side .question-form input::-webkit-input-placeholder,
#why-page #faq-section .right-side .question-form input::-webkit-input-placeholder {
  color: #b2b7bb;
}

#consumer-page #faq-section .right-side .question-form input:-ms-input-placeholder,
#business-page #faq-section .right-side .question-form input:-ms-input-placeholder,
#about-us-page #faq-section .right-side .question-form input:-ms-input-placeholder,
#pricing-page #faq-section .right-side .question-form input:-ms-input-placeholder,
#why-page #faq-section .right-side .question-form input:-ms-input-placeholder {
  color: #b2b7bb;
}

#consumer-page #faq-section .right-side .question-form input::-ms-input-placeholder,
#business-page #faq-section .right-side .question-form input::-ms-input-placeholder,
#about-us-page #faq-section .right-side .question-form input::-ms-input-placeholder,
#pricing-page #faq-section .right-side .question-form input::-ms-input-placeholder,
#why-page #faq-section .right-side .question-form input::-ms-input-placeholder {
  color: #b2b7bb;
}

#consumer-page #faq-section .right-side .question-form input::placeholder,
#business-page #faq-section .right-side .question-form input::placeholder,
#about-us-page #faq-section .right-side .question-form input::placeholder,
#pricing-page #faq-section .right-side .question-form input::placeholder,
#why-page #faq-section .right-side .question-form input::placeholder {
  color: #b2b7bb;
}

@media (min-width: 1600px) {

  #consumer-page #faq-section .right-side .question-form input,
  #business-page #faq-section .right-side .question-form input,
  #about-us-page #faq-section .right-side .question-form input,
  #pricing-page #faq-section .right-side .question-form input,
  #why-page #faq-section .right-side .question-form input {
    font-size: 20px;
  }
}

/* ================================= */
/* ===== Consumer Page ===== */
/* ================================= */
#consumer-page {
  /* ====== Vicious Circle Section ====== */
  /* ====== How We Consume Section ====== */
  /* ====== Marketing Oriented Way Section ====== */
  /* ====== Make Business Follow Section ====== */
}

#consumer-page #vicious-circle-section {
  padding: 100px 0;
}

@media (max-width: 575px) {
  #consumer-page #vicious-circle-section {
    padding: 50px 0;
  }
}

#consumer-page #how-we-consume-section .bg-color {
  background-color: #9100ff;
  border-radius: 30px;
  overflow: hidden;
}

#consumer-page #how-we-consume-section .bg-color .bg-image {
  background-image: url("../images/consumer-page/how-we-consume-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px;
}

@media only screen and (max-width: 991px) {
  #consumer-page #how-we-consume-section .bg-color .bg-image {
    background-position: center left;
  }
}

@media only screen and (max-width: 575px) {
  #consumer-page #how-we-consume-section .bg-color .bg-image {
    padding: 30px;
  }
}

#consumer-page #marketing-oriented-way-section {
  padding: 100px 0;
}

@media (max-width: 575px) {
  #consumer-page #marketing-oriented-way-section {
    padding: 60px 0;
  }
}

#consumer-page #marketing-oriented-way-section .media i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 10px;
  color: #ff771c;
  margin-top: 10px;
}

#consumer-page #marketing-oriented-way-section .right-side {
  background: #fff7f2;
  border-radius: 30px;
}

#consumer-page #marketing-oriented-way-section .right-side .box {
  border-radius: 15px;
}

#consumer-page #marketing-oriented-way-section .right-side .box .para-text {
  color: #ff771c;
}

#consumer-page #make-business-follow-section {
  padding: 100px 0;
}

@media (max-width: 575px) {
  #consumer-page #make-business-follow-section {
    padding: 50px 0;
  }
}

#consumer-page #make-business-follow-section .bg-image {
  background-image: url("../images/consumer-page/make-business-follow-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0 0 0 80px;
  border-radius: 28px;
  overflow: hidden;
}

@media (max-width: 991px) {
  #consumer-page #make-business-follow-section .bg-image {
    padding: 30px 30px 0 30px;
    background-position: left;
  }
}

#consumer-page #make-business-follow-section .left-side .heading {
  font-family: "poligon-regular";
}

#consumer-page #make-business-follow-section .left-side .heading b {
  color: #ff461c;
  border-bottom: 2px solid #ff461c;
}

/* ================================= */
/* ====== Business Page ===== */
/* ================================= */
#business-page {
  /* ====== Banner Section ====== */
  /* ====== Text Section ====== */
  /* ====== Why Section ====== */
  /* ====== Q.Everything Section ====== */
}

#business-page #banner-section {
  background-image: url("../images/business-page/banner-bg.png");
}

#business-page #text-section {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}

@media (max-width: 767px) {
  #business-page #text-section {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

#business-page #text-section .left-side h2 {
  font-family: 'sofia-pro-bold';
  line-height: 1.5;
}

#business-page #why-section {
  padding: 0 0 100px 0;
}

@media (max-width: 767px) {
  #business-page #why-section {
    padding: 50px 0;
  }
  #business-page #offer-section {
      padding-bottom: 50px;
  }
  #why-page #offer-section {
      padding: 25px 0px 100px 0px;
  }
}

#business-page #q-everything-section {
  padding-bottom: 100px;
}

@media (max-width: 575px) {
  #business-page #q-everything-section {
    padding-bottom: 70px;
  }
  .contact-frm .row > div {
      padding: 5px 0;
  }
  .contact-frm .row {
    padding: 0px !important;
}
}

#business-page #q-everything-section .bg {
  background: #fff7f2;
  padding: 30px;
  border-radius: 30px;
}

#business-page #q-everything-section h2 {
  font-size: 28px;
}

@media (min-width: 1600px) {
  #business-page #q-everything-section h2 {
    font-size: 32px;
  }
}

#business-page #q-everything-section .left-side {
  background: #fff7f2;
  border-radius: 30px;
}

#business-page #q-everything-section .left-side .box {
  border-radius: 15px;
}

#business-page #q-everything-section .left-side .para-text {
  color: #ff771c;
}

/* ================================= */
/* ====== About Us Page ===== */
/* ================================= */
#about-us-page {
  /* ====== Banner Section ====== */
  /* ====== Why Section ====== */
}

#about-us-page #banner-section {
  background-image: url("../images/banner-bg.png");
}

#about-us-page #why-section {
  padding-bottom: 150px;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  padding-top: 10px;
}

@media (max-width: 991px) {
  #about-us-page #why-section {
    padding-bottom: 60px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

#about-us-page #why-section h1 {
  font-family: 'sinthya';
  color: #ff771c;
  font-size: 80px;
}

@media (max-width: 575px) {
  #about-us-page #why-section h1 {
    font-size: 60px;
  }
}

#about-us-page #why-section h2 {
  font-family: 'sofia-pro-bold';
}

/* ================================= */
/* ====== Pricing Pag ===== */
/* ================================= */
#pricing-page {
  /* ====== Banner Section ====== */
  /* ====== Tab Section ====== */
  /* ====== Footer Section ====== */
}

#pricing-page #banner-section {
  background-image: url("../images/banner-bg.png");
}

#pricing-page #tab-section {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}

@media (max-width: 991px) {
  #pricing-page #tab-section {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    padding-bottom: 70px;
  }
}

#pricing-page #tab-section .nav-tabs li button {
  font-family: 'sofia-pro-bold';
  border: 3px solid grey;
  color: grey;
  background-color: #ffffff;
  margin: 0 10px;
  border-radius: 28px;
  font-size: 19px;
}

#pricing-page #tab-section .nav-tabs li button.active {
  border: 3px solid #ff461c;
  color: #ff461c;
}

@media (min-width: 1600px) {
  #pricing-page #tab-section .nav-tabs li button {
    font-size: 23px;
  }
}

#pricing-page #tab-section .tab-content {
  background: #fff7f2 0% 0% no-repeat padding-box;
  border-radius: 30px;
  padding: 50px 20px;
}

#pricing-page #tab-section .tab-content .change-cards .change-card {
  background: transparent linear-gradient(121deg, #ff705a 0%, #f2a355 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 6px 28px #0000001a;
  box-shadow: 0px 6px 28px #0000001a;
  border-radius: 22px;
  padding: 30px;
  cursor: pointer;
}

#pricing-page #tab-section .tab-content .change-cards .change-card h3,
#pricing-page #tab-section .tab-content .change-cards .change-card p {
  color: #ffffff;
}

#pricing-page #tab-section .tab-content .lets-talk .heading {
  color: #2a4255;
}

#pricing-page #tab-section .tab-content .lets-talk form input,
#pricing-page #tab-section .tab-content .lets-talk form textarea {
  padding: 10px 20px;
  outline: none !important;
  border: 0;
  -webkit-box-shadow: 0px 3px 10px #00000005;
  box-shadow: 0px 3px 10px #00000005;
  border-radius: 12px;
  font-size: 18px;
}

@media (min-width: 1600px) {

  #pricing-page #tab-section .tab-content .lets-talk form input,
  #pricing-page #tab-section .tab-content .lets-talk form textarea {
    font-size: 20px;
  }
}

#pricing-page #tab-section .tab-content .lets-talk form textarea {
  height: 150px;
}

#pricing-page footer {
  padding-top: 0 !important;
}

/* ================================= */
/* ====== Why Page ===== */
/* ================================= */
#why-page {
  /* ====== Banner Section ====== */
  /* ====== Understand Section ====== */
  /* ====== Understand Section ====== */
}

#why-page #banner-section {
  background-image: url("../images/banner-bg.png");
}

#why-page #understand-section {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}

@media only screen and (max-width: 991px) {
  #why-page #understand-section {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

#why-page #understand-section .section-title .para-text.orange {
  color: #ff461c;
  font-family: "poligon-bold";
}

#why-page #understand-section .accept-following-list-box {
  background: #fff7f2 0% 0% no-repeat padding-box;
  border-radius: 28px;
  padding: 20px;
}

#why-page #understand-section .accept-following-list-box .media i {
  font-size: 12px;
  margin-top: 9px;
}

@media only screen and (max-width: 991px) {
  #why-page #text-section {
    padding: 80px 0;
  }
}

/*# sourceMappingURL=style.css.map */


/* ========== blog part start ============ */

#blog-page #banner-section {
  background-image: url("../images/blog/banner-bg.png");
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

#blog_part {
  margin-bottom: 250px;
}

.blog_head {
  position: relative;
  font-size: 46px;
  font-family: "poligon-bold";
}


.blog_head::before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #707070;
  bottom: -14px;
  left: 0;
}

.full_blog {
  margin-top: 60px;
  border-radius: 22px;
  box-shadow: 9px 15px 31px #00000012;
}

.full_blog_text {
  padding: 40px 40px 55px 40px;
}

.full_blog_date {
  font-size: 17px;
  font-family: "poligon-regular";
}

.full_blog_p {
  font-size: 21px;
  font-family: "poligon-bold";
  margin-bottom: 30px;
}

.full_blog_a {
  font-size: 20px;
  font-family: "poligon-regular";
  padding: 10px 20px;
  border: 2px solid #FF911A;
  color: #FF911A !important;
  border-radius: 40px;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
}

.full_blog_a:hover,
.half_blog_a:hover{
  background: #FF911A;
  color: #fff !important;
}

.half_blog {
  margin-top: 30px;
  box-shadow: 9px 15px 31px #00000012;
  border-radius: 22px;
}

.half_blog_text {
  padding: 40px;
}

.half_blog_date {
  font-size: 17px;
  font-family: "poligon-regular";
}

.half_blog_p {
  font-size: 20px;
  font-family: "poligon-bold";
  margin-bottom: 30px;
}

.half_blog_a {
  font-size: 20px;
  font-family: "poligon-regular";
  padding: 10px 20px;
  border: 2px solid #FF911A;
  color: #FF911A !important;
  border-radius: 40px;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
}

.half_blog2 {
  margin-top: 25px;
}

.pagination {
  margin: 40px 0 0 50%;
  transform: translateX(-35%);
  width: 100%;
}

.pagination .page-item .page-link {
  border: none !important;
  color: #CECECE !important;
  box-shadow: none !important;
  margin-right: 20px;
  padding: 3px 10px !important;
  border-radius: 9px !important;
}


.pagination .page-item .page-link:hover {
  background: #fff;
}



.pagination .active .page-link {
  border: 1px solid #3597D3 !important;
  padding: 3px 10px !important;
  border-radius: 9px !important;
  background: #F5F5F5 !important;
  color: #3597D3 !important;
}

.page-item {
  border: none !important;
}

.popular {
  padding: 30px;
  background: #FFF3F1;
  border-radius: 30px;
  margin-top: 115px;
}

.recrnt_src {
  padding: 5px 29px !important;
  font-size: 16px;
  color: #fff !important;
  background: #FF911A;
  border-radius: 25px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  margin-bottom: 15px;
  justify-content: space-between;
}

.recrnt_src2 {
  margin-right: 10px;
}

.appartment {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 30px;
  border-radius: 30px;
  margin-top: 56px;
}

.appart_h1 {
  font-size: 20px;
  font-family: "poligon-bold";
  color: #FFFFFF;
}

.appart_p {
  font-size: 16px;
  font-family: "poligon-regular";
  margin: 30px 0;
  color: #fff;
}

.form_control {
  font-size: 20px;
  padding: 15px 25px;
  border-radius: 10px !important;
}

.form_control ::placeholder {
  color: #B8C2D9 !important;

}

.form_control2 {
  margin-top: 25px;
}

.appart_a {
  border: 3px solid #fff;
  color: #fff !important;
  width: 100%;
  margin-top: 25px;
  display: inline-block;
  padding: 13px 0;
  text-align: center;
  border-radius: 10px;
  font-family: "poligon-regular";
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}

.appart_a:hover {
  background: #fff;
  color: #000000 !important;
  transition: all 0.3s ease-in-out;
}



/* ============= blog part end ========= */


/* ============= blog2 part start ========= */









/* ============= blog2 part end ========= */



/* ============= blog2 part start ========= */

#info_part{
  margin-bottom: -270px;
}

.menu_fix {
  position: fixed !important;
  left: 0 !important;
  top: 100px !important;
  opacity: 1 !important;
  transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
}

.info_col_2{
  position: absolute;
  top: 100px !important;
  left: -50px;
  opacity: 0;
  z-index: 1;
}

.info_main_col{
  padding: 70px 0;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  position: relative;
  top: -400px !important;
  background: #fff;
}




.info_col_2 .list-group .list-group-item-action{
  border: none;
  color: #9FACB9;
  margin-left: 30px;
  position: relative;
  background: transparent;
  font-family: 'poligon-regular';
  font-size: 17px;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
}

.info_col_2 .list-group .list-group-item-action::before{
  height: 2px;
  width: 30px;
  position: absolute;
  content: '';
  left: -30px;
  top: 20px;
  background: #9FACB9;
}



.info_col_2 .list-group .active{
  color: #FF911A;
  position: relative;
  margin-left: 40px;
  background: transparent;
}

.info_col_2 .list-group .active::before{
  height: 2px;
  width: 40px;
  position: absolute;
  content: '';
  left: -40px;
  top: 20px;
  background: #FF911A;

}

.info_main_head{
  font-size: 33px;
  font-family: 'poligon-regular';
  margin-bottom: 20px;
  color: #2B2B2B;
}

.seller_full_info{
  padding: 20px 0;
}

.seller_img{
  width: 60px;
  height: 60px;
}

.seller_info{
  margin-left: 10px;
  width: 150px;
  margin-top: 10px;
}

.seller_h6{
  font-size: 16px;
  font-family: 'poligon-bold';
  color: #2B2B2B;
}

.seller_p{
  font-size: 16px;
  font-family: 'poligon-regular';
  color: #2B2B2B !important;
}

.immob{
  margin-left: 15px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 124px;
  -webkit-border-radius: 124px;
  -moz-border-radius: 124px;
  -ms-border-radius: 124px;
  -o-border-radius: 124px;
  background: #FF911A;
  color: #fff;
  font-family: 'poligon-regular';
  font-size: 16px;
  height: 40px;
  margin-top: 17.5px;
}

.share_now{
  margin-top: 7px;
}

.share_p{
  margin-top: 20px;
  font-size: 16px;
  font-family: 'poligon-regular';
  color: #2B2B2B;
}

.social_icon{
  margin: 12px 0 0 10px !important;
}

.social_icon a{
  padding: 9px 12px;
  background: #FF911A;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #FF911A;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  margin-left: 5px;
}

.social_icon a:hover{
  background: #fff;
}

.fb{
  padding: 9px 14px !important;
}

.social_icon a i{
  color: #fff;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
}

.social_icon a:hover i{
  color: #FF911A;
}


.ad_img{
  width: 100% !important;
  margin: 30px 0;
}

.ad_p{
  font-size: 16px;
  color: #2B2B2B;
  font-family: 'poligon-regular';
  margin-bottom: 30px;
}

.info_text2_head{
  font-size: 20px;
  font-family: 'poligon-bold';
  margin-bottom: 30px;
  color: #2B2B2B;
}

.info_text2_p{
  font-size: 16px;
  color: #2B2B2B;
  font-family: 'poligon-regular';
  margin-bottom: 30px;
}

.info_text_inner{
  padding: 20px 20px 10px 20px;
  background: #FFF7F2;
  margin-bottom: 30px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.info_text_inner p{
  font-size: 17px;
  color: #2B2B2B;
  font-family: 'poligon-bold';
}



.info_text3_head{
  font-size: 20px;
  font-family: 'poligon-bold';
  margin-bottom: 30px;
  color: #2B2B2B;
}

.info_text3_p{
  font-size: 16px;
  color: #2B2B2B;
  font-family: 'poligon-regular';
  margin-bottom: 30px;
}

.dot{
  width: 10px !important;
  height: 10px !important;
  margin-right: 10px;
  background: #000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.info_text_p2{
  font-size: 22px;
  color: #2B2B2B;
  font-family: 'poligon-medium';
}

.dot_full2{
  margin-bottom: 30px;
}

.info_reading{
  padding: 30px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background: #F4E5FF;
  margin-bottom: 30px;
}

.reading_h6{
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 220px;
  border-radius: 21px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  background: #FFEEE4;
  color: #FF911A;
  font-size: 16px;
  font-family: 'poligon-bold';
}

.reading_h4{
  margin-top: 20px;
  font-size: 22px;
  font-family: 'poligon-bold';
  color: #2B2B2B;
}

.reading_p2{
  font-size: 16px;
  color: #2B2B2B;
  font-family: 'poligon-regular';
  margin-bottom: 30px;
}

.info_text3_head{
  font-size: 20px;
  font-family: 'poligon-bold';
  margin-bottom: 30px;
  color: #2B2B2B;
}

.info_text4_p{
  font-size: 16px;
  color: #2B2B2B;
  font-family: 'poligon-regular';
  margin-bottom: 30px;
}

.info_text5_head{
  font-size: 20px;
  font-family: 'poligon-bold';
  margin-bottom: 30px;
  color: #2B2B2B;
}

.info_text5_p{
  font-size: 16px;
  color: #2B2B2B;
  font-family: 'poligon-regular';
  margin-bottom: 30px;
}

.info_text5_bg {
  padding: 20px 25px;
  background: #FFF7F2;
  border-radius: 30px;
  margin-bottom: 50px;
}

.info_text5_h4 {
  font-family: "poligon-bold";
  font-size: 18px;
  line-height: 35px;
  line-height: 30px;
}

.info_text5_texts{
  margin-left: 30px;
}

.info_text5_email {
  padding: 5px;
  border-radius: 29px;
  background: #fff;
}

.form_control {
  padding: 5px 10px;
  border: none !important;
  width: 100%;
}

.info_text5_email input{
  border: none !important;
}

.info_text5_email ::placeholder {
  color: #70899A !important;
  font-size: 16px !important;
  border: none !important;
}

.subscribe_bt {
  padding: 7px 20px !important;
  color: #fff !important;
  border-radius: 20px;
  position: relative;
  margin-left: 20px;
  z-index: 1;
}

.subscribe_bt::before{
  content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 100%;
    filter: blur(8px);
    transform: translateY(8px);
    z-index: -1;
}

.subscribe_bt,
.subscribe_bt::before {
  background: transparent linear-gradient(292deg, #FF5B69 0%, #FFB247 100%) 0% 0% no-repeat padding-box;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -ms-transition: all linear .5s;
}

.related_h2{
  font-family: "poligon-bold";
  margin: 70px 0 20px 0;
}

.underline{
  width: 100%;
  height: 1px;
  background: #707070;
  margin-bottom: 35px;
}


.related_col_text{
  padding: 30px;
}

.telated_p{
  font-size: 11px;
  font-family: "poligon-regular";
}

.related_h4{
  font-size: 14px;
  font-family: "poligon-bold";
  margin-bottom: 20px;
}

.related_a{
  padding: 7px 15px;
  border: 2px solid #FF911A;
  border-radius: 129px;
  color: #FF911A !important;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
}


.related_a:hover{
  background: #FF911A;
  color: #fff !important;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
}


.background-image{
  background: url(../images/pexels-pixabay-327540.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  background-position: center;
  border-radius: 30px;
  margin-bottom: 30px;
}




/* ============= blog2 part end ========= */


/* ============= blog3 part start ========= */

#blog3-page #banner-section {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

#banner_part2{
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 172px 0;
}

.header_text{
  margin-bottom: 50px;
}

.header_text_p{
  font-family: "poligon-regular";
  font-size: 20px;
}

.header_text_h1{
  font-size: 80px;
  font-family: 'sofia-pro-bold';
}


.banner_1_img{
  position: relative;
  z-index: 1;
}

#banner_part1{
  padding-bottom: 150px;
}


.banner_part2_h1{
  font-size: 40px;
  font-family: "poligon-bold";
  color: #fff !important;
  text-align: center;
}


.banner1_text{
  margin-top: 150px;
}

.banner1_h1{
  font-size: 46px;
  font-family: 'sofia-pro-bold';
}

.banner1_p{
  font-size: 20px;
  font-family: "poligon-regular";
  background: #FFF7F2;
  padding: 30px 170px 30px 30px !important;
  width: 150%;
  border-radius: 30px;
  position: relative;
  

}

.banner1_p2{
  right: 50%;
  padding: 30px 0px 30px 300px !important;
}

.banner1_p3{
  padding: 30px 230px 30px 30px !important;
}



.banner4_h1{
  text-align: center;
  font-size: 46px;
  font-family: 'sofia-pro-bold';
  color: #FFFFFF;
}
#banner_part3{
  width: 0;
  height: 0;
  opacity: 0;
}
/* ============= blog3 part end ========= */
.priceing-icon img{
  width: 90%;
  height: auto;
}
.full_blog img.img-fluid {
    width: 100%;
}
.cust-img-sec img {
    width: 100%;
}
.ad_p ul li {
    list-style: disc;
    color: #000;
}
.reading_h6 a {
    color: #FF911A;
}
section#faq-section.bottom-no-padding {
    padding-bottom: 10px !important;
}
section#blog-section.inner-blog {
    padding-bottom: 150px !important;
}
.nav-back button {
    background: linear-gradient(107deg, #ff705a 0%, #f2a355 100%);
    color: #ffffff;
    border: 1px solid;
    border-radius: 20px;
    padding: 4px 15px;
}
.fb_customer_chat_icon {
    bottom: 70px !important;
}
img.img-padd {
    padding: 0px 20px;
}
.ad_p img, .ad_p iframe {
    float: left;
    padding-right: 30px;
}
.aj-tags-full {
    flex-flow: wrap;
}

/**** free form ***/
form label {
    display: none !important;
}
.form-group button[type=submit] {
    width: auto !important;
    padding: 10px 25px;
    background: linear-gradient(107deg, #ff705a 0%, #f2a355 100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
    border-radius: 25px;
    border: 1px solid transparent;
}
.ge-newsletter input {
    width: auto !important;
    border-radius: 25px;
    padding: 10px 25px;
    border: 1px solid transparent;
}
.ge-newsletter input:focus-visible{
  outline: none;
}
.contact-frm .row{
  padding: 10px;
}
.eg-faq-form input {
    padding: 1rem!important;
    margin: 6px;
    border: 1px solid #c8c8c8;
    border-radius: 12px;
    color: #2b2b2b;
    font-size: 18px;
    outline: none !important;
}
.people-contact-form input, .people-contact-form textarea, .people-contact-form select {
    margin: 10px 0px;
}
.eg-blog-frm input {
    padding: 5px 10px;
    border: none !important;
    width: 100%;
    margin-bottom: 15px;
}


@media (min-width: 1200px) {
  .thanku-page .justify-content-xl-end {
      justify-content: space-evenly !important;
  }
}
@media (max-width: 575px) {
  .eg-single-blog-form {
    display: block !important;
  }

  .eg-single-blog-form .submit-align-center {
      margin-top: 10px;
  }
}
@media (min-width: 575px) {
  .info_text5_texts.ms-auto.ms-cust {
      margin-left: 30px !important;
  }
  .eg-single-blog-form form {margin: 0;width: 100%;}
  .eg-single-blog-form form button {
      text-align: right !important;
  }
  .eg-single-blog-form form .submit-align-center {
      text-align: right;
  }
  .eg-single-blog-form input {
      padding: 10px;
      margin-left: 30px;
  }
}

.eg-blog-frm .row {
    display: block;
    width: 100%;
}
.eg-blog-frm .form-group.col-sm-6.col-xs-12 {
    width: 100% !important;
}
.eg-blog-frm button:hover {
    background-color: #ffffff !important;
    color: #000000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.eg-blog-frm button {
    background: transparent !important;
    border: 2px solid #ffffff !important;
    border-radius: 12px !important;
}
#pricing-page #tab-section .tab-content .lets-talk form select {
    padding: 10px 20px;
    outline: none !important;
    border: 0;
    -webkit-box-shadow: 0px 3px 10px #00000005;
    box-shadow: 0px 3px 10px #00000005;
    border-radius: 12px;
    font-size: 18px;
}
/**** free form ***/
.footer-links {
    font-size: 18px;
    color: #ffffff;
}
#business-page #offer-section {
    padding-bottom: 100px;
}
#why-page #offer-section {
    padding: 50px 0px 200px 0px;
}
.thanku-page .footer-4 {
    display: none;
}

@media only screen and (max-width : 768px) {
  .animated {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}
