@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  outline: 0;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
}
html {
  width: 100%;
  overflow-x: hidden;
}
*:focus {
  outline: 0;
}

body {
  overflow-x: hidden !important;
  position: relative;
  height: 100%;
  font-family: "Inter", sans-serif;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  color: #1f1f1f;
}

p {
  padding: 0;
  margin: 0;
  color: #333;
}

a {
  text-decoration: none;
  color: #727272;
}

ul {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1300px;
}

/* murtaza css */

.teaser {
  background-color: #173c96;
  color: #fff;
  margin: 5px;
  min-height: 250px;
}

.single-box img {
  min-height: 200px;
}

.teaser h5 {
  font-size: 20px;
  margin-bottom: 10px;
}

.ds .highlight2 {
  color: #173c96;
  border-color: #173c96;
}

.teaser.hover_bg_teaser {
  transition: background-color 0.2sease 0s;
}

.teaser[class*="_bg_color"],
.teaser[class*="with_"] {
  padding: 30px 18px;
}

.section_padding_bottom_150 > [class*="container"] {
  padding-bottom: 100px;
}

.section_padding_top_150 > [class*="container"] {
  padding-top: 80px;
}

.highlight2 {
  font-size: 24px;
  color: #fff;
}

.ds h1,
.ds h2,
.ds h3,
.ds h4,
.ds h5,
.ds h6 {
  color: #000;
}

.ds.color {
  background-color: #173c96;
}

@media (min-width: 1200px) {
  .section_header {
    font-size: 40px;
  }
}

.section_header {
  margin-bottom: 35px;
  font-size: 30px;
  position: relative;
  word-wrap: break-word;
  line-height: 1.5;
  font-weight: 500;
}

/* colors  */
.main-color {
  color: #1f1f1f;
}

.color-2 {
  color: #727272;
}

.color-3 {
  color: #cbcbcb;
}

.color-4 {
  color: #e9e8e8;
}

.section-heading {
  text-align: center;
  margin-bottom: 70px;
}

.section-heading h1 {
  font-size: 32px;
  margin-bottom: 15px;
}

.section-heading .section-icon {
  display: inline-flex;
}

.section-heading .section-icon .shape {
  width: 15px;
  height: 15px;
  border-left: solid 8px transparent;
  border-bottom: solid 8px transparent;
  border-top: solid 8px #1f1f1f;
  border-right: solid 8px #1f1f1f;
  display: inline-block;
  margin: -1px;
  transform: rotate(45deg);
}

/* MORE BTN  */
.more-btn {
  position: relative;
  height: 1px;
  width: 70%;
  margin: auto;
  background-color: #e9e8e8;
  margin-top: 100px;
}

.more-btn a {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translate(-50%);
  background-color: #e9e8e8;
  color: #727272;
  padding: 0px 10px;
}

/* MAIN BTN  */
.main-btn {
  background-color: #1f1f1f;
  color: #e9e8e8;
  padding: 14px 35px;
  display: inline-block;
  border: 1px solid transparent;
  transition: 0.3s;
}

.main-btn:hover {
  background-color: #cbcbcb;
  color: #1f1f1f;
  border: 1px solid #1f1f1f;
}

.second-btn {
  background-color: #cbcbcb;
  color: #1f1f1f;
  padding: 14px 35px;
  display: inline-block;
}

/* corner-whatsapp  */
#corner-whatsapp {
  transition: 0.2s;
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 80px;
  right: 25px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 27px;
  z-index: 100;
  box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.26);
  padding: 2px 0px 0px 0px;
}

#corner-whatsapp:hover {
  opacity: 0.8;
}

#corner-whatsapp.show {
  opacity: 1;
  visibility: visible;
}

input:focus,
textarea:focus {
  border-color: transparent !important;
  box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 13%) !important;
}

input::placeholder,
textarea::placeholder {
  color: rgba(18, 17, 51, 0.295);
}

/* page nav   */
.page-nav {
  background: linear-gradient(to top, #112e34, #173c965c),
    url(../img/breadcrumb.webp);
  padding: 100px 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-nav .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-nav .head {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 5px;
}

/* back to top css  */
#back-to-top {
  display: block;
  color: #fff;
  background-color: #173c96;
  padding: 10px 18px 10px 17px;
  box-shadow: 3px 7px 10px rgba(0, 0, 0, 0.26);
  font-size: 20px;
  border-radius: 50px;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 25px;
  right: 25px;
  transition: 0.2s;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}

#back-to-top:hover {
  cursor: pointer;
  color: #333;
  background-color: #cbcbcb;
}

#back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.head h1 {
  text-transform: uppercase !important;
  font-size: 35px;
}

/* 00000000000000000000000000000000000000000000   HEADER   00000000000000000000000000000000000000000000 */
.header {
  background-color: #fff;
  box-shadow: 0 2px 10px rgb(113 113 113 / 20%);
}

.header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .wrapper img {
  width: 100px;
  padding: 0px 0px;
}

.header .wrapper .navs > ul {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-right: 15px;
}

.header .wrapper .navs > ul > li {
  padding: 15px 0px;
}

.header .wrapper .navs ul a {
  transition: 0.3s;
  color: #000;
}

.header .wrapper .navs ul a.active {
  color: #173c96;
  text-decoration: none;
}

.navs li.drpdn-btn.active .parentcat {
  color: #173c96 !important;
}

/* dropdown */
.header .wrapper .navs > ul > li.drpdn-btn {
  position: relative;
}

.header .wrapper .navs > ul > li.drpdn-btn > a > i {
  transition: 0.3s;
  font-size: 13px;
}

.header .wrapper .navs > ul > li.drpdn-btn:hover > a > i {
  rotate: 180deg;
  transform: translateY(2px);
}

.header .wrapper .navs > ul > li .drpdn-menu {
  position: absolute;
  width: auto;
  padding: 0px;
  background-color: #212529;
  top: 40px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999;
}

.header .wrapper .navs > ul > li.drpdn-btn:hover .drpdn-menu {
  top: 50px;
  opacity: 1;
  visibility: visible;
  padding-top: 10px;
  background: #fff;
  border: 1px solid #eee;
}

.header .wrapper .navs > ul > li .drpdn-menu > li {
  padding: 5px 25px;
  margin-bottom: 10px;
}

.header .wrapper .navs > ul > li .drpdn-menu a {
  font-size: 12px;
  color: #000;
}

.header .wrapper .navs > ul > li .drpdn-menu > li > a {
  white-space: nowrap;
}

/* inner dropdown  */
.header .wrapper .navs > ul > li .drpdn-menu li.inner-drpdn-btn {
  position: relative;
}

.header .wrapper .navs > ul > li .drpdn-menu ul.inner-drpdn-menu {
  position: absolute;
  background-color: #f4f4f4;
  box-shadow: 0px 0px 10px 2px #1212132b;
  border-radius: 6px;
  top: 0;
  left: 135px;

  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}

.header .wrapper .navs > ul > li .drpdn-menu ul.inner-drpdn-menu.prev-event {
  min-width: 120px;
}

.header
  .wrapper
  .navs
  > ul
  > li
  .drpdn-menu
  li.inner-drpdn-btn:hover
  ul.inner-drpdn-menu {
  left: 145px;
  opacity: 1;
  visibility: visible;
}

