@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", Arial, Helvetica, sans-serif !important;
  overflow-x: hidden;
  width: 100%;
  position: relative;
  font-size: 16px;
}

::-webkit-scrollbar {
  display: none;
}

.container {
  position: relative;
}


.display-none {
  display: none !important;
}

.display-block {
  display: block !important;
}

.pointer-cursor {
  cursor: pointer !important;
}

.container {
  position: relative;
  z-index: 2;
}

a {
  position: relative;
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  position: relative;
}

input[type='number']::-webkit-inner-spin-button {
  display: none;
}

.sticky-top {
  position: fixed !important;
  animation: fadeInDown 0.6s linear;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

/* ----------------------------------------------------------------------------------------------------------------------------------- */

.main-hero-slider {
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  background: url(https://eyecix.com/html/moverspackers/extra-images/banner-img1.jpg) no-repeat;
  background-size: cover;
}

.main-hero-slider .row>* {
  padding: 0;
}

.main-hero-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.main-hero-slider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/background/slider-icon.png) no-repeat center left;
  background-size: 460px;
  opacity: .15;
  animation: pulse 20s infinite alternate;
}

.main-hero-slider .left-content {
  position: relative;
  padding: 260px 20px 320px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;

}

.main-hero-slider .left-content h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 52px;
  animation: fadeInDown 1s;
}

.main-hero-slider .left-content h2 span {
  color: #FFC00B;
  font-weight: 700;
}

.main-hero-slider .left-content ul li {
  color: #fff;
  margin-bottom: 4px;
  opacity: 0;
  font-size: 20px;
  transition: all 0.4s;
}

.main-hero-slider .left-content ul li:nth-child(1) {
  animation: fadeInLeft 2s 100ms forwards;
}

.main-hero-slider .left-content ul li:nth-child(2) {
  animation: fadeInLeft 2s 500ms forwards;
}

.main-hero-slider .left-content ul li:nth-child(3) {
  animation: fadeInLeft 2s 1000ms forwards;
}

.main-hero-slider .left-content ul li:nth-child(4) {
  animation: fadeInLeft 2s 1500ms forwards;
}

.main-hero-slider .left-content ul li:hover {
  color: #FFC00B;
}

.main-hero-slider .left-content ul li svg {
  margin-right: 10px;
  color: #FFC00B;
}

.main-hero-slider .left-content p.text {
  color: #fff;
  opacity: 0;
  animation: fadeInDown 1s .5s forwards;
}

.main-hero-slider .left-content p.text span {
  font-style: italic;
  text-transform: capitalize;
  color: #FFC00B;
}

.main-hero-slider .left-content .slider-btn-grp {
  margin-top: 30px;
  opacity: 0;
  animation: fadeInUp 1s .8s forwards;
}

.main-hero-slider .left-content .slider-btn-grp a {
  padding: 10px 20px;
  background-color: #FFC00B;
  display: inline-block;
  border-radius: 5px;
  margin-right: 4px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.4s;
}

.main-hero-slider .left-content .slider-btn-grp a:nth-child(2n) {
  background-color: #fff;
  border-color: #fff;

}

.main-hero-slider .left-content .slider-btn-grp a:hover {
  transform: translateY(-6px);
  background-color: #fff;
  color: #000;
  box-shadow: 3px 3px 1px 1px #FFC00B;
}

.main-hero-slider .video-box {
  width: 100%;
  height: 100%;
  position: absolute;

}

.main-hero-slider .video-box video {
  height: 100%;
  object-fit: cover;
  object-position: right;
}


@media (min-width:1200px) and (max-width:1400px) {
  .main-hero-slider .left-content h2 {
    font-size: 44px;
  }

  .main-hero-slider .left-content {
    position: relative;
    padding: 200px 20px 240px 0;

  }

}

@media (min-width:992px) and (max-width:1200px) {
  .main-hero-slider .left-content {
    position: relative;
    padding: 180px 10px 230px 0;

  }

  .main-hero-slider .left-content h2 {
    font-size: 38px;
  }
}

@media (max-width:992px) {
  .main-hero-slider {
    padding-bottom: 120px;
  }

  .main-hero-slider .left-content {
    position: relative;
    padding: 180px 0 60px 0;

  }

  .main-hero-slider .video-box {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
  }

  .main-hero-slider .video-box video {
    height: 100%;
    width: 100%;
  }

  .main-hero-slider::before {
    display: none;
  }


}

@media (max-width:568px) {
  .main-hero-slider .left-content {
    position: relative;
    padding: 180px 0 60px 10px;
  }

  .main-hero-slider .left-content h2 {
    font-size: 28px;
    font-weight: 700;
  }

  .main-hero-slider .video-box {
    width: 100%;
    height: 260px;
    position: relative;
    border-radius: 0;
    overflow: hidden;

  }

  .main-hero-slider .video-box video {
    width: 100%;
    height: 100%;

  }

}



