@import url("../css/bootstrap.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.0/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css");
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Regular.eot");
  src: url("../fonts/Satoshi-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Satoshi-Regular.woff2") format("woff2"), url("../fonts/Satoshi-Regular.woff") format("woff"), url("../fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Medium.eot");
  src: url("../fonts/Satoshi-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Satoshi-Medium.woff2") format("woff2"), url("../fonts/Satoshi-Medium.woff") format("woff"), url("../fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Bold.eot");
  src: url("../fonts/Satoshi-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Satoshi-Bold.woff2") format("woff2"), url("../fonts/Satoshi-Bold.woff") format("woff"), url("../fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
h2 {
  font-family: "Satoshi";
  font-size: 40px;
  font-weight: 700;
}

.seconderyBtn {
  font: 500 18px/24px "Satoshi";
  border-radius: 0;
  border: none;
  padding: 8px 15px;
}

body {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
}

.main-header ul {
  display: flex;
  list-style: none;
  justify-content: end;
  align-items: center;
  grid-gap: 15px;
}

.seconderyBtn {
  background-color: #344A90;
  font: 500 18px/24px "Satoshi";
  border-radius: 0;
  border: none;
  padding: 8px 15px;
  color: #fff;
  text-decoration: none;
}

.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  color: white !important;
  overflow: hidden;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2098D1;
  background-repeat: no-repeat;
  background-position: right;
  transform: translateX(-100%);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-image: url(../images/hover_img.png);
  background-repeat: no-repeat;
  background-position: right;
  transform: translateX(-100%);
  transform-origin: 0 50%;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  transform: translateX(0);
  transition: all 1.5s ease;
}
.hvr-sweep-to-right:hover::after {
  transform: translateX(100%);
  transition: all 1s linear;
  left: auto;
  right: 0;
}

.seconderyBtn img,
.seconderyBtn svg {
  vertical-align: text-top;
}

.banner-part {
  position: relative;
}
.banner-part .banner-img {
  overflow: hidden;
  position: relative;
}
.banner-part .banner-img .bgExample {
  animation: grow alternate ease-in 15s;
  height: 100vh;
}
@keyframes grow {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}

.main-header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
}

