@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* Colors */
:root {
  --color-default: #0a0d13;
  --color-primary: #0d42ff;
  --color-secondary: #0e1d34;
}


/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-family: 'Poppins', sans-serif;
  color: var(--color-default);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.font80 {
  font-size: 80px;
  font-weight: 600;
  line-height: normal;
}

.font500 {
  font-weight: 500;
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  color: #406aff;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
.mt-8{
  margin-top: 8px;
}
/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 80px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding: 0;
  position: relative;
}

.section-header h2 {
  color: #1C1C1C;
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
}

.section-header p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

.section-header span {
  color: #1D74F1;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
  display: block;
}


/*service*/
.swiper-wrapper{
  width: 100% !important;
}
.service-detail-modal .modal-dialog{
  max-width: 700px !important;
}
.services {
  background: #fff;
  position: relative;
}

.services-box {
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.19);
  padding:20px;
  text-align: center;
  position: relative;
  min-height: 330px;
  overflow: hidden;
}

.services-box h4 {
  color: #131313;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}

.services-box img {
  height: 120px !important;
  margin-top: 20px;
}
.swiper-container{
  overflow: hidden;
}
.services .service-slider{
  padding: 52px 0 0;
}
.service-slider .services-box{
  margin: 0 10px 10px;
}
.services .swiper-button-prev{
  left: 60px !important;
}
.swiper-button-next{
  right: 60px !important;
}
.service-detail-modal .modal-header{
  padding: 10px 20px;
}
.service-detail-img{
  text-align: center;
  margin-bottom: 10px;
}
.service-detail-img img{
  max-width: 250px;
    margin: 0 auto;
}
.service-detail-modal .modal-header h4{
  font-size: 20px;
}
.service-detail-modal .modal-header .btn-close{
  font-size: 14px;
}
.service-detail-modal .modal-body{
  padding: 24px;
}
.service-detail-body p{
  color: #282828;
    font-size: 16px;
}
.service-detail-modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0,-25%);
  transform: translate(0,-25%);
}
.service-detail-modal.fade.show .modal-dialog{
  -webkit-transform: translate(0,0);
    transform: translate(0,0);
}
/*progressbar-section*/
.progress-section {
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  background-color: #0009;
  background-repeat: no-repeat;
  -webkit-filter: blur(0px);
}

.progress-section .section-header h2 {
  line-height: 70px;
}

.circle-big {
  position: relative;
  width: 194px;
  height: 194px;
  margin: auto;
}

.circle-big svg {
  width: 194px;
  height: 194px;
}

.circle-big .bg {
  fill: none;
  stroke-width: 6px;
  stroke: #1D74F1;
}

.circle-big .progress {
  fill: none;
  stroke-width: 6px;
  stroke: #FFF;
  stroke-linecap: round;
  stroke-dasharray: 326.56;
  stroke-dashoffset: 60;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  -webkit-animation: big 1.5s ease-in-out;
  animation: big 1.5s ease-in-out;
}

.circle-big .text {
  position: absolute;
  top: 50%;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  line-height: 26px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.circle-big .text .small {
  color: #FFF;
  font-size: 43px;
  font-weight: 600;
  line-height: normal;
}

@-webkit-keyframes big {
  from {
    stroke-dashoffset: 326.56;
  }

  to {
    stroke-dashoffset: 60;
  }
}

@keyframes big {
  from {
    stroke-dashoffset: 326.56;
  }

  to {
    stroke-dashoffset: 60;
  }
}

@-webkit-keyframes one {
  from {
    stroke-dashoffset: 232.36;
  }

  to {
    stroke-dashoffset: 80;
  }
}

@keyframes one {
  from {
    stroke-dashoffset: 232.36;
  }

  to {
    stroke-dashoffset: 80;
  }
}

@-webkit-keyframes two {
  from {
    stroke-dashoffset: 232.36;
  }

  to {
    stroke-dashoffset: 140;
  }
}

@keyframes two {
  from {
    stroke-dashoffset: 232.36;
  }

  to {
    stroke-dashoffset: 140;
  }
}

@-webkit-keyframes appear {

  0%,
  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes appear {

  0%,
  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.video-box a {
  position: relative;
  display: inline-block;
  width: 66px;
  height: 66px;
  background: #ffffff;
  text-align: center;
  line-height: 66px;
  border-radius: 50%;
  font-size: 25px;
  transition: all 500ms ease;
}

.video-box a::before,
.video-box a::after {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  box-shadow: 0 0 0 0 rgb(255 255 255 / 60%);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  transition: all .4s ease;
}

.video-box a::after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;

  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;

  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px 0 0 20px 0 #fff;
    box-shadow: 0 0 0 20px 0 0 20px 0 #fff
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgb(255, 255, 255, .2);
    box-shadow: 0 0 0 20px rgb(255, 255, 255, .2)
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgb(255, 255, 255, 0)
  }
}


/*why choose*/
.why-box {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.11);
  padding: 40px 20px;
  text-align: left;
  height: 100%;
}

.circle-box {
  box-shadow: 0px 1px 9px rgba(151, 151, 151, 0.25);
  width: 95px;
  height: 95px;
  border-radius: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.why-box h4 {
  color: #131313;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 25px;
}

.why-box p {
  color: #666;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.fa.fa-play {
  color: #1D74F1;
}

/*brands-section*/

.brands-section {
  background: #155dc5;
  color: #fff;
}

.brands-section img {
  margin: 20px auto;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs .page-header {
  padding: 140px 0 80px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumbs .page-header:before {
  content: "";
  background-color: rgba(14, 29, 52, 0.8);
  position: absolute;
  inset: 0;
}

.breadcrumbs .page-header h2 {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  font-family: var(--font-secondary);
}

.breadcrumbs .page-header p {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumbs nav {
  background-color: #f3f6fc;
  padding: 20px 0;
}

.breadcrumbs nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-secondary);
}

.breadcrumbs nav ol a {
  color: var(--color-primary);
  transition: 0.3s;
}

.breadcrumbs nav ol a:hover {
  text-decoration: underline;
}

.breadcrumbs nav ol li+li {
  padding-left: 10px;
}

.breadcrumbs nav ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4278cc;
  content: "/";
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

.header .container {
  border-radius: 10px;
  background: #FFF;
  padding: 15px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.19);
}

.header.sticked {
  background: rgba(14, 29, 52, 0.9);
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(14, 29, 52, 0.1);
}

.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: #fff;
  font-family: var(--font-primary);
}


/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .card {
  position: relative;
  height: 100%;
  border-radius: 5px;
  background: #243E6F;
  border: 0 !important;
  overflow: hidden;
  color: #fff;
}

.services .card .card-img {
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 0;
  height: 300px;
}

.services .card .card-img img {
  transition: 0.3s ease-in-out;
}

.services .card h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
  padding: 10px 30px;
  text-transform: uppercase;
}

.services .card a {
  color: #fff;
  transition: 0.3;
}

.services .card p {
  padding: 0 30px;
  color: #fff;
  font-size: 15px;
  min-height: 140px;
}

