@font-face {
  font-family: "AgenorNeue";
  src: url("../../assets/font/AgenorNeue-Regular.otf");
  font-weight: normal;
  font-style: normal;
}

a.primary-btn {
  border: 1px solid var(--mastercolor);
  transition: all ease-in-out;
  transition-duration: 0.3s;
  white-space: nowrap;
}

.banner-btn a.btn {
  transition: all ease-in-out;
  transition-duration: 0.3s;
}

.banner-btn a.btn:hover {
  background-color: var(--mastercolor);
  color: var(--text-white);
}

.inner-page h1 {
  font-weight: 500;
  font-size: 70px;
  line-height: 85px;
  color: var(--text-white);
  width: fit-content;
  position: relative;
}

.inner-page h1:after {
  content: "";
  position: absolute;
  background-image: url("../../assets/images/banner-title-icon.png");
  background-repeat: no-repeat;
  top: 50%;
  transform: translate(50%, -50%);
  right: -30%;
  height: 47px;
  width: 83px;
  background-size: contain;
}

.inner-page .ban-cnt-bg {
  background-position: right;
  background-size: 100%;
  min-height: 300px;
  height: 390px;
}

@media (max-width: 1600px) {
  .banner-title h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 44px;
  }

  .inner-page .ban-cnt-bg {
    height: 330px;
  }

  .inner-page h1 {
    padding-left: 30px;
    font-size: 50px;
  }
}

@media (max-width: 1366px) {
  .inner-page h1 {
    font-size: 40px;
  }

  .banner-title h1 {
    font-size: 50px;
  }
}

@media (max-width: 1024px) {
  .inner-page .ban-cnt-bg {
    height: 220px;
    min-height: 220px;
  }
}

@media (max-width: 768px) {
  .inner-page .ban-cnt-bg {
    height: 180px;
    min-height: 180px;
  }

  .inner-page h1:after {
    height: 20px;
    width: 33px;
  }
}

@media (max-width: 575px) {
  .inner-page .ban-cnt-bg {
    height: 200px;
    min-height: 200px;
    background-size: cover;
    background-position-x: 80%;
    margin: 0;
  }

  .inner-page h1 {
    font-size: 25px;
    padding-left: 0;
  }

  .inner-page h1:after {
    height: 17px;
    width: 23px;
  }
}
h1,
h2,
h3,
h4 {
  font-family: "AgenorNeue" !important;
  text-align: left !important;
  color: var(--mastercolor);
}

.h4 {
  font-size: 30px;
  color: var(--mastercolor);
  font-weight: 500;
  font-family: "AgenorNeue" !important;
  margin-bottom: 30px;
}

h2 {
  position: relative;
  margin-bottom: 30px !important;
}

@media (max-width: 1366px) {
  h2 {
    font-size: 36px;
  }
}

h2.center {
  width: fit-content;
  margin: 0 auto;
}

h2.center:after {
  background-position: center;
}