.header
  .wrapper
  .navs
  > ul
  > li
  .drpdn-menu
  li.inner-drpdn-btn
  ul.inner-drpdn-menu
  > li {
  padding: 4px 13px;
  background-color: #fff;
  transition: 0.2s !important;
}

.header
  .wrapper
  .navs
  > ul
  > li
  .drpdn-menu
  li.inner-drpdn-btn
  ul.inner-drpdn-menu
  > li:hover {
  background-color: #1f1f1f;
}

.header
  .wrapper
  .navs
  > ul
  > li
  .drpdn-menu
  li.inner-drpdn-btn
  ul.inner-drpdn-menu
  > li
  > a {
  white-space: nowrap;
  color: #1f1f1f;
  transition: 0.2s !important;
}

.header
  .wrapper
  .navs
  > ul
  > li
  .drpdn-menu
  li.inner-drpdn-btn
  ul.inner-drpdn-menu
  > li:hover
  > a {
  color: #fff;
}

.mobile-menu i {
  color: #173c96;
}

/* MOBILE MENU  */
.header .wrapper .mobile-menu {
  display: none;
  color: #fff;
  font-size: 25px;
  margin-right: -15px;
  align-items: center;
  gap: 20px;
}

.header .wrapper .mobile-menu a {
  color: #fff;
  font-size: 14px;
}

.header .wrapper .mobile-nav {
  display: none;
  position: absolute;
  background: #173c96;
  height: 100vh;
  width: 70vw;
  top: 0;
  z-index: 99;
  left: -800px;
  transition: 0.3s;
}

.header .wrapper .mobile-nav .head-bar {
  position: relative;
  margin-bottom: 30px;
  padding: 20px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.header .wrapper .mobile-nav .head-bar i {
  margin-right: 10px;
  color: #fff;
}

.header .wrapper .mobile-nav .links {
  padding: 0px 20px;
}

.header .wrapper .mobile-nav .links > .main {
  min-height: 550px;
  max-height: 551px;
  overflow: scroll;
}

.header .wrapper .mobile-nav .links > .main > li {
  margin: 13px 0px !important;
}

.header .wrapper .mobile-nav .links li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.header .wrapper .mobile-nav .links li a.active {
  font-weight: bold;
}

.header .wrapper .mobile-nav .links .drpdn-btn > a > i {
  font-size: 13px;
  transition: 0.3s;
}

.header .wrapper .mobile-nav .links .drpdn-btn > a > i.click {
  rotate: 180deg;
  transform: translateY(2px);
}

.header .wrapper .mobile-nav .links .drpdn-menu {
  display: none;
  padding: 5px 0px;
  margin-top: 10px;
  margin-bottom: -10px;
  background-color: #242348;
}

.header .wrapper .mobile-nav .links .drpdn-menu li {
  margin-bottom: 5px;
}

.header .wrapper .mobile-nav .links .drpdn-menu li:last-child {
  margin-bottom: 0;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0px;
}

/* inner dropdown  */
.header .wrapper .mobile-nav .links .main .main-dropdown {
  background-color: #173e96;
  display: none;
  padding: 10px;
  margin-top: 10px;
}

.header .wrapper .mobile-nav .links .main .main-dropdown > li {
  margin-bottom: 9px;
  font-size: 13px;
}

.header .wrapper .mobile-nav .links .main .main-dropdown > li > a {
  font-size: 14px;
  display: block;
}

.header .wrapper .mobile-nav .links .main .main-dropdown > li > a > i {
  float: right;
  transition: 0.3s;
}

.header .wrapper .mobile-nav .links .main .main-dropdown > li > a > i.click {
  rotate: 180deg;
  margin-top: -1px;
}

.header .wrapper .mobile-nav .links .main .main-dropdown > li:last-child {
  margin-bottom: 0px;
}

.header .wrapper .mobile-nav .links .main i {
  font-size: 14px;
  float: right;
  margin-top: 2px;
  margin-right: 10px;
}

/* inner  */
.header .wrapper .mobile-nav .links .main .inner-dropdown {
  display: none;
  padding-left: 15px;
  padding-top: 10px;
}

.header .wrapper .mobile-nav .links .main .inner-dropdown > li {
  margin-bottom: 7px;
}

.header .wrapper .mobile-nav .links .main .inner-dropdown > li > a {
  font-size: 12px;
}

.header .wrapper .mobile-nav .links .main .inner-dropdown > li:last-child {
  margin-bottom: 0px;
}

/* 00000000000000000000000000000000000000000000  BANNER  00000000000000000000000000000000000000000000 */
.banner .slide {
  background-color: #173c96;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slide img {
  width: 100%;
  object-fit: cover;
  display: flex;
  flex-direction: column;
  height: 40vh;
  justify-content: flex-end;
  max-height: 450px;
  min-height: 300px;
}

.slide .slide-from-right {
  position: relative;
}

.slide .slide-from-left {
  position: relative;
}
.header-content-1 {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -100%);
  color: #fff;
  display: flex;
  align-items: center;
}
.header-content-1 h1 {
  color: #fff;
  font-size: 70px;
  text-transform: uppercase;
  font-weight: 800;
  white-space: nowrap;
  line-height: 0.71;
}
.header-content-2 h1 {
  color: #173c96;
  font-size: 70px;
  text-transform: uppercase;
  font-weight: 800;
  white-space: nowrap;

  line-height: 0.71;
}
.header-content-1 span,
.header-content-2 span {
  writing-mode: sideways-lr;
}

.header-content-2 {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, 0%);
  color: #000;
  align-items: center;
  display: flex;
}

.slide .inner {
  background-color: #ffffffe6 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 550px;
  width: 100%;
  padding: 40px 30px;
}

.slide .inner .header-content h1 {
  font-size: 40px;

  color: #173c96;
  margin-bottom: 10px;
}

.slide .inner .header-content p {
  margin-bottom: 30px;
}

.slide .inner .box-btn a {
  border: 1px solid #173c96;
  background-color: #173c96;
  color: #fff;
  border-radius: 8px;
  padding: 12px 22px;
  transition: 0.2s all ease-in;
}

.slide .inner .box-btn a:hover {
  background-color: #fff;
  color: #173c96;
}

.slide .side-image {
  position: absolute;
  top: 30%;
  transform: translate(80%, -30%);
  right: 30%;
}

.slide .side-image img {
  box-shadow: 2px 2px 10px #555;
}

.banner .slick-active .slide-from-right img {
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
  animation-duration: 1.5s;
  opacity: 1;
}

.slick-active .image img {
  animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft;
  animation-duration: 1.5s;
  opacity: 1;
}
.slick-active .header-content-2 {
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
  animation-duration: 1s;
  opacity: 1;
}

.slick-active .header-content-1 {
  animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft;
  animation-duration: 1s;
  opacity: 1;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
  }

  100% {
    opacity: 1;
  }
}

.slick-active .box-btn a {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 1s;
  opacity: 1;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
  }

  100% {
    opacity: 1;
  }
}

.slick-active .side-image img {
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
  animation-duration: 1s;
  opacity: 1;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
  }

  100% {
    opacity: 1;
  }
}

