html {
  scroll-behavior: smooth;
}

::selection {
  background-color: #fb5b21;
  color: #fff;
}

::-moz-selection {
  background-color: #fb5b21;
  color: #fff;
}

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

.pt-100 {
  padding-top: 100px;
}

.map-area p {
  color: #686a6f;
}

.map-area li {
  color: #686a6f;
  margin-bottom: 5px;
}

@font-face {
  font-family: "Raleway";
  src: url("../lib/Raleway-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../lib/Raleway-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../lib/Raleway-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../lib/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}
.accordion-body{
  font-family: "Oswald", sans-serif;
}
:root {
  --primary: #fb5b21;
  --blue: #163c91;
  --secondary: #bdbdbf;
  --light: #f4f5f8;
  --dark: #222429;
}

.fs-20 {
  font-size: 20px;
}

.fs-25 {
  font-size: 25px;
}

.fs-30 {
  font-size: 30px;
}

.text-blue {
  color: #163c91;
}

.bg-blue {
  background-color: #163c91;
}

.bg-blue-light {
  background-color: #162a57;
}

.shadow-1 {
  box-shadow: 5px 5px 15px #1111114b;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background-color: #163c91;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #fb5b21;
  cursor: pointer;
}

.btn-53,
.btn-53 *,
.btn-53 :after,
.btn-53 :before,
.btn-53:after,
.btn-53:before {
  border: 0 solid;
  box-sizing: border-box;
  color: #fff;
}

.btn-53 {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  background-color: #fb5b21;
  background-image: none;
  color: #fff;
  cursor: pointer;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
  padding: 0;
}

.btn-53:disabled {
  cursor: default;
}

.btn-53:-moz-focusring {
  outline: auto;
}

.btn-53 svg {
  display: block;
  vertical-align: middle;
}

.btn-53 [hidden] {
  display: none;
}

.btn-53 {
  border-radius: 0.5rem;
  box-sizing: border-box;
  display: block;
  font-weight: 900;
  overflow: hidden;
  padding: 1.2rem 3rem;
  position: relative;
  text-transform: uppercase;
}

.btn-53 .original {
  background: #163c91;
  color: rgb(255, 255, 255);
  display: grid;
  inset: 0;
  place-content: center;
  position: absolute;
  transition: transform 0.2s cubic-bezier(0.87, 0, 0.13, 1);
}

@media (max-width: 576px) {
  .btn-53 .original {
    width: 100%;
  }

  .btn-53 {
    padding: 0.5rem 3rem;
    width: 100%;
  }
}

.btn-53:hover .original {
  transform: translateY(100%);
  color: #fff;
}

.btn-53 .letters {
  display: inline-flex;
}

.btn-53 span {
  opacity: 0;
  transform: translateY(-15px);
  transition: transform 0.2s cubic-bezier(0.87, 0, 0.13, 1), opacity 0.2s;
}

.btn-53 span:nth-child(2n) {
  transform: translateY(15px);
}

.btn-53:hover span {
  opacity: 1;
  transform: translateY(0);
}

.btn-53:hover span:nth-child(2) {
  transition-delay: 0.1s;
}

.btn-53:hover span:nth-child(3) {
  transition-delay: 0.2s;
}

.btn-53:hover span:nth-child(4) {
  transition-delay: 0.3s;
}

.btn-53:hover span:nth-child(5) {
  transition-delay: 0.4s;
}

.btn-53:hover span:nth-child(6) {
  transition-delay: 0.5s;
}

.btn-53:focus .original {
  transform: translateY(100%);
}

.btn-53:focus span {
  opacity: 1;
  transform: translateY(0);
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-size: inherit;
  margin-left: 0;
}

h1,
h2,
.font-weight-bold {
  font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
  font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
  font-weight: 500 !important;
}

.btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  transition: 0.5s;
}

.btn-primary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 30px;
  height: 30px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 0;
  border-radius: 0;
  z-index: 99;
  background-color: #163c91;
  color: #fff;
}

