@charset "UTF-8";
.op-banner-section {
  position: relative;
  overflow: hidden;
  z-index: 10;
}

.op-header {
  position: relative;
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
}
.op-header:before {
  content: "";
  position: absolute;
  top: -155px;
  left: 2%;
  right: 0;
  /* bottom: 0; */
  background-color: #ffdc60;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  z-index: -1;
}
.op-header .navbar {
  margin: 35px 0 35px 0;
  padding-left: 0;
  padding-right: 0;
}
.op-header .nav li {
  margin: 0 15px;
  position: relative;
}
.op-header .nav li a {
  font-size: 18px;
  font-size: 13px;
  color: #777777;
  text-decoration: none;
  font-weight: 400;
  position: relative;
  padding: 0;
}
.op-header .nav li a:before {
  position: absolute;
  content: "";
  border-bottom: 7px solid #ffadad;
  width: 80%;
  top: 0;
  left: 1px;
  right: 0;
  bottom: 6px;
  z-index: -1;
  visibility: hidden;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  transform-origin: 100% 50%;
}
.op-header .nav li a:hover {
  color: #777777;
}
.op-header .nav li a:hover:before {
  visibility: visible;
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.op-header .nav li a.active:before {
  visibility: visible;
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.op-header .nav li a span {
  position: relative;
}
.op-header .nav li a span:before {
  position: absolute;
  content: "";
  border-bottom: 7px solid #ffadad;
  width: 80%;
  top: 0;
  left: 1px;
  right: 0;
  bottom: 5px;
  z-index: -1;
  visibility: hidden;
}
.op-header .nav li a span:hover {
  color: #777777;
}
.op-header .nav li a span:hover:before {
  visibility: visible;
}
.op-header .nav li a.active span:before {
  visibility: visible;
}
.op-header .nav li ul {
  display: none;
  list-style: none;
  position: absolute;
  top: 55px;
  bottom: auto;
  left: -20px;
  right: 0;
  margin: auto;
  width: 220px;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0px 0px 13.65px 1.35px rgba(0, 0, 0, 0.1);
}
.op-header .nav li ul.sub-nav li {
  margin: 0;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid black;
}
.op-header .nav li ul.sub-nav li:first-of-type {
  padding-top: 0;
  padding-bottom: 0;
}
.op-header .nav li ul.sub-nav li:last-of-type {
  border-bottom: 0;
}
.op-header .nav li:hover > ul.sub-nav {
  display: block;
}
.op-header .nav li:hover > ul.sub-nav li a:hover {
  text-decoration: underline;
}
.op-header .nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
}
.op-header .navbar-brand {
  margin-right: 25px;
}
.op-header .extra-nav-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.op-header .nav-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.op-header .contact-no {
  font-size: 18px;
  color: #555555;
  text-decoration: none;
  font-weight: 400;
  position: relative;
  padding-left: 8px;
}
.op-header .contact-no:hover {
  color: #555555;
  text-decoration: none;
}
.op-header.sticky {
  position: fixed;
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #ffffff;
  z-index: 1000;
  box-shadow: 0px 0px 13.65px 1.35px rgba(0, 0, 0, 0.2);
  top: 0;
}
.op-header.sticky:before {
  display: none;
}
.op-header.sticky .navbar {
  margin: 10px 0;
}

.op-estimate-cost {
  padding: 30px 0 160px 0;
  position: relative;
}
.op-estimate-cost .banner-title {
  color: #222222;
  position: relative;
}
.op-estimate-cost .banner-title:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 5px;
  background: #c6e2bf;
  bottom: -6px;
  left: 4px;
}
.op-estimate-cost .banner-description {
  font-size: 18px;
  color: #555555;
  font-weight: normal;
  line-height: 35px;
  margin-top: 32px;
}

.op-va-slider {
  padding: 125px 0 410px 0;
  background-color: #27272e;
  position: relative;
  overflow: hidden;
}
.op-va-slider:before {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid #555555;
  top: 75px;
  left: 49px;
}
.op-va-slider:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 320px;
  top: 33px;
  background-color: #555555;
  left: 103px;
  transform: rotate(45deg);
}
.op-va-slider .slider-inner-section {
  position: relative;
}
.op-va-slider .slider-inner-section:after {
  position: absolute;
  content: "";
  width: 78px;
  height: 78px;
  right: -8%;
  border-radius: 50%;
  background: #3d3d45;
  bottom: -30%;
}
.op-va-slider .slider-title-wrapper {
  text-align: center;
}
.op-va-slider .sponser {
  color: #aaaaaa;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.op-va-slider .slider-title {
  color: #ffffff;
  margin-top: 18px;
}
.op-va-slider .image-newspaper {
  position: relative;
  margin-left: 10px;
  margin-top: 10px;
}
.op-va-slider .image-newspaper:before {
  position: absolute;
  background: #ffadad;
  content: "";
  left: -10px;
  top: -7px;
  width: 27px;
  height: 27px;
  opacity: 0.8;
  border-radius: 50%;
}
.op-va-slider .image-laptop {
  position: relative;
  margin-left: 10px;
  margin-top: 10px;
}
.op-va-slider .image-laptop:before {
  position: absolute;
  background: #ffadad;
  content: "";
  left: -10px;
  bottom: -13px;
  width: 27px;
  height: 27px;
  opacity: 0.8;
  border-radius: 50%;
}
.op-va-slider .field-name {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 25px 0 15px;
}
.op-va-slider .field-description {
  color: #aaaaaa;
  font-size: 18px;
  line-height: 35px;
}
.op-va-slider .va-carousel-wrapper {
  padding: 55px 0 85px 0;
}
.op-va-slider .item {
  margin-right: 30px;
}
.op-va-slider .nav-arrows {
  color: #ffffff;
  position: absolute;
  bottom: 5%;
  left: 25px;
}
.op-va-slider .nav-arrows .next-arrow {
  margin-left: 12px;
}
.op-va-slider .nav-arrows .slick-arrow {
  border: 1px solid;
  border-radius: 50%;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.op-va-slider .nav-arrows .slick-arrow:hover {
  background-color: #ffdc60;
}
.op-va-slider .nav-arrows .slick-arrow:focus {
  background-color: #ffdc60;
}
.op-va-slider .image-responsive {
  width: 36px;
  height: 35px;
}
.op-va-slider .slider-indexing {
  padding-top: 80px;
}
.op-va-slider .slider-indexing span {
  color: #ffffff;
  font-size: 15px;
}
.op-va-slider #current-slide {
  margin-left: -3px;
  font-size: 15px;
}
.op-va-slider #total-slides {
  color: #aaaaaa;
  padding-left: 54px;
  font-size: 15px;
  position: relative;
}
.op-va-slider #total-slides:before {
  content: "";
  background: #aaaaaa;
  position: absolute;
  width: 46px;
  height: 1px;
  left: 1px;
  top: 9px;
}

