body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lexend Deca", sans-serif;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #1f69d2;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #132d46;
}

/* Main Content CSS Start Here */

/* Header CSS Start */

header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
}

.header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}

.header-box .telephone-num {
  color: #fff;
  font-size: 18px;
}

.header-box .telephone-num i {
  margin-right: 10px;
}

.contact-sec {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 30px;
}

.theme-btn {
  /* background: linear-gradient(to right, #1f69d2 0%, #1f69d2 100%); */
  color: #fff;
  padding: 15px 40px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #1f69d2;
  transition: all 0.5s ease;
}

.theme-btn:hover {
  background: linear-gradient(to right, #1f69d2 0%, #1f69d2 100%);
  transition: all 0.5s ease;
}

/* Header CSS End */

/* Banner CSS Start */
.banner {
  background: url(../images/banner-main.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 150px;
  width: 100%;
  /* height: 100vh; */
  /* padding-bottom: 50px; */
}

.ban-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000cf;
}

.banner-row {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

section.banner h1 {
  font-size: 42px;
  font-weight: 600;
  margin: 40px 0 20px;
  color: #fff;
  margin-top: 30px;
}

section.banner h1 span {
  color: #1f69d2;
}

section.banner h2 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
  margin: 0;
  line-height: 24px;
}

section.banner h2 i {
  color: #f6cf48;
  font-size: 21px;
  margin-top: -2px;
  margin-right: 4px;
}

section.banner ul.list {
  margin: 22px 0 30px;
  padding: 0;
}

section.banner ul.list li {
  font-size: 14px;
  margin-bottom: 11px;
  font-weight: 600;
  color: #fff;
}

section.banner ul.list li i {
  margin-right: 10px;
  color: #1f69d2;
  font-size: 18px;
}

section.banner .button-group {
  display: flex;
  align-items: center;
  gap: 20px;
}

.banner-blue-btn {
  font-size: 16px;
  border-radius: 100px;
  padding: 12px 30px;
  font-weight: 500;
  background: #1f69d2;
  text-transform: unset;
  color: #fff;
}

.yellow-btn {
  font-size: 18px;
  border-radius: 100px;
  padding: 12px 32px;
  background: #f6cf0b;
  color: #000;
  font-weight: 500;
}

.review-text {
  padding-top: 20px;
  color: #fff;
}

div#CountDownTimer {
  width: 250px;
  text-shadow: #000 1px 1px 2px;
  color: #fff;
  margin-top: 25px;
}

.banner-form {
  width: 95%;
  color: #000;
  position: relative;
  /* box-shadow: rgba(0, 0, 0, 0.23) 0 11px 92px; */
  float: right;
  z-index: 3;
  text-align: center;
}

