@charset "UTF-8";
:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'Neue Montreal';
  --tp-ff-heading: 'Neue Montreal';
  --tp-ff-p: 'Neue Montreal';
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @font Size declaration
  */
  --tp-fz-body: 16px;
  --tp-fz-p: 16px;
  --tp-fz-a: 18px;
  --tp-fz-h1: 60px;
  --tp-fz-h2: 40px;
  --tp-fz-h3: 24px;
  --tp-fz-h4: 22px;
  --tp-fz-h5: 20px;
  --tp-fz-h6: 16px;
  --tp-fz-font: 10px;
  --tp-fz-font1: 12px;
  --tp-fz-font2: 13px;
  /**
   @font Weight declaration
  */
  --tp-fw-normal: normal;
  --tp-fw-elight: 200;
  --tp-fw-light: 300;
  --tp-fw-regular: 400;
  --tp-fw-medium: 500;
  --tp-fw-sbold: 600;
  --tp-fw-bold: 700;
  --tp-fw-ebold: 800;
  --tp-fw-black: 900;
  /**


  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #272727;
  --tp-heading-primary: #272727;
  --tp-heading-spanred: #FFDE00;
  --tp-bg-1: #EAF7FF;
  --tp-bg-2: #EEF6FA;
  --tp-bg-3: #F4F4F4;
  --tp-bg-4: #001B72;
  --tp-bg-5: #9ACFFA;
  --tp-bg-6: rgba(246, 246, 246, 0.8196078431);
  --tp-bg-7: #fff;
  --tp-text-body: #4b4b4b;
  --tp-text-1: #505050;
  --tp-text-2: #131A1C;
  --tp-text-3: #262626;
  --tp-border-primary: #C7E6FF;
  --tp-border-secondary: #E2E2E2;
  --tp-border-btnborder: #CDCDCD;
  --tp-border-1: #2096F4;
  --tp-icon-blue: #006EB1;
  --tp-icon-blue-light: #E7efFF;
  --tp-icon-green: #10D0A1;
  --tp-icon-green-light: #E7FAF6;
  --tp-icon-pink: #F72A75;
  --tp-icon-pink-light: #FEEAf1;
  --tp-icon-sky: #42BFFF;
  --tp-icon-sky-light: #ECF9FF;
  --tp-icon-red: #FF0000;
  --tp-icon-tweet: #1DA1F2;
  --tp-icon-fb: #4267B2;
  --tp-icon-skype: #00A6E4;
}

body {
  font-family: var(--tp-ff-body);
  font-size: var(--tp-fz-body);
  font-weight: var(--tp-fw-regular);
  color: var(--tp-text-body);
  line-height: 26px;
}

.fp-watermark {
  display: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  font-size: var(--tp-fz-p);
  color: var(--tp-text-body);
  font-weight: var(--tp-fw-regular);
  line-height: 27px;
  margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

a {
  text-decoration: none;
}
a:hover {
  color: var(--tp-heading-primary);
}

.container {
  max-width: 1280px;
}
@media screen and (max-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}

.head-title {
  padding-bottom: 30px;
  padding-left: 0px;
  text-align: left;
}
.head-title.text-center {
  padding-left: 0;
}
.head-title span {
  position: relative;
  font-size: 13px;
  padding-left: 30px;
  font-weight: 700;
  color: #636363;
  text-transform: uppercase;
}
.head-title span:before {
  position: absolute;
  width: 23px;
  height: 3px;
  background: #FFDE00;
  display: block;
  content: "";
  left: 0px;
  top: 7px;
}
.head-title h1 {
  font-size: var(--tp-fz-h2);
  font-weight: var(--tp-fw-bold);
  color: var(--tp-common-black);
  padding-bottom: 15px;
  line-height: 52px;
}
@media screen and (max-width: 1199px) {
  .head-title h1 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (max-width: 1024px) {
  .head-title h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .head-title h1 br {
    display: none;
  }
}
@media screen and (max-width: smlg2Breakpoint) {
  .head-title h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.head-title h2 {
  font-size: var(--tp-fz-h2);
  font-weight: var(--tp-fw-bold);
  color: var(--tp-common-black);
  padding-bottom: 15px;
  line-height: 120%;
}
@media screen and (max-width: 1450px) {
  .head-title h2 {
    font-size: var(--tp-fz-h2);
  }
}
@media screen and (max-width: 1199px) {
  .head-title h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (max-width: 1024px) {
  .head-title h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .head-title h2 br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .head-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.head-title h3 {
  font-size: 24px;
  font-weight: var(--tp-fw-bold);
  line-height: 34px;
  color: var(--tp-common-black);
}
@media screen and (max-width: 1024px) {
  .head-title p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .head-title p {
    font-size: 16px;
    line-height: 24px;
  }
}

section {
  padding: 60px 0 0 0;
}

h2 {
  font-size: var(--tp-fz-h2);
  font-weight: var(--tp-fw-bold);
  color: var(--tp-common-black);
  padding-bottom: 15px;
  line-height: 120%;
}
@media screen and (max-width: 1450px) {
  h2 {
    font-size: var(--tp-fz-h2);
  }
}
@media screen and (max-width: 1199px) {
  h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (max-width: 1024px) {
  h2 {
    font-size: 32px;
    line-height: 42px;
  }
  h2 br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

h3 {
  font-size: var(--tp-fz-h3);
  font-weight: var(--tp-fw-bold);
  line-height: 40px;
  color: var(--tp-common-black);
}

.thank-you {
  height: 50vh;
}
.thank-you a {
  width: 219px;
  height: 54px;
  background: #F69320;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #F69320;
  transition: all 0.3s;
  margin: 25px auto 0px;
}
.thank-you a img {
  width: auto;
  position: relative;
  left: 10px;
  height: auto;
}
.thank-you a:hover {
  background: #FFC113;
  border-color: #FFC113;
}

.team-load-more {
  width: 219px;
  height: 54px;
  background: #F69320;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #F69320;
  transition: all 0.3s;
  margin: 25px auto 0px;
}
.team-load-more:hover {
  background: #FFC113;
  border-color: #FFC113;
}

.error-404 {
  padding: 80px 0px;
}
.error-404 .page_not_found a {
  width: 219px;
  height: 54px;
  background: #F69320;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #F69320;
  transition: all 0.3s;
  margin: 25px auto 0px;
}
.error-404 .page_not_found a img {
  width: auto;
  position: relative;
  left: 10px;
  height: auto;
}
.error-404 .page_not_found a:hover {
  background: #FFC113;
  border-color: #FFC113;
}

header {
  position: relative;
  width: 100%;
  z-index: 99;
  padding: 20px 0;
  background: #fff;
}
header .header-main {
  justify-content: space-between;
  display: flex;
}
header .menu {
  padding: 0px 0px 0px 15px;
}
header .menu ul li {
  margin-right: 30px;
}
header .menu ul li a {
  color: #2c2c2c;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: var(--tp-fw-sbold);
  padding: 10px 0;
  display: block;
}
header .menu ul li a:hover {
  color: var(--tp-heading-spanred);
}
@media (max-width: 1280px) {
  header .menu ul li a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  header .menu ul li a {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  header .menu ul li a {
    padding: 5px 10px;
    margin: 0px;
  }
}
header .menu ul li:last-child {
  margin-right: 0;
}
@media (max-width: 1280px) {
  header .menu ul li {
    margin-right: 30px;
  }
}
header .menu ul li.for-mobile {
  display: none;
}
header .menu ul li ul {
  display: none;
  width: 250px;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
}
@media (max-width: 991px) {
  header .menu ul li ul {
    position: static;
    display: block;
    width: 100%;
    margin: 0px;
  }
}
@media (max-width: 991px) {
  header .menu ul li {
    margin-right: 0px;
  }
}
header .menu ul li:hover ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
header .menu ul li:hover ul li {
  margin-right: 0;
  width: 100%;
}
header .menu ul li:hover ul li a {
  color: #272727;
  padding: 10px 15px;
  font-size: 14px;
  display: block;
  border-bottom: 1px solid #F69320;
}
@media (max-width: 991px) {
  header .menu ul li:hover ul li a {
    padding: 5px 10px;
    border-radius: 0px;
    font-size: 13px;
  }
}
header .menu ul li:hover ul li a:hover {
  color: #FFC113;
}
header .menu ul li:hover ul li:last-child a {
  border-bottom: none;
  border-color: var(--tp-border-secondary);
}
header .menu ul li:nth-child(3) ul {
  width: 735px;
}
header .menu ul li:nth-child(3) ul li {
  width: 49%;
}
@media (max-width: 991px) {
  header .menu ul li:nth-child(3) ul li {
    width: 100% !important;
  }
}
header .menu ul li:nth-child(4) ul {
  width: 600px;
}
header .menu ul li:nth-child(4) ul li {
  width: 49%;
}
@media (max-width: 991px) {
  header .menu ul li:nth-child(4) ul li {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  header .menu {
    padding: 0;
  }
  header .menu #menu {
    display: none !important;
  }
}
header .info-box-sec {
  display: flex;
}
header .info-box-sec .contact-btn {
  width: 133px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFC113;
  font-size: 15px;
  font-weight: 700;
  border-radius: 60px;
  border: 1px solid #F69320;
  transition: all 0.3s;
}
header .info-box-sec .contact-btn:hover {
  background: #F69320;
  color: #fff;
}
@media (max-width: 991px) {
  header .info-box-sec .contact-btn {
    width: 110px;
  }
}
@media screen and (max-width: 576px) {
  header .info-box-sec .contact-btn {
    width: 100px;
  }
}
header .info-box-sec .search-bar {
  position: relative;
  margin-right: 15px;
  display: flex;
  align-items: center;
  color: #2c2c2c;
}
header .info-box-sec .search-bar .search-icon {
  cursor: pointer;
  font-size: 20px;
}
header .info-box-sec .search-bar .search-box {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  background: #fff;
  border: solid #f58025;
  border-width: 3px 2px 2px 2px;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
header .info-box-sec .search-bar .search-box form {
  margin: 0;
}
header .info-box-sec .search-bar .search-box form .input-group {
  display: flex;
  flex-wrap: nowrap;
}
header .info-box-sec .search-bar .search-box form .input-group input[type=text] {
  border: none;
  padding: 10px;
  width: 225px;
  font-size: 14px;
}
header .info-box-sec .search-bar .search-box form .input-group input[type=text]:focus {
  box-shadow: none !important;
}
header .info-box-sec .search-bar .search-box form .input-group button {
  background-color: #f58025 !important;
  border: 1px solid #fff;
  border-radius: 0px;
}
header .info-box-sec .search-bar .search-box form .input-group button i {
  color: #fff;
}
@media screen and (max-width: 576px) {
  header .info-box-sec .search-bar .search-box {
    left: -15px;
  }
}
@media screen and (max-width: 576px) {
  header .info-box-sec .search-bar {
    margin-right: 8px;
  }
}
header .info-box-sec .location {
  color: #fff;
  font-weight: bold;
  margin-left: 10px;
}
header .info-box-sec .location img {
  margin-right: 8px;
}
header .info-box-sec .location ul li {
  margin-right: 10px;
  position: relative;
}
header .info-box-sec .location ul li a {
  color: #2c2c2c;
}
header .info-box-sec .location ul li a:hover {
  color: #F69320;
}
header .info-box-sec .location ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  border-top: 0.5px solid #fff;
}
header .info-box-sec .location ul li:hover ul {
  display: block;
}
header .info-box-sec .location .gt_float_switcher {
  background: none;
  box-shadow: none;
  max-width: 100px;
  position: relative;
  overflow: visible;
  margin-top: 5px;
}
header .info-box-sec .location .gt_float_switcher .gt-selected {
  background: transparent !important;
}
header .info-box-sec .location .gt_float_switcher .gt-selected .gt-current-lang {
  padding: 5px 10px;
  color: #333;
  font-weight: bold;
  display: flex;
}
header .info-box-sec .location .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
  font-size: 14px;
  padding-right: 5px;
}
header .info-box-sec .location .gt_float_switcher .gt-selected .gt-current-lang:hover span.gt-lang-code {
  color: #ffc113;
}
header .info-box-sec .location .gt_float_switcher img {
  width: 22px;
}
header .info-box-sec .location .gt_float_switcher .gt_options {
  position: absolute;
  background: #fff;
}
header .info-box-sec .location .gt_float_switcher .gt_options a {
  display: flex;
  font-size: 14px;
  padding: 5px 10px;
}
header .info-box-sec .location .gt_float_switcher .gt_options a:hover {
  background: none;
  color: #ffc113;
}
header .info-box-sec .location .gt_float_switcher .gt_options a.gt-current {
  display: none;
}
@media screen and (max-width: 576px) {
  header .info-box-sec .location {
    margin-left: 1px;
  }
}
@media (max-width: 1024px) {
  header .info-box-sec {
    position: absolute;
    right: 50px;
    width: auto;
  }
  header .contact-btn {
    display: none;
  }
  header .location {
    margin-left: 0;
    font-size: 16px;
  }
  header .row {
    justify-content: space-between;
    position: relative;
  }
  header .row .logo-bx {
    width: auto;
  }
  header .row .menu-bx {
    width: auto;
  }
  header .row .menu-bx #menu {
    display: none !important;
  }
  header .row .menu-bx .slicknav_menu {
    background: none;
    padding: 0px;
  }
  header .row .menu-bx .slicknav_menu .slicknav_btn {
    margin: 0px;
    background: linear-gradient(90deg, #F69320 0%, #FFDE00 100%);
  }
  header .row .menu-bx .slicknav_menu .slicknav_btn .slicknav_icon.slicknav_no-text {
    width: 25px;
    height: 25px;
    padding-top: 4px;
  }
  header .row .menu-bx .slicknav_menu .slicknav_btn .slicknav_icon.slicknav_no-text .slicknav_icon-bar {
    height: 2px;
    margin-bottom: 6px;
    width: 100%;
    background: #fff;
  }
  header .row .menu-bx .slicknav_menu .slicknav_nav {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 100%;
    top: 59px;
    z-index: 999;
    background: #000;
    height: 100vh;
  }
  header .row .menu-bx .slicknav_menu .slicknav_nav li {
    margin-right: 0;
    width: 100% !important;
  }
  header .row .menu-bx .slicknav_menu .slicknav_nav li a {
    font-size: 18px;
    padding: 15px;
    margin: 0;
  }
  header .row .menu-bx .slicknav_menu .slicknav_nav li a a {
    padding: 0;
  }
  header .row .menu-bx .slicknav_menu .slicknav_nav li a:hover {
    background: transparent;
  }
  header .row .menu-bx .slicknav_menu .slicknav_nav li ul {
    position: relative;
    width: 100%;
    margin-left: 0;
    background: transparent;
  }
  header .row .menu-bx .slicknav_menu .slicknav_nav li ul li a {
    color: #fff;
  }
  header .row .menu-bx .slicknav_menu .slicknav_nav li ul li a a {
    padding: 0;
  }
  header .row .menu-bx .slicknav_menu .slicknav_nav li.book-appoinment {
    margin: 0px;
  }
  header .row .menu-bx .slicknav_menu .slicknav_nav li.book-appoinment a {
    padding: 5px 14px;
    display: inline-block;
    min-width: 160px;
    text-align: center;
  }
  header .row .menu-bx .slicknav_menu .slicknav_nav li.find-doctor a {
    padding: 5px 14px;
    display: inline-block;
    min-width: 160px;
    text-align: center;
  }
  header .row .menu-bx .slicknav_menu .slicknav_nav li.for-mobile {
    display: block;
  }
}
@media (max-width: 576px) {
  header .info-box-sec {
    right: 35px;
  }
  header .logo {
    width: 70px;
  }
  header .logo a img {
    width: 100%;
  }
}
header.fixed-header {
  background: #fff;
  position: fixed;
  z-index: 99;
}

#mega-menu-wrap-Header-Menu #mega-menu-Header-Menu > li.mega-menu-flyout ul.mega-sub-menu {
  padding: 10px 15px !important;
}

#mega-menu-wrap-Header-Menu #mega-menu-Header-Menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  background: #fff !important;
  border-bottom: 1px solid #F69320;
  color: #272727 !important;
  font-weight: bold !important;
  padding: 0 !important;
}

#mega-menu-wrap-Header-Menu #mega-menu-Header-Menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link {
  border-bottom: none !important;
}

#mega-menu-wrap-Header-Menu #mega-menu-Header-Menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:hover a.mega-menu-link {
  color: #ffc113 !important;
  font-weight: bold !important;
}

#mega-menu-wrap-Header-Menu #mega-menu-Header-Menu > li.mega-menu-item > a.mega-menu-link {
  padding: 0px 15px !important;
}

#mega-menu-wrap-Header-Menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner {
  background-color: #000 !important;
  height: 2px !important;
}

#mega-menu-wrap-Header-Menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  background-color: #000 !important;
  height: 2px !important;
}

#mega-menu-wrap-Header-Menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before {
  background-color: #000 !important;
  height: 2px !important;
}

@media screen and (max-width: 1199px) {
  #mega-menu-wrap-Header-Menu #mega-menu-Header-Menu > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 15px !important;
  }
}
@media screen and (max-width: 1280px) {
  #mega-menu-wrap-Header-Menu #mega-menu-Header-Menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 1024px) {
  #mega-menu-wrap-Header-Menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
    margin: 0 !important;
    background: #fff !important;
  }
  #mega-menu-wrap-Header-Menu #mega-menu-Header-Menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 0 !important;
  }
}
@media (min-width: 1025px) {
  #mega-menu-wrap-Header-Menu #mega-menu-Header-Menu > li.mega-menu-item:last-child > a.mega-menu-link {
    padding-right: 0px !important;
  }
}
footer {
  padding: 50px 0 0 0;
  background: #000C24;
}
footer .social {
  margin-top: 59px;
}
footer .footer-logo {
  position: relative;
}
footer .row1 {
  display: flex;
  justify-content: space-between;
  margin-top: -22px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  footer .row1 {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  footer .row1 .col-lg-3 {
    width: 50%;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  footer .row1 .col-lg-3 {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  footer .row1 .order-3 {
    order: 2 !important;
  }
  footer .row1 .col-lg-6 {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  footer .row1 .col-lg-6 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1199px) {
  footer .row1 .order-1 {
    order: 3 !important;
  }
  footer .row1 ul {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  footer .row1 {
    margin-bottom: 0px;
  }
  footer .row1 .w-0:first-child {
    order: 1;
  }
  footer .row1 .w-0:first-child ul {
    display: flex;
    justify-content: space-between;
  }
  footer .row1 .w-0:nth-child(2) {
    order: 3;
    margin-top: 20px;
  }
  footer .row1 .w-0:last-child {
    order: 2;
  }
  footer .row1 .w-0:last-child ul {
    width: 100%;
    justify-content: space-between;
    display: flex;
  }
}
footer ul li {
  margin-bottom: 0px;
}
footer ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-weight: 700;
  font-size: 15px;
  line-height: 29px;
}
footer ul li a:hover {
  color: #FFC113;
}
@media screen and (max-width: 991px) {
  footer ul li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  footer ul li a {
    font-size: 13px;
  }
}
footer .social ul {
  display: flex;
  justify-content: center;
}
footer .social ul li {
  list-style-type: none;
  margin-right: 20px;
}
footer .social ul li a {
  width: 60px;
  text-decoration: none;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #272727;
  border-radius: 100%;
  transition: all 0.3s;
}
footer .social ul li a i {
  color: var(--tp-common-white);
  transition: all 0.3s;
}
footer .social ul li a img {
  transition: all 0.3s;
}
footer .social ul li a:hover {
  background: #FFC113;
}
footer .social ul li a:hover i {
  transform: scale(1.5);
}
footer .social ul li:hover a img {
  margin-top: -5px;
}
footer .social ul li:last-child {
  margin-right: 0;
}
footer .social ul.info-box li {
  color: #FFC113;
  margin-right: 5px;
  font-size: 14px;
}
footer .social ul.info-box li a {
  font-size: 14px;
  text-transform: inherit;
  width: auto;
  height: auto;
  display: inline;
  border: none;
  letter-spacing: 0.5px;
}
footer .social ul.info-box li a:hover {
  background: transparent;
}
@media screen and (max-width: 767px) {
  footer .social {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
footer .address-box {
  width: 85%;
  justify-content: center;
  display: flex;
}
footer .address-box h6 {
  color: #FFC113;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  footer .address-box h6 {
    font-size: 16px;
  }
}
footer .address-box p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 0;
}
footer .address-box p a {
  color: #FFC113;
  white-space: nowrap;
}
footer .address-box p a:hover {
  color: #fff;
}
footer .address-box span {
  color: var(--tp-common-white);
  font-size: var(--tp-fz-p);
  font-weight: 400;
  padding: 0px 10px;
}
@media screen and (max-width: 767px) {
  footer .address-box span {
    font-size: 14px;
  }
}
footer .address-box img {
  width: 30px;
  height: 30px;
}
footer .address-box .indian_office {
  padding-right: 25px;
  position: relative;
}
@media screen and (max-width: 991px) {
  footer .address-box .indian_office {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  footer .address-box .indian_office {
    border-right: none;
    width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
    padding: 0px;
  }
}
footer .address-box .indian_office .d-flex .d-flex:last-child span {
  padding-right: 0px;
}
footer .address-box .indian_office .d-flex .d-flex.place {
  border-right: 1px solid #fff;
  position: relative;
  border: none;
}
footer .address-box .indian_office .d-flex .d-flex.place:after {
  position: absolute;
  right: -1px;
  top: 5px;
  width: 1px;
  height: 18px;
  background: #fff;
  content: "";
}
footer .address-box .indian_office .d-flex .d-flex.place:last-child::after {
  display: none;
}
footer .address-box .international_office {
  padding-left: 25px;
  position: relative;
}
@media screen and (max-width: 600px) {
  footer .address-box .international_office {
    padding: 0px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer .address-box {
    margin-top: 0px;
  }
  footer .address-box .row.pt-sm-5 {
    width: 100%;
  }
}
footer .address-box .col-lg-4:after {
  position: absolute;
  right: 0;
  top: 0px;
  width: 0.5px;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  content: "";
}
@media (max-width: 991px) {
  footer .address-box .col-lg-4:after {
    display: none;
  }
}
footer .address-box .col-lg-4:last-child::after {
  display: none;
}
@media (max-width: 667px) {
  footer .address-box {
    width: 100%;
  }
}
footer .others_outer {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
@media screen and (max-width: 767px) {
  footer .others_outer {
    justify-content: flex-start;
    text-align: left;
  }
}
footer p.copyright {
  font-size: 14px;
  color: #797979;
  font-weight: 300;
}
footer p.copyright a {
  text-decoration: none;
  color: #797979;
}
footer p.copyright a:hover {
  color: var(--tp-heading-secondary);
}
footer p.copyright span {
  position: relative;
  padding: 0px 5px;
  display: inline-block;
}
footer p.copyright span a {
  text-decoration: none;
  color: #797979;
}
footer p.copyright span a::after {
  content: "";
  display: block;
  position: absolute;
  right: -2px;
  top: 6px;
  width: 1px;
  height: 16px;
  background: #797979;
}
footer p.copyright span a:hover {
  color: #FFC113;
}
footer p.copyright span:last-child {
  padding-right: 0px;
}
footer p.copyright span:last-child a::after {
  display: none;
}
@media screen and (max-width: 767px) {
  footer p.copyright {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  footer .col-lg-12.d-flex.justify-content-center.mt-5 {
    margin-top: 1rem !important;
  }
}

@media (max-width: 767px) {
  footer .social ul {
    justify-content: flex-start;
  }
  footer .social ul li {
    margin-right: 25px;
  }
  footer .social ul.info-box {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 20px !important;
  }
  footer .social ul.info-box li:nth-child(2) {
    display: none;
  }
}
@media (max-width: 576px) {
  footer .social ul {
    justify-content: space-between;
  }
  footer .social ul li {
    margin-right: 0px;
  }
}
.banner {
  line-height: 0;
  min-height: unset !important;
  padding-top: 0;
  position: relative;
}
.banner .prime-global {
  position: absolute;
  bottom: 50px;
  width: 100%;
}
.banner .slick-dots {
  position: absolute;
  bottom: 20px;
  display: flex;
  justify-content: center;
  z-index: 9;
}
.banner .slick-dots li {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .slick-dots li button {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 6px;
  padding: 0;
}
.banner .slick-dots li button:before {
  display: none;
}
.banner .slick-dots li.slick-active {
  border: 2px solid #FFDE00;
}
.banner .slick-dots li.slick-active button {
  background: #FFDE00;
}
.banner .slider-for {
  margin-bottom: 0;
}
.banner .slider-for .slick-list .slick-track .slide-box figure {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0px;
  width: 100%;
  height: 650px;
}
.banner .slider-for .slick-list .slick-track .slide-box figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .slider-for .slick-list .slick-track .slide-box figure video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .slider-for .slick-list .slick-track .slide-box figure figcaption {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.banner .slider-for .slick-list .slick-track .slide-box figure figcaption .container {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}
.banner .slider-for .slick-list .slick-track .slide-box figure figcaption .container .text-box {
  width: 500px;
  position: relative;
  padding-left: 25px;
}
.banner .slider-for .slick-list .slick-track .slide-box figure figcaption .container .text-box span {
  font-size: 13px;
  line-height: 23px;
  color: var(--tp-common-white);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
  display: block;
  letter-spacing: 1px;
}
.banner .slider-for .slick-list .slick-track .slide-box figure figcaption .container .text-box h2 {
  color: #fff;
  font-size: 40px;
  line-height: 52px;
  font-weight: bold;
  margin-bottom: 20px;
}
.banner .slider-for .slick-list .slick-track .slide-box figure figcaption .container .text-box h1 {
  color: #fff;
  font-size: 40px;
  line-height: 52px;
  font-weight: bold;
  margin-bottom: 20px;
}
.banner .slider-for .slick-list .slick-track .slide-box figure figcaption .container .text-box p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
}
.banner .slider-for .slick-list .slick-track .slide-box figure figcaption .container .text-box a {
  width: 194px;
  height: 54px;
  background: #F69320;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #F69320;
  transition: all 0.3s;
}
.banner .slider-for .slick-list .slick-track .slide-box figure figcaption .container .text-box a img {
  width: auto;
  position: relative;
  left: 10px;
  height: auto;
}
.banner .slider-for .slick-list .slick-track .slide-box figure figcaption .container .text-box a:hover {
  background: transparent;
}
.banner .slider-for .slick-list .slick-track .slide-box figure figcaption .container .text-box:before {
  width: 4px;
  height: 100%;
  background: #FFDE00;
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  content: "";
}
.banner .slider-for .slick-list .slick-track .slide-box figure figcaption .container .text-box.search-result {
  width: -moz-fit-content;
  width: fit-content;
}
.banner .slider-for .slick-list .slick-track .slide-box figure:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}

.banner.inner-banner .text-box span {
  margin-bottom: 10px !important;
}

.banner.inner-banner .text-box h2 {
  padding-bottom: 4px;
  margin-bottom: 0 !important;
}

.banner.inner-banner .text-box h1 {
  padding-bottom: 4px;
  margin-bottom: 0 !important;
}

@media (max-width: 992px) {
  .banner .slider-for .slide-box figure img {
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 667px) {
  .banner .slider-for .slide-box figure figcaption .text-box {
    width: 100%;
  }
  .banner .slider-for .slide-box figure figcaption .text-box h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .banner .slider-for .slide-box figure figcaption .text-box h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .banner .slider-for .slide-box figure figcaption .text-box span {
    letter-spacing: inherit;
    margin-bottom: 10px;
  }
  .banner .prime-global {
    bottom: 70px;
  }
  .banner .slider-for .slide-box figure figcaption .text-box a {
    width: 160px;
    height: 45px;
    font-size: 16px;
  }
}
.search-results .banner .slider-for .slick-list .slick-track .slide-box figure {
  height: 400px;
}

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  padding: 5px;
}
.slicknav_menu * {
  box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px var(--tp-heading-orange);
}
.slicknav_menu .slicknav_icon-bar {
  background-color: var(--tp-heading-orange);
}

.slicknav_btn {
  text-decoration: none;
  text-shadow: 0 1px 1px var(--tp-heading-orange);
  border-radius: 4px;
}

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  top: 95px;
  background: var(--tp-bg-1);
  max-width: 720px;
  margin: 0 auto;
  right: 0;
}
.slicknav_nav li:last-child a {
  border-bottom: none;
}
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row {
  padding: 5px 10px;
}
.slicknav_nav .slicknav_row:hover {
  border-radius: 6px;
  color: var(--tp-grey-1);
}
.slicknav_nav a {
  padding: 5px 10px;
  text-decoration: none;
  color: var(--tp-grey-1);
  font-weight: var(--tp-fw-medium);
  border-bottom: 1px solid var(--tp-border-secondary);
}
.slicknav_nav a span {
  margin-right: 8px;
}
.slicknav_nav a:hover {
  border-radius: 6px;
  color: #FF7A00;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
  border: none;
}
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_parent ul {
  padding: 0px 20px;
}
.slicknav_nav .slicknav_parent ul li a {
  font-weight: var(--tp-fw-regular);
}
.slicknav_nav .slicknav_parent ul li a a {
  display: inline-block !important;
  padding: 0px !important;
  border-bottom: none !important;
}

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

.slicknav_btn {
  position: relative;
  display: block;
  float: right;
  line-height: 1.125em;
  cursor: pointer;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 6px;
}

.slicknav_menu {
  *zoom: 1;
  display: none;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  width: 30px;
  height: 25px;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 0px;
  box-shadow: 0 1px 0 rgb(0, 0, 0);
}
.slicknav_menu:before {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}
@media screen and (max-width: 991px) {
  .slicknav_menu {
    display: block;
    order: 3;
    margin-left: 10px;
  }
}

.slicknav_nav {
  clear: both;
}
.slicknav_nav ul {
  display: block;
}
.slicknav_nav li {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
  color: #000 !important;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_nav .slicknav_row {
  display: block;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_brand {
  float: left;
}

.main-title {
  padding: 60px 0;
}
.main-title h1 {
  font-size: 32px;
  line-height: 48px;
  color: var(--tp-common-black);
  padding-left: 30px;
  font-weight: var(--tp-fw-bold);
  position: relative;
}
.main-title h1:before {
  width: 3px;
  height: 100%;
  background: #FFDE00;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
}
.main-title p {
  font-size: 30px;
  line-height: 48px;
  color: var(--tp-common-black);
  padding-left: 30px;
  position: relative;
}
.main-title p:before {
  width: 3px;
  height: 100%;
  background: #FFDE00;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
}
@media screen and (max-width: 576px) {
  .main-title p {
    font-size: 28px;
    line-height: 42px;
  }
}

.asad-about {
  background: #F6F6F6 url(../images/abou-us-bg.svg) right top no-repeat;
  padding: 60px 0;
  width: calc(100% - 80px);
  margin-left: 80px;
  position: relative;
  z-index: 9;
  background-size: cover;
}
.asad-about h3 {
  font-family: "Neue Montreal Medium";
  font-weight: inherit;
  margin-bottom: 15px;
}
.asad-about .stats-box {
  margin-top: 60px;
}
.asad-about .stats-box .count-icon {
  margin-bottom: 20px;
  overflow: hidden;
}
.asad-about .stats-box .count-icon img {
  transition: all 0.5s;
  transform: scale(1);
}
.asad-about .stats-box .count-area-content:hover .count-icon img {
  transform: scale(1.1);
}
.asad-about .stats-box .count-digit {
  font-size: 30px;
  margin-bottom: 15px;
  font-family: "Unbounded", sans-serif;
  font-weight: var(--tp-fw-bold);
  color: var(--tp-common-black);
}
.asad-about .stats-box .count-title {
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Neue Montreal Medium";
  color: var(--tp-common-black);
}

.why-choose-us .choose-box figure {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.why-choose-us .choose-box figure img {
  transition: all 0.5s;
  transform: scale(1);
}
.why-choose-us .choose-box .text-box {
  min-height: 217px;
}
.why-choose-us .choose-box .text-box h3 {
  font-size: 20px;
  text-transform: uppercase;
}
.why-choose-us .choose-box .text-box p {
  letter-spacing: -1%;
}
.why-choose-us .choose-box:hover figure img {
  transform: scale(1.1);
}

.industries-serve {
  background: #1F438B;
  padding: 100px 0 80px 0;
  position: relative;
  margin-top: -60px;
  padding-left: 8.4%;
  overflow-x: hidden;
}

.industries-serve span {
  color: #ACBFE3;
}

.industries-serve h2 {
  color: #fff;
}

.industries-serve .row {
  z-index: 9;
  position: relative;
}

@media screen and (max-width: 576px) {
  .industries-serve .row .mob-pl {
    padding-left: 0;
  }
}
.industries-serve .industry-content {
  height: 100%;
}

.industries-serve .industry-content .industry-left-slide {
  height: 100%;
}

.industries-serve .industry-content .industry-left-slide .slick-list {
  height: 100%;
}

.industries-serve .industry-content .industry-left-slide .slick-list .slick-track {
  height: 100%;
}

.industry-right-slide {
  width: 100%;
  display: flex;
  padding-left: 0px;
  position: relative;
  top: 0px;
}

.industry-left-slide.slick-slider .slick-next,
.industry-left-slide.slick-slider .slick-prev {
  height: 45px;
  width: 45px;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 50%;
  z-index: 2;
  top: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.industry-left-slide.slick-slider .slick-next:hover,
.industry-left-slide.slick-slider .slick-prev:hover {
  background: #F57E20;
}

.industry-left-slide.slick-slider .slick-next:hover:before,
.industry-left-slide.slick-slider .slick-prev:hover:before {
  filter: brightness(0) invert(1);
}

.industry-left-slide.slick-slider .slick-prev {
  left: unset;
  right: 120px;
}

.industry-left-slide.slick-slider .slick-prev::before {
  font-family: inherit;
  content: "";
  width: 6px;
  height: 11px;
  position: relative;
  display: flex;
  top: 0px;
  background: url(../images/laern-more.svg) center center no-repeat;
  transform: rotate(180deg);
}

.industry-left-slide.slick-slider .slick-next {
  right: 60px;
}

.industry-left-slide.slick-slider .slick-next::before {
  font-family: inherit;
  content: "";
  width: 6px;
  height: 11px;
  position: relative;
  display: flex;
  top: 0px;
  background: url(../images/laern-more.svg) center center no-repeat;
}

.industry-row-img {
  position: relative;
}

.industry-row-img img {
  width: 100%;
}

.industry-row-img h3 {
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
}

.industry-details-row {
  background: #fff;
  padding: 15px;
  margin: 0 15px 0 0;
}

.industry-details-row.slick-current {
  background: #0056A9;
}

.industry-details-row h3 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 15px;
  color: #111;
  font-weight: 700;
  padding-bottom: 0px;
  min-height: 56px;
}

.industry-details-row p {
  font-size: 16px;
  line-height: 25px;
  color: #4B4B4B;
  margin-bottom: 20px;
}

.industry-details-row a {
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  color: #F69320;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 46px;
  transition: all 0.3s;
  border: 1px solid #F69320;
  position: absolute;
  bottom: 20px;
}
.industry-details-row a img {
  position: relative;
  left: 10px;
}

@media screen and (max-width: 1399px) {
  .industry-details-row h3 {
    font-size: 18px;
  }
}
.industry-details-row.slick-current a {
  background: #F69320;
  color: #fff;
}

.industry-details-row.slick-current a:hover {
  background: transparent;
}

.industry-details-row.slick-current a img {
  filter: brightness(0) invert(1);
}

.industry-details-row a:hover {
  background: #F69320;
  color: #fff;
}

.industry-details-row a:hover img {
  filter: brightness(0) invert(1);
}

.industry-details-row.slick-current h3 {
  color: #fff;
}

.industry-details-row.slick-current p {
  color: #fff;
}

.pr-0 {
  padding-right: 0 !important;
}

.industries-we-server-outer {
  position: relative;
}
.industries-we-server-outer .container {
  position: absolute;
  top: 120px;
  z-index: 9;
  width: auto;
  left: 8%;
}
@media screen and (max-width: 1367px) {
  .industries-we-server-outer .container {
    left: 3%;
  }
}
@media screen and (max-width: 1025px) {
  .industries-we-server-outer .container {
    left: 1%;
  }
}
@media screen and (max-width: 769px) {
  .industries-we-server-outer .container {
    left: 0%;
  }
}
.industries-we-server-outer .container .head-title span {
  color: #fff;
}
.industries-we-server-outer .container .head-title h2 {
  color: #fff;
}
.industries-we-server-outer .industries-we-main {
  position: relative;
  height: 600px;
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 3;
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-list {
  height: 100%;
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-list .slick-track {
  height: 100%;
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-list .slick-track .slick-slide.industries-we-row-thumb {
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  display: flex;
  align-items: flex-end;
  border-right: 1px solid rgba(165, 165, 165, 0.5);
  padding: 40px 30px 40px 68px;
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-list .slick-track .slick-slide.industries-we-row-thumb .box {
  margin-bottom: 0px;
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-list .slick-track .slick-slide.industries-we-row-thumb .box h3 {
  font-size: var(--tp-fz-h3);
  color: var(--tp-common-white);
  font-weight: var(--tp-fw-bold);
  text-transform: capitalize;
  padding-bottom: 8px;
  line-height: 32px;
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-list .slick-track .slick-slide.industries-we-row-thumb .box p {
  color: var(--tp-common-white);
  font-size: 16px;
  margin-bottom: 20px;
  display: none;
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-list .slick-track .slick-slide.industries-we-row-thumb .box a {
  color: var(--tp-common-white);
  text-transform: uppercase;
  text-decoration: none;
  font-weight: var(--tp-fw-bold);
  font-size: 15px;
  display: none;
  transition: all 0.5s ease-out 0s;
  position: relative;
  padding-left: 0px;
  display: inline-flex;
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-list .slick-track .slick-slide.industries-we-row-thumb .box a span {
  display: none;
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-list .slick-track .slick-slide.industries-we-row-thumb .box a img {
  position: relative;
  transition: all 0.3s;
  left: 0;
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-list .slick-track .slick-slide.industries-we-row-thumb .box a:hover {
  color: #FFC113;
  display: flex;
  align-items: center;
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-list .slick-track .slick-slide.industries-we-row-thumb .box a:hover span {
  display: inline-flex;
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-list .slick-track .slick-slide.industries-we-row-thumb .box a:hover img {
  left: 10px;
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-list .slick-track .slick-slide.industries-we-row-thumb:hover .box p {
  display: block;
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-list .slick-track .slick-slide.industries-we-row-thumb:hover .box a {
  display: flex;
  align-items: center;
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-list .slick-track .slick-slide.industries-we-row-thumb:hover .box a span {
  display: inline-flex;
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-list .slick-track .slick-slide.industries-we-row-thumb:hover .box a img {
  left: 10px;
}
@media screen and (max-width: 1450px) {
  .industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-list .slick-track .slick-slide.industries-we-row-thumb {
    padding: 40px 30px 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-list .slick-track .slick-slide.industries-we-row-thumb {
    justify-content: center;
  }
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-list .slick-track .slick-slide.active {
  background: rgba(0, 0, 0, 0.5);
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-arrow {
  width: 46px;
  height: 46px;
  border: 1px solid var(--tp-common-white);
  border-radius: 38px;
  background: rgba(0, 0, 0, 0.32);
  z-index: 9;
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-arrow::before {
  color: transparent;
  font-size: 0;
  display: block;
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-prev {
  left: 40px;
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-prev::before {
  background: url(../images/white-single-arrow.png) no-repeat 17px 16px;
  width: 46px;
  height: 46px;
  transform: rotate(180deg);
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-next {
  right: 40px;
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-next::before {
  background: url(../images/white-single-arrow.png) no-repeat 17px 15px;
  width: 46px;
  height: 46px;
  display: block;
}
@media screen and (max-width: 992px) {
  .industries-we-server-outer .industries-we-main .s-industr-slider__slider {
    height: 450px;
  }
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  width: auto;
  pointer-events: none;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .industries-we-server-outer .industries-we-main .s-industr-slider__slide-image {
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .industries-we-server-outer .industries-we-main .s-industr-slider__slide-image {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slide-image.active {
  opacity: 1;
  z-index: 3;
}
@media screen and (max-width: 992px) {
  .industries-we-server-outer .industries-we-main {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .industries-we-server-outer {
    height: 350px;
  }
}

.testiminial-sec {
  padding: 50px 0px;
  background: #F6F6F6;
}

.testimonial-slider-outer .testimonial-slide {
  padding: 150px;
  margin: 0px 10px 30px 10px;
  border-radius: 36px;
  transition: background-color 0.1s ease;
}

.testimonial-slide-text {
  margin: 0 auto;
  max-width: 820px;
  text-align: center;
  padding: 0px;
}

.testimonial-slide-text p {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-weight: normal;
}

.testimonial-slide-text h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  background-image: linear-gradient(90deg, #F69320 24.73%, #FFC113 78.53%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}

.testimonial-slide-text h6 span {
  display: inline;
  padding-bottom: 3px;
  border-bottom: 2px solid #F69320;
}

.testimonial-slide-text small {
  font-size: 18px;
}

#testiminial-slider.slick-slider .slick-next,
#testiminial-slider.slick-slider .slick-prev {
  height: 45px;
  width: 45px;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

#testiminial-slider.slick-slider .slick-prev {
  left: 12%;
}

#testiminial-slider.slick-slider .slick-prev::before {
  content: "";
  position: relative;
  display: flex;
  width: 6px;
  height: 11px;
  background: url(../images/laern-more.svg) center center no-repeat;
  transform: rotate(180deg);
}

#testiminial-slider.slick-slider .slick-next {
  right: 12%;
}

#testiminial-slider.slick-slider .slick-next::before {
  content: "";
  position: relative;
  display: flex;
  width: 6px;
  height: 11px;
  background: url(../images/laern-more.svg) center center no-repeat;
}

#testiminial-slider.slick-slider .slick-next:hover,
#testiminial-slider.slick-slider .slick-prev:hover {
  background: #F57E20;
}

#testiminial-slider.slick-slider .slick-next:hover:before,
#testiminial-slider.slick-slider .slick-prev:hover:before {
  filter: brightness(0) invert(1);
}

.testimonial-slide.slick-slide.slick-current.slick-active.slick-center {
  background: #f1fffb;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  position: relative;
}

.testimonial-slide.slick-slide.slick-current.slick-active.slick-center:before {
  position: absolute;
  left: 160px;
  top: 70px;
  display: block;
  content: "";
  background: url(../images/quotes-left.svg) center center no-repeat;
  width: 200px;
  height: 122px;
}

.testimonial-slide.slick-slide.slick-current.slick-active.slick-center:after {
  position: absolute;
  right: 160px;
  bottom: 70px;
  display: block;
  content: "";
  background: url(../images/quotes-right.svg) center center no-repeat;
  width: 200px;
  height: 122px;
}

.testimonial-slide.slick-prev {
  background: #fff5ed;
}

.testimonial-slide.slick-next {
  background: #e9f6ff;
}

.partners {
  padding: 50px 0;
}
.partners .marquee-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}
.partners .marquee-container .marquee .slick-list {
  padding: 15px 0;
}
.partners .marquee-container .marquee .slick-list .image-box {
  margin: 0 10px;
  width: 218px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 1px solid #eee;
  box-shadow: 0px 5px 10px 0px #D4E3FF;
}
.partners .marquee-container .marquee .slick-list .image-box img {
  max-width: 100%;
  display: inline-block;
  margin-right: 0px;
  /* Space between images */
  vertical-align: middle;
  /* Ensure images are aligned correctly */
}
@media screen and (max-width: 600px) {
  .partners .marquee-container .marquee .slick-list .image-box img {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .partners .marquee-container .marquee .slick-list .image-box {
    padding: 0;
    border: none;
  }
}
.partners .marquee-container .marquee-ltr {
  margin-top: 30px;
}
.partners .marquee-container .marquee-ltr .slick-list {
  padding: 0px 0 15px 0;
}
.partners .marquee-container .marquee-ltr .slick-list .image-box {
  margin: 0 10px;
  width: 218px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  box-shadow: 0px 5px 10px 0px #D4E3FF;
  padding: 20px;
}
.partners .marquee-container .marquee-ltr .slick-list .image-box img {
  display: inline-block;
  margin-right: 0px;
  /* Space between images */
  vertical-align: middle;
  max-width: 100%;
  /* Ensure images are aligned correctly */
}
@media screen and (max-width: 600px) {
  .partners .marquee-container .marquee-ltr .slick-list .image-box img {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .partners .marquee-container .marquee-ltr .slick-list .image-box {
    padding: 0;
    border: none;
  }
}

.news-blog {
  padding: 40px 0 40px 0;
  background: #F6F6F6;
  position: relative;
}

.news-blog:before {
  width: 50%;
  height: 100%;
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  background: #1f438b url(../images/news-bg.svg) left top no-repeat;
  background-size: 300px auto;
}

.news-blog {
  position: relative;
}

.news-blog span {
  color: #ACBFE3;
}

.news-blog .head-title {
  padding-bottom: 0;
}

.news-blog .blog-box {
  display: flex;
  align-items: center;
  border: none;
  background: none;
}
@media (max-width: 2600px) {
  .news-blog .blog-box {
    margin-left: 25%;
  }
}
@media (max-width: 1920px) {
  .news-blog .blog-box {
    margin-left: 15.7%;
  }
}
@media (max-width: 1660px) {
  .news-blog .blog-box {
    margin-left: 8.7%;
  }
}
@media (max-width: 1600px) {
  .news-blog .blog-box {
    margin-left: 6%;
  }
}
@media (max-width: 1440px) {
  .news-blog .blog-box {
    margin-left: 5.3%;
  }
}
@media (max-width: 1367px) {
  .news-blog .blog-box {
    margin-left: 0%;
  }
}

.news-blog .blog-box .cont-box {
  width: 30%;
  position: relative;
}

.news-blog .blog-box .cont-box h2 {
  color: #fff;
}

.news-blog .blog-box .cont-box p {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  margin-top: 15px;
  padding-left: 0px;
}

.news-blog .blog-box .cont-box a {
  width: 194px;
  height: 54px;
  background: #F69320;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #F69320;
  transition: all 0.3s;
  margin-left: 0px;
  margin-top: 25px;
}
.news-blog .blog-box .cont-box a img {
  width: auto;
  position: relative;
  left: 10px;
  height: auto;
}
.news-blog .blog-box .cont-box a:hover {
  background: transparent;
}

.news-blog .blog-box .slider-box {
  width: 70%;
  padding-left: 50px;
  margin-top: 100px;
}

.news-blog .blog-box .slick-slider {
  position: relative;
}

.news-blog .blog-box .slick-slider .slick-list {
  margin: 0 -10px;
}

.news-blog .blog-box .slick-slider .slick-list .slick-slide {
  margin: 0 10px;
  background: #fff;
  padding: 0px 0 20px 0;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.news-blog .blog-box .slick-slider .slick-list .slick-slide figure {
  position: relative;
  margin-bottom: 20px;
  min-height: 150px;
  overflow: hidden;
}

.news-blog .blog-box .slick-slider .slick-list .slick-slide figure img {
  width: 100%;
  border-radius: 16px 16px 0 0;
  transition: all 0.5s;
  transform: scale(1);
}

.news-blog .blog-box .slick-slider .slick-list .slick-slide:hover figure img {
  transform: scale(1.1);
}

.news-blog .blog-box .slick-slider .slick-list .slick-slide .text-box {
  padding: 0 15px;
  min-height: 245px;
}

.news-blog .blog-box .slick-slider .slick-list .slick-slide .text-box p {
  min-height: 135px;
}
@media (max-width: 1025px) {
  .news-blog .blog-box .slick-slider .slick-list .slick-slide .text-box p {
    min-height: 220px;
  }
}
@media (max-width: 641px) {
  .news-blog .blog-box .slick-slider .slick-list .slick-slide .text-box p {
    min-height: auto;
  }
}

.news-blog .blog-box .slick-slider .slick-list .slick-slide .text-box h3 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
  min-height: 112px;
}
@media (max-width: 641px) {
  .news-blog .blog-box .slick-slider .slick-list .slick-slide .text-box h3 {
    min-height: auto;
  }
}

.news-blog .blog-box .slick-slider .slick-list .slick-slide .text-box h3 a {
  color: #1b1b1b;
  text-decoration: none;
}

.news-blog .blog-box .slick-slider .slick-list .slick-slide .text-box h3 a:hover {
  color: #F57E20;
}

.news-blog .blog-box .slick-slider .slick-list .slick-slide figure figcaption p {
  line-height: 28px;
  font-size: 16px;
}

.news-blog .blog-box .slick-slider .slick-list .slick-slide .text-box a.read-more {
  margin: 0 auto;
  display: flex;
  color: #F69320;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.news-blog .blog-box .slick-slider .slick-list .slick-slide .text-box a.read-more img {
  position: relative;
  left: 10px;
  transition: all 0.3s;
}
.news-blog .blog-box .slick-slider .slick-list .slick-slide .text-box a.read-more:hover {
  color: #FFC113;
}
.news-blog .blog-box .slick-slider .slick-list .slick-slide .text-box a.read-more:hover img {
  left: 20px;
}

.news-blog .blog-box .slick-slider .slick-next,
.news-blog .blog-box .slick-slider .slick-prev {
  height: 45px;
  width: 45px;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 50%;
  z-index: 2;
  top: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-blog .blog-box .slick-slider .slick-prev {
  left: unset;
  right: 70px;
}

.news-blog .blog-box .slick-slider .slick-prev::before {
  content: "";
  position: relative;
  display: flex;
  width: 6px;
  height: 11px;
  background: url(../images/laern-more.svg) center center no-repeat;
  transform: rotate(180deg);
}

.news-blog .blog-box .slick-slider .slick-next {
  right: 5px;
}

.news-blog .blog-box .slick-slider .slick-next::before {
  content: "";
  position: relative;
  display: flex;
  width: 6px;
  height: 11px;
  background: url(../images/laern-more.svg) center center no-repeat;
}

.news-blog .blog-box .slick-slider .slick-next:hover,
.news-blog .blog-box .slick-slider .slick-prev:hover {
  background: #F57E20;
}

.news-blog .blog-box .slick-slider .slick-next:hover:before,
.news-blog .blog-box .slick-slider .slick-prev:hover:before {
  filter: brightness(0) invert(1);
}

.news-blog .blog-box .explore-all {
  position: absolute;
  top: 16px;
  right: 150px;
}

.connect-with-us {
  margin-top: 100px;
}
.connect-with-us figure {
  position: relative;
  margin-bottom: 0;
}
.connect-with-us figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.connect-with-us figure figcaption .head-title {
  background: #fff;
  width: 570px;
  padding: 50px;
  position: relative;
  top: -100px;
  box-shadow: 0px 4px 50px 0px rgba(196, 196, 196, 0.2509803922);
}
.connect-with-us figure figcaption .head-title h2 {
  color: #272727;
  font-size: 26px;
  line-height: 37px;
}
.connect-with-us figure figcaption .head-title a {
  width: 219px;
  height: 54px;
  background: #F69320;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #F69320;
  transition: all 0.3s;
  position: absolute;
  right: 30px;
  bottom: -20px;
}
.connect-with-us figure figcaption .head-title a img {
  width: auto;
  position: relative;
  left: 10px;
  height: auto;
}
.connect-with-us figure figcaption .head-title a:hover {
  background: #FFC113;
  border-color: #FFC113;
}

@media (max-width: 2600px) {
  .industries-serve {
    padding-left: 25%;
  }
}
@media (max-width: 1920px) {
  .industries-serve {
    padding-left: 16.7%;
  }
}
@media (max-width: 1660px) {
  .industries-serve {
    padding-left: 8.7%;
  }
}
@media (max-width: 1600px) {
  .industries-serve {
    padding-left: 8.5%;
  }
}
@media (max-width: 1440px) {
  .industries-serve {
    padding-left: 5.3%;
  }
}
@media (max-width: 1366px) {
  .industries-serve {
    padding-left: 3.7%;
  }
  .industry-details-row h3 {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .asad-about {
    width: 100%;
    margin-left: 0;
  }
  .connect-with-us figure img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 840px) {
  .news-blog .blog-box {
    flex-wrap: wrap;
  }
  .news-blog .blog-box .cont-box {
    width: 50%;
  }
  .news-blog .blog-box .slider-box {
    width: 50%;
    padding-left: 15px;
  }
  .industry-details-row h3 {
    min-height: inherit;
  }
}
@media (max-width: 767px) {
  .asad-about .stats-box {
    flex-wrap: wrap;
  }
  .connect-with-us figure figcaption .head-title {
    width: 100%;
  }
  .news-blog .blog-box {
    flex-wrap: wrap;
  }
  .news-blog .blog-box .cont-box {
    width: 100%;
  }
  .news-blog .blog-box .slider-box {
    width: 100%;
    padding-left: 0;
  }
  .news-blog:before {
    width: 100%;
  }
  .news-blog .blog-box .slick-slider .slick-list .slick-slide .text-box {
    min-height: inherit;
  }
  .industries-we-server-outer {
    padding: 50px 0 0px 0;
    height: auto;
  }
  .asad-about .stats-box .s-box {
    width: 50%;
  }
  .asad-about .stats-box .s-box .count-area-content {
    margin-bottom: 20px;
  }
  #testiminial-slider.slick-slider .slick-next,
  #testiminial-slider.slick-slider .slick-prev {
    display: none !important;
  }
  .choose-box.flex-column-reverse {
    flex-direction: inherit !important;
  }
  .why-choose-us .choose-box .text-box {
    min-height: inherit;
    margin-bottom: 30px;
  }
  .testimonial-slider-outer .testimonial-slide {
    padding: 25px;
    border-radius: 15px;
  }
  .industry-details-row a {
    position: relative;
    bottom: inherit;
  }
  .industries-we-server-outer .container {
    position: relative;
    top: inherit;
  }
  .industries-we-server-outer .container .head-title span {
    color: #4b4b4b;
  }
  .industries-we-server-outer .container .head-title h2 {
    color: #272727;
  }
  .main-title h1 {
    font-size: 26px;
    line-height: 36px;
  }
  .industries-we-server-outer .industries-we-main .s-industr-slider__slider {
    height: 350px;
  }
  .industries-we-server-outer .industries-we-main {
    height: 350px;
  }
}
.news-slider {
  display: flex;
  flex-wrap: wrap;
}
.news-slider > div {
  display: flex;
  flex-direction: column;
  flex: 1 1 30%;
  overflow: hidden;
}
.news-slider > div .text-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.news-slider > div .text-box p {
  flex-grow: 1;
  margin-bottom: 15px;
}
.news-slider > div .text-box .read-more {
  margin: inherit !important;
}

.service-introduction-box {
  padding: 60px 0;
  overflow: hidden;
}
.service-introduction-box figure {
  overflow: hidden;
}
.service-introduction-box figure img {
  transform: scale(1);
  transition: all 0.5s;
}
.service-introduction-box figure:hover img {
  transform: scale(1.1);
}

.what-we-offer {
  background: #1f438b;
  overflow: hidden;
  padding: 60px 0;
}
.what-we-offer .head-title {
  padding-bottom: 0;
}
.what-we-offer .head-title span {
  color: #fff;
}
.what-we-offer .head-title h2 {
  color: #fff;
}
.what-we-offer .accordion {
  padding-right: 40px;
}
.what-we-offer .accordion .accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 0.3px solid #fff;
  padding: 15px 0;
  border-radius: 0;
}
.what-we-offer .accordion .accordion-item .accordion-header {
  padding-bottom: 0;
  line-height: 35px;
}
.what-we-offer .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  color: #ffde00;
  padding: 0;
  font-size: 22px;
  font-weight: var(--tp-fw-bold);
}
.what-we-offer .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  color: #fff;
}
.what-we-offer .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
  outline: none;
}
.what-we-offer .accordion .accordion-item .accordion-collapse .accordion-body {
  color: #fff;
  padding: 0;
}
.what-we-offer .accordion .accordion-item .accordion-collapse .accordion-body ul {
  padding-left: 0;
}
.what-we-offer .accordion .accordion-item .accordion-collapse .accordion-body ul li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.what-we-offer .accordion .accordion-item .accordion-collapse .accordion-body ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .what-we-offer .accordion {
    padding-right: 0px;
  }
}
.what-we-offer figure {
  overflow: hidden;
}
.what-we-offer figure img {
  transform: scale(1);
  transition: all 0.5s;
}
.what-we-offer figure:hover img {
  transform: scale(1.1);
}