.services .card:hover .card-img img {
  transform: scale(1.1);
}

.btn-lg {
  height: 54px !important;
  line-height: 54px !important;
  font-size: 18px;
  font-weight: 500;
}

.btn-blue-outline {
  background: transparent;
  border: 1px solid #FFF;
  color: #fff;
}

.btn-blue-outline:hover {
  background: #fff;
  border: 1px solid #FFF;
  color: #1D74F1;
}

.btn {
  height: 45px;
  line-height: 45px;
  border-radius: 4px;
  display: inline-block !important;
  width: max-content;
  padding: 0 25px !important;
  border: 1px solid;
}

.btn-white {
  background: #fff;
  color: #1D74F1 !important;
  border-color: #fff !important;
}

.btn-white:hover {
  background-color: #fff;
  color: #1D74F1 !important;
}

.btn-orange {
  background: #1D74F1;
  color: #fff !important;
  border-color: #1D74F1 !important;
}

.btn-orange:hover {
  background-color: #fff;
  color: #1D74F1 !important;
}

.btn-orange:hover svg path {
  fill: #1D74F1 !important;
}



.testimonials .testimonial-item {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.11);
  text-align: center;
  margin: 20px;
  padding: 40px 30px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 70px;
  border-radius: 50%;
  height: 70px;
  object-fit: cover;
  margin-right: 15px;
}

.testimonials .testimonial-item .d-flex {
  align-items: center;
}

.testimonials .testimonial-item h3 {
  color: #001E57;
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  text-align: left;
}

.swiper-pagination-bullet-active {
  background: #001E57 !important;
}

.slides-1 {
  padding-bottom: 50px;
}

.testimonials .testimonial-item h4 {
  color: #5B5B5B;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  text-align: left;
}

.swiper-pagination {
  position: relative !important;
  margin-top: 10px;
}

.testimonials .testimonial-item p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 168.2%;
  margin-bottom: 40px;
}


/*how*/
.flex-row-reverse {
  margin-left: auto;
}

.borderline:before {
  width: 2px;
  background: #c5c5c5;
  height: 100%;
  position: absolute;
  content: "";
  left: 50%;
  transform: translate(-50%, 0);
  top: 10px;
  border-radius: 10px;
}

.borderline:after {
  width: 2px;
  background: #1D74F1;
  height: 20%;
  position: absolute;
  content: "";
  left: 50%;
  transform: translate(-50%, 0);
  top: 10px;
  border-radius: 10px;
}

.count {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #001E57;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 20px;
}

.hows-section h4 {
  color: #131313;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin-top: 18px;
  text-transform: capitalize;
}

.hows-section p {
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #F2F6FE;
  position: relative;
  margin-top: 70px;
}

.footer-newsletter input[type="email"] {
  border: 0;
  width: 100%;
  margin-right: 2%;
  background: #FFFFFF;
  border-radius: 4px;
  height: 60px;
  padding: 0 15px;
}

.footer-newsletter button[type="submit"] {
  border: 0;
  padding: 0 15px;
  transition: 0.3s;
  color: #fff;
  width: 130px;
  height: 40px;
  border-radius: 5px;
  background: #1D74F1;
  position: absolute;
  right: 10px;
  top: 10px;
  transform: none;
  font-weight: 500;
  font-size: 18px;
}

.footer-newsletter button:focus-visible {
  outline: none !important;
}

.footer-cta-bg-wrapper {
  position: relative;
  padding: 50px;
  top: -105px;
  border-radius: 5px;
  background: #1D74F1;
}

.footer-middle-text h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

.footer-middle-text h2 {
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
}

#footer .footer-top {
  padding: 0;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color: #2d405f;
}

#footer .footer-top .footer-contact p {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  margin-top: 30px;
}

#footer .footer-top h4 {
  position: relative;
  color: #1D74F1;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 35px;
}

.footer-links .footerhead_line {
  margin-bottom: 20px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #6c7afa;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  transition: 0.3s;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 39px;
  color: #282828;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #1D74F1;
}

#footer .footer-newsletter {
  font-size: 15px;
  position: relative;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #2d405f;
  position: relative;
  padding-bottom: 12px;
}

#footer .social-links a {
  display: inline-block;
}
#footer .social-links{
  margin-top: 10px;
}
.visa-link{
  margin: 20px 0 0;
}
#footer .social-links a img {
  width: 35px;
  margin-right: 10px;
  margin-top: 10px;
}

#footer .circle {
  background: #f00;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 50%;
}

.footericon {
  width: 33px;
  height: 33px;
  background: #1D74F1;
  border-radius: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.footerdata h4 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 21px !important;
}

.footerdata p {
  margin: 0;
}

.copyright-outer {
  border-top: 1px solid #c7c7c7;
}

.copyright {
  text-align: center;
  color: #3F3F3F;
  font-size: 14px;
  font-weight: 400;
  line-height: 33px;
  margin: auto;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-cta-wrapper {
  position: relative;
  background-color: transparent !important;
  margin-bottom: -5px;
}

.fix {
  overflow: hidden;
}

.animations-01 {
  position: absolute;
  left: 0;
  top: 240px;
  animation: alltuchtopdown 3s infinite;
  -webkit-animation: alltuchtopdown 3s infinite;
  animation-delay: 0s;
  -webkit-animation-delay: 1s;
}

.animations-02 {
  position: absolute;
  right: 0;
  bottom: 150px;
  animation: alltuchtopdown 5s infinite;
  -webkit-animation: alltuchtopdown 5s infinite;
  animation-delay: 0s;
  -webkit-animation-delay: 3s;
}

@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

.about-title h2 {
  font-size: 50px;
  margin-bottom: 30px !important;
}

.about-title h5 {
  color: #1D74F1;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.s-about-content p {
  margin-bottom: 15px;
}

.about-content li {
  display: flex;
  margin-bottom: 10px;
  color: #0c2957;
}

.s-about-img img {
  max-width: 100%;
  border: 4px solid #1D74F1;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 0 60px 0 60px;
}

.about-content li svg {
  margin-right: 10px;
  margin-top: 3px;
  width: 20px !important;
}


.second-about {
  transform: translate(0, 1px);
  left: 0;
  right: 25px;
  bottom: inherit;
  text-align: center;
  top: 0;
}

.about-user {
  display: flex;
  margin: 30px 0;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 15px;
}

.about-user .img {
  margin-right: 30px;
}

.about-user .text h5 {
  color: #1D74F1;
}

.s-about-content p {
  margin-bottom: 15px;
}

img {
  max-width: 100%;
}

.about-text {
  position: absolute;
  width: 200px;
  background: #1D74F1;
  padding: 30px;
  border-radius: 4px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
}

.about-text span {
  font-size: 65px;
  color: #fff;
  position: relative;
  display: inline-block;
  font-weight: 800;

  margin-top: 15px;
}

.second-about p {
  margin-bottom: 0;
  color: #0c2957;
  font-size: 25px;
  font-weight: 800;

  margin-top: 10px;
  line-height: 30px;
}

.about-title h5 {
  color: #1D74F1;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.cta-bg {
  position: relative;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.cta-title h2 {
  padding-bottom: 0;
  font-size: 50px;
  color: #fff;
}

.cta-title h3 {
  padding-bottom: 0;
  font-size: 18px;
  color: #0c2957;
  text-transform: uppercase;
}

.cta-title p {
  font-size: 15px;
}

.cta-title h2::before {
  content: none;
}

.cta-content p {
  color: #fff;
  padding-right: 80px;
  margin-bottom: 35px;
}

.pt-120.pb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}


.contact-bg02 {
  background: #f7f6fb;
  padding: 50px;
  text-align: center;
}

.contact-info .single-cta {
  float: left;
}

.f-cta-icon {
  float: left;
  margin-right: 30px;
}

.f-cta-icon i {
  display: inline-block;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 78px;
  background: #1D74F1;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
}

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

.contact-info h5 {
  color: #00173c;
}

textarea {
  min-height: 120px !important;
}

.form-control {
  width: 100%;
  transition: .3s;
  border: 1px solid #c8c8c8;
  height: 50px;
  border-radius: 8px;
  line-height: 50px;
}

.form-group select.error, .form-group input.error {
  color: #000 !important;
}

.single-cta {
  border-bottom: 1px solid #ccc;
  float: left;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

div.single-cta:last-child {
  border: 0;
}

.single-cta h5 {
  font-size: 20px;
  margin-bottom: 15px !important;
}

.single-cta p {
  margin-bottom: 0;
}

.single-cta p a {
  color: #777;
}

.s-cta-btn .btn {
  background: #0c2957;
  color: #fff;
  margin-top: 10px;
}
/* start new banner css */
.banner-section {
  position: relative;
  background: #fff;
  padding: 150px 0px 80px 0px;
}
.banner-section .pattern-box .pattern-1 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 1085px;
  height: 760px;
  background-repeat: no-repeat;
  background-image: url(../img/pattern-1.png);
  visibility: visible;
  animation-duration: 1500ms;
  animation-delay: 500ms;
  animation-name: slideInDown;
}
.banner-section .pattern-box .pattern-2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 270px;
  height: 290px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
  background-image: url(../img/pattern-1.png);
}
.subheading {
  font-size: 20px;
  font-weight: 600;
  color: #1C1C1C;
}                        