.banner-form:before {
  content: "";
  position: absolute;
  display: block;
  width: 90%;
  left: 0;
  right: 0;
  top: -25px;
  border-radius: 22px;
  height: 100px;
  background: linear-gradient(to right, #1f69d2 0%, #1f69d2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d22a43", endColorstr="#f0760a", GradientType=1);
  z-index: -1;
  margin: 0 auto;
}

.banner-form form {
  padding: 30px 20px 40px;
  background: #fff;
  border-radius: 22px;
}

.banner-form form h3 {
  font-size: 24px;
  margin: 0 0 10px;
  line-height: 31px;
  font-weight: 700;
}

.banner-form form h3 span {
  color: #1f69d2;
  display: block;
  font-size: 26px;
  font-weight: 800;
}

.banner-form select,
.banner-form input {
  width: 97%;
  padding: 10px 0;
  margin-bottom: 0px;
  border: 0;
  border-bottom: 1px solid #bf0a30 !important;
  outline: none;
  background: #fff;
  font-size: 16px;
  color: #464646;
  font-weight: 500;
  height: 45px;
  border-radius: 0;
  box-shadow: none;
}

.banner-form textarea {
  min-height: 120px;
  width: 100%;
  padding: 25px 5px;
  margin-bottom: 0px;
  border: 0;
  border-bottom: 1px solid #bf0a30 !important;
  outline: none;
  font-size: 16px;
  line-height: normal;
  color: #000;
  font-weight: 500;
  border-radius: 0;
  resize: none;
  padding-top: 10px;
}

.banner-form input[type="submit"] {
  border: none;
  box-shadow: none;
  padding: 13px 28px;
  margin-top: 0;
  border-radius: 5px;
  margin-bottom: 0;
  outline: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 17px;
  width: 100%;
  margin: 0 auto !important;
  height: auto;
  color: #fff;
  font-weight: 500;
  background: linear-gradient(to right, #1f69d2 0%, #1f69d2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d22a43", endColorstr="#f0760a", GradientType=1);
  border-radius: 50px;
  /* margin-top: 20px !important; */
}

.banner-form input[type="submit"]:hover {
  background: linear-gradient(to right, #1f69d2 0%, #1f69d2 100%);
}

.banner-field-container {
  padding: 5px 0px;
}

/* Banner CSS End */

/* Secure Section CSS Start */
.secure {
  padding: 50px 0;
  padding-bottom: 0;
}

.secure .container {
  border-bottom: 5px solid #f7f7f7;
  padding-bottom: 50px;
}

.secure-box p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  margin: 0 auto;
}

.secure-box i {
  color: #1f69d2;
  font-size: 50px;
  margin-right: 16px;
}

/* Secure Section CSS End */

/* About Section 1 CSS Start */
.about {
  padding: 100px 0;
}

.about img {
  border-radius: 10px;
  width: 100%;
}

.about p {
  color: #666666;
  margin-bottom: 50px;
}

.button-group {
  display: flex;
  align-items: center;
  gap: 20px;
}

.about-btn-1 {
  padding: 15px 40px;
  text-transform: uppercase;
  background: #1f69d2;
  color: #fff;
  border-radius: 50px;
  border: 2px solid #1f69d2;
  font-size: 16px;
  font-weight: 500;
}

.about-btn-1:hover {
  background: transparent;
  color: #1f69d2;
}

.about-btn-2 {
  padding: 15px 40px;
  text-transform: uppercase;
  background: transparent;
  color: #1f69d2;
  border-radius: 50px;
  border: 2px solid #1f69d2;
  font-size: 16px;
  font-weight: 500;
}

.about-btn-2:hover {
  background: #1f69d2;
  color: #fff;
}

/* About Section 1 End */

/* Our Work Section CSS Start */
.our-work {
  text-align: center;
  padding: 100px 0;
  position: relative;
  background: #fcf9e1;
}

.our-work h2 {
  font-size: 36px;
  color: #232323;
  margin: 0 0 15px;
  font-weight: 500;
}

.our-work p {
  font-weight: 400;
  color: #848a9c;
  text-align: left;
}

.sub-title {
  text-transform: uppercase;
  color: #1f69d2;
  font-size: 18px;
}

.our-work img {
  border-radius: 10px;
  width: 100%;
}

.our-work h6 {
  text-align: left;
  padding-top: 20px;
  font-size: 24px;
  border-bottom: 3px solid #1f69d2;
  display: table;
}

.our-work h5 {
  font-size: 22px;
  font-weight: 500;
  /* color: #475268; */
  text-align: left;
  margin: 20px 0;
}

.head-para {
  width: 80%;
  margin: 0 auto;
  text-align: center !important;
  margin-bottom: 50px;
  color: #848a9c;
}

.our-work .button-group {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-top: 50px;
}

/* Our Work Section CSS End */

/* About Section 2 CSS Start */
.about-section-2 .container {
  background: #f8f9fa;
  padding: 70px 25px;
}

/* About Section 2 CSS End */

/* Packages Section CSS Start */
.packages {
  text-align: center;
}

.package-box {
  position: relative;
  padding: 2rem;
  border-radius: 30px;
  background: #f8f9fa;
  height: 100%;
  text-align: left;
  position: relative;
  margin-top: 30px;
}

.pck-title span {
  font-weight: 700;
}

.pck-price h5 {
  display: flex;
  align-items: center;
}

.pck-price h5 .dollar {
  color: #1f69d2;
  font-size: 62px;
  font-weight: 700;
}

.pck-price h5 .price {
  font-size: 16px;
  font-weight: 700;
  margin-left: 20px;
}

.pck-price strike {
  font-size: 40px;
  color: red;
}

.pck-content i {
  color: #1f69d2;
  margin-right: 10px;
}

.pck-content ul {
  margin: 30px 0;
  min-height: unset;
  height: 230px;
  overflow-y: scroll;
  padding-right: 20px;
}

.pck-content ul li {
  padding-top: 5px;
}

.pck-content .about-btn-1 {
  width: 100%;
  display: block;
  text-align: center;
}

.PackagesMAinBox:before,
.package-box:before {
  content: "";
  width: 88%;
  height: 15px;
  background: #1f69d2;
  position: absolute;
  z-index: 0;
  top: -15px;
  border-radius: 30px 30px 0 0;
  margin: 0px auto;
  display: table;
  left: 0;
  right: 0;
}

.package-box:hover {
  background: #1f69d2;
}

.package-box:hover * {
  color: #fff;
}

.package-box:hover .pck-price h5 .dollar {
  color: #fff;
}

.package-box:hover .pck-content .about-btn-1 {
  border: 2px solid #fff;
}

.package-box:hover ::-webkit-scrollbar-thumb {
  background: #fff;
}

/* Track */
.package-box:hover ::-webkit-scrollbar-track {
  background: #00000000;
}

/* Handle */
.package-box:hover ::-webkit-scrollbar-thumb {
  background: #ffffff;
}

/* Handle on hover */
.package-box:hover ::-webkit-scrollbar-thumb:hover {
  background: #132d46;
}

.package-box:hover::before {
  background: #f8f9fa;
}

.packages .owl-dots {
  margin-top: 50px !important;
}

.packages .owl-dot.active span {
  background: #000;
}

/* Packages Section CSS End */

/* Portfolio Section CSS Start */
section.portfolio {
  background: #eee;
  padding: 100px 0;
  text-align: center;
}

section.portfolio h2 {
  font-size: 36px;
  color: #000;
  font-weight: 500;
  margin: 0 0 10px;
  position: relative;
}

section.portfolio h2+p {
  font-size: 14px;
  color: #858899;
  font-weight: 300;
  line-height: 25px;
  width: 65%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: -7px;
  font-style: italic;
}

#portfolio-carousel {
  margin-top: 50px;
}

/* Portfolio Section CSS End */

/* Design Section CSS Start */
section.design-industry {
  padding: 50px 0;
  background: #f1f1f1;
}

section.design-industry h4 {
  font-size: 40px;
  color: #232323;
  margin-top: 74px;
  margin-bottom: 0;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 40px;
}

section.design-industry img {
  float: right;
}

/* Design Industry Section CSS End */

/* Cororate Package CSS Start */
.section-package {
  background: #faf6f0;
  background: url("../images/combo-bg.webp");
  padding: 100px 0;
}

.package-content h2 {
  color: #4151a4;
  font-size: 52px;
  font-weight: 600;
  text-align: left;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 auto;
  background: radial-gradient(circle farthest-corner at center center,
      #f86c5f 0%,
      #ff7e75 50%,
      #f8572d 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -4px;
  padding-bottom: 14px;
}

.package-content .left-one {
  float: left;
  color: #fff;
  padding-left: 6px;
  clear: both;
  padding-top: 10px;
  width: 45%;
}

.package-content li {
  color: #fff;
  margin-top: 12px;
}

.package-content li i {
  margin-right: 10px;
}

.corporate-package-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.column.four.combo-package {
  padding: 75px 20px;
  border-left: none;
  border-right: none;
  background: #000;
  border-radius: 5px;
}

/* Corporate Package CSS End */

/* Disclaimer Section CSS Start */
.disclaimer p {
  display: block;
  max-width: 100%;
  margin: auto;
  padding: 50px 0;
  font-style: italic;
  padding-top: 0;
  text-align: center;
}

/* Disclaimer Section CSS End */

/* Helping Brand Section CSS Start */
section.helpingbrand {
  padding: 100px 0;
  text-align: center;
  color: #232323;
}

section.helpingbrand .row {
  margin-top: 70px;
}

.helping-brand-box {
  box-shadow: 1px 1px 10px #0000002b;
  padding: 30px;
  height: 100%;
  text-align: left;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: baseline;
  gap: 10px;
  background: #fff;
}

.helping-brand-box:hover * {
  color: #fff;
}

.helping-brand-box:hover {
  background: #1f69d2;
}

.helping-brand-box:hover img {
  filter: invert(1);
}

/* Helping Brand Section CSS End */

/* CTA Section CSS Start */
section.cta-n {
  color: #fff;
  background: #fe7e00;
  padding: 50px 0;
  background: url(../images/cta-banner.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.cta-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

section.cta-n h4 {
  font-size: 36px;
  font-weight: 600;
}

section.cta-n ul {
  margin: 0;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  gap: 50px;
}

section.cta-n ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  text-align: left;
}

section.cta-n ul li i {
  font-size: 50px;
}

section.cta-n ul li h4 {
  font-size: 16px;
}

section.cta-n ul li a {
  font-size: 16px;
  color: #fff;
}

/* CTA Section CSS End */

/* Reviews Section CSS Start */
section.satisfied-customer {
  background: #eee;
  padding: 100px 0;
  text-align: center;
}

#reviews-carousel {
  margin-top: 70px;
}

#reviews-carousel .item {
  text-align: left;
  background: #fff;
  padding: 30px;
  min-height: 300px;
  border-radius: 20px;
  margin-top: 30px;
  position: relative;
}

#reviews-carousel .item p {
  color: #848a9c;
}