.financial-expertise {
  background: #f6f6f6;
  overflow: hidden;
  padding: 60px 0;
}
.financial-expertise .challanges-box {
  background: #fff;
  height: 560px;
}
.financial-expertise .challanges-box figure {
  overflow: hidden;
}
.financial-expertise .challanges-box figure img {
  width: 100%;
  transition: all 0.5s;
  transform: scale(1);
}
.financial-expertise .challanges-box .text-box {
  background: #fff;
  padding: 25px;
  width: 90%;
  margin-left: 5%;
  position: relative;
  top: -70px;
  text-align: center;
}
.financial-expertise .challanges-box .text-box h3 span {
  padding-bottom: 50px;
  position: relative;
  display: block;
}
.financial-expertise .challanges-box .text-box h3 span:before {
  width: 30px;
  height: 2px;
  background: #ffde00;
  display: block;
  position: absolute;
  content: "";
  left: 50%;
  bottom: 30px;
  margin-left: -15px;
}
.financial-expertise .challanges-box .text-box p {
  margin-bottom: 0;
}
@media (max-width: 1100px) {
  .financial-expertise .challanges-box .text-box {
    padding: 25px;
  }
}
@media screen and (max-width: 992px) {
  .financial-expertise .challanges-box {
    height: auto;
  }
}
.financial-expertise .challanges-box:hover figure img {
  transform: scale(1.1);
}