.top-nav .row {
  padding: 0rem 3rem;
  background-color: #163c91;
}

.top-nav .bg-icon {
  background-color: #163c91;
  color: rgb(255, 255, 255);
}

.top-nav .bg-icon:hover {
  background-color: #fb5b21;
}

.top-nav .logo {
  width: 160px;
}

.logo-scroll {
  width: 120px;
}

.collapse .logo-scroll {
  display: none;
}

.collapse.sticky-2 .logo-scroll {
  display: block;
}

@media (max-width: 768px) {
  .collapse.sticky-2 .logo-scroll {
    display: none;
  }
}
@media (max-width: 557px) {
  .btn-lg{
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .btn-lg{
    font-size: 12px;
    padding: 8px 6px;
  }
  h3{
    font-size: 18px !important;
  }
}
.footer-logo {
  width: 180px;
  border-radius: 0.5rem;
}

.aws {
  opacity: 0.3;
  font-size: 13px;
}

.top-nav .border-deg {
  position: relative;
}

/* .top-nav .border-deg::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(20deg);
  height: 60%;
  width: 1px;
  background-color: #fff;
  transform-origin: top right;
} */
.bottom-nav {
  margin: 0 0rem;
  margin-bottom: -3rem;
  z-index: 9999;
  border-radius: 0rem;
  background-color: #fff;
  box-shadow: 5px 5px 15px #00000046;
}

.bottom-nav .mobile-logo-main {
  width: 100px;
}

@media (max-width: 576px) {
  .bottom-nav .mobile-sidebar-img {
    width: 80px;
    margin-top: -1rem;
    box-shadow: 5px 5px 15px #00000010;
  }
}

.animated-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: relative;
}

.animated-icon span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: black;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.navbar-toggler[aria-expanded="true"] .animated-icon span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .animated-icon span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .animated-icon span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

@media (max-width: 768px) {
  .bottom-nav {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .bottom-nav .collapse .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
  }
}

.navbar-dark .navbar-nav .nav-link {
  font-family: "Raleway", sans-serif;
  margin-right: 30px;
  padding: 25px 10px;
  color: black;
  font-size: 17px;
  text-transform: uppercase;
  position: relative;
  transition: color 0.3s ease-in-out;
  font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link.one:hover {
  color: #fb5b21;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link span {
  display: inline-block;
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.navbar-dark .navbar-nav .nav-link:hover span {
  transform: translateY(-5px);
  opacity: 1;
}

.navbar-dark .navbar-nav .nav-link span {
  transition-delay: calc(0.05s * var(--i));
}

@media (max-width: 991.98px) {
  .navbar-dark .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: -3rem;
  z-index: 1000;
  margin-top: 0.5rem;
}

@media (max-width: 991.98px) {
  .nav-item.dropdown:hover .dropdown-menu {
    top: 100%;
    left: 0rem;
  }

  .custom-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: 75%;
    max-width: 300px;
    background-color: #f5f5f5;
    transition: right 0.3s ease-in-out;
    z-index: 1050;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.5);
    padding: 1.5rem;
  }

  .navbar-collapse.show {
    right: 0;
  }

  .navbar-nav .nav-link {
    padding: 0.75rem 1rem;
    font-size: 1rem;
  }

  .btn-close-white {
    background-color: white;
    border: none;
    opacity: 1;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
  }
}

@media (min-width: 992px) {
  .custom-collapse {
    position: static;
    top: auto;
    right: auto;
    height: auto;
    width: auto;
    background-color: transparent;
    transition: none;
    box-shadow: none;
    padding: 0;
  }

  .navbar-nav .nav-link {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }

  .btn-close-white {
    display: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    margin-left: -22rem;
    transition: margin-left 0.6s ease-in-out;
  }

  .navbar-nav.scrolled {
    margin-left: 5rem;
  }
}

