@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

body {
  word-break: break-word;

  color: #b7b7b7;

  overflow-x: hidden;

  font-size: 14px;

  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;

  color: #b7b7b7;

  white-space: initial;

  display: inline-block;
}

a:hover,
a:focus {
  text-decoration: none;

  color: #236ad4;
}

a:hover {
  transition: all 0.5s ease-in-out;

  -webkit-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;

  margin: 0;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;

  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;

  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;

  opacity: 1;
}

ul {
  margin: 0 0 0px;

  padding: 0;

  list-style-type: none;
}

img {
  max-width: 100%;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";

  src: url(../fonts/fontawesome-webfont.eot);

  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "Fonts Awesome";

  src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
  font-family: "Agency FB Bold";

  src: url("../fonts/agency-fb.TTF");
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-8 {
  padding-top: 80px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-2 {
  padding-top: 20px;
}

.all-section {
  padding: 80px 0;
}

.centerCol {
  float: none;

  margin: 0 auto;
}

.d-flex {
  display: flex;

  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

.flexRow {
  display: -webkit-box;

  display: -moz-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;

  -moz-box-flex: 1;

  -webkit-flex: 1;

  -ms-flex: 1;

  flex: 1;

  align-items: center;
}

h1 {
  font-family: "Agency FB Bold";

  font-size: 76px;

  color: #fff;

  font-weight: 500;

  margin: 0 0 0px;
}

h2 {
  font-family: "Agency FB Bold";

  font-size: 76px;

  color: #000;

  font-weight: 500;

  margin: 0 0 0px;
}

h3 {
  font-family: "Agency FB Bold";

  font-size: 55px;

  color: #ed982e;

  font-weight: 600;

  margin: 0 0 0px;
}

h4 {
  font-family: "Agency FB Bold";

  font-size: 40px;

  color: #000;

  font-weight: 500;

  margin: 0 0 0px;
}

h5 {
  font-family: "Agency FB Bold";

  font-size: 30px;

  color: #000;

  font-weight: 500;

  margin: 0 0 0px;
}

h6 {
  font-family: "Agency FB Bold";

  font-size: 14px;

  color: #000;

  font-weight: 500;

  margin: 0 0 0px;
}

p {
  color: #000;

  font-size: 15px;

  font-family: "Montserrat", sans-serif;

  font-weight: 400;

  letter-spacing: 0px;

  margin: 0px;
}

#scroll_bar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #236ad4;

  background-color: #fff;
}

#scroll_bar::-webkit-scrollbar {
  width: 10px;

  background-color: #fff;
}

#scroll_bar::-webkit-scrollbar-thumb {
  background-color: #236ad4;

  /* border: 2px solid #fff; */
}

.theme-padding {
  padding: 0 6%;

  max-width: 1920px;

  margin: 0 auto;
}

/* theme button starts */

.theme-btn {
  height: 55px;

  width: fit-content;

  background-color: #e8952d;

  padding: 0 100px 0 50px;

  position: relative;

  display: inline-flex;

  justify-content: center;

  align-items: center;

  text-align: center;

  color: white;

  text-transform: uppercase;

  border-radius: 5px;

  transition: background-color 0.3s ease, transform 0.3s ease,
    box-shadow 0.3s ease;

  border: 1px solid;

  border-block-end-width: white;
}

.theme-btn:hover {
  background-color: #d17a1e;

  transform: translateY(-3px);

  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);

  color: white;
}

.theme-btn span {
  height: 60px;

  width: 60px;

  background-color: white;

  display: inline-flex;

  justify-content: center;

  align-items: center;

  text-align: center;

  position: absolute;

  top: -3px;

  right: 0;

  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;

  border-radius: 4px;

  transition: background-color 0.3s ease, transform 0.3s ease,
    box-shadow 0.3s ease;
}

.theme-btn:hover span {
  background-color: #e8952d;

  transform: scale(1.1);

  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.theme-btn:hover span img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(34%) saturate(2%)
    hue-rotate(164deg) brightness(113%) contrast(100%);
}