#reviews-carousel .item .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

#reviews-carousel .item .bottom span {
  color: #1f69d2;
}

#reviews-carousel .owl-dots {
  margin-top: 50px;
}

#reviews-carousel .item:before {
  content: "";
  width: 88%;
  height: 15px;
  background: #1f69d2;
  position: absolute;
  z-index: 0;
  top: -15px;
  border-radius: 30px 30px 0 0;
  margin: 0px auto;
  display: table;
  left: 0;
  right: 0;
}

/* Reviews Section CSS End */

/* FAQS CSS Start */
.FaqsMainUp {
  padding: 100px 0;
}

.FaqsMain {
  padding: 1rem 3rem;
  border: 1px solid #000;
  border-radius: 15px;
  margin-top: -2rem;
}

.FaqsMainUp h2 {
  background: #fff;
  position: relative;
  display: table;
  margin: 0 auto 10px;
  padding: 5px 3rem;
}

.accordion_container {
  width: 100%;
}

.forbottom {
  border-bottom: 1px solid #000;
  padding: 30px 0;
}

.accordion_head {
  cursor: pointer;
  font-family: arial;
  padding: 0;
  display: block;
  text-align: left;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
}

.plusminus {
  float: right;
  width: 30px;
  height: 30px;
  display: table;
  background: #1f69d2;
  text-align: center;
  color: #fff;
  line-height: 30px;
  border-radius: 100px;
  font-size: 20px;
}