/* 00000000000000000000000000000000000000000000   ABOUT   00000000000000000000000000000000000000000000 */
.about {
  padding: 50px 0px;
}

.about .image {
  padding-right: 50px;
}

.about .image img {
  width: 100%;
  border-radius: 8px;
}

.about .text .head {
  margin-bottom: 20px;
}

.about .text .head p {
  color: #173c96;
}

.about .text .head h1 {
  margin-bottom: 10px;
}

.about .text .desc {
  margin-bottom: 40px;
}

.about .text .desc > p {
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 25px;
}

.about .text .desc ul li {
  margin-bottom: 10px;
}

.about .text .desc ul li > p {
  font-weight: 500;
}

.about .text .section-btn a {
  position: relative;
  border: 1px solid #173c96;
  color: #173c96;
  border-radius: 8px;
  padding: 12px 22px;
  transition: 0.2s all ease-in;
}

.about .text .section-btn a:hover {
  color: #fff;
  background-color: #173c96;
}

.about .text .section-btn .section-icon {
  display: inline-flex;
}

.about .text .section-btn .section-icon .shape {
  border-left: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-top: solid 6px #1f1f1f;
  border-right: solid 6px #1f1f1f;
  display: inline-block;
  margin: -1px;
  transform: rotate(45deg);
}

/* 00000000000000000000000000000000000000000000   insights   00000000000000000000000000000000000000000000 */
.insights {
  padding: 80px 0px;
}
.directorSection {
  padding: 80px 0px;
}

.insights .section-head {
  margin-bottom: 50px;
}
.directorSection .section-head {
  margin-bottom: 50px;
}

.insights .single-box img {
  border-radius: 8px;
  width: 100%;
}

.insights .single-box {
  margin-bottom: 30px;
}

.insights .single-box h3 {
  color: #173c96;
  font-size: 21px;
  margin: 10px 0;
}

.insights .single-box .text p {
  color: #000 !important;
  font-size: 14px;
}

/* 00000000000000000000000000000000000000000000   data   00000000000000000000000000000000000000000000 */
.data {
  padding: 80px 0px;
}

.data .section-head {
  margin-bottom: 50px;
}

.data .text {
  padding-right: 50px;
}

.data .text .head h5 {
  margin-bottom: 30px;
  color: #000000b4;
}

.data .text .desc {
  margin-bottom: 30px;
}

.data .text .box-btn a {
  display: inline-block;
  border: 1px solid #173c96;
  background-color: #173c96;
  color: #fff;
  border-radius: 8px;
  padding: 12px 22px;
  transition: 0.2s allease-in;
}

.data .text .box-btn a:hover {
  color: #fff;
  background-color: #173c96;
}

/* 00000000000000000000000000000000000000000000   data 2   00000000000000000000000000000000000000000000 */
.data.data-2 {
  padding: 100px 10px;
}

.data.data-2 .head {
  margin-bottom: 30px;
}

.data.data-2 .head h5 {
  font-size: 35px;
  color: #173c96;
  margin-bottom: 30px;
}

.data.data-2 .image img {
  border-radius: 20px;
}