/* @media (min-width: 1025px) and (max-width:1440px) {
  .navbar-expand-lg .navbar-nav {
    margin-left: -45rem;
    transition: margin-left 0.6s ease-in-out;
  }
  .navbar-nav.scrolled {
    margin-left: 5rem;
  }
} */
.navbar {
  position: sticky;
  top: 0;
  z-index: 9999;
  box-shadow: 5px 5px 15px #00000046;
}

@media (min-width: 768px) {
  .accordion-container {
    display: none;
  }
}

.accordion-container {
  width: 100%;
  max-width: 400px;
  margin: 20px auto;
  background-color: #f8f8f8;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.014);
}

.accordion-item {
  border: none;
  margin: 0;
}

.accordion-buttons {
  width: 100%;
  padding: 8px 15px;
  background-color: #f8f8f8;
  border: none;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-align: left;
  color: rgb(0, 0, 0);
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-left: -1rem;
}

.accordion-buttons:hover {
  background-color: #f8f8f8;
}

.accordion-icon {
  transition: transform 0.3s ease;
}

.accordion-buttons.open .accordion-icon {
  transform: rotate(180deg);
}

.accordion-content {
  display: none;
  background-color: #ececec;
  padding: 10px 15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.accordion-buttons.open+.accordion-content {
  display: block;
  max-height: 500px;
}

.accordion-link {
  display: block;
  padding: 8px 0;
  color: rgb(0, 0, 0);
  font-family: "Raleway", sans-serif;
  text-decoration: none;
  font-weight: 500;
}

.accordion-link:hover {
  background-color: #e4e4e4;
  border-radius: 4px;
}

.carousel-item {
  height: 100vh;
}

.carousel-item .img-fluid {
  object-fit: contain;
}

.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(34, 36, 41, 0.075);
  z-index: 1;
}

@media (max-width: 576px) {
  .carousel-caption h4 {
    font-size: 18px;
    font-weight: 500 !important;
  }

  .carousel-caption h1 {
    font-size: 26px;
    font-weight: 600 !important;
  }

  .carousel-item {
    height: 100%;
  }
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  background-size: 100%;
}

.carousel-control-prev {
  left: 10px;
}

.carousel-control-next {
  right: 10px;
}

.carousel-control-prev-icon i,
.carousel-control-next-icon i {
  font-size: 1.5rem;
  color: white;
  background-color: #000000;
  border-radius: 50%;
  padding: 0.5rem 0.8rem;
}

@media (max-width: 576px) {

  .carousel-control-prev-icon i,
  .carousel-control-next-icon i {
    font-size: 1.3rem;
    padding: 0.4rem;
  }
}

.carousel-control-prev:hover .carousel-control-prev-icon i,
.carousel-control-next:hover .carousel-control-next-icon i {
  color: #ccc;
}

.carousel-control-prev:before,
.carousel-control-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.678) 0%, rgba(255, 255, 255, 0.1) 90%, rgba(0, 0, 0, 0) 100%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease, width 0.3s ease, height 0.3s ease;
}

.carousel-control-prev:hover:before,
.carousel-control-next:hover:before {
  opacity: 1;
  width: 200%;
  /* height: 200%; */
}

.bg-hero {
  background: linear-gradient(to right, rgba(42, 68, 147, 1), rgba(234, 91, 33, 1));
  padding-top: 48px;
}

.banner-heading {
  color: #fff;
}

.programe::after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 45px);
  top: 135px;
  left: 0;
  background: var(--dark);
  z-index: -1;
}

.testimonial-item {
  /* max-width: 350px; */
  border-radius: 0.5rem;
  object-fit: cover;
  box-shadow: 5px 5px 15px #75757563;
  background-color: #ffffff;
  align-items: center;
  justify-content: center;
  text-align: -webkit-left;
  padding: 0.5rem 1rem;
}

.offer-item {
  height: 310px;
  border-radius: 0.5rem;
  object-fit: cover;
  box-shadow: 5px 5px 15px #75757563;
  align-items: center;
  justify-content: center;
  text-align: -webkit-left;
  padding: 1rem;
  color: white;
}