.subscribe-box {
  background: #1f438b url(../images/subscribe-bg.png) right center no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 40px 0;
  overflow: hidden;
}
.subscribe-box .heading-text h2 {
  color: #fff;
}
.subscribe-box .heading-text p {
  margin-bottom: 15px;
  color: #fff;
}
.subscribe-box a {
  background: #f69320;
  width: 194px;
  border: 1px solid transparent;
  transition: all 0.3s;
  font-weight: 700;
  font-size: 18px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.subscribe-box a img {
  position: relative;
  left: 10px;
}
.subscribe-box a:hover {
  background: transparent;
  border: 1px solid #f69320;
}
.subscribe-box .cta {
  width: 100%;
}
.subscribe-box .cta .wpcf7 {
  width: 100%;
}
.subscribe-box .cta .wpcf7 form p {
  display: flex;
}
.subscribe-box .cta .wpcf7 form p span input {
  height: 100%;
  padding-left: 10px;
  width: 100%;
}
.subscribe-box .cta .wpcf7 form p input[type=submit] {
  background: #f69320 url("https://abbasaccounting.tisprojects.com/wp-content/themes/abbasaccounting/images/white-arrow.svg") no-repeat 90% center;
  background-size: 20px;
  width: 194px;
  border: 1px solid transparent;
  transition: all 0.3s;
  font-weight: 700;
  font-size: 18px;
  height: 58px;
  color: #fff;
  padding-right: 20px;
  text-align: center;
  line-height: 54px;
  background-size: 16px auto;
}
.subscribe-box .cta .wpcf7 form p input[type=submit]:hover {
  background-color: transparent;
  border: 1px solid #f69320;
}
.subscribe-box .cta .wpcf7 form p .wpcf7-not-valid-tip {
  font-size: 13px;
}
.subscribe-box .cta .wpcf7 form p .wpcf7-spinner {
  margin: 0;
}
.subscribe-box .cta .wpcf7 form .wpcf7-response-output {
  color: #fff;
  font-size: 13px;
  width: 95%;
}
.subscribe-box .cta .wpcf7 form.invalid .wpcf7-response-output {
  border-color: red !important;
}

.faqs {
  padding: 60px 0;
  overflow: hidden;
  background: #f6f6f6;
}
.faqs .accordion .accordion-item {
  background-color: rgba(255, 255, 255, 0.37);
  border-radius: 15px;
  margin-bottom: 10px;
  border: 1px solid #dfdfdf;
  padding: 15px 0;
}
.faqs .accordion .accordion-item .accordion-header {
  padding-bottom: 0;
  line-height: 30px;
}
.faqs .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  box-shadow: inherit;
  color: #131313;
  padding: 0 30px 0px 20px;
  font-size: 20px;
  font-family: "Neue Montreal Medium";
}
.faqs .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  color: #131313;
}
.faqs .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
  outline: none;
}
.faqs .accordion .accordion-item .accordion-collapse .accordion-body {
  color: #131313;
}
.faqs .accordion .accordion-item .accordion-collapse .accordion-body ul {
  padding-left: 0;
}
.faqs .accordion .accordion-item .accordion-collapse .accordion-body ul li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
  color: #4b4b4b;
}
.faqs .accordion .accordion-item .accordion-collapse .accordion-body ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 1;
  color: #4b4b4b;
}
.faqs .accordion .accordion-item:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.faqs .accordion .accordion-item:has(.show) {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media (max-width: 767px) {
  .faqs .accordion {
    padding-right: 0;
  }
}

.faqs .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background: url(../images/accord-minus-balck.png) center center no-repeat;
  position: absolute;
  top: 4px;
  right: 10px;
}

