body {
  font-family: "Poppins", sans-serif;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4 {
  font-family: "Oswald", sans-serif;
}
ul {
  margin: 0;
  padding: 0;
}

ul.call-chat {
  padding: 0 0 0 0;
}
ul.call-chat li {
  list-style: none;
  display: inline-block;
  padding-right: 15px;
}
ul.call-chat li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
ul.call-chat li a i {
  color: #000;
  font-size: 16px;
  position: relative;
  top: 3px;
  background: #ffcc00;
  padding: 8px;
  border-radius: 100px;
  margin-right: 3px;
}
.top-head {
  background: #2d0252;
  padding: 5px 0 10px 0;
  border-bottom: solid 1px #ffffff24;
}
marquee {
  font-size: 18px;
  position: relative;
  top: 8px;
  font-weight: 500;
  color: #fff;
}

.header-part {
  background-image: url(../images/back.jpg);
  padding: 0;
}
.header-part h1 {
  background: #ffffff;
  border-radius: 100px;
  color: #2d0252;
  font-size: 45px;
  text-align: center;
  padding: 7px;
  margin-top: 30px;
}
.header-part h2 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin: 15px 0;
}
.header-part h3 {
  font-size: 28px;
  color: #fc0;
  text-align: center;
}

/**/

.call-now-part {
  /* overflow: hidden; Removed to prevent clipping fixed elements */
}
.icon-call {
  position: fixed;
  bottom: 20px;
  z-index: 2147483647; /* Maximum Z-Index */
  width: 50px;
  height: 50px;
  background: #ff0000;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  animation: breathing 2s infinite ease-in-out;
}
.call-left {
  left: 20px;
  background: #ff0000;
}
.chat-right {
  right: 20px;
  background: #25d366;
}
.call-left-top {
  left: 20px;
  top: 55px;
  bottom: auto;
  background: #ff0000;
}
.chat-right-top {
  right: 20px;
  top: 55px;
  bottom: auto;
  background: #25d366;
}
.icon-call a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 24px;
  line-height: 50px;
  text-decoration: none;
}
.icon-call a i {
  width: auto;
  padding: 0;
  background: none;
  color: #fff;
}
.icon-call:hover {
  transform: scale(1.1);
}
@keyframes breathing {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.about-part {
  padding: 40px 0 50px 0;
  background-image: url(../images/page-back-new.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.about-title {
  color: #2d0252;
  font-size: 20px;
  text-align: left;
}
.know {
  color: #2d0252;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 10px;
}
div#white-bt {
  margin-top: 1%;
  margin-bottom: 4%;
}

div#white-bt {
  margin-top: 1%;
  margin-bottom: 4%;
}
div#white-bt {
  background: #2d0252;
}
.underline {
  margin: 0 auto;
  width: 120px;
  height: 10px;
  position: relative;
  background: #fff !important;
}
.underline span {
  height: 14px;
  width: 14px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.others img {
  margin-bottom: 20px;
}
.bg-yellow {
  background-color: #ffbd21;
  color: #000;
}
.choose-us-part {
  border: solid 1px #fbb33924;
  padding: 17px 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  text-align: center;
  transition: 0.7s;
  background: #2d0252;
}
.same-rep .choose-us-part h4 {
  color: #000000;
  font-size: 25px;
}
.same-rep .choose-us-part h4 {
  color: #000000;
  font-size: 25px;
}

.services-part {
  text-align: center;
  transition: all 0.6s ease 0s;
  background-image: url(../images/back.jpg);
  padding: 5% 0;
}
.services-box {
  box-shadow: rgba(181, 181, 181, 0.63) 0px 0px 4px 0px;
  text-align: left;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.09);
  border-image: initial;
  padding: 15px;
  border-radius: 10px;
  background: #ebbc00;
}
.services-img {
  height: 265px;
  margin-bottom: 20px;
  overflow: hidden;
}
.services-box {
  margin-bottom: 25px;
}
.services-box:hover img {
  transform: scale(1.2);
}
.services-box img {
  transition: 0.5s;
}
.services-box h4 {
  font-size: 25px;
  color: #2d0252;
  margin: 20px 0px 7px;
}
.services-box p {
  font-size: 15px;
  color: rgb(34, 34, 34);
  margin-bottom: 8px;
}
ul {
  margin: 0;
  padding: 0;
}
ul.call-chat-services li {
  line-height: normal;
  display: inline-block;
  padding: 15px 7px;
}
ul.call-chat-services li a {
  color: rgb(255, 255, 255);
  font-size: 16px;
  box-shadow: rgba(0, 0, 0, 0.42) 0px 6px 7px 0px;
  text-decoration: none;
  background: #2d0252;
  padding: 11px 15px;
  transition: all 0.5s ease 0s;
}
ul.call-chat-services li a i {
  font-size: 20px;
  color: rgb(248 197 7);
  position: relative;
  animation-duration: var(--fa-animation-duration, 3s);
  top: 3px;
}