.offer-item h4 {
  color: white;
}

.testimonial-item .person {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.testimonial-item .person span {
  display: block;
  align-items: center;
}

.testimonial-item .person h4 {
  font-size: 16px;
  color: rgb(12, 12, 12);
  font-weight: 600;
  padding: 0;
  margin: 0;
}

.testimonial-item .person p {
  font-size: 14px;
  color: rgb(73, 73, 73);
  font-weight: 500;
  padding: 0;
  margin: 0;
}

.testimonial-item .person #person-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.Testimonial .testimonial-item .item-child #testimonial-image {
  width: 100px;
  height: 30px;
}

.Testimonial .testimonial-item .item-child {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.Testimonial .testimonial-item .item-child #quote-img {
  width: 70px;
  transform: rotate(180deg);
}

.Testimonial {
  background-color: #163c91;
  height: 450px;
}

.Testimonial .heading {
  margin-bottom: 48px;
}

.Testimonial .col-lg-12 {
  padding: 48px;
}

.Testimonial .testimonial-carousel {
  margin-bottom: -2rem;
}

@media (max-width: 576px) {
  .Testimonial {
    background-color: #163c91;
    height: 466px;
  }

  .testimonial-item {
    height: 300px;
  }

  .Testimonial .col-lg-12 {
    padding: 18px;
  }

  .Testimonial .heading {
    margin-bottom: 1px;
  }
}

#blog {
  padding: 48px;
}

#blog .heading {
  margin-bottom: 48px;
}

@media (max-width: 576px) {
  #blog {
    padding: 18px;
  }

  #blog .heading {
    margin-bottom: 1px;
  }
}

#blog .blog-item {
  width: 100%;
  height: 280px;
  object-fit: cover;
  position: relative;
  overflow: hidden;
  background-color: #eeeeee;
}

#blog .item {
  box-shadow: 5px 5px 15px #0000002f;
  border-radius: 0.5rem;
  overflow: hidden;
}

#blog .item .info-item {
  height: 3rem;
  text-transform: capitalize;
}

#blog .latest-footer {
  background-color: #eeeeee;
  height: 10rem;
  display: grid;
}

#blog .blog-item img {
  transition: 0.5s;
  height: 280px;
  width: 100%;
  border-radius: 0.5rem;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-item:hover img {
  transform: rotate(5deg) scale(1.1);
  border-radius: 0.5rem;
}

#blog .owl-nav-custom {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 9999;
}

#blog .owl-nav-custom .btn {
  pointer-events: all;
  background-color: #fb5b21;
  border: none;
  color: white;
  font-size: 20px;
  padding: 10px 15px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

#blog .owl-nav-custom .btn:hover {
  background-color: #287bcc;
}

@media (min-width: 991.98px) {
  .credit {
    background: var(--primary);
  }
}

.text-orange {
  color: #163c91;
}

.global-presence .container {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 0.5rem;
}

@media (max-width: 576px) {
  .global-presence .container {
    padding: 1rem;
  }
}

.global-presence .country-card {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.global-presence .country-card img {
  transition: transform 0.4s ease;
  width: 100%;
  height: auto;
  display: block;
  height: 8rem;
}

.global-presence .country-card:hover img {
  transform: scale(1.1);
}

.global-presence .country-card .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  padding: 10px;
  opacity: 1;
  transition: background-color 0.3s ease;
}

.global-presence .country-card:hover .overlay {
  background-color: rgba(0, 0, 0, 0.8);
}

#about-section {
  background-color: #eeeeeec5;
  margin-bottom: 2rem;
  padding: 48px;
  overflow: hidden;
}

@media (max-width: 576px) {
  #about-section .about-img {
    width: 100%;
  }

  #about-section {
    padding: 18px;
  }

  #about-section .text-para {
    font-size: 14px;
    color: #333;
    font-family: "Raleway", sans-serif;
  }
}

#about-section .text-para {
  font-family: "Raleway", sans-serif;
}