.op-find-plan {
  position: relative;
  /* Rounded sliders */
}
.op-find-plan .content:before {
  position: absolute;
  content: "";
  width: 78px;
  height: 78px;
  right: 10px;
  border-radius: 50%;
  background: #ffadad;
  bottom: -15px;
}
.op-find-plan .find-plan-wrapper {
  margin-top: -370px;
  background: #ffffff;
  border-radius: 20px 20px 0 0;
  padding: 110px 25px 0 20px;
  position: relative;
}
.op-find-plan .find-plan-wrapper.pricing-plan-wrapper {
  margin-top: 0;
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.op-find-plan .find-plan-wrapper.pricing-plan-wrapper:before {
  background: #c6e2bf;
}
.op-find-plan .find-plan-wrapper .content:before {
  content: "";
  position: absolute;
  background: #ffdc60;
  bottom: -12%;
  left: -6%;
  height: 156px;
  width: 156px;
  border-radius: 50%;
}
.op-find-plan .switch-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 7px;
}
.op-find-plan .yearly {
  font-size: 15px;
  color: #aaaaaa;
}
.op-find-plan .monthly {
  font-size: 15px;
  color: #5956e9;
}
.op-find-plan .switch {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 31px;
  margin: 0 15px 0 15px;
}
.op-find-plan .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.op-find-plan .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.op-find-plan .slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 8px;
  bottom: 4px;
  background-color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.op-find-plan input:checked + .slider {
  background-color: #5956e9;
}
.op-find-plan input:focus + .slider {
  box-shadow: 0 0 1px #5956e9;
}
.op-find-plan input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.op-find-plan .slider.round {
  border-radius: 30px;
}
.op-find-plan .slider.round:before {
  border-radius: 50%;
}
.op-find-plan .plan-title-wrapper {
  text-align: center;
}
.op-find-plan .sponser {
  color: #aaaaaa;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.op-find-plan .plan-title {
  color: #222222;
  margin-top: 18px;
}
.op-find-plan .title-description {
  font-size: 18px;
  color: #555555;
}
.op-find-plan .plan-card {
  margin-top: 35px;
  padding: 30px 0 50px 0;
  text-align: center;
  box-shadow: 0px 0px 13.65px 1.35px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 13.65px 1.35px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  position: relative;
  z-index: 3;
  background: #ffffff;
}
.op-find-plan .size {
  color: #aaaaaa;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.75px;
}
.op-find-plan .card-title {
  color: #222222;
  font-size: 32px;
  font-weight: 700;
  margin-top: 10px;
  text-transform: uppercase;
}
.op-find-plan .price {
  color: #5956e9;
  font-size: 24px;
  font-weight: bold;
}
.op-find-plan .time {
  font-size: 18px;
  color: #aaaaaa;
  font-weight: normal;
}
.op-find-plan .hours-div {
  color: #555555;
  font-size: 18px;
  margin: 35px 0 25px 0;
  font-weight: normal;
  list-style: none;
}
.op-find-plan .hours-div li {
  margin-bottom: 16px;
}
.op-find-plan .description {
  color: #555555;
  font-size: 15px;
  margin-bottom: 49px;
  padding-left: 20px;
  padding-right: 20px;
}
.op-find-plan .ultimate-card {
  background: #5956e9;
  border-radius: 20px;
}
.op-find-plan .ultimate-card .description {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 49px;
  padding-left: 20px;
  padding-right: 20px;
}
.op-find-plan .ultimate-card .hours-div {
  color: #ffffff;
  font-size: 18px;
  margin: 35px 0 25px 0;
  font-weight: normal;
}
.op-find-plan .ultimate-card .price {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}
.op-find-plan .ultimate-card .price .time {
  font-size: 18px;
  color: #aaaaaa;
  font-weight: normal;
}
.op-find-plan .ultimate-card .size,
.op-find-plan .ultimate-card .time {
  color: #ffffff;
}
.op-find-plan .ultimate-card .card-title {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  margin-top: 10px;
  text-transform: uppercase;
}
.op-find-plan .about-us-div {
  padding-top: 120px;
  padding-bottom: 120px;
}
.op-find-plan .about-title {
  color: #222222;
  margin-bottom: 26px;
  margin-top: 13px;
}
.op-find-plan .about-detail {
  color: #555555;
  font-size: 18px;
  font-weight: normal;
  line-height: 35px;
}
.op-find-plan.pricing-plan-main-wrapper {
  padding: 60px 0 180px;
}
.op-find-plan.pricing-plan-main-wrapper:before {
  display: none;
}

.op-feedback-slider {
  padding: 100px 0 130px;
  background: #f5f9fd;
}
.op-feedback-slider .size {
  color: #aaaaaa;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.75px;
}
.op-feedback-slider .feedback-title {
  margin-top: 18px;
}
.op-feedback-slider .feedback-detail {
  color: #222222;
  font-size: 24px;
}
.op-feedback-slider .logo-image {
  margin: 35px auto 55px;
}
.op-feedback-slider .feedbacker-name {
  font-size: 24px;
  color: #5956e9;
  font-weight: 700;
  margin-top: 20px;
}
.op-feedback-slider .feedback-intro {
  color: #555555;
  font-size: 15px;
}
.op-feedback-slider .owl-carousel .profile-pic {
  width: 100px;
  height: 100px;
  margin: auto;
  display: none;
}
.op-feedback-slider .owl-carousel .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  min-width: 28px;
  height: 28px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.op-feedback-slider .owl-carousel .slick-dots button {
  display: none;
}
.op-feedback-slider .owl-carousel .slick-dots li {
  cursor: pointer;
  border-radius: 50%;
  margin: 0 2px;
  padding: 6px;
  background: transparent;
  outline: 0;
  transition: 0.3s;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  opacity: 0.5;
}
.op-feedback-slider .owl-carousel .slick-dots.active, .op-feedback-slider .owl-carousel .slick-dots .slick-active {
  background: white;
  opacity: 1;
}