.hero-slider-feature-wrapper {
  position: relative;
  margin-top: -160px;
}

.hero-slider-feature-wrapper .row>* {
  padding: 0;
}

.hero-slider-feature-wrapper .item-box {
  text-align: center;
  background-color: #01203f;
  padding: 60px 30px;
  height: 100%;
}

.hero-slider-feature-wrapper .form-box {
  background-color: #fff;
}

.hero-slider-feature-wrapper .item-box .icon svg {
  width: 56px;
  height: 56px;
  padding: 14px;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  margin-bottom: 18px;
}

.hero-slider-feature-wrapper .item-box h4 {
  color: #fff;
  font-size: 36px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 6px;
}

.hero-slider-feature-wrapper .form-box h4 {
  color: #01203f;
  margin-bottom: 40px;
}

.hero-slider-feature-wrapper .item-box h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 2px;
  background-color: #fff;
  transition: all 0.4s;
}

.hero-slider-feature-wrapper .form-box h4::before {
  background-color: #01203f;
}

.hero-slider-feature-wrapper .item-box p {
  color: #fff;
  margin-top: 20px;
}

.hero-slider-feature-wrapper .item-box a {
  display: block;
  margin-top: 20px;
  padding: 12px 10px;
  font-size: 22px;
  background-color: #FFC00B;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 10px;
  color: #000;
  transition: all 0.4s;
}

.hero-slider-feature-wrapper .item-box a:hover {
  transform: translateY(-10px);
  background-color: #fff;
  box-shadow: 5px 5px 1px 1px #FFC00B;
}

.hero-slider-feature-wrapper .form-box .form-control {
  margin-bottom: 10px;
  border-radius: 50px;
  padding: 15px 20px;
  box-shadow: none;
  font-weight: 700;
  border: 2px solid rgba(0, 0, 0, 0.12);
}

.hero-slider-feature-wrapper .form-box button {
  margin-top: 30px;
  display: block;
  width: 100%;
  padding: 12px 10px;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #01203f;
  border-radius: 10px;
  color: #fff;
  border: none;
  transition: all 0.4s;
}

.hero-slider-feature-wrapper .form-box button:hover {
  background-color: #FFC00B;
  color: #000;
  transform: translateY(-10px);
  box-shadow: 5px 5px 1px 1px #01203f;
}



@media (max-width:1200px) {
  .hero-slider-feature-wrapper .item-box .icon svg {
    width: 28px;
    height: 28px;
  }

  .hero-slider-feature-wrapper .item-box h4 {
    font-size: 28px;
  }

}

@media (max-width:992px) {

  .hero-slider-feature-wrapper {
    position: relative;
    margin-top: -40px;
  }

}


/* ------------------------------------------------------------------------------------------- */

.about-section {
  padding: 60px 0 80px;
  position: relative;
}

.about-section .heading {
  text-align: center;
}

.about-section .heading span {
  text-transform: uppercase;
  font-weight: 700;
  color: #01203f;
  font-size: 46px;
  display: inline-block;
}

.about-section .heading h2 {
  font-size: 96px;
  font-weight: 900;
  text-transform: uppercase;
  background: url(../img/background/text-bg.webp) no-repeat center fixed;
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.about-section .left-content {
  padding-right: 40px;
}

.about-section .left-content .quote-box {
  padding-left: 20px;
  margin-bottom: 30px;
  border-left: 3px solid #01203f;
  border-radius: 20px;
  text-align: center;
}

.about-section .left-content .quote-box svg {
  width: 40px;
  height: 40px;
  color: #01203f8e;
}

.about-section .left-content .quote-box p {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  color: #01203fb2;
  margin-bottom: 0;
}

.about-section .left-content .quote-box span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 500;
}

.about-section .left-content p.text {
  color: rgba(0, 0, 0, 0.75);
  font-size: 17px;
  letter-spacing: 1px;
}

.about-section .left-content p.text span {
  font-style: italic;
  color: #e7191f;
  font-weight: 600;
}

.about-section .left-content ul li {
  color: rgba(0, 0, 0, 0.65);
  transition: all 0.4s;
  cursor: pointer;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

.about-section .left-content ul li svg {
  width: 20px;
  height: 20px;
  color: #01203f;

}

.about-section .left-content ul li:hover {
  color: #01203f;
}


.btn-group a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #01203f;
  border-radius: 50px;
  margin-right: 5px;
  border: 2px solid #01203f;
  font-weight: 700;
  color: #fff;
  transition: all 0.4s;
}

.btn-group.dark-bg a {
  background-color: #FFC00B;
  color: #000;
}

.btn-group a:nth-child(2n) {
  background-color: transparent;
  color: #01203f;
}

.btn-group.dark-bg a:nth-child(2n) {
  background-color: #fff;
  color: #000;
}

.btn-group a:hover {
  transform: translateY(-5px);
  background-color: #FFC00B;
  color: #01203f;
  border-color: #FFC00B;

}