#about-section #counting-section {
  margin-top: -10rem;
  z-index: 9;
  margin-left: 35rem;
  box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.178);
}

#counting-section .bg-dark {
  border-radius: 1rem;
}

#about-section h5 {
  color: #163c91;
}

.counter-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}

.counter-item span.d-flex {
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.counter-item img {
  max-height: 100%;
  width: auto;
  max-width: none;
}

.counter-item h2 {
  font-size: 46px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  width: 5rem;
}

.counter-item p {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}

.service-section .service-img {
  overflow: hidden;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.329);
}

.service-section .ser-one {
  padding: 0 48px;
}

@media (max-width: 576px) {
  .service-section .ser-one {
    padding: 0 18px;
  }

  .service-section .service-img {
    margin: 18px auto;
  }

  .service-section .service-img img {
    width: 100%;
    height: 300px;
  }

  .service-section {
    margin-bottom: 2rem;
  }
}

.service-section img {
  height: 500px;
  object-fit: cover;
  transition: transform 0.5s ease;
  overflow: hidden;
}

.service-section img:hover {
  transform: scale(1.2);
}

.service-section h2 {
  color: #333;
  font-size: 24px;
}

.service-section p {
  font-size: 20px;
  line-height: 1.5;
  color: #333;
}

.service-section .btn-primary {
  background-color: #fb5b21;
  border: none;
}

.service-section .btn-primary:hover {
  background-color: #fb5b21;
}

@media (max-width: 768px) {
  .service-section h2 {
    font-size: 24px;
  }

  .service-section p {
    font-size: 20px;
  }
  .custom-m{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .event-m{
    margin-top: 30px;
  }
}

#call-to-action {
  background-image: url(https://www.dlfmallofindia.com/images/eventsnaps/exhibition-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 200px;
  margin: 4rem auto;
  position: relative;
  color: white;
  border-radius: 0.5rem;
  padding: 1rem;
  overflow: hidden;
}

#call-to-action::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 183, 255, 0.75);
  z-index: 1;
  border-radius: 0.5rem;
}

#call-to-action .row {
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 2;
}

#call-to-action .text-start {
  padding-left: 3rem;
}

#call-to-action .text-end {
  margin-right: 3rem;
  display: flex;
  justify-content: flex-end;
}

#call-to-action .col {
  z-index: 2;
}

#call-to-action h3 {
  font-size: 22px;
  margin-bottom: 0.5rem;
}

#call-to-action p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  #call-to-action {
    height: auto;
    padding: 1.5rem;
  }

  #call-to-action .text-start {
    padding-left: 1rem;
  }

  #call-to-action .text-end {
    margin-right: 1rem;
    justify-content: center;
    margin-top: 1rem;
  }

  #call-to-action h3 {
    font-size: 22px;
  }

  #call-to-action p {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  #call-to-action {
    height: auto;
    text-align: center;
  }

  #call-to-action .row {
    flex-direction: column;
  }

  #call-to-action .text-start,
  #call-to-action .text-end {
    padding: 0;
    margin: 0;
  }

  #call-to-action h3 {
    font-size: 22px;
  }

  #call-to-action p {
    font-size: 20px;
  }

  #call-to-action a {
    margin-top: 1rem;
    padding: 10px 20px;
    font-size: 14px;
  }

  .bg-hero {
    padding-top: 0px;
  }
}

.owl-carousel .owl-item img {
  border-radius: 0.5rem;
}

.team-item .img-fluid {
  height: 450px;
  object-fit: cover;
}

.team-item .hover-content {
  background: rgba(2, 120, 231, 0.9);
  transition: height 0.3s ease, padding 0.3s ease, transform 0.3s ease;
  overflow: hidden;
  height: 75px;
  padding: 10px;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.team-item .hover-content h5 {
  margin: 0;
  color: white;
  transition: transform 0.3s ease;
}

.team-item .hover-content .paragraph-hover {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  margin-top: 0;
  color: #000000;
}

.team-item:hover .hover-content {
  height: 100%;
  padding: 20px;
  justify-content: center;
}

.team-item:hover .hover-content h5 {
  transform: translateY(-5px);
}

.team-item:hover .hover-content .paragraph-hover {
  opacity: 1;
  visibility: visible;
  margin-top: 5px;
}

#latest {
  padding: 48px;
}