.op-news-post {
  padding: 100px 0 30px 0;
}
.op-news-post .news-title {
  margin-bottom: 70px;
  margin-top: 13px;
}
.op-news-post .size {
  color: #aaaaaa;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.75px;
}
.op-news-post .user-information {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.op-news-post .user-name {
  font-size: 15px;
  color: #555555;
  padding-left: 10px;
}
.op-news-post .date-time {
  padding-left: 40px;
  font-size: 15px;
  color: #555555;
}
.op-news-post .date-time i {
  padding-right: 5px;
}
.op-news-post .post-title {
  color: #222222;
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
  display: inline;
  background-image: linear-gradient(white 52%, white 52%);
  background-position-y: 50%;
  background-size: 0;
  transition: all 0.5s;
  transform: translateX(-50%);
}
.op-news-post .post-title:hover {
  background-size: auto 175%;
  text-decoration: none;
  background-image: linear-gradient(white 52%, gold 50%);
  transform: translateX(0%);
}

.op-best-features {
  padding: 115px 0;
}
.op-best-features .feature-div {
  background: #5956e9;
  border-radius: 10px;
  padding: 80px 30px 80px 50px;
  position: relative;
}
.op-best-features .feature-div:before {
  content: "";
  position: absolute;
  background-image: url(../images/asistant.png);
  bottom: -23%;
  right: 0;
  width: 497px;
  height: 600px;
}
.op-best-features .feature-title {
  color: #ffffff;
  margin-bottom: 50px;
  margin-top: 18px;
}
.op-best-features .size {
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.75px;
}
.op-best-features .number {
  font-size: 70px;
  color: #ffffff;
  font-weight: bold;
  margin-right: 1px;
}
.op-best-features .quantity {
  display: inline-block;
  margin: 0 -10px 0 0;
}
.op-best-features .quantity-detail {
  color: #ffffff;
  font-size: 18px;
  display: block;
}

.op-price-calculator {
  padding: 0;
  position: relative;
  z-index: 2;
  position: relative;
}
.op-price-calculator .op-price-calculator-inner {
  padding: 0;
  border-radius: 10px;
  position: relative;
}
.op-price-calculator .op-price-calculator-inner .cal-row {
  margin: 0;
  position: relative;
}
.op-price-calculator .op-price-calculator-inner .cal-row .cost-col {
  color: #222222;
  /*.see-details {
      padding: 10px 25px;
      background-color: $primary-color;
      color: $white;
      text-align: center;
      border-radius: 20px;
      box-shadow: 0px 0px 13.65px 1.35px rgba(0, 0, 0, 0.1);
      position: absolute;
      bottom: -22px;
  }*/
}
.op-price-calculator .op-price-calculator-inner .cal-row .form-col {
  position: relative;
  padding: 0 40px 40px;
}
.op-price-calculator .op-price-calculator-inner .details-row {
  position: absolute;
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0;
  background-color: #ffffff;
  border-radius: 45px;
  transition: ease-in-out 0.2s;
  display: flex;
  align-items: center;
}
.op-price-calculator .op-price-calculator-inner .details-row.active {
  right: 15px;
  z-index: 10000;
}
.op-price-calculator .op-price-calculator-inner .details-row .cost-col {
  box-shadow: 0px 15px 17.65px 1.35px rgba(0, 0, 0, 0.1);
  color: #222222;
  margin-bottom: 30px;
}
.op-price-calculator .op-price-calculator-inner .details-row .cost-col .cal-cost-wrapper {
  flex-direction: column;
  align-items: normal;
  padding: 50px 0 30px;
}
.op-price-calculator .op-price-calculator-inner .details-row .cost-col .cal-cost-wrapper .amount {
  margin-left: 0;
}
.op-price-calculator .op-price-calculator-inner .details-row .cost-col .back-to-cal {
  margin-bottom: 20px;
  color: #5956e9;
}
.op-price-calculator .op-price-calculator-inner .details-row .cost-col .back-to-cal:hover {
  color: #777777;
  text-decoration: none;
}
.op-price-calculator .op-price-calculator-inner .details-row .cost-col .back-to-cal i {
  margin-right: 5px;
}
.op-price-calculator .op-price-calculator-inner:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 60%;
  height: 15px;
  background-color: #777777;
  border-radius: 0 0 10px 10px;
  display: none;
}
.op-price-calculator .op-price-calculator-inner .iphone-x {
  position: relative;
  width: 320px;
  height: 630px;
  background-color: #ffffff;
  border-radius: 40px;
  box-shadow: 0px 0px 0px 11px #f3f3f3, 0px 0px 0px 13px #f3f3f3, 0px 0px 0px 20px #f3f3f3;
  overflow: hidden;
  margin-top: 50px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .op-price-calculator .op-price-calculator-inner .iphone-x {
    margin-right: auto;
    margin-left: auto;
  }
}
.op-price-calculator .op-price-calculator-inner .iphone-x:before, .op-price-calculator .op-price-calculator-inner .iphone-x:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000001;
}
.op-price-calculator .op-price-calculator-inner .iphone-x:before {
  top: 0px;
  width: 56%;
  height: 30px;
  background-color: #f3f3f3;
  border-radius: 0px 0px 40px 40px;
  z-index: 1000001;
}
.op-price-calculator .op-price-calculator-inner .iphone-x .speaker,
.op-price-calculator .op-price-calculator-inner .iphone-x .camera,
.op-price-calculator .op-price-calculator-inner .iphone-x s {
  position: absolute;
  display: block;
  color: transparent;
}
.op-price-calculator .op-price-calculator-inner .iphone-x .speaker {
  top: 6px;
  left: 50%;
  transform: translate(-50%, 6px);
  height: 8px;
  width: 15%;
  background-color: #e2e2e2;
  border-radius: 8px;
  box-shadow: inset 0px -3px 3px 0px rgba(255, 255, 255, 0.2);
  z-index: 1000001;
}
.op-price-calculator .op-price-calculator-inner .iphone-x .camera {
  left: 10%;
  top: 0px;
  transform: translate(180px, 4px);
  width: 12px;
  height: 12px;
  background-color: #101010;
  border-radius: 12px;
  box-shadow: inset 0px -3px 2px 0px rgba(255, 255, 255, 0.2);
  z-index: 1000001;
  display: none;
}
.op-price-calculator .op-price-calculator-inner .iphone-x .camera:after {
  content: "";
  position: absolute;
  background-color: #2d4d76;
  width: 6px;
  height: 6px;
  top: 2px;
  left: 2px;
  top: 3px;
  left: 3px;
  display: block;
  border-radius: 4px;
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.5);
}
.op-price-calculator .op-price-calculator-inner .iphone-x s {
  top: 50px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  width: 100%;
  font-size: 70px;
  font-weight: 100;
  padding-top: 60px;
}
.op-price-calculator .cal-cost-wrapper {
  padding: 50px 0;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.op-price-calculator .cal-cost-wrapper p:not(.note) {
  font-size: 28px;
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
}
.op-price-calculator .cal-cost-wrapper p:not(.note):last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.op-price-calculator .cal-cost-wrapper .note {
  position: absolute;
  bottom: 0;
  right: 20px;
  font-size: 13px;
}
.op-price-calculator .cal-cost-wrapper .note small {
  margin-left: 5px;
}
.op-price-calculator .amount {
  margin-left: 20px;
  font-size: 24px;
  display: block;
  text-align: center;
  font-weight: 700;
  color: #222222;
  position: relative;
}
.op-price-calculator .currancy {
  position: absolute;
  bottom: 0;
  top: 23px;
  left: -16px;
}
.op-price-calculator .charge {
  border-radius: 4px;
  padding: 0;
  font-size: 70px;
  margin-left: 2px;
  font-size: 40px;
}
.op-price-calculator .charge .calculated-amount {
  font-size: 62px;
}
.op-price-calculator .charge .per-hour {
  font-size: 15px;
  font-style: italic;
  vertical-align: middle;
  font-weight: 400;
  color: #555555;
}

form .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
form .form-group:last-of-type {
  margin-bottom: 0;
}
form label {
  color: #555555;
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left;
}
form input {
  background-color: transparent;
  color: #777777;
  font-weight: bold;
  border: none;
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  width: 50px;
  margin-bottom: 0;
}
form input:focus {
  box-shadow: none;
}
form .start-end {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}

#library-banner-wrapper canvas {
  height: 100vh;
  opacity: 0.3;
}
#library-banner-wrapper .elementor-container {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
}