.faqs .accordion .accordion-item .accordion-header .accordion-button:after {
  background: url(../images/accord-plus-black.png) center center no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  right: 8px;
}

.what-we-offer .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background: url(../images/accord-down.png) center center no-repeat;
}

.what-we-offer .accordion .accordion-item .accordion-header .accordion-button:after {
  background: url(../images/accord-left.png) center center no-repeat;
  width: 24px;
  height: 24px;
}

.service-introduction-box.about-page {
  padding-bottom: 60px;
}
.service-introduction-box.about-page figure {
  height: 100%;
}
.service-introduction-box.about-page figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-introduction-box.about-page iframe {
  width: 100%;
}

.vision-mission {
  background: url(../images/vision-mission-bg.png) left top no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.vision-mission .text-box figure {
  margin-bottom: 35px;
}
.vision-mission .text-box h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 20px;
}
.vision-mission .text-box p {
  color: #fff;
  font-size: 17px;
  line-height: 27px;
}

.our-usps {
  padding: 60px 0;
  overflow: hidden;
}
.our-usps .image-text-box {
  border: 1px solid #dbe7ff;
  height: 100%;
  padding-bottom: 25px;
  border-radius: 14px;
  box-shadow: 0px 26px 24.5px 0px rgba(212, 227, 255, 0.5215686275);
  transition: all 0.3s ease-in-out;
}
.our-usps .image-text-box figure img {
  border-radius: 14px 14px 0 0;
}
.our-usps .image-text-box .text-box {
  font-size: 17px;
  color: #272727;
  padding: 0px 15px 0 15px;
}
.our-usps .image-text-box:hover {
  transform: translateY(-5px) scale(1.02);
}
@media screen and (max-width: 767px) {
  .our-usps .col-lg-3 {
    margin-top: 15px;
  }
}

.our-history {
  background: #1f438b;
  overflow: hidden;
  padding: 60px 0;
}
.our-history .head-title span {
  color: #fff;
}
.our-history .head-title h2 {
  color: #fff;
}
.our-history .history-detail-sec {
  position: relative;
  padding: 0;
}
.our-history .history-detail-sec .history-detail-slider {
  margin-top: -25px;
}
.our-history .history-detail-sec .history-detail-slider .slick-arrow {
  height: 45px;
  width: 45px;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-history .history-detail-sec .history-detail-slider .slick-prev {
  left: 11.5%;
}
.our-history .history-detail-sec .history-detail-slider .slick-prev:before {
  content: "";
  position: relative;
  display: flex;
  width: 6px;
  height: 11px;
  background: url(../images/laern-more.svg) center center no-repeat;
  transform: rotate(180deg);
}
@media (max-width: 1680px) {
  .our-history .history-detail-sec .history-detail-slider .slick-prev {
    left: 13%;
  }
}
@media (max-width: 1550px) {
  .our-history .history-detail-sec .history-detail-slider .slick-prev {
    left: 14%;
  }
}
@media (max-width: 1440px) {
  .our-history .history-detail-sec .history-detail-slider .slick-prev {
    left: 15.5%;
  }
}
@media (max-width: 1367px) {
  .our-history .history-detail-sec .history-detail-slider .slick-prev {
    left: 16%;
  }
}
@media (max-width: 1280px) {
  .our-history .history-detail-sec .history-detail-slider .slick-prev {
    left: 17%;
  }
}
@media (max-width: 480px) {
  .our-history .history-detail-sec .history-detail-slider .slick-prev {
    left: 0;
  }
}
.our-history .history-detail-sec .history-detail-slider .slick-next {
  right: 11.5%;
}
.our-history .history-detail-sec .history-detail-slider .slick-next:before {
  content: "";
  position: relative;
  display: flex;
  width: 6px;
  height: 11px;
  background: url(../images/laern-more.svg) center center no-repeat;
}
@media (max-width: 1680px) {
  .our-history .history-detail-sec .history-detail-slider .slick-next {
    right: 13%;
  }
}
@media (max-width: 1550px) {
  .our-history .history-detail-sec .history-detail-slider .slick-next {
    right: 14%;
  }
}
@media (max-width: 1440px) {
  .our-history .history-detail-sec .history-detail-slider .slick-next {
    right: 15.5%;
  }
}
@media (max-width: 1367px) {
  .our-history .history-detail-sec .history-detail-slider .slick-next {
    right: 16%;
  }
}
@media (max-width: 1280px) {
  .our-history .history-detail-sec .history-detail-slider .slick-next {
    right: 17%;
  }
}
@media (max-width: 480px) {
  .our-history .history-detail-sec .history-detail-slider .slick-next {
    right: 0;
  }
}
.our-history .history-detail-sec .history-detail-slider .slick-next:hover,
.our-history .history-detail-sec .history-detail-slider .slick-prev:hover {
  background: #f57e20;
}
.our-history .history-detail-sec .history-detail-slider .slick-next:hover:before,
.our-history .history-detail-sec .history-detail-slider .slick-prev:hover:before {
  filter: brightness(0) invert(1);
}
.our-history .history-detail-sec .history-detail-slider .slide.slick-slide {
  padding: 0 50px;
}
.our-history .history-detail-sec .history-detail-slider .slide.slick-slide .row {
  flex-wrap: inherit;
}
.our-history .history-detail-sec .history-detail-slider .slide.slick-slide .row .right_blog {
  width: 50%;
  padding: 0;
}
.our-history .history-detail-sec .history-detail-slider .slide.slick-slide .row .right_blog img {
  width: 100%;
}
@media (max-width: 1101px) {
  .our-history .history-detail-sec .history-detail-slider .slide.slick-slide .row .right_blog {
    width: 100%;
  }
}
.our-history .history-detail-sec .history-detail-slider .slide.slick-slide .row .uppertextdiv {
  width: 50%;
  display: flex;
  background: #fff;
  padding: 50px;
  align-items: center;
  justify-content: center;
}
.our-history .history-detail-sec .history-detail-slider .slide.slick-slide .row .uppertextdiv .custom-scr {
  width: 475px;
}
.our-history .history-detail-sec .history-detail-slider .slide.slick-slide .row .uppertextdiv .custom-scr h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 65px;
  line-height: 88px;
  color: #264796;
  position: relative;
  top: 0;
}
.our-history .history-detail-sec .history-detail-slider .slide.slick-slide .row .uppertextdiv .custom-scr p {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
  /* or 33px */
  letter-spacing: -0.02em;
  color: #313131;
}
@media (max-width: 1101px) {
  .our-history .history-detail-sec .history-detail-slider .slide.slick-slide .row .uppertextdiv .custom-scr p {
    font-size: 18px;
    line-height: 28px;
    min-height: 80px;
  }
}
@media (max-width: 400px) {
  .our-history .history-detail-sec .history-detail-slider .slide.slick-slide .row .uppertextdiv .custom-scr p {
    min-height: 125px;
  }
}
@media (max-width: 1101px) {
  .our-history .history-detail-sec .history-detail-slider .slide.slick-slide .row .uppertextdiv {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 1101px) {
  .our-history .history-detail-sec .history-detail-slider .slide.slick-slide .row {
    flex-wrap: wrap;
  }
}
.our-history .history-detail-sec .history-number-slider {
  margin-top: 70px;
}
.our-history .history-detail-sec .history-number-slider .slick-track {
  display: flex;
  justify-content: space-between;
  background: url(../images/slider-dott.png) left center repeat-x;
}
.our-history .history-detail-sec .history-number-slider .slick-track .slide.slick-slide {
  width: 63px !important;
  height: 63px;
  border-radius: 100%;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  background: #1f438b;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
}
.our-history .history-detail-sec .history-number-slider .slick-track .slide.slick-slide.slick-current {
  border: 1px solid #f69320;
}
.our-history .history-detail-sec .history-year-slider {
  position: relative;
  margin-top: 0px;
}
.our-history .history-detail-sec .history-year-slider .slide.slick-slide {
  display: flex;
  font-style: normal;
  justify-content: flex-end;
  font-weight: 600;
  font-size: 109px;
  line-height: 120px;
  /* identical to box height */
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.1);
  position: absolute;
}