@media (max-width: 576px) {
  #latest {
    padding: 18px;
  }

  #latest .heading {
    margin-top: 4rem;
  }

  .team-item .img-fluid {
    height: 350px;
    object-fit: cover;
  }
}

#latest .owl-nav-custom {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 99;
}

#latest .owl-nav-custom .btn {
  pointer-events: all;
  background-color: #fb5b21;
  border: none;
  color: white;
  font-size: 20px;
  padding: 10px 15px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

#latest .owl-nav-custom .btn:hover {
  background-color: #287bcc;
}

#client {
  background-color: #163c91;
}

#client .heading {
  margin-bottom: 48px;
}

@media (max-width: 768px) {
  #client .owl-nav {
    display: none;
  }

  #client .heading {
    margin-bottom: 1px;
  }
}

.client-item {
  padding: 10px;
  text-align: center;
  border-radius: 1rem;
}

#client .client-item .img-fluid {
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.client-item img {
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}

.client-item img:hover {
  filter: grayscale(0%);
}

.owl-carousel .owl-stage-outer {
  padding: 15px 0;
}

.client-carousel .owl-stage {
  display: flex;
  animation: marquee 30s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-90%);
  }
}

#Facts {
  margin-top: 15rem;
  background-color: #000000;
  padding: 2rem;
}

@media (max-width: 576px) {
  #Facts {
    margin-top: 10rem;
    background-color: #000000;
    padding: 2rem;
  }
}

@media (max-width: 576px) {
  #videoPopup .video-popup-content #videoIframe {
    width: auto;
    height: auto;
  }
}

#videoPopup #videoIframe {
  width: 560px;
  height: 315px;
}

.form-icon-container {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1000;
}

.form-icon-container a {
  color: white;
}

.form-icon {
  color: white;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #29a71a;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
  font-size: 2rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.377);
  animation: bounce 2s infinite ease-in-out;
}

@media (max-width: 576px) {
  .form-icon {
    width: 50px;
  }
}

.form-icon:hover {
  background-color: #fb5b21;
  transform: scale(1.1);
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.hover-form button:hover {
  background-color: #fb5b21;
}

#Footer {
  padding: 0 48px;
  overflow: hidden;
}

#Footer .Get {
  padding-top: 48px;
  margin-bottom: 48px;
}

@media (max-width: 576px) {
  #Footer {
    padding: 0 18px;
  }

  #Footer .Get {
    padding-top: 0px;
    margin-bottom: 0px;
  }
}

.Copyright {
  padding: 0 48px;
}

@media (max-width: 576px) {
  .Copyright {
    padding: 0 18px;
  }
}

#service-section-1,
#service-section-2,
#service-section-3 {
  opacity: 0;
  display: none;
}


/* about-us-page-------- */
/* Animation for continuous movement */
@keyframes moveUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.animate-image {
  animation: moveUpDown 3s ease-in-out infinite;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect */
.animate-image:hover {
  transform: scale(1.05);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

#about .rounded-out {
  border-radius: 1rem;
}

#about .rounded-out2 {
  border-radius: 1rem;

}

#about .col-one {
  margin-bottom: 3rem;

}

#about .col-two {
  margin-top: 3rem;

}


/* OUR STRENGTHS */

#our-strenghts {
  padding: 48px;
}

#our-strenghts .col-bg {
  background-color: #e0e0e0;
}

#our-strenghts .img-row {
  width: 100%;
  border-radius: .5rem;
}

#our-strenghts .title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #287bcc;
}

/* Style for the columns */
.img-col {
  position: relative;
  overflow: hidden;

}