.form-col .see-details {
  background-color: #65bc7b;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  box-shadow: 0px 0px 13.65px 1.35px rgba(0, 0, 0, 0.1);
  height: 46px;
  width: 148px;
  margin: 20px auto 0 auto;
}
.form-col .see-details.isdisabled {
  background-color: #c6e2bf;
  pointer-events: none;
}

.calculated-time {
  font-size: 16px;
  color: #555555;
  font-weight: 700;
}

/*.isdisabled {
color: currentColor;
cursor: not-allowed;
opacity: 0.5;
text-decoration: none;
}*/
/*! =======================================================
                      VERSION  10.6.2              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
  *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2019 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.slider.slider-horizontal {
  width: 100%;
  height: 20px;
}

.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #2e6da4;
  margin-top: 0;
}

.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}

.slider.slider-horizontal .tooltip {
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}

.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}

.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}

.slider.slider-horizontal.slider-rtl .tooltip {
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}

.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}

.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #2e6da4;
  border-right-color: #2e6da4;
  margin-left: 0;
  margin-right: 0;
}

.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}

.slider.slider-vertical .tooltip {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}

.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}

.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}

.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}

.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdfdfdf", endColorstr="#ffbebebe", GradientType=0);
  background-repeat: repeat-x;
}

.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe5e5e5", endColorstr="#ffe9e9e9", GradientType=0);
  background-repeat: repeat-x;
  cursor: not-allowed;
}

.slider input {
  display: none;
}

.slider .tooltip {
  pointer-events: none;
}

.slider .tooltip.tooltip-min, .slider .tooltip.tooltip-max {
  display: none;
}
.slider .tooltip.top {
  margin-top: -10px;
  opacity: 1;
  transform: translateX(45%);
}
.slider .tooltip.top.in {
  opacity: 0.9;
}
.slider .tooltip.top.control-tooltip {
  transform: translateX(-50%) translateY(-100%);
}
.slider .tooltip.top.control-tooltip .tooltip-arrow {
  left: 0;
  top: auto;
  bottom: -13px;
  margin: auto;
  right: 0;
  transform: rotate(-90deg);
}
.slider .tooltip.top .tooltip-arrow {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  left: -9px;
  margin-left: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ffffff;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.slider .tooltip.top .tooltip-inner {
  padding: 8px 18px;
  background-color: #ffffff;
  box-shadow: 0px 0px 13.65px 1.35px rgba(0, 0, 0, 0.1);
  color: #222222;
  font-size: 16px;
}
.slider .tooltip.top.tooltip-min .tooltip-inner {
  display: none;
}

.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

.slider .hide {
  display: none;
}

.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#fff9f9f9", GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff9f9f9", endColorstr="#fff5f5f5", GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  background-image: none;
  background-color: #222222;
  background-color: #5956e9;
}

.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: -o-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8ac1ef", endColorstr="#ff82b3de", GradientType=0);
  background-repeat: repeat-x;
}

.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2e6da4", GradientType=0);
  background-repeat: repeat-x;
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 13.65px 1.35px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 13.65px 1.35px rgba(0, 0, 0, 0.1);
  border: 0px solid transparent;
  background-image: none;
  background-color: #777777;
  background-color: #ffdc60;
  animation: shadow-pulse 1s infinite;
}
.slider-handle:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 12px rgba(0, 0, 0, 0);
  }
}
.slider-handle:hover {
  cursor: pointer;
  animation: none;
}

.slider-handle.round {
  border-radius: 50%;
}

.slider-handle.triangle {
  background: transparent none;
}

.slider-handle.custom {
  background: transparent none;
}

.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "★";
  color: #726204;
}

.slider-tick {
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff9f9f9", endColorstr="#fff5f5f5", GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}

.slider-tick.round {
  border-radius: 50%;
}

.slider-tick.triangle {
  background: transparent none;
}

.slider-tick.custom {
  background: transparent none;
}

.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "★";
  color: #726204;
}

.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: -o-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8ac1ef", endColorstr="#ff82b3de", GradientType=0);
  background-repeat: repeat-x;
  opacity: 1;
}

.op-grow-your-business {
  padding: 60px 0 120px 0;
  position: relative;
  overflow: hidden;
}
.op-grow-your-business .content:before {
  position: absolute;
  content: "";
  width: 650px;
  height: 650px;
  border-radius: 50%;
  background: #5956e9;
  bottom: -250px;
  right: -350px;
  z-index: -1;
}
.op-grow-your-business .size {
  color: #aaaaaa;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.75px;
}
.op-grow-your-business .main-title {
  color: #222222;
  margin-top: 13px;
  position: relative;
}
.op-grow-your-business .main-title:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #ffdc60;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  z-index: -1;
}
.op-grow-your-business .description {
  font-size: 18px;
  line-height: 35px;
}
.op-grow-your-business .container-div {
  position: relative;
}
.op-grow-your-business .container-div .content:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #ffadad;
  width: 83px;
  height: 83px;
  border-radius: 50%;
  z-index: -1;
}

.op-team-member-slider {
  padding: 120px 0;
  background: #27272e;
  position: relative;
}
.op-team-member-slider:before {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid #555555;
  top: 52px;
  left: 49px;
}
.op-team-member-slider:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 320px;
  top: 33px;
  background-color: #555555;
  left: 103px;
  transform: rotate(45deg);
}
.op-team-member-slider .size {
  color: #aaaaaa;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}
.op-team-member-slider .title {
  color: #ffffff;
  margin-bottom: 50px;
  margin-top: 18px;
}
.op-team-member-slider .inner-wrapper {
  position: relative;
}
.op-team-member-slider .inner-wrapper img {
  margin-left: 35px;
}
.op-team-member-slider .slick-slider {
  margin: 0 0;
}
.op-team-member-slider .slick-slide {
  padding: 20px;
  margin-right: 15px;
  margin-left: 15px;
}
.op-team-member-slider .slick-slide:focus {
  outline: none;
}
.op-team-member-slider .team-intro {
  font-size: 18px;
  transform: rotate(90deg);
  position: absolute;
  left: -127px;
  top: 131px;
  color: #aaaaaa;
}
.op-team-member-slider .team-intro span {
  color: #deb22d;
}
.op-team-member-slider .social-link {
  margin-top: -40px;
  margin-left: 6px;
  display: block;
}
.op-team-member-slider .social-link i {
  color: #ffffff;
}
.op-team-member-slider .social-link i:hover {
  color: #deb22d;
}
.op-team-member-slider .social-link p {
  margin-bottom: 0;
}

.op-why-us {
  padding: 120px 0 105px;
}
.op-why-us .size {
  color: #aaaaaa;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}
.op-why-us .why-us-title {
  color: #222222;
  margin-top: 18px;
}
.op-why-us .feature-wrapper {
  margin-top: 70px;
}
.op-why-us .image-wrapper {
  position: relative;
}
.op-why-us .image-wrapper:before {
  position: absolute;
  background: #ffadad;
  content: "";
  top: -12px;
  left: -8px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  z-index: -1;
}
.op-why-us .feature-name {
  font-style: 24px;
  font-weight: bold;
  color: #222222;
  margin: 30px 0;
}
.op-why-us .feature-description {
  font-size: 18px;
  color: #222222;
  line-height: 35px;
}

.op-hire-asistant {
  padding: 120px 0 150px 0;
  background: #ffdc60;
  position: relative;
  overflow: hidden;
}
.op-hire-asistant:before {
  position: absolute;
  content: "";
  background: #ffffff;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  top: -59px;
  right: -82px;
}
.op-hire-asistant .size {
  color: #222222;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}
.op-hire-asistant .title {
  color: #222222;
  margin-bottom: 50px;
  margin-top: 18px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991.98px) {
  .op-hire-asistant .title {
    width: 100%;
  }
}
.op-hire-asistant .get-start {
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  color: #222222;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 19px 53px;
  margin-left: 15px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.op-hire-asistant .get-start:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #ffadad;
}

.op-line:after {
  content: "";
  position: absolute;
  background: #222222;
  width: 1px;
  height: 250px;
  left: 8%;
  margin-top: -134px;
  transform: rotate(45deg);
}

.op-list-post {
  padding: 50px 0;
}
.op-list-post .user-information {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.op-list-post .user-name {
  font-size: 15px;
  color: #555555;
  padding-left: 10px;
}
.op-list-post .date-time {
  padding-left: 55px;
  font-size: 15px;
  color: #555555;
}
.op-list-post .date-time i {
  padding-right: 5px;
}
.op-list-post .list-post-title {
  color: #222222;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 50px;
  margin-top: 18px;
}

.op-grid-post {
  position: relative;
  overflow-x: hidden;
  padding-top: 50px;
  margin-bottom: 75px;
}
.op-grid-post:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background: #ffdc60;
  border-radius: 50%;
  bottom: 40%;
  right: -40px;
}
.op-grid-post .post-data {
  margin-bottom: 30px;
}
.op-grid-post .user-information {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.op-grid-post .user-name {
  font-size: 15px;
  color: #555555;
  padding-left: 10px;
}
.op-grid-post .date-time {
  padding-left: 25px;
  font-size: 15px;
  color: #555555;
}
.op-grid-post .date-time i {
  padding-right: 5px;
}
.op-grid-post .post-title {
  color: #222222;
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
  display: inline;
}
.op-grid-post .post-title:hover {
  background-position-y: 50%;
  background-image: linear-gradient(white 52%, gold 50%);
  background-size: auto 175%;
  text-decoration: none;
}

.op-single-post {
  position: relative;
  overflow-x: hidden;
  margin-top: 40px;
}
.op-single-post .content:before {
  position: absolute;
  content: "";
  background: #ffadad;
  width: 43px;
  height: 43px;
  left: 0;
  bottom: 70%;
  border-radius: 50%;
}
.op-single-post .content:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background: #ffdc60;
  border-radius: 50%;
  bottom: 40%;
  right: -40px;
}
.op-single-post .single-post-container {
  padding-left: 100px;
  padding-right: 100px;
}
.op-single-post .user-information {
  margin-bottom: 30px;
}
.op-single-post .user-name {
  font-size: 15px;
  color: #555555;
  padding-left: 10px;
}
.op-single-post .date-time {
  padding-left: 55px;
  font-size: 15px;
  color: #555555;
}
.op-single-post .date-time i {
  padding-right: 5px;
}
.op-single-post .single-post-title {
  color: #222222;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 50px;
  margin-top: 18px;
}
.op-single-post .post-detail {
  font-size: 18px;
  color: #555555;
  margin: 50px 0 45px 0;
  line-height: 35px;
}
.op-single-post .post-quotes {
  font-size: 24px;
  color: #222222;
  border-left: 5px solid #ffadad;
  padding: 40px 20px;
}
.op-single-post .post-subtitle {
  font-size: 24px;
  font-weight: bold;
  color: #222222;
}
.op-single-post .post-description {
  margin-top: 15px;
  font-size: 18px;
  color: #555555;
  line-height: 35px;
}
.op-single-post .image-wrapper {
  margin: 50px 0 55px 0;
}
.op-single-post .list-detail .list-item {
  font-size: 18px;
  padding-top: 28px;
}

.op-similar-posts {
  padding: 40px 0;
}
.op-similar-posts .similar-post-title {
  color: #222222;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 18px;
}
.op-similar-posts .post-data {
  margin-top: 20px;
}
.op-similar-posts .user-information {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.op-similar-posts .user-name {
  font-size: 15px;
  color: #555555;
  padding-left: 10px;
}
.op-similar-posts .date-time {
  padding-left: 25px;
  font-size: 15px;
  color: #555555;
}
.op-similar-posts .date-time i {
  padding-right: 5px;
}
.op-similar-posts .post-title {
  color: #222222;
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
  display: inline;
}
.op-similar-posts .post-title:hover {
  background-position-y: 50%;
  background-image: linear-gradient(white 52%, gold 50%);
  background-size: auto 175%;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}
body {
  overflow-x: hidden;
}

.z-index-1 {
  z-index: 1;
}

h1, h2 {
  font-weight: bold;
  color: #222222;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 42px;
}

section h2 {
  margin-bottom: 25px;
}

main {
  z-index: 1;
  padding-top: 135px;
}

.th-sec-btn {
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  color: #ffffff;
  background-color: #ffadad;
  border-radius: 50px;
  padding: 10px 47px;
  border: 3px solid #ffadad;
  margin-left: 15px;
  min-width: 160px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.th-sec-btn:hover {
  text-decoration: none;
  color: #ffadad;
  border: 3px solid #ffadad;
  background-color: #ffffff;
}

.th-primary-btn {
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  color: #ffffff;
  background-color: #5956e9;
  border-radius: 50px;
  margin-top: 7px;
  min-width: 160px;
  padding: 10px 50px;
  border: 3px solid #5956e9;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.th-primary-btn:hover {
  text-decoration: none;
  color: #ffffff;
  color: #5956e9;
  border: 3px solid #5956e9;
  background-color: #ffffff;
}

.th-card-btn {
  font-size: 15px;
  color: #ffffff;
  background: #5956e9;
  min-width: 200px;
  padding: 15px 105px;
  border-radius: 50px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.th-card-btn:hover {
  background: #ffadad;
  text-decoration: none;
  color: #ffffff;
}

.th-card-white-btn {
  font-size: 15px;
  color: #222222;
  background: #ffffff;
  min-width: 200px;
  padding: 15px 105px;
  border-radius: 50px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.th-card-white-btn:hover {
  background: #ffadad;
  text-decoration: none;
  color: #ffffff;
}

.pagination-div {
  display: flex;
  justify-content: center;
}
.pagination-div .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
  font-size: 15px;
  border: 1px solid #f5f9fd;
  border-radius: 50px;
}
.pagination-div .pagination .page-no {
  width: 33px;
  height: 33px;
  margin-right: 5px;
  border-radius: 50%;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s;
  margin-top: 10px;
  margin-bottom: 10px;
}
.pagination-div .pagination .page-no:hover {
  background-color: #5956e9;
}
.pagination-div .pagination .page-no:hover a {
  color: #ffffff;
}
.pagination-div .pagination .page-no:hover i {
  color: #ffffff;
}
.pagination-div .pagination a {
  color: #222222;
  text-decoration: none;
}
.pagination-div .pagination .active-page {
  background-color: #5956e9;
}
.pagination-div .pagination .active-page a {
  color: #ffffff;
}
.pagination-div .pagination .next-page {
  padding-right: 15px;
  display: flex;
  align-items: center;
  background: #f5f9fd;
  height: 100%;
  margin-right: 0px;
  border-radius: 0px 62px 62px 0;
  padding-left: 15px;
}
.pagination-div .pagination .next-page a {
  color: #222222;
  text-decoration: none;
}
.pagination-div .pagination .prev-page {
  padding-right: 15px;
  display: flex;
  align-items: center;
  background: #f5f9fd;
  height: 100%;
  margin-right: 0px;
  border-radius: 62px 0px 0px 62px;
  padding-left: 15px;
}
.pagination-div .pagination .prev-page a {
  color: #222222;
  text-decoration: none;
}
.pagination-div .pagination i {
  font-size: 20px;
  color: #555555;
}

.op-contact-form {
  padding: 50px 0 20px;
}

.op-contact-detail {
  padding: 100px 0;
}

.sub-title {
  text-transform: uppercase;
  color: #aaaaaa;
  letter-spacing: 1.2px;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}

.border-bottom-style {
  position: relative;
}
.border-bottom-style:before {
  background: #ffdc60;
  height: 8px;
  content: "";
  width: 85%;
  bottom: 5px;
  left: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.detail-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.detail-wrapper > span {
  margin-bottom: 15px;
  text-align: center;
}
.detail-wrapper > span.icon-wrapper {
  margin-bottom: 20px;
}
.detail-wrapper > span.title {
  text-transform: uppercase;
  color: #aaaaaa;
  letter-spacing: 1.2px;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}
.detail-wrapper > span.desc {
  font-size: 20px;
}
.detail-wrapper > span a {
  color: #222222;
}

.op-contact-form .form-text-wrapper h1 {
  font-weight: bold;
  margin-bottom: 30px;
}
.op-contact-form .form-text-wrapper p {
  color: #222222;
  font-size: 18px;
  line-height: 30px;
}
.op-contact-form .form-text-wrapper p span.border-bottom-style {
  display: block;
}
.op-contact-form .form-text-wrapper p span.border-bottom-style:before {
  width: 40%;
}
.op-contact-form .form-wrapper {
  background-color: #f5f9fd;
  padding: 50px;
  border-radius: 10px;
  position: relative;
}
.op-contact-form .form-wrapper form input {
  width: 100%;
  text-align: left;
  background-color: #ffffff;
  border-radius: 30px;
  color: #555555;
  font-size: 16px;
  height: 50px;
  margin-bottom: 20px;
  font-weight: normal;
  padding: 0 15px;
}
.op-contact-form .form-wrapper form textarea {
  width: 100%;
  height: 200px;
  border: none;
  border-radius: 30px;
  padding: 20px;
  resize: none;
  z-index: 1;
}
.op-contact-form .form-wrapper .submit-btn-wrapper {
  position: absolute;
  right: 40px;
  bottom: 30px;
}
.op-contact-form .form-wrapper .submit-btn-wrapper input {
  background-color: #5956e9;
  border-radius: 30px;
  padding: 14px 20px;
  color: #ffffff;
  display: inline-block;
  min-width: 120px;
  text-align: center;
  height: auto;
  cursor: pointer;
  z-index: 2;
}

.op-faq-section {
  padding: 100px 0;
  background: #ffdc60;
}
.op-faq-section .sub-title {
  margin-bottom: 20px;
}
.op-faq-section h2 {
  text-align: center;
  margin-bottom: 50px;
}

.faq-wrapper {
  width: 100%;
}
.faq-wrapper .card {
  margin-bottom: 15px;
  background-color: transparent;
  border: none;
}
.faq-wrapper .card .card-header {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px 20px;
  transition: all 0.5s;
}
.faq-wrapper .card .card-header .btn {
  color: #222222;
  padding: 0;
  font-weight: 600;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
}
.faq-wrapper .card .card-header .btn:before {
  position: absolute;
  content: "";
  right: 22px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  background: url("../images/plus.png");
  z-index: 1;
}
.faq-wrapper .card .card-header .btn:after {
  position: absolute;
  content: "";
  right: 5px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #ffdc60;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 0;
}
.faq-wrapper .card .card-header.active-acc {
  border-radius: 10px 10px 0 0;
  background-color: #5956e9;
}
.faq-wrapper .card .card-header.active-acc .btn {
  color: #ffffff;
}
.faq-wrapper .card .card-header.active-acc .btn:before {
  width: 14px;
  height: 1px;
  background: url("../images/minus.png");
}
.faq-wrapper .card .card-header.active-acc .btn:after {
  background-color: #ffffff;
}
.faq-wrapper .card .collapse {
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
}
.faq-wrapper .card .collapse .collapsing,
.faq-wrapper .card .collapse .show {
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
}

.parallaxer {
  display: block;
  position: relative;
  width: 100%;
}

.parallaxer .content {
  display: none;
  bottom: 0;
  display: block;
  left: 0;
  min-height: 100%;
  min-height: 50%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 750ms ease-out;
  -moz-transition: all 750ms ease-out;
  -o-transition: all 750ms ease-out;
  transition: all 750ms ease-out;
}

.parallaxer-not-supported {
  display: none;
}

.op-footer {
  padding-top: 100px;
  padding-bottom: 20px;
}
.op-footer .theme-description {
  color: #555555;
  font-size: 18px;
  margin: 30px 0 25px 0;
}
.op-footer .footer-social-icons {
  padding-left: 0;
  list-style: none;
  display: flex;
  margin-bottom: 0;
}
.op-footer .social-icon {
  text-decoration: none;
}
.op-footer i {
  color: #999999;
  margin-right: 10px;
  border: 1px solid #999999;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.op-footer i:hover {
  color: #deb22d;
  border: 1px solid #deb22d;
}
.op-footer .copyright {
  font-size: 12px;
  color: #555555;
  margin-top: 30px;
}
.op-footer .footer-col-title,
.op-footer .footer-widget-title {
  color: #222222;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.op-footer .footer-link-list, .op-footer .menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.op-footer .footer-link, .op-footer .menu-item {
  font-size: 18px;
  font-size: 13px;
  color: #555555;
  margin-top: 20px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  /* span{
         position: relative;
        &:before{
            background: $yellow;
             height: 8px;
             content: "";
             width: 85%;
             bottom: 5px;
             left: 0;
             right: 0;
            position: absolute;
             z-index: -1;
             display: none;
         }
         &:hover{
            text-decoration: none;   
             &:before{
                 display: block;
             }
            }
           }*/
}
.op-footer .footer-link:before, .op-footer .menu-item:before {
  background: #ffdc60;
  height: 5px;
  content: "";
  width: 85%;
  bottom: 4px;
  left: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  display: none;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.op-footer .footer-link:hover, .op-footer .menu-item:hover {
  text-decoration: none;
}
.op-footer .footer-link:hover:before, .op-footer .menu-item:hover:before {
  display: block;
}

@media only screen and (max-width: 1299.98px) {
  .op-va-slider .slider-inner-section {
    position: relative;
  }
  .op-va-slider .slider-inner-section:after {
    position: absolute;
    content: "";
    width: 78px;
    height: 78px;
    right: -2%;
    border-radius: 50%;
    background: #3d3d45;
    bottom: -7%;
  }
}
@media only screen and (max-width: 1199.98px) {
  .op-header .navbar {
    min-height: 40px;
    margin: 20px 0 0 0;
    z-index: 1001;
  }
  .op-header .navbar .nav {
    display: block;
    padding-bottom: 20px;
  }
  .op-header .navbar .nav li {
    margin: 0 0 10px 0;
  }
  .op-header .navbar .nav-link {
    padding: 10px;
    font-size: 16px;
  }
  .op-header .navbar .nav-link.active {
    background-color: #ffadad;
    color: #ffffff;
  }
  .op-header .navbar .navbar-toggler {
    position: absolute;
    right: 0;
    color: #ffffff;
    border: none;
    top: 5px;
    width: 50px;
    height: 36px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    padding-top: 0;
    padding-bottom: 0;
  }
  .op-header .navbar .navbar-toggler:focus {
    outline: none;
  }
  .op-header .navbar .navbar-toggler span {
    display: block;
    position: absolute;
    height: 5px;
    width: 50%;
    background: #222222;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .op-header .navbar .navbar-toggler span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
  }
  .op-header .navbar .navbar-toggler span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
  }
  .op-header .navbar .navbar-toggler span:nth-child(1), .op-header .navbar .navbar-toggler span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .op-header .navbar .navbar-toggler span:nth-child(2), .op-header .navbar .navbar-toggler span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .op-header .navbar .navbar-toggler span:nth-child(1) {
    left: 5px;
    top: 9px;
  }
  .op-header .navbar .navbar-toggler span:nth-child(2) {
    left: calc(50% - 5px);
    top: 9px;
  }
  .op-header .navbar .navbar-toggler span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }
  .op-header .navbar .navbar-toggler span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }
  .op-header .navbar .navbar-toggler span:nth-child(5) {
    left: 5px;
    top: 27px;
  }
  .op-header .navbar .navbar-toggler span:nth-child(6) {
    left: calc(50% - 5px);
    top: 27px;
  }
  .op-header .navbar .navbar-toggler.collapsed span:nth-child(1), .op-header .navbar .navbar-toggler.collapsed span:nth-child(6) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .op-header .navbar .navbar-toggler.collapsed span:nth-child(2), .op-header .navbar .navbar-toggler.collapsed span:nth-child(5) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .op-header .navbar .navbar-toggler.collapsed span:nth-child(1), .op-header .navbar .navbar-toggler.collapsed span:nth-child(2) {
    top: 0px;
  }
  .op-header .navbar .navbar-toggler.collapsed span:nth-child(3), .op-header .navbar .navbar-toggler.collapsed span:nth-child(4) {
    top: 15px;
  }
  .op-header .navbar .navbar-toggler.collapsed span:nth-child(5), .op-header .navbar .navbar-toggler.collapsed span:nth-child(6) {
    top: 30px;
  }
  .op-header .navbar .navbar-toggler.collapsed span:nth-child(1), .op-header .navbar .navbar-toggler.collapsed span:nth-child(3), .op-header .navbar .navbar-toggler.collapsed span:nth-child(5) {
    left: 0;
    right: auto;
    opacity: 1;
  }
  .op-header .navbar .navbar-toggler.collapsed span:nth-child(2), .op-header .navbar .navbar-toggler.collapsed span:nth-child(4), .op-header .navbar .navbar-toggler.collapsed span:nth-child(6) {
    right: 0;
    left: auto;
    opacity: 1;
  }
  .op-header .navbar .navbar-collapse {
    -webkit-transition: right 0.2s ease-in-out;
    -o-transition: right 0.2s ease-in-out;
    -moz-transition: right 0.2s ease-in-out;
    transition: right 0.2s ease-in-out;
    transition: 0.5s;
  }
  .op-header .navbar .navbar-collapse .navbar-nav li {
    padding: 0 !important;
  }
  .op-header .navbar .navbar-collapse .navbar-nav li a {
    padding: 15px !important;
  }
  .op-header .navbar .navbar-collapse.collapse {
    position: absolute;
    width: 100%;
    background-color: #ffdc60;
    margin-top: 0;
    width: calc(100% + 25%);
    margin-right: -15px;
    top: 75px;
    right: -100%;
    right: calc(-100% - 30px);
    padding-bottom: 15px;
    overflow: auto;
    max-height: calc(100vh - 150px);
  }
  .op-header .navbar .navbar-collapse.collapsing {
    height: auto;
    right: calc(-100% - 30px);
    position: absolute;
    top: 75px;
    background-color: #ffdc60;
    width: calc(100% + 30px);
    margin-right: -15px;
    padding: 0 15px;
  }
  .op-header .navbar .navbar-collapse.show {
    right: 0;
    position: absolute;
  }
  .op-header .navbar .navbar .navbar-nav .nav-item,