.about-section .left-content .btn-group {
  margin-top: 30px;
}

.about-section .right-content {
  width: 100%;
  height: 100%;
}

.about-section .right-content .img-box {
  width: 100%;
  height: 480px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.about-section .right-content .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(70%);
  transition: all 2s;
}

.about-section .right-content .content {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  text-align: end;
}

.about-section .right-content .content span {
  display: block;
  text-align: end;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}

.about-section .right-content .content span.sec {
  font-size: 66px;
}

.about-section .right-content .content a {
  padding: 10px 20px;
  background-color: #01203f;
  color: #fff;
  font-weight: 700;
  margin-top: 10px;
  border-radius: 6px;
  text-transform: capitalize;
  display: inline-block;
}

.about-section .right-content .img-box:hover img {
  transform: scale(1.2);

}




@media (max-width:1200px) {
  .about-section .heading span {
    font-size: 28px;
  }

  .about-section .heading h2 {
    font-size: 76px;
  }
}

@media (max-width:992px) {
  .about-section .left-content {
    margin-bottom: 35px;
    padding-right: 0;
  }

}

@media (max-width:768px) {
  .about-section .heading h2 {
    font-size: 62px;
  }
}



@media (max-width:568px) {
  .about-section .heading h2 {
    font-size: 56px;
  }

  .about-section .left-content .quote-box p {
    font-size: 18px;
  }

  .about-section .right-content .content span.sec {
    font-size: 48px;
  }

  .about-section .right-content .img-box {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
  }
}



/* ------------------------------------------------------------------------------------------------------- */


.img-anime {
  position: relative;
  overflow: hidden;
}

.img-anime::after {
  content: "";
  position: absolute;
  width: 215%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, .3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.img-anime:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

/* ------------------------------------------------------------------------------------------------------------- */


.section-title span.sub-title {
  text-transform: uppercase;
  font-weight: 600;
  color: #e7191f;

  font-size: 18px;
}

.section-title.dark-bg span.sub-title {
  color: #fff;
}

.section-title h2 {
  font-size: 46px;
  text-transform: capitalize;
  position: relative;
  color: rgba(1, 32, 63, 0.85);
  padding-bottom: 6px;
  margin-bottom: 20px;
}

.section-title.dark-bg h2 {
  color: #fff;
}

.section-title h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: none;
  width: 100px;
  height: 3px;
  border-radius: 5px;
  background-color: #01203f;
}

.section-title.text-center h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  border-radius: 5px;
  background-color: #01203f;
}

.section-title.dark-bg h2::before {
  background-color: #fff;
}

.section-title h2 span {
  color: #01203f;
  font-weight: 800;
}

.section-title.dark-bg h2 span {
  color: #FFC00B;
}

.section-title p.text {
  color: rgba(0, 0, 0, 0.75);
  font-size: 17px;
}

.section-title.dark-bg p.text {
  color: rgba(255, 255, 255, 0.75);
}

.section-title p.text span {
  color: #e7191f;
  font-weight: 600;
  font-style: italic;
}

.section-title.dark-bg p.text span {
  color: #FFC00B;
}


@media (max-width:568px) {
  .section-title h2 {
    font-size: 36px;
    text-transform: capitalize;
    position: relative;
    color: rgba(1, 32, 63, 0.85);
    padding-bottom: 6px;
    margin-bottom: 20px;
  }
}

.service-section {
  padding: 80px 0;
  position: relative;
}

.service-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background: url(../img/background/bg1.jpg) no-repeat fixed;
  background-size: cover;
  filter: brightness(50%);

}


.service-section .service-box-wrapper {
  background-color: #fff;
  padding: 20px 0;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: relative;
}

.service-section .service-box-wrapper .service-box {
  text-align: center;
  padding: 60px 30px;
  position: relative;
  height: 100%;
}

.service-section .service-box .img-box {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 10px;
}

.service-section .service-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.service-section .service-box:hover .img-box img {
  transform: scale(1.1);
}

.service-section .service-box .main-content {
  transition: all 0.4s;
}

.service-section .service-box:hover .main-content {
  transform: translateY(-30px);
  transition: all 0.4;
}


.service-section .service-box h4 {
  position: relative;
  padding-bottom: 14px;
}

.service-section .service-box h4 a {
  color: #01203f;
  font-weight: 600;
  transition: all 0.4s;
  text-transform: uppercase;
}

.service-section .service-box h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  border-radius: 5px;
  background-color: #01203f;
}

.service-section .service-box:hover h4 a {
  color: #e7191f;
}

.service-section .service-box p {
  color: rgba(0, 0, 0, 0.65);

}

.service-section .service-box .view-btn {
  position: absolute;
  left: 0;
  bottom: 80px;
  transition: all 0.4s;
  opacity: 0;
  width: 100%;
}