.banner-text {
  position: absolute;
  top: 35%;
  max-width: 1320px;
  width: 100%;
}
.banner-text h2 {
  font-size: 80px;
  color: #1E1E1E;
  border-bottom: 1px solid #1E1E1E;
  padding-bottom: 15px;
  max-width: 1000px;
  width: 100%;
}
.banner-text h2 span {
  color: #4795E2;
}
.banner-text h2 .text-container {
  display: flex;
  flex-direction: column;
  height: 100px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.banner-text h2 .item-1,
.banner-text h2 .item-2 {
  position: absolute;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.banner-text h2 .item-1 {
  animation-name: anim-1;
}
.banner-text h2 .item-2 {
  animation-name: anim-2;
}
@keyframes anim-1 {
  0%, 8.3% {
    top: -50%;
    opacity: 0;
  }
  8.3%, 25% {
    top: 0%;
    opacity: 1;
  }
  33.33%, 100% {
    top: 50%;
    opacity: 0;
  }
}
@keyframes anim-2 {
  0%, 33.33% {
    top: -50%;
    opacity: 0;
  }
  41.63%, 58.29% {
    top: 0%;
    opacity: 1;
  }
  66.66%, 100% {
    top: 50%;
    opacity: 0;
  }
}
.banner-text p {
  font-size: 23px;
  color: #1E1E1E;
  font-family: "Satoshi";
  font-weight: 500;
  padding-top: 15px;
  max-width: 1000px;
  width: 100%;
}
.banner-text a {
  background-color: #344A90;
  color: #fff;
  padding: 12px 35px;
  text-decoration: none;
  font-weight: 500;
  position: absolute;
  right: 0;
  bottom: 40px;
  font-size: 18px;
  font-family: "Satoshi";
}

.one-stop-solution {
  padding: 100px 0;
}
.one-stop-solution h2 {
  color: #4795E2;
  text-transform: capitalize;
}
.one-stop-solution p {
  color: #1E1E1E;
  font-size: 22px;
  font-family: "Satoshi";
}
.one-stop-solution .stop-solution-box {
  position: relative;
  text-align: center;
}
.services {
  padding-bottom: 100px;
}
.services h2 {
  color: #4795E2;
  text-align: center;
  font-family: "Satoshi";
}
.services .ser_box {
  border: 1px solid #EFEFEF;
  padding: 15px 15px;
}
.services .ser_box h3 {
  font-size: 32px;
  color: #000000;
  line-height: 35px;
  text-transform: capitalize;
  font-family: "Satoshi";
}
.services .ser_box p {
  font-size: 14px;
  color: #000000;
  line-height: 24px;
  font-family: "Satoshi";
}
.services .ser_box img {
  border-radius: 60px 0 0 0;
  transition: all 500ms ease-in-out;
}

.ser_box:hover img {
  border-radius: 0 0 60px 0;
  transition: all 500ms ease-in-out;
}

.tesimonial-slider {
  background-color: #4795E2;
  padding: 100px 0;
}
.tesimonial-slider h2 {
  color: #344A90;
  text-align: center;
  font-size: 40px;
  position: relative;
  padding-bottom: 30px;
}
.tesimonial-slider h2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100px;
  height: 85px;
  background-image: url("../images/code.png");
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  top: -20px;
}
.tesimonial-slider .client-testimonial-carousel .owl-dots button {
  height: 5px;
  background: #fff !important;
  width: 20px;
  display: inline-block;
  margin: 5px;
  transition: 0.2s;
  border-radius: 2px;
}
.tesimonial-slider .client-testimonial-carousel button.owl-dot.active {
  background: #000 !important;
  width: 30px;
}
.tesimonial-slider .client-testimonial-carousel .owl-dots {
  text-align: center;
  margin-top: 25px;
}
.tesimonial-slider .single-testimonial-item {
  position: relative;
  padding: 20px;
  background-color: #4D9AE5;
}
.tesimonial-slider .single-testimonial-item p {
  position: relative;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 24px;
  font-family: "Satoshi";
}
.tesimonial-slider .single-testimonial-item:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 0;
  width: 100px;
  height: 85px;
  background-image: url("../images/code.png");
  background-position: center;
  background-repeat: no-repeat;
  top: 20px;
}
.tesimonial-slider .single-testimonial-item:after {
  left: 17px;
  position: absolute;
  bottom: -13px;
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 0 0 26px 26px;
  height: 0;
  width: 0;
  border-color: transparent;
  border-bottom-color: #4D9AE5;
  display: inline-block;
  height: 12px;
  width: 12px;
  transform: rotate(45deg);
}
.tesimonial-slider .rating {
  text-align: right;
}
.tesimonial-slider .owl-carousel .owl-item .rating img,
.tesimonial-slider .item img {
  max-width: 100%;
  width: auto;
  display: inline-block;
}
.tesimonial-slider .client-testimonial-carousel h3 {
  font-size: 20px;
  font-style: normal;
  margin-bottom: 0;
  color: #EFEFEF;
  font-family: "Satoshi";
  margin-top: 30px;
}
.tesimonial-slider .client-testimonial-carousel h3 span {
  display: inline-block;
  font-weight: normal;
  margin-top: 5px;
  padding-right: 10px;
}

.our-work {
  padding: 100px 0;
}
.our-work h2 {
  font-family: "Satoshi";
  color: #4795E2;
  font-size: 40px;
  text-align: center;
  text-transform: capitalize;
  padding-bottom: 50px;
}