.accordion_body {
  background: transparent;
  padding: 1rem 0 0;
  display: none;
  height: 0;
  overflow: hidden;
  transition: ease all 0.4s;
}

.open .accordion_body {
  height: auto;
  overflow: inherit;
  display: block;
}

.accordion_body p {
  padding: 0;
  margin: 0px;
  color: #666666;
  font-weight: 400;
  display: block;
  text-align: left;
  width: 100%;
}

.accordion_container .forbottom:last-child {
  border-bottom: 0;
}

/* FAQS CSS End */

/* Footer CSS Start */
footer {
  background: url(../images/banner-main.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 70px 0;
  color: #fff;
  text-align: center;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.footer-inner p a {
  color: #fff;
}

/* Footer CSS End */

/* Copyright Section CSS Start */
.copyright {
  background: #1f69d2;
  padding: 20px 0;
}

.copyright .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 99999999999;
}

.copyright .inner ul {
  font-size: 14px;
  color: #fff;
  margin: 0;
}

.copyright .inner p,
.copyright .inner a {
  font-size: 14px;
  color: #fff;
  margin: 0;
}

/* Copyright Section CSS End */

/* Popup Form CSS Start */
@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    --bs-modal-width: 1000px;
  }
}

.popup-left-col {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.popup-right-col {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

#staticBackdrop .modal-content {
  position: relative;
}

#staticBackdrop h2,
#staticBackdrop h2 {
  font-size: 26px;
  color: #000;
  font-weight: 600;
  padding-left: 0;
  margin-bottom: 12px;
  line-height: 27px;
  margin-top: 12px;
  text-align: center;
}