.service-section .service-box .view-btn a {
  padding: 10px 20px;
  background-color: #01203f;
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  font-weight: 600;
  transition: all 0.4s;
}

.service-section .service-box .view-btn a:nth-child(2n) {
  background-color: #FFC00B;
  color: #000;
}

.service-section .service-box:hover .view-btn {
  bottom: 40px;
  opacity: 1;
}

.service-section .service-box a.main-btn:hover {
  transform: translateY(-5px);
  background-color: #e7191f;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.service-section .mid-service-cta {
  padding: 30px 10px;
  position: relative;
  background-color: #01203f;
  text-align: center;
  border-radius: 10px;
}

.service-section .mid-service-cta h2 {
  color: #fff;
}

.service-section .mid-service-cta h2 span {
  color: #FFC00B;
  font-weight: 700;
  text-transform: capitalize;
}

.service-section .mid-service-cta p {
  color: #fff;
}

.service-section .mid-service-cta p span {
  color: #FFC00B;
  text-transform: capitalize;
  font-weight: 600;
}


@media (min-width:992px) and (max-width:1200px) {
  .service-section .service-box h4 a {
    font-size: 22px;
  }

  .service-section .service-box-wrapper .service-box {
    text-align: center;
    padding: 40px 10px;
  }
}

@media (max-width:992px) {
  .service-section .service-box-wrapper::after {
    display: none;
  }

  .service-section .service-box-wrapper .service-box::before {
    display: none;
  }

  .service-section .service-box-wrapper .service-box {
    text-align: center;
    padding: 30px 10px 50px;
  }
}

@media (max-width:568px) {
  .service-section .service-box .view-btn {
    position: relative;
    left: 0;
    bottom: 0;
    transform: none;
    opacity: 1;
  }

  .service-section .service-box-wrapper .service-box {
    text-align: center;
    padding: 20px 10px;
    position: relative;
    height: 100%;
  }

}

/* -------------------------------------------------------------------------------------------------------------- */

.process-section {
  padding: 50px 0;
  position: relative;
}

.process-section .item-box {
  padding: 0 30px;
  position: relative;
  text-align: center;
}