.banner-section .content-box h1{
  font-size: 55px;
    line-height: 72px;
    color: #1C1C1C;
    font-weight: 700;
    margin-bottom: 31px;
  text-transform: capitalize;
}
.banner-section .content-box h1 span{
  color: #1D74F1;
}
.content-box {
  position: relative;
  z-index: 9;
}
figure.image-box {
  position: relative;
}

/* end new banner css */
/*--------------------------------------------------------------
    # Desktop Navigation
    --------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    color: #2D2A2A;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #1D74F1;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    color: var(--color-secondary);
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-primary);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
    # Mobile Navigation
    --------------------------------------------------------------*/
@media (max-width: 1279px) {
  .services-box h4 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .services-box img {
    height: 130px;
  }

  .why-box {
    padding: 30px 20px;
  }

  .services-box {
    padding: 30px 20px;
  }

  .font80 {
    font-size: 60px;
  }

  .section-header h2 {
    font-size: 30px;
  }

  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: rgba(14, 29, 52, 0.9);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .get-a-quote,
  .navbar .get-a-quote:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    border-radius: 4px;
    margin: 15px;
    color: #fff;
  }

  .navbar .get-a-quote:hover,
  .navbar .get-a-quote:focus:hover {
    color: #fff;
    background: rgba(13, 66, 255, 0.8);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #19335c;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: #1D74F1;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-right: 10px;
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 30px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(14, 29, 52, 0.8);
    z-index: 9996;
  }
}

@media (max-width: 767px) {
  .navbar a.btn {
    margin-left: 15px;
    margin-top: 16px;
  }

  .header.sticked {
    padding: 15px;
  }

  section {
    padding: 40px 0;
    overflow: hidden;
  }

  .borderline:after,
  .borderline:before {
    display: none;
  }

  .borderline .text-end,
  .borderline {
    text-align: center !important;
  }

  .count {
    justify-content: center !important;
    margin: auto auto 25px;
  }

  .progress-section .section-header h2 {
    line-height: 50px;
    margin-bottom: 0 !important;
  }

  .brands-section .col {
    width: 50% !important;
    flex: 50%;
  }
}

@media (max-width: 640px) {
  .font80 {
    font-size: 40px;
  }

  .section-header h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-header span {
    font-size: 38px;
  }
}

@media (max-width: 480px) {
  .brands-section .col {
    width: 100% !important;
    flex: 100%;
  }
}




/* User Profile Css start Here */

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05) !important;
  margin-bottom: 20px;
  padding: 15px;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.btn-round-sm {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  display: inline-block;
  line-height: 35px !important;
  text-align: center;
}

.avatar {
  width: 125px;
  height: 125px;
}

.avatar .avatar-img {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.profile-area .sidenav a h4,
.profile-area .sidenav a i {
  font-size: 14px;
  line-height: 24px;
  color: #243247;
  text-align: left;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

.profile-area .sidenav a i {
  width: 25px;
  top: 2px;
  position: relative;
}

.profile-area .sidenav ul li a {
  margin-bottom: 5px;
  padding: 15px;
  border-radius: 10px;
  background: #F9FCFD;
}

.profile-area .sidenav ul li a:hover h4,
.profile-area .sidenav ul li a.active h4,
.profile-area .sidenav ul li a:hover i,
.profile-area .sidenav ul li a.active i {
  color: #fff;
}

.profile-area .sidenav ul li a.active,
.profile-area .sidenav ul li a:hover {
  color: #fff;
  background: #4ABEFF;

}

.table.ms-profile-information th,
.table.ms-profile-information td {
  border: 0;
}

.section-title {
  margin: 0 0 1.5rem 0;
  font-size: 18px;
}

.btn-blue {
  background: #4ABEFF;
  color: #fff !important;
  border-color: #4ABEFF !important;
  font-size: 14px;
}

.btn-blue:hover {
  background-color: #fff;
  color: #4ABEFF !important;
}

span.eye-icon {
  position: absolute;
  right: 30px;
  top: 13px;
}

.form-control[type="password"] {
  padding-right: 50px !important;
}

.update-profile .form-control {
  min-height: 50px;
  line-height: 40px;
}

textarea {
  width: 100%;
  border: 1px solid #c8c8c8;
  border-radius: 8px;
  padding: .375rem .75rem;
}

/* User Profile Css Ends Here */


/* Suppliear Create Profile CSS */
.create-profile {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 30, 87, 1);
  background-blend-mode: multiply;
  background-image: url('../img/banner.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: scroll;
}

.upload-btn {
  position: relative;
  height: 150px;
  width: 150px;
  margin: 0 auto 20px;
}

.upload-btn .uploadPicInput {
  position: relative;
  z-index: 99;
  height: 40px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  top: -36px;
  width: 40px;
  right: -105px;
}

.upload-btn label {
  border-radius: 50%;
  border: 1px solid #4ABEFF;
  background: #FFF;
  box-shadow: 0px 6px 14px -8px rgba(0, 0, 0, 0.08);
  position: absolute;
  right: 5px;
  bottom: 35px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: #4ABEFF;
  z-index: 9;
}

.upload-btn img {
  position: relative;
  z-index: 9;
  margin: 0 auto;
  display: block;
  border-radius: 50%;
  border: 3px solid #4ABEFF;
  padding: 5px;
}

.create-profile-form {
  padding: 15px 60px;
}

/* Suppliear Create Profile CSS Ends*/


/* Project Lisitng Page CSS*/

.project-item {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}

.project-img {
  height: 100%;
}

.project-img img {
  border-radius: 10px;
  width: 100%;
}

.project-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.project-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #0c2957;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.project-link {
  width: 75px;
  height: 75px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -40%);
  transition: .5s;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  font-size: 28px;
  color: #4ABEFF;
}