.main-footer {
  position: relative;
  background-color: #344A90;
}
.main-footer h4 {
  font-family: "Satoshi";
  font-size: 18px;
  color: #EFEFEF;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  padding: 50px 150px 30px;
}
.main-footer::before {
  background-color: #EFEFEF;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 35%;
  top: 0;
  position: absolute;
}
.main-footer h5 {
  font-family: "Satoshi";
  font-size: 18px;
  color: #EFEFEF;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  padding: 0 0;
}
.main-footer .quote-right a {
  position: fixed;
  width: 156px;
  height: 60px;
  right: -50px;
  top: 50%;
  background-color: #344A90;
  padding: 10px 15px;
  transform: rotate(-90deg);
  text-align: center;
  font-size: 20px;
  color: #fff;
  z-index: 99;
  text-decoration: none;
}
.main-footer .quote-right a a {
  color: #fff;
  text-decoration: none;
}
.main-footer .ft_bg {
  background-color: #4896E3;
  padding: 100px 100px;
  position: relative;
}
.main-footer .ft_bg h2 {
  font-family: "Satoshi";
  font-size: 40px;
  color: #EFEFEF;
}
.main-footer .ft_bg p {
  color: #FFFFFF;
  text-align: center;
  padding-bottom: 30px;
}
.main-footer .ft_bg .form-control {
  background-color: #4F9FEE;
  border: 1px solid #fff;
  border-radius: 0;
  color: #EFEFEF;
}
.main-footer .ft_bg .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.main-footer .ft_bg .form-control::placeholder {
  color: #fff;
  opacity: 1;
}
.main-footer .ft_bg button.btn {
  background-color: #fff;
  color: #333;
  border: 0;
  border-radius: 0;
  min-width: 200px;
}

@media (max-width: 768px) {
  .banner-part .banner-img .bgExample {
    height: auto;
    animation: none;
  }
  .banner-text {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
  }
  .banner-text h2 {
    font-size: 20px;
    text-align: center;
    padding-bottom: 0px;
  }
  .banner-text h2 .text-container {
    align-items: center;
    height: 26px;
  }
  .banner-text p {
    font-size: 14px;
    text-align: center;
    line-height: normal;
    padding-top: 0;
    padding: 0 15px;
  }
  .seconderyBtn {
    font: 500 10px/24px "Satoshi";
  }
  .main-header ul {
    padding: 0;
  }
  .banner-text a {
    bottom: -85px;
  }
  .main-footer .ft_bg {
    padding: 100px 30px;
  }
  .main-footer h4 {
    padding: 50px 30px;
  }
  .one-stop-solution p {
    color: #1E1E1E;
    font-size: 16px;
  }
  .one-stop-solution {
    padding: 30px 0;
  }
  .tesimonial-slider h2 {
    font-size: 30px;
  }
  .btn-get {
    display: none;
  }
}

#parkers_contact .gform_title{
  display:none;
}

#parkers_contact input, #parkers_contact textarea{
  font-size:16px !important;
  color:#fff !important;
  background-color:transparent !important;
  padding:15px !important;
  border:1px solid #fff !important;
}

::placeholder {
  color: #fff;
  opacity: 1 !important; /* Firefox */
}

t::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff !important;
}

#parkers_contact .gform_description{
  display:none;
}

@media only screen and (min-width: 769px) and (max-width: 1190px) {
  .banner-text {
    width: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  h2 {
    font-size: 36px;
  }
  .banner-text h2 {
    font-size: 40px;
    color: #1E1E1E;
    text-align: center;
  }
  .services .ser_box h3 {
    font-size: 18px;
  }
  .banner-text h2 .text-container {
    align-items: center;
    height: 50px;
  }
  .banner-text p {
    font-size: 18px;
    text-align: center;
    padding: 0 30px;
  }
  .banner-part .banner-img .bgExample {
    animation: grow alternate ease-in 15s;
    height: 100vh;
  }
}/*# sourceMappingURL=style.css.map */