.process-section .item-box .img-effect {
  width: 50%;
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  right: -90px;
  filter: brightness(0%) contrast(0%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.process-section .item-box .img-effect img {
  width: 100%;
  height: 100%;
}

.process-section .item-box .icon svg {
  width: 36px;
  height: 36px;
  padding: 40px;
  border-radius: 50%;
  border: 2px solid #FFC00B;
  color: #01203f;
  transition: all 0.4s;
  margin-bottom: 10px;
}

.process-section .item-box:hover .icon svg {
  background-color: #FFC00B;
  border-color: #FFC00B;
  color: #01203f;
  transform: scale(1.1);
}

.process-section .item-box .content h4 {
  font-weight: 700;
  font-size: 22px;
  position: relative;
}

.process-section .item-box .content p.text {
  color: rgba(0, 0, 0, 0.65);
}

@media (max-width:1400px) {
  .process-section .item-box .img-effect {
    right: -75px;
  }

}

@media (max-width:1200px) {
  .process-section .item-box {
    padding: 0 10px;
    position: relative;
    text-align: center;
  }

  .process-section .item-box .img-effect {
    right: -65px;
  }

  .process-section .item-box .icon svg {
    width: 36px;
    height: 36px;
    padding: 30px;
  }

  .process-section .item-box .content h4 {
    font-weight: 700;
    font-size: 20px;
    position: relative;
  }
}

@media (max-width:992px) {
  .process-section .item-box .img-effect {
    right: -90px;
  }
}




/* ---------------------------------------------------------------------------------------------------------------- */


.whyus-section {
  padding: 80px 0;
  background: url(../img/background/packing-bg.webp) no-repeat fixed;
  background-size: cover;
  position: relative;
}

.whyus-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.whyus-section p.text {
  color: rgba(255, 255, 255, 0.85);
  max-width: 80%;
}

.whyus-section p.text strong {
  color: #fff;
}

.whyus-section p.text span {
  color: #FFC00B;
  font-style: italic;
  text-transform: capitalize;
  font-weight: 500;

}

.whyus-section .feature-box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px 10px 0;
}

.whyus-section .feature-box .icon-box svg {
  width: 24px;
  height: 24px;
  padding: 16px;
  background-color: #fff;
  box-shadow: 3px 3px 1px 1px #FFC00B;
  transition: all 0.4s;
}

.whyus-section .feature-box:hover .icon-box svg {
  background-color: #FFC00B;
  box-shadow: 3px 3px 1px 1px #fff;
}

.whyus-section .feature-box h5 {
  color: #FFC00B;
  font-weight: 700;

}

.whyus-section .feature-box p {
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.whyus-section .call-btn a {
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
  border-radius: 50px;
  font-weight: 700;
  transition: all 0.4s;
}

.whyus-section .call-btn a.chat {
  background-color: #005c22;
  box-shadow: 2px 2px 1px 1px #008631;
  color: #fff;

}

.whyus-section .call-btn a.call {
  background-color: #fff;
  box-shadow: 2px 2px 1px 1px #FFC00B;
  color: #01203f;
  margin-left: 5px;

}

.whyus-section .call-btn a svg {
  width: 24px;
  height: 24px;
  animation: vibrateIcon .5s infinite alternate;
}

.whyus-section .call-btn a:hover {
  transform: translateY(-6px);
  background-color: #008631;
}

@keyframes vibrateIcon {

  0%,
  100% {
    transform: rotate(-7deg);
  }

  50% {
    transform: rotate(7deg);
  }
}

.whyus-section .form-container {
  text-align: center;
  padding: 30px 10px;
  background-color: rgba(255, 255, 255, .8);
  backdrop-filter: blur(5px);
  border-radius: 20px;
  border: 2px solid #01203f;
  position: sticky;
  top: 30px;
}

.whyus-section .form-container h4 {
  color: #01203f;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}

.whyus-section .form-container h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 58px;
  height: 3px;
  background-color: #01203f;
  transition: all 0.4s;
}

.whyus-section .form-container:hover h4::before {
  width: 100px;
}

.whyus-section .form-container p {
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 30px;
}

.whyus-section .form-container p strong {
  color: #000;
}

.whyus-section .form-control {
  padding: 10px 20px;
  margin-bottom: 10px;
  box-shadow: none;
  outline: none;
  font-weight: 500;
  color: #01203f;
  border-radius: 10px;
}

.whyus-section .form-container button {
  margin-top: 10px;
  padding: 6px 20px;
  background-color: #01203f;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-weight: 700;
  transition: all 0.4s;
}

.whyus-section .form-container button:hover {
  transform: translateY(-5px);
  background-color: #FFC00B;
  color: #000;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}



@media (max-width:992px) {
  .whyus-section .form-container {
    margin-top: 30px;
  }
}


.testimonial-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background: url(../img/background/testimonial-bg.png);
}

.testimonial-section .owl-stage {
  padding: 50px 0 20px;
}

.testimonial-section .testimonial-box {
  text-align: center;
  padding: 0 30px 30px;
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  background-color: #fff;
}

.testimonial-section .testimonial-box .img-box {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  margin: -40px auto 20px;
}

.testimonial-section .testimonial-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-section .testimonial-box p.name {
  font-size: 22px;
  font-weight: 700;
  color: #01203f;
  margin: 0;
}

.testimonial-section .testimonial-box span.designation {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.45);
}

.testimonial-section .testimonial-box .rating {
  margin-bottom: 13px;
}

.testimonial-section .testimonial-box .rating svg {
  color: #FFC00B;
}

.testimonial-section .testimonial-box p.message {
  height: 80px;
  overflow: auto;
  color: rgba(0, 0, 0, 0.55);
  letter-spacing: 1px;
}

.testimonial-section .testimonial-box p.location {
  font-weight: 600;
  color: #01203f;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.testimonial-section .owl-nav button svg {
  position: absolute;
  top: 50%;

  transform: translateY(-50%);
  width: 32px;
  height: 32px;
}

.testimonial-section .owl-nav button.owl-prev svg {
  left: 0;
}

.testimonial-section .owl-nav button.owl-next svg {
  right: 0;
}

.testimonial-section .owl-dots {
  text-align: center;
}

.testimonial-section .owl-dots span {
  width: 13px;
  height: 13px;
  background-color: rgba(0, 0, 0, 0.35);
  display: inline-block;
  margin: 0 4px;
  border-radius: 50%;
  transition: all 0.4s;
}

.testimonial-section .owl-dot.active span {
  border-radius: 50px;
  width: 30px;
  background-color: #01203f;
}






/* ------------------------------------------------------------------------------------------------------------------------------- */
/* CSS (ticker.css) */
.ticker-slider {
  overflow: hidden;
  position: relative;
}

.ticker-slider .ticker-item-wrapper {
  animation: scrollAnimation 60s linear infinite;
  padding: 0;
  margin: 0;
  display: flex;
  width: max-content;
  flex-wrap: nowrap;

}

.ticker-slider .ticker-item-wrapper .list-item {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 20px 16px 20px 0;
}

.ticker-slider .ticker-item-wrapper .list-item p.text {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 0;
  text-transform: uppercase !important;
  transition: all 0.4s;
  color: transparent;
  font-family: 'Barlow Semi Condensed', sans-serif;
  -webkit-text-stroke: 1.5px #e7191f;
  /* Outline stroke */
  text-stroke: 1.5px #e7191f;
}

.ticker-slider .ticker-item-wrapper .list-item p.text:hover {
  color: #01203f;
  text-stroke: 1.5px #01203f;
  -webkit-text-stroke: 1.5px #01203f;
}

.ticker-slider .ticker-item-wrapper .list-item img {
  max-width: 30px;
}


.ticker-slider[data-animated='true'] {
  overflow: hidden;
}

@keyframes scrollAnimation {
  to {
    transform: translate(calc(-50%));
  }
}



/* --------------------------------------------------------------------------------------------------------- */


.innerpage-title {
  position: relative;
  background: url(../img/background/bg1.jpg);
  padding: 240px 0 60px;
  text-align: center;
}

.innerpage-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.innerpage-title span.sub-title {
  color: #fff;
  font-weight: 500;
}

.innerpage-title h1 {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin: 0;

}

.innerpage-title h1 span {
  color: #FFC00B;
  font-weight: 800;
}

.innerpage-title p.sub-title {
  color: #FFC00B;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  margin-bottom: 0;
}


p.translate-text {
  color: #FCD200;
  font-size: 18px;
  position: relative;
  margin-bottom: 0;
  font-weight: 700;
}


p.translate-text .lang-flip {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  animation: flipLang 3s infinite;
}

p.translate-text span.telugu {
  animation-delay: 0s;
}

p.translate-text span.hindi {
  animation-delay: 1.5s;
}

@keyframes flipLang {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.breadcrumb-wrapper li a {
  color: #01203f;
  font-weight: 600;
}

.breadcrumb-wrapper li.active {
  text-decoration: underline;
}



/* ------------------------------------------------------------------------------------------------------------------------- */





.innerservice-content {
  padding: 40px 0 80px;
  background: url(../img/background/testimonial-bg.png);
  position: relative;
}

.innerservice-content .main-content-wrapper {
  padding-right: 40px;
}

.innerservice-content .main-content-wrapper .heading p.sub-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  color: #01203f;
}

.innerservice-content .main-content-wrapper .heading h2 {
  color: #01203f;
  font-size: 56px;
  font-weight: 700;
  text-transform: uppercase;
}

.innerservice-content .main-content-wrapper .heading h2 span {
  color: #e7191f;
  font-weight: 900;
}

.innerservice-content .main-content-wrapper p.text {
  color: rgba(0, 0, 0, 0.65);
  font-size: 17px;
}

.innerservice-content .main-content-wrapper p.text span {
  color: #e7191f;
  text-transform: capitalize;
  font-style: italic;
  font-weight: 500;
}

.innerservice-content .main-content-wrapper p.text strong {
  color: #01203f;
}

.innerservice-content .main-content-wrapper p.text a {
  color: #e7191f;
  text-transform: capitalize;
  font-weight: 600;
  text-decoration: underline !important;
}




.innerservice-content .innerfeature-box {
  padding: 10px 0 20px;
}

.innerservice-content .innerfeature-box .feature-box {

  background-color: rgba(0, 0, 0, 0.08);
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 10px;
  position: relative;
}

.innerservice-content .innerfeature-box .feature-box p.title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: #01203f;
  transition: all 0.4s;
}