.project-info {
  position: absolute;
  bottom: 35px;
  left: 50px;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.project-subtitle {
  font-size: 16px;
  color: #4ABEFF;
  margin-bottom: 7px;
}

.project-title {
  color: #fff;
  font-size: 30px;
}

.project-content:hover::before {
  opacity: .9;
  visibility: visible;
}

.project-content:hover .project-link {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}

.project-content:hover .project-info {
  opacity: 1;
  visibility: visible;
  bottom: 45px;
}

.site-title {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 30px;
  color: #091f3c;
  margin-bottom: 50px;
}

.widget {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}

.project-sidebar-title {
  margin-bottom: 30px;
  font-size: 22px;
}

.project-sidebar .project-sidebar-content ul li {
  border-bottom: 1px solid #e7e7e7;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 33px;
}

.project-sidebar .project-sidebar-content ul li span {
  display: block;
  font-weight: 400;
  margin: 0;
}

.new-project {
  background: #4ABEFF !important;
}

.new-project h4 {
  color: #fff;
  margin-bottom: 30px;
}

.new-project-btn {
  background: #fff;
  color: #091f3c;
  border: none;
  padding: 10px 25px;
  border-radius: 50px;
  font-weight: 500;
  transition: all .5s ease-in-out;
}

ul {
  padding-left: 0 !important;
}

li {
  list-style: none;
}

.project-single-list i {
  color: #4ABEFF;
  margin-right: 10px;
}

.project-sidebar .project-sidebar-content .rating a {
  color: #ffa22b;
}

/* Project Lisitng Page CSS Ends*/


/* Service List and Provider CSS */

.sl-filters {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 20px;
}


.sl-filters>p {
  font-size: 13px;
  color: #767676;
}

.sl-filters>p i {
  font-size: 10px;
  padding: 0 7px;
}

/* Service List and Provider CSS */

/* Request Page Css */

.requests-page .nav-tabs {
  border-bottom: 0;
}

.requests-page .nav-tabs .nav-link.active,
.requests-page .nav-tabs .nav-item.show .nav-link {
  color: var(--color-primary);
  background-color: #fff;
  border-color: var(--primary-color);
  border: 0;
  border-bottom: 3px solid var(--color-primary);
  border-radius: 7px 7px 0 0px;
}

.requests-page .nav-tabs .nav-link,
.requests-page .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
}

.requests-page .nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border-bottom: 3px solid #f0f0f0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 15px 25px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: #495057;
}

.tab-content ul li.user-booking {
  border: 0;
  padding: 20px;
  margin: 0 0 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  background-color: #fff;
}

.list-box-listing {
  display: flex;
  padding: 5px 0;
  position: relative;
}

.bookings .list-box-listing-img {
  max-width: 70px;
  max-height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 5px;
  flex: 0 0 70px;
  position: relative;
  height: 135px;
}

.bookings .list-box-listing-img img {
  width: 70px;
  height: 70px;
}

.list-box-listing-content {
  flex: 1;
  padding-left:15px;
}

.bookings .list-box-listing-content .inner {
  top: 0;
  transform: none;
  position: relative;
}

.bookings .list-box-listing-content .inner h3 {
  margin-bottom: 20px;
}

.list-box-listing-content .inner h3 {
  font-size: 18px;
  bottom: -2px;
  position: relative;
  font-weight: 500;
  margin: 0;
  line-height: 27px;
}

.list-box-listing h3 a {
  color: #333;
}

.new-booking .bookings .inner h3 span.booking-status {
  background-color: #00d3c7;
}

.inner-booking-list h5 {
  display: inline-block;
  font-weight: 600;
  margin: 0;
  color: #666;
  font-size: 14px;
}

.inner-booking-list ul {
  display: inline-block;
  padding: 0;
  margin-bottom: 0;
}

.inner-booking-list ul li.highlighted {
  padding: 2px 10px;
  line-height: 22px;
  font-weight: 500;
  font-size: 14px;
  background-color: #eee !important;
  color: #777;
  border-radius: 50px;
  display: inline-block;
}

a.rate-review {
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  font-size: 13px;
  color: #666;
  font-weight: 500;
  padding: 5px 20px;
  margin-top: 16px !important;
  display: inline-block;
  transition: .3s;
  height: 35px;
  line-height: 35px;
  gap: 5px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.booking-req-action{
  border-top: 1px solid #E9ECF1;
}
.booking-req-action {
  border-top: 1px solid #E9ECF1;
  margin: 0 -16px;
  padding: 0 16px;
}
button.rate-review {
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  font-size: 13px;
  color: #666;
  font-weight: 500;
  padding: 5px 20px;
  margin-top: 20px;
  display: inline-block;
  transition: .3s;
  height: 35px;
  line-height: 35px;
}


.booking.approved-booking .booking-status {
  border-radius: 50px;
  line-height: 20px;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  padding: 2px 8px;
  margin-left: 3px;
  position: relative;
  top: -2px;
}

.approved-booking .booking-status {
  background-color: #64bc36;
  color: #fff;
  font-size: 12px;
  border-radius: 50px;
  padding: 4px;
}

.approved-booking .inner-booking-list ul li.highlighted {
  background-color: #ebf6e0 !important;
  color: #5f9025;
}

.canceled-booking .bookings .inner h3 span.booking-status {
  background-color: #ee3535;
  display: block;
  width: 80px;
  top: 10px;
  margin-left: 0;
}

/* Request Page Css */

/* ThankYou CSS */

.checkout-user {
  margin-bottom: 30px;
  padding: 15px 25px;
  background-color: #F8F8F8;
  border-radius: 5px;
}

.checkout-user i {
  position: relative;
  top: 2px;
  font-size: 18px;
  margin-right: 5px;
}

.checkout-user span {
  color: #1D74F1;
}

.checkout-user span a {
  color: #555;
}

.checkout-user span a:hover {
  color: #1D74F1;
}

/* ThankYou CSS */

/* Payment Management Page */

.admin-heading {
  display: block;
  margin-bottom: 15px;
  padding: 10px 15px;
  border-left: 6px solid #1D74F1;
  font-size: 20px;
  -webkit-box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
  box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
  background: #fff;
  position: relative;
  font-weight: 300;
}

.main-form.all-fillters-area {
  display: block;
  position: relative;
  top: 0;
  z-index: 1;
}

.all-fillters-area {
  margin-bottom: 15px;
}

.main-form.all-fillters-area .bill-items {
  position: relative;
  max-width: calc(100% - 40px);
  float: left;
}

.main-form.all-fillters-area ul.morebtn {
  float: left;
  width: 40px;
}

.main-form.all-fillters-area ul.morebtn li {
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #f6f7f8;
  color: #1D74F1;
  padding: 5px 5px;
  outline: none;
  border: none;
}

.main-form.all-fillters-area ul.morebtn li a {
  padding: 2px;
  text-align: center;
}

.main-form.all-fillters-area ul.morebtn li ul {
  margin: 0;
  padding: 0;
  left: auto;
  right: 0;
  width: 150px;
}

.main-form.all-fillters-area ul.morebtn li:hover ul {
  display: block;
}

.main-form.all-fillters-area ul.morebtn li ul li {
  display: block;
  width: 100%;
  height: auto;
  padding: 5px 10px;
  display: block;
  text-align: left;
  background: #1D74F1;
  color: #fff;
}

.transaction-title .items {
  margin-bottom: 5px;
  padding: 10px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
  box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
  border: 1px solid #edebeb;
}

.transaction-area .items {
  border: 1px solid #edebeb;
  -webkit-box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
  box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
  margin-bottom: 15px;
  padding: 10px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border-radius: 5px;
}

.transaction-area .items:first-child {
  border-radius: 0 0 5px 5px;
}

.transaction-area .items a {
  color: #888888;
  font-size: 14px;
  line-height: 24px;
}

#custom-filter-area .filter-area {
  position: relative;
}