#staticBackdrop h2 span,
#staticBackdrop h2 span {
  color: red;
  display: block;
}

#staticBackdrop b.pp_pr {
  font-size: 40px;
  font-weight: 800;
}

#staticBackdrop h2+p,
.popup-content h2+p {
  line-height: 20px;
  font-size: 16px;
  margin-bottom: 12px;
}

#staticBackdrop ul li input[type="text"],
#staticBackdrop ul li input[type="email"],
#staticBackdrop ul li input[type="tel"],
#staticBackdrop ul li textarea {
  background: #fff;
  background: #ededed;
  border: #d7d7d7 1px solid;
  padding: 10px;
  width: 100%;
  border-radius: 3px;
  font-size: 13px;
  color: #000;
  box-shadow: none !important;
  outline: 0 !important;
}

#staticBackdrop ul li textarea {
  height: 200px;
  resize: none;
}

#staticBackdrop input[type="submit"] {
  border: none;
  box-shadow: none;
  padding: 13px 28px;
  margin-top: 0;
  border-radius: 5px;
  margin-bottom: 0;
  outline: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
  margin: 0 auto !important;
  height: auto;
  color: #fff;
  font-weight: 500;
  background: linear-gradient(to right, #1f69d2 0%, #1f69d2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d22a43", endColorstr="#f0760a", GradientType=1);
}

#staticBackdrop .btn-close {
  border-radius: 0;
  border-radius: 50px;
  text-align: center;
  box-shadow: #000 0 0 10px;
  position: absolute;
  right: -14px;
  top: -13px;
  overflow: visible;
  width: 35px;
  height: 35px;
  background: linear-gradient(to right, #1f69d2 0%, #3f51b5 100%);
  z-index: 200;
  color: white;
  opacity: 1;
}

/* Popup Form CSS End */

/* Owl Carousel CSS */
.owl-carousel {
  display: block !important;
}

/* Form Error CSS */
#bannerForm label.error {
  color: #d6333a;
  font-weight: 600;
  text-align: left;
  width: 100%;
  font-size: 14px !important;
  font-weight: 500;
}

/* Intl CSS */
.hide {
  display: none !important;
}

.iti {
  position: relative;
  display: inline-block;
  width: 100%;
}

.iti .iti__selected-dial-code {
  margin-left: 4px;
  font-size: 12px;
}

.iti__country {
  font-size: 12px;
}

#bannerForm #error-msg {
  font-weight: 600;
  text-align: left;
  font-size: 14px !important;
  display: block;
  font-weight: 500;
  color: #d6333a;
}

#footerForm .iti__dropdown-content {
  color: #000;
  font-size: 12px;
}

#footerForm label.error {
  font-size: 14px !important;
  text-align: left;
  width: 100%;
  font-weight: 500;
}

#footerForm #error-msg-footer {
  font-size: 14px !important;
  text-align: left;
  width: 100%;
  display: block;
  margin-top: 5px;
  font-weight: 500;
}