.innerservice-content .innerfeature-box .feature-box:hover p.title {
  color: #e7191f;
}

.innerservice-content .innerfeature-box .feature-box .tag {
  position: absolute;
  top: -20px;
  left: 10px;
  width: 20px;
  height: 20px;
  background-color: #e7191f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 50%;
  font-weight: 900;
  color: #fff;
  font-size: 18px;
}

.innerservice-content .seo-content-box {
  padding: 10px 0;
  position: relative;
}

.innerservice-content h6 {
  color: #01203f;
  font-weight: 700;
  font-size: 24px;

}


.innerservice-content h4.title {
  font-weight: 700;
  color: #01203f;
  font-size: 32px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.innerservice-content h4.title span {
  color: #e7191f;
}

.innerservice-content h4.title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #01203f;
}
.innerservice-content h2.title {
  font-size: 38px;
  color: #01203f;
  
}
.innerservice-content h2.title span{
  color: #e7191f;
  font-weight: 700;
}
.innerservice-content h3{
  color: #01203f;
  font-weight: 700;
}

.innerservice-content ul.point-list li {
  margin-bottom: 10px;
  font-size: 17px;
  color: #000;
  font-weight: 600;
}

.innerservice-content ul.point-list li span {
  color: #e7191f;

}

.innerservice-content ul.point-list li a {
  color: #e7191f;
  text-transform: capitalize;
  text-decoration: underline !important;

}

.innerservice-content ul.point-list li svg {
  color: #e7191f;
  margin-right: 8px;
}

.innerservice-content ul.list-item li {
  font-size: 16px;
  margin-bottom: 6px;
  transition: all 0.4s;
  font-weight: 500;
  display: inline-block;
  padding: 5px 10px;
  background-color: #e7191f;
  border-radius: 4px;
  color: #fff;
}

.innerservice-content ul.list-item li:hover {
  cursor: pointer;
  color: #fff;
  background-color: #01203f;

}

.innerservice-content ul.list-item li svg {
  color: #fff;
  margin-right: 8px;
}