.team-asad-abbas {
  padding: 60px 0;
  overflow: hidden;
}
.team-asad-abbas .head-title {
  padding-bottom: 0;
}
.team-asad-abbas .team-slider .slick-list {
  padding: 25px 0;
}
.team-asad-abbas .team-slider .slick-list .team-box {
  padding: 20px;
  border-radius: 16px;
}
.team-asad-abbas .team-slider .slick-list .team-box figure {
  overflow: hidden;
  border-radius: 12px;
}
.team-asad-abbas .team-slider .slick-list .team-box figure img {
  width: 100%;
  transition: all 0.5s;
  transform: scale(1);
}
.team-asad-abbas .team-slider .slick-list .team-box h3 {
  font-size: 17px;
  line-height: 23px;
  color: #272727;
  font-weight: 700;
  margin-bottom: 5px;
}
.team-asad-abbas .team-slider .slick-list .team-box p {
  color: #6c6c6c;
  font-size: 16px;
  letter-spacing: 2%;
}
.team-asad-abbas .team-slider .slick-list .team-box ul li {
  margin-right: 10px;
}
.team-asad-abbas .team-slider .slick-list .team-box ul li a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 0.5px solid #686868;
  color: #686868;
}
.team-asad-abbas .team-slider .slick-list .team-box ul li a:hover {
  background: #1f438b;
  color: #fff;
}
.team-asad-abbas .team-slider .slick-list .team-box:hover {
  box-shadow: 0px 12px 42.3px 0px #d1e1ff;
}
.team-asad-abbas .team-slider .slick-list .team-box:hover figure img {
  transform: scale(1.1);
}
.team-asad-abbas .team-slider .slick-next,
.team-asad-abbas .team-slider .slick-prev {
  height: 45px;
  width: 45px;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-asad-abbas .team-slider .slick-prev {
  left: -55px;
}
.team-asad-abbas .team-slider .slick-prev:before {
  content: "";
  position: relative;
  display: flex;
  width: 6px;
  height: 11px;
  background: url(../images/laern-more.svg) center center no-repeat;
  transform: rotate(180deg);
}
@media (max-width: 1399px) {
  .team-asad-abbas .team-slider .slick-prev {
    left: -30px;
  }
}
@media (max-width: 1024px) {
  .team-asad-abbas .team-slider .slick-prev {
    left: 0;
  }
}
.team-asad-abbas .team-slider .slick-next {
  right: -55px;
}
.team-asad-abbas .team-slider .slick-next:before {
  content: "";
  position: relative;
  display: flex;
  width: 6px;
  height: 11px;
  background: url(../images/laern-more.svg) center center no-repeat;
}
@media (max-width: 1399px) {
  .team-asad-abbas .team-slider .slick-next {
    right: -30px;
  }
}
@media (max-width: 1024px) {
  .team-asad-abbas .team-slider .slick-next {
    right: 0;
  }
}
.team-asad-abbas .team-slider .slick-next:hover,
.team-asad-abbas .team-slider .slick-prev:hover {
  background: #f57e20;
}
.team-asad-abbas .team-slider .slick-next:hover:before,
.team-asad-abbas .team-slider .slick-prev:hover:before {
  filter: brightness(0) invert(1);
}
.team-asad-abbas .view-all {
  width: 140px;
  height: 40px;
  color: #f69320;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #f69320;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-asad-abbas .view-all img {
  margin-left: 8px;
  transition: all 0.3s;
}
.team-asad-abbas .view-all:hover {
  background: #f69320;
  color: #fff;
}
.team-asad-abbas .view-all:hover img {
  filter: brightness(0) invert(1);
}

.where-we-operate {
  padding-bottom: 60px;
}
.where-we-operate .location-box {
  background: #F8F8F8;
  padding: 20px;
}
.where-we-operate .location-box figure {
  overflow: hidden;
}
.where-we-operate .location-box figure img {
  width: 100%;
  transform: scale(1);
  transition: all 0.3s;
}
.where-we-operate .location-box figure:hover img {
  transform: scale(1.1);
}
.where-we-operate .location-box .address-box figure {
  margin-top: 25px;
}
.where-we-operate .location-box .address-box figure i {
  color: #FB8B09;
}
.where-we-operate .location-box .address-box h3 {
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.2px;
  margin-bottom: 20px;
  min-height: 90px;
}
.where-we-operate .location-box .address-box h4 {
  font-size: 17px;
  font-weight: 700;
  color: #272727;
  margin-bottom: 20px;
}
.where-we-operate .location-box .address-box h4 i {
  color: #FB8B09;
  margin-right: 4px;
}
.where-we-operate .location-box .address-box h4 a {
  font-size: 17px;
  font-weight: 700;
  color: #272727;
  margin-left: 2px;
}
.where-we-operate .location-box .address-box h4 a:hover {
  color: #FB8B09;
}
@media (max-width: 420px) {
  .where-we-operate .location-box .address-box h4 a {
    display: inline-flex;
    padding-bottom: 10px;
  }
}
.where-we-operate .location-box .address-box h5 {
  color: #FB8B09;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 0.6px;
}
.where-we-operate .location-box .address-box a.direction {
  width: 150px;
  height: 32px;
  font-size: 11px;
  color: #272727;
  font-weight: 700;
  text-transform: capitalize;
  border: 0.8px solid #CECECE;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.where-we-operate .location-box .address-box a.direction img {
  margin-right: 8px;
}
.where-we-operate .location-box .address-box a.direction:hover {
  background: #fff;
  color: #FB8B09;
}
.where-we-operate .location-box .address-box a.email {
  color: #272727;
  font-size: 17px;
  font-weight: 700;
}
.where-we-operate .location-box .address-box a.email:hover {
  color: #FB8B09;
}
@media (max-width: 767px) {
  .where-we-operate .location-box {
    margin-bottom: 20px;
  }
}

.other-branches {
  background: #1F438B;
  padding: 60px 0;
}
.other-branches .row {
  display: flex;
  flex-wrap: wrap;
}
.other-branches .col-lg-3 {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}
.other-branches .head-title span {
  color: #fff;
}
.other-branches .head-title h2 {
  color: #fff;
}
.other-branches .location-box {
  background: #F8F8F8;
  border-radius: 8px;
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.other-branches .location-box figure {
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 16px;
}
.other-branches .location-box figure img {
  border-radius: 16px;
  width: 100%;
  transition: all 0.3s;
  transform: scale(1);
}
.other-branches .location-box figure:hover img {
  transform: scale(1.1);
}
.other-branches .location-box p {
  color: #393939;
  font-size: var(--tp-fz-p);
  line-height: 31px;
  margin-top: auto;
}
@media (max-width: 767px) {
  .other-branches .location-box {
    margin-bottom: 20px;
  }
}

.contact-form {
  background: #F6F6F6;
  padding: 60px 0;
}
.contact-form form label {
  font-size: 18px;
  color: #292929;
  font-weight: 500;
}
.contact-form form label sup {
  color: #F69320;
  top: 0;
  font-size: 20px;
}
.contact-form form input {
  height: 45px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #006EB1;
}
.contact-form form input[type=submit] {
  background: #F69320;
  width: 219px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-bottom: none;
  margin: 0 auto;
}
.contact-form form input[type=submit]:hover {
  background: #FFC113;
}
.contact-form form select {
  height: 45px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #006EB1;
}
.contact-form form textarea {
  height: 120px;
  resize: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #006EB1;
}
.contact-form form p.cf7ascaptcha {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.contact-form form p.cf7ascaptcha span input.wpcf7-form-control {
  padding: 0px 10px;
}
.contact-form form .wpcf7-response-output {
  margin: 0 !important;
  padding: 0.2em !important;
}
.contact-form form p:has(.wpcf7-spinner) {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-form.bg-white {
  background: #fff;
}
.contact-form.bg-white form input {
  background: #F6F6F6;
}
.contact-form.bg-white form select {
  background: #F6F6F6;
}
.contact-form.bg-white form textarea {
  background: #F6F6F6;
}
.contact-form.bg-white input[type=submit] {
  background: #F69320;
}

.blog-grid {
  padding-bottom: 60px;
}
.blog-grid .blog-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-grid .blog-box .blog-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.blog-grid .blog-box .blog-info p {
  margin-bottom: 20px;
}
.blog-grid .blog-box .blog-info a {
  margin-top: auto;
}
.blog-grid .blog-box:hover figure img {
  transform: scale(1.1);
}
.blog-grid .pagination-area .pagination li {
  margin-right: 8px;
}
.blog-grid .pagination-area .pagination li a, .blog-grid .pagination-area .pagination li span {
  width: 38px;
  height: 32px;
  border: 0.8px solid #D3D3D3;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 16px;
  font-family: "Neue Montreal Medium";
}
.blog-grid .pagination-area .pagination li a:hover, .blog-grid .pagination-area .pagination li span:hover {
  background: #F69320;
  color: #fff;
  border-color: #F69320;
}
.blog-grid .pagination-area .pagination li a:hover img, .blog-grid .pagination-area .pagination li span:hover img {
  filter: brightness(0) invert(1);
}
.blog-grid .pagination-area .pagination li a.active, .blog-grid .pagination-area .pagination li span.active {
  background: #F69320;
  color: #fff;
  border-color: #F69320;
}
.blog-grid .pagination-area .pagination li .page-link:focus {
  background-color: none;
  box-shadow: none;
}

.blog-box {
  margin-bottom: 25px;
  background: #F8F8F8;
  border: 1px solid #E8E8E8;
}
.blog-box figure {
  overflow: hidden;
}
.blog-box figure img {
  width: 100%;
  transition: all 0.3s;
  transform: scale(1);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-box .blog-info {
  padding: 25px;
}
.blog-box .blog-info span.date {
  color: #1F438B;
  font-size: 16px;
  font-family: "Neue Montreal Medium";
  line-height: 26px;
}
.blog-box .blog-info h3 {
  color: #272727;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin: 15px 0;
  min-height: 60px;
}
.blog-box .blog-info h3 a {
  color: #272727;
}
.blog-box .blog-info h3 a:hover {
  color: #F69320;
}
.blog-box .blog-info p {
  color: #4B4B4B;
  font-size: var(--tp-fz-p);
  line-height: 25px;
  margin-bottom: 45px;
}
.blog-box .blog-info a {
  color: #F69320;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.blog-box .blog-info a img {
  margin-left: 8px;
  transition: all 0.3s;
}
.blog-box .blog-info a:hover img {
  margin-left: 15px;
}

.related-post {
  background: #F6F6F6;
  padding: 60px 0;
}
.related-post .blog-box {
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.related-post .blog-box .blog-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.related-post .blog-box .blog-info p {
  margin-bottom: 20px;
}
.related-post .blog-box .blog-info a {
  margin-top: auto;
}
.related-post .blog-box:hover figure img {
  transform: scale(1.1);
}

.blog-details {
  margin-top: 0px;
  padding: 30px 0 60px 0;
  overflow-x: hidden;
}
.blog-details .featured-section {
  margin-bottom: 50px;
}
.blog-details .featured-section figure {
  position: relative;
}
.blog-details .featured-section figure figcaption {
  position: absolute;
  width: 570px;
  left: 0;
  bottom: 0;
  background: #fff;
  padding: 40px;
}
.blog-details .featured-section figure figcaption span.date {
  color: #1F438B;
  font-size: 16px;
  line-height: 28px;
  font-family: "Neue Montreal Medium";
}
.blog-details .featured-section figure figcaption h1 {
  font-size: 36px;
  line-height: 50px;
  color: #272727;
  font-weight: bold;
}
@media (max-width: 991px) {
  .blog-details .featured-section figure figcaption h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .blog-details .featured-section figure figcaption {
    position: relative;
    width: 100%;
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  .blog-details .featured-section {
    margin-bottom: 10px;
  }
}
.blog-details .blog-content-area h2 {
  font-size: calc(var(--tp-fz-h2) - 8px);
}
.blog-details .blog-content-area p {
  margin-bottom: 25px;
}
.blog-details .blog-content-area ul {
  margin-bottom: 20px;
}
.blog-details .blog-content-area ul li {
  font-size: var(--tp-fz-p);
  color: #4B4B4B;
  font-weight: var(--tp-fw-regular);
  line-height: 27px;
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
}
.blog-details .blog-content-area ul li:before {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #4B4B4B;
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 8px;
}
.blog-details .blog-content-area .back-btn {
  width: 200px;
  height: 54px;
  background: #F69320;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.blog-details .blog-content-area .back-btn a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
}
.blog-details .blog-content-area .back-btn a img {
  transform: rotate(180deg);
  margin-right: 10px;
  transition: all 0.3s;
}
.blog-details .blog-content-area .back-btn:hover {
  background: #FFC113;
}
.blog-details .blog-content-area .back-btn:hover a img {
  margin-right: 18px;
}
.blog-details .blog-content-area .share-the-blog {
  margin-top: 35px;
}
.blog-details .blog-content-area .share-the-blog h4 {
  color: #4E4E4E;
  font-size: 14px;
  margin-bottom: 15px;
  font-family: "Neue Montreal Medium";
  letter-spacing: 3px;
  text-transform: uppercase;
}
.blog-details .blog-content-area .share-the-blog ul {
  list-style-type: none;
}
.blog-details .blog-content-area .share-the-blog ul li:before {
  display: none;
}
.blog-details .blog-content-area .share-the-blog ul li a {
  width: 52px;
  height: 48px;
  border: 0.8px solid #DADADA;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7D7D7D;
  font-size: 18px;
}
.blog-details .blog-content-area .share-the-blog ul li a:hover {
  background: #1F438B;
  color: #fff;
}
.blog-details .sidebar {
  overflow-x: hidden;
}
.blog-details .sidebar .latest-blog {
  padding-left: 25px;
}
.blog-details .sidebar .latest-blog .blog-box {
  background: #fff;
  border: none;
  margin-bottom: 0;
  border-bottom: 1px solid #E3E3E3;
  padding: 35px 0;
}
.blog-details .sidebar .latest-blog .blog-box figure {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
  max-height: 125px;
}
.blog-details .sidebar .latest-blog .blog-box figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .blog-details .sidebar .latest-blog .blog-box figure {
    width: 100%;
  }
}
.blog-details .sidebar .latest-blog .blog-box .text-box {
  position: relative;
  width: 50%;
}
.blog-details .sidebar .latest-blog .blog-box .text-box span {
  color: #1F438B;
  font-size: 13px;
  font-family: "Neue Montreal Medium";
}
.blog-details .sidebar .latest-blog .blog-box .text-box h3 {
  font-size: 19px;
  line-height: 28px;
  color: #272727;
  font-family: "Neue Montreal Medium";
}
.blog-details .sidebar .latest-blog .blog-box .text-box h3 a {
  color: #272727;
}
.blog-details .sidebar .latest-blog .blog-box .text-box h3 a:hover {
  color: #F69320;
}
.blog-details .sidebar .latest-blog .blog-box .text-box .p-arrow {
  position: absolute;
  right: 0;
  bottom: -15px;
}
@media (max-width: 767px) {
  .blog-details .sidebar .latest-blog .blog-box .text-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-details .sidebar .latest-blog .blog-box {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .blog-details .sidebar .latest-blog {
    padding-left: 0;
  }
}

.empowering-sucess {
  padding: 60px 0;
}
.empowering-sucess figure {
  overflow: hidden;
}
.empowering-sucess figure img {
  transition: all 0.5s;
  transform: scale(1);
}
.empowering-sucess figure:hover img {
  transform: scale(1.1);
}

.pr-5 {
  padding-right: 50px;
}

.benefits {
  background: #1F438B;
  padding: 60px 0;
}
.benefits .row {
  display: flex;
  flex-wrap: wrap;
}
.benefits .col-lg-3 {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}
.benefits .head-title span {
  color: #fff;
}
.benefits .head-title h2 {
  color: #fff;
}
.benefits .box {
  background: #fff;
  padding: 25px;
  border-radius: 13px;
  margin-bottom: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.benefits .box figure {
  overflow: hidden;
}
.benefits .box figure img {
  transition: all 0.5s;
  transform: scale(1);
}
.benefits .box h3 {
  font-size: 20px;
  line-height: 30px;
  min-height: 70px;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
}
.benefits .box p {
  font-size: var(--tp-fz-p);
  color: #484848;
  text-align: center;
  flex-grow: 1;
}
.benefits .box:hover figure img {
  transform: scale(1.1);
}

.testimonial {
  padding: 60px 0;
}
.testimonial .testimonial-slider .slick-list {
  margin-right: 0px;
  padding: 0;
  right: 20px;
}
.testimonial .testimonial-slider .slick-list .slick-track {
  padding: 20px;
}
@media (max-width: 768px) {
  .testimonial .testimonial-slider .slick-list .slick-track {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .testimonial .testimonial-slider .slick-list {
    right: 0;
  }
}
.testimonial .testimonial-slider .slick-slide {
  height: 360px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
  border: 1px solid #E8E8E8;
  flex-wrap: wrap;
  padding: 25px;
}
.testimonial .testimonial-slider .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] {
  transform: scale(0.8, 0.8);
  transition: all 0.4s ease-in-out;
}
.testimonial .testimonial-slider .slick-slide .box h3 {
  font-size: 20px;
  line-height: 33px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: "Neue Montreal Medium";
}
.testimonial .testimonial-slider .slick-slide .box p {
  position: relative;
  font-size: 16px;
  line-height: 33px;
  color: #414141;
}
.testimonial .testimonial-slider .slick-slide .box p span.bottom {
  position: absolute;
  right: 0;
  bottom: -10px;
}
@media screen and (max-width: 1025px) {
  .testimonial .testimonial-slider .slick-slide .box h3 {
    line-height: 30px;
  }
  .testimonial .testimonial-slider .slick-slide .box p {
    line-height: 30px;
  }
}
@media screen and (max-width: 576px) {
  .testimonial .testimonial-slider .slick-slide .box h3 {
    line-height: 28px;
  }
  .testimonial .testimonial-slider .slick-slide .box p {
    line-height: 28px;
  }
}
.testimonial .testimonial-slider .slick-center,
.testimonial .testimonial-slider .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true],
.testimonial .testimonial-slider .slick-current.slick-active {
  transform: scale(1.1);
  box-shadow: 0px 25px 28.7px 0px #FFF9EA;
}
@media screen and (max-width: 991px) {
  .testimonial .testimonial-slider .slick-center,
  .testimonial .testimonial-slider .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true],
  .testimonial .testimonial-slider .slick-current.slick-active {
    transform: scale(0.9);
  }
}
.testimonial .testimonial-slider .slick-next, .testimonial .testimonial-slider .slick-prev {
  height: 45px;
  width: 45px;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .testimonial .testimonial-slider .slick-next, .testimonial .testimonial-slider .slick-prev {
    top: unset;
    bottom: -20px;
  }
}
.testimonial .testimonial-slider .slick-prev:before {
  content: "";
  position: relative;
  display: flex;
  width: 6px;
  height: 11px;
  background: url(../images/laern-more.svg) center center no-repeat;
  transform: rotate(180deg);
}
.testimonial .testimonial-slider .slick-prev:before:hover {
  background: #F57E20;
}
.testimonial .testimonial-slider .slick-prev:before:hover:before {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .testimonial .testimonial-slider .slick-prev {
    left: 0;
  }
}
@media (max-width: 768px) {
  .testimonial .testimonial-slider .slick-prev {
    left: 50%;
    margin-left: -50px;
  }
}
.testimonial .testimonial-slider .slick-next:before {
  content: "";
  position: relative;
  display: flex;
  width: 6px;
  height: 11px;
  background: url(../images/laern-more.svg) center center no-repeat;
}
.testimonial .testimonial-slider .slick-next:hover {
  background: #F57E20;
}
.testimonial .testimonial-slider .slick-next:hover:before {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .testimonial .testimonial-slider .slick-next {
    right: 0;
  }
}
@media (max-width: 768px) {
  .testimonial .testimonial-slider .slick-next {
    right: 50%;
    margin-right: -50px;
  }
}

.job-listing {
  background: #F6F6F6;
  padding: 60px 0;
}
.job-listing .job-listing-box {
  background: #FFFFFF;
  padding: 0 45px;
  margin-bottom: 1px;
  align-items: center;
}
.job-listing .job-listing-box .job-description {
  padding: 35px 100px 35px 0;
  width: 80%;
  border-right: 2px solid #E9E9E9;
}
.job-listing .job-listing-box .job-description a {
  width: 140px;
  height: 40px;
  color: #F69320;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #F69320;
  display: flex;
  align-items: center;
  justify-content: center;
}
.job-listing .job-listing-box .job-description a img {
  margin-left: 8px;
  transition: all 0.3s;
}
.job-listing .job-listing-box .job-description a:hover {
  background: #F69320;
  color: #fff;
}
.job-listing .job-listing-box .job-description a:hover img {
  filter: brightness(0) invert(1);
}
@media (max-width: 768px) {
  .job-listing .job-listing-box .job-description {
    width: 100%;
    padding: 25px 15px;
  }
}
.job-listing .job-listing-box .job-info {
  width: 20%;
  padding-left: 50px;
}
.job-listing .job-listing-box .job-info .location {
  margin-bottom: 20px;
}
.job-listing .job-listing-box .job-info h4 {
  font-size: 16px;
  color: #333333;
  text-transform: uppercase;
  font-family: "Neue Montreal Medium";
  text-transform: capitalize;
}
.job-listing .job-listing-box .job-info span {
  color: #4D4D4F;
  font-size: 16px;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  .job-listing .job-listing-box .job-info {
    width: 100%;
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  .job-listing .job-listing-box {
    flex-wrap: wrap;
    padding: 0 0 25px 0;
    margin-bottom: 25px;
  }
}
.job-listing .pagination li {
  margin-right: 8px;
}
.job-listing .pagination li a {
  width: 38px;
  height: 32px;
  border: 0.8px solid #D3D3D3;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 16px;
  font-family: "Neue Montreal Medium";
}
.job-listing .pagination li a:hover {
  background: #F69320;
  color: #fff;
  border-color: #F69320;
}

.career-details {
  padding: 60px 0;
}
.career-details .career-descreption h1 {
  font-size: 60px;
  font-weight: bold;
  color: #272727;
  margin-bottom: 25px;
}
.career-details .career-descreption h2 {
  color: #1F438B;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.career-details .career-descreption h3 {
  color: #272727;
  font-size: 17px;
  font-weight: bold;
}
.career-details .career-descreption p {
  color: #4B4B4B;
  font-size: var(--tp-fz-p);
  margin-bottom: 15px;
}
.career-details .career-descreption ul {
  margin-bottom: 15px;
}
.career-details .career-descreption ul li {
  color: #4B4B4B;
  font-size: var(--tp-fz-p);
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}
.career-details .career-descreption ul li::before {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 2px solid #1F438B;
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  content: "";
}
.career-details .apply-form {
  padding-left: 60px;
}
.career-details .apply-form .experience-and-location {
  background: #EFF9FF;
  padding: 100px 50px 50px 50px;
  margin-bottom: 25px;
}
.career-details .apply-form .experience-and-location ul {
  flex-wrap: wrap;
}
.career-details .apply-form .experience-and-location ul li {
  width: 50%;
  margin-bottom: 50px;
}
.career-details .apply-form .experience-and-location ul li h4 {
  font-size: 16px;
  color: #333333;
  text-transform: uppercase;
  font-weight: bold;
}
.career-details .apply-form .experience-and-location ul li p {
  color: #666666;
  font-size: 16px;
}
@media (max-width: 768px) {
  .career-details .apply-form .experience-and-location ul li {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .career-details .apply-form .experience-and-location {
    padding: 50px 20px 25px 20px;
  }
}
.career-details .apply-form .contact-form {
  padding: 35px;
}
.career-details .apply-form .contact-form .head-title h2 {
  font-size: 22px;
  line-height: 30px;
}
.career-details .apply-form .contact-form .file-upload {
  display: block;
  text-align: center;
  font-size: 12px;
}
.career-details .apply-form .contact-form .file-upload .file-select {
  height: 45px;
  background: #fff;
  border-bottom: 1px solid #006EB1;
  font-weight: 400;
  font-size: 11px;
  line-height: 33px;
  letter-spacing: -0.02em;
  color: #797979;
  padding: 12px;
  outline: none !important;
  box-shadow: none !important;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.career-details .apply-form .contact-form .file-upload .file-select .file-select-button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #000;
}
.career-details .apply-form .contact-form .file-upload .file-select .file-select-name {
  line-height: 40px;
  display: inline-block;
  color: #000;
}
.career-details .apply-form .contact-form .file-upload .file-select .file-select-name p {
  margin-bottom: 0;
  font-size: 14px;
}
.career-details .apply-form .contact-form .file-upload .file-select input[type=file] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.career-details .apply-form .contact-form .file-upload .file-select > p {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.career-details .apply-form .contact-form .file-upload .file-select > p span.wpcf7-form-control-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
@media (max-width: 991px) {
  .career-details .apply-form {
    padding-left: 10px;
  }
}
.career-details .back-btn {
  padding-top: 35px;
  margin-top: 15px;
  border-top: 1px solid #C4C4C4;
}
.career-details .back-btn a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 215px;
  height: 54px;
  color: #fff;
  background: #F69320;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
}
.career-details .back-btn a img {
  transform: rotate(180deg);
  margin-right: 10px;
  transition: all 0.3s;
}
.career-details .back-btn a:hover {
  background: #FFC113;
}
.career-details .back-btn a:hover img {
  margin-right: 18px;
}

.load-more {
  color: #fff;
  display: inline-flex;
  border: none;
  justify-content: center;
  align-items: center;
  width: 215px;
  height: 54px;
  color: #fff;
  background: #F69320;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
}
.load-more:hover {
  background: #FFC113;
}

.certificate-compliance {
  padding-bottom: 60px;
  background: #F6F6F6;
}
.certificate-compliance .certificate-box {
  background: #fff;
  padding: 15px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.certificate-compliance .certificate-box figure {
  height: 275px;
}
.certificate-compliance .certificate-box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.certificate-compliance .certificate-box h3 {
  position: relative;
  top: -10px;
}
.certificate-compliance .certificate-box h3 a {
  color: #000;
}
.certificate-compliance .certificate-box h3 a:hover {
  color: #FFC113;
}
.certificate-compliance .certificate-box:hover {
  transform: translateY(-5px) scale(1.02);
}
.certificate-compliance .modal-body {
  padding: 45px 20px 20px 20px;
}
.certificate-compliance .modal-body img {
  width: 100%;
}
.certificate-compliance .btn-close {
  z-index: 999;
}

.Industry-list {
  padding-bottom: 60px;
}
.Industry-list .Industry-box {
  background: #f6f6f6;
  border: 1px solid #E6E6E6;
  padding: 15px;
  margin-bottom: 30px;
  justify-content: space-between;
}
.Industry-list .Industry-box figure {
  width: 160px;
  margin-bottom: 0;
  overflow: hidden;
}
.Industry-list .Industry-box figure img {
  transition: all 0.8s;
  transform: scale(1);
}
.Industry-list .Industry-box .text-box {
  width: calc(100% - 175px);
}
.Industry-list .Industry-box .text-box h3 {
  font-size: 20px;
  line-height: 28px;
  min-height: 56px;
}
.Industry-list .Industry-box .text-box a {
  color: #F69320;
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
  display: inline-block;
  transition: all 0.3s;
}
.Industry-list .Industry-box .text-box a img {
  position: relative;
  left: 5px;
  transition: all 0.3s;
}
.Industry-list .Industry-box .text-box a:hover img {
  left: 10px;
}
.Industry-list .Industry-box:hover figure img {
  transform: scale(1.2);
}
.Industry-list .Industry-box:hover {
  background: #fff;
  border: 1px solid #F69320;
  box-shadow: 0px 24px 31.5px 0px #F9E2C7;
}

.asad-abbas-download {
  padding-bottom: 60px;
}
.asad-abbas-download .group-brochure-main {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.asad-abbas-download .group-brochure-main .group-box {
  width: calc(50% - 25px);
  display: flex;
  border: 1px solid #FFEEDA;
  box-shadow: 0px 18px 22px 0px #FFF7EE;
  justify-content: space-between;
  padding: 25px 35px;
  background: #fff;
  align-items: center;
  border-right: 2px solid transparent;
}
.asad-abbas-download .group-brochure-main .group-box .group-ico {
  display: flex;
  align-items: center;
  padding-right: 15px;
}
.asad-abbas-download .group-brochure-main .group-box .group-ico figure {
  margin: 0px;
  margin-right: 15px;
}
.asad-abbas-download .group-brochure-main .group-box .group-ico figure img {
  width: 50px;
}
@media screen and (max-width: 991px) {
  .asad-abbas-download .group-brochure-main .group-box .group-ico figure img {
    width: 40px;
  }
}
@media screen and (max-width: 991px) {
  .asad-abbas-download .group-brochure-main .group-box .group-ico figure {
    margin-bottom: 0px;
  }
}
.asad-abbas-download .group-brochure-main .group-box .group-ico h4 {
  font-size: 20px;
  line-height: 150%;
  color: #222222;
  font-weight: 500;
  margin: 0px;
}
@media screen and (max-width: 991px) {
  .asad-abbas-download .group-brochure-main .group-box .group-ico h4 {
    font-size: 16px;
    line-height: 130%;
  }
}
@media screen and (max-width: 576px) {
  .asad-abbas-download .group-brochure-main .group-box .group-ico h4 {
    font-size: 14px;
    line-height: 130%;
  }
}
.asad-abbas-download .group-brochure-main .group-box .group-download {
  min-width: 140px;
  border: 1px solid #DEDEDE;
  display: flex;
  justify-content: center;
}
.asad-abbas-download .group-brochure-main .group-box .group-download a {
  width: 50%;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
}
@media screen and (max-width: 767px) {
  .asad-abbas-download .group-brochure-main .group-box .group-download a {
    width: 51%;
  }
  .asad-abbas-download .group-brochure-main .group-box .group-download a img {
    width: 18px;
  }
}
.asad-abbas-download .group-brochure-main .group-box .group-download a:hover {
  background: #FF8F00;
}
.asad-abbas-download .group-brochure-main .group-box .group-download a:hover img {
  filter: brightness(0) invert(1);
}
.asad-abbas-download .group-brochure-main .group-box .group-download a span {
  position: absolute;
  font-size: 14px;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  bottom: -26px;
  color: #000000;
}
@media screen and (max-width: 1199px) {
  .asad-abbas-download .group-brochure-main .group-box .group-download a span {
    font-size: 12px;
  }
}
.asad-abbas-download .group-brochure-main .group-box .group-download .view-btn {
  background: #F69320;
  border-left: 1px solid transparent;
}
.asad-abbas-download .group-brochure-main .group-box .group-download .view-btn:hover {
  background: #fff;
  border-left: 1px solid #DEDEDE;
}
.asad-abbas-download .group-brochure-main .group-box .group-download .view-btn:hover img {
  filter: brightness(0) saturate(100%) invert(31%) sepia(0%) saturate(0%) hue-rotate(0deg);
}
@media screen and (max-width: 991px) {
  .asad-abbas-download .group-brochure-main .group-box .group-download {
    min-width: 90px;
  }
}
@media screen and (max-width: 991px) {
  .asad-abbas-download .group-brochure-main .group-box {
    padding: 25px 15px;
  }
}
@media screen and (max-width: 767px) {
  .asad-abbas-download .group-brochure-main .group-box {
    width: 100%;
  }
}
.asad-abbas-download .group-brochure-main .group-box:hover {
  border-right: 2px solid #F69320;
}
@media screen and (max-width: 991px) {
  .asad-abbas-download .group-brochure-main {
    gap: 15px;
  }
}
.asad-abbas-download .pagination-area .pagination li {
  margin-right: 8px;
}
.asad-abbas-download .pagination-area .pagination li a, .asad-abbas-download .pagination-area .pagination li span {
  width: 38px;
  height: 32px;
  border: 0.8px solid #D3D3D3;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 16px;
  font-family: "Neue Montreal Medium";
}
.asad-abbas-download .pagination-area .pagination li a:hover, .asad-abbas-download .pagination-area .pagination li span:hover {
  background: #F69320;
  color: #fff;
  border-color: #F69320;
}
.asad-abbas-download .pagination-area .pagination li a.active, .asad-abbas-download .pagination-area .pagination li span.active {
  background: #F69320;
  color: #fff;
  border-color: #F69320;
}
.asad-abbas-download .pagination-area .pagination li .page-link:focus {
  background-color: none;
  box-shadow: none;
}

.faq-outer .faq-main .accordion .accordion-item {
  background: #F9F9F9;
  border-radius: 15px;
  margin-bottom: 30px;
  border: 1px solid #DFDFDF;
  padding: 15px;
}
.faq-outer .faq-main .accordion .accordion-item .accordion-header {
  padding-bottom: 0;
}
.faq-outer .faq-main .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  box-shadow: inherit;
  color: #131313;
  padding: 0px 15px 0px 0px;
  font-size: 20px;
  font-family: "Neue Montreal Medium";
  line-height: 30px;
}
.faq-outer .faq-main .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  color: #131313;
}
.faq-outer .faq-main .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
  outline: none;
}
.faq-outer .faq-main .accordion .accordion-item .accordion-header:has(.accordion-button) {
  background: #FFFFFF;
  border-radius: 15px 15px 0px 0px;
  padding: 30px 30px 0px;
}
.faq-outer .faq-main .accordion .accordion-item .accordion-header:has(.collapsed) {
  background: transparent;
  border-radius: 0px;
  padding: 0px 30px;
}
.faq-outer .faq-main .accordion .accordion-item .accordion-collapse .accordion-body {
  color: #131313;
}
.faq-outer .faq-main .accordion .accordion-item .accordion-body {
  background: #fff;
  padding-left: 30px;
  border-radius: 0px 0px 15px 15px;
}
.faq-outer .faq-main .accordion .accordion-item:hover {
  box-shadow: 0px 29px 42.2px 0px rgba(164, 164, 164, 0.2509803922);
}
@media screen and (max-width: 767px) {
  .faq-outer .faq-main .accordion .accordion-item .accordion-header:has(.accordion-button) {
    padding: 10px 10px 0px;
  }
  .faq-outer .faq-main .accordion .accordion-item .accordion-header:has(.collapsed) {
    padding: 0px 10px;
  }
  .faq-outer .faq-main .accordion .accordion-item .accordion-body {
    padding-left: 10px;
  }
}
.faq-outer .faq-main .accordion .accordion-item:has(.show) {
  box-shadow: 0px 29px 42.2px 0px rgba(164, 164, 164, 0.2509803922);
}
.faq-outer .faq-main button#loadMoreFaqs {
  background: #F69320;
  width: 219px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-bottom: none;
  margin: 0 auto;
  border: 1px solid transparent;
}
.faq-outer .faq-main button#loadMoreFaqs:hover {
  background: #FFC113;
}

.faq-outer .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background: url(../images/accord-minus-balck.png) center center no-repeat;
}

.faq-outer .accordion .accordion-item .accordion-header .accordion-button:after {
  background: url(../images/accord-plus-black.png) center center no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  right: -10px;
}

.Privacy-policy-outer .privacy-policy-main p {
  margin-bottom: 10px;
}
.Privacy-policy-outer .privacy-policy-main ul {
  margin-bottom: 20px;
}
.Privacy-policy-outer .privacy-policy-main ul li {
  font-size: var(--tp-fz-p);
  color: #4B4B4B;
  font-weight: var(--tp-fw-regular);
  line-height: 25px;
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
}
.Privacy-policy-outer .privacy-policy-main ul li:before {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #4B4B4B;
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 8px;
}
.Privacy-policy-outer .privacy-policy-main h2 {
  font-size: 26px;
  line-height: 162%;
  color: #4B4B4B;
  font-weight: bold;
}
.Privacy-policy-outer .privacy-policy-main h3 {
  font-size: 24px;
  line-height: 162%;
  color: #4B4B4B;
  font-weight: bold;
}
.Privacy-policy-outer .privacy-policy-main h4 {
  font-size: 23px;
  line-height: 162%;
  color: #4B4B4B;
  font-weight: bold;
}
.Privacy-policy-outer .privacy-policy-main h5 {
  font-size: 22px;
  line-height: 162%;
  color: #4B4B4B;
  font-weight: bold;
}

.search-outer {
  padding-bottom: 60px;
}
.search-outer .head-title {
  padding-bottom: 30px;
  padding-left: 0px;
  text-align: center;
}
.search-outer .head-title span {
  position: relative;
  font-size: inherit;
  padding-left: 0px;
  font-weight: 700;
  color: #272727;
  text-transform: none;
}
.search-outer .head-title span::before {
  display: none;
}
.search-outer .search-inner .entry-summary {
  margin-bottom: 15px;
  border: 1px solid #f5f5f5;
  padding: 25px;
  background: #FAFAFA;
}
.search-outer .search-inner .entry-summary a {
  color: var(--tp-common-black);
}
.search-outer .search-inner .entry-summary a h3 {
  color: inherit;
}
.search-outer .search-inner .entry-summary a:hover {
  color: #FFC113;
}
.search-outer .search-inner .entry-summary a.read-more {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: #F69320;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 46px;
  transition: all 0.3s;
  border: 1px solid #F69320;
}
.search-outer .search-inner .entry-summary a.read-more:hover {
  background: #F69320;
  color: #fff;
}
.search-outer .pagination-area {
  margin-top: 25px;
}
.search-outer .pagination-area .pagination li {
  margin-right: 8px;
}
.search-outer .pagination-area .pagination li a, .search-outer .pagination-area .pagination li span {
  width: 38px;
  height: 32px;
  border: 0.8px solid #D3D3D3;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 16px;
  font-family: "Neue Montreal Medium";
}
.search-outer .pagination-area .pagination li a:hover, .search-outer .pagination-area .pagination li span:hover {
  background: #F69320;
  color: #fff;
  border-color: #F69320;
}
.search-outer .pagination-area .pagination li a.active, .search-outer .pagination-area .pagination li span.active {
  background: #F69320;
  color: #fff;
  border-color: #F69320;
}
.search-outer .pagination-area .pagination li .page-link:focus {
  background-color: none;
  box-shadow: none;
}

.international-affiliation-outer {
  padding: 60px 0px;
}
.international-affiliation-outer .international-affiliation-main {
  display: flex;
}
.international-affiliation-outer .international-affiliation-main .international-affiliation-left {
  width: 55%;
  padding-right: 55px;
}
.international-affiliation-outer .international-affiliation-main .international-affiliation-left .head-title {
  padding-bottom: 10px;
}
.international-affiliation-outer .international-affiliation-main .international-affiliation-left p {
  font-size: var(--tp-fz-p);
  line-height: 162%;
}
.international-affiliation-outer .international-affiliation-main .international-affiliation-left p a:hover {
  color: #4b4b4b;
}
.international-affiliation-outer .international-affiliation-main .international-affiliation-left p a:hover img {
  filter: invert(28%) sepia(0%) saturate(0%) hue-rotate(176deg) brightness(95%) contrast(87%);
}
.international-affiliation-outer .international-affiliation-main .international-affiliation-left .inter-link {
  color: #F69320;
}
.international-affiliation-outer .international-affiliation-main .international-affiliation-left ul {
  padding-left: 0;
}
.international-affiliation-outer .international-affiliation-main .international-affiliation-left ul li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.international-affiliation-outer .international-affiliation-main .international-affiliation-left ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 1;
}
.international-affiliation-outer .international-affiliation-main .international-affiliation-images {
  width: 45%;
  overflow: hidden;
}
.international-affiliation-outer .international-affiliation-main .international-affiliation-images img {
  width: 100%;
  transition: all 0.5s;
  transform: scale(1);
}
.international-affiliation-outer .international-affiliation-main .international-affiliation-images:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .international-affiliation-outer .international-affiliation-main {
    flex-wrap: wrap;
  }
  .international-affiliation-outer .international-affiliation-main .international-affiliation-left {
    width: 100%;
    padding-right: 0px;
  }
  .international-affiliation-outer .international-affiliation-main .international-affiliation-images {
    width: 100%;
    margin-top: 20px;
  }
}

.Understanding-outer {
  padding: 60px 0px;
}
.Understanding-outer .Understanding-main {
  display: flex;
  align-items: flex-end;
}
.Understanding-outer .Understanding-main .Understanding-left {
  width: 60%;
  padding-right: 55px;
}
.Understanding-outer .Understanding-main .Understanding-left .head-title {
  padding-bottom: 10px;
}
.Understanding-outer .Understanding-main .Understanding-left p {
  font-size: 17px;
  line-height: 162%;
}
.Understanding-outer .Understanding-main .Understanding-images {
  width: 40%;
  padding-bottom: 21px;
}
.Understanding-outer .Understanding-main .Understanding-images img {
  width: 100%;
}

.Challenges-auto-motive-outer {
  background: #1F438B;
  padding: 60px 0px;
}
.Challenges-auto-motive-outer .head-title span {
  color: #fff;
}
.Challenges-auto-motive-outer .head-title h2 {
  color: #fff;
}
.Challenges-auto-motive-outer .challenges-maine {
  display: flex;
  gap: 20px;
}
.Challenges-auto-motive-outer .challenges-maine .challenge-bx {
  width: 20%;
  padding: 15px;
  background: #fff;
  border-radius: 13px;
}
.Challenges-auto-motive-outer .challenges-maine .challenge-bx figure {
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 13px;
}
.Challenges-auto-motive-outer .challenges-maine .challenge-bx figure img {
  width: 100%;
  border-radius: 13px;
  transition: all 0.5s;
  transform: scale(1);
}
.Challenges-auto-motive-outer .challenges-maine .challenge-bx h3 {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  padding-bottom: 10px;
  min-height: 62px;
}
.Challenges-auto-motive-outer .challenges-maine .challenge-bx p {
  font-size: var(--tp-fz-p);
  line-height: 23px;
  color: #4B4B4B;
  margin-bottom: 0px;
}
.Challenges-auto-motive-outer .challenges-maine .challenge-bx:hover figure img {
  transform: scale(1.1);
}
@media screen and (max-width: 1024px) {
  .Challenges-auto-motive-outer .challenges-maine {
    flex-wrap: wrap;
  }
  .Challenges-auto-motive-outer .challenges-maine .challenge-bx {
    width: calc(25% - 16px);
  }
}
@media screen and (max-width: 991px) {
  .Challenges-auto-motive-outer .challenges-maine .challenge-bx {
    width: calc(33.33% - 14px);
  }
}
@media screen and (max-width: 767px) {
  .Challenges-auto-motive-outer .challenges-maine .challenge-bx {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 576px) {
  .Challenges-auto-motive-outer .challenges-maine .challenge-bx {
    width: 100%;
  }
}

.automotive-sectore-outer {
  background: #F6F6F6;
  padding: 60px 0px;
}
.automotive-sectore-outer .automotive-sectore-main {
  display: flex;
  gap: 20px 40px;
}
.automotive-sectore-outer .automotive-sectore-main .automotive-bx {
  width: calc(20% - 20px);
}
.automotive-sectore-outer .automotive-sectore-main .automotive-bx figure {
  margin-bottom: 30px;
  height: 80px;
  overflow: hidden;
}
.automotive-sectore-outer .automotive-sectore-main .automotive-bx figure img {
  transition: all 0.5s;
  transform: scale(1);
  height: 100%;
}
.automotive-sectore-outer .automotive-sectore-main .automotive-bx .auto-motive-area {
  position: relative;
}
.automotive-sectore-outer .automotive-sectore-main .automotive-bx .auto-motive-area h3 {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  padding-bottom: 10px;
  min-height: 63px;
}
.automotive-sectore-outer .automotive-sectore-main .automotive-bx .auto-motive-area p {
  font-size: var(--tp-fz-p);
  line-height: 23px;
  color: #4B4B4B;
  margin-bottom: 0px;
}
.automotive-sectore-outer .automotive-sectore-main .automotive-bx .auto-motive-area::after {
  height: 100%;
  width: 1px;
  background: #D4D4D4;
  right: -20px;
  content: "";
  position: absolute;
  bottom: -7px;
}
@media screen and (max-width: 1024px) {
  .automotive-sectore-outer .automotive-sectore-main .automotive-bx .auto-motive-area::after {
    opacity: 0;
  }
}
.automotive-sectore-outer .automotive-sectore-main .automotive-bx:last-child .auto-motive-area::after {
  display: none;
}
.automotive-sectore-outer .automotive-sectore-main .automotive-bx:hover figure img {
  transform: scale(1.1);
}
@media screen and (max-width: 1024px) {
  .automotive-sectore-outer .automotive-sectore-main {
    flex-wrap: wrap;
  }
  .automotive-sectore-outer .automotive-sectore-main .automotive-bx {
    width: calc(25% - 40px);
  }
}
@media screen and (max-width: 991px) {
  .automotive-sectore-outer .automotive-sectore-main .automotive-bx {
    width: calc(33.33% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .automotive-sectore-outer .automotive-sectore-main .automotive-bx {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 576px) {
  .automotive-sectore-outer .automotive-sectore-main .automotive-bx {
    padding: 0px 8px;
    width: 100%;
  }
}

.rera-registered-sec {
  padding: 60px 0px;
}
.rera-registered-sec .rera-registered-main {
  display: flex;
}
.rera-registered-sec .rera-registered-main .rera-registered-left {
  width: 60%;
  padding-right: 55px;
}
.rera-registered-sec .rera-registered-main .rera-registered-left .head-title {
  padding-bottom: 10px;
}
.rera-registered-sec .rera-registered-main .rera-registered-left p {
  font-size: 17px;
  line-height: 162%;
}
.rera-registered-sec .rera-registered-main .rera-registered-left .inter-link {
  color: #F69320;
}
.rera-registered-sec .rera-registered-main .rera-registered-images {
  width: 40%;
}
.rera-registered-sec .rera-registered-main .rera-registered-images figure {
  margin-top: 25px;
  margin-bottom: 0;
}
.rera-registered-sec .rera-registered-main .rera-registered-images figure img {
  width: 100%;
}
@media screen and (max-width: 769px) {
  .rera-registered-sec .rera-registered-main {
    flex-wrap: wrap;
  }
  .rera-registered-sec .rera-registered-main .rera-registered-left {
    width: 100%;
  }
  .rera-registered-sec .rera-registered-main .rera-registered-images {
    width: 100%;
  }
}

.freezone-listed-sec {
  padding: 60px 0px;
  background: #f6f6f6;
}
.freezone-listed-sec .listed-auditor-imgs-outer {
  margin-top: 50px;
}
.freezone-listed-sec .listed-auditor-imgs-outer .listed-auditor-imgs-inner .common-img-slider {
  display: flex;
}
.freezone-listed-sec .listed-auditor-imgs-outer .listed-auditor-imgs-inner .common-img-slider .image-box {
  margin: 0 10px;
  width: 215px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  box-shadow: 0px 5px 10px 0px #D4E3FF;
  padding: 20px;
}
.freezone-listed-sec .listed-auditor-imgs-outer .listed-auditor-imgs-inner .common-img-slider .image-box img {
  display: inline-block;
  margin-right: 0px;
  /* Space between images */
  vertical-align: middle;
  max-width: 100%;
  /* Ensure images are aligned correctly */
}
@media screen and (max-width: 600px) {
  .freezone-listed-sec .listed-auditor-imgs-outer .listed-auditor-imgs-inner .common-img-slider .image-box img {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .freezone-listed-sec .listed-auditor-imgs-outer .listed-auditor-imgs-inner .common-img-slider .image-box {
    padding: 0;
    border: none;
  }
}
.freezone-listed-sec .listed-auditor-imgs-outer .listed-auditor-imgs-inner #common-img-slider .slick-list.draggable {
  padding: 20px 0px;
}
.freezone-listed-sec .listed-auditor-imgs-outer .listed-auditor-imgs-inner #common-img-slider .slick-arrow {
  height: 45px;
  width: 45px;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.freezone-listed-sec .listed-auditor-imgs-outer .listed-auditor-imgs-inner #common-img-slider .slick-next {
  right: -45px;
}
.freezone-listed-sec .listed-auditor-imgs-outer .listed-auditor-imgs-inner #common-img-slider .slick-prev {
  left: -45px;
}
.freezone-listed-sec .listed-auditor-imgs-outer .listed-auditor-imgs-inner #common-img-slider .slick-next::before {
  font-family: inherit;
  content: "";
  width: 6px;
  height: 11px;
  position: relative;
  display: flex;
  top: 0px;
  background: url(../images/slide-arr-blue.png) center center no-repeat;
}
.freezone-listed-sec .listed-auditor-imgs-outer .listed-auditor-imgs-inner #common-img-slider .slick-prev::before {
  font-family: inherit;
  content: "";
  width: 6px;
  height: 11px;
  position: relative;
  display: flex;
  top: 0px;
  background: url(../images/slide-arr-blue.png) center center no-repeat;
  transform: rotate(180deg);
}
.freezone-listed-sec .listed-auditor-imgs-outer .listed-auditor-imgs-inner #common-img-slider .slick-next:hover,
.freezone-listed-sec .listed-auditor-imgs-outer .listed-auditor-imgs-inner #common-img-slider .slick-prev:hover {
  background: #F57E20;
}
.freezone-listed-sec .listed-auditor-imgs-outer .listed-auditor-imgs-inner #common-img-slider .slick-next:hover:before,
.freezone-listed-sec .listed-auditor-imgs-outer .listed-auditor-imgs-inner #common-img-slider .slick-prev:hover:before {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1399px) {
  .freezone-listed-sec .listed-auditor-imgs-outer .listed-auditor-imgs-inner #common-img-slider .slick-next {
    right: -40px;
  }
  .freezone-listed-sec .listed-auditor-imgs-outer .listed-auditor-imgs-inner #common-img-slider .slick-prev {
    left: -40px;
  }
}
@media screen and (max-width: 1024px) {
  .freezone-listed-sec .listed-auditor-imgs-outer .listed-auditor-imgs-inner #common-img-slider .slick-next {
    right: 0px;
  }
  .freezone-listed-sec .listed-auditor-imgs-outer .listed-auditor-imgs-inner #common-img-slider .slick-prev {
    left: 0px;
  }
}