#custom-filter-area .filter-area i.fa-calendar-alt {
  font-size: 20px;
  opacity: 0.7;
  position: absolute;
  top: 16px;
  left: 15px;
}

#custom-filter-area .filter-area input#custom-date {
  padding-left: 45px;
}

#custom-filter-area .filter-area .export-area {
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 15px;
}

.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}

.btn-link {
  font-weight: 400;
  color: #1D74F1;
  text-decoration: none;
}

.active>.page-link,
.page-link.active {
  z-index: 3;
  color: #fff;
  background-color: #1D74F1;
  border-color: #1D74F1;
}

.profile-content {
  padding: 0;
  display: block;
  position: relative;
}

.bg-offwhite {
  background-color: #f7faff;
}

.admin-heading p {
  margin: 0;
  padding: 0;
  font-weight: 700;
}

.admin-heading span {
  font-size: 12px;
  color: #6c6c6f;
}

.transaction-summery {
  display: block;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
  box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
  border: 1px solid #edebeb;
  margin-bottom: 50px;
}

.transaction-summery .table {
  color: #8d8d9c;
}

.table .table-head {
  display: block;
  padding: 5px 15px;
}

.transaction-summery .modal_header {
  border: 1px solid #edebeb;
  position: relative;
  margin-top: 10px;
}

.transaction-summery .modal_header {
  padding: 30px;
  display: block;
  background: #f6f7f8;
  margin-bottom: 15px;
}

.transaction-summery .modal_header .status {
  position: absolute;
  height: 25px;
  width: 100px;
  display: block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  text-align: center;
  color: #fff;
  left: -3%;
  top: 0%;
  font-size: 14px;
  line-height: 10px;
}

.transaction-summery .table {
  color: #8d8d9c;
  font-size: 14px;
  line-height: 24px;
}

.transaction-summery .table p {
  font-size: 14px;
  line-height: 24px;
}

.transaction-summery .modal_header .price p {
  font-size: 34px;
  margin-top: 5px;
}

.transaction-summery .table .table-content {
  border-bottom: 0;
  padding: 10px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border-radius: 5px;
}

.transaction-summery .row.bg-offwhite {
  background: none;
}


.transaction-summery .btn-refund .btn {
  color: #495057;
  min-width: auto;
  padding: 10px 20px;
  font-size: 14px;
  margin-right: 0;
  border: 1px solid #ced4da;
  background: #fff;
  font-weight: 300;
  overflow: initial;
}

/* Payment Management Page CSS End */

/* toggle eye button css */
.pwdMask .pwd-toggle:hover,
.pwdMask .pwd-toggle:focus,
.pwdMask .pwd-toggle.fa-eye {
  color: rgb(0, 30, 87);
}

.fa-eye-slash:before {
  content: "\f070";
}

.pwdMask {
  position: relative;
}

.pwd-toggle {
  top: 17px;
  right: 10px;
  color: #ccc;
  position: absolute;
  z-index: 2;
}

/* toggle eye button css end */

/* error */
label.error {
  font-size: 12px !important;
}

label.error {
  text-align: left;
  display: block;
  margin-top: 10px;
  /* margin-bottom: 30px; */
}

.error {
  color: red !important;
}

/* error */


/* How it Work */

.hows-section .card {
  height: 480px;
}

.section-header span {
  display: none;
}

.arrow-select {
  right: 22px;
  top: 41px;
  z-index: 9;
}

.arrow-select i:before {
  content: "\F078";
  font-size: 11px;
}

.footer-cta-bg-wrapper label#email-error {
  background: #fff;
  padding: 0 5px;
}

/* for sweet alerts */
.swal-icon {
  display: none;
}

.non-vip {
  position: absolute;
  bottom: 4px;
  left: -2px;
  color: #03a9f4;
}

.swal-title {
  margin-top: 25px;
  color: #000 !important;
}

.swal-footer {
  display: flex;
  justify-content: center;
}

.swal-button--confirm {
  background: #1D74F1;
}

.swal-button--cancel {
  background: #dc3545;
}

.swal-button {
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 700;
  min-width: 100px;
}

.approved-booking .inner-booking-list ul li.highlighted.danger-higlight {
  background-color: #ee3535 !important;
  color: #fff;
}

.blogs .card-img-top {
  width: 100%;
  height: 250px;
  object-fit: cover;
  position: relative;
}

.blogs .card-text {
  font-size: 14px;
  line-height: 24px;
}

.blogs .card-title {
  font-size: 16px;
  line-height: 26px;
}

.blogs .card img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;

}

#assign_card:hover {
  border-color: #c4d1e1;
  box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.15);
}
.card .card-body .card-title {
  font-size: 18px;
  font-weight: 700;
  color: #212B36;
  margin: 0 0 10px;
}
.request-card h6 {
  font-weight: normal;
  font-size: 18px;
}
/* Checkbox Styles */


/* Quote btn CSS */

.services-box a.btn.quote-btn {
  display: none !important;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -100px;
  animation-name: fadeFromBottom;
  -webkit-animation-name: fadeFromBottom;
  animation-duration: 400ms;
  -webkit-animation-duration: 400ms;
  animation-timing-function: ease-in;
  -webkit-animation-timing-function: ease-in;
}

.services-box:hover a.btn.quote-btn {
  display: block !important;
  bottom: 52px;
}