#popupForm label.error {
  font-size: 14px !important;
  text-align: left;
  width: 100%;
  color: #d6333a;
  font-weight: 500;
}

#popupForm #error-msg-popup {
  font-size: 14px !important;
  text-align: left;
  width: 100%;
  display: block;
  margin-top: 5px;
  color: #d6333a;
  font-weight: 500;
}

/* Checkout Page CSS */
.inner-page-banner {
  background: url(../images/banner-main.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 180px;
  padding-bottom: 100px;
  text-align: center;
}

.inner-page-banner h1 {
  font-size: 56px !important;
  font-weight: 600;
  margin: 0;
  color: #fff;
  margin-top: 0;
}

section.checkout {
  padding: 50px 0;
  text-align: center;
}

section.checkout .theme-btn {
  padding: 20px 50px;
  border: 0;
}

section.checkout p {
  width: 50%;
  margin: 20px auto;
}

section.checkout img {
  width: 400px;
  padding: 20px 0;
}

/* Privacy Policy Page CSS */

section.privacy-policy {
  padding: 50px 0;
  text-align: left;
}

section.privacy-policy p {
  width: 100%;
  margin: 20px auto;
}

/* =============================== */

.header-box .telephone-num {
  color: #fff;
  font-size: 24px;
}

.copyright .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 99999999999;
  text-align: center;
}

.footer-inner p,
.footer-inner p a {
  font-size: 22px !important;
}

span.free-text {
  display: block;
  width: 100%;
  color: #ba0a2f;
  font-weight: 700;
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}

/* ================================================== */
.banner-form {
  display: none !important;
}

.banner-content .review-text {
  padding-top: 0;
}

.banner-content .about-btn-2 {
  margin-top: 10px;
  display: inline-block;
  width: unset;
  background: #1f69d2;
  color: #fff;
}

.form-check {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  padding-left: 0;
  text-align: left;
}

.form-check input {
  width: unset;
  height: unset;
  margin-right: 10px;
}

.form-check .form-check-label {
  font-size: 14px;
}

.form-text {
  text-align: left;
  margin-bottom: 0;
}

.form-text strong {
  font-weight: 600;
  font-size: 14px;
}

.form-text a {
  font-size: 14px;
  font-weight: 600;
}

/* ================================ */

/* Home Services CSS Start */

.home-portfolio {
  padding-bottom: 10px;
  padding-top: 110px;
  position: relative;
  margin-top: 50px;
}

.home-portfolio .image-overlay {
  background-size: cover;
  height: 450px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  background-position: 50%;
  background-repeat: no-repeat;
}

.home-portfolio .image-overlay:before {
  background-color: #1f69d2;
  content: "";
  height: 100%;
  left: 0;
  opacity: .9;
  position: absolute;
  top: 0;
  width: 100%;
}

.home-portfolio .section-head {
  color: white;
  margin-bottom: 25px;
}

.home-portfolio .portfolio-item {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 25px -15px rgba(0, 0, 0, .3);
  margin-bottom: 3.125rem;
  padding: 1.5rem;
}

.home-portfolio .portfolio-item .portfolio-img img {
  border-radius: 15px;
  height: 13.125rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

.about.tmr-clearance {
  padding-top: 50px;
}

/* =============================================== */

/* ===== Page Loader ===== */
#pageLoader {
  position: fixed;
  inset: 0;
  background: #002a57;
  /* dark theme */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999999;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

#pageLoader.hide {
  opacity: 0;
  visibility: hidden;
}

/* Loader Animation */
.loader {
  display: flex;
  gap: 10px;
}

.loader span {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  animation: bounce 1.4s infinite ease-in-out both;
}

.loader span:nth-child(1) {
  animation-delay: -0.32s;
}

.loader span:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes bounce {

  0%,
  80%,
  100% {
    transform: scale(0);
    opacity: 0.3;
  }

  40% {
    transform: scale(1);
    opacity: 1;
  }
}