.fta-approved-sec {
  padding: 60px 0px 0px 0px;
}
.fta-approved-sec .fta-approved-main ul {
  padding-left: 0;
}
.fta-approved-sec .fta-approved-main ul li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.fta-approved-sec .fta-approved-main ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 1;
}
.fta-approved-sec .fta-approved-main .cta-btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.fta-approved-sec .fta-approved-main .cta-btn a {
  height: 54px;
  padding: 0px 30px 0px 20px;
  background: #F69320;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #F69320;
  transition: all 0.3s;
}
.fta-approved-sec .fta-approved-main .cta-btn a img {
  width: auto;
  position: relative;
  left: 10px;
  height: auto;
}
.fta-approved-sec .fta-approved-main .cta-btn a:hover {
  background: #FFC113;
  border-color: #FFC113;
}

.founder-sec {
  padding: 60px 0px;
}
.founder-sec .founder-main .founder-info-bx {
  padding: 30px;
  align-items: center;
  background: url(../images/founder-bg.webp) left top no-repeat;
  background-size: cover;
  border-radius: 36px;
  display: flex;
  justify-content: space-between;
}
.founder-sec .founder-main .founder-info-bx .fuonder-img {
  width: 37.5%;
  display: flex;
  align-items: center;
}
.founder-sec .founder-main .founder-info-bx .fuonder-img figure {
  margin-bottom: 0;
  max-width: 445px;
  border-radius: 20px;
  overflow: hidden;
}
.founder-sec .founder-main .founder-info-bx .fuonder-img figure img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s;
}
.founder-sec .founder-main .founder-info-bx .founder-info {
  width: 59%;
  padding-left: auto;
}
.founder-sec .founder-main .founder-info-bx .founder-info h3, .founder-sec .founder-main .founder-info-bx .founder-info h5, .founder-sec .founder-main .founder-info-bx .founder-info p {
  margin-bottom: 18px;
}
.founder-sec .founder-main .founder-info-bx .founder-info h3 {
  color: #F69320;
}
.founder-sec .founder-main .founder-info-bx .founder-info h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.founder-sec .founder-main .founder-info-bx .founder-info p {
  color: #fff;
  font-size: var(--tp-fz-p);
  font-weight: 400;
}
.founder-sec .founder-main .founder-info-bx .founder-info .contact-info {
  margin-bottom: 25px;
}
.founder-sec .founder-main .founder-info-bx .founder-info .contact-info ul {
  display: flex;
  gap: 25px;
}
.founder-sec .founder-main .founder-info-bx .founder-info .contact-info ul li a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
}
.founder-sec .founder-main .founder-info-bx .founder-info .contact-info ul li a img {
  padding-right: 5px;
}
.founder-sec .founder-main .founder-info-bx .founder-info .contact-info ul li:not(:last-child) {
  position: relative;
  padding-right: 25px;
  display: none;
}
.founder-sec .founder-main .founder-info-bx .founder-info .contact-info ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  background-color: #fff;
}
.founder-sec .founder-main .founder-info-bx .founder-info .contact-info ul li:hover a {
  color: #F69320;
}
@media screen and (max-width: 576px) {
  .founder-sec .founder-main .founder-info-bx .founder-info .contact-info ul {
    flex-wrap: wrap;
  }
  .founder-sec .founder-main .founder-info-bx .founder-info .contact-info ul li:not(:last-child)::after {
    display: none;
  }
}
.founder-sec .founder-main .founder-info-bx .founder-info .cta-btn {
  display: flex;
}
.founder-sec .founder-main .founder-info-bx .founder-info .cta-btn a {
  height: 54px;
  padding: 0px 30px 0px 20px;
  background: #F69320;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #F69320;
  transition: all 0.3s;
}
.founder-sec .founder-main .founder-info-bx .founder-info .cta-btn a img {
  width: auto;
  position: relative;
  left: 10px;
  height: auto;
}
.founder-sec .founder-main .founder-info-bx .founder-info .cta-btn a:hover {
  background: #FFC113;
  border-color: #FFC113;
}
.founder-sec .founder-main .founder-info-bx:hover .fuonder-img figure img {
  transform: scale(1.1);
}
@media screen and (max-width: 992px) {
  .founder-sec .founder-main .founder-info-bx {
    flex-wrap: wrap;
    background: #001B72;
  }
  .founder-sec .founder-main .founder-info-bx .fuonder-img {
    width: 100%;
  }
  .founder-sec .founder-main .founder-info-bx .founder-info {
    width: 100%;
  }
}