.img-row {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.info-col {
  background-color: #f3f3f3;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.178);
  align-items: center;
}


.info-col {

  transition: background-color 0.3s ease;
  align-items: center;

}

.info-col:hover {
  background-color: rgba(0, 0, 0, 0.1);
  /* Change background color on hover */
}

.img-col:hover .img-row {
  transform: scale(1.2);
  border-radius: 1.5rem;
}

/* Styling for text */
.info-col div {
  font-weight: bold;
  font-size: 26px;

}

.info-col p {
  font-size: 20px;
  line-height: 1.5;
  margin-top: .5rem;
  height: 38rem;
}

@media (min-width: 768px) {
  .info-col p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: .5rem;
    height: 9rem;
  }
}

@media (min-width: 1024px) {
  .info-col p {
    font-size: 20px;
    line-height: 1.6;
    margin-top: .5rem;
    height: 56rem;
  }
}

@media (min-width: 1440px) {
  .info-col p {
    font-size: 20px;
    line-height: 1.6;
    margin-top: .5rem;
    height: 33rem;
  }
}

@media (min-width: 1900px) {
  .info-col p {
    font-size: 20px;
    line-height: 1.6;
    margin-top: .5rem;
    height: 24rem;
  }
}

/* Basic styling for the heading */
.heading-two {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin: 0 18%;
  line-height: 2.5rem;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  letter-spacing: 1px;
  overflow: hidden;
  /* Hide anything outside the text boundary */
}

/* Add gradient border on hover using ::after */
.heading-two::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  /* Thickness of the border */
  background: linear-gradient(90deg, #163c91, #fb5b21);
  transform: scaleX(0);
  /* Initially hide the border */
  transform-origin: bottom right;
  transition: transform 0.5s ease-in-out;
  /* Smooth transition for the animation */
}

/* Show the gradient border when hovering */
.heading-two:hover::after {
  transform: scaleX(1);
  /* Expand the border from left to right */
  transform-origin: bottom left;
  /* Make the border appear from the left */
}

/* Optional: Adjust the padding and margins for better spacing */


.color-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.whychooseus-two h4 {
  margin-top: 8px;
  color: #fff;
}

.whychooseus-two p {
  margin-top: 8px;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.whychooseus-two .title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #287bcc;
}

.content-area {
  border-radius: 20px;
  color: #000;
  height: auto;
}

.map-area .content-area {
  padding: 10px 20px;
}

.pb-100 {
  padding-bottom: 100px;
}

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

.pt-60 {
  padding-top: 60px;
}

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

.mb-100 {
  margin-bottom: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.query-form input {
  border: 1px sold grey;
}

.germany {
  background-color: #163c91;
}

.germany img {
  border-radius: 50%;
}

.dubai {
  background-color: #fb5b21;
}

.dubai img {
  border-radius: 50%;
}

.spain {
  background-color: #163c91;
}

.spain img {
  border-radius: 50%;
}

.client-item-two {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-bottom: 20px;
}

.contact-inner .title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #287bcc;
}

.margin-exeption {
  margin-left: 10rem;
}

.d-sm-block {
  width: 100%;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #fb5b21;
  color: #fff;
}

.query_pdf {
  background-color: #fb5b21;
}

.query_pdf button:hover {
  background-color: #163c91;
  transition: all ease 3s;
}

.query_pdf button {
  padding: 15px 0;
}

/* .top-nav .row .col-lg-2{
    width: 13%;
} */

.error {
  color: red !important;
}

.exhibition-card {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: transform 0.3s, box-shadow 0.3s;
  border: none;
  border-radius: 10px;
  overflow: hidden;

}

.exhibition-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1a3c6e;
}

.card-text {
  color: #333;
  font-size: 20px;
}

/* --------------------
Responsive Testimonial
----------------------- */
@media (max-width: 991px){
  .margin{
    margin-top: 240px;
  }
}
@media (max-width: 425px){
  .margin{
    margin-top: 200px;
  }
  .fs-30{
    font-size: 24px;
  }
}