.innerservice-content ul.list-item li a {
  color: #fff;
}

.inner-cta {
  padding: 30px 10px;
  position: relative;
  background-color: #01203f;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 30px;
}

.inner-cta h2 {
  color: #fff;
}

.inner-cta h2 span {
  color: #FFC00B;
  font-weight: 700;
  text-transform: capitalize;
}

.inner-cta p {
  color: #fff;
}

.inner-cta p span {
  color: #FFC00B;
  text-transform: capitalize;
  font-weight: 600;
}


.faq-section .accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #01203f41;
  border-radius: 0;
}

.faq-section .accordion-item .accordion-button {
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  font-weight: 700;
  font-size: 20px;
  color: #01203f;
  padding: 20px 20px 20px 0;
}

.faq-section .accordion-item .accordion-button:not(.collapsed) {
  color: #e7191f;
}

.faq-section .accordion-item .accordion-button::after {
  background-image: url(../img/icons/down.png);
}

.faq-section .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url(../img/icons/down-red.png);
}

.faq-section .accordion-item .accordion-body {
  padding: 10px 0;
}

.faq-section .accordion-item .accordion-body p {
  color: #01203f;
}

.faq-section .accordion-item .accordion-body p span {
  color: #e7191f;
  font-style: italic;
  font-weight: 500;
}

.faq-section .accordion-item .accordion-body p a {
  color: #ad0006;
  font-weight: 700;
  text-transform: capitalize;
}



.innerservice-content .sidebar-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.innerservice-content .sidebar-content .sidebar-cta {
  text-align: center;
  margin-bottom: 40px;
  padding: 80px 30px;
  background: url(../img/background/text-bg.webp) no-repeat;
  background-size: cover;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.innerservice-content .sidebar-content .sidebar-cta::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #FCD200 16%, #01203f 16%);
  opacity: 0.9;
}

.innerservice-content .sidebar-content .sidebar-cta .icon svg {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  color: #fff;
  position: relative;
}

.innerservice-content .sidebar-content .sidebar-cta h5 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.innerservice-content .sidebar-content .sidebar-cta p{
  color: #fff;
}

.innerservice-content .sidebar-content .sidebar-cta .link .call {
  display: block;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  color: #FFC00B;
}

.innerservice-content .sidebar-content .sidebar-cta .link .call svg {
  margin-right: 10px;
}



.innerservice-content .sidebar-content .sidebar-cta .link .chat {
  padding: 10px 20px;
  display: inline-block;
  background-color: #008631;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
}

.innerservice-content .sidebar-content .sidebar-cta .link a svg {
  animation: vibrateIcon .4s infinite alternate;
}

@keyframes vibrateIcon {

  0%,
  100% {
    transform: rotate(4deg);
  }

  50% {
    transform: rotate(-4deg);
  }
}


.innerenquiry-form {
  padding: 20px 30px;
  position: sticky;
  top: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  text-align: center;
}

.innerenquiry-form h5 {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.innerenquiry-form .form-control {
  padding: 10px 20px;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 300;
  color: #01203f;
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);

}

.innerenquiry-form button {
  padding: 10px 20px;
  background-color: #01203f;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: 700;
  font-size: 18px;
}

.innerenquiry-form button svg {
  margin-right: 6px;
}


@media (max-width:1200px) {
  .innerservice-content .main-content-wrapper .heading h2 {
    font-size: 38px;
  }

  .innerservice-content .innerfeature-box .feature-box p.title {
    font-size: 20px;
  }

  .innerservice-content .sidebar-content .sidebar-cta {
    padding: 80px 20px;
  }

  .innerservice-content .sidebar-content .sidebar-cta h5 {
    font-size: 22px;
  }

  .innerservice-content .sidebar-content .sidebar-cta .link .call {
    font-size: 26px;
  }

  .innerservice-content .main-content-wrapper {
    padding-right: 20px;
  }


}

@media (max-width:992px) {
  .innerservice-content .main-content-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }

}

@media (max-width:568px) {
  .innerservice-content .main-content-wrapper .heading h2 {
    font-size: 28px;
  }


}



/* -------------------------------------------------------------------------------------------------------------- */

.related-service {
  padding: 80px 0;
  background: url(../img/background/bg1.jpg) no-repeat fixed;
  background-size: cover;
  position: relative;
}

.related-service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.80);
}

.related-service .owl-item {
  padding: 20px;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.related-service .owl-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #01203f;
  transition: all 0.4s;
}

.related-service .owl-item.center::before {
  height: 100%;
}

