.main-header {
  padding-top: 45px;
  transition: all 0.5s ease;
  z-index: 99;
}
.main-header .search {
  max-width: 140px;
}
.main-header .search .btn {
  line-height: 1;
}
.main-header .search .btn i {
  font-size: 20px;
}
.main-header .search .form-control {
  color: #fff;
}
.main-header .search .form-control::-moz-placeholder {
  color: #95A5CE;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
}
.main-header .search .form-control:-ms-input-placeholder {
  color: #95A5CE;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
}
.main-header .search .form-control::placeholder {
  color: #95A5CE;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
}
.main-header .navbar-collapse .navbar-nav {
  padding-left: 60px;
}
.main-header .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 17px;
  padding: 0px 50px 0 0;
  color: #061434;
  font-weight: 500;
}
.main-header .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #1642B9;
}
.main-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  padding: 12px 0;
  background: #fff;
  box-shadow: 0px 10px 30px rgba(0, 71, 55, 0.1);
}
.main-header.sticky .search .form-control {
  color: #000;
}
.main-header.sticky .search .form-control::-moz-placeholder {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
}
.main-header.sticky .search .form-control:-ms-input-placeholder {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
}
.main-header.sticky .search .form-control::placeholder {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
}
.main-header.sticky .search i {
  color: #000 !important;
}
.main-header .nav-toggler i {
  font-size: 35px;
}
.main-header .offcanvas .offcanvas-header .btn-close {
  margin-top: -25px;
  margin-right: 0px;
}
.main-header .offcanvas .offcanvas-header .btn-close i {
  font-size: 35px;
  color: #061434;
}
.main-header .offcanvas .navbar-nav .nav-link {
  color: #061434;
  font-weight: 500;
  font-size: 20px;
}

.hero-banner {
  padding-bottom: 70px;
}
.hero-banner::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 65%;
  background-color: #F9F9FB;
  right: 0;
  top: 0;
}
.hero-banner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
  background-size: cover;
  background-image: url(../../assets/images/hero/right-background-new.png);
  background-repeat: no-repeat;
  z-index: -1;
}
.hero-banner .left-hero-color {
  padding-top: 250px;
  z-index: 1;
}
.hero-banner .left-hero-color::before {
  position: absolute;
  content: "";
  top: 150px;
  left: -150px;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-image: url(../../assets/images/hero/leftside-backlayer-icons.svg);
  background-repeat: no-repeat;
  z-index: -1;
}
.hero-banner .left-hero-color img {
  margin-left: -35px;
}
.hero-banner .left-hero-color h1, .hero-banner .left-hero-color .h1 {
  font-size: 75px;
  max-width: 70%;
}
.hero-banner .left-hero-color p {
  color: #7A8496;
  font-size: 18px;
  padding: 30px 0;
  font-weight: 500;
}
.hero-banner .left-hero-color a span {
  transform: rotate(90deg);
}
.hero-banner .right-hero-color {
  padding-top: 250px;
  z-index: 1;
}
.hero-banner .right-hero-color::after {
  position: absolute;
  content: "";
  top: 250px;
  right: -150px;
  width: 35%;
  height: 70%;
  background-size: contain;
  background-image: url(../../assets/images/hero/rightside-backlayer-icons.svg);
  background-repeat: no-repeat;
  z-index: -1;
}

.service {
  padding: 150px 0;
}
.service::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-image: url(../../assets/images/service/service-backlayer.svg);
  background-repeat: no-repeat;
  z-index: -1;
  background-position: center;
}
.service .shape {
  top: -100px;
  right: -50px;
  height: 130px;
}
.service small, .service .small {
  color: #7A8496;
  padding-bottom: 30px;
  font-weight: 600;
}
.service h2, .service .h2 {
  font-weight: 600;
}
.service .step-row {
  padding-top: 70px;
}
.service .card .icon-round {
  height: 100px;
  width: 100px;
  background-color: #FFF4CE;
}
.service .card .icon-round::before {
  position: absolute;
  content: "";
  top: 27px;
  left: -22px;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-image: url(../../assets/images/service/service-round-icon-layer.svg);
  background-repeat: no-repeat;
  z-index: 0;
  background-position: center;
  transform: rotate(349deg);
}
.service .card .icon-round i {
  font-size: 35px;
}
.service .card h5, .service .card .h5 {
  color: #7A8496;
  padding-top: 30px;
}
.service .card h3, .service .card .h3 {
  font-weight: 600;
  padding: 15px 0 15px;
}
.service .card p {
  color: #7A8496;
  line-height: 30px;
}