@keyframes fadeFromBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    display: block;
  }
}

.blogs-slider .card {
  margin: 0 10px 10px;
}

section.hows-section {
  position: relative;
  overflow: hidden;
  background-color: rgb(212, 229, 252);
}

.hme-pro-outr {
  position: relative;
}

.hme-pro-outr::before {
  position: absolute;
  background: url('../img/proccess-box.png');
  width: 1493px;
  height: 263px;
  content: '';
  left: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  top: 20px;
  transform: translateX(-50%);
}

.hme-process-blk {
  transition: all .8s ease-in;
}

.hme-process-blk {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  position: relative;
  padding: 15px;
  box-shadow: 0px 3px 16px 4px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  position: relative;
  z-index: 9;
}


.process-num {
  position: absolute;
  right: 59px;
  top: 20px;
  width: 40px;
  height: 40px;
  background: #54b9fd;
  border-radius: 50%;
  color: #fff;
  font-size: 17px;
  line-height: 36px;
  font-weight: 500;
  transition: all .8s ease-in;
  border: 2px solid #fff;
}

.hme-pro-inr {
  width: 220px;
  height: 220px;
  border: 5px solid #e8ecef;
  border-radius: 50%;
  padding: 55px 10px;
  transition: all .8s ease-in;
}

.hme-process-blk:hover .hme-pro-inr.fst {
  border-color: #54b9fd;
}


.hme-process-blk:hover .process-num {
  background: #212121;
}

.process-num.scnd {
  background: #fd4682;
}

.hme-process-blk:hover .hme-pro-inr.scnd {
  border-color: #fd4682;
}

.process-num.thrd {
  background: #fde642;
}

.process-num.frth {
  background: #1a181d;
}

.hme-process-blk:hover {
  transform: translateY(-15px);
}

.hme-process-blk:hover .hme-pro-inr.thrd {
  border-color: #fde642;
}

.hme-process-blk:hover .hme-pro-inr.frth {
  border-color: #1a181d;
}

.hme-pro-inr img {
  width: 60px;
  height: 60px;
}

@keyframes fadeFromBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    display: block;
  }
}

.blogs-slider .card {
  margin: 0 10px 10px;
}

.hme-process-blk.secnd-box,
.hme-process-blk.fourth-box {
  margin-top: 100px !important;
}

.hme-process-blk:before {
  content: '';
  position: absolute;
  width: 470px;
  height: 1px;
  top: 60%;
  left: 99%;
  box-shadow: none;
  background-color: transparent;
  transform: rotate(10deg);
  border: 2px dashed #bfbfbf;
}

.hme-process-blk.secnd-box:before,
.hme-process-blk.fourth-box:before {
  display: none;
}

.hme-process-blk.secnd-box:after {
  content: '';
  position: absolute;
  width: 560px;
  height: 1px;
  bottom: -10%;
  right: 90%;
  box-shadow: none;
  background-color: transparent;
  transform: rotate(160deg);
  border: 2px dashed #bfbfbf;
}

.hme-process-blk.thrd-box:before {
  top: 75%;
  left: 98%;
}

button.btn-close {
  color: #fff;
  z-index: 9;
  position: absolute;
  right: 30px;
  /* top: 30px; */
  /* font-size: 50px; */
  /* background-image: none; */
  opacity: 1;
}

.custom-modal .modal-dialog {
  max-width: 800px;
  width: 100%;
}

.btn-close:hover
{
  color: #fff;
}

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

#videoModal .modal-content {
  border-radius: 0;
  background: transparent;
  border: 0;
}
.btn-orange-outline{
  border-color: #1C1C1C;
    color: #1C1C1C;
}
.btn-orange-outline:hover{
  background-color: #1C1C1C;
  color: #fff;
}
.background-light{
  background: #1D74F1;
}
.theme-light-btn{
  background: #1D74F1;
  border-color: #1D74F1 !important;
}
a.learn-more {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 15px;
  color: #1D74F1;
}


/* Checkbox Styles */

.assign_checkbox {
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	background: #e2ebf6;
	border-radius: 50%;
	height: 2em;
	margin: 0;
	margin-left: auto;
	flex: none;
	outline: none;
	position: relative;
	transition: all 0.2s;
	width: 2em;
}

.assign_checkbox:after {
	border: 2px solid #fff;
	border-top: 0;
	border-left: 0;
	content: '';
	display: block;
	height: 1em;
	left: 0.625em;
	position: absolute;
	top: 0.25em;
	transform: rotate(45deg);
	width: 0.5em;
}

.assign_checkbox:focus {
	box-shadow: 0 0 0 2px rgba(100, 193, 117, 0.6);

}

.assign_checkbox:checked {
	background: #64c175;
	border-color: #64c175;
}


.checkbox-control__target {
	bottom: 0;
	cursor: pointer;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.request-card .card-body{
	padding: 15px;
}
.request-card .card-img-top{
	height: 170px;
    object-fit: cover;
}


@media only screen and (max-width:1700px){
  .list-box-listing{
    display: block;
  }
  .list-box-listing-content{
    padding-left: 0;
  }
  .bookings .list-box-listing-content .inner .gap-2{
    flex-wrap: wrap;
  }
}
.form-control-file{
  border: 1px solid #d5d5d5;
  padding: 6px 6px 7px;
  width: 100%;
  font-size: 12px;
  display: block;
}
.textarea-comment{
  height: auto;
  width: 100% !important;
  max-height: 200px;
}
.content-image .menu-icon img {
  border-radius: 30px;
}
 
.menu-action-right .menu-text {
  padding-right: 30px;
}

/* start required field css */
.required-field {
  position: relative;
}
.required-field .form-label:after {
  content: "*";
  color: red;
  position: absolute;
  top: 0;
  margin-left: 2px;
}
/* end required field css */
.form-control {
  appearance: auto !important;
}



/* project metrics section */
.about-sec{
  position: relative;
    background: rgb(212, 229, 252);
}
.about-content-wrapper {display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end
}

@media (max-width: 1199px) {
  .about-content-wrapper {
      justify-content: flex-start;
      gap: 50px
  }
}

@media (max-width: 767px) {
  .about-content-wrapper {
      gap: 30px
  }
}

@media (max-width: 575px) {
  .about-content-wrapper {
      gap: 20px
  }
}

@media (max-width: 440px) {
  .about-content-wrapper {
      display: block;
      max-width: 220px
  }
}

@media (max-width: 575px) {
  .about-content-wrapper .about-content {
      margin-bottom: 30px
  }

  .about-content-wrapper .about-content .th-btn {
      padding: 17px 28px
  }
}

.about-content-wrapper .about-content .header-info {display: flex;
 
  
  
  justify-content: flex-start;
  
  -webkit-align-items: center;
  
  align-items: center;
  gap: 15px;
  border-top: 1px solid var(--gray-color);
  padding-top: 30px;
  margin-top: 40px;
  margin-bottom: 30px
}

.about-content-wrapper .about-content .header-info_label {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #787878
}

.about-content-wrapper .about-content .header-info_link {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #1D74F1;
  margin-bottom: 0
}

@media (max-width: 575px) {
  .about-content-wrapper .about-content .header-info_link {
      font-size: 16px;
      line-height: 26px
  }
}

.about-content-wrapper .about-content .header-info_link:hover {
  color: #1D74F1
}

.about-content-wrapper .about-content .header-info_link a {
  color: #000
}

.about-content-wrapper .counter-wrapper {
  background-color: var(--smoke-color2);
  padding: 40px
}

@media (max-width: 575px) {
  .about-content-wrapper .counter-wrapper {
      min-width: 200px;
      padding: 30px 20px
  }
}

.about-content-wrapper .counter-wrapper .th-counterup {
  border: none;
  border-bottom: 1px solid var(--gray-color);
  margin-bottom: 35px;
  margin-right: 0;
  padding: 0 0 40px 0
}

.about-content-wrapper .counter-wrapper .th-counterup:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0
}