.related-service .owl-item .img-box {
  width: 100%;
  height: 260px;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.related-service .owl-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-service .owl-item h4 {
  text-align: center;
  margin-top: -40px;
  margin-bottom: 16px;
}

.related-service .owl-item h4 a {
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  font-size: 22px;
  font-weight: 500;
  padding: 10px 20px;
  background-color: #01203f;
  transition: all 0.4s;
}

.related-service .owl-item.center h4 a {
  background-color: #FCD200;
  color: #01203f;

}

.related-service .owl-item p {
  color: rgba(0, 0, 0, 0.65);
  transition: all 0.4s;
}

.related-service .owl-item.center p {
  color: rgba(255, 255, 255, 0.9);
}

.related-service .owl-item .view-btn {
  display: flex;
  justify-content: space-between;
}

.related-service .owl-item .view-btn a {
  padding: 10px 20px;
  background-color: #01203f;
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.4s;

}

.related-service .owl-item.center .view-btn a {
  background-color: #fff;
  color: #01203f;
}

.related-service .owl-item .view-btn a:nth-child(2n) {
  background-color: transparent;
  color: #008631;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
}

.related-service .owl-item .view-btn a:nth-child(2n) svg {
  width: 20px;
  height: 20px;
  animation: vibrateIcon .5s infinite alternate;
}

.related-service .owl-item.center .view-btn a:nth-child(2n) {
  color: #00ce4b;
}



/* ------------------------------------------------------------------------------------------ */
.areawise-service-section {
  padding: 0 0 60px;
  position: relative;
}

.areawise-service-section ul {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 10px;
}

.areawise-service-section ul li {
  position: relative;
  background-color: #01203f;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.4s;
}

.areawise-service-section ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #e7191f;
  transition: all 0.4s;
}

.areawise-service-section ul li a {
  display: block;
  padding: 10px 20px;

  text-align: center;
  border-radius: 4px;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  position: relative;

}

.areawise-service-section ul li.active::before {
  width: 100%;
}

.areawise-service-section ul li.active {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.areawise-service-section .cta-text {
  text-align: center;
  padding: 20px 10px;
}

.areawise-service-section .cta-text h5 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #01203f;
}

.areawise-service-section .cta-text .main-btn {
  padding: 10px 20px;
  background-color: #e7191f;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

.areawise-service-section .cta-text .whatsapp-btn {
  background-color: #008631;
}






@media (max-width:568px) {
  .areawise-service-section ul {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .areawise-service-section ul li a {
    display: block;
    padding: 10px;
    font-weight: 400;
    font-size: 16px;
  }

  .areawise-service-section .cta-text .main-btn {
    padding: 10px;
    font-weight: 700;
    font-size: 16px;
  }
}



/* --------------------------------------------------------------------------------------------------------- */


.innercontact-section {
  padding: 80px 0;
  position: relative;
}

.innercontact-section h2.title {
  font-size: 36px;
  font-weight: 700;
  color: #01203f;
  margin-bottom: 30px;
}

.innercontact-section h2.title span {
  color: #e7191f;
}

.innercontact-section .contact-info-item {
  position: relative;
  padding: 20px 20px;
  background-color: #01203f;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  display: flex;
  gap: 20px;
  align-items: center;
  transition: all 0.4s;
}

.innercontact-section .contact-info-item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #e7191f;
  z-index: 0;
  transition: all 0.4s ease-in-out;
}

.innercontact-section .contact-info-item:hover::before {
  top: auto;
  height: 100%;
}

.innercontact-section .contact-info-item svg {
  width: 20px;
  height: 20px;
  padding: 20px;
  background-color: #e7191f;
  border-radius: 50%;
  color: #fff;
  transition: all 0.4s;
  position: relative;
}

.innercontact-section .contact-info-item:hover svg {
  background-color: #fff;
  color: #01203f;
}

.innercontact-section .contact-info-item p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.innercontact-section .contact-info-item a {
  color: #FFC00B;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.4s;
}

.innercontact-section .contact-info-item a.call {
  font-size: 22px;
}

.innercontact-section .contact-info-item:hover a {
  color: #fff;
}

.innercontact-section .right-content {
  padding-left: 60px;
  position: relative;
}

.innercontact-section .form-group {
  margin-bottom: 14px;
}

.innercontact-section .form-group .form-control {
  position: relative;
  padding: 14px 20px;
  border-radius: 10px;
  font-weight: 500;
  color: #01203f;
  border-color: rgba(0, 0, 0, 0.1);
}

.innercontact-section form button {
  background-color: #01203f;
  color: #fff;
  font-size: 18px;

  padding: 10px 20px;
  font-weight: 700;
  border-radius: 4px;
  border: none;
}

.innercontact-section form button svg {
  margin-right: 6px;
}

.innercontact-section .map-section {
  margin-top: 50px;
}

.innercontact-section .map-section iframe {
  width: 100%;
  height: 500px;
  border-radius: 10px;
}

@media (max-width:992px) {
  .innercontact-section .right-content {
    padding-left: 0;
    position: relative;
    margin-top: 30px;
  }
}

@media (max-width:768px) {
  .innercontact-section .map-section iframe {
    width: 100%;
    height: 360px;
    border-radius: 10px;
  }

}