/* theme button ends */

/*header css start */

.menuSec ul {
  display: flex;

  justify-content: space-between;

  align-items: center;
}

header {
  padding: 0px 0;
}

header .row {
  align-items: center;
}

.header-right {
  display: flex;

  justify-content: flex-end;

  align-items: center;
}

.menuSec ul li a {
  text-transform: uppercase;

  color: #000000ba;
}

.header-logo a img {
  height: 100px;

  width: 100px;

  object-fit: scale-down;
}

/*header css ends */

/*banner css start */

section.hero-banner {
  height: 800px;
  width: 97.5%;
  position: relative;
  margin: 20px;
  border-radius: 20px;
  margin-top: 5px !important;
  overflow: hidden;
}

section.hero-banner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 97.6%;
  height: 100%;
  background: url("../images/hero-bg.png") no-repeat;
  background-size: cover;
  background-position: 29vw -20vh;
  z-index: -1;
}

/* top: 0;
right: 1.2%;
width: 57.6%;
height: 100%;
z-index: -1;
background: url(../images/contact-bg.jpg) no-repeat;
content: "";
background-size: cover;
clip-path: polygon(0 0%, 100% 0%, 100% 100%, 25.3% 100%);
border-radius: 0 20px 20px 0; */
section.hero-banner > .container-fluid {
  height: 100%;

  padding: 0;

  margin: 0;
}

section.hero-banner > .container-fluid > .hero_slidder {
  height: 100%;
}

section.hero-banner > .container-fluid > .hero_slidder div {
  height: 100%;
}

section.hero-banner > .container-fluid > .hero_slidder div .row {
  height: 100%;
}

section.hero-banner > .container-fluid > .hero_slidder div .row .hero-content {
  height: 100%;

  display: flex;

  flex-direction: column;

  justify-content: center;
}

.hero_slidder {
  background: url("../images/hero-left.png") no-repeat;

  background-size: cover;

  width: 50vw;

  padding-left: 0;

  margin-left: 0;

  background-position: bottom;

  border-radius: 20px 0 0 20px;
}

.hero-btns {
  width: 100%;

  display: flex;

  justify-content: space-between;

  align-items: center;

  position: absolute;

  top: 50%;
}

.hero-btns button {
  transform: rotate(270deg);
  height: 34px;
  width: fit-content;
  padding: 0 40px;
  background: white;
  border: 1px solid transparent;
  color: #ed982e;
  text-transform: uppercase;
}

.hero-slidder-prev {
  margin: 0 0 0 -3vw;
  border-radius: 0px 0px 10px 10px;
}

.hero-slidder-next {
  margin: 0 -3vw 0 0;
  border-radius: 10px 10px 0px 0px;
}

.hero-info {
  font-size: 14px;
  font-weight: 600;
  color: #ed982e !important;
  text-transform: uppercase;
  padding: 0 0 4px 0;
}

.hero-content h1 {
  line-height: 90px;
  padding: 10px 0 15px 0;
  text-transform: uppercase;
}

.hero-content p {
  color: white;
}

.hero-content .theme-btn span img {
  display: flex;

  justify-content: center;

  align-items: center;

  object-fit: scale-down;
}

.hero-content .theme-btn {
  margin: 30px 0 0 0;
}

/*banner css end*/

/* about sec starts  */

section.about-sec {
  margin: 100px 0;
}

.about-sec-left img {
  height: 585px;

  width: 100%;

  object-fit: cover;

  border-radius: 20px;
}

.about-sec-right {
  display: flex;

  flex-direction: column;

  justify-content: space-between;

  align-items: center;

  position: relative;

  height: 100%;

  padding: 0 0 0 3%;
}

.our-mision-box {
  background: #236ad4;

  padding: 25px;

  position: absolute;

  left: -10%;

  bottom: -10%;

  border: 10px solid white;

  border-radius: 20px;
}