.team-detail-sec {
  padding: 60px 0px;
  background: #F6F6F6;
}
.team-detail-sec .filter-team-outer .filter-bx {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 20px 20px 0px 20px;
  margin: auto;
}
.team-detail-sec .filter-team-outer .filter-bx .filter-and-search {
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.team-detail-sec .filter-team-outer .filter-bx .filter-and-search .filter-btn {
  width: 20%;
}
.team-detail-sec .filter-team-outer .filter-bx .filter-and-search .filter-btn button {
  width: 100%;
  display: flex;
  border: none;
  background: none;
  border-right: 1px solid #E7E7E7;
  padding-right: 10px;
  color: #1F438B;
  font-weight: 500;
  font-size: 18px;
  align-items: center;
}
.team-detail-sec .filter-team-outer .filter-bx .filter-and-search .filter-btn button span {
  height: 30px;
  width: 30px;
  background: #e5e5e5;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  margin-left: auto;
  align-self: flex-end;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team-detail-sec .filter-team-outer .filter-bx .filter-and-search .filter-btn button span img {
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}
.team-detail-sec .filter-team-outer .filter-bx .filter-and-search .filter-btn button:hover {
  color: #F69320;
}
.team-detail-sec .filter-team-outer .filter-bx .filter-and-search .filter-btn button[aria-expanded=true] span img {
  transform: rotate(0deg);
}
.team-detail-sec .filter-team-outer .filter-bx .filter-and-search form {
  width: 80%;
  margin-bottom: 0;
}
.team-detail-sec .filter-team-outer .filter-bx .filter-and-search form .search-bar {
  width: 100%;
  display: flex;
}
.team-detail-sec .filter-team-outer .filter-bx .filter-and-search form .search-bar input {
  border: none;
  margin-left: 15px;
}
.team-detail-sec .filter-team-outer .filter-bx .filter-and-search form .search-bar input:focus {
  box-shadow: none;
}
.team-detail-sec .filter-team-outer .filter-bx .filter-and-search form .search-bar button {
  height: 54px;
  padding: 0px 30px 0px 20px;
  background: #F69320;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #F69320;
  transition: all 0.3s;
}
.team-detail-sec .filter-team-outer .filter-bx .filter-and-search form .search-bar button img {
  width: auto;
  position: relative;
  left: 10px;
  height: auto;
}
.team-detail-sec .filter-team-outer .filter-bx .filter-and-search form .search-bar button:hover {
  background: #FFC113;
  border-color: #FFC113;
}
@media screen and (max-width: 767px) {
  .team-detail-sec .filter-team-outer .filter-bx .filter-and-search {
    flex-wrap: wrap-reverse;
    gap: 20px;
  }
  .team-detail-sec .filter-team-outer .filter-bx .filter-and-search .filter-btn {
    width: 100%;
  }
  .team-detail-sec .filter-team-outer .filter-bx .filter-and-search .filter-btn button {
    border: 1px solid #F69320;
    border-radius: 0px;
    padding: 12px;
  }
  .team-detail-sec .filter-team-outer .filter-bx .filter-and-search form {
    width: 100%;
  }
  .team-detail-sec .filter-team-outer .filter-bx .filter-and-search form .search-bar {
    width: 100%;
    border: 1px solid #F69320;
    border-radius: 0px;
  }
  .team-detail-sec .filter-team-outer .filter-bx .filter-and-search form .search-bar input {
    margin-left: 0;
  }
}
.team-detail-sec .filter-team-outer .filter-bx .filter-body {
  padding-top: 10px;
}
.team-detail-sec .filter-team-outer .filter-bx .filter-body .filter-columns {
  display: flex;
}
.team-detail-sec .filter-team-outer .filter-bx .filter-body .filter-columns .filter-section {
  width: 25%;
}
.team-detail-sec .filter-team-outer .filter-bx .filter-body .filter-columns .filter-section:last-child {
  width: 75%;
}
.team-detail-sec .filter-team-outer .filter-bx .filter-body .filter-columns .filter-section h4 {
  font-size: 14px;
  color: #003366; /* Adjust if needed */
  margin-bottom: 15px;
  font-weight: 400;
  padding-bottom: 15px;
  border-bottom: 1px solid #d3d3d3;
}
.team-detail-sec .filter-team-outer .filter-bx .filter-body .filter-columns .filter-section ul {
  margin: 15px 0px 20px 0px;
  list-style: none;
  padding: 0;
}
.team-detail-sec .filter-team-outer .filter-bx .filter-body .filter-columns .filter-section ul li {
  margin-bottom: 10px;
}
.team-detail-sec .filter-team-outer .filter-bx .filter-body .filter-columns .filter-section ul li label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
}
.team-detail-sec .filter-team-outer .filter-bx .filter-body .filter-columns .filter-section ul li label input[type=checkbox] {
  width: 30px;
  height: 30px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #4b4b4b;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
}
.team-detail-sec .filter-team-outer .filter-bx .filter-body .filter-columns .filter-section ul li label input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 13px;
  width: 5px;
  height: 12px;
  border: solid #144084;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.team-detail-sec .filter-team-outer .filter-bx .filter-body .filter-columns .filter-section ul li label input[type=checkbox]:checked {
  border: 1px solid #1F438B;
}
.team-detail-sec .filter-team-outer .filter-bx .filter-body .filter-columns .filter-section ul li label input[type=checkbox]:checked + span {
  color: #1F438B;
}
@media screen and (max-width: 576px) {
  .team-detail-sec .filter-team-outer .filter-bx .filter-body .filter-columns .filter-section {
    width: 50%;
  }
  .team-detail-sec .filter-team-outer .filter-bx .filter-body .filter-columns .filter-section:last-child {
    width: 50%;
  }
}
.team-detail-sec .filter-team-outer .teams-bx-outer {
  margin-top: 50px;
}
.team-detail-sec .filter-team-outer .teams-bx-outer .team-head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.team-detail-sec .filter-team-outer .teams-bx-outer .team-head span {
  font-weight: 600;
  white-space: nowrap;
}
.team-detail-sec .filter-team-outer .teams-bx-outer .team-head::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #ccc;
}
.team-detail-sec .filter-team-outer .teams-bx-outer .team-members-bx {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.team-detail-sec .filter-team-outer .teams-bx-outer .team-members-bx .team-member {
  background: #fff;
  width: calc(25% - 15px);
  border: 1px solid #D3D3D3;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0px 34px 35.3px 0px rgba(0, 0, 0, 0.0588235294);
}
.team-detail-sec .filter-team-outer .teams-bx-outer .team-members-bx .team-member figure {
  border-radius: 13px 13px 0px 0px;
  overflow: hidden;
}
.team-detail-sec .filter-team-outer .teams-bx-outer .team-members-bx .team-member figure img {
  width: 100%;
  transition: all 0.5s;
  transform: scale(1);
}
.team-detail-sec .filter-team-outer .teams-bx-outer .team-members-bx .team-member .member-info .intro p {
  font-weight: 700;
  font-style: Bold;
  font-size: 19px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1F438B;
}
.team-detail-sec .filter-team-outer .teams-bx-outer .team-members-bx .team-member .member-info .intro span {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  letter-spacing: 10%;
  color: #595959;
}
.team-detail-sec .filter-team-outer .teams-bx-outer .team-members-bx .team-member .member-info .contact-detail {
  margin-top: 15px;
  display: flex;
  gap: 15px;
  flex-direction: column;
}
.team-detail-sec .filter-team-outer .teams-bx-outer .team-members-bx .team-member .member-info .contact-detail a {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #252525;
}
.team-detail-sec .filter-team-outer .teams-bx-outer .team-members-bx .team-member .member-info .contact-detail a img {
  padding-right: 10px;
  height: 17px;
}
.team-detail-sec .filter-team-outer .teams-bx-outer .team-members-bx .team-member .member-info .contact-detail a:hover {
  color: #F69320;
}
.team-detail-sec .filter-team-outer .teams-bx-outer .team-members-bx .team-member .member-info .contact-detail p {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #252525;
  margin-bottom: 0;
}
.team-detail-sec .filter-team-outer .teams-bx-outer .team-members-bx .team-member .member-info .contact-detail p img {
  padding-right: 10px;
  height: 17px;
}
.team-detail-sec .filter-team-outer .teams-bx-outer .team-members-bx .team-member:hover figure img {
  transform: scale(1.1);
}
@media screen and (max-width: 991px) {
  .team-detail-sec .filter-team-outer .teams-bx-outer .team-members-bx .team-member {
    width: calc(33.33% - 15px);
  }
}
@media screen and (max-width: 769px) {
  .team-detail-sec .filter-team-outer .teams-bx-outer .team-members-bx .team-member {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 431px) {
  .team-detail-sec .filter-team-outer .teams-bx-outer .team-members-bx .team-member {
    width: 100%;
  }
}

.sitemap-outer {
  padding: 0px 0px 60px 0px;
  background: #F6F6F6;
}
.sitemap-outer .sitemap-head {
  text-align: center;
  padding: 50px 0px 25px 0px;
  background: #1f438b;
}
.sitemap-outer .sitemap-head h1 {
  font-size: var(--tp-fz-h2);
  color: #fff;
  font-weight: var(--tp-fw-regular);
  margin-bottom: 25px;
}
.sitemap-outer .sitemap-inner {
  display: flex;
  padding-top: 50px;
}
.sitemap-outer .sitemap-inner .main-links-bx {
  width: 16%;
}
.sitemap-outer .sitemap-inner .main-links-bx ul li {
  line-height: 34px;
}
.sitemap-outer .sitemap-inner .main-links-bx ul li a {
  font-size: 20px;
  color: var(--tp-text-body);
}
.sitemap-outer .sitemap-inner .main-links-bx ul li a:hover {
  color: #F69320;
}
.sitemap-outer .sitemap-inner .sub-links-bx {
  width: 84%;
  display: flex;
}
.sitemap-outer .sitemap-inner .sub-links-bx .sub-links-inner {
  width: 33.33%;
}
.sitemap-outer .sitemap-inner .sub-links-bx .sub-links-inner ul li {
  list-style-type: none;
  list-style-position: inside;
  position: relative;
  padding-left: 15px;
  line-height: normal;
  margin-bottom: 10px;
}
.sitemap-outer .sitemap-inner .sub-links-bx .sub-links-inner ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #F69320;
  font-size: 25px;
  top: -4px;
}
.sitemap-outer .sitemap-inner .sub-links-bx .sub-links-inner ul li a {
  font-size: var(--tp-fz-p);
  line-height: 25px;
  color: var(--tp-text-body);
}
.sitemap-outer .sitemap-inner .sub-links-bx .sub-links-inner ul li a:hover {
  color: #F69320;
}
.sitemap-outer .sitemap-inner .sub-links-bx .sub-links-inner ul li.sub-main {
  list-style-type: none;
  line-height: 33px;
}
.sitemap-outer .sitemap-inner .sub-links-bx .sub-links-inner ul li.sub-main > a {
  font-size: 20px;
}
.sitemap-outer .sitemap-inner .sub-links-bx .sub-links-inner ul li.sub-main > b {
  font-size: 20px;
}
.sitemap-outer .sitemap-inner .sub-links-bx .sub-links-inner ul li.sub-main::before {
  content: none;
}
@media screen and (max-width: 991px) {
  .sitemap-outer .sitemap-inner {
    flex-wrap: wrap;
  }
  .sitemap-outer .sitemap-inner .main-links-bx {
    width: 100%;
    padding-left: 15px;
  }
  .sitemap-outer .sitemap-inner .sub-links-bx {
    width: 100%;
    flex-wrap: wrap;
  }
  .sitemap-outer .sitemap-inner .sub-links-bx .sub-links-inner {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .sitemap-outer .sitemap-inner .sub-links-bx .sub-links-inner {
    width: 100%;
  }
}/*# sourceMappingURL=main.css.map */