.op-header .navbar .navbar .navbar-nav .menu-item {
    padding: 15px 0;
    margin: 0;
  }
  .op-header .navbar .navbar .navbar-nav .nav-item a,
.op-header .navbar .navbar .navbar-nav .menu-item a {
    display: block;
  }
  .op-header .navbar .navbar .navbar-nav .nav-item i,
.op-header .navbar .navbar .navbar-nav .menu-item i {
    float: right;
    margin-top: 5px;
  }
  .op-header .navbar .navbar .navbar-nav .nav-item.sub-menu .sub-menus .nav-item a i, .op-header .navbar .navbar .navbar-nav .nav-item.menu-item-has-children .sub-menu .menu-item a i,
.op-header .navbar .navbar .navbar-nav .menu-item.sub-menu .sub-menus .nav-item a i,
.op-header .navbar .navbar .navbar-nav .menu-item.menu-item-has-children .sub-menu .menu-item a i {
    transform: rotate(0deg);
  }
  .op-header .extra-nav-item {
    justify-content: center;
    margin: 15px 0;
  }

  .op-va-slider .slider-inner-section {
    position: relative;
  }
  .op-va-slider .slider-inner-section:after {
    position: absolute;
    content: "";
    width: 78px;
    height: 78px;
    right: -5px;
    border-radius: 50%;
    background: #3d3d45;
    bottom: -5%;
  }

  .op-find-plan .find-plan-wrapper:before {
    display: none;
  }

  .op-best-features .feature-div:before {
    display: none;
  }
}
@media only screen and (max-width: 991.98px) {
  .op-banner-section:after {
    display: none;
  }

  .op-header {
    background-color: #ffffff;
  }

  .op-va-slider {
    padding: 125px 0 125px 0;
  }
  .op-va-slider .slider-indexing {
    padding-top: 40px;
    text-align: center;
  }
  .op-va-slider .slider-inner-section:before {
    bottom: -20%;
  }
  .op-va-slider .va-carousel-wrapper {
    padding: 65px 0 0 0;
  }

  .op-find-plan .find-plan-wrapper {
    margin-top: 0;
  }

  .op-news-post .post-data {
    margin-bottom: 40px;
  }

  .op-list-post .user-information {
    margin: 30px 0;
  }

  .op-grid-post {
    padding-top: 20px;
  }
  .op-grid-post:before {
    display: none;
  }

  .op-footer {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .op-footer .footer-col {
    margin-bottom: 40px;
  }
  .op-footer .footer-col-title,
.op-footer .footer-widget-title {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .op-header {
    padding-bottom: 20px;
  }
  .op-header:before {
    display: none;
  }

  .op-estimate-cost {
    padding: 80px 0 80px 0;
  }
  .op-estimate-cost .banner-title {
    font-size: 40px;
  }

  .op-va-slider {
    padding: 75px 0 75px 0;
  }
  .op-va-slider:before {
    display: none;
  }
  .op-va-slider:after {
    display: none;
  }
  .op-va-slider .va-carousel-wrapper {
    padding: 35px 0 85px 0;
  }
  .op-va-slider .slider-inner-section:before {
    display: none;
  }
  .op-va-slider .slider-title {
    font-size: 32px;
  }

  .op-find-plan .find-plan-wrapper {
    margin-top: 0;
    padding: 80px 25px 0 20px;
  }
  .op-find-plan .plan-title {
    font-size: 32px;
  }
  .op-find-plan .about-title {
    font-size: 32px;
  }
  .op-find-plan .about-us-div {
    padding: 80px 20px;
  }

  .op-feedback-slider {
    padding: 50px 0 80px;
  }
  .op-feedback-slider .feedback-title {
    font-size: 32px;
  }

  .op-find-plan.pricing-plan-main-wrapper {
    padding: 60px 0 120px;
  }

  .op-news-post {
    padding: 50px 0 0 0;
  }
  .op-news-post .news-title {
    font-size: 32px;
  }
  .op-news-post .post-data {
    text-align: center;
  }
  .op-news-post .user-information {
    justify-content: center;
    padding-left: 10px;
  }

  .op-best-features {
    padding: 40px 0;
  }
  .op-best-features .feature-div {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .op-best-features .feature-title {
    font-size: 32px;
  }
  .op-best-features .number {
    font-size: 40px;
  }
  .op-best-features .quantity-detail {
    font-size: 15px;
  }

  .op-grow-your-business .main-title {
    font-size: 32px;
  }
  .op-grow-your-business .container-div:before {
    display: none;
  }

  .op-team-member-slider {
    padding: 80px 0;
  }
  .op-team-member-slider:before {
    display: none;
  }
  .op-team-member-slider:after {
    display: none;
  }
  .op-team-member-slider .title {
    font-size: 32px;
  }

  .op-why-us {
    padding: 80px 0;
  }
  .op-why-us .why-us-title {
    font-size: 32px;
    text-align: left;
    margin-bottom: 0;
  }

  .op-hire-asistant .title {
    font-size: 32px;
  }

  .op-line:after {
    display: none;
  }

  .op-list-post .list-post-title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .op-grid-post .user-information {
    justify-content: center;
  }
  .op-grid-post .post-data {
    text-align: center;
  }

  .op-single-post .single-post-title {
    font-size: 32px;
  }
  .op-single-post .single-post-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .op-single-post:before {
    display: none;
  }
  .op-single-post:after {
    display: none;
  }

  .op-similar-posts .similar-post-title {
    font-size: 32px;
  }
  .op-similar-posts .user-information {
    justify-content: center;
  }
  .op-similar-posts .post-data {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .op-contact-form .form-text-wrapper p span.border-bottom-style:before {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .op-estimate-cost:after {
    content: "";
    position: absolute;
    right: -680px;
    bottom: 0;
    top: -165px;
    background-color: #5956e9;
    width: 1100px;
    height: 1100px;
    border-radius: 50%;
    z-index: -1;
  }

  .op-contact-form .form-text-wrapper {
    width: 130%;
  }

  .op-contact-form .form-wrapper {
    width: 110%;
  }

  .op-contact-form .form-wrapper {
    margin-left: -10%;
  }

  .op-feedback-slider .feedback-detail {
    width: 70%;
    margin: 0 auto 40px;
  }
}
@font-face {
  font-family: "mont";
  src: url(../font/Mont-Regular.ttf);
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "mont";
  src: url(../font/Mont-Bold.otf);
  font-style: normal;
  font-weight: bold;
}
body {
  font-family: "mont";
}

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