.about-sec-right h2 {
  text-transform: uppercase;

  line-height: 72px;
}

.about-sec-right h3 {
  text-transform: uppercase;
}

.about-sec-right p {
  padding: 15px 0 30px 0;
}

.our-mision-box h4 {
  color: white;

  text-transform: uppercase;
}

.our-mision-box p {
  color: white;

  padding: 10px 0 0 0;
}

/* about sec ends */

/* why choiose us starts  */

.why-choose-wrapper-heading {
  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 0 0 20px 0;
}

.why-choose-heading-left {
  width: 50%;
}

.why-choose-heading-right {
  width: 50%;
}

section.why-choose-us {
  margin: 100px 0;
}

.why-choose-left {
  background-color: #236ad4;
  position: relative;
  padding: 50px;
  border-radius: 20px;
  margin: 0 5% 0 0;
}
.why-choose-heading-right {
  padding: 0 0 0 6%;
}

.why-choose-right {
  padding: 0 0 0 9%;
}

.why-chooose-upper-row {
  display: flex;

  justify-content: space-between;
}

.why-chooose-lower-row {
  display: flex;

  justify-content: space-between;
}

.why-chooose-upper-row div {
  width: 50%;
}

.why-chooose-lower-row div {
  width: 50%;
}

.why-choose-left::before {
  content: "";

  width: 1px;

  height: 70%;

  background: #91b5ea;

  position: absolute;

  top: 20%;

  left: 45%;
}

.why-choose-left::after {
  content: "";

  width: 80%;

  height: 1px;

  background: #91b5ea;

  position: absolute;

  bottom: 48%;

  right: 10%;
}

.why-chooose-upper-box1 {
  padding: 0 0px 50px 0;
}

.why-chooose-upper-box2 {
  padding: 0 0 0 9%;
}

.why-choose-left h3 {
  color: white;

  font-weight: 900;
}

.why-choose-left h3 span {
  color: #ed982e;
}

.why-choose-left p {
  color: white;
}

.why-chooose-lower-row div:nth-child(2) {
  padding: 0 0 0 50px !important;
}

.why-choose-right img {
  height: 365px;

  width: 100%;

  object-fit: cover;

  border-radius: 20px;
}

section.why-choose-us .row {
  align-items: center;
}

.choose-box-icon {
  width: 85px;

  height: 85px;

  background: #ed9a33;

  border-radius: 10px;

  display: flex;

  justify-content: center;

  align-items: center;

  text-align: center;
}

.choose-box {
  display: flex;

  justify-content: space-between;

  align-items: center;

  gap: 30px;

  margin: 30px 0 0 0;
}

.choose-box-txt {
  width: 80%;

  height: 100%;

  display: flex;

  flex-direction: column;

  justify-content: space-between;
}

.choose-box-txt h5 {
  text-transform: uppercase;

  padding: 0 0 2px 0;
}

.why-choose-heading-left h3 {
  text-transform: uppercase;
}

.why-choose-heading-left h2 {
  text-transform: uppercase;
}

/* why choiose us ends */

/* Contact us starts */

.contact-us {
  height: auto;

  width: 100%;

  /* background: url("../images/contact-bg.jpg") no-repeat; */

  background-size: cover;

  background-position: center;

  position: relative;

  margin: 10px;

  border-radius: 20px;

  background-position: 300px 0px;
}

.contact-left {
  /* background: #236ad4; */

  /* clip-path: polygon(0 0, 69% 0, 95% 100%, 0% 100%); */

  height: 100%;

  border-radius: 20px 0 0 20px;

  height: 100%;

  position: relative;

  z-index: 1;
}

section.contact-us > .container-fluid {
  height: 100%;

  padding: 0;
}

section.contact-us > .container-fluid > .row {
  height: 100%;

  padding: 0;
}

