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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
aside,
article,
section,
div,
main,
header,
footer,
form,
input,
button,
img,
figure,
figcaption,
a,
span,
ul,
ol,
li,
dd,
dt,
dl,
details,
summary,
audio,
video,
iframe,
embed,
object,
hr,
br {
  box-sizing: border-box;
}

ul li {
  list-style: none;
  font-size: 20px;
  color: #393939
}

a {
  text-decoration: none
}

p {
  font-size: 20px;
  color: #393939;
  margin-bottom: 10px;
}

h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.1
}

h1 {
  color: rgb(29, 69, 115);
}

.ptb {
  padding: 30px 0
}

img {
  max-width: 100%;
  margin: auto
}

.flx {
  display: flex
}

.alig {
  align-items: flex-start
}

.alig-cen {
  align-items: center
}

.jus {
  justify-content: space-between
}

.gp {
  gap: 30px
}

.txt-cen {
  text-align: center
}

* {
  margin: 0;
  padding: 0
}

body {
  font-family: 'Rubik', sans-serif;
  line-height: 1.8
}

.qptds {
  max-width: 85%;
  margin: auto
}

.wraper-qpo {
  max-width: 80%;
  margin: auto
}
.logo{
  width: 260px;
}
header {
  background: #000;
  color: #fff;
  padding: 10px 0
}
header ul li {
  margin: 0 0 0 20px
}
header ul li a {
  color: #fff
}
.hero-qpo-img {
  flex: 50%;
  text-align: center;
}
.hero-qpo-ct {
  flex: 50%
}
.top-hd-qptd {
  background-color: rgb(29, 69, 115);
  padding: 10px;
  color: #fff
}
.hero-qptd {
  background-image: url(banner-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding: 35px 0;
}
.dark-purple-bg {
  color: rgb(29, 69, 115);
}
.purple-bg {
  color: rgb(29, 69, 115);
}
.hero-qpo-ct h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.hm-ft {
  margin-left: 30px;
  margin-bottom: 30px;
}
.hm-ft li {
  list-style-image: url(a7.png);
  font-weight: bold;
  color: rgb(29, 69, 115)
}
.what-in-qpo-img {
  flex: 50%
}

.what-in-qpo-ct {
  flex: 50%
}

.hero-qpo-ct h1 span {
  color: rgb(29, 69, 115);
}

.st-bt {
  text-align: center;
  font-weight: 600;
  background-color: rgb(255, 227, 0);
  font-size: 28px;
  font-weight: 800;
  padding: 10px 25px;
  color: #000 !important;
}

.hero-qpo-ct h1 {
  color: #000
}

input[type=text],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.st-bt a {
  color: #fff
}

.offer {
  background: rgb(29, 69, 115);
  text-align: center;
  padding: 20px;
  /* font-size: 20px; */
}

.offer h1 {
  color: #fff
}

.why {
  background: rgb(29, 69, 115);
  padding: 30px 0;
}

.ptb {
  padding: 40px 0
}

.prbt {
  margin: auto;
  text-align: center
}

.gaurtee {
  background: rgb(29, 69, 115);
  color: #fff !important;
}

.gaurtee p {
  color: #fff;
}

footer {
  background: rgb(29, 69, 115);
  color: #fff;
  text-align: center
}

.foot-links a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .fl-dir {
    flex-direction: column
  }

  .hero-qpo-ct h1 {
    font-size: 30px;
  }

  .st-bt {
    font-size: 28px
  }
}


@media screen and (min-width: 767px) {
  .prbt {
    width: 45%;
  }

  .st-bt {
    width: 80%
  }


}

.st-bt {
  align-items: center;
  appearance: none;
  background: rgb(29, 69, 115);
  animation: bounce 1.5s infinite;
  animation-timing-function: ease-in;
  transition: .2s;
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, rgba(58, 65, 111, .5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;


  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding: 30px 15px;
  text-transform: uppercase;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s, transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  font-size: 18px;
}

.st-bt:focus {
  box-shadow: #ffe300 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #ffe300 0 -3px 0 inset;
}

.st-bt:hover {
  box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #ffe300 0 -3px 0 inset;
  transform: translateY(-2px);
}

.st-bt:active {
  box-shadow: #ffe300 0 3px 7px inset;
  transform: translateY(2px);
}

.inner-qptd {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  overflow: hidden;
}

.section-title {
  text-align: center;
  color: rgb(29, 69, 115);
  text-transform: uppercase;
  font-size: 30px;
}


.panel {
  min-height: calc(100vh - 100px)
}

.service-container {
  display: flex;
  gap: 20px;
  justify-content: space-evenly;
  padding-top: 20px;
}

.service-box {
  width: 50%;
  padding: 10px;
  gap: 20px;

  color: #393939;
  cursor: pointer;
  margin-bottom: 30px;
  border: 5px double rgb(29, 69, 115);
}

.service-icon {
  display: inline-block;
  width: 120px;
  height: 120px;
}

.service-icon i {
  line-height: 70px;
  transform: rotate(-45deg);
  font-size: 26px;
}



.service-title {
  font-size: 25px;
  font-weight: 900;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: rgb(29, 69, 115);
}

.description {
  font-size: 20px;
  color: #393939;
}

@media screen and (max-width:960px) {
  .service-box {
    width: 45%;
  }
}

@media screen and (max-width:768px) {
  .service-box {
    width: 100%;
  }
}

@media screen and (max-width:480px) {
  .service-box {
    flex-direction: column
  }
}

.faq h3 {
  margin-bottom: 15px;
  font-size: 23px;
}


@keyframes bounce {
  15% {
    transform: translateY(0);
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
  }

  35% {
    transform: translateY(-35%);
    box-shadow: 0px 8px 5px -5px rgb(0 0 0 / 25%);
  }

  45% {
    transform: translateY(0%);
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
  }

  55% {
    transform: translateY(-20%);
    box-shadow: 0px 5px 4px -4px rgb(0 0 0 / 25%);
  }

  70% {
    transform: translateY(0%);
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
  }

  80% {
    transform: translateY(-10%);
    box-shadow: 0px 4px 3px -3px rgb(0 0 0 / 25%);
  }

  90% {
    transform: translateY(0%);
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
  }

  95% {
    transform: translateY(-2%);
    box-shadow: 0px 2px 3px -3px rgb(0 0 0 / 25%);
  }

  99% {
    transform: translateY(0%);
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
  }

  100% {
    transform: translateY(0);
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
  }
}

.faq {
  background: rgb(225 230 235);
}