/* 00000000000000000000000000000000000000000000   the solution   00000000000000000000000000000000000000000000 */
.the-solution {
  padding: 100px 10px;
  background-image: linear-gradient(to top, #112e34, #173c965c),
    url(../img/review-bg.webp);
  background-position: center;
  background-size: cover;
}

.the-solution .head {
  margin-bottom: 30px;
}

.the-solution .head h5 {
  font-size: 35px;
  color: #fff;
  margin-bottom: 15px;
}

.the-solution .head p {
  color: #ececec;
}

.the-solution .image img {
  border-radius: 20px;
}

/* 00000000000000000000000000000000000000000000   vision adn mission   00000000000000000000000000000000000000000000 */
.vision-mission {
  padding: 100px 30px;
  background-color: #f5fafd;
}

.vision-mission .main-head {
  padding-right: 50px;
  margin-bottom: 30px;
}

.vision-mission .main-head h5 {
  color: #173c96;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.vision-mission .main-image img {
  border-radius: 20px;
}

.vision-mission .tabs .single-tab {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 20px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.vision-mission .tabs .single-tab svg {
  height: 70px;
  width: 100px;
}

.vision-mission .tabs .single-tab .head h5 {
  color: #173c96;
  margin-bottom: 10px;
}

/* 00000000000000000000000000000000000000000000   services   00000000000000000000000000000000000000000000 */

.services-page {
  padding: 100px 10px 85px;
}

.services-page .diagram {
  text-align: center;
  width: 70%;
  margin: auto;
}

.services-page .diagram .image {
  margin-bottom: 30px;
}

.services-page .diagram .head h5 {
  font-size: 35px;
  color: #173c96;
  font-weight: 500;
  margin-bottom: 30px;
}

.services-page .all-services {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #c0c0c0;
}

.services-page .all-services .head {
  text-align: center;
}

.services-page .all-services .head h5 {
  font-size: 35px;
  color: #173c96;
  margin-bottom: 10px;
}

.services-page .all-services .head p {
  margin-bottom: 30px;
}

.services-page .row > .col-md-6 {
  margin-bottom: 30px;
}

.services-page .service-content-one .row > .col-sm-6 {
  margin-bottom: 30px;
}

.services-page .service-single {
  background-color: #fff;
  padding: 20px;
  padding-bottom: 30px;
  transition: 0.5s;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 5px 20px rgba(112, 134, 230, 0.2);
}

.services-page .service-img {
  margin-bottom: 20px;
}

.services-page img {
  width: 700px;
  border-radius: 15px;
}

.services-page .service-txt h2 {
  color: #173c96;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 500;
}

.services-page .service-txt p {
  margin-bottom: 20px;

  padding-bottom: 20px;
  border-bottom: 1px solid #cfcfcf;
}

.services-page a.service-btn {
  color: #173c96;
  display: inline-block;
  border: 1px solid #aeaeae;
  padding: 3px 8px 6px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s ease all;
}

.services-page .service-single:hover a.service-btn {
  background-color: #173c96;
  color: #fff;
  border-color: #173c96;
}

.services-page a:active.service-btn,
.services-page a:hover.service-btn,
.services-page a:focus.service-btn {
  color: #173c96;
  margin-bottom: 15px;
}

.services-page .service-single:hover {
  box-shadow: 0 5px 20px rgba(112, 134, 230, 0.2);
  opacity: 1;
  transform: translate(0px, -15px);
}

.services-page .section-btn {
  margin-top: 50px;
  text-align: center;
}

.services-page .section-btn a {
  color: #fff;
  background-color: #173c96;
  border: 1px solid #173c96;
  border-radius: 6px;
  padding: 12px 24px;
  line-height: 130%;
  transition: all 0.2s ease-in-out;
}

.services-page .section-btn a:hover {
  color: #173c96;
  background-color: #fff;
  border: 1px solid #173c96;
}

/* 00000000000000000000000000000000000000000000   services   00000000000000000000000000000000000000000000 */
.service-single-page {
  padding: 100px 10px;
}

.service-single-page .service-details .image {
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
}

.service-single-page .service-details .inner {
  margin-bottom: 40px;
}

.service-single-page .service-details .head h5 {
  font-size: 22px;
  color: #173c96;
  margin-bottom: 10px;
}

.service-single-page .service-details .desc {
  color: #68747a;
}

/* points  */
.service-single-page .service-details .points {
  border: 1px solid #dadee2;
  border-width: 1px 1px 6px 1px;
  margin-top: 15px;
  margin-bottom: 35px;
  padding: 20px 19px 21px 19px;
  border-radius: 12px;
}

.service-single-page .service-details .points ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
}

.service-single-page .service-details .points ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 18px;
  height: 18px;
  background-image: url(../img/check.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/* services list */
.service-single-page .list-inner {
  position: sticky;
  top: 50px;
}

.service-single-page .services-list {
  border: 1px solid #dadee2;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 40px;
}

.service-single-page .services-list .head {
  background-color: #173c96;
  padding: 15px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.service-single-page .services-list .head h5 {
  font-size: 25px;
  color: #fff;
}

.service-single-page .services-list ul li a {
  padding: 12px;
  padding-right: 70px;
  font-weight: 500;
  color: #173c96;
  display: block;
  position: relative;
  -webkit-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.2s;
  border-left: 0px solid transparent;
  border-bottom: 1px solid #dadee2;
  position: relative;
}

.service-single-page .services-list ul li:last-child a {
  border-bottom: none;
}

.service-single-page .services-list ul li a:hover,
.service-single-page .services-list ul li a.active {
  padding-left: 25px;
}

.service-single-page .services-list ul li a:after {
  content: ">";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}

.service-single-page .services-list ul li a::before {
  position: absolute;
  content: "";
  height: 0px;
  width: 0px;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  background-color: #173c96;
  border-radius: 50px;
  transition: 0.2s ease all;
}

.service-single-page .services-list ul li a:hover::before,
.service-single-page .services-list ul li a.active::before {
  height: 6px;
  width: 6px;
}

/* any enquiry  */
.service-single-page .any-enquiry {
  background-image: linear-gradient(to top, #173c96e0, #173c96e0),
    url(../img/service-cta.jpg);
  background-size: cover;
  background-position: center;
  padding: 40px 25px;
  border-radius: 20px;
  border: 1px solid;
}

.service-single-page .any-enquiry .head {
  font-size: 25px;
  color: #fff;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-weight: 500;
  border-bottom: 1px solid #ffffff26;
}

.service-single-page .any-enquiry .details .single-box {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}

.service-single-page .any-enquiry .details .single-box .icon {
  background-color: #ffffff26;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  height: 30px;
  width: 30px;
  margin-bottom: 10px;
  color: #fff;
  border-radius: 50px;
}

.service-single-page .any-enquiry .details .single-box .text h5 {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 8px;
}

.service-single-page .any-enquiry .details .single-box .text a,
.service-single-page .any-enquiry .details .single-box .text p {
  color: #fff;
}

.service-single-page .any-enquiry .lower-btn a {
  display: block;
  background-color: #fff;
  padding: 16px 22px;
  border-radius: 15px;
  color: #000;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}

/* 00000000000000000000000000000000000000000000   our partner   00000000000000000000000000000000000000000000 */
.our-partner {
  padding: 100px 0px;
}

.our-partner .section-head {
  text-align: center;
  margin-bottom: 100px;
}

.our-partner .section-head p {
  width: 70%;
  margin: auto;
}

.our-partner .single-partner.scivoc {
  margin-bottom: 100px;
}

.our-partner .single-partner .image {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.our-partner .single-partner img {
  width: 300px;
}

.our-partner .single-partner .text {
  padding: 30px;
}

.our-partner .single-partner .text .head {
  color: #173c96;
  font-size: 33px;
  font-weight: 500;
  margin-bottom: 10px;
}

.our-partner .single-partner .text .desc {
  margin-bottom: 25px;
  color: #919899;
  font-weight: 400;
  padding-bottom: 20px;
  border-bottom: 1px solid #cfcfcf;
}

.our-partner .single-partner ul li {
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
}

.our-partner .single-partner ul li:last-child {
  margin-bottom: 0px;
  margin-bottom: 5px;
}

.our-partner .single-partner ul li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0px;
  width: 18px;
  height: 18px;
  background-image: url(../img/check.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.our-partner .single-partner ul li h5 {
  font-size: 18px;
}

/* 00000000000000000000000000000000000000000000   our modal   00000000000000000000000000000000000000000000 */
.our-modal {
  padding: 100px 0px;
}

.our-modal .row .col-md-6 {
  margin-bottom: 40px;
}

.our-modal .single-modal {
  border: 1px solid #cfcfcf;
  padding: 20px;
  height: 100%;
}

.our-modal .single-modal .image {
  margin-bottom: 20px;
}

.our-modal .single-modal .image img {
  width: 100%;
}

.our-modal .single-modal .head {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 5px;
}

.our-modal .single-modal .desc {
  margin-bottom: 25px;
  color: #919899;
  font-weight: 400;
  padding-bottom: 20px;
  border-bottom: 1px solid #cfcfcf;
}

.our-modal .single-modal ul li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.our-modal .single-modal ul li:last-child {
  margin-bottom: 0px;
}

.our-modal .single-modal ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 18px;
  height: 18px;
  background-image: url(../img/check.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.our-modal .single-modal ul h5 span {
  margin-left: 10px;
}

.our-modal .single-modal ul h5 {
  font-size: 16px;
  color: #919899;
  font-weight: 400;
}

.our-modal .single-modal ul img {
  width: 20px;
  margin-right: 5px;
}

/* 00000000000000000000000000000000000000000000   CONTACT   00000000000000000000000000000000000000000000 */
.contact-details {
  padding: 80px 15px;
}

.contact-details .details .head {
  margin-bottom: 30px;
}

.contact-details .details .head h5 {
  font-size: 35px;
  color: #173c96;
  margin-bottom: 20px;
}

.contact-details .details p {
  color: #68747a;
}

.contact-details .details .single-box {
  margin-bottom: 30px;
}

.contact-details .details .single-box .icon {
  background-color: #173c96;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  height: 30px;
  width: 30px;
  margin-bottom: 10px;
  color: #fff;
  border-radius: 50px;
}

/* form  */

.contact-details .form-group {
  margin-bottom: 20px;
}

.contact-details input,
.contact-details textarea {
  padding: 15px 22px;
  border: 1px solid #c7c9ca;
  border-radius: 12px;
  font-size: 14px;
}

.contact-details .lower-btns button {
  padding: 14px 22px;
  background-color: #173c96;
  border-radius: 12px;
  color: #fff;
}

/* MAP  */
.contact-map {
  margin-bottom: 80px;
}

/* 00000000000000000000000000000000000000000000   FOOTER   00000000000000000000000000000000000000000000 */
.footer {
  padding: 30px 10px 20px;
  background-color: #eee;
}

.footer p,
.footer a {
  color: #000;
}

.footer .head {
  margin-bottom: 20px;
}

.footer .head h5 {
  color: #000;
}

/* brand */
.footer .brand {
  height: 100%;
}

.footer .brand p {
  font-size: 14px;
  color: #000;
}

.footer .brand img {
  width: 115px;
}

.footer .brand .logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 20px;
}

.footer .brand .logo p {
  text-transform: uppercase;
}

/* contact */
.footer .contact {
  padding-left: 50px;
}

.footer .contact li {
  margin-bottom: 10px;
}

.footer .contact li a {
  display: inline-flex;
  transition: 0.3s all ease;
}

.footer .contact li a:hover {
  color: #173c96;
}

.footer .contact li a p {
  transition: 0.3s all ease;
}

.footer .contact li a:hover p {
  color: #173c96;
}

.footer .contact li a i {
  color: #000;
  width: 20px;
  text-align: center;
  margin-top: 3px;
  margin-right: 10px;
  font-size: 20px;
  transition: 0.3s;
}

.footer .contact li a:hover i {
  color: #173c96;
}

.footer .contact li a p {
  color: #000;
}

/* copyright  */
.footer .copy-right {
  text-align: center;
  border-top: 1px solid #e9e8e8;
  margin-top: 20px;
  padding-top: 20px;
}

.footer .copy-right a:hover {
  color: #cbcbcb;
}

.footer .copy-right span {
  font-weight: bold;
}

.ServiceCard .single-box {
  perspective: 1000px;
  width: 300px;
  height: 300px;
}

.flip-card {
  width: 100%;
  height: 100%;
  position: relative;
}

.flip-card-inner {
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: hidden;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}

.flip-card-front {
  background: #fff;
}

.flip-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flip-card-back {
  background: #f9f9f9;
  transform: rotateY(180deg);
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.submenu {
  display: none;
  margin-left: 20px;
}

.submenu li {
  margin: 5px 0;
}

.toggle-active .submenu {
  display: block;
}
#toggle-item {
  width: 100%;
}

.service-single-page .services-list ul #toggle-item a:after {
  content: "\2b";
}

.service-single-page .services-list ul #toggle-item .submenu li a:after {
  content: ">";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}
.Directorinfo {
  display: flex;
  gap: 20px;
  align-items: center;
}
.Directorinfo img {
  border: 2px solid #111;
  border-radius: 100%;
  min-width: 240px;
}
.Directorinfo h3 {
  font-size: 21px;
  margin-bottom: 10px;
  color: #173c96;
}
.Directorinfo span {
  font-weight: 600;
}
.Directorinfo p {
  margin-bottom: 20px;
}
.Directorinfo a {
  padding: 8px 10px;
  color: #fff;
  border-radius: 5px;
  background-color: #173c96;
}
.directormodal .btn-director {
  background: #173c96;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.directormodal .btn-director:hover {
  background: #173c96;
  transform: scale(1.05);
}

.directormodal .modal-content {
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.directormodal .modal-header {
  background: #173c96;
  color: #fff;
  border-bottom: none;
}

.directormodal .modal-title {
  font-weight: 600;
}

.directormodal .modal-body {
  padding: 2rem;
}

.directormodal .modal-body h6 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.directormodal .modal-body p {
  color: #111;
  margin-bottom: 1rem;
}
.directormodal ul {
  padding-left: 15px;
}
.directormodal ul li {
  list-style: disc;
}

.directormodal .modal-footer {
  border-top: none;
  padding: 1rem 2rem;
}

.directormodal .btn-close {
  background-color: #fff;
  opacity: 1;
}
/* 00000000000000000000000000000000000000000000   MEDIA QUERIES   00000000000000000000000000000000000000000000 */

@media (min-width: 1800px) {
  .numbers .main-image {
    width: 70%;
    margin: auto;
  }
}

@media (max-width: 1400px) {
}

@media (max-width: 1200px) {
  .banner .swiper-slide .text h1 {
    font-size: 35px;
  }

  .about .text .head h1 {
    font-size: 25px;
  }

  .details .row {
    width: 100%;
  }

  .about-reverse .text {
    padding-left: 50px;
  }

  .contact-page .lower-section .cont-details {
    padding: 0px 30px;
  }

  .about-page .lower-section .text {
    padding-right: 30px;
  }

  .about-page .lower-section .row-reverse .text {
    padding-left: 30px;
  }

  .footer .contact {
    padding-left: 30px;
  }

  .vision-mission .main-image img {
    margin-top: 80px;
  }
}

@media (max-width: 1085px) {
  .about .text {
    padding: 0px 68px 0px 0px;
  }

  .about .image img {
    width: 100%;
  }

  .about-reverse .text .head h2 {
    margin-bottom: 15px;
    font-size: 25px;
  }

  .about-reverse .text {
    padding-left: 20px;
  }

  .about-reverse .details .row {
    width: 100%;
  }

  .register-page .form {
    width: 80%;
  }
}

@media (max-width: 991px) {
  .banner .swiper-slide .text h1,
  .about-reverse .text .head h1 {
    font-size: 25px;
  }
  .slide img {
    min-height: 250px;
    height: 40vh;
  }
  .header-content-1 h1,
  .header-content-2 h1 {
    font-size: 40px;
  }

  .numbers .single-box .number {
    font-size: 30px;
  }

  .details .row {
    --bs-gutter-x: 20px;
  }

  .details .single-box .text {
    font-size: 20px;
  }

  .contact-page .top-section {
    width: 80%;
    margin: auto;
    margin-bottom: 120px;
  }

  .contact-page .lower-section > .row {
    flex-direction: column-reverse;
  }

  .contact-page .lower-section .cont-details {
    margin-bottom: 80px;
  }

  .about-page .lower-section .desc {
    font-size: 16px;
  }

  .about-reverse .text .head h2 {
    font-size: 23px;
  }

  .about-reverse .text .desc p {
    font-size: 16px;
  }

  .footer .row {
    width: 95%;
  }

  .about-reverse .text:not(.about-reverse .details .text) {
    margin-bottom: 80px;
  }

  .about-reverse .details .single-box {
    margin-bottom: 0px;
  }

  .numbers {
    margin: -50px 0px;
  }

  .contact-page .inner {
    width: 85%;
    margin: auto;
  }

  .contact-page .head h1 {
    font-size: 28px;
  }

  .services-page .services-list {
    margin-top: 80px;
  }

  .service-single-page .service-details {
    margin-bottom: 50px;
  }

  .vision-mission {
    padding: 80px 15px;
  }

  .vision-mission .main-head h5 {
    font-size: 30px;
  }

  .vision-mission .tabs .single-tab .head p {
    font-size: 14px;
  }

  .our-partner .single-partner.scivoc {
    margin-bottom: 50px;
  }

  .our-partner .section-head {
    margin-bottom: 70px;
  }

  .our-partner {
    padding: 70px 0px;
  }
}

@media (max-width: 890px) {
}

@media (max-width: 850px) {
  .about .text {
    padding: 0px 27px 0px 0px;
  }

  .banner .swiper-slide .text {
    width: 85%;
  }

  .about-reverse .text .head h2 {
    font-size: 20px;
  }

  .exhibitors-page .info .wrapper .head,
  .exhibitors-logo-page .info .wrapper .head {
    width: 90%;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .header .wrapper .navs {
    display: none;
  }
  .section_padding_top_150 > [class*="container"] {
    padding-top: 50px;
  }
  .service-single-page .any-enquiry {
    padding: 35px 12px;
  }
  .ServiceCard .single-box {
    width: 100%;
  }
  .about {
    padding-top: 0px;
  }
  .slide img {
    min-height: 190px;
    height: 30vh;
  }
  .header-content-1 h1,
  .header-content-2 h1 {
    font-size: 25px;
  }

  .slide .side-image img {
    display: none;
  }

  .slide .image {
    width: 100%;
  }

  .slide .inner {
    position: unset;
    transform: unset;
  }

  .slide .side-image {
    display: none;
  }

  .header .wrapper .mobile-menu {
    display: flex;
    margin-right: 10px;
  }

  .section_header {
    font-size: 18px;
  }

  .insights {
    padding-bottom: 20px;
  }

  .header .wrapper .mobile-nav {
    display: block;
  }

  .about .image {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .about .text {
    padding: 30px;
  }

  .about-reverse .row-reverse .text {
    padding: 30px;
  }

  .about .image img {
    width: 65%;
  }

  .section-heading h1 {
    font-size: 26px;
  }

  .about-reverse .text .desc p {
    font-size: 14px;
  }

  .about-reverse .row-reverse .image {
    text-align: center;
    margin-bottom: 30px;
  }

  .about-reverse .image img {
    width: 85%;
  }

  .banner .swiper-slide .text {
    width: 98%;
  }

  .contact-section .text h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .contact-section .text ul li a {
    font-size: 14px;
  }

  .contact-section .bg {
    padding: 40px;
  }

  .banner .swiper-slide .text h1 {
    font-size: 20px;
  }

  .footer .logo img {
    width: 160px;
  }

  .footer .brand {
    margin-bottom: 40px;
  }

  .exhibitors-page .form {
    width: 95%;
  }

  .contact-page .top-section {
    width: 100%;
    margin-bottom: 120px;
  }

  .contact-page .inner {
    width: 100%;
    margin: auto;
  }

  .page-nav {
    padding: 70px 0px;
  }

  .page-nav .head img {
    width: 120px;
    margin-bottom: 17px;
  }

  .page-nav .head h1 {
    font-size: 25px;
  }

  .about-page .lower-section .image {
    margin-bottom: 30px;
  }

  .about-page .lower-section .image {
    margin-bottom: 50px;
  }

  .banner .swiper-slide .bnr-img img {
    object-fit: cover;
    height: 50vh;
  }

  .footer .contact {
    padding-left: 0;
    margin-top: 30px;
  }

  .about-reverse .details .single-box .text {
    font-size: 15px;
  }

  .about-page .lower-section img {
    width: 140px;
  }

  .about-page .lower-section .vision img {
    width: 160px;
  }

  .about-page .lower-section .mission img {
    width: 140px;
  }

  .about-reverse {
    padding: 70px 0px;
  }

  .header .wrapper img {
    width: 70px;
    padding: 10px 0px;
  }

  .info .wrapper .head {
    width: 97%;
  }

  .info .wrapper .top-details {
    width: 100%;
  }

  .register-page .form {
    width: 95%;
  }

  .about-light {
    padding-top: 74px;
  }

  .banner,
  .page-nav {
    margin-top: 0px;
  }

  .banner .slide {
    height: 100%;
  }

  .contact-page {
    padding: 74px 0px 100px;
  }

  .contact-page .form {
    padding: 0px 20px;
  }

  .contact-section .form {
    padding: 30px;
  }

  .our-partner .single-partner.sharkview > .row {
    flex-direction: column-reverse;
  }

  .our-partner {
    padding: 70px 0px;
  }

  .our-partner .section-head p {
    width: 95%;
    margin: auto;
  }

  .page-nav .head {
    font-size: 25px;
  }

  .service-single-page {
    padding: 70px 10px;
  }

  .services-page {
    padding: 70px 10px 55px;
  }

  .services-page .service-txt p {
    font-size: 15px;
  }

  .services-page .diagram {
    width: 95%;
    margin: auto;
  }

  .services-page .diagram .image img {
    width: 80%;
    margin: auto;
  }

  .services-page .diagram .desc {
    font-size: 15px;
  }

  .vision-mission {
    padding: 70px 10px;
  }

  .the-solution {
    padding: 70px 10px;
  }

  .data.data-2 {
    padding: 70px 10px;
  }

  .vision-mission .main-text {
    margin-bottom: 50px;
  }

  .vision-mission .main-image img {
    margin-top: 0px;
  }

  .the-solution .image {
    margin-bottom: 30px;
  }

  .data.data.data-2 .text {
    margin-bottom: 30px;
  }

  .vision-mission .main-head {
    padding-right: 0px;
  }

  .data.data.data-2 .text {
    padding-right: 0px;
  }

  .vision-mission .main-head h5,
  .the-solution .head h5,
  .data.data-2 .head h5 {
    font-size: 25px;
  }

  .contact-details .details .head h5 {
    font-size: 25px;
  }

  .details .single-box .text {
    font-size: 16px;
  }

  .details .single-box .text h5 {
    font-size: 22x;
  }

  .our-partner .single-partner .text .head {
    font-size: 25px;
  }

  .contact-details {
    padding: 70px 10px;
  }

  .our-partner .single-partner ul li span {
    font-size: 15px;
  }

  .services-page .all-services {
    margin-top: 60px;
    padding-top: 60px;
  }
}

@media (max-width: 575px) {
  .header .wrapper .mobile-nav {
    width: 80vw;
  }

  .about .image img {
    width: 100%;
  }

  .about .text {
    padding: 10px;
  }

  .about-reverse .row-reverse .text {
    padding: 10px;
  }

  .about-reverse .row-reverse .image {
    text-align: center;
  }

  .about-reverse .image img {
    width: 100%;
  }

  .about-page .info .wrapper {
    width: 100%;
  }

  .about-page .lower-section .text {
    padding: 0px 10px;
  }

  .about-page .lower-section .row-reverse .text {
    padding: 0px 10px;
  }

  .details .single-box {
    margin-bottom: 60px;
  }

  .details .col-md-4:last-child .single-box {
    margin: 0px;
  }

  .about-page .lower-section .text {
    border-left: none;
    text-align: center;
  }

  .about-reverse .details .single-box {
    margin-bottom: 40px;
  }

  .about-reverse .details .col-lg-12:last-child .single-box {
    margin-bottom: 0px;
  }

  .about-reverse .text:not(.about-reverse .details .text) {
    margin-bottom: 50px;
  }

  .exhibitors-logo-page .image img {
    width: 150px;
  }

  .exhibitors-page .info .wrapper .head,
  .exhibitors-logo-page .info .wrapper .head {
    width: 98%;
    margin: auto;
  }

  .exhibitors-page .info .wrapper .head h2 {
    font-size: 20px;
  }

  .exhibitors-page .info .wrapper .top-details li span {
    font-weight: bold;
    color: #1f1f1f;
    margin-right: 10px;
    min-width: 90px;
    font-size: 13px;
  }

  .contact-page .form {
    padding: 0px 0px;
  }

  .exhibitors-page .info .wrapper .top-details ul.under li p {
    font-size: 13px;
  }

  .contact-section .form {
    padding: 20px;
  }

  .services-page .diagram .head h5,
  .services-page .all-services .head h5 {
    font-size: 25px;
  }

  .services-page .diagram .image img {
    width: 100%;
  }

  .vision-mission .tabs .single-tab {
    align-items: start;
    flex-direction: column;
  }

  .vision-mission .tabs .single-tab .icon {
    margin-bottom: 20px;
  }

  .service-single-page .service-details .desc {
    font-size: 14px;
  }

  .service-single-page .service-details .points ul li {
    font-size: 14px;
  }

  .contact-details .details p {
    font-size: 15px;
  }

  .details .single-box .text a,
  .details .single-box .text p {
    font-size: 14px;
  }

  .details .single-box .text h5 {
    font-size: 18px;
  }

  .contact-details {
    padding: 60px 5px;
  }

  .our-partner .single-partner .text {
    padding: 10px;
  }

  .our-partner .single-partner .text .desc {
    font-size: 14px;
  }

  .our-partner .single-partner ul li span {
    font-size: 14px;
  }

  .our-partner .section-head p {
    font-size: 14px;
  }

  .service-single-page .service-details .head h5 {
    font-size: 18px;
  }

  .service-single-page .services-list .head h5 {
    font-size: 22px;
  }

  .service-single-page .services-list ul li a {
    font-size: 14px;
  }

  .services-page .all-services {
    margin-top: 50px;
    padding-top: 50px;
  }

  .services-page .diagram .desc {
    font-size: 14px;
  }

  .services-page .all-services .head p {
    font-size: 14px;
  }

  .services-page .service-txt p {
    font-size: 14px;
  }
}

@media (max-width: 430px) {
  .exhibitors-page .info .wrapper .head h2 {
    font-size: 15px;
  }
}

@media (max-width: 390px) {
  .about-reverse .text .head h2 {
    font-size: 15px;
  }
}

@media (max-width: 360px) {
  .more-btn a {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%);
    background-color: #e9e8e8;
    color: #727272;
    padding: 0px 10px;
    font-size: 13px;
  }

  .details .single-box .text a,
  .details .single-box .text p {
    font-size: 12px;
  }
}

.header .wrapper .navs > ul > li .drpdn-menu > li.drpdn-btn {
  position: relative;
}

.header .wrapper .navs > ul > li .drpdn-menu > li.drpdn-btn > a > i {
  margin-left: 5px;
  transition: 0.3s;
}

.header .wrapper .navs > ul > li .drpdn-menu > li.drpdn-btn:hover > a > i {
  transform: rotate(-90deg);
}

.header .wrapper .navs > ul > li .drpdn-menu .sub-drpdn-menu {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #fff;
  width: 230px;
  padding: 15px 0;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.header
  .wrapper
  .navs
  > ul
  > li
  .drpdn-menu
  > li.drpdn-btn:hover
  .sub-drpdn-menu {
  opacity: 1;
  visibility: visible;
}

.header .wrapper .navs > ul > li .drpdn-menu .sub-drpdn-menu li {
  padding: 8px 25px;
}

.header .wrapper .navs > ul > li .drpdn-menu .sub-drpdn-menu li a {
  color: #727272;
  transition: 0.3s;
}

.header .wrapper .navs > ul > li .drpdn-menu .sub-drpdn-menu li a:hover {
  color: #1f1f1f;
}

/* Mobile submenu styles */
.header .wrapper .mobile-nav .links .main .sub-dropdown {
  display: none;
  padding-left: 20px;
}

.header .wrapper .mobile-nav .links .main .dropdown.active .sub-dropdown {
  display: block;
}

.header .wrapper .mobile-nav .links .main .sub-dropdown > li {
  padding: 10px 0;
}

.header .wrapper .mobile-nav .links .main .sub-dropdown > li > a {
  color: #fff;
  font-size: 14px;
  transition: 0.3s;
}

.header .wrapper .mobile-nav .links .main .sub-dropdown > li > a:hover {
  color: #1f1f1f;
}

/* Language Selector Styles */
.lang-selector {
  margin-left: 5px;
  padding: 0 !important;
}

.lang-selector a {
  display: flex !important;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  transition: 0.3s;
  padding: 15px 0px !important;
}

.lang-selector a:hover {
  opacity: 0.8;
}

.lang-selector i {
  font-size: 18px;
}

/* Mobile Language Selector */
.mobile-nav .lang-selector {
  margin: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px !important;
}

.mobile-nav .lang-selector a {
  color: #173c96 !important;
  padding: 5px 0 !important;
  justify-content: center;
  font-size: 14px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .lang-selector {
    margin-left: 0;
  }
}

/* News & Events Section */
.news-events {
  padding: 80px 0;
}

.news-events .section-head {
  margin-bottom: 50px;
}

.news-events .section-head h1 {
  color: #333;
  margin-bottom: 15px;
}

.news-events .section-head p {
  color: #666;
  font-size: 18px;
}

.news-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.news-card:hover {
  transform: translateY(-5px);
}

.news-img {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.date-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  min-width: 60px;
}

.date-badge .day {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  line-height: 1;
}

.date-badge .month {
  display: block;
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
}

.news-content {
  padding: 20px;
}

.news-content h4 {
  color: #333;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.news-content p {
  color: #666;
  font-size: 14px;
  margin-bottom: 15px;
}

.news-footer {
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.read-more {
  color: #173c96;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.3s ease;
}

.read-more i {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.read-more:hover {
  color: #0056b3;
}

.read-more:hover i {
  transform: translateX(5px);
}

.btn-view-all {
  display: inline-block;
  padding: 12px 30px;
  background: #173c96;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-view-all:hover {
  background: #0056b3;
  color: #fff;
  transform: translateY(-2px);
}

/* News Listing Page Styles */
.news-listing {
  padding: 80px 0;
}

.news-filters h4 {
  color: #173c96;
  margin-bottom: 0;
}

.news-filters .form-select {
  border-color: #eee;
  padding: 10px 35px 10px 15px;
}

.featured-news {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.featured-news .featured-img {
  height: 400px;
}

.featured-news .featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-news .featured-content {
  padding: 40px;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.featured-content .date-badge {
  background-color: #173c96;
  color: #fff;
}

.featured-content .date-badge .day,
.featured-content .date-badge .month {
  color: #fff;
}
.featured-news .category {
  display: inline-block;
  background: #173c96;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 20px;
}

.featured-news h2 {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.featured-news p {
  margin-bottom: 25px;
}

/* Pagination Styles */
.pagination .page-link {
  color: #173c96;
  border: none;
  padding: 10px 20px;
  margin: 0 5px;
  border-radius: 5px;
}

.pagination .page-item.active .page-link {
  background-color: #173c96;
  border-color: #173c96;
}

.pagination .page-link:hover {
  background-color: #173c96;
  color: #fff;
}

/* News Details Page Styles */
.news-details {
  padding: 80px 0;
}

.news-content-wrapper {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.news-meta {
  margin-bottom: 25px;
}

.news-meta span {
  margin-right: 20px;
  color: #666;
  font-size: 14px;
}

.news-meta .category {
  background: #173c96;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
}

.news-meta i {
  margin-right: 5px;
}

.news-title {
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 25px;
  color: #173c96;
}

.featured-image {
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}

.news-body {
  font-size: 16px;
  line-height: 1.8;
}

.news-body .lead {
  font-size: 20px;
  color: #666;
  margin-bottom: 25px;
}

.news-body h2 {
  font-size: 24px;
  margin: 30px 0 20px;
  color: #173c96;
}

.news-body ul {
  margin-bottom: 25px;
  padding-left: 20px;
}

.news-body ul li {
  margin-bottom: 10px;
  list-style-type: disc;
}

.news-quote {
  background: #f8f9fa;
  padding: 30px;
  border-left: 5px solid #173c96;
  margin: 30px 0;
}

.news-quote p {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 10px;
}

.news-quote cite {
  color: #173c96;
  font-weight: 600;
}

.image-gallery {
  margin: 30px 0;
}

.social-share {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.social-share h4 {
  margin-bottom: 20px;
  color: #173c96;
}

.share-buttons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
}

.share-buttons a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  color: #173c96;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.share-buttons a:hover {
  background: #173c96;
  color: #fff;
}

/* Sidebar Styles */
.news-sidebar {
  position: sticky;
  top: 100px;
}

.sidebar-widget {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.sidebar-widget h3 {
  color: #173c96;
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.recent-posts ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recent-posts li {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.recent-posts li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.post-thumb {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
  min-width: 80px;
}

.post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-info h4 {
  font-size: 15px;
  margin-bottom: 5px;
}

.post-info h4 a {
  color: #333;
  transition: color 0.3s ease;
}

.post-info h4 a:hover {
  color: #173c96;
}

.post-info .date {
  font-size: 13px;
  color: #666;
}

.categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.categories li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.categories li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.categories a {
  color: #333;
  display: flex;
  justify-content: space-between;
  transition: color 0.3s ease;
}

.categories a:hover {
  color: #173c96;
}

.categories span {
  color: #666;
  font-size: 14px;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-cloud a {
  background: #f8f9fa;
  color: #666;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 13px;
  transition: all 0.3s ease;
}

.tag-cloud a:hover {
  background: #173c96;
  color: #fff;
}

@media (max-width: 991px) {
  .featured-news .featured-img {
    height: 300px;
  }

  .featured-news .featured-content {
    padding: 30px;
  }

  .featured-news h2 {
    font-size: 24px;
  }

  .news-sidebar {
    margin-top: 40px;
    position: static;
  }
}

@media (max-width: 767px) {
  .news-listing,
  .news-details {
    padding: 50px 0;
  }

  .featured-news .featured-content {
    padding: 20px;
  }

  .featured-news h2 {
    font-size: 20px;
  }

  .news-content-wrapper {
    padding: 20px;
  }

  .news-title {
    font-size: 24px;
  }

  .news-body .lead {
    font-size: 18px;
  }
}

/* Contact2 Page Styles */
.contact-section {
  background: #fff;
  padding: 80px 0;
}

.contact-section h2 {
  color: #173c96;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}

.office-info {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.office-info h3 {
  color: #173c96;
  font-size: 22px;
  margin-bottom: 20px;
}

.office-info p {
  color: #666;
  margin-bottom: 15px;
  line-height: 1.8;
}

.office-info a {
  color: #173c96;
  text-decoration: none;
  transition: color 0.3s ease;
}

.office-info a:hover {
  color: #0056b3;
}

.contact-form {
  background: #f8f9fa;
  padding: 40px;
  border-radius: 10px;
}

.contact-form .form-control {
  border: 1px solid #ddd;
  padding: 12px 20px;
  height: auto;
  border-radius: 5px;
  margin-bottom: 20px;
}

.contact-form .form-control:focus {
  border-color: #173c96;
  box-shadow: 0 0 0 0.2rem rgba(23, 60, 150, 0.25);
}

.contact-form textarea.form-control {
  min-height: 150px;
}

.contact-form .form-check-label {
  color: #666;
  font-size: 14px;
}

.contact-form .btn-primary {
  background: #173c96;
  border-color: #173c96;
  padding: 12px 30px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.contact-form .btn-primary:hover {
  background: #0056b3;
  border-color: #0056b3;
  transform: translateY(-2px);
}

.contact-map {
  margin-bottom: 0;
}

.contact-map iframe {
  width: 100%;
  height: 450px;
  border: none;
}

@media (max-width: 767px) {
  .contact-section {
    padding: 50px 0;
  }

  .contact-form {
    padding: 20px;
  }

  .office-info {
    padding: 20px;
  }
}

/* Contact Title Styles */
.contact-title {
  background: #fff;
  position: relative;
}

.contact-title h1 {
  color: #173c96;
  font-size: 36px;
  font-weight: 600;
  margin: 0;
}

.title-line {
  height: 1px;
  background: #173c96;
  margin-top: 25px;
}

/* World Map Section */
.world-map-section {
  background: #f8f9fa;
  position: relative;
}

.world-map {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.map-markers {
  position: absolute;
  top: 42%;
  width: 100%;
  height: 100%;
  left: 82%;
  transform: translate(-82%, -42%);
}

.marker {
  position: absolute;
  display: flex;
  align-items: center;
}

.marker .dot {
  width: 12px;
  height: 12px;
  background: #173c96;
  border-radius: 50%;
  position: relative;
}

.marker .dot:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: rgba(23, 60, 150, 0.2);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 2s infinite;
}

.marker .label {
  color: #173c96;
  font-size: 14px;
  font-weight: 500;
  margin-left: 8px;
  white-space: nowrap;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

/* Contact Content */
.contact-content {
  background: #fff;
  /* padding: 80px 0; */
}

.office-locations {
  border-right: 1px solid #eee;
  background-color: #173c96;
}

.location-box {
  padding: 30px;
  color: #fff;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.location-box h2 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}

.location-box h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}

.location-box p {
  color: #fff;
  line-height: 1.8;
  margin-bottom: 15px;
}

.location-box a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-form-wrapper {
  padding: 30px;
  background: #f8f9fa;
  border-radius: 10px;
}

.contact-form-wrapper h2 {
  color: #173c96;
  font-size: 24px;
  margin-bottom: 30px;
}

.contact-form-wrapper .form-control {
  border: 1px solid #ddd;
  padding: 12px 20px;
  height: auto;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.contact-form-wrapper .form-control:focus {
  border-color: #173c96;
  box-shadow: 0 0 0 0.2rem rgba(23, 60, 150, 0.25);
}

.contact-form-wrapper textarea.form-control {
  min-height: 150px;
}

.contact-form-wrapper .form-check-label {
  color: #666;
  font-size: 14px;
}

.contact-form-wrapper .btn-primary {
  background: #173c96;
  border-color: #173c96;
  padding: 12px 30px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.contact-form-wrapper .btn-primary:hover {
  background: #0056b3;
  border-color: #0056b3;
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .office-locations {
    border-right: none;
    margin-bottom: 40px;
  }

  .contact-form-wrapper {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .contact-title h1 {
    font-size: 28px;
  }

  .location-box,
  .contact-form-wrapper {
    padding: 20px;
  }

  .world-map-section {
    padding: 30px 0;
  }
  .Directorinfo img {min-width:120px;}
}

/* Slick Dots Styling */
.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.slick-dots li {
  margin: 0;
  padding: 0;
}

.slick-dots li button {
  font-size: 0;
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #000;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slick-dots li.slick-active button {
  background: #fff;
  transform: scale(1.2);
}