.contact-left input {
  width: 100%;

  height: 50px;

  padding: 20px;

  margin: 0 0 20px 0;

  border: 1px solid transparent;

  border-radius: 5px;

  position: relative;
}

.contact-left input::before {
  content: "";

  width: 100px;

  height: 50px;

  background: red;

  position: absolute;

  right: 0;
}

.contact-left textarea {
  height: 180px;

  width: 100%;

  padding: 20px;

  border: 1px solid transparent;

  margin: 0 0 20px 0;

  resize: none;

  border-radius: 5px;
}

.contact-left-inner {
  width: 100%;

  margin: 0;

  display: flex;

  flex-direction: column;

  justify-content: center;

  height: 100%;

  padding: 90px 0 90px 10%;
}

.contact-left input::placeholder {
  text-transform: uppercase;
}

.contact-left textarea::placeholder {
  text-transform: uppercase;
}

.contact-left h2 {
  font-size: 68px;

  color: white;

  text-transform: uppercase;

  padding: 0 0 30px 0;
}

/* Contact us ends */

/* Quick sec starts  */

section.quick-sec {
  height: 430px;

  width: 96%;

  background: url("../images/quick-bg.png") no-repeat;

  background-size: cover;

  position: relative;

  margin: 10% 2% 100px 2%;

  object-position: 0 0;

  border-radius: 20px;
}

section.quick-sec::before {
  content: "";

  width: 100%;

  height: 100%;

  background-color: rgba(35, 106, 212, 0.99);

  position: absolute;

  z-index: -1;

  border-radius: 20px;
}

.quick-right img {
  height: 65vh;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 560px;
}

.quick-right {
  display: flex;

  justify-content: center;

  align-items: center;

  position: relative;

  height: 100%;
}

section.quick-sec > .container-fluid {
  height: 100%;
}

section.quick-sec > .container-fluid > .row {
  height: 100%;
}

.quick-left h2 {
  color: white;

  font-size: 65px;

  text-transform: uppercase;

  font-weight: 300;
  margin-bottom: 20px;
}

.quick-left p {
  color: white;

  padding: 10px 0 22px 0;
}

.quick-left {
  height: 100%;

  display: flex;

  flex-direction: column;

  justify-content: center;
}

.contact-us::before {
  position: absolute;

  top: 0;

  right: 1.2%;

  width: 57.6%;

  height: 100%;

  z-index: -1;

  background: url(../images/contact-bg.jpg) no-repeat;

  content: "";

  background-size: cover;

  clip-path: polygon(0 0%, 100% 0%, 100% 100%, 25.3% 100%);

  border-radius: 0 20px 20px 0;
}

.contact-left::before {
  position: absolute;

  top: 0;

  left: 0;

  width: 117%;

  height: 100%;

  z-index: -1;

  content: "";

  background: #236ad4;

  clip-path: polygon(0 0, 69% 0, 95% 100%, 0% 100%);

  border-radius: 20px 0 0 20px;
}

form.contact {
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
}

/* Quick sec ends */

/* our services starst  */