h2:after {
  content: "";
  background-image: url("../../assets/images/underline-vector.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -15%;
  background-size: contain;
  height: 9px;
  width: 100%;
  min-width: 100%;
}
p.foot-main-menu {
  position: relative;
  margin-bottom: 40px;
}
p.foot-main-menu:after {
  content: "";
  background-image: url(../../assets/images/underline-vector.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -14px;
  background-size: cover;
  height: 5px;
  width: 125px;
  min-width: auto;
  background-position: right;
}

a.primary-btn:hover {
  background-color: #fff !important;
  color: var(--mastercolor) !important;
}

header {
  z-index: 9;
}

.home .ban-cnt-bg {
  position: relative;
}

.ban-cnt-sc {
  padding: 50px 0;
}

.home .ban-cnt-bg:before {
  content: "";
  background-image: url("../../assets/images/re-vector.png");
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  right: 7%;
  top: -45%;
  background-size: contain;
  height: 100%;
  width: fit-content;
  min-height: 500px;
  min-width: 500px;
}

.home .ban-cnt-bg:after {
  content: "";
  background-image: url("../../assets/images/client-img-hm-bnr.png");
  background-repeat: no-repeat;
  z-index: 2;
  position: absolute;
  right: 7%;
  bottom: 0;
  background-size: contain;
  height: 740px;
  width: 490px;
}

@media (max-width: 1200px) {
  .home .ban-cnt-bg:after {
    height: 600px;
    width: 410px;
  }
}

.vCenter {
  align-items: center;
}

.vector-one {
  position: relative;
}

.vector-one:after {
  content: "";
  position: absolute;
  background-image: url("../../assets/images/vector-one.svg");
  background-repeat: no-repeat;
  top: 40%;
  right: -7%;
  height: 69px;
  width: 60px;
  background-size: contain;
}

.vector-two {
  position: relative;
}

.vector-two:after {
  content: "";
  position: absolute;
  background-image: url("../../assets/images/vector-two.svg");
  background-repeat: no-repeat;
  top: 40%;
  left: -7%;
  height: 69px;
  width: 60px;
  background-size: contain;
}

.vector-two-top-right {
  position: relative;
}

.vector-two-top-right:after {
  content: "";
  position: absolute;
  background-image: url("../../assets/images/vector-one.svg");
  background-repeat: no-repeat;
  top: 10%;
  right: -7%;
  height: 69px;
  width: 60px;
  background-size: contain;
}

@media (max-width: 1199px) {
  .vector-one:after {
    top: 20%;
    left: 2%;
    opacity: 0.5;
    height: 39px;
    width: 30px;
  }
}

@media (max-width: 1199px) {
  .vector-two:after {
    top: 20%;
    left: -2%;
    height: 39px;
    width: 30px;
    opacity: 0.8;
  }
}


/* ==============Home Service================== */

.services-section {
  background-color: #f4f4f4;
  padding: 100px 0;
  text-align: center;
  background-image: url("../../assets/images/service-sec-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-position: center;
}

.services-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.service-box {
  flex-basis: 49% !important;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 50px;
  background: linear-gradient(180deg, #e0e1f0 0%, #ffffff 100%);
  transition: all ease-in-out;
  transition-duration: 0.3s;
  min-height: 500px;
  width: 500px;
  align-items: center;
  align-items: center;
  display: flex;
  flex-flow: column;
  gap: 20px;
  overflow: hidden;
}

.service-icon {
  display: block;
  margin: 0 auto 20px;
  width: 200px;
  height: 200px;
  line-height: 60px;
  border-radius: 50%;
  background-color: var(--mastercolor);
  /* Dark gray icon background */
  color: white;
  font-size: 24px;
}

.service-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 30px;
}

.service-description {
  font-size: 22px;
  color: #666;
  line-height: 1.6;
}

.read-more {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  /* Blue button */
  color: white;
  text-decoration: none;
  border-radius: 4px;
  margin-top: 20px;
  transition: background-color 0.3s ease;
  /* Smooth transition for button */
}

.read-more:hover {
  background-color: #0069d9;
  /* Darker blue on hover */
}

/* Hover effect */
.service-box:hover {
  transform: translateY(-5px);
  /* Slight lift on hover */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  /* Increased shadow on hover */
  background: linear-gradient(180deg, #1f2151 0%, #454778 100%);
  color: var(--text-white);
}

.service-box:hover .service-description,
.service-box:hover .service-title {
  color: var(--text-white);
}

.service-box:hover .service-icon:after {
  background-image: url("../../assets/images/re-vector-serv.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 500px;
  width: 500px;
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  transform: translate(-47%, 0);
}

@media (max-width: 1199px) {
  .services-section {
    padding: 80px 0;
  }

  .service-box {
    flex-basis: 48% !important;
  }
}

@media (max-width: 768px) {
  .service-box {
    flex-basis: 100% !important;
  }
}

/* ==============Home Service End================== */

/* ==============testimonials Start================== */
.testimonials-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  /* Allow wrapping on smaller screens */
  padding: 20px;
}

.testimonial-box {
  transition: all ease-in-out;
  transition-duration: 0.3s;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin: 10px;
  width: 33%;
  position: relative;
  transition: transform 0.3sease, box-shadow 0.3sease;
  background-image: url("../../assets/images/testimonial-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  background-position-y: 110%;
  padding: 30px !important;
  min-height: 500px !important;
}

.testimonial-box:hover {
  transform: translateY(-5px);
  /* Slight lift on hover */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  /* Increased shadow on hover */
}

.testimonial-quote {
  width: 100%;
  height: 55px;
  float: left;
}

.testimonial-quote:before {
  background-image: url("../../assets/images/testi-q.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 54px;
  width: 70px;
  position: absolute;
  content: "";
  left: 50%;
  top: 20px;
  transform: translate(-50%, 0);
}

.testimonial-text {
  font-family: Raleway;
  font-weight: 500;
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 70px;
  line-height: 1.6;
  color: var(--gray2);
  /* Adjust line height as needed*/
}

.testimonial-author {
  text-align: center;
  margin-top: 20px;
}

.testimonial-author img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 10px !important;
  margin: 0 auto;
}

.testimonial-author-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}

.testimonial-author-info {
  color: var(--mastercolor);
}

section.testimonial-sec .h4.center {
  font-family: "Raleway", sans-serif !important;
  font-weight: 300 !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .testimonials-container {
    flex-direction: column;
    /* Stack testimonials vertically */
  }

  .testimonial-box {
    width: calc(100% - 40px);
    /* Adjust width to fit screen */
  }
}

/* ==============testimonials End================== */

/* ==============Inner service fold start================== */

.serv-inner .cnt-right .d-flex.vCenter,
.serv-inner .cnt-left .d-flex.vCenter {
  gap: 20px;
  margin-bottom: 40px;
}

.serv-inner .cnt-right .d-flex.vCenter h2,
.serv-inner .cnt-left .d-flex.vCenter h2 {
  margin-bottom: 0px !important;
}

.serv-inner .cnt-right .d-flex.vCenter img,
.serv-inner .cnt-left .d-flex.vCenter img {
  width: 90px;
  height: 90px;
}

@media (max-width: 1366px) {
  .serv-inner .cnt-right .d-flex.vCenter img,
  .serv-inner .cnt-left .d-flex.vCenter img {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 1600px) {
  .home .ban-cnt-bg:after {
    height: 680px;
  }

  .banner-description p {
    font-size: 23px;
  }
}

@media (max-width: 1200px) {
  footer:after {
    width: 500px;
    opacity: 0.3;
  }

  section.testimonial-sec {
    background-size: 1050px !important;
  }

  .home .ban-cnt-bg:after {
    height: 550px;
  }

  .banner-description p {
    font-size: 18px;
  }

  .home .ban-cnt-bg:before {
    right: 0;
  }

  .home .ban-cnt-bg::after {
    right: 0;
  }

  .ban-cnt-bg {
    margin: 0;
    background-size: cover;
    background-position: center;
    height: 380px;
    width: 100% !important;
  }

  .cnt-row.d-flex {
    gap: 50px;
  }
}

.banner-description p {
  line-height: 1.5;
}

@media (max-width: 767px) {
  section.testimonial-sec {
    background-size: 850px !important;
  }

  .home .ban-cnt-bg {
    overflow: hidden;
  }

  h2 {
    font-size: 26px;
    padding-bottom: 10px;
  }

  .h4 {
    font-size: 17px;
  }

  .h4 br {
    display: none;
  }

  .home .ban-cnt-bg::after {
    right: auto;
    left: 60%;
    overflow: hidden;
    height: 350px;
  }

  .banner-btn a.btn {
    font-size: 16px;
    padding: 10px 17px;
  }

  .ban-cnt-bg {
    height: 400px;
  }

  .banner-description {
    width: 65%;
  }

  .banner-title h1 {
    font-size: 32px;
  }

  .ban-cnt-sc {
    padding: 20px 0;
  }

  section.banner-sec {
    padding-top: 110px;
  }

  .home .ban-cnt-bg:before {
    min-height: 200px;
    min-width: 200px;
    top: -25%;
  }
}

.connect-section {
  display: flex;
  align-items: center;
  /* Vertically center items */
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #f2f3ff 100%);
  border: 0.8px solid #1f2151;
  border-radius: 20px;
  border-width: 0.8px;
  gap: 50px;
  position: relative;
}

.connect-section:before {
  content: "";
  position: absolute;
  background-image: url("../../assets/images/dot-vector-blue.png");
  background-repeat: no-repeat;
  bottom: -25px;
  left: -70px;
  z-index: -1;
  height: 47px;
  width: 83px;
  background-size: contain;
}

.connect-section:after {
  content: "";
  position: absolute;
  background-image: url("../../assets/images/vector-two.svg");
  background-repeat: no-repeat;
  top: 120%;
  right: -7%;
  height: 69px;
  width: 60px;
  background-size: contain;
}

.connect-section .image-container {
  flex: 1;
  /* Image takes up available space */
  max-width: 400px;
  /* Limit the image width for responsiveness */
}

.connect-section .image-container img {
  max-width: 100%;
  /* Image scales to fit container */
  height: auto;
  /* Maintain aspect ratio */
  display: block;
  /* Remove extra space below the image */
}

.connect-section .text-container {
  flex: 1;
  /* Text takes up available space */
  padding: 0 20px;
  /* Add padding to the right of text */
  text-align: center;
  /* Center text horizontally */
}

.connect-section .text-container h2 {
  margin-bottom: 10px !important;
  line-height: 1.2;
  font-size: 40px;
}

.connect-section .text-container h2:after {
  display: none;
}

.connect-section .text-container p {
  color: #555;
  /* Slightly lighter gray paragraph text */
  margin-bottom: 20px;
  font-size: 1rem;
}

.connect-section .text-container a.primary-btn {
  float: left;
}

.connect-section .logo-container {
  text-align: right;
  margin-right: 50px;
}

.connect-section .logo-container img {
  max-width: 170px;
}

.connect-section .image-container img {
  border-radius: 20px 0 0 20px;
}

.no-vector::before,
.no-vector::after {
  display: none !important;
}

/* Responsive adjustments */
@media (max-width: 1440px) {
  .connect-section .text-container h2 {
    font-size: 31px;
  }
}

@media (max-width: 1024px) {
  .home .ban-cnt-bg:after {
    height: 450px;
    width: 300px;
  }

  .connect-section:before {
    bottom: -25px;
    left: -20px;
    height: 37px;
    width: 53px;
  }

  .connect-section .text-container h2 {
    font-size: 24px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .connect-section .text-container h2 br {
    display: none;
  }

  .connect-section .image-container img {
    width: 100%;
    border-radius: 20px 20px 0 0;
  }

  .connect-section .text-container a.primary-btn {
    float: none;
    margin: 30px auto;
    margin-bottom: 0;
    display: block;
    width: fit-content;
  }

  .connect-section {
    padding-bottom: 40px;
  }

  .connect-section .image-container {
    min-width: 100%;
  }

  .connect-section {
    flex-direction: column;
    /* Stack image and text vertically on smaller screens */
    text-align: center;
    /* Center text on smaller screens */
  }

  .connect-section .image-container,
  .connect-section .text-container {
    flex: 0 0 100%;
    /* Image and text take full width */
    padding: 0;
    /* Reduced padding on smaller screens */
  }

  .connect-section .logo-container {
    text-align: center;
    margin-right: 0px;
  }
}

@media (max-width: 575px) {
  .connect-section .text-container h2 {
    padding: 20px;
    text-align: center !important;
  }
}

@media (min-width: 1025px) {
  #main-menu {
    display: flex;
  }
}

.logo-slider .slick-slide img {
  display: block;
  margin: 0 auto;
  max-width: 340px;
  height: 60px;
  object-fit: contain;
}

.bottom-line-vec {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 50px !important;
}

.bottom-line-vec:after {
  content: "";
  background-image: url("../../assets/images/underline-vec-bottom.svg");
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  bottom: -15%;
  background-size: contain;
  height: 9px;
  width: 100%;
  min-width: 100%;
}

section.testimonial-sec {
  background-image: url("../../assets/images/testim-bg-img.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  margin-bottom: 80px;
}

section.testimonial-sec h2,
section.testimonial-sec .h4 {
  color: var(--text-white);
  text-align: center;
}

footer {
  position: relative;
  padding-top: 170px;
}

.foot-top-box h3 {
  font-size: 30px;
  color: var(--text-white) !important;
  font-weight: 300 !important;
}

footer:after {
  z-index: 1;
  content: "";
  position: absolute;
  background-image: url("../../assets/images/footer-re-bg.png");
  background-repeat: no-repeat;
  background-position: right;
  right: 0;
  bottom: 0%;
  background-size: contain;
  height: 100%;
  width: 900px;
}

.foot-top-box .container {
  height: auto;
  padding: 40px 20px;
  border-radius: 17px;
  background: #808083;
}

.foot-top-box {
  z-index: 3;
  position: relative;
  margin-bottom: -60px;
}

.foot-top-box .d-flex {
  justify-content: space-between;
  padding: 0 40px;
  align-items: center;
}

@media (max-width: 1200px) {
  .foot-top-box h3 {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .ft-bottom-sec.d-flex {
    flex-direction: column;
    gap: 30px;
  }

  .foot-social {
    padding: 0px 0 16px 0px;
    width: 100%;
  }

  .foot-row {
    flex-direction: column;
    gap: 50px;
  }

  .foot-top-box .d-flex {
    flex-direction: column;
    align-items: center !important;
    gap: 30px;
  }

  .foot-top-box .d-flex h3 {
    text-align: center !important;
    align-items: center !important;
  }

  .foot-mob,
  .foot-mail,
  .foot-address {
    width: 100%;
  }

  .home .ban-cnt-bg:after {
    height: 380px;
    width: 260px;
  }
}

.foot-row {
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 1024px) {
  nav ul#main-menu {
    width: 300px;
    top: 0;
    background: var(--mastercolor);
    height: 100vh;
    align-items: baseline;
    justify-content: flex-start;
    padding-top: 50px;
    transform: translateX(100%);
    /* Initially hidden off-screen */
    opacity: 0;
    /* Initially hidden */
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    /* Smooth transition */
  }

  .main-menu.menu-open {
    transform: translateX(0) !important;
    /* Slide in */
    opacity: 1 !important;
    /* Fade in */
    pointer-events: auto !important;
    /* Allow interactions */
  }
}

.inner-banner.services-banner h1::after {
  background-image: url("../../assets/images/service-title-vector.png");
}

.inner-banner.contact-banner h1::after {
  background-image: url("../../assets/images/contcat-title-vector.png");
}

@media screen and (min-width: 1440px) {
  .inner-banner.contact-banner h1::after {
    height: 77px;
    width: 113px;
  }

  .inner-banner.services-banner h1::after {
    height: 77px;
    width: 113px;
  }
}

.fold1.serv-inner .container.vector-one::after {
  background-image: url("../../assets/images/vector-two.svg");
  top: 20%;
}

.fold2.serv-inner .container.vector-two:after {
  background-image: url("../../assets/images/vector-one.svg") !important;
  top: 90%;
}

section.fold2.cmn-space .container.vector-two:after {
  background-image: url("../../assets/images/vector-one.svg") !important;
  top: 10%;
}

.fold3.serv-inner .container.vector-one:after {
  background-image: url("../../assets/images/vector-three.svg") !important;
  top: 90%;
}

@media screen and (min-width: 1440px) {
  .fold3.serv-inner .container.vector-one:after {
    height: 110px;
    width: 110px;
  }
}

.contact-box-btm {
  flex: 1;
  text-align: center;
  padding: 50px 20px 0;
  margin-bottom: 30px !important;
  box-shadow: 0px -3px 4px rgba(0, 0, 0, 0.1);
  margin: 0 10px;
  /* Add margin between sections */
  background: linear-gradient(180deg, #e0e1f0 0%, #ffffff 100%);
  border-radius: 20px;
}

.contact-box-btm img {
  margin-bottom: 10px;
}

.contact-box-btm h3 {
  text-align: center !important;
  color: var(--mastercolor);
  font-weight: 400;
}

.contact-box-description {
  border-radius: 5px;
  font-family: "AgenorNeue";
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #808083 !important;
  /* Dark blue color for text */
  padding-top: 20px;
}

.contact-box-description a {
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 1023px) {
  section.contact-form-sc.cmn-space .d-flex {
    gap: 40px;
  }

  .contact-boxy .d-flex.container {
    flex-direction: column;
  }

  .frm-right-cnt img {
    display: none;
  }

  .form-right-sc {
    width: 100%;
  }

  .frm-right-cnt {
    padding-left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .foot-social {
    padding-bottom: 15px;
  }
  .vector-one:after,
  .vector-two:after,
  .vector-two-top-right:after {
    display: none !important;
  }
  .ban-cnt-bg {
    padding: 0 !important;
  }
  .cmn-space {
    width: 100%;
  }
  .menu-list.active:after {
    bottom: 10px;
  }
  .service-box {
    padding: 30px;
  }

  .form-right-sc {
    width: 100%;
    padding-bottom: 50px;
  }

  .frm-right-cnt img {
    width: 100%;
    right: -30%;
    transform: translate(0%, 0);
    max-height: 250px;
    object-fit: contain;
    max-height: 250px;
    max-width: 250px;
  }
}

@media screen and (max-width: 768px) {
  .form-right-sc {
    padding-bottom: 0px;
  }

  section.contact-form-sc.cmn-space .d-flex {
    gap: 0;
    flex-wrap: wrap;
  }

  .name-fields input {
    width: 100%;
  }

  .form-outer-wrap {
    margin-top: 20px;
  }
}

.social-media {
  display: flex;
  align-items: center;
  padding: 0 0 50px;
  justify-content: center;
}

.follow-us {
  color: var(--mastercolor);
  margin-right: 20px;
  font-size: 19px;
  font-family: "AgenorNeue" !important;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icons a {
  margin-right: 10px;
}

.social-icons img {
  width: 30px;
  height: 30px;
}

aside.head-social-icons a:hover,
.social-icons img:hover,
.foot-social-icons a.social-outer:hover {
  transform: scale(1.2);
  transition: all ease-in-out;
  transition-duration: 0.3s;
}

@media (max-width: 768px) {
  .social-media {
    flex-direction: column;
    align-items: center;
  }

  .follow-us {
    margin-bottom: 10px;
  }
}

.about-mission .vector-two-top-right:after {
  background-image: url("../../assets/images/vector-two.svg");
}

.about-mission .vector-two-top-right:before {
  background-image: url("../../assets/images/dot-vector-blue.png");
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  left: -12%;
  height: 69px;
  width: 60px;
  background-size: contain;
}

.ban-cnt-bg .btn {
  position: relative;
  z-index: 1;
}

.ban-cnt-bg .btn:after {
  content: "";
  position: absolute;
  background-image: url("../../assets/images/banner-title-icon.png");

  background-repeat: no-repeat;
  top: 90%;
  transform: translate(50%, -50%);
  right: -10%;
  z-index: -1;
  height: 47px;
  width: 83px;
  background-size: contain;
}

@media (max-width: 768px) {
  .ban-cnt-bg .btn:after {
    height: 27px;
    width: 63px;
  }

  .service-icon {
    width: 120px;
    height: 120px;
  }

  .service-icon img {
    width: 100%;
  }

  .service-box {
    height: auto;
  }

  .testimonials-container {
    padding: 0;
  }

  .foot-top-box .container {
    padding: 40px 10px;
  }

  .connect-section:after {
    opacity: 0.8;
    height: 49px;
    width: 40px;
  }

  .vector-two-top-right:after,
  .fold1.serv-inner .container.vector-one::after {
    opacity: 0.8;
    height: 49px;
    width: 40px;
    right: 0;
    left: auto;
  }

  .about-mission .vector-two-top-right:after {
    opacity: 0.8;
    height: 49px;
    width: 40px;
    left: 0;
  }

  .cnt-img-left,
  .cnt-left {
    padding-right: 0;
  }

  .inner-page .ban-cnt-bg {
    width: 100% !important;
  }

  #main-menu.menu-open {
    align-items: self-start;
  }
}

@media (max-width: 575px) {
  footer {
    padding-top: 100px;
  }

  .foot-row {
    gap: 30px;
  }

  .inner-page h1:after {
    right: -21%;
  }
}
@media (max-width: 1660px) {
  .testimonial-box {
    min-height: 550px !important;
  }
  .ban-cnt-bg {
    padding: 40px;
  }
  .vector-two-top-right:after {
    right: -3%;
    height: 49px;
    width: 40px;
  }
  .connect-section:after,
  .vector-one:after {
    right: -9%;
    height: 49px;
    width: 40px;
  }
  .vector-two:after {
    height: 49px;
    width: 40px;
  }
}
@media (max-width: 1440px) {
  .testimonial-text {
    font-size: 16px;
  }
  section.testimonial-sec .h4.center {
    font-size: 19px !important;
  }
  .vector-two-top-right:after {
    right: 0;
  }
  .foot-top-box .container {
    padding: 30px 20px;
  }
  p.foot-main-menu:after {
    width: 75px;
  }
  .foot-top-box h3 {
    font-size: 26px;
  }
  .testimonial-box {
    min-height: 500px !important;
  }
  a.primary-btn {
    padding: 10px 25px;
    font-size: 15px;
  }
  .testimonial-box {
    min-height: 550px !important;
  }
  .footer-column a {
    font-size: 18px;
  }
  p,
  .smd-text {
    font-size: 16px !important;
  }
  .cnt-text-wrap p {
    margin-bottom: 20px;
  }
  .cnt-text-wrap {
    margin-top: 40px;
  }
}



@media (max-width: 1200px) {
  .connect-section:after,
  .vector-one:after {
    right: 0;
    opacity: 0.8;
    height: 39px;
    width: 30px;
  }

  .ban-cnt-bg {
    padding: 40px;
  }
  .foot-top-box h3 {
    font-size: 20px;
  }
  .foot-top-box .d-flex {
    padding: 0 20px;
  }
}

.ban-cnt-bg {
  border-radius: 20px;
}

section.testimonial-sec.cmn-space {
  padding-bottom: 40px !important;
}

.frm-right-cnt p {
  margin-top: 20px;
  font-family: "Raleway";
  line-height: 1.5 !important;
}

@media (max-width: 767px) {
  .inner-page .ban-cnt-bg {
    margin-top: 50px;
  }
  .cmn-space {
    padding: 10px 0px;
  }
  .foot-logo img {
    width: 200px;
  }
}

.inner-banner .banner-description {
  padding: 0px 0px 0px !important;
}
p.h4.bottom-line-vec {
  margin-bottom: 30px !important;
  gap: 30px;
}
.logo-slider {
  margin-top: 70px !important;
}

@media (max-width:1920px){
  .contact-box-btm h3 {
    font-size: 22px;
}
}

@media (max-width:1600px) {
  .connect-section .text-container h2 {
    font-size: 26px;
}
.foot-logo img{
  width: 350px;
}

}


@media (max-width: 1440px) {
  .about-mission .flx-column {
    align-items: center;
  }
  .connect-section .text-container h2 {
    font-size: 20px;
  }
  p.foot-main-menu {
    font-size: 20px !important;
  }
  .address {
    line-height: 1.5 !important;
    font-size: 18px;
  }
  .foot-logo img{
    width: 280px;
  }

}

@media (max-width:1024px){
  h2 br{
    display: none;
  }
}
@media (max-width: 991px) {
  .foot-logo img {
    width: 200px !important;
  }
}

@media (max-width: 575px) {
  .foot-logo img{
    width: 240px !important ;
  }
}