.about-content-wrapper .counter-wrapper .th-counterup .inner {display: flex;
 
  
  
  justify-content: flex-start;
  gap: 15px;
  max-width: 255px
}

@media (max-width: 1199px) {
  .about-content-wrapper .counter-wrapper .th-counterup .inner {
      -webkit-box-pack: center;
     
      
      justify-content: center;
      max-width: 100%
  }
}

@media (max-width: 767px) {
  .about-content-wrapper .counter-wrapper .th-counterup .inner {
     
      
      
      justify-content: flex-start;
      margin: 0
  }
}

.about-content-wrapper .counter-wrapper .th-counterup .inner .icon {
  min-width: 60px
}

@media (max-width: 767px) {
  .about-content-wrapper .counter-wrapper .th-counterup .inner .icon {
      min-width: 100%;
      text-align: center;
      margin-bottom: 20px
  }
}

.about-content-wrapper .counter-wrapper .th-counterup .content .counter {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: #000;
  margin-bottom: 0
}

.about-content-wrapper .counter-wrapper .th-counterup .content .counter-card_text {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--body-color)
}
.counter-wrapper .inner .content .counter{
  color: #1d74f1;
  font-size: 32px;
}
.counter-wrapper .inner .content .counter i{
  margin-left: 10px;
}
.counter-wrapper .inner .content .ongoing-value{
  color: #1d74f1;
  font-size: 24px;
}
.about-wrapper {display: flex;
 
  
  
  justify-content: flex-start;
  
  -webkit-align-items: center;
  
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid var(--gray-color);
  padding-bottom: 40px;
  margin-bottom: 40px
}

@media (max-width: 575px) {
  .about-wrapper {
      display: block
  }
}

.about-image {
  position: relative;
  max-width: 200px
}

@media (max-width: 575px) {
  .about-image {
      margin-bottom: 30px
  }
}

.about-image:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6)
}

.about-image .white-play-btn {
  position: absolute;
  left: 34%;
  top: 34%;
  width: 60px;
  height: 60px;
  line-height: 62px;
  font-size: 18px;
  z-index: 9;display: flex;
  -webkit-box-pack: center;
 
  
  justify-content: center;
  
  -webkit-align-items: center;
  
  align-items: center
}

.about-image img {
  width: 100%;
  height: 100%
}

.img-box3 {
  position: relative
}

@media (max-width: 1199px) {
  .img-box3 {
      margin-bottom: 40px
  }
}

@media (max-width: 575px) {
  .img-box3 {
      text-align: center
  }
}

.img-box3 .img1 {
  text-align: right;
  height: 500px;
}
.img-box3 .img1 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .img-box3 .img1 {
      text-align: center
  }
}

.shape-mockup-wrap {
  z-index: 2;
  position: relative
}

.shape-mockup {
  position: absolute;
  top: 0;
  z-index: -1
}

.shape-mockup.z-index-3 {
  z-index: 3
}

.spin {
  -webkit-animation: spin 15s linear infinite;
  animation: spin 15s linear infinite
}

@keyframes spin {
  0% {
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }

  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg)
  }
}

.checklist ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 0
}

.checklist li {
  color: #000;
  font-weight: 500;display: flex;
  
  -webkit-align-items: center;
  
  align-items: center;
  gap: 10px;
}

.checklist li>i {
  font-size: 16px;
  color: #1D74F1;
}

.checklist li:not(:last-child) {
  margin-bottom: 10px
}
.img-box3 .about-counter {
  background-color: #1d74f1;
    padding: 26px;
    max-width: 250px;
    min-height: 250px;
    position: absolute;
    left: 0;
    bottom: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.counter-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 26px 0;
}

@media (max-width: 1199px) {
  .img-box3 .about-counter {
      left: 40px
  }
}

@media (max-width: 991px) {
  .counter-wrapper .th-counterup:not(:last-child){
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .img-box3 .about-counter {
      left: -30px;
      padding: 35px
  }
}

@media (max-width: 575px) {
  .img-box3 .about-counter {
      left: 0;
      max-width: 200px;
      min-height: 220px
  }
}

@media (max-width: 375px) {
  .img-box3 .about-counter {
      display: none
  }
}

.img-box3 .about-counter .counter-title {
  font-weight: 800;
  font-size: 66px;
  line-height: 70px;
  margin-bottom: 2px;
}

@media (max-width: 767px) {
  .img-box3 .about-counter .counter-title {
      font-size: 50px;
      line-height: 60px;
      margin-bottom: 0
  }
}

.img-box3 .about-counter .counter-text {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  max-width: 152px;
  text-align: left
}

@media (max-width: 767px) {
  .img-box3 .about-counter .counter-text {
      font-size: 18px;
      line-height: 28px
  }
}
.shape-spin1{
  top: 11%;
  left: 3%;
}
.shape-spin2{
  top:40%;
  left:4%;
}
.shape-spin3{
  top: 60%;
    left:9%;
}

@media only screen and (max-width:1400px){
  .img-box3 .about-counter{
    max-width: 200px;
    min-height: 220px;
    left: 0;
  }
  .img-box3 .about-counter .counter-title{
    font-size: 44px;
    line-height: 56px;
  }
}
@media only screen and (max-width:1199px){
  .img-box3 .about-counter {
      max-width: 170px;
      min-height: 170px;
      padding: 20px;
      left: 0;
  }
  .img-box3 .about-counter .counter-title {
    font-size: 34px;
  }
  .img-box3 .about-counter .counter-text{
    font-size: 18px;
  }
}
  /* end project metrics section */

  /* start chatbot css */
  #chat-bot {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999999999999999;
    height: auto;
    float: right;
  }
  #chat-bot .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    color: #1D74F1;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.11);
    width: 50px;
    height: 50px;
    float: right;
    border-radius: 10px;
    padding: 10px 15px;
    transition: 0.3s all;
    overflow: hidden;
  }
  #chat-bot .icon i{
    color: #1D74F1;
  }
  #chat-bot .icon:hover {
    box-shadow: 0 5px 20px rgb(209 231 221);
  }
  #chat-bot .icon .user {
    visibility: hidden;
    margin-left: -100px;
  }
  #chat-bot .icon.expanded {
    width: 270px;
    justify-content: space-between;
  }
  #chat-bot .messenger.expanded {
    visibility: visible;
    height: 389px;
    width: 270px;
  }
  #chat-bot .icon.expanded .user {
    visibility: visible;
    margin-left: 0;
    transition: 0.5s;
  }
  
  #chat-bot .messenger {
    background-color: #fff;
    border: 1px solid #0f513238;
    box-shadow: 0 30px 50px #0000000d;
    padding: 10px;
    margin-bottom: 10px;
    height: 390px;
    border-radius: 10px;
    overflow: hidden;
    transition: height 0.7s;
    width: 0;
    height: 0;
    visibility: hidden;
  }
  #chat-bot .chatroom {
    height: 290px;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    touch-action: pan-y;
  }
  #chat-bot .chatroom::-webkit-scrollbar {
    display: none;
  }
  #chat-bot .type-area input.typing {
    width: 100%;
    outline: none !important;
    border: 1px solid rgb(227 230 234);
    border-radius: 5px;
    padding: 8px 40px 8px 14px;
    height: 40px;
    font-size: 12px;
  }
  #chat-bot .type-area {
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 12px rgb(0 0 0 / 3%);
    margin-top: 10px;
  }
  #chat-bot .type-area span.send {
    position: absolute;
    right: 14px;
    top: 9px;
    cursor: pointer;
    font-size: 18px;
  }
  #chat-bot .msg {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    color: #7c8089;
  }
  #chat-bot .msg .bubble {
    padding: 10px;
    border-radius: 5px;
    background-color: #e0f2ff;
  }
  #chat-bot .msg.msg-right .bubble {
    color: rgb(15 81 50);
    background-color: rgb(209 231 221);
  }
  #chat-bot .msg .bubble .name {
    color: #393d4a;
    font-size: 12px;
    font-weight: 500;
  }
  .msg.msg-left {
    align-items: flex-start;
  }
  .msg.msg-right {
    align-items: flex-end;
  }
  #chat-bot .timestamp {
    font-size: 12px;
    color: #7c8089;
    text-align: center;
    margin-bottom: 10px;
  }
  /* end chatbot css */

  