.faq-wrapper {
  display: flex;

  grid-template-columns: repeat(4, 1fr);

  min-height: 460px;

  background: white;

  border-radius: 12px;

  overflow: hidden;

  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.faq-item {
  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  border-right: 1px solid #eee;

  cursor: pointer;

  transition: all 0.4s ease;

  overflow: hidden;

  position: relative;

  width: 170px;

  padding: 0 !important;

  margin: 0 !important;
}

.faq-item h2 {
  transform: rotate(360deg);

  margin: 0;

  font-size: 40px;

  color: #ed982e;

  transition: 0.3s ease;
}

.faq-item.active {
  grid-column: span 3;

  align-items: flex-start;

  padding: 0px;

  background: #fff;

  width: fit-content;

  width: 70%;
}

.faq-item.active h2 {
  writing-mode: sideways-lr;
  transform: none;
  font-size: 24px;
  color: #1e1d42;
  margin-bottom: 0;
  text-align: center;
}

.faq-item .faq-content {
  display: none;

  flex-direction: column;

  gap: 12px;
}

.faq-item.active .faq-content {
  display: flex;

  animation: fadeIn 0.5s ease;
}

.faq-item img {
  width: 54%;

  border-radius: 10px;

  margin-top: 50px;

  height: 365px;

  padding: 0;

  margin: 0;
}

.faq-text {
  font-size: 14px;

  line-height: 1.6;

  color: #333;
}

@keyframes fadeIn {
  from {
    opacity: 0;

    transform: translateY(10px);
  }

  to {
    opacity: 1;

    transform: translateY(0);
  }
}

.head-num {
  display: flex;
  align-items: center;
  transform: rotate(-90deg);
  gap: 30px;
  width: 476px;
  height: 40px;
  flex-direction: row-reverse;
  justify-content: center;
}

.head-num h4 {
  font-size: 25px;
  color: #ed982e;
  text-transform: uppercase;
  font-weight: 600;
}

.faq-item.active .head-num {
  display: none;
}

section.faq-sec {
  background-image: url(../images/faq-bg-img.png);

  height: 100%;

  width: 100%;

  background-repeat: no-repeat;

  background-size: cover;

  padding: 40px 0px;

  margin-bottom: 100px;
}

.faq-top-heading h4 {
  color: #fff;
}

.faq-top-heading h2 {
  color: #fff;
}

.faq-top-text p {
  color: #fff;
}

.head-num-active-sd {
  background: #ed982e;
  height: 502px;
  text-align: center;
  margin-top: -1px;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  justify-content: center;
}

.head-num-active-sd h2 {
  color: #fff;
}

.head-num-active-sd h2 {
  color: #fff !important;

  font-size: 30px !important;
}

.head-num-active-sd h4 {
  gap: 30px;
  width: auto;
  height: 90%;
  font-size: 26px;
  color: #fff;
  top: 53%;
  left: 36%;
  /* position: absolute; */
  font-weight: 600;
  text-transform: uppercase;
  writing-mode: sideways-lr;
}

.active-faq-box-icon-img {
  position: relative;

  display: flex;

  align-items: center;

  gap: 50px;

  padding: 0 0 0 0;
}

.active-faq-box-icon-img-icon {
  position: absolute;

  bottom: 40px;

  right: 30px;
}

.active-faq-box-icon-img p {
  width: 72%;

  margin: 10px 0;
}

.faq-content .row {
  align-items: center;
}

.faq-content a img {
  object-fit: scale-down;
}

.our-services-sec {
  width: auto;

  height: 100%;

  margin: 0 20px;

  background: url("../images/services-bg.png") no-repeat center;

  background-size: cover;

  position: relative;

  border-radius: 20px;
}

.our-services-sec::before {
  content: "";

  width: 100%;

  height: 100%;

  position: absolute;

  background-color: rgba(35, 106, 212, 0.99);

  z-index: -1;

  border-radius: 20px;
}

.services-heading.text-center {
  padding: 0 0 30px 0;
}

.services-heading.text-center h2 {
  font-size: 76px;

  color: white;

  text-transform: uppercase;
}

.services-heading.text-center p {
  color: white;
}

/* our services ends */

/* footer starts */

.footer-sec {
  background: url("../images/footer-bg.png") no-repeat center;

  background-size: cover;

  position: relative;

  border-radius: 20px;

  background-position: 0 0;

  height: 100%;

  width: auto;

  margin: 0 20px;
}

.footer-sec::before {
  content: "";

  width: 100%;

  height: 100%;

  position: absolute;

  background-color: rgba(35, 106, 212, 0.99);

  z-index: -1;

  border-radius: 20px;
}

footer.footer-sec a {
  color: white;

  transition: color 0.3s ease;
}

footer.footer-sec a:hover {
  color: #e8952d;
}
.footer-main-row {
  margin: 60px 0 0 00;
}
.footer-logo img {
  height: 130px;

  width: auto;

  object-fit: cover;

  transition: transform 0.3s ease;

  cursor: pointer;
}

.footer-logo img:hover {
  transform: scale(1.05);
}

footer.footer-sec p {
  color: white;
}

.foote-socials ul {
  display: flex;

  gap: 10px;
}

.foote-socials ul li a {
  height: 40px;

  width: 40px;

  display: inline-flex;

  justify-content: center;

  align-items: center;

  text-align: center;

  color: #e8952d;

  background: white;

  font-size: 21px;

  border-radius: 5px;

  transition: background 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

.foote-socials ul li a:hover {
  background: #e8952d;

  color: white;

  transform: scale(1.1);
}

footer.footer-sec h6 {
  color: white;

  font-size: 30px;

  text-transform: uppercase;

  padding: 0 0 30px 0;

  position: relative;
}

.footer-top-row {
  padding: 80px 0 60px 0;
  border-bottom: 1px solid white;
}

.footer-top-right input {
  height: 72px;

  width: 78%;

  border: 1px solid transparent;

  padding: 20px;

  border-radius: 10px;

  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.footer-top-right input:hover,
.footer-top-right input:focus {
  border-color: #e8952d;

  box-shadow: 0 0 8px rgba(232, 149, 45, 0.5);

  outline: none;
}

.footer-top-right button {
  width: 126px;

  height: 72px;

  background: #e8952d;

  border-radius: 10px;

  border: 1px solid transparent;

  transition: background 0.3s ease, transform 0.3s ease;
}

.footer-top-right button:hover {
  background: #d17a1e;

  transform: scale(1.05);
}

.footer-top-right form {
  display: flex;

  gap: 30px;
}

.footer-top-left h3 {
  color: white;

  font-size: 42px;

  text-transform: uppercase;

  padding: 0 0 10px 0;
}

.footer-quick-links ul {
  display: flex;

  flex-direction: column;

  gap: 30px;
}

.footer-quick-links ul li a {
  text-transform: capitalize;

  display: flex;

  align-items: center;

  transition: transform 0.3s ease;
}

.footer-quick-links ul li a:hover {
  transform: translateX(10px);
}

.footer-quick-links ul li a i {
  color: #e8952d;

  font-size: 16px;

  transform: rotate(-48deg);

  margin: 0 10px 0 0;

  transition: color 0.3s ease;
}

.footer-quick-links ul li a:hover i {
  color: white;
}

.our-services ul {
  display: flex;

  flex-direction: column;

  gap: 30px;
}

.our-services ul li a {
  text-transform: capitalize;
      gap: 10px;

  display: flex;

  align-items: center;

  transition: transform 0.3s ease;
}

.our-services ul li a:hover {
  transform: translateX(10px);
}
ul.footer-contact img {
    width: 23px !important;
}
.our-services ul li a i {
  color: #e8952d;

  font-size: 16px;

  transform: rotate(-48deg);

  margin: 0 10px 0 0;

  transition: color 0.3s ease;
}

.our-services ul li a:hover i {
  color: white;
}

.footer-logo-wrapper p {
  padding: 30px 0;
}

.footer-contact-info ul li a {
  display: inline-flex;

  align-items: center;

  gap: 20px;

  margin: 0 0 20px 0;
}

.footer-contact-icon {
  background: #e8952d;

  height: 55px;

  width: 55px;

  display: flex;

  justify-content: center;

  align-items: center;

  text-align: center;

  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);

  transition: transform 0.3s ease, background 0.3s ease;
}

.footer-contact-info ul li a:hover .footer-contact-icon {
  transform: rotate(10deg);

  background: #d17a1e;
}

.copy-right-row {
  padding: 20px 0;

  border-top: 1px solid white;

  margin: 30px 0 0 0;
}

.copy-right-row p {
  text-align: center;
}

.footer-contact-txt p {
  color: #ffffff78 !important;
}

/* footer ends */