.other-services {
  text-align: center;
  padding: 5% 0;
  background-image: url(../images/back-white.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.other-services h2 {
  font-size: 30px;
  color: #ffe09e;
}
.other-services h3 {
  font-size: 35px;
  color: #fff;
  margin-bottom: 30px;
}
.solutions-list ul li {
  font-size: 18px;
  padding: 10px 15px;
  text-transform: capitalize;
  list-style: none;
  margin: 10px;
  border: 1px solid rgba(197, 0, 56, 0.2);
  transition: 0.4s;
  background: #2d0252;
  color: #fff;
}
.solutions-list ul li:hover {
  background: #ebbc00;
  color: #000;
}
.solutions-list ul {
  text-align: left;
}
.other-services h2 {
  font-size: 30px;
  color: #2d0252;
}
.other-services h3 {
  font-size: 35px;
  color: #000;
  margin-bottom: 30px;
}
.other-services .solutions-list h2 {
  font-size: 22px;
}

.about-title {
  margin-top: 30px;
}
.other-services .solutions-list h3 {
  font-size: 28px;
}
.solutions-list {
  background: #fffbec;
  padding: 15px;
  border-radius: 10px;
  border: solid 1px #2d0252;
}
.rev {
  margin-bottom: 15px;
  border: solid 3px #ebbc00;
  border-radius: 15px;
}
.testimonial {
  text-align: center;
  margin: 0 10px;
  padding: 25px;
  border-radius: 35px;
}
.testimonial .pic {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 25px;
  border: 4px solid #6b2014;
  box-shadow: 0 7px rgba(0, 0, 0, 0.1), 0 5px #e4ac01;
  margin-bottom: 15px;
  overflow: hidden;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonial .description {
  padding: 0 20px 20px;
  font-size: 15px;
  color: #333;
  line-height: 22px;
  border-radius: 25px;
  border-bottom: 4px solid #2d0252;
  box-shadow: 0 7px rgba(0, 0, 0, 0.1), 0 5px #ebbc00;
  margin-bottom: 25px;
}
.testimonial .title {
  display: block;
  margin: 0 0 7px 0;
  font-size: 20px;
  color: #6b2014;
}
.testimonial .post {
  display: block;
  font-size: 15px;
  color: #e4ac01;
  text-transform: capitalize;
}
.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-theme .owl-controls .owl-page span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #6b2014;
  opacity: 0.8;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
  transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span {
  background: #e4ac01;
}
@media only screen and (max-width: 479px) {
  .testimonial {
    padding: 20px 15px 40px;
  }
  .testimonial .description {
    padding: 0 5px 20px;
  }
}

.footer-part {
  transition: all 0.6s ease 0s;
  background-image: url(../images/back.jpg);
  padding: 4% 0 2% 0;
}
.footer-part h4 {
  color: #2d0252;
  margin-bottom: 10px;
  font-size: 35px;
}
.footer-links p {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}

section.footer-part-2 {
  background: #430876;
  text-align: center;
  color: #fff;
  padding: 5px 0;
}
section.footer-part-2 p {
  margin: 10px 0;
}
.mobile-banner {
  display: none;
}
a.btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
  color: #fff;
  text-decoration: none;
}
.btn.btn-link:hover {
  color: #ebbc00;
  letter-spacing: 1px;
  box-shadow: none;
}
a.btn.btn-link i {
  margin-right: 7px;
  color: #ebbc00;
}
.ft-list h4 {
  color: #fc0;
  font-size: 25px;
  margin-bottom: 20px;
}
.ft-list p {
  color: #fff;
  font-size: 14px;
}
.footer-links {
  background: #ebbc00;
  padding: 10px;
  border-radius: 9px;
}
.ct-btn a {
  background: #330462;
  width: fit-content;
  color: #fff;
  display: block;
  padding: 8px 8px;
  text-decoration: none;
  font-size: 20px;
}

.ct-btn a i {
  color: #ebbc00;
  margin-right: 10px;
}

/*Start Contact*/
.pages-banner {
  margin: 0;
  padding: 7% 0;
  background-image: url(../images/pages-back.jpg);
  background-attachment: fixed;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pages-banner h1 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  color: #fff;
  font-size: 40px;
}
.address-cont {
  border: solid 1px #34084517;
  height: 200px;
  padding: 8px;
  box-shadow: 0px 1px 4px #80808045;
}
.address-cont img {
  transition: 0.5s;
}

.address-cont img:hover {
  transform: scale(1.1);
}

.address-cont a {
  text-decoration: none;
  color: #000;
}
/*End Contact*/

/*Start New Page Add*/
ul.new-p-add {
  padding: 10px 0;
  margin: 0;
  text-align: left;
}
ul.new-p-add li {
  list-style: none;
  display: inline-block;
  margin: 0 2px;
}
ul.new-p-add li a {
  color: #000;
  background: #ffffff;
  text-decoration: none;
  font-size: 14px;
  padding: 5px 13px;
  border-radius: 50px;
}
/*End New Page Add*/

/*Form css*/
.contact-part {
  background: #ebbc00;
  border: solid 1px #f3eded;
  padding: 35px;
  margin: 47px 0;
}
p.form-title {
  font-size: 28px;
  font-weight: 600;
}
img.form-bann {
  margin-top: 45px;
}
button.btn.btn-default.submit {
  background: #350944;
  margin-top: 20px;
  border-radius: 50px;
  color: #fff;
  padding: 12px 18px;
}
.form-control {
  margin: 10px 0;
}

/*Form css End*/

@media (max-width: 1199px) {
  ul.call-chat li a {
    font-size: 12px;
  }
  .header-part h1 {
    font-size: 26px;
    padding: 5px;
    margin-top: 5px;
  }
  .header-part h2 {
    font-size: 22px;
    margin: 5px 0;
  }
  .header-part h3 {
    font-size: 25px;
  }

  .know {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 12px;
  }
}

@media (max-width: 991px) {
  ul.call-chat {
    text-align: center;
  }
  ul.call-chat li a {
    font-size: 15px;
  }
  .header-part h1 {
    margin-top: 10px;
  }
  .services-box h4 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .mobile-banner {
    display: unset;
  }
  .dask-view {
    display: none;
  }
  div#testimonial-slider2 .testimonial {
    padding: 20px 2px 6px;
  }
  .solutions-list {
    margin-top: 25px;
  }
  ul.call-chat li a {
    font-size: 12px;
  }
  marquee {
    font-size: 15px;
  }
  .header-part h1 {
    font-size: 18px;
  }
  .header-part h2 {
    font-size: 20px;
  }
  .header-part h3 {
    font-size: 16px;
    margin-top: 11px;
  }
  ul.call-chat {
    margin-bottom: 5px;
  }
  .footer-part h4 {
    font-size: 25px;
  }
  .footer-links p {
    font-size: 13px;
  }
  .testimonial .description {
    font-size: 14px;
    line-height: 18px;
  }
  .testimonial {
    padding: 20px 2px 40px;
  }
  .about-part .know {
    font-size: 35px;
  }
  .solutions-list ul li {
    font-size: 14px;
  }
  .address-cont {
    margin-bottom: 20px;
  }
  img.form-bann {
    margin-bottom: 25px;
    margin-top: 0;
  }
  .contact-part {
    padding: 20px;
  }
  ul.new-p-add li {
    margin-top: 15px;
  }
  ul.new-p-add {
    text-align: center;
  }
  .about-title {
    margin-top: 30px;
  }
  .about-part {
    padding: 0 0 50px 0;
  }
}

@media (max-width: 374px) {
  ul.call-chat li a i {
    font-size: 12px;
    padding: 7px;
  }
  ul.call-chat li {
    padding-right: 5px;
  }
  ul.call-chat li a {
    font-size: 10px;
  }
  ul.call-chat-services li a {
    font-size: 13px;
  }
  section.footer-part-2 p {
    font-size: 12px;
  }
  .about-part .know {
    font-size: 30px;
  }
}