/* rating reviews section */

.review-wrapper .title-lg {
	font-size: 17px;
	color: #1a1f2b;
}

.review-comment {
	display: flex;
}

.review-comment .author {
	margin-bottom: 5px;
}

.review-comment .author a {
	color: #222;
	font-size: 18px;
}

.review-comment .reply-btn {
	color: #fff;
	font-size: 14px;
	background: #4636c1 !important;
	box-shadow: none;
	border: none;
	border-radius: 4px;
	padding: 7.5px 8px;
	border: 1px solid #4636c1;
	transition: all .5s ease-in-out;
	min-width: 100px;
	border-radius: 0 4px 4px 0;
}

.review-comment .reply-btn:hover {
	background-color: transparent !important;
	color: #4636c1;
}

.reply-btn-card {
	text-align: right;
}

.review-comment .reply-btn i {
	margin-right: 5px;
	font-size: 12px;
}

.review-comment .author span {
	color: #848383;
	font-size: 14px;
}

.comment-reply .cmmnt-input .form-control {
	border-radius: .25rem 0 0 .25rem;
}

.review-comment .reply-text p {
	color: #777;
	font-size: 14px;
	margin-bottom: 15px;
}

.review-comment .rating-widget .stars::before {
	content: "★★★★★";
	letter-spacing: 3px;
	background: linear-gradient(90deg, #fc0 var(--percent), #ccc var(--percent));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 26px;
}

.review-comment .avatar {
	width: 60px;
	margin-right: 10px;
}

.review-comment .avatar img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.review-comment .text {
	border: 1px solid #ececec;
	width: calc(100% - 70px);
	padding: 1.1em 1.1em 1.1em 1.1em;
	border-radius: 3px;
	position: relative;
}

.view-all-btn {
	text-align: center;
	padding: 5px 0;
  position: relative;
}

.view-all-btn a i {
	margin-right: 5px;
}
.view-all-btn .view-reply-btn{
  color: #00a600 !important;
  position: absolute;
  left: 156px;
  top: -29px;
}


.review-comment .text .author {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}

.custom-rating {
	display: flex;
	border-radius: 15px;
	gap: 40px;
	height: 250px;
	margin-top: 50px;
}

.rating-widget .single-rating i {
	font-size: 16px !important;
}

.reply-text-card {
	text-align: right;
	margin-top: 25px !important;
}

.author p {
	color: #777;
	font-size: 14px;
	margin-bottom: 0px !important;
	text-align: left;
}

.send-btn {
	color: #fff;
	font-size: 14px;
	background: #4636c1 !important;
	background-color: rgb(70, 54, 193);
	box-shadow: none;
	border: none;
	border-radius: 4px;
	padding: 5px 10px;
	border: 1px solid #4636c1;
	transition: all .5s ease-in-out;
}

.chart {
	/* width: 500px; */
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.chart .rate-box {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	height: 30px;
	padding: 20px 0;
	padding: 10px;
}


.chart .rate-box>* {
	height: 100%;
	display: flex;
	align-items: start;
	font-weight: 500;
	color: #444;
}

.rate-box .value {
	display: flex;
	align-items: center;
}

.rate-box .value:hover {
	color: #66bb6a;
}

.chart .value {
	font-size: 22px;
	cursor: pointer;
	margin-left: 10px;
}

.rate-box .progress-bar .progress {
	background: #fc0;
	border-radius: .125rem;
	content: "";
	height: .5rem;
	position: absolute;
}

.global {
	height: 100%;
	width: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.one .fas {
	color: #cfd8dc;
}

.two {
	background: linear-gradient(to right, #66bb6a 0%, transparent 0%);
	-webkit-text-fill-color: transparent;
	transition: 0.5s ease-in-out all;
}

.global>span {
	font-size: 90px;
	font-weight: 500;
}

.rating-icons {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 10%;
}

.rating-icons span {
	position: absolute;
	display: flex;
	font-size: 30px;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 5px;
}

.total-reviews {
	font-size: 25px !important;
}

@media only screen and (max-width: 650px) {
	.custom-rating {
		display: block;
		height: auto !important;
	}

	.global {
		height: auto !important;
		width: 100%;
	}
}
.dropdown-toggle::after {
  display: none !important;
}
.logo-img {
    height: 100px;
    width: auto;
    background: none;
  }
.blog-image{
  margin-bottom: 42px;
}
.blog-image img{
	width: 100%;
}
.back-blog-single{
  padding-top: 130px;
}
.contct-us {
  bottom: 24px;
  display: flex;
  height: 48px !important;
  width: auto !important;
  align-items: center;
  background: rgb(0, 156, 224);
  border-radius: 100px;
  border-width: 0px;
  bottom: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .16) !important;
  cursor: pointer;
  position: fixed;
  user-select: none;
  z-index: 2147483000 !important;
  color: #fff;
  padding: 20px;
  right: 10px;
}
.invoice-logo{
  max-width: 170px;
}
.about-us-wrapper p{
  margin-bottom: 0;
}