.our-service {
  padding: 150px 0;
  background-color: #F9F9FB;
}
.our-service::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-image: url(../../assets/images/our-service/our-service-background.svg);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
.our-service small, .our-service .small {
  color: #7A8496;
  padding-bottom: 30px;
  font-weight: 600;
}
.our-service h2, .our-service .h2 {
  font-weight: 600;
}
.our-service p {
  color: #7A8496;
  line-height: 30px;
  padding: 25px 0 35px;
}
.our-service ul li {
  padding-bottom: 25px;
  line-height: 30px;
}
.our-service ul li i {
  color: #37A05B;
  position: relative;
  top: 3px;
}
.our-service ul li span {
  width: 90%;
  font-weight: 600;
}

.portfolio {
  padding: 50px 0 100px 0;
}
.portfolio::before {
  position: absolute;
  content: "";
  top: 80px;
  left: 0px;
  width: 100%;
  height: 92%;
  background-size: contain;
  background-image: url(../../assets/images/portfolio/portfolio-backoverlay.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.portfolio .shape {
  top: -15px;
  right: -100px;
  height: 130px;
}
.portfolio small, .portfolio .small {
  padding-bottom: 20px;
  font-weight: 600;
}
.portfolio h2, .portfolio .h2 {
  padding-bottom: 50px;
  font-weight: 600;
}
.portfolio .step-row {
  padding-top: 70px;
  padding-bottom: 80px;
}
.portfolio .card {
  border-radius: 30px;
}
.portfolio .card .icon {
  height: 80px;
  width: 80px;
  font-size: 25px;
  background-color: #2753c9;
}
.portfolio .card h3, .portfolio .card .h3 {
  font-weight: 600;
  padding: 30px 0 20px;
}
.portfolio .card p {
  color: #92ACF2;
  line-height: 30px;
}
.portfolio .portfolio-slider .owl-item .item {
  margin: 0 -20px 0 -50px;
}
.portfolio .portfolio-slider .owl-stage {
  left: 50px;
}
.portfolio .portfolio-slider .owl-stage-outer {
  overflow: inherit;
}
.portfolio .portfolio-slider .item img {
  border-radius: 15px;
}

.pricing {
  padding: 150px 0;
}
.pricing::before {
  position: absolute;
  content: "";
  top: -40px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-image: url(../../assets/images/price-plans/price-plan-background-icons.svg);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
.pricing small, .pricing .small {
  color: #7A8496;
  padding-bottom: 30px;
  font-weight: 600;
}
.pricing h2, .pricing .h2 {
  font-weight: 600;
}
.pricing .form-switch {
  margin: 70px 0 20px;
}
.pricing .form-switch label {
  font-weight: 600;
}
.pricing .form-switch .form-check-input {
  margin: 0px 15px;
  height: 22px;
  width: 45px;
}
.pricing .pricing-head::after {
  position: absolute;
  content: "";
  top: 50px;
  right: 0px;
  left: 0;
  width: 130px;
  height: 130px;
  background-size: contain;
  background-image: url(../../assets/images/price-plans/dot-shape.png);
  background-repeat: no-repeat;
  z-index: -1;
  background-position: center;
  margin: 0 auto;
}
.pricing .save::after {
  position: absolute;
  content: "";
  top: -13px;
  right: -30px;
  width: 28px;
  height: 25px;
  background-size: contain;
  background-image: url(../../assets/images/price-plans/price-arrow.svg);
  background-repeat: no-repeat;
  z-index: -1;
  background-position: center;
}
.pricing .price-plan {
  padding-top: 70px;
}
.pricing .price-plan .badge {
  border-radius: 0px 0px 8px 8px;
  left: 0;
  right: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: -10px;
  padding: 10px 12px;
}
.pricing .price-plan .badge::before {
  position: absolute;
  content: "";
  top: -2px;
  left: -9px;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-image: url(../../assets/images/price-plans/left-shape.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.pricing .price-plan .badge::after {
  position: absolute;
  content: "";
  top: -2px;
  right: -9px;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-image: url(../../assets/images/price-plans/right-shape.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.pricing .price-plan .card-body::before {
  position: absolute;
  content: "";
  top: 20%;
  right: 0;
  width: 185px;
  height: 185px;
  background-size: contain;
  /*background-image: url(../../assets/images/price-plans/price-overlay.svg);*/
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  text-align: center;
  margin: 0 auto;
}
.pricing .price-plan .card-body h2 sup, .pricing .price-plan .card-body .h2 sup {
  color: #7A8496;
  top: 22px;
}
.pricing .price-plan .card-body p {
  color: #7A8496;
  line-height: 32px;
  padding: 0px 0 15px;
}
.pricing .price-plan .card-body ul li {
  padding-bottom: 18px;
  line-height: 30px;
}
.pricing .price-plan .card-body ul li i {
  color: #37A05B;
  position: relative;
  top: 3px;
}
.pricing .price-plan .card-body ul li span {
  width: 90%;
  font-weight: 600;
}

.faq {
  padding: 150px 0;
  background-color: #F9F9FB;
}
.faq::before {
  position: absolute;
  content: "";
  top: 150px;
  left: 0px;
  width: 100%;
  height: 90%;
  background-size: contain;
  background-image: url(../../assets/images/faq/faq-backlayer-icons.svg);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
.faq small, .faq .small {
  color: #7A8496;
  padding-bottom: 30px;
  font-weight: 600;
}
.faq h2, .faq .h2 {
  font-weight: 600;
}
.faq .accordion-block {
  padding-top: 50px;
}
.faq .accordion-block .accordion-button {
  font-weight: 600;
}
.faq .accordion-block .accordion-button:not(.collapsed)::after {
  height: 5px;
  width: 15px;
  background-size: contain;
  top: -4px;
}
.faq .accordion-block .accordion-body {
  color: #7A8496;
  line-height: 30px;
}

.contact {
  padding: 180px 0 80px;
}
.contact::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-image: url(../../assets/images/contact/contact-background.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
.contact .dots-shape-left {
  left: -75px;
  height: 110px;
  top: -80px;
  width: 110px;
}
.contact .dots-shape-right {
  right: -15px;
  height: 110px;
  width: 110px;
  top: -35px;
}
.contact small, .contact .small {
  color: #7A8496;
  padding-bottom: 30px;
  font-weight: 600;
}
.contact h2, .contact .h2 {
  font-weight: 600;
}
.contact .agree {
  color: #92ACF2;
  line-height: 30px;
  padding-bottom: 25px;
}
.contact .testimonial .details {
  padding: 90px 150px 30px 0;
}
.contact .testimonial .details::before {
  position: absolute;
  content: "";
  top: 40px;
  left: 0px;
  width: 82%;
  height: 1px;
  background-color: #fff;
  z-index: 0;
  opacity: 0.1;
}
.contact .testimonial .details::after {
  position: absolute;
  content: "";
  top: 70px;
  left: 0px;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-image: url(../../assets/images/contact/quotes.svg);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
.contact .testimonial .details p {
  line-height: 34px;
}
.contact .testimonial .details .avtar-img {
  background-color: #fec572;
  height: 55px;
  width: 55px;
}
.contact .trusted-companies {
  padding-top: 150px;
}
.contact .trusted-companies ul li {
  margin: 40px 25px 0;
  display: flex;
  justify-content: center;
}

.footer {
  padding: 170px 0 100px;
  background-color: #4726d5;
}
.footer .footer-logo-col {
  padding-right: 120px;
}
.footer .footer-logo-col p {
  padding: 35px 0 30px;
  line-height: 30px;
}
.footer .footer-logo-col .callus {
  line-height: 30px;
}
.footer h5, .footer .h5 {
  padding-bottom: 30px;
}
.footer ul li a {
  display: block;
  padding-bottom: 25px;
  text-decoration: none;
  color: #92ACF2;
  font-weight: 500;
}
.footer ul li a:hover {
  color: #EE7B11;
}
.footer .subscribe .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.footer .subscribe .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.footer .copyrights {
  padding-top: 70px;
}

.btn {
  padding: 18px 35px;
  border-radius: 15px;
  font-size: 17px;
}

.btn-hover-secondery:hover {
  background-color: #000;
  color: #fff;
}

.fw-500 {
  font-weight: 500;
}

body, html {
  overflow-x: hidden;
}

label {
  color: #14141C;
  font-weight: 500;
}

.form-control {
  padding: 15px 20px;
  border-radius: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.form-control::-moz-placeholder {
  color: #7A8496;
  font-size: 16px;
  font-weight: 500;
}
.form-control:-ms-input-placeholder {
  color: #7A8496;
  font-size: 16px;
  font-weight: 500;
}
.form-control::placeholder {
  color: #7A8496;
  font-size: 16px;
  font-weight: 500;
}
.form-control:focus {
  color: #000;
  background-color: #fff;
  box-shadow: none;
}

select.form-control {
  color: #7A8496;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  background-image: url(../../assets/images/contact/icon_caret_down.svg);
  background-repeat: no-repeat;
  background-position-x: 94%;
  background-position-y: 50%;
  background-size: 12px;
}

textarea.form-control {
  min-height: 130px;
}

.form-group {
  margin-bottom: 35px;
}

.section-bg-icons::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/section-bg/team-feature-bg.svg);
  background-repeat: no-repeat;
  height: 130%;
  width: 100%;
  background-size: contain;
  background-position: center;
  top: 0px;
  z-index: -1;
}

.blue-light {
  color: #92ACF2 !important;
}

.br-15 {
  border-radius: 15px;
}

.btn-close {
  background: none;
}

.btn-close:focus {
  box-shadow: none;
}

@media screen and (max-width: 9999px) and (min-width: 2400px) {
  .hero-banner::before {
    width: 55%;
  }
  .hero-banner::after {
    width: 45%;
  }
  .contact::before {
    background-size: cover;
  }
}
@media screen and (max-width: 2399px) and (min-width: 1700px) {
  .hero-banner::before {
    width: 60%;
  }
  .hero-banner::after {
    width: 40%;
  }
  .contact::before {
    background-size: cover;
  }
}
/*max-width-1024px*/
@media (max-width: 1199.98px) {
  .main-header .offcanvas .navbar-nav .nav-link {
    padding: 0 0 20px;
  }
  .hero-banner .left-hero-color {
    padding-top: 150px;
  }
  .hero-banner .left-hero-color h1, .hero-banner .left-hero-color .h1 {
    font-size: 60px;
  }
  .hero-banner .right-hero-color {
    padding-top: 100px;
  }
  .service, .our-service, .portfolio, .pricing, .faq {
    padding: 100px 0;
  }
  .portfolio .portfolio-wrap {
    position: unset;
  }
  .card-body {
    padding: 30px;
  }
  .price-plan .card-body {
    padding: 40px 15px 30px;
  }
  .footer {
    padding: 80px 0 80px;
  }
  .footer .footer-logo-col {
    padding-right: 0;
  }
  .footer .subscribe .input-group .form-control {
    width: 100%;
  }
  .footer .subscribe .input-group button {
    width: 100%;
    margin-top: 15px;
  }
}
/*max-width-991.98px*/
@media (max-width: 991.98px) {
  .hero-banner .left-hero-color h1, .hero-banner .left-hero-color .h1 {
    font-size: 40px;
  }
  .hero-banner .left-hero-color p {
    padding: 20px 0;
  }
  .service, .our-service, .portfolio, .pricing, .faq {
    padding: 80px 0;
  }
  .service .row .col-xxl-4:last-child {
    margin-top: 30px;
  }
  .portfolio .row .col-xxl-4:last-child {
    margin-top: 30px;
  }
  .portfolio .portfolio-slider .owl-stage {
    left: 30px;
  }
  .portfolio .portfolio-slider .owl-stage .owl-item .item {
    margin: 0 -35px 0 -52px;
  }
  .price-plan .col-xxl-4:last-child {
    margin-top: 30px;
  }
  .portfolio-slider {
    padding: 0 15px;
  }
  .contact .testimonial .details {
    padding: 90px 150px 30px 0;
  }
  .contact .trusted-companies {
    padding-top: 80px;
  }
  .footer .footer-logo-col p {
    padding: 25px 0 20px;
  }
  .footer .row .col-xxl-4 {
    margin-bottom: 30px;
  }
  .footer h5, .footer .h5 {
    padding-bottom: 20px;
  }
}
/*max-width-767.98px*/
@media (max-width: 767.98px) {
  .main-header {
    padding-top: 30px;
  }
  .service, .our-service, .portfolio, .pricing, .faq {
    padding: 40px 0;
  }
  .hero-banner {
    padding-bottom: 30px;
  }
  .hero-banner::after {
    width: 100%;
    height: 35%;
    top: 65%;
  }
  .hero-banner::before {
    width: 100%;
    height: 65%;
  }
  .hero-banner .left-hero-color {
    padding-top: 100px;
  }
  .hero-banner .left-hero-color h1, .hero-banner .left-hero-color .h1 {
    max-width: 100%;
    font-size: 32px;
  }
  .hero-banner .right-hero-color {
    padding-top: 20px;
  }
  br {
    display: none;
  }
  .fs-2 {
    font-size: 30px !important;
  }
  .service small, .service .small, .portfolio small, .portfolio .small {
    padding-bottom: 20px;
  }
  .service .step-row, .portfolio .step-row {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .service .row .col-xxl-4, .portfolio .row .col-xxl-4 {
    margin-bottom: 20px;
  }
  .service .row .col-xxl-4:last-child, .portfolio .row .col-xxl-4:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }
  .section-btn {
    margin-top: 20px;
  }
  .our-service img {
    margin-bottom: 20px;
  }
  .our-service small, .our-service .small {
    padding-bottom: 20px;
  }
  .our-service p {
    padding: 20px 0 25px;
  }
  .our-service ul li i {
    top: 5px;
  }
  .pricing .pricing-head::after {
    top: 20px;
    width: 100px;
    height: 100px;
  }
  .pricing .price-plan .col-xxl-4 {
    margin-bottom: 25px;
  }
  .pricing .price-plan .col-xxl-4:last-child {
    margin-top: 0;
  }
  .pricing .price-plan .card-body::before {
    top: 100px;
  }
  .pricing .price-plan .card-body ul li {
    padding-bottom: 5px;
  }
  .pricing .price-plan h2 .fs-2, .pricing .price-plan .h2 .fs-2 {
    font-size: 40px !important;
  }
  .faq .accordion-block .accordion-button {
    align-items: flex-start;
    padding: 20px;
  }
  .faq .accordion-block .accordion-button:not(.collapsed)::after {
    height: 15px;
    width: 15px;
    top: 10px;
  }
  .faq .accordion-block .accordion-body {
    padding: 20px;
  }
  .contact {
    padding: 40px 0 40px;
  }
  .contact .dots-shape-left {
    display: none;
  }
  .contact .agree {
    padding-bottom: 10px;
  }
  .contact small, .contact .small {
    padding-bottom: 20px;
  }
  .contact .testimonial {
    padding-bottom: 20px;
  }
  .contact .testimonial .details {
    padding: 30px 0px 30px 0;
  }
  .contact .testimonial .details::before {
    top: 20px;
    width: 100%;
  }
  .contact .trusted-companies {
    padding-top: 40px;
  }
  .form-group {
    margin-bottom: 25px;
  }
  .footer {
    padding: 40px 0 40px;
  }
  .footer h5, .footer .h5 {
    padding-bottom: 15px;
  }
  .footer ul li a {
    padding-bottom: 15px;
  }
  .footer .row .col-xxl-2 {
    margin-bottom: 30px;
  }
  .footer .copyrights {
    padding-top: 10px;
    line-height: 30px;
  }
  .portfolio .portfolio-slider .owl-stage {
    left: 35px;
  }
}
/*max-width 576px*/
@media (max-width: 575.98px) {
  .card-action .btn {
    width: 100%;
  }
  .contact .contact-btn {
    width: 100% !important;
  }
}/*# sourceMappingURL=style.css.map */

.pg-itqan-purple{
  background-color: #4726d5;
}
.pg-itqan-orange{
  background-color: #f87000;
}
.pg-itqan-yellow1{
  background-color: #ffd245;
}
.pg-itqan-yellow2{
  background-color: #ffe486;
}

.itqan-orange{
  color: #f87000;
}