/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Bengali:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Serif+Bengali:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-120 {
  margin-top: 120px;
}

.mt--60 {
  margin-top: -60px;
}

.mt--120 {
  margin-top: -120px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb--60 {
  margin-bottom: -60px;
}

.mb--120 {
  margin-bottom: -120px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}
.pt-90
{
  padding-top: 90px;
}
.pt-100
{
  padding-top: 100px;
}
.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-142 {
  padding-top: 142px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70
{
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100
{
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.video-card {
  background-color: var(--thm-black);
  position: relative;
}

.video-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: grayscale(100%);
  opacity: 0.2;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.video-card .container {
  position: relative;
}

.video-card .container p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--thm-base);
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  line-height: 1;
  margin-bottom: 15px;
}

.video-card .container p img {
  margin-right: 10px;
}

.video-card .container h3 {
  margin: 0;
  color: #fff;
  letter-spacing: -0.04em;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 45px;
}

@media (max-width: 575px) {
  .video-card .container h3 {
    font-size: 40px;
  }
  .video-card .container h3 br {
    display: none;
  }
}

@media (max-width: 375px) {
  .video-card .container h3 {
    font-size: 30px;
  }
}

.video-card__btn-block {
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-card__btn {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  margin-left: 30px;
  background-color: var(--thm-primary);
  color: #fff;
}

.video-card__btn:hover {
  color: var(--thm-primary);
  background-color: #fff;
}

.video-card-two {
  padding-top: 100px;
  position: relative;
  z-index: 11;
}

.video-card-two .inner-container {
  background-position: top right;
  background-repeat: no-repeat;
  background-color: #242323;
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 65px;
  padding-bottom: 20px;
  position: relative;
  z-index: 11;
}

@media (max-width: 991px) {
  .video-card-two .inner-container {
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: center;
    padding-right: 20px;
    border-radius: 4px !important;
  }
}

.video-card-two h3 {
  margin: 0;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: -0.05em;
  font-weight: bold;
  color: #fff;
  padding-left: 22px;
  position: relative;
  left: 30px;
}

@media (max-width: 1199px) {
  .video-card-two h3 {
    left: 0;
    font-size: 30px;
    line-height: 1.5;
  }
}

@media (max-width: 991px) {
  .video-card-two h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
  }
}

.video-card-two p {
  margin: 0;
  padding-left: 70px;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  color: #9e9e9e;
}

@media (max-width: 1199px) {
  .video-card-two p {
    padding-left: 0;
  }
}

.video-card-two__box {
  display: inline-block;
  position: relative;
}

@media (max-width: 991px) {
  .video-card-two__box {
    width: 251px;
    height: 251px;
    margin-left: auto;
    display: block;
    margin-right: auto;
  }
}

.video-card-two__box > img {
  border-radius: 50%;
}

@media (max-width: 1199px) {
  .video-card-two__box > img {
    max-width: 100%;
  }
}

.video-card-two__box-btn {
  width: 56px;
  height: 56px;
  background-color: var(--thm-base);
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 12px;
  justify-content: center;
  transition: 500ms ease;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(50%);
}

.video-card-two__box-btn:hover {
  color: #fff;
  background-color: var(--thm-primary);
}

@media (max-width: 575px) {
  .video-card-two__box-btn {
    top: 50%;
    right: auto;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}

.team-3-col {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}

@media (min-width: 576px) {
  .team-3-col {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .team-3-col {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.team-4-col {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}

@media (min-width: 576px) {
  .team-4-col {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1200px) {
  .team-4-col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.team-card {
  position: relative;
}

.team-card:hover .team-card__social {
  opacity: 1;
  visibility: visible;
}

.team-card__image {
  border-top-left-radius: 185px;
  border-top-right-radius: 185px;
  overflow: hidden;
}

.team-card__image > img {
  width: 100%;
}

.team-card__social {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 500ms ease;
}

.team-card__social a {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: var(--thm-secondary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  transition: 500ms ease;
}

.team-card__social a + a {
  margin-left: 10px;
}

.team-card__social a:hover {
  background-color: #fff;
  color: var(--thm-secondary);
}

.team-card__social a:nth-child(2) {
  transform: translateY(-50%);
  background-color: var(--thm-special);
  color: #fff;
}

.team-card__social a:nth-child(2):hover {
  color: var(--thm-special);
  background-color: #fff;
}

.team-card__social a:nth-child(3) {
  transform: translateY(-50%);
  background-color: var(--thm-base);
  color: #fff;
}

.team-card__social a:nth-child(3):hover {
  color: var(--thm-base);
  background-color: #fff;
}

.team-card__social a:nth-child(4) {
  background-color: var(--thm-primary);
  color: #fff;
}

.team-card__social a:nth-child(4):hover {
  color: var(--thm-primary);
  background-color: #fff;
}

.team-card__content {
  background-color: var(--thm-secondary);
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: -50px;
  position: relative;
  z-index: 10;
  border-radius: 4px;
}

.team-card__content h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
}

.team-card__content p {
  margin: 0;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.content-bg-1 .team-card__content {
  background-color: var(--thm-secondary);
}

.content-bg-2 .team-card__content {
  background-color: var(--thm-base);
}

.content-bg-3 .team-card__content {
  background-color: var(--thm-primary);
}

.content-bg-4 .team-card__content {
  background-color: var(--thm-special);
}

.content-bg-5 .team-card__content {
  background-color: #4bb2ed;
}

.content-bg-6 .team-card__content {
  background-color: #c94bed;
}

.team-4-col .team-card__content {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -20px;
}

.team-about {
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 991px)
{
  .team-about-page
  {
    padding: 80px 0 50px;  
  }
}

@media (max-width: 425px)
{
  .team-about-page
  {
    padding: 60px 0 30px;  
  }
}

.team-about__top {
  margin-bottom: 50px;
}

.team-about__top .block-title {
  margin-bottom: 0;
}

.team-about__top-text {
  margin: 0;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  margin-top: 25px;
}

@media (min-width: 992px) {
  .team-about__top-text {
    padding-right: 40px;
    margin-top: 0;
  }
}

.blog-home
{
  padding-top: 60px;
  padding-bottom: 60px;
}

.blog-home__two
{
  padding-top: 140px;
  padding-bottom: 60px;
}

@media (max-width: 991px)
{
  .blog-home
  {
    padding-top: 80px;
    padding-bottom: 40px ;
  }
}

@media (max-width: 425px)
{
  .blog-home
  {
    padding-top: 30px;
    padding-bottom: 30px ;
  }
}

.block-title .blog-title__h2
{
  margin-bottom:  50px;
}

@media (max-width: 991px)
{
  .block-title .blog-title__h2
  {
    margin-bottom: 30px;
  }
}

@media (max-width: 425px)
{
  .block-title .blog-title__h2
  {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px)
{
  .blog-page
  {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

@media (max-width: 425px)
{
  .blog-page
  {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}

.blog-card {
  /* margin-bottom: 40px; */
  margin-bottom: 0;
}

.blog-card__image {
  position: relative;
  overflow: hidden;
  background-color: var(--thm-black);
  border-radius: 4px;
}

.blog-card__image img {
  width: 100%;
  border-radius: 4px;
  transform: scale(1);
  transition: opacity 500ms ease, transform 500ms ease;
  height: 170px;
  object-fit: cover;
}

.blog-card__image>span {
  background-color: var(--thm-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 4px;
  z-index: 10;
    padding: 12px 20px;
}

.blog-card:hover .blog-card__image > img {
  opacity: 1;
  transform: scale(1.1);
  transition: transform 0.7s;
}

.blog-card__content {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 14px 20px 14px;
  position: relative;
  margin-top: -30px;
  border-radius: 4px;
}

.blog-card__content h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--thm-black);
  margin-bottom: 10px;
  min-height: 45px;
}

@media (max-width: 1199px) {
  .blog-card__content h3 {
    font-size: 20px;
    line-height: 1.4;
  }
}

.blog-card__content h3 a {
  color: inherit;
  transition: all 500ms ease;
}

.blog-card__content h3 a:hover {
  color: #e0312c;
}

.blog-card__meta {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.blog-card__meta a {
  display: flex;
  align-items: center;
  color: var(--thm-color);
  transition: all 500ms ease;
  font-size: 13px;
  margin-right: 0px;
  line-height: 1;
}

.blog-card__meta a > i {
  color: #10943e;
  transition: all 500ms ease;
  margin-right: 5px;
}

.blog-card__meta a:hover {
  color: var(--thm-base);
}


.blog-card__meta a:not(:last-child):after
{
  background-color: #ccc;
    display: inline-block;
    content: "";
    width: 1px;
    height: 16px;
    vertical-align: middle;
    margin: 0 15px;
}

.blog-card__bottom {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-top: 10px;
}

.blog-card-bottom-readmore {
    display: block;
    margin-top: 0;
}

.readmore-card-link {
    position: relative;
    color: var(--thm-color);
    transition: all .5s ease;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    transition: all .5s ease;
    outline: none;
}

.readmore-card-link:hover{
    color: #e0312c;
}

.readmore-card-link>i {
    font-size: 16px;
    margin-right: 10px;
    color: #10943e;
}

.blog_comment a {
    color: var(--thm-color);
    font-size: 14px;
}

.blog_comment i {
    font-size: 16px;
    margin-right: 10px;
    color: var(--thm-base);
}

.blog_comment a:hover {
    color: var(--thm-base);
}
/*--------------------------------------------------------------
# Common
-------------------------------------   -------------------------*/
:root {
  --thm-font: "Inter", sans-serif;
  --heading-font: "Rajdhani", serif;
  --thm-color: #555c63;
  --thm-color-rgb: 121, 132, 144;
  --thm-base: #008fd5;
  --thm-base-rgb: 0, 143, 213;
  --thm-primary: #004aa1;
  --thm-primary-rgb: 0, 74, 161;
  --thm-secondary: #ed4b4b;
  --thm-secondary-rgb: 237, 75, 75;
  --thm-special: #5366c2;
  --thm-special-rgb: 83, 102, 194;
  --thm-black: #0c2139;
  --thm-black-rgb: 12, 33, 57;
  --thm-black2: #1d1c1c;
  --thm-black2-rgb: 29, 28, 28;
  --thm-text-dark: #ffffffa6;
  --thm-text-dark-rgb: 142, 150, 160;
  --thm-form-input: #eff2f6;;
}

body {
  /* font-family: "Poppins", sans-serif; */
  /* font-family: "Noto Serif Bengali", serif; */
  font-family: "Inter", sans-serif;
  color: #2b2b2b;
  font-size: 15px;
  line-height: 24px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}


a {
  text-decoration: none;
}

a:hover
a:focus {
  
  text-decoration: none;
  color: #bb2c2c!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family:"Rajdhani"; */
  /* font-family: "Poppins", sans-serif; */
  /* font-family: "Noto Serif Bengali", serif; */
  font-family: "Inter", sans-serif;
  color: var(--thm-black);
  /* font-weight: 700; */
  font-weight: 500;
}

@media (max-width: 575px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

@media (max-width: 575px) {
  p br {
    display: none;
  }
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.background-base {
  background-color: var(--thm-base);
}

.background-primary {
  background-color: var(--thm-primary);
}

.background-secondary {
  background-color: var(--thm-secondary);
}

.background-special {
  background-color: var(--thm-special);
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.thm-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--thm-base);
  color: #fff;
  text-align: center;
  font-size: 16px;
  border-radius: 4px;
  font-weight: 500;
  font-family: var(--thm-font);
  padding: 12px 22px;
  transition: 500ms;
  background-color: #0d213a;
  color: #fff;
}

.thm-btn:hover {
  color: #fff;
  background-color: #fff;
}

.block-text {
  color: #2b2b2b;
  font-size: 15px;
  line-height: 24px;
  text-align: justify;
  hyphens: auto;
}

.block-title {
  /* margin-bottom: 30px; */
  margin-bottom: 14px;
}

@media (max-width: 991px)
{
  .block-title
  {
    margin-bottom:15px;
  }
}

@media (max-width: 425px) {
  .block-title {
    margin-bottom: 20px;
  }
}

.block-title p {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  color: var(--thm-color);
  margin: 0;
  line-height: 1;
  position: relative;
  top: -10px;
}

.block-title p::after {
  content: '';
  width: 43px;
  height: 3px;
  background-color: #e0312c;
  border-radius: 4px;
  margin-left: 10px;
}

.block-title h2 {
  margin: 0;
  color: var(--thm-black);
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.4;
}

@media (min-width: 481px) {
  .block-title h2 {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  .block-title h2 {
    font-size: 32px;
    line-height: 1.2;
  }
}

@media (max-width: 575px) {
  .block-title h2 br {
    display: none;
  }
}

.ul-list-one {
  margin-bottom: 0;
}

.ul-list-one li {
  position: relative;
  padding-left: 45px;
  font-size: 18px;
  font-weight: 500;
  color: var(--thm-black);
}

@media (min-width: 481px) {
  .ul-list-one li {
    font-size: 20px;
  }
}

.ul-list-one li::before {
  content: "\e907";
  color: var(--thm-secondary);
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "azino-icon";
}

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 54px;
  height: 54px;
  background: linear-gradient(135deg, #0f9340 0%, #1b3367 100%);
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: none;
  border-radius: 50%;
  transition: all .4s ease;
}

@media (max-width: 767px)
{
  .scroll-to-top
  {
    right: 20px;
    bottom: 20px;
  }
}

.scroll-to-top i {
  color: #ffffff;
  font-size: 20px;
  line-height: 52px;
}

.scroll-to-top:hover {
  background-color: var(--thm-black);
}

.scroll-to-top:hover i {
  color: #fff;
}

/* post paginations */
.post-pagination {
  margin-bottom: 0;
  margin-top: 0px;
}

@media (min-width: 992px) {
  .post-pagination {
    margin-top: 0px;
  }
}

.post-pagination a {
  display: flex;
  width: 45px;
  height: 45px;
  background-color: #eff2f6;
  align-items: center;
  justify-content: center;
  color: var(--thm-color);
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
  transition: 500ms ease;
}

@media (min-width: 992px) {
  .post-pagination a {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}

.post-pagination a:hover {
  background-color: var(--thm-primary);
  color: #000;
}

.post-pagination li:first-child a {
  background-color: var(--thm-base);
  color: #fff;
}

.post-pagination li:last-child a {
  background-color: var(--thm-black);
  color: #fff;
}

.post-pagination li + li {
  margin-left: 10px;
}

/* custom animations */
@-webkit-keyframes shapeMover {
  0%,
  100% {
    -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

@keyframes shapeMover {
  0%,
  100% {
    -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-one .form-group {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  margin: 0;
}

@media (min-width: 576px) {
  .form-one .form-group {
    grid-template-columns: 1fr 1fr;
  }
}

.form-one .form-control {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
}

.form-one .form-control-full {
  grid-column-start: 1;
  grid-column-end: -1;
}

.form-one input[type=text],
.form-one input[type=email],
.form-one textarea {
  display: block;
  width: 100%;
  height: 73px;
  border-radius: 36.5px;
  background-color: #f1f1f1;
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 500;
  border: none;
  outline: none;
  padding-left: 30px;
}

.form-one textarea {
  border-radius: 30px;
  height: 195px;
  padding-top: 20px;
}

.form-one .thm-btn {
  padding: 24.5px 57.5px;
}

.form-one .thm-btn:hover {
  background-color: var(--thm-primary);
  color: #fff;
}

/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/
.main-menu .container-fluid {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-menu,
.stricky-header {
  /* after third level no menu */
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list ul {
    display: flex;
  }
}
.main-menu .main-menu__list >li
{
  padding-top: 14px;
  padding-bottom: 14px;
}
.main-menu .main-menu__list,
.stricky-header .main-menu__list {
  margin-left: auto;
  border-right: 1px solid #e6eaef;
  padding-right: 0;
  margin-right: 16px;
}
/*
.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
  padding-top: 14px;
  padding-bottom: 14px;
}*/

.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
  margin-left: 20px;
}

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  font-family: var(--thm-font);
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #fff;
  transition: 500ms;
  position: relative;
}

.main-menu .main-menu__list > li > a::before,
.stricky-header .main-menu__list > li > a::before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  background-color: #e0312c;
  transform: scale(0, 1);
  transform-origin: left center;
  transition: transform 500ms ease;
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a {
  color: #e0312c;
  text-shadow: 0px 0 0 currentColor;
}

.main-menu .main-menu__list > li.current > a::before,
.main-menu .main-menu__list > li:hover > a::before,
.stricky-header .main-menu__list > li.current > a::before,
.stricky-header .main-menu__list > li:hover > a::before {
  transform-origin: right center;
  transform: scale(1, 1);
}

.main-menu .main-menu__list li.search-btn,
.stricky-header .main-menu__list li.search-btn {
  margin-left: 30px;
  margin-right: 30px;
}

.main-menu .main-menu__list li.search-btn a::before,
.stricky-header .main-menu__list li.search-btn a::before {
  display: none;
}

.main-menu .main-menu__list li.search-btn i,
.stricky-header .main-menu__list li.search-btn i {
  font-size: 20px;
}

.main-menu .main-menu__list li.cart-btn a,
.stricky-header .main-menu__list li.cart-btn a {
  position: relative;
}

.main-menu .main-menu__list li.cart-btn span,
.stricky-header .main-menu__list li.cart-btn span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-family: var(--thm-font);
  background-color: var(--thm-primary);
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%) translateX(50%);
  transition: background-color 500ms, color 500ms;
}

.main-menu .main-menu__list li.cart-btn:hover span,
.stricky-header .main-menu__list li.cart-btn:hover span {
  background-color: #fff;
  color: var(--thm-black);
}

.main-menu .main-menu__list li.cart-btn i,
.stricky-header .main-menu__list li.cart-btn i {
  font-size: 23px;
}

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transition: 500ms ease;
  z-index: 999;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .main-menu__list li:hover > ul,
.stricky-header .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list li ul li + li,
.stricky-header .main-menu__list li ul li + li {
  border-top: 1px solid RGBA(var(--thm-black), 0.1);
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: var(--thm-black);
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: 500ms;
  white-space: nowrap;
}

.main-menu .main-menu__list li ul li:last-child > a,
.stricky-header .main-menu__list li ul li:last-child > a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.main-menu .main-menu__list li ul li:hover > a,
.stricky-header .main-menu__list li ul li:hover > a {
  background-color: #0c2139;
  opacity: 1;
  color: #fff !important;
}

.main-menu .main-menu__list li ul li > ul,
.stricky-header .main-menu__list li ul li > ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li > ul.right-align,
.stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu .main-menu__list li ul li > ul ul,
.stricky-header .main-menu__list li ul li > ul ul {
  display: none;
}

.main-header__info-phone {
  display: flex;
  align-items: flex-start;
}

.main-header__info-phone > i {
  font-size: 24px;
  color: #dc3545;
  background: #fff;
  padding: 6px;
  border-radius: 40px;
}

.main-header__info-phone-content {
  margin-left: 4px;
}

.main-header__info-phone-content span {
  display: block;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

.main-header__info-phone-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  line-height: 1;
  color: #fff;
}

.main-header__info-phone-content h3 a {
  color: inherit;
  transition: all 500ms ease;
}

.main-header__info-phone-content h3 a:hover {
  color: var(--thm-base);
}

.main-menu .mobile-nav__toggler {
  font-size: 20px;
  color: var(--thm-black);
  cursor: pointer;
  transition: 500ms;
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--thm-primary);
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  transform: translateY(-110%);
  transition: transform 500ms ease;
  box-shadow: 0px 10px 20px -12px rgb(0 0 0 / 20%);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none;
  }
}

.stricky-header .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.stricky-header.stricky-fixed {
  transform: translateY(0);
}

.topbar {
  background-color: #eff2f6;
}

@media (max-width: 991px) {
  .topbar {
    display: block;
  }
}

.topbar .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.topbar__left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.topbar__left > a {
  font-size: 14px;
  font-weight: 400;
  color: var(--thm-color);
  transition: all 500ms ease;
  display: flex;
  align-items: center;
}

.topbar__left > a:hover {
  color: var(--thm-base);
}

.topbar__left > a:not(:last-of-type)::after {
  content: '/';
  margin-left: 10px;
  margin-right: 10px;
}

.topbar__social {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 30px;
}

.topbar__social a {
  color: var(--thm-black);
  font-size: 14px;
  transition: all 0.5s ease;
  display: flex;
  line-height: 42px;
}

.topbar__social a:hover {
  color: var(--thm-primary);
}

.topbar__social a + a {
  margin-left: 24px;
}

.topbar__right {
  display: flex;
  align-items: center;
}

.topbar__right > a {
  color: var(--thm-color);
  font-size: 14px;
  transition: all 500ms ease;
  display: flex;
  align-items: center;
  font-weight: 400;
}

.topbar__right > a + a {
  margin-left: 30px;
}

.topbar__right > a > i {
  font-size: 14px;
  color: var(--thm-base);
  transition: all 500ms ease;
  margin-right: 10px;
}

.topbar__right > a:hover {
  color: var(--thm-base);
}

.main-menu__two {
  background-color: #0c2139;
}

.main-menu__two .main-menu__list {
  border-right: 1px solid #e6eaef;
}

.main-menu__two .main-menu__list > li > a {
  color: #b0c2d7;
}

.main-menu__two .main-menu__list > li.current > a, .main-menu__two .main-menu__list > li:hover > a {
  color: #fff;
}

.main-menu__two .main-header__info-phone-content span {
  color: var(--thm-text-dark);
}

.main-menu__two .main-header__info-phone-content h3 {
  color: #fff;
}

.main-menu__two .mobile-nav__toggler {
  color: var(--thm-text-dark);
}

.main-menu .logo-box {
  display: flex;
  align-items: center;
}

@media (max-width: 425px) {
  .main-menu .logo-box {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 1199px) {
  .main-menu .logo-box .mobile-nav__toggler {
    margin-left: 20px;
  }
}

@media (max-width: 1199px) {
  .main-menu .main-header__info {
    margin-left: auto;
  }
}

@media (max-width: 425px) {
  .main-menu .main-header__info {
    display: none;
  }
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

@keyframes shapeMover {
  0%,
  100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

@keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: transform 0.5s ease 0.5s, opacity 0.5s ease 0.5s, visibility 0.5s ease 0.5s;
  z-index: 999;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: transform 0.5s ease 0.5s, opacity 0.5s ease 0.5s, visibility 0.5s ease 0.5s;
}


.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--thm-black);
  opacity: 0.8;
  cursor: pointer;
}

.mobile-nav__content {
  max-width: 425px;
  width: 100%;
  background-color: #0c2139fa;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  visibility: hidden;
  opacity: 0;
  transform: translateX(50%);
  transition:transform 0.5s ease, visibility 0.5s ease, opacity 0.5s ease;

}
.mobile-nav__wrapper.expanded .mobile-nav__content
{  
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition:  transform 0.9s ease 0.9s, visibility 0.9s ease 0.5s,opacity 0.9s ease 0.9s;
}
.mobile-nav__content .thm-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}

.mobile-nav__content .logo-box {
  margin-bottom: 30px;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 50px;
  right: 15px;
  font-size: 30px;
  color: #fff;
  font-weight: 100;
  cursor: pointer;
}
.mobile-nav__close:after, .mobile-nav__close:before{
  content: '';
  position: absolute;
  width: 25px;
  height: 2px;
  top: 0;
  right: 3px;
  background-color: #fff;
  transform: rotate(45deg);
}
.mobile-nav__close:after
{
  transform: rotate(-45deg);
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list ul li a {
  padding-left: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #fff;
  font-size: 15px;
  font-family: var(--thm-font);
  font-weight: 400;
  height: 46px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--thm-base);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: none;
  outline: none;
  color: #e0312c;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--thm-black);
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__language {
  display: flex;
  align-items: center;
}

.mobile-nav__language img {
  border-radius: 50%;
  margin-right: 10px;
}

.mobile-nav__language .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 70px;
}

.mobile-nav__language .bootstrap-select > .dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none;
  color: #fff;
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 18px;
  color: #fff;
  transition: 500ms;
  margin-right: 15px;
}

.mobile-nav__social a + a {
  margin-left: 10px;
}

.mobile-nav__social a:hover {
  color: var(--thm-primary);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}

.mobile-nav__contact li + li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--thm-primary);
}

.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  color: #e0312c;
}

.mobile-nav__container .logo-box {
  display: none;
}

.mobile-nav__container .main-header__info {
  display: none;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 991;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-110%);
  transition: transform 500ms ease, opacity 500ms ease;
}

.search-popup.active {
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--thm-black);
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
}

.search-popup__content .thm-btn:hover {
  background-color: var(--thm-black);
  color: #fff;
}

.search-popup__content .thm-btn i {
  margin: 0;
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
  overflow: hidden;
  position: relative;
}

.main-slider .swiper-slide {
  position: relative;
  background-color: var(--thm-black);
}

.main-slider .swiper-slide .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1);
  background-position: center;
  /* transition: transform 7000ms ease; */
  height: 85vh;
}

.main-slider .swiper-slide .container {
  /* padding-top: 150px;
  padding-bottom: 274px; */
  padding-top: 140px;
  padding-bottom: 160px;
}

@media (max-width: 991px) {
  .main-slider .swiper-slide .container {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

@media (max-width: 425px) {
  .main-slider .swiper-slide .container {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

.main-slider .swiper-slide p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color:#c9d8ea;
  opacity: 0;
  transform: translateY(-120px);
  transition-delay: 0;
  transition: transform 2000ms ease, opacity 2000ms ease;
}

@media (max-width: 375px) {
  .main-slider .swiper-slide p {
    font-size: 18px;
  }
}

.main-slider .swiper-slide h2 {
  margin: 0;
  color: #fff;
  font-size: 54px;
  margin-top: 60px;
  /* margin-bottom: 40px; */
  line-height: 66px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  transform: translateY(90px);
  transition-delay: 1000ms;
  transition: transform 2000ms ease, opacity 2000ms ease;
}

@media (max-width: 1199px) {
  .main-slider .swiper-slide h2 {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  .main-slider .swiper-slide h2 {
    font-size: 60px;
  }
}

@media (max-width: 425px) {
  .main-slider .swiper-slide h2 {
    font-size: 50px;
  }
}

@media (max-width: 375px) {
  .main-slider .swiper-slide h2 {
    font-size: 40px;
    line-height: 1.3;
  }
}

.main-slider .swiper-slide .thm-btn {
  opacity: 0;
  transform: translateY(100px);
  transition-delay: 2500ms;
  transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
 background 500ms ease;
}

.main-slider .swiper-slide-active .image-layer {
  transform: scale(1.15);
}

.main-slider .swiper-slide-active .thm-btn,
.main-slider .swiper-slide-active h2,
.main-slider .swiper-slide-active p {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) translateX(0);
}

.main-slider__nav {
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  /* top: 45%; */
  top: 85%;
  gap: 10px;
  left: 50%;
  z-index: 100;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  /* align-items: flex-end;
  flex-direction: column; */
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}

@media (max-width: 425px) {
  .main-slider__nav {
    display: none;
  }
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  margin: 0;
  transition: all 500ms ease;
}

@media (max-width: 991px) {
  .main-slider__nav .swiper-button-next,
  .main-slider__nav .swiper-button-prev {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
  opacity: 1;
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
  display: none;
}

.main-slider__nav .swiper-button-prev {
  /* margin-bottom: 20px; */
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .main-slider__nav .swiper-button-prev {
    margin-top: 10px;
  }
}

.main-slider__two .swiper-slide .container {
  padding-top: 150px;
  padding-bottom: 270px;
}

@media (max-width: 991px) {
  .main-slider__two .swiper-slide .container {
    padding-top: 140px;
    padding-bottom: 170px;
  }
}

.main-slider__two .swiper-slide h2 {
  font-size: 80px;
  max-width: 705px;
}

@media (max-width: 991px) {
  .main-slider__two .swiper-slide h2 {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  .main-slider__two .swiper-slide h2 {
    font-size: 55px;
  }
}

@media (max-width: 480px) {
  .main-slider__two .swiper-slide h2 {
    font-size: 45px;
  }
}

@media (max-width: 375px) {
  .main-slider__two .swiper-slide h2 {
    font-size: 38px;
    line-height: 1.3;
  }
}

.main-slider__two .swiper-slide p {
  color: #fff;
  border-bottom: 3px solid var(--thm-base);
  display: inline-flex;
  line-height: 1;
  padding-bottom: 5px;
}

.main-slider__two .swiper-slide .button-wrap {
  display: flex;
}

@media (max-width: 375px) {
  .main-slider__two .swiper-slide .button-wrap {
    flex-wrap: wrap;
  }
}

.main-slider__two .swiper-slide .button-wrap .thm-btn:nth-of-type(2) {
  background-color: var(--thm-primary);
  margin-left: 10px;
}

@media (max-width: 375px) {
  .main-slider__two .swiper-slide .button-wrap .thm-btn:nth-of-type(2) {
    margin-left: 0;
    margin-top: 10px;
  }
}

.main-slider__two .swiper-slide .button-wrap .thm-btn:nth-of-type(2):hover {
  background-color: #fff;
  color: var(--thm-black);
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  background-color: var(--thm-black);
  position: relative;
}

.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header .container {
  position: relative;
  z-index: 10;
  padding-top: 130px;
  padding-bottom: 30px;
}

@media (max-width: 480px) {
  .page-header .container {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

.page-header .container h2 {
  margin: 0;
  line-height: 1;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-top: 5px;
  letter-spacing: .5px;
}

@media (max-width: 480px) {
  .page-header .container h2 {
    font-size: 30px;
  }
}

.thm-breadcrumb {
    font-weight: 400;
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    display: inline-block;
    margin-bottom: 20px;
    background: rgba(255,255,255,.09);
    padding: 11px 21px 11px 11px;
    border-radius: 4px;
    text-transform: capitalize;
}

.thm-breadcrumb li {
  line-height: 1;
  display: inline-block;
  align-items: center;
}

.thm-breadcrumb li:not(:last-of-type) {
  margin-right: 6px;
}

.thm-breadcrumb li:first-child
{
  margin-left: 10px;
}
.thm-breadcrumb li a {

  padding-bottom: 3px;
  color: inherit;
}

.thm-breadcrumb li a:hover {

  color: #fff;
}

.thm-breadcrumb span a {
    margin: 0 10px;
}


/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map__home-two {
  width: 100%;
}

.google-map__home-two iframe {
  display: block;
  border: none;
  outline: none;
  width: 100%;
  height: 550px;
}

/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/
.client-carousel__has-border-top {
  border-top: 1px solid #e6eaef;
}

.client-carousel__has-top-shadow {
  box-shadow: 0px -1px 0px 0px RGBA(227, 227, 227, 0.004);
}

.client-carousel .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-carousel img {
  transition: 500ms;
  opacity: 0.3;
  max-width: 100%;
}

.client-carousel img:hover {
  opacity: .8;
}

@media (max-width: 991px)
{
  .client-carousel
  {
    padding: 60px 0px;
  }
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/

@media (max-width: 991px)
{
  .blog-details
  {
    padding: 80px 0; 
  }
}

@media (max-width: 425px)
{
  .blog-details
  {
    padding: 60px 0; 
  }
}

.blog-details .blog-card__image {
  margin-bottom: 20px;
}

.blog-details__content {
  margin-top: 10px;
}

.blog-details__content h3 {
  margin: 0;
  font-size: 34px;
  font-weight: 700;
  color: var(--thm-black);
  margin-bottom: 25px;
}

.blog-details__content p {
  margin: 0;
  margin-bottom: 20px;
  line-height: 1.66;
}

.blog-details__quote{
    background-color: #eff2f6;
    font-size: 18px;
    color: #0c2139;
    padding: 35px 25px;
    margin: 25px 0;
    border-radius: 0 4px 4px 0;
    position: relative;
    line-height: 34px;
    font-style: italic;
    border-left: 4px solid #004aa1;
}

.blog-details__quote cite
{
  font-size: 16px;
  font-weight: 700;
}

.blog-card__image-box .blog-card__image
{
  width: 380px;
  height: 220px;
}

@media (max-width: 1199px)
{
  .blog-card__image-box .blog-card__image
  {
    height: auto;
  }

}

.blog-details__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #e6eaef;
  margin-top: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.blog-details__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.blog-details__tags span {
    color: var(--thm-black);
    font-weight: 500;
    font-size: 18px;
}

@media (max-width: 480px) {
  .blog-details__tags {
    margin-bottom: 15px;
  }
}

.blog-details__tags span {
  color: var(--thm-black);
  font-weight: 500;
  font-size: 18px;
}

.blog-details__tags a {
  font-size: 14px;
  color: #fff;
  margin-right: 8px;
  transition: all .5s ease;
  background: var(--thm-base);
  padding: 8px 14px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 4px;
  text-transform: capitalize;
  font-weight: 400;
}

.blog-details__tags a:hover {
  background-color: var(--thm-primary);
  color: #000;
}

.blog-details__author {
  margin-bottom: 60px;
  display: flex;
  padding: 60px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
  .blog-details__author {
    padding: 30px;
    flex-direction: column;
  }
}

.blog-details__author > img {
  flex-shrink: 0;
  margin-right: 40px;
  border-radius: 4px;
}

@media (max-width: 1199px) {
  .blog-details__author > img {
    margin-right: 0px;
    margin-bottom: 30px;
    width: 170px;
  }
}

.blog-details__author h3 {
  margin: 0;
  font-size: 20px;
  color: var(--thm-black);
  line-height: 1;
  font-weight: 400;
  margin-bottom: 35px;
}

@media (max-width: 1199px) {
  .blog-details__author h3 {
    margin-bottom: 20px;
  }
}

.blog-details__author p {
  margin: 0;
  color: var(--thm-color);
}

.blog-details__box-title {
  margin: 0;
  font-size: 30px;
  color: var(--thm-black);
  margin-bottom: 20px;
}

.blog-comment__box {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #e6eaef;
  margin-bottom: 60px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .blog-comment__box {
    flex-direction: column;
  }
}

.blog-comment__box > img {
  flex-shrink: 0;
  margin-right: 40px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .blog-comment__box > img {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.blog-comment__box p {
  margin: 0;
}

.blog-comment__box-top {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}

@media (max-width: 375px) {
  .blog-comment__box-top {
    flex-direction: column;
  }
}

.blog-comment__box-top h3 {
  margin: 0;
  line-height: 1;
  color: var(--thm-black);
  font-size: 20px;
  font-weight: 400;
}

.blog-comment__box-top span {
  font-size: 14px;
  font-weight: 500;
  color: var(--thm-primary);
  margin-left: 10px;
}

@media (max-width: 375px) {
  .blog-comment__box-top span {
    margin-left: 0;
    margin-top: 5px;
  }
}

.blog-comment__box-top .thm-btn {
  padding: 7.5px 19.5px;
  margin-left: auto;
}

@media (max-width: 375px) {
  .blog-comment__box-top .thm-btn {
    margin-left: 0;
    margin-top: 10px;
  }
}

.blog-comment__box-top .thm-btn:hover {
  background-color: var(--thm-black);
  color: #fff;
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 50px;
  }
}

.blog-sidebar:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    bottom: -10px;
    z-index: -1;
    width: 5000px;
    left: 18px;
    background-color: #eff2f6;
    margin-top: -90px;
    margin-bottom: -90px;
}

@media(max-width: 991px)
{
  .blog-sidebar:before
  {
    display: none;
  }
}

@media (max-width: 991px)
{
  .blog-sidebar__details
  {
    margin-top: 20px;
  }
}

@media (max-width: 425px)
{
  .blog-sidebar__details
  {
    margin-top: 10px;
  }
}

.blog-sidebar__box {
  margin-bottom: 30px;
  padding-left: 35px;
  padding-bottom: 10px
}

.blog-sidebar__box:last-child
{
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 991px)
{
  .blog-sidebar__box
  {
    padding-left: 0;
  }
}

.blog-sidebar__box-title {
  font-size: 20px;
  color: var(--thm-black);
  margin: 0;
  font-weight: 500;
  line-height: 1;
}

.blog-sidebar__search {
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
}

@media(max-width: 991px)
{
  .blog-sidebar__search
  {
    padding-left: 0;
  }
}

.search-field
{
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  color: var(--thm-color);
  height: 56px;
  padding-left: 20px;
  margin-bottom: 0;
  border: 1px solid #dce4ed;
}
.search-submit
{
  padding: 0;
  width: 60px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  outline: none !important;
  border: none;
  background-color: var(--thm-base);
  color: #fff;
}

.search-form {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.blog-sidebar__categories ul li
{
  text-align: right;
  margin-bottom: 10px;
  display: block;
  line-height: 1.4;
  color: var(--thm-black2);
}

.blog-sidebar__categories ul
{
  margin-bottom: 0;
}

.blog-sidebar__categories ul li a
{
  float: left;
  color: var(--thm-black2);
  transition: all 0.5s ease;
}

.blog-sidebar__categories ul li a:hover
{
  color: var(--thm-base);
}

.blog-sidebar__categories ul li i
{
  font-size: 14px;
}

.blog-sidebar__categories ul li a span
{
  margin-left: 10px;
}

.blog-sidebar .footer-widget__post-list-content h3 {
  color: var(--thm-color);
}

@media (max-width: 1199px)
{
  .blog-sidebar .footer-widget__post-list-content h3
  {
    line-height: 18px;
    font-size: 18px;
  }
}

@media (max-width: 991px)
{
  .blog-sidebar .footer-widget__post-list-content h3
  {
    line-height: 26px;
    font-size: 20px;
  }
}

.blog-sidebar .footer-widget__post-list li + li {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top:20px;
}

@media(max-width: 991px)
{
  .blog-sidebar .footer-widget__post-list li + li
  {
    padding-top: 15px;
    margin-top: 15px;
  }
}

@media(max-width: 425px)
{
  .blog-sidebar .footer-widget__post-list li + li
  {
    padding-top: 20px;
    margin-top: 20px;
  }
}

.blog-sidebar .footer-widget__post-list li h3 a
{
  color: var(--thm-black2);
}

.blog-sidebar .service-sidebar__category-list {
  margin-top: -10px;
}

.blog-sidebar__post {
    margin-bottom: 40px;
}

.blog-sidebar__tags-list {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.blog-sidebar__tags-list li {
  margin-right: 10px;
}

.blog-sidebar__tags-list li a {
  font-size: 14px !important;
  color: var(--thm-black2);
  transition: all .5s ease;
  background: #fff;
  padding: 8px 14px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 4px;
  border: 1px solid #dce4ed;
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}

.blog-sidebar__tags-list li a:hover {
  background: var(--thm-primary);
  border: 1px solid var(--thm-primary);
  color: #000;
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}

.blog-sidebar__call .service-sidebar__call
{
  margin: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  background-color: #0c2139;
  background-image: url(../new-images/footer-bg.jpeg);
  background-position: top left;
  background-size: cover;
  z-index: 0;
  padding-top: 60px;
  padding-bottom: 20px;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.94); /* Adjust opacity as needed */
  z-index: -1;
}

@media (max-width: 991px)
{
  .site-footer{
    padding: 60px 0px;
  }
}

@media (max-width: 425px)
{
  .site-footer{
    padding: 40px 0px 35px;
  }
}

.footer-widget {
  margin-bottom: 20px;
}

.footer-widget__title {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.footer-widget__about p {
  color: #b0c2d7;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
  margin-top: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.footer-widget__about-phone {
  display: flex;
  align-items: flex-start;
}

.footer-widget__about-phone > i {
  font-size: 38px;
  color: var(--thm-base);
}

.footer-widget__about-phone-content {
  margin-left: 20px;
}

.footer-widget__about-phone-content span {
  display: block;
  color: #b0c2d7;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
}

.footer-widget__about-phone-content h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  line-height: 1;
  color: #fff;
}

.footer-widget__about-phone-content h3 a {
  color: inherit;
  transition: all 500ms ease;
}

.footer-widget__about-phone-content h3 a:hover {
  color: var(--thm-base);
}

@media (min-width: 1200px) {
  .footer-widget__link {
    margin-left: 0px;
  }
}

.footer-widget__link-list {
  margin-top: 15px;
  margin-bottom: 0;
}

.footer-widget__link-list li a {
  display: block;
  line-height: 26px;
  color: #e7e7e7;
  font-size: 14px;
  transition: all 500ms ease;
}

.footer-widget__link-list li a:hover
{
  color: #fff;
}

.footer-widget__link-list li a i
{
  color: #b0c2d7;
  margin-right: 10px;
  font-weight: 400;
  font-size: 15px;
}

.footer-widget__contact {
  background-color: #09192c;
  padding: 30px;
  padding-bottom: 25px;
}

@media (min-width: 1200px) {
  .footer-widget__contact {
    margin-left: 30px;
  }
}

.footer-widget__contact h3 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight:700;
  margin: 0;
  line-height: 1;
  margin-bottom: 20px;
}

.footer-widget__contact-list {
  margin: 0;
}

.footer-widget__contact-list li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 10px;
  margin-top: 10px;
}

.footer-widget__contact-list li a {
  display: block;
  position: relative;
  color: #b0c2d7;
  font-size: 16px;
  line-height: 24px;
  padding-left: 25px;
  transition: all 500ms ease;
}

.footer-widget__contact-list li a:hover {
  color: #fff;
}

.footer-widget__contact-list li a:hover > i {
  color: #fff;
}

.footer-widget__contact-list li a > i {
  position: absolute;
  top: 6px;
  font-size: 14px;
  color: var(--thm-base);
  left: 0;
  transition: all 500ms ease;
}

@media (min-width: 1200px) {
  .footer-widget__post {
    margin-left: 0px;
  }
}

.footer-widget__post-list {
  margin-bottom: 0;
  margin-top: 30px;
}

.footer-widget__post-list li {
  display: flex;
  align-items: flex-start;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  min-height: 145px;
}

.footer-widget__post-list hr
{
    background-color: #b0c2d7;
    height: 0.1px;
    margin-top: 30px;
}

.footer-widget__post-list li + li {
  border-top: 1px solid #ffffff1a;
  padding-top: 25px;
  margin-top: 25px;
}

.footer-widget__post-list li > img {
  flex-shrink: 0;
  max-width: 55px;
}

.footer-widget__post-list-content {
  margin-left: 20px;
}


.footer-widget__post-list-content span {
  font-size: 12px;
  color: #0c2139;
  line-height: 18px;
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
}

@media(max-width: 991px)
{
  .footer-widget__post-list-content span
  { 
    margin-top: 10px;
  }
}

@media(max-width: 425px)
{
  .footer-widget__post-list-content span
  { 
    margin-top: 0;
  }
}

.footer-widget__post-list-content h3 {
  font-size: 18px;
  line-height: 24px;
  color: #2b2b2b;
  margin-bottom: 0;
}

.footer-widget__post-list-content h3 a {
  color: #2b2b2b;
  transition: all 0.5s ease;
}

.footer-widget__post-list-content h3 a:hover {
  color: var(--thm-base);
}

.bottom-footer {
  background-color: #09192c;
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
}
hr {
  display: none;
}
 img {
  max-width:100%;
  height:auto;
  object-fit:cover;
}
.service-details__content img {
  height:auto!important;
}

.bottom-footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 991px)
{
  .bottom-footer
  {
    padding: 6px 0px;
  }
}

@media (max-width: 667px) {
  .bottom-footer .container {
    flex-direction: column;
    justify-content: center;
  }
}

.bottom-footer p {
  font-size: 14px;
  color: var(--thm-text-dark);
  margin: 0;
}

@media (max-width: 667px) {
  .bottom-footer p {
    margin-bottom: 0px;
    font-size: 12px;
  }
}

.bottom-footer__social {
  display: flex;
  flex-wrap: wrap;
}

.bottom-footer__social a {
  display: flex;
  justify-content: center;
  border-radius: 50%;
  align-items: center;
  width: 41px;
  height: 41px;
  background-color: #ffffff2b;
  color: #fff;
  font-size: 12px;
  transition: all 500ms ease;
}

.bottom-footer__social a:hover {
  background-color: var(--thm-base);
  color: #000;
}

.bottom-footer__social a + a {
  margin-left: 10px;
}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
.faq-one {
  /* background-color: #0c2139; */
  position: relative;
  padding: 30px 0;
  padding-top: 4px;
  padding-bottom: 0;
}

@media (max-width: 991px)
{
   .faq-one {
    padding-top: 0;
    padding-bottom: 50px;
  }
}

.faq-one__box .main-header__info-phone > i
{
  font-size: 38px;
  color: #fff;
}

.faq-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.02;
  background-size: cover;
}

.faq-one__content {
  padding-right: 41px;
}

.faq-one__content p
{
  color: #b0c2d7;
  margin-top: 35px;
}

@media (max-width: 425px)
{
  .faq-one__content p
  {
    margin-top: 20px;
  }
}

@media (max-width: 1199px) {
  .faq-one__content {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .faq-one__content {
    margin-bottom: 40px;
  }
}

.faq-one .block-title {
  max-width: 520px;
}

.faq-one .block-title p {
  color: var(--thm-text-dark);
}

.faq-one .block-title h2 {
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
}

.faq-one #accordion li {
  border-radius: 4px;
}

.faq-one #accordion li + li {
  margin-top: 20px;
}

.faq-one ul
{
  /* margin-top: 25px; */
  margin-top: 0;
}

.faq-one #accordion .para-title {
  position: relative;
  color: var(--thm-black);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  cursor: pointer;
  margin-bottom: 0;
  padding: 25px 40px;
  background-color: #fff;
  border-radius: 4px;
}

@media (max-width: 480px) {
  .faq-one #accordion .para-title {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.faq-one #accordion .para-title span {
  display: block;
  transition: all 500ms ease;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 440px)
{
  .faq-one #accordion .para-title span
  {
    max-width: 95%;
  }
}
.faq-one #accordion .para-title.active {
  color: var(--thm-base);
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.faq-one #accordion .para-title.active i {
  color: var(--thm-base);
}

.faq-one #accordion .para-title i {
  font-size: 16px;
  color: var(--thm-black);
  transition: all 500ms ease;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}

@media (max-width: 480px) {
  .faq-one #accordion .para-title i {
    right: 20px;
  }
}

.faq-one #accordion .collapse {
  transition: all 500ms ease;
}

.faq-one #accordion p {
  transition: all 500ms ease;
  background-color: #fff;
  margin: 0;
  padding: 0 40px;
  padding-bottom: 30px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media (max-width: 480px) {
  .faq-one #accordion p {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.faq-one__faq-page {
  background-color: #fff;
  padding-top: 0;
}

@media (max-width: 991px)
{
  .faq-one__faq-page
  {
    padding-top:60px;
    padding-bottom: 80px;
  }

}

@media (max-width: 425px)
{
  .faq-one__faq-page
  {
    padding-top:40px;
    padding-bottom: 60px;
  }

}

.faq-one__faq-page #accordion li {
  background-color: #eff2f6;
  border-radius: 4px;
  transition: all 500ms ease;
}

.faq-one__faq-page #accordion li.active {
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.faq-one__faq-page #accordion li .para-title {
  background-color: #eff2f6;
}

.faq-one__faq-page #accordion li .para-title.active {
  background-color: #fff;
}

.faq-one__faq-page #accordion li .collapse {
  background-color: #eff2f6;
}

.faq-one__box {
  background-color: var(--thm-primary);
  border-radius: 4px;
}

@media (max-width: 991px) {
  .faq-one__box {
    margin-top: 60px;
  }
}

.faq-one__box img {
  width: 100%;
}

.faq-one__box .main-header__info-phone {
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}

.faq-one__box .main-header__info-phone-content span {
  color: #f5f5f5;
  font-size: 12px;
}

.faq-one__box .main-header__info-phone-content h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-one {
  padding-top: 90px;
  padding-bottom: 50px;
  background-color: #eff2f6;
  background-image: url(../images/shapes/testimonials-map-1-1.png);
  background-position: top center;
  background-repeat: no-repeat;
}

.testimonials-one .block-title
{
  margin-bottom: 40px;
}

.testimonials-one__box {
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  background-color: #fff;
  transition: all .5s ease;
  margin-bottom: 0;
  position: relative;
  padding: 35px 50px;
  padding-bottom: 60px;
  border-left: 3px solid var(--thm-primary);
  transition: all .5s ease;
  margin-bottom: 40px;
}

.testimonials-one__box:after {
    position: absolute;
    content: '"';
    font-size: 110px;
    line-height: normal;
    bottom: -5px;
    right: 50px;
    color: #000;
    opacity: .2;
    font-weight: 400;
    font-style: italic;
}

.testimonials-one .swiper-slide{
  margin-bottom: 40px;
}

.testimonials-one__box p {
  position: relative ;
  font-style: italic;
}

@media (max-width: 991px)
{
  .testimonials-one
  {
    padding-top: 70px;
    margin-bottom: 70px;
  }
}

.testimonials-one__box p::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% - 4px);
  background-color: #fff;
  opacity: 0;
  transition: all 500ms ease;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: all 500ms ease;
}

.testimonials-one__box p span {
  position: relative;
}

.testimonials-one__box-main
{
  position: relative;
}

.testimonials-one__box-info {
  position: absolute;
  bottom: 0;
  left: 35px;
}
.testimonials-one__box-main .testimonials-one__box-info
{
  bottom: -35px;
}

.testimonials-one__box-main .testimonials-one__box
{
  padding: 35px 40px 60px 35px;
}


.testimonials-one__box-info > img {
  border-radius: 50%;
}

.testimonials-one__box h3 {
  margin: 0;
  font-size: 18px;
  color: #004aa4;
  line-height: 1;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 7px;
}

.testimonials-one__box .testi_sname {
    font-size: 14px;
    color: var(--thm-black);
    font-weight: 500;
}

.testimonials-one__box-info span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: block;
}

.testimonials-one__box:hover {
    border-left: 3px solid var(--thm-base);
    transition: all .5s ease;
}
.testimonials-one__swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  text-align: right;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .testimonials-one__swiper-pagination {
    text-align: center;
    margin-top: 30px;
  }
}

@media (max-width: 425px) {
  .testimonials-one__swiper-pagination {
    margin-top: 0px;
  }
}

.testimonials-one__swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #0c2139;
  border-radius: 50%;
  transition: transform 500ms ease;
  transform: scale(1);
  transform-origin: center center;
}

.testimonials-one__swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--thm-base);
  transform: scale(1.5);
  transform-origin: center center;
}

.testimonials-one__about-page
{
  padding-bottom: 0px;
}

@media (max-width: 991px)
{
  .testimonials-one__about-page
  {
    margin-bottom: 0;
    padding-top: 40px;
  }
}

.testimonials-one__about-page .swiper-slide
{
  margin-bottom: 10px;
}

@media (max-width: 767px)
{
  .testimonials-one__about-page .swiper-slide
  { 
    margin-bottom: 0;
  }
}
.testimonials-one__about-page .testimonials-one__swiper-pagination {
  text-align: right;
}

.testimonials-page
{
  background-color: #eff2f6;
}

@media (max-width: 991px)
{
  .testimonials-page
  {
    padding-top: 80px;
    padding-bottom:30px ;
  }
}

@media (max-width: 425px)
{
  .testimonials-page
  {
    padding-top: 60px;
    padding-bottom:10px ;
  }
}
/*--------------------------------------------------------------
# Why Choose
--------------------------------------------------------------*/
.why-choose {
  background-color: #fff;
  padding-bottom: 90px;
  margin-top:0px;
  position: relative;
}

@media (max-width: 991px) {
  .why-choose {
    padding-bottom: 60px;
  }
}

.why-choose__shape-1 {
  position: absolute;
  top: 60px;
  right: 300px;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-duration: 8s;
}

.why-choose__shape-2 {
  position: absolute;
  bottom: 0;
  right: 100px;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.why-choose .container {
  position: relative;
}

.why-choose__image {
  position: relative;
}

.why-choose__image > img {
  position: relative;
  border-radius: 4px;
}

@media (max-width: 1199px) {
  .why-choose__image > img {
    max-width: 100%;
  }
}

.why-choose__image > p {
  position: absolute;
  bottom: calc(100% + 20px);
  left: 0;
  margin: 0;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.why-choose__image > p > i {
  font-size: 60px;
  color: #fff;
  margin-right: 20px;
}

.why-choose__image::before {
  content: "";
  width: 10000px;
  height: calc(100% + 100px);
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--thm-primary);
  border-radius: 4px;
}

@media (max-width: 991px) {
  .why-choose__image::before {
    right: auto;
    left: -100%;
  }
}

.why-choose__content {
  padding-top:65px;
  margin-left: 35px;
}

@media (max-width: 1199px) {
  .why-choose__content {
    margin-left: 0;
  }
}

@media (max-width: 425px) {
  .why-choose__content {
    padding-top: 50px;
  }
}

.why-choose__content .block-title {
  margin-bottom: 20px;
}

.why-choose__content > p {
  margin-bottom: 40px;
  color: #555c63;
}

@media (max-width: 991px)
{
  .why-choose__content > p
  {
    margin-bottom: 30px;
  }
}

.why-choose__box {
  margin-bottom: 40px;
}

@media (max-width: 991px)
{
  .why-choose__box
  {
    margin-bottom: 30px;
  }
}

.why-choose__box h3 {
  font-size: 18px;
  font-family: "Inter";
  font-weight: 600;
  margin: 0;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 17px;
}

.why-choose__box h3 > i {
  color: var(--thm-primary);
  margin-right: 10px;
}

.why-choose__box p {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  color: #555c63;
}

.why-choose__progress + .why-choose__progress {
  margin-top: 20px;
}

.why-choose__progress-top {
  margin-bottom: 7px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.why-choose__progress-top h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.why-choose__progress-top span {
  font-size: 14px;
  color: var(--thm-color);
}

.why-choose__progress-bar {
  width: 100%;
  height: 4px;
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.why-choose__progress-bar > span {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px;
  height: 100%;
  background-color: var(--thm-base);
}

/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
.funfact-one {
  position: relative;
  padding: 60px 0;
  background-color: #1b3367;
}

@media (max-width: 991px) {
  .funfact-one {
    padding: 60px 0px;
  }
}

.funfact-one__bg {
  position: absolute;
  background-color: #1b3367;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .6;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: soft-light;
  background-position: center center;
}

.funfact-one .container {
  position: relative;
}

.funfact-one .container [class*=col-]:not(:first-of-type) {
  position: relative;
}

.funfact-one .container [class*=col-]:not(:first-of-type)::before {
  content: '';
  width: 3px;
  height: 43px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 4px;
}

@media (max-width: 991px) {
  .funfact-one .container [class*=col-]:not(:first-of-type)::before {
    display: none;
  }
}

@media (max-width: 991px) {
  .funfact-one .container [class*=col-]:nth-child(3n)::before {
    display: none;
  }
}

.funfact-one__box {
  text-align: center;
  position: relative;
}

@media (max-width: 991px) {
  .funfact-one__box {
    margin-bottom: 0;
  }
}

.funfact-one__box h3 {
  font-size: 54px;
  line-height: 1.2 !important;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin: 0;
  margin-bottom: 15px;
  display: inline-flex;
  align-items: center;
}

.funfact-one__box p {
  margin: 0;
  line-height: 1;
  color: #fff;
  font-size: 18px;
}

/*--------------------------------------------------------------
# Call To Action
--------------------------------------------------------------*/
.call-to-action {
  background-color: var(--thm-primary);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  padding: 30px 0;
  background-blend-mode: hard-light;
}

.call-to-action::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #27507e;
  opacity: 0.9;
}

.call-to-action .container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991px) {

  .call-to-action
  {
    padding: 60px 0px;
  }

  .call-to-action .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

.call-to-action .left-content p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
  font-size: 18px;
  color: #ffffff;
}

@media (max-width: 991px) {
  .call-to-action .left-content p {
    justify-content: center;
  }
}

.call-to-action .left-content p span:not(:first-of-type)::before {
  content: "/";
  margin-left: 10px;
  margin-right: 10px;
}

.call-to-action .left-content h3 {
  margin: 0;
  font-size: 44px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .call-to-action .left-content h3 {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .call-to-action .right-content {
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Trusted Company
--------------------------------------------------------------*/
.trusted-company {
  background-color: #0c2139;
  position: relative;
  padding: 100px 0;
}

.trusted-company__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.02;
  background-size: cover;
}

.trusted-company .block-title {
  max-width: 520px;
}

.trusted-company .block-title p {
  color: #b0c2d7;
}

.trusted-company .block-title h2 {
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
}

.chairman-img {
  /* display: flex;
  align-items: center; */
  margin-top: 30px;
}



@media (max-width: 991px) {
  .chairman-img {
    flex-wrap: nowrap;
  }

  .trusted-company
  {
    padding: 70px 0;
  }
}

@media (max-width: 480px) {
  .chairman-img {
    flex-wrap: wrap;  
  }
  .trusted-company
  {
    padding: 60px 0;
  }
}

.chairman-img > img {
  flex-shrink: 0;
  border-radius: 4px;
}

.chairman-img p {
  margin: 0;
  margin-left: 30px;
  padding-right: 25px;
  color: #b0c2d7;
}

@media (max-width: 1199px) {
  .chairman-img p {
    margin-left: 30px;
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .chairman-img p {
    margin-left: 30px;
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .chairman-img p {
    margin-left: 0;
    margin-top: 30px;
  }
}

.trusted-company__list
{
  list-style-type: none;
  padding: 0;
  margin-top: 25px;
  font-weight: 400;
}

.trusted-company__list-item
{
  margin-bottom: 5px;
  color: #b0c2d7;
}

.trusted-company__list-item i
{
  color: #008fd5;
  font-size: 15px;
}

.trusted-company__list-text
{
  padding-left: 5px;
}
@media (max-width: 576px)
{
  .trusted-company__list-2
  {
    margin-top: -10px;
  }
}


.trusted-company__box + .trusted-company__box {
  margin-top: 20px;
}

.trusted-company__box {
  background-color: #fff;
  border-radius: 4px;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  transition: all 500ms ease;
}

.trusted-company__box-wrap {
  position: relative;
  margin-left: 30px;
  margin-top: -70px;
  z-index: 1;
}

.trusted-company__box-wrap:before
{
  content: "";
  width: 10000px;
  height: calc(100% + 150px);
  position: absolute;
  left: -40px;
  top: -100px;
  z-index: -1;
  background-color: var(--thm-primary);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

@media (max-width: 1199px) {
  .trusted-company__box-wrap {
    margin-left: 40px;
  }
}

@media (max-width: 991px) {
  .trusted-company__box-wrap {
    margin: 0;
    margin-top: 100px;
  }
  .trusted-company__box-wrap:before
  {
    margin: 0;
    left: -150px;
    top: -80px;
  }
}

.trusted-company__box > span {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: var(--thm-base);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  flex-shrink: 0;
  transition: all 500ms ease;
}

.trusted-company__box p {
  margin-bottom: 0;
  color: var(--thm-black);
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin-left: 25px;
  max-width: 390px;
  transition: all 500ms ease;
}

.trusted-company__box:hover {
  background-color: var(--thm-base);
}

.trusted-company__box:hover > span {
  background-color: #fff;
  color: var(--thm-black);
}

.trusted-company__box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.feature-one {
  /* background-color: #eff2f6; */
  background: rgba(27, 51, 103, .04);
  padding-bottom: 60px;
  padding-top: 345px;
  position: relative;
}

@media (max-width: 991px) {
  .feature-one {
    padding: 60px 0px;
  }
}

@media (max-width: 425px) {
  .feature-one {
    padding:60px 0;
  }
}

.feature-one__shape-1 {
  position: absolute;
  bottom: 140px;
  left: 210px;
  -webkit-animation-name: shapeMover;
  animation-name: shapeMover;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.feature-one__shape-2 {
  position: absolute;
  top: 340px;
  right: 225px;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-duration: 8s;
}

.feature-one__shape-3 {
  position: absolute;
  top: 130px;
  left: 300px;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-duration: 8s;
}

.feature-one .block-text {
  margin-top: 0px;
  font-weight: 400;
}

.feature-one .block-title 
{
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .feature-one .block-text {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .feature-one .block-text {
    margin-bottom: 30px;
  }
}

.feature-one__box {
  background-color: #fff;
  position: relative;
  align-items: center;
  display: flex;
  padding: 50px;
  border-radius: 4px;
  transition: all 500ms ease;
  margin-bottom: 30px;
}

.feature-one .row:last-child .col-lg-4:last-child .feature-one__box
{
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .feature-one__box {
    padding: 40px 30px;
  }
}

.feature-one__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 4px);
  background-color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.feature-one__box i {
  position: relative;
  font-size: 60px;
  color: var(--thm-base);
  margin-right: 20px;
}

.feature-one__box i::after {
  content: "";
  width: 63px;
  height: 63px;
  background-color: #eff2f6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}

.feature-one__box i::before {
  position: relative;
  z-index: 11;
}

.feature-one__box p {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: var(--thm-black);
  margin: 0;
}

@media (max-width: 1199px) {
  .feature-one__box p {
    font-size: 18px;
  }
}

.feature-one__box:hover {
  background-color: var(--thm-primary);
}

.feature-two {
  position: absolute;
  /* bottom: -30px; */
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 8;
}

@media (max-width: 991px) {
  .feature-two {
    position: relative;
    bottom: auto;
    left: auto;
    margin-bottom: 0px;
    margin-top: 70px;
  }
}

@media (max-width: 991px) {
  .feature-two {
    margin-top: 25px;
  }
}

.feature-two__box {
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 16px;
  margin: 0;
  background: rgba(0,0,0,.4);
}


.feature-two__box::before {
  content: "";
  width: 100%;
  height: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  transition: all 500ms ease;
}

@media (max-width: 991px) {
  .feature-two__box::before {
    background-color: var(--thm-base);
  }
}

.feature-two__box:hover::before {
  height: 100%;
}

@media (max-width: 991px) {
  .feature-two__box:hover::before {
    background-color: var(--thm-black);
  }
}

.feature-two__box > i {
  font-size: 14px;
  color: #fff;
  position: relative;
  z-index: 10;
  transition: all 500ms ease;
  background: #fff;
  padding: 7px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
}
.feature-two__box > div > span {
    padding-left: 9px;
    color: #fff;
    position: relative;
    z-index: 10;
}
.feature-two__box > div > span a {
  color: #fff;
}

.feature-two__box:hover > i {
  color: var(--thm-black);
}
.feature-two__box:hover span, .feature-two__box:hover span a {
    color: #e0312c!important;
}

@media (max-width: 991px) {
  .feature-two__box:hover > i {
    color: #fff;
  }
}

.feature-two__box p {
  margin: 0;
  margin-left: 10px;
  color: #fff;
  max-width: 160px;
  font-size: 12px;
  line-height: 20px;
  transition: all 500ms ease;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

@media (max-width: 1199px) {
  .feature-two__box p {
    font-size: 20px;
    line-height: 1.4em;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .feature-two__box p {
    color: var(--thm-black);
  }
}

.feature-two__box:hover p {
  color: var(--thm-black);
}

@media (max-width: 991px) {
  .feature-two__box:hover p {
    color: #fff;
  }
}

.feature-three {
  padding: 100px 0 70px;
  background: #eff2f6;
}

@media (max-width:991px)
{
  .feature-three
  {
    padding: 70px 0 40px;
  }
}

@media (max-width:425px)
{
  .feature-three
  {
    padding: 60px 0 30px;
  }
}

.feature-three__card
{
  background: #fff;
}

@media(max-width: 991px)
{
  .feature-three__card
  {
    padding: 60px 0 40px;
  }
}

.feature-three__box {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  background-color: #fff;
  transition: all 500ms ease;
  border-radius: 4px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.feature-three__box-inner {
  overflow: hidden;
  position: relative;
  padding-top: 60px;
  padding-bottom: 50px;
}

.feature-three__box-inner::before {
  content: "";
  width: 248px;
  height: 248px;
  background-color: rgba(var(--thm-black-rgb), 0.1);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 500ms ease;
  transform: translateY(-50%) translateX(-50%);
}

.feature-three__box-inner i {
  position: relative;
  font-size: 46px;
  color: #10943e;
  transition: all 500ms ease;
  position: relative;
  padding: 4px;
}

.feature-three__box-inner i::before {
  position: relative;
  z-index: 10;
  left: 5px;
  top: 3px;
}

.feature-three__box-inner i::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #eff2f6;
  top: 0;
  left: 0;
  border-radius: 50%;
  transition: all 500ms ease;
}

.feature-three__box-inner h3 {
  width: 100%;
  max-width: 165px;
  font-size: 26px;
  line-height: 30px;
  color: var(--thm-black);
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 13px;
}

.feature-three__box-inner h3 a {
  color: inherit;
  transition: all 500ms ease;
}

.feature-three__box-inner h3 a:hover {
  color: #000;
}

.feature-three__box-inner p {
  width: 100%;
  max-width: 190px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  transition: all 500ms ease;
  color: var(--thm-color);
  font-size: 16px;
  line-height: 30px;
}

.feature-three__box:hover {
  background-color: var(--thm-primary);
}

.feature-three__box:hover .feature-three__box-inner::before {
  opacity: 1;
}

.feature-three__box:hover .feature-three__box-inner i::after {
  background-color: rgba(255, 255, 255, 0.1);
}

.feature-three__box:hover .feature-three__box-inner h3 a,
.feature-three__box:hover .feature-three__box-inner p,
.feature-three__box:hover .feature-three__box-inner i {
  color: #fff;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-one {
  padding-top: 100px;
  margin-bottom: -253px;
  position: relative;
  z-index: 10;
}

@media (max-width: 1199px)
{
  .service-one
  {
    margin-bottom: -228px;
  }
}

@media (max-width: 991px) {
  .service-page {
    padding: 80px 0 40px;
  }
}

@media (max-width: 425px) {
  .service-page {
    padding: 60px 0 20px;
  }
}

@media (max-width: 991px) {
  .service-one {
    margin-bottom: 0;
    padding-top: 60px;
  }
}

.service-one__card {
  border-radius: 4px;
}

@media (max-width: 991px) {
  .service-one__card {
    margin-bottom: 60px;
  }
}

.service-one__image {
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
}

.service-one__image .post-thumbnail {

    position: relative;
    overflow: hidden;
    display: block;
}

.service-one__image .post-thumbnail:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    transform: scaleY(0);
    opacity: .7;
    z-index: 1;
    transition: all .5s ease;
    background: #008fd5;
    transform-origin: bottom;
}

.service-one__card:hover .service-one__image .post-thumbnail:before {
    transform: scaleY(1);
}

.service-one__image img {
  width: 100%;
  transition: transform 500ms ease, opacity 500ms ease;
  opacity: 1;
  transform: scale(1);
}

.service-one__card:hover .service-one__image img {
  transform: scale(1.05); 
}

.service-one__content {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.service-one__content h3 {
  color: var(--thm-black);
  font-size: 28px;
  margin: 0;
  margin-bottom: 15px;
  font-weight: 700;
}

.service-one__content h3 a {
  color: inherit;
  transition: all 500ms ease;
}

.service-one__content p {
  margin-bottom: 20px;
  color: var(--thm-color);
}

.service-icon {
    position: absolute;
    z-index: 99;
    background: #008fd5;
    text-align: center;
    color: #fff;
    font-size: 40px;
    top: -40px;
    right: 30px;
    border-radius: 4px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.service-one__card:hover .service-one__link {
    background-color: var(--thm-base);
    color: #fff;
}

.service-one__card:hover .service-icon {
    background-color: var(--thm-primary);
    transform: translateX(-110px) translateY(-100px);
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.service-one__link {
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 10%);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 16px;
    align-items: center;
    background-color: var(--thm-primary);
    color: #fff;
    justify-content: center;
    text-align: center;
    transition: all .5s ease;
    display: block;
    line-height: 50px;
}

.service-one__home-two {
  position: relative;
  margin-bottom: 0;
  padding: 100px 0 80px;
  background-color: #eff2f6;
}

@media (max-width: 991px)
{
  .service-one__home-two
  {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

@media (max-width: 425px)
{
  .service-one__home-two
  {
    padding-top: 60px;
    padding-bottom: 45px;
  }
}

.service-one__home-two__shape-1 {
  position: absolute;
  z-index: 10;
  top: 70px;
  left: 245px;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-duration: 8s;
}

.service-one__home-two__shape-2 {
  position: absolute;
  z-index: 10;
  top: 100px;
  right: 366px;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-duration: 8s;
}

.service-one__home-two__shape-3 {
  position: absolute;
  z-index: 10;
  right: 146px;
  top: 450px;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/*
.service-one__home-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 670px;
  background-color: #eff2f6;
}
*/
.service-one__home-two .container {
  position: relative;
}

.service-two {
  background-color: #eff2f6;
  padding-bottom: 70px;
  margin-top: -60px;
  position: relative;
}

@media (max-width: 991px)
{
  .service-two
  {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px)
{
  .service-two
  {
    padding-bottom: 40px;
  }
}

.service-second {
    background-color: #fff;
    padding: 30px 35px 30px 40px;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 10%);
    position: relative;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 10;
    margin-top: 35px;
    margin-bottom: 15px;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

@media (max-width: 1199px)
{
  .service-second
  {
    padding: 30px 45px 30px 40px;
  }
}

.service-second:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.service-second-info-icon {
    padding-bottom: 15px;
}

.service-icon2 {
    font-size: 54px;
    line-height: 1.1;
    color: #004aa1;
    display: inline-block;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.service-second:hover .service-icon2 {
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    transform: rotateY(360deg);
}

.service-second h3 a {
    font-size: 30px;
    margin-top: 5px;
    color: var(--thm-black);
}

.service-second__content {
    position: relative;
    padding-top: 25px;
}

.service-second .service-second__content:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    top: 0;
    right: -40px;
    background-color: #e6e8eb;
    left: -40px;
    width: calc(100% + 75px);
}

.service-second .service-second__content:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    top: 0;
    left: -40px;
    width: calc(100% + 75px);
    transform: scaleX(0);
    transform-origin: left;
    -webkit-transition: all .35s ease 0s;
    -khtml-transition: all .35s ease 0s;
    -moz-transition: all .35s ease 0s;
    -ms-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
}

.service-second__content p {
    position: relative;
}

.service-second .service-second-right-icon-box {
    position: absolute;
    right: -10px;
    bottom: 20px;
    z-index: -1;
}

.service-second .service-second-right-icon-box i {
    font-size: 100px;
    color: rgba(50,50,50,0.05);
    display: block;
    transition: all .5s ease;
}

.service-second:hover .service-second-right-icon-box i {
    color: rgba(50,50,50,0.1);
    transition: all .5s ease;
}

.service-second:hover .service-second__content:after
{
  transform:scaleX(1);
  background-color:#004aa1;
  -webkit-transition:all .4s ease-in-out 0s;
  -moz-transition:all .4s ease-in-out 0s;
  -ms-transition:all .4s ease-in-out 0s;
  -o-transition:all .4s ease-in-out 0s;
  transition:all .4s ease-in-out 0s;
}
.service-two__shape-1 {
  position: absolute;
  top: 95px;
  left: 250px;
  -webkit-animation-name: shapeMover;
  animation-name: shapeMover;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.service-two__shape-3 {
  position: absolute;
  bottom: 65px;
  left: 200px;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-duration: 8s;
}

.service-two__shape-2 {
  position: absolute;
  top: 158px;
  right: 196px;
  -webkit-animation-name: shapeMover;
  animation-name: shapeMover;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.service-two .container {
  position: relative;
  margin-top: -30px;
  z-index: 100;
}

.service-two .service-two__card {
  margin-bottom: 30px;
  border-radius: 4px;
  background-color: #fff;
  padding: 50px 70px 50px 50px;
  padding-bottom: 42px;
  position: relative;
  transition: all 500ms ease;
}

@media (max-width: 1199px) {
  .service-two .service-two__card {
    padding: 40px;
  }
}

.service-two .service-two__card::before {
  content: "";
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
  height: calc(100% - 4px);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}

.service-two .service-two__card > i {
  position: relative;
  font-size: 60px;
  color: var(--thm-base);
  position: relative;
}

.service-two .service-two__card > i::before {
  position: relative;
  z-index: 10;
}

.service-two .service-two__card > i::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #eff2f6;
  top: 0;
  left: 0;
  border-radius: 50%;
}

.service-two .service-two__card h3 {
  margin-top: 20px;
  margin-bottom: 25px;
  position: relative;
  color: var(--thm-black);
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}

.service-two .service-two__card h3 a {
  color: inherit;
  transition: all 500ms ease;
}

.service-two .service-two__card h3 a:hover {
  color: var(--thm-base);
}

.service-two .service-two__card p {
  position: relative;
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px;
}

.service-two .service-two__card-link
{
  position: relative;
  color: var(--thm-color);
  font-weight: 500;
}

.service-two .service-two__card-link i
{
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

.service-second .service-two__card-link {
  position: relative;
  color: var(--thm-color);
  transition: all 500ms ease;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  transition: all 500ms ease;
}

.service-second .service-two__card-link > i {
  font-size: 20px;
  margin-right: 10px;
}

.service-two .service-two__card-link:hover {
  color: var(--thm-primary);
}

.service-two .service-two__card:hover {
  background-color: var(--thm-primary);
}

.service-sidebar__category {
  padding: 0px 2px 50px 20px;
  padding-bottom: 20px;
}

@media (max-width: 991px)
{
  .service-sidebar__category
  {
    padding: 0;
    padding-bottom: 35px;
  }
}

.service-sidebar__category h3 {
  margin: 0;
  font-size: 20px;
  color: var(--thm-black);
  line-height: 1;
  font-weight: 400;
  padding-left: 30px;
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
  .service-sidebar__category h3 {
    padding-left: 15px;
  }
}

.service-sidebar__category-list {
  margin-bottom: 0;
}

.service-sidebar__category-list li {
  line-height: 1;
}

.service-sidebar__category-list li a {
  display: block;
  padding: 12px 30px;
  color: var(--thm-color);
  font-size: 16px;
  line-height: 1;
  border-radius: 4px;
  transition: all 500ms ease;
}

@media (max-width: 1199px) {
  .service-sidebar__category-list li a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.service-sidebar__category-list li:hover a {
  color: var(--thm-black);
  text-shadow: 0px 0 0 currentColor;
  background-color: #fff;
}

.service-sidebar
{
  position: relative;
  z-index: 0;
}

@media (max-width: 991px)
{
  .service-sidebar
  {
    padding-bottom: 70px;
  }
}


@media (max-width: 425px)
{
  .service-sidebar
  {
    padding-bottom: 40px;
  }
}

.service-sidebar:before
{
  content: "";
  display: block;
  position: absolute;
  /* top: -10px; */
  bottom: -1500px;
  top: 30px;
  z-index: -1;
  width: 5000px;
  left: 0;
  right: 0;
  background-color: #f9f9f9;
  margin-top: -90px;
  margin-bottom: -90px;
}

@media (max-width:991px)
{
  .service-sidebar:before
  {
    display:none;
  }
}
.serivces-widget-list {
    list-style: none;
    padding: 0;
}

.serivces-widget-list li {
    margin-bottom: 10px;
    display: block;
    line-height: 1.4;
}

.serivces-widget-list li a {
    display: block;
    padding: 15px 20px;
    margin: 0 0 10px;
    position: relative;
    background-color: #fff;
    border: none;
    z-index: 1;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border: 1px solid #dce4ed;
    color: #0c2139;
}
.serivces-widget-list li a:before {
    content: "";
    width: 5px;
    left: -1px;
    bottom: 50%;
    background: #e0312c;
    height: 0;
    position: absolute;
    transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
    z-index: 1;
}

.serivces-widget-list li a:hover {
  color: #e0312c;
  opacity: 1;
}

.serivces-widget-list li i {
    font-style: normal;
    font-weight: 700;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: transparent;
    font-size: 13px;
}

.serivces-widget-list li a:hover:before , .serivces-widget-list li.service-active a:before{
    height: 100%;
    bottom: 0;
}

.document-widget-post
{
  margin-left: 20px;
  padding: 0px 20px 35px 0px;
}


@media (max-width: 991px)
{
  .document-widget-post
  {
    padding: 0;
    margin: 0;
    padding-bottom: 35px;
  }
}

.service-sidebar__call {
  position: relative;
  border-radius: 4px;
  padding: 50px 40px;
  padding-right: 35px;
  margin: 0px 20px 50px 20px;
  background-color: #0c2139;
  z-index: 0;
}


@media (max-width: 991px)
{
  .service-sidebar__call
  {
    margin: 0;
    padding-bottom: 35px;
  }
}

.blog-sidebar__box-title {
    font-size: 23px;
    color: var(--thm-black);
    margin: 0;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
    border-bottom: 1px solid #dce4ed;
}

.blog-sidebar__box-title:after {
    content: '';
    width: 60px;
    height: 4px;
    background: var(--thm-base);
    position: absolute;
    bottom: -2px;
    left: 0;
}

.pylon-links {
    margin-bottom: 10px;
    padding: 14px 15px;
    background-color: #fff;
    border: 1px solid #dce4ed;
}

.pylon-links i {
    padding-right: 11px;
    font-size: 18px;
    color: #008fd5;
}

.pylon-links a
{
  color: var(--thm-black);
}

.pylon-links a:hover, .pylon-links a:active, .pylon-links a:focus
{
  color: var(--thm-base);
}


.service-sidebar__call-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-blend-mode: hard-light;
  background-size: cover;
  background-position: center center;
  opacity: 0.1;
  z-index: -1;
}

.service-sidebar__call i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--thm-base);
  font-size: 32px;
  width: 67px;
  height: 67px;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 30px;
}

.service-sidebar__call h3 {
  color: #fff;
  font-size: 26px;
  line-height: 1;
  margin: 0;
  max-width: 250px;
  margin-bottom: 10px;
}

.service-sidebar__call h3 a {
  color: inherit;
  transition: all 500ms ease;
}

.service-sidebar__call h3 a:hover {
  color: var(--thm-base);
}

.pylon-mail a {
    font-size: 16px;
    color: var(--thm-base);
}

.service-sidebar__call p {
  margin: 0;
  color: #fff;
  margin-top: 10px;
}

.service-details {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width:991px)
{
  .service-details
  {
    padding: 80px 0 60px;
  }
}

@media (max-width:425px)
{
  .service-details
  {
    padding: 60px 10px 40px;
  }
}

.service-details__image > img {
  border-radius: 4px;
}

.service-details__content p {
  color:#2b2b2b;
  hyphens: auto;
}

.service-details__content > .row {
  margin-top: 60px;
  margin-bottom: 60px;
}

.service-details__content-image {
  border-radius: 4px;
}

@media (max-width: 1199px) {
  .service-details__content-image {
    margin-bottom: 30px;
  }
}

.service-details__content > h3 {
  margin: 0;
  color: var(--thm-black);
  font-size: 34px;
  margin-top: 22px;
  margin-bottom: 15px;
}

.service-details__content h4 {
  color: var(--thm-black);
  font-size: 24px;
  margin: 0;
  margin-top: 20px;}

.service-details .about-two__list {
  margin-top: 20px;
  margin-bottom: 20px;
}

.service-details .about-two__list li {
  flex: 0 0 100%;
  color: #2b2b2b;
  font-weight: 400;
  font-size: 15px;
}

.service-details #accordion li {
  background-color: #eff2f6;
  border-radius: 4px;
  transition: all 500ms ease;
}

.service-details #accordion li.active {
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.service-details #accordion li .para-title {
  background-color: #eff2f6;
  font-size: 20px;
}

.service-details #accordion li .para-title.active {
  background-color: #fff;
}

.service-details #accordion li .collapse {
  background-color: #eff2f6;
}

.service-page .service-one__card {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-one__content {
  /* margin-top: 80px; */
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .about-one__content {
    padding-top:  0px;
    margin-top: 30px;
  }
}

.about-one__content p {
  margin: 0;
  padding-right: 0;
  text-align: justify;
  hyphens: auto;
}

.about-one__content .about-one__text {
  margin: 0;
  font-size: 24px;
  line-height: 36px;
  color: var(--thm-primary);
  margin-top: -10px;
  margin-bottom: 30px;
}

.feature-four__box-inner {
    position: relative;
}

.feature-four__box-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 4px);
    background-color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.feature-four__box-inner i:after {
    content: "";
    width: 68px;
    height: 68px;
    background-color: #eff2f6;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%);
}

.feature-four__box-inner i {
    font-size: 54px;
    color: var(--thm-base);
    position: relative;
    z-index: 10;
    transition: all .5s ease;
}

.feature-four__box-inner h3 {
    font-size: 22px;
}

.feature-four__box-icon{
  position: absolute;
  left: 0;
  top: 40px;
}

.feature-four__box-right {
    position: relative;
    padding-left:90px;    
    float: left;
}

.feature-four__box-right p
{
  margin-bottom: 30px;
}
@media (max-width: 425px) {
  .about-one__content .about-one__text {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

/* .about-one__form {
  margin-top: -120px;
  position: relative;
  z-index: 10;
  margin-left: 0px;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
} */

@media (max-width: 1199px) {
  .about-one__form {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .about-one__form {
    margin-top: 40px;
  }
}

.about-one__form-content {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom:60px;
  padding-top: 30px;
}

@media (max-width: 425px) {
  .about-one__form-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.about-one__form-content p {
  margin: 0;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  align-items: center;
}

@media (max-width: 1199px)
{
  .about-one__form-content p
  {
    font-size: 18px;
  }
}

@media (max-width: 767px)
{
  .about-one__form-content p
  {
    font-size: 16px;
  }
}

@media (max-width: 425px)
{
  .about-one__form-content p
  {
    display: block;
    text-align: center;
  }
}

.about-one__form-content p span {
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 767px)
{
   .about-one__form-content p span
  {
    font-size: 14px;
  }
}

@media (max-width: 490px)
{
  .about-one__form-content p span
  {
    max-width: 100px;
  }
}

.about-one__form-content p i {
  font-style: normal;
}

.about-one__form-content p b {
  font-weight: 400;
  color: var(--thm-black);
  line-height: 1;
  display: block;
}

@media (max-width: 425px)
{
  .about-one__form-content p b
  {
    margin-top: 10px;
  }
}
.about-one__form-content p + p {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e6eaef;
}

.about-one__form h3 {
  text-align: center;
  margin: 0;
  font-size: 24px;
  color: #fff;
  background-color: #e0312c;
  font-weight: 600;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-top: 14px;
  padding-bottom: 18px;
  position: relative;
}

@media (max-width: 375px) {
  .about-one__form h3 {
    font-size: 24px;
  }
}

.about-one__form h3::after {
  content: "";
  width: 100%;
  height: 10px;
  background-image: url(../images/shapes/about-form-shape-1-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}

.about-one__form .thm-btn {
  width: 100%;
  margin-top: 35px;
  padding-top: 17.5px;
  padding-bottom: 17.5px;
}

.about-one__form .thm-btn:hover {
  background-color: var(--thm-black);
  color: #fff;
}

.about-one__form .noUi-horizontal {
  height: 7px;
  border-radius: 4px;
  background-color: #eff2f6;
  border: none;
  box-shadow: none;
}

.about-one__form .noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  border: 4px solid #fff;
  background: var(--thm-base);
  border-radius: 50%;
  outline: none !important;
  box-shadow: none;
}

.about-one__form .noUi-horizontal .noUi-handle::before, .about-one__form .noUi-horizontal .noUi-handle::after {
  display: none;
}

.about-one__form .noUi-tooltip {
  border: none;
  padding: 0;
  color: var(--thm-color);
  font-size: 15px;
  background-color: none;
  box-shadow: none;
}

.about-one__form .noUi-horizontal .noUi-tooltip {
  bottom: 185%;
  font-weight: 500;
}

.about-one__form .noUi-connect {
  background-color: var(--thm-base);
  border-radius: 4px;
}

.about-one__form .input-box {
  margin-bottom: 30px;
}

.about-one__form .input-box__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  color: var(--thm-color);
  margin-bottom: 10px;
}

.input-box__top span
{
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 1199px)
{
  .input-box__top span
  {
    font-size: 18px;
  }
}

@media (max-width: 767px)
{
  .input-box__top span
  {
    font-size: 16px;
  }
}

.about-two {
  position: relative;
  padding: 100px 0;
}

@media (max-width: 991px)
{
  .about-two
  {
    padding: 80px 0;
  }
}

@media (max-width: 767px)
{
  .about-two
  {
    padding: 60px 0;
  }
}

.about-two__content {
    margin-left: 70px;
}
.about-two .about-two__content
{
  margin-top: 15px;
}

@media (max-width: 991px)
{
  .about-two__content
  {
    margin-left: 0;
  }
}

.about-two__shape-1 {
  position: absolute;
  left: 200px;
  bottom: 450px;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-duration: 8s;
}

.about-two__shape-2 {
  position: absolute;
  top: 50px;
  right: 300px;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-duration: 8s;
}

.about-two__shape-3 {
  position: absolute;
  right: 250px;
  bottom: 200px;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.about-two .container {
  position: relative;
}

.about-two__image {
  position: relative;
}

.about-two__image::before {
  content: "";
  width: 20px;
  height: 338px;
  background-color: var(--thm-base);
  position: absolute;
  top: 0;
  left: -50px;
  border-radius: 4px;
}

.about-two__image > img {
  border-radius: 4px;
}

@media (max-width: 1199px) {
  .about-two__image > img {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .about-two__content {
    margin-top: 50px;
  }
}

.about-two__content > P {
  margin-top: 25px;
  margin-bottom: 40px;
}

.about-two__content .block-title h2 {
  line-height: 1.08;
}

.about-two__content .thm-btn:hover {
  background-color: var(--thm-black);
  color: #fff;
}

.about-two__box {
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    width: 100%;
    max-width: 250px;
    border-radius: 4px;
    padding: 45px 20px 45px 40px;
    position: absolute;
    bottom: 30px;
    left: -50px;
}

@media (max-width: 667px) {
  .about-two__box {
    left: 30px;
  }
}

.about-two__box > i {
  position: relative;
  font-size: 60px;
  color: var(--thm-base);
  position: relative;
}

.about-two__box > i::before {
  position: relative;
  z-index: 10;
}

.about-two__box > i::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #eff2f6;
  top: 0;
  left: 0;
  border-radius: 50%;
}

.about-two__box h3 {
  margin: 0;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: var(--thm-black);
  margin-top: 10px;
}

.about-two__list {
  margin-bottom: 0;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
}

.about-two__list li {
  color: var(--thm-black);
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8em;
}

@media (max-width: 1199px) {
  .about-two__list li {
    display: flex;
    line-height: 1.4;
  }

  .about-two__list i
  {
    position: relative;
    top: -10px;
  }
}

@media (max-width: 991px)
{
  .about-two__list i
  {
    top: 0;
  }
}

@media (max-width: 1199px) {
  .about-two__list li + li {
    margin-top: 10px;
  }
}

.about-two__list li > i {
  color: #e0312c;
  margin-right: 10px;
}

.about-two .button-wrap {
  display: flex;
  align-items: center;
}

@media (max-width: 480px) {
  .about-two .button-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

.about-two .main-header__info-phone {
  align-items: center;
  margin-left: 20px;
}

@media (max-width: 480px) {
  .about-two .main-header__info-phone {
    margin-left: 0;
    margin-top: 20px;
  }
}

.about-two .main-header__info-phone > i {
  width: 67px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #eff2f6;
  border-radius: 50%;
}

.about-three {
  padding-top: 100px;
  padding-bottom: 60px;
}

.about-three .block-title h2
{
  max-width: 580px;
}

@media (max-width: 991px)
{
  .about-three
  {
    padding: 80px 0 30px;
  }
}

@media (max-width: 425px)
{
  .about-three
  {
    padding: 60px 0 40px;
  }
}


.about-three .block-title {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .about-three .block-text {
    margin-left: 40px;
  }
}

@media (max-width: 991px) {
  .about-three .block-text {
    margin-top: 0;
  }
}

.about-three__image {
  border-radius: 4px;
  margin-bottom: 60px;
}

@media (max-width: 1199px) {
  .about-three__image {
    position: relative;
  }
}

.about-three__image > img {
  width: 100%;
}

.about-three__image-text {
  width: 333px;
  text-align: center;
  background-color: var(--thm-base);
  line-height: 76px;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.2em;
  font-weight: 400;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  transform: rotate(-90deg) translate(95.5%, -91px);
  transform-origin: top right;
}

@media (max-width: 1199px) {
  .about-three__image-text {
    transform: rotate(0) translate(0, 0);
    width: 100%;
    bottom: 0;
    transform-origin: bottom center;
  }
}

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/

.video-one {
    margin-top: 100px;
}

@media (max-width: 991px)
{
  .video-one
  {
    margin-top: 80px;
  }
}

.video-one__box {
  background-color: #0c2139;
  width: 100%;
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: -280px;
  position: relative;
  z-index: 10;
  padding-top: 130px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 110px;
}

@media (max-width: 575px) {
  .video-one__box {
    padding-top: 90px;
    padding-bottom: 70px;
  }
}

.video-one__box-bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  position: absolute;
  filter: grayscale(100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: hard-light;
  background-position: center center;
  border-radius: 4px;
}

.video-one__btn {
  width: 100px;
  height: 100px;
  background-color: var(--thm-base);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border-radius: 4px;
  position: relative;
  transition: all 500ms ease;
}

.video-one__btn:hover {
  background-color: #fff;
  color: var(--thm-black);
}

.video-one__btn::before {
  content: "";
  position: absolute;
  top: -15px;
  bottom: -15px;
  left: -15px;
  right: -15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

.video-one h3 {
  text-align: center;
  color: #fff;
  margin: 0;
  max-width: 747px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-size: 60px;
  font-weight: 700;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .video-one h3 {
    font-size: 32px;
  }
}

.video-two {
  background-color: #0c2139;
  position: relative;
  padding-bottom: 110px;
  padding-top: 135px;
}

.video-two__bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  position: absolute;
  filter: grayscale(100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: hard-light;
  background-position: center center;
  border-radius: 4px;
  background-attachment: fixed;
}

.video-two .container {
  position: relative;
}

.video-two .video-one__btn {
  margin-left: auto;
  margin-right: auto;
}

.video-two h3 {
  text-align: center;
  color: #fff;
  margin: 0;
  max-width: 747px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-size: 60px;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .video-two h3 {
    font-size: 32px;
  }
}

/*--------------------------------------------------------------
# team
--------------------------------------------------------------*/
.team-home {
  /* background-color: #eff2f6; */
  background: rgba(27, 51, 103, .04);
  padding: 60px 0;
  position: relative;
}

.team-home__content {
    margin-right: 30px;
    padding-bottom: 3rem;
}

@media (max-width: 991px)
{
  .team-home
  {

    padding: 60px 0;
  }
}
.team-home__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 733px;
  /* height: calc(100% + 60px); */
  height: calc(100% + 0px);
  background-color: var(--thm-primary);
  background-blend-mode: hard-light;
  overflow: hidden;
  border-bottom-left-radius: 4px;
}

@media (max-width: 1199px) {
  .team-home__bg {
    width: 62 0px;
  }
}

@media (max-width: 991px) {
  .team-home__bg {
    display: none;
  }
}

.team-home__content .block-title
{
  margin-bottom: 30px;
}

.team-home__bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #1b3367;
  opacity: 0.9;
}

.team-home__shape-1 {
  position: absolute;
  top: 133px;
  left: 225px;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-duration: 8s;
}

.team-home__shape-2 {
  position: absolute;
  bottom: 0;
  left: 104px;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.team-home__content > P {
  margin-bottom: 0;
  margin-top: -10px;
  padding-right: 45px;
}

@media (max-width: 1199px) {
  .team-home__content > P {
    max-width: 650px;
  }
}

@media (max-width: 767px) {
  .team-home__content > P {
    /* max-width: 650px; */
    max-width: 100%;
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
  }
}


.team-home__carousel-wrap {
  width: 100%;
  max-width: 1170px;
  position: absolute;
  /* top: 100px; */
  top: 80px;
  right: -185px;
}

@media (max-width: 1650px) {
  .team-home__carousel-wrap {
    right: -240px;
  }
}

@media (max-width: 1550px) {
  .team-home__carousel-wrap {
    right: -300px;
  }
}

@media (max-width: 1400px) {
  .team-home__carousel-wrap {
    right: -350px;
  }
}

@media (max-width: 1280px) {
    .team-home__carousel-wrap {
      margin-left: auto;
      margin-right: auto;
      margin-top: 40px;
      padding-left: 15px;
      padding-right: 15px;
      right: -420px;
  }
}

@media(max-width: 1199px)
{
  .team-home__carousel-wrap
  {
    right: -450px;
  }
}
@media (max-width: 991px)
{
  .team-home__carousel-wrap
  {
    position: relative;
    top: auto;
    right: 0;
  }
}
.team-home__nav {
  display: flex;
  align-items: center;
  margin-top: 50px;
}

@media (max-width: 425px)
{
  .team-home__nav
  {
    margin-top: 30px;
  }
}
.team-home__nav .swiper-button-next,
.team-home__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: var(--thm-color);
  border: 2px solid var(--thm-color);
  border-radius: 50%;
  opacity: .4;
  margin: 0;
  transition: all 500ms ease;
}

.team-home__nav .swiper-button-next:hover,
.team-home__nav .swiper-button-prev:hover {
  opacity: 1;
  border-color: var(--thm-base);
  color: var(--thm-base);
}

.team-home__nav .swiper-button-next::after,
.team-home__nav .swiper-button-prev::after {
  display: none;
}

.team-home__nav .swiper-button-prev {
  margin-right: 20px;
}

@media (max-width: 991px)
{
  .team-page
  {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

@media (max-width: 425px)
{
  .team-page
  {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

.team-one__card {
  position: relative;
  border-radius: 4px;
}

.team-one__image {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  border: thin solid #e6e6e6;
}

.team-one__image > img {
  width: 100%;
  border-radius: 4px;
  opacity: 1;
  transform: scale(1);
  transition: opacity 500ms ease, transform 500ms ease;
  height: 320px;
  object-fit: contain;
}

.team-one__card:hover .team-one__image > img {
  transform: scale(1.05);
}

.team-one__content {
/*  position: absolute;*/
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%
  border-top-right-radius: 4px;
  background-color: #0c2139;
  padding: 8px 16px;
}

.team-one__content h3 {
  margin: 0;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  line-height: 22px;
}

.team-one__content span {
  display: block;
  margin: 0;
  line-height: 20px;
  color: #fff;
  margin-top: 12px;
  font-size: 14px;
  display: none;
}

.team-one__social {
  background-color: #fff;
  width: 100%;
  position: absolute;
  border-top-right-radius: 4px;
  bottom: 100%;
  left: 0;
  max-width: 240px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transform: scale(1, 0);
  opacity: 0;
  transition: transform 500ms ease, opacity 500ms ease;
  transform-origin: bottom left;
}

.team-one__social a {
  display: flex;
  line-height: 49px;
  color: var(--thm-black);
  font-size: 16px;
  transition: all 500ms ease;
}

.team-one__social a:hover {
  color: var(--thm-primary);
}

.team-one__social a + a {
  margin-left: 30px;
}

.team-one__card:hover .team-one__social {
  opacity: 1;
  transform: scale(1, 1);
}

.team-details {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 991px)
{
  .team-details {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 568px)
{
  .team-details
  {
    padding-bottom: 65px;
  }
}

@media (max-width: 425px)
{
  .team-details {
    padding-top: 60px;
    padding-bottom: 45px;
  }
}

.team-details__img
{
  width: 100%;
}

@media (min-width: 1200px) {
  .team-details__content {
    margin-left: 40px;
  }
}

@media (max-width: 991px) {
  .team-details__content {
    margin-top: 10px;
  }
}

.pylon-team-pic-box {
  padding: 35px;
  background-color: #fff;
  transition: all .5s ease;
  box-shadow: 0 10px 60px 0 rgb(0 0 0 / 10%);
  margin-bottom: 30px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pylon-team-pic-box h3 {
    margin: 0;
    font-size: 32px;
    color: var(--thm-black);
    margin-bottom: 5px;
}

.pylon_member_designation {
    margin-bottom: 20px;
}

.team-details__content h2 {
  margin: 0;
  color: var(--thm-black);
  font-size: 32px;
  line-height: 1;
  margin-bottom: 15px;
}

.team-details__content > span {
  font-size: 18px;
  color: var(--thm-base);
  display: block;
  line-height: 1;
}

.team-details__content  p + p {
  margin: 0;
  margin-bottom: 30px;
}

.team-details__certificates {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.team-details__certificates img
{
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 32%;
}

@media (max-width: 568px)

{
  .team-details__certificates>img {
    width: 44%;
    margin-bottom: 15px;
  }
}

.team-details__social {
  display: flex;
  flex-wrap: wrap;
}

.team-details__social a {
  display: flex;
  justify-content: center;
  border-radius: 50%;
  align-items: center;
  width: 41px;
  height: 41px;
  background-color: #eff2f6;
  color: #0c2139;
  font-size: 13px;
  transition: all 500ms ease;
  border: 1px solid rgba(0,0,0,.06);
}

.team-details__social a:hover {
  background-color: var(--thm-base);
  color: #000;
}

.team-details__social a + a {
  margin-left: 10px;
}

.team-details .why-choose__progress-bar {
  background-color: #eff2f6;
}

/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/
.contact-one {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 991px)
{
  .contact-one
  {
    padding-top: 80px;
    padding-bottom:80px ;
  }
}

@media (max-width: 767px)
{
  .contact-one
  {
    padding-top: 60px;
    padding-bottom:55px ;
  }
}

@media (max-width: 480px) {
  .contact-one .block-title {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .contact-one__content {
    margin-bottom: 50px;
  }
}

.contact-one__content
{
  padding-bottom: 10px;
}

.contact-one__content .block-title
{
  margin-bottom: 25px;  
}

.contact-one__content > p {
  margin: 0;
  margin-bottom: 45px;
}

.contact-one__box + .contact-one__box {
  border-top: 1px solid #e6eaef;
  margin-top: 25px;
  padding-top: 25px;
}

.contact-one__box {
  display: flex;
  align-items: center;
  text-align: left;
}

@media (min-width: 1200px) {
  .contact-one__box {
    margin-right: 30px;
  }
}

.contact-one__box:hover i {
  background-color: var(--thm-primary);
}

.contact-one__box i {
  width: 65px;
  height: 65px;
  background-color: var(--thm-base);
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 500ms ease;
  border-radius: 50%;
}

.contact-one__box-content {
  margin-left: 20px;
}

.contact-one__box-content h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: var(--thm-black);
  line-height: 1;
  margin-bottom: 10px;
}

.contact-one__box-content a {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  display: block;
  color: var(--thm-color);
  transition: all 500ms ease;
}

.contact-one__box-content a:hover {
  color: var(--thm-primary);
}

@media (max-width: 425px)
{
  .contact-one__box-content a
  {
    max-width: 180px;
  }
}

.contact-one__form
{
  margin-top: 10px;
}

.contact-one__form-consent label
{
  display:contents;
}

.contact-one__form .low-gutters {
  margin-left: -10px;
  margin-right: -10px;
}

.contact-one__form .low-gutters > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.contact-one__form-input{
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background-color: var(--thm-form-input);
  color: var(--thm-color);
  height: 67px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 4px;
  font-size: 15px;
}

.contact-one__form-input:focus
{
  box-shadow: none;
  background-color: var(--thm-form-input) ;
}

.contact-one__form-box
{
  margin-top: 40px;
}

.contact-one__form textarea {
  height: 140px;
  padding-top: 20px;
}

.contact-one__form .thm-btn:hover {
  background-color: var(--thm-black);
  color: #fff;
}

.contact-one__form label strong
{
  font-size: 12px !important;
  color: #0c2139;
}

.contact-one__form-submit
{
  margin-top: 10px;
}

.contact-two {
  padding-top: 100px;
  padding-bottom: 70px;
}

@media (max-width: 991px)
{
  .contact-two
  {
    padding: 80px 40px;
  }
}

@media (max-width: 425px)
{
  .contact-two
  {
    padding: 60px 30px;
  }
}

.contact-two .about-one__form {
  margin-top: 0;
}

@media (max-width: 991px) {
  .contact-two .about-one__form {
    margin-top: 50px;
  }
}

@media (max-width: 425px) {
  .contact-two .about-one__form {
    margin-top: 30px;
  }
}

.contact-two .contact-one__form > p {
  margin: 0;
  margin-top: -10px;
  margin-bottom: 35px;
}

.contact-two .contact-one__form textarea {
  height: 185px;
}

/*--------------------------------------------------------------
# credit Card
--------------------------------------------------------------*/
.credit-card {
  padding-top: 100px;
  padding-bottom: 40px;
}

@media (max-width: 991px)
{
  .credit-card
  {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}

@media (max-width: 425px)
{
  .credit-card
  {
    padding-top: 60px;
    padding-bottom: 10px;
  }
}

.credit-card__box {
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 991px)
{
  .credit-card__box
  {
    margin-bottom: 50px;
  }
}


.credit-card__box-image {
  border-radius: 4px;
  text-align: center;
  transition: all 500ms ease;
  background-color: #eff2f6;
  background-blend-mode: multiply;
}

.credit-card__box-image img {
  max-width: 100%;
  padding: 34px;
}

.credit-card__box:hover .credit-card__box-image {
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.credit-card__box h3 {
  color: var(--thm-black);
  font-size: 28px;
  margin: 0;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 10px;
}

.credit-card__box h3 a {
  font-weight: 700;
  color: inherit;
  transition: all 500ms ease;
}

.credit-card__box p {
  margin: 0;
  color: var(--thm-color);
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.credit-card__link {
  background-color: #eff2f6;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 54px;
  height: 54px;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--thm-color);
  margin-top: 20px;
  transition: all 500ms ease;
}

.credit-card__box:hover .credit-card__link {
  background-color: var(--thm-primary);
  color: #fff;
}

.credit-card__details {
  padding-top: 100px;
  padding-bottom: 0;
}

@media (max-width: 991px)
{
  .credit-card__details
  {
    padding-top: 80px;
  }
}

@media (max-width: 425px)
{
  .credit-card__details
  {
    padding-top: 60px;
  }
}

.credit-card__details .about-two__image {
  display: inline-block;
}

.credit-card__details .about-two__image::before {
  width: 100%;
  height: calc(100% - 60px);
  background-color: var(--thm-primary);
  top: 30px;
  left: -30px;
}

.credit-card__details .about-two__image > img {
  position: relative;
  z-index: 10;
}

.credit-card__details .about-two__content
{
  margin-left: 10px;
  margin-top: 50px;
}

.credit-card__details .about-two__content .block-title h2 {
  letter-spacing: -.01em;
}

.credit-card__details .about-two__list li {
  flex: 0 0 100%;
}

.credit-card__details .about-two__list li + li {
  margin-top: 3px;
}

/*--------------------------------------------------------------
# How Works
--------------------------------------------------------------*/
.how-works {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width:991px)
{
  .how-works {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width:425px)
{
  .how-works {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.how-works__image {
  border-radius: 4px;
}

@media (max-width: 767px) {
  .how-works__image {
    max-width: 100%;
  }
}

.how-works__content {
  position: relative;
  margin-top: 60px;
  border-radius: 4px;
  padding: 60px;
  padding-bottom: 55px;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 23%);
}

@media (max-width: 1199px) {
  .how-works__content {
    padding: 50px;
  }
}

@media (max-width: 991px)
{
  .how-works__content
  {
    margin-top: 50px;
  }
}

@media (max-width: 480px) {
  .how-works__content {
    padding: 40px 30px;
  }
}

.how-works .block-title h2 {
  letter-spacing: -.01em;
  line-height: 1.08;
}

.how-works .block-text {
  margin-top: -10px;
}

/*--------------------------------------------------------------
# Loan Calculator
--------------------------------------------------------------*/
.loan-slider-box {
  margin-bottom: 30px;
}

.loan-main-heading.block-title {
    margin-bottom: 40px;
}
.loan-main-heading p
{
  line-height: 1.66;
  margin: 0;
}

.loan-main-heading h3
{
    font-size: 34px;
}

.single-loan-slider h4 {
  font-size: 22px;
}

.single-loan-slider.yearly,
.single-loan-slider.monthly
{
  display: none;
}

.single-loan-slider.yearly.active,
.single-loan-slider.monthly.active
{
  display: block;
}

.loan-slider-box .ui-widget-content {
  border: none !important;
  background: #eff2f6 !important;
}

.single-loan-slider .ui-slider .ui-slider-range {
  background: var(--thm-base);
}

.single-loan-slider .ui-slider-horizontal .ui-slider-handle {
  top: -4px !important;
  margin-left: -5px !important;
}

.single-loan-slider .ui-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  border: 3px solid var(--thm-base);
  background: #fff;
  border-radius: 50%;
  outline: none !important;
  box-shadow: none;
}

.single-loan-counter {
    font-weight: 600;
    font-size: 18px;
    color: #6e6d6e;
    margin-bottom: 30px;
}

.single-loan-counter h6 {
    margin-top: 14px;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    color: #6e6d6e;
}

.single-loan-counter {
    font-weight: 600;
    font-size: 18px;
    color: #6e6d6e;
    margin-bottom: 30px;
}

.about-total-loan-form
{
  padding: 30px 40px 40px;
}

.about-total-loan-form-calculation
{
  text-align: center;
}

@media (max-width: 767px)
{
  .about-total-loan-form
  {
    padding:30px;
  }
}

/*--------------------------------------------------------------
# Loan Eligibility
--------------------------------------------------------------*/

.eligibility-slider-box .single-loan-counter {
    margin-bottom: 20px;
}

.loan-eligibility-form {
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 10%);
  color: #fff;
  background-color: var(--thm-primary);
  border-radius: 4px;
  font-size: 18px;
  padding: 50px 40px;
}

@media (max-width: 767px)
{
  .loan-eligibility-form
  {
    margin-top: 20px;
    padding: 35px 30px;
  }
}

.loan-eligibility-inner-heading h4 {
    font-size: 28px;
    color: #fff;
}

@media (max-width: 991px)
{
  .loan-eligibility-inner-heading h4
  {
    font-size: 22px;
  }
}

.loan-eligibility-inner-heading-dollor
{
  font-size: 36px;
}

@media (max-width: 991px)
{
  .loan-eligibility-inner-heading-dollor
  {
    font-size: 24px;
  }
}

.loan-eligibility-total {
    font-size: 36px;
    line-height: 1.2;
    display: inline-block;
}

@media (max-width: 991px)
{
  .loan-eligibility-total
  {
    font-size: 24px;
  }
}

.loan-eligibility-monthly {
    font-size: 20px;
    line-height: 1.2;
    display: inline-block;
}

.eligibility-inner-heading {
    margin-top: 35px;
    border-top: 1px solid rgba(255,255,255,.2);
    padding-top: 35px;
    padding-bottom: 35px;
}

@media (max-width: 991px)
{
  .eligibility-inner-heading h4
  {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px)
{
  .eligibility-inner-heading
  {
  margin-top: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  }
}

.loan-eligibility-details {
    margin-top: 25px;
}

@media (max-width: 767px)
{
  .loan-eligibility-details
  {
    margin-top: 20px;
  }
}

.loan-eligibility-details small {
    font-size: 13px;
    color: rgba(255,255,255,.7);
}

@media (max-width: 991px)
{
  .loan-eligibility-details small
  {
    line-height: 20px;
  }
}

/*--------------------------------------------------------------
# Apply Now
--------------------------------------------------------------*/

.apply-one
{
  padding-top: 60px;
  padding-bottom: 100px;
}

@media (max-width: 991px)
{
  .apply-one
  {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px)
{
  .apply-one
  {
    padding-top: 25px;
    padding-bottom: 60px;
  }
}

@media (max-width: 425px)
{
  .apply-one
  {
    padding-top: 10px;
    padding-bottom: 50px;
  }
}
.apply-one .block-title
{
  margin-bottom: 20px;
}
/*--------------------------------------------------------------
# Thank You
--------------------------------------------------------------*/
.thank-you-page
{
  padding: 100px 0;
  background-color: #eff2f6;
}

@media(max-width: 991px)
{
  .thank-you-page
  {
    padding: 70px 0;
  }
}

@media(max-width: 425px)
{
  .thank-you-page
  {
    padding: 50px 0;
  }
}

.thank-you
{
  text-align: center;
}

.thank-you h2
{
  font-family: inter;
  font-size: 52px;
}

@media (max-width: 991px)
{
  .thank-you h2
  {
    font-size: 44px;
  }
}

@media (max-width: 767px)
{
  .thank-you h2
  {
    font-size: 38px;
  }
}

.thank-you p
{
  font-size: 30px;
  color: var(--thm-black);
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (max-width: 991px)
{
  .thank-you p
  {
    font-size: 26px;
  }
}

@media (max-width: 767px)
{
  .thank-you p
  {
    font-size: 22px;
  }
}

.thank-you .thm-btn:hover
{
  background-color: var(--thm-black);
  color: #fff;
}

/* New code start */
.logo-box .flex-div {
    display: flex;
    gap: 16px; 
    align-items: center;
}

#customDropdown .btn:focus,
#customDropdown .btn:active,
#customDropdown .btn:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent;
}

#customDropdown .btn-danger.dropdown-toggle {
  background-color: #dc3545;
  border: none;
  padding: 6px 14px;
  font-weight: 500;
  font-size: 14px;
}

#customDropdown .dropdown-menu {
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
  border: none;
  padding: 8px 0;
}

#customDropdown .dropdown-menu .dropdown-item {
  padding: 10px 20px;
  font-size: 15px;
  color: #333;
  transition: background-color 0.2s ease;
}

#customDropdown .dropdown-menu .dropdown-item:hover {
  background-color: #f8d7da;
  color: #000;
}

#customDropdown .dropdown-divider {
  margin: 8px 0;
}

#agvb-news-ticker {
  display: flex;
  background-color: #fff;
  border-left: 5px solid coral;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top: 1px solid #b3b3b3;
}

/* Left side heading */
#agvb-news-ticker .news-heading {
  background-color: #e0312c;
  color: white;
  padding: 6px 14px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* News list container */
#agvb-news-ticker .ticker-content {
  flex: 1;
  position: relative;
  overflow: hidden;
  height: 40px;
}

/* News list */
#agvb-news-ticker ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: transform 0.6s ease-in-out;
}

/* Single news item */
#agvb-news-ticker li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  height: 40px;
  box-sizing: border-box;
  background-color: #0c2139;
}

#agvb-news-ticker li span.date {
  min-width: 90px;
  font-weight: 600;
  color: #dc3545;
  font-size: 12px;
  background: #fff;
  padding: 2px 10px;
  border-radius: 20px;
}

#agvb-news-ticker li span.news-text {
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  flex: 1;
}

/* Controls */
#agvb-news-ticker .controls {
  position: absolute;
  right: 10px;
  bottom: 5px;
  z-index: 10;
}

#agvb-news-ticker .controls button {
  background: #fff;
  color: #e0312c;
  border: none;
  padding: 3px 8px;
  margin-left: 5px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s ease;
}
#agvb-news-ticker .controls button:hover {
  background: #084298;
}
.flex-div .right h5, .flex-div .right h4 {
    margin-bottom: 4px;
}
.flex-div .right h6 {
    margin-bottom: 0;
}

@media (max-width: 768px) {
  /* Stack heading above the ticker */
  #agvb-news-ticker {
    flex-direction: column;
    height: auto;
  }

  /* Heading full width */
  #agvb-news-ticker .news-heading {
    width: 100%;
    font-size: 16px;
    padding: 8px;
    text-align: center;
  }

  /* Let ticker height fit the current item */
  #agvb-news-ticker .ticker-content {
    height: auto;
    min-height: 145px;
  }

  /* Stack date above text for better fit */
  #agvb-news-ticker li {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    height: auto;
    padding: 10px;
  }

  /* Date styling */
  #agvb-news-ticker li span.date {
    min-width: auto;
    font-size: 12px;
    padding: 2px 8px;
  }

  /* Hide manual controls on mobile */
  #agvb-news-ticker .controls {
    display: none;
  }
}




/* Vertical Tabs */

/*** START BS OVERRIDES ***/
 
 #features {
    background: #edf0f4;
    padding: 30px;
 }
 #features .blog-card__content h3 {
    font-size: 16px;
  font-weight: 500;
  line-height: 24px;
 }
 .features h2.section-title {
	 color: #333;
	 font-size: 22px;
	 margin: 0;
	 text-align: center;
}
 .features .v-tabs .v-tab-head a, .features .v-tabs a.v-tab-head {
	 color: #fff;
	 cursor: pointer;
	 display: block;
	 padding: 15px 30px 15px 15px;
	 border-right: 1px solid #e0312c;
	 margin: 0;
	 text-align: right;
	 /* font: 18px "Raleway", "franklin-gothic-urw", "Helvectica Neue", helvetica, clean, sans-serif; */
}
 .features .v-tabs .v-tab-head a.active, .features .v-tabs a.v-tab-head.active, .features .v-tabs .v-tab-head a:hover, .features .v-tabs a.v-tab-head:hover {
	 font-weight: bold;
	 text-decoration: none;
     background: #e0312c;
     opacity: 1;
}
 .features .v-tabs .v-tab-head a {
	 position: relative;
	 display: block;
     background: #0c2139;
     border-bottom: 1px solid #23364c;
}
 .features .v-tabs .v-tab-head a.active::after, .features .v-tabs .v-tab-head a.active::before {
	 content: "";
	 border-style: solid;
	 border-width: 15px;
	 position: absolute;
	 right: 0;
	 top: 15px;
	 transform: rotate(90deg);
	 -ms-transform: rotate(90deg);
	 -webkit-transform: rotate(90deg);
	 -o-transform: rotate(90deg);
	 -moz-transform: rotate(90deg);
}
 .features .v-tabs .v-tab-head a.active::before {
	 border-color: #e0312c transparent transparent;
}
 .features .v-tabs .v-tab-head a.active::after {
	 margin-right: -1px;
	 border-color: #faf8f5 transparent transparent;
}
 .features .v-tabs a.v-tab-head {
	 border: none;
	 padding: 15px 0;
	 text-align: left;
	 position: relative;
}
 .features .v-tabs a.v-tab-head:after {
	 color: #e2dcd6;
	 content: "\f054";
	 font-family: FontAwesome;
	 position: absolute;
	 right: 10px;
	 top: 50%;
	 transform: translateY(-50%);
	 -webkit-transform: translateY(-50%);
	 -moz-transform: translateY(-50%);
	 -o-transform: translateY(-50%);
}
 .features .v-tabs a.v-tab-head.active::after {
	 color: #3c6;
	 content: "\f078";
}
 .features .v-tabs .v-tab-pane {
	 padding: 0 15px;
}
 .features .v-tabs .v-tab-pane ul {
	 list-style: outside none none;
	 margin: 0;
	 padding: 0;
}
 .features .v-tabs .v-tab-pane ul li {
	 border-bottom: 1px solid #e2dcd6;
	 color: #292929;
	 font-size: 16px;
	 padding: 15px 0;
}
 .features .v-tabs .v-tab-pane ul li i {
	 color: #4c81b6;
	 cursor: pointer;
	 font-size: 14px;
}
 .features .v-tabs .v-tab-pane .in {
	 border-top: none;
	 padding-top: 0;
}
 .features .v-tabs .v-tab-pane .popover {
	 border: 1px solid #014d7e !important;
	 border-radius: 0;
	 width: auto;
	 margin: 10px 0 0 0;
	 max-width: 276px;
	 left: auto;
	 box-shadow: none;
}
 .features .v-tabs .v-tab-pane .popover.bottom .arrow {
	 border-bottom-color: #014d7e;
}
 .features .v-tabs .v-tab-pane .popover .popover-content {
	 font-size: 14px;
	 padding: 15px;
	 text-align: center;
}
 @media screen and (max-width: '768px') {
	 .features.light-brown {
		 border-top: 0 none;
	}
	 .features h2.section-title {
		 font-size: 32px;
	}
	 .features .v-tabs .v-tab-pane .in {
		 border-top: 1px solid #ddd;
		 border-bottom: 2px solid #ddd;
	}
	 .features .popover {
		 margin: 10px 5% 0;
		 max-width: none;
		 width: 90%;
	}
}
 .features .v-tab-link.visible-xs {
  display: none !important;
}
.btn-div {
    display: flex;
    justify-content: flex-end;
        position: relative;
    z-index: 10;
}
.btn-div .thm-btn {
    padding: 6px 14px;
    background: linear-gradient(135deg, #e0312c 0%, #1b3367 100%);
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
    color: #fff !important;
}

.notifications.fixed-notification .btn-div .thm-btn {
  color: #000 !important;
}

.chairman-desk .card{
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin: auto;
  text-align: center;
  border: unset;
  padding: 14px;
}
.charman-content {
    margin-top: 1rem;
}
.chairman-desk .card .container-1 {
    background: floralwhite;
    padding: 20px;
}
.chairman-desk .card .container-1 img {
    width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid orange;
}

.chairman-desk .title{
color: grey;
font-size: 18px;
}
.chairman-desk button{
outline: 0;
display: inline-block;
padding: 8px;
color: white;
text-align: center;
cursor: pointer;
width: fit-content;
font-size: 14px;
background-color: #dc3545;
border: none;
padding: 8px 22px;
font-weight: 500;
border-radius: 4px;
}
.chairman-desk a{
padding-right: 5px;
text-decoration: none;
font-size: 16px;
font-family:poppins;
color: black;
}
.chairman-desk button:hover{
  opacity: 0.9;
  color: #fff;
}
#services-tab .feature-three__box-inner h3 {
    font-size: 16px;
    line-height: 26px;
    color: var(--thm-black);
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    margin-bottom:0;
    font-weight: 500;
}
#services-tab .feature-three__box-inner {
    padding: 30px 8px;
}
.apply-loan-div .blog-card__image {
    height: 130px;
}
.apply-loan-div .blog-card__image img {
    height:100%;
    object-fit: cover;
}
.apply-loan-div .blog-card__content {
    padding: 16px 18px 16px 18px;
}
.apply-loan-div .blog-card__bottom {
    margin-top: 6px;
    padding-top: 10px;
}
.apply-loan-div .blog-card__content h3 {
    margin-bottom: 6px;
}
.apply-loan-div .blog-card__content h3 {
    font-size: 18px;
}
.blog-home.digital-services .feature-three__box {
    border: thin solid #b5b5b5;
    box-shadow: unset;
}
.blog-home.digital-services .feature-three__box-inner {
    padding: 20px 10px;
}
.blog-home.digital-services .feature-three__box-inner h3 {
    max-width: 100%;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: 500;
}
#others.funfact-one .container [class*="col-"]:not(:first-of-type)::before {
    display:none;
} 
#others.funfact-one, #others .funfact-one__bg {
    /* background-image: linear-gradient(to right, rgba(16, 54, 151, 0.85) 0%, rgba(49, 73, 135, 0.6) 40%, rgba(49, 73, 135, 0.2) 70%, rgba(255, 255, 255, 0) 70%), url(https://asianews.network/wp-content/uploads/bfi_thumb/sss-ts-7a7w0c75ync9pnxcn8hapqw18ps5p82r7zgw03ydwe8.jpg); */
  background-size: cover;
  position: relative;
}

#others.funfact-one .funfact-one__box h3 {
    font-size: 18px;
  margin-bottom: 0;
  padding: 10px;
  margin-top: 10px;
  font-weight: 500;
}
#others.funfact-one .funfact-one__box {
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 10px 14px;
    color: white;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    min-width: 280px;
    cursor: pointer;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

#others.funfact-one .funfact-one__box::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.6s;
}

#others.funfact-one .funfact-one__box:hover::before {
    left: 100%;
}

#others.funfact-one .funfact-one__box:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.4);
}

#others.funfact-one .funfact-one__box::after {
    content: '';
    position: absolute;
    top: 20%;
    right: -5px;
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); opacity: 0.7; }
    50% { transform: translateY(-20px) rotate(180deg); opacity: 1; }
}

/* Particle elements always floating */
.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.particle:nth-child(1) {
    top: 30%;
    left: 10%;
    animation: float 2s ease-in-out infinite 0.5s;
}

.particle:nth-child(2) {
    top: 60%;
    right: 15%;
    animation: float 2.5s ease-in-out infinite 1s;
}

.particle:nth-child(3) {
    bottom: 25%;
    left: 20%;
    animation: float 3s ease-in-out infinite 1.5s;
}


#others.funfact-one .icon-div {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

#others.funfact-one .icon-div i {
  font-size: 28px;
  color: #10943e;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#others.funfact-one .icon-div i::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #eff2f6;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}





.blog-home.photo-gallery .blog-card__image > span {
    top: unset;
    bottom: 0;
    background-color: rgba(0,0,0,.6);
}
.blog-home.photo-gallery .blog-card__image img {
  height: 150px;
  object-fit: cover;
}

.main-menu .main-menu__list > li:last-child {
  margin-right: 20px;
}
.news-updates .blog-card__image img {
    height: 200px;
  object-fit: cover;
}
.table > thead {
  background: #0c2139;
  color: #fff;
}
.table-bordered > :not(caption) > * > * {
  font-size: 14px;
}

.chairman-img img {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.chairman-img p {
  overflow: hidden;
}

.chairman-img-div {
  /* border-radius: 50%; */
  height: 200px; 
  width:200px;
  background-image: url('../new-images/chairman-new-crop.jpg');
  float: left;
  /* shape-outside: inset(1% round 50%); */
  margin-right: 20px;
  margin-bottom: 10px;
  background-position: 56% 30%;
  background-size: cover;
}

.chairman-title {
  font-size: 22px;
  font-weight: 600;
  color: #0c2139;
  margin-bottom: 0;
}

.chairman-name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 4px;
  color: #e0312c;
  margin-top: 4px;
}

.chairman-designation {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 16px;
  color: #555;
}

.chairman-content p {
  text-align: justify;
  line-height: 1.7;
}

.chairman-desk-2 p {
    text-align: justify;
  hyphens: auto;
}
.mission-vision {
    display: flex;
    gap: 10px;
}
.mission-vision img {
    width: 70px;
  height: 70px;
  object-fit: cover;
}
.logo-box .flex-div .right h5, .logo-box .flex-div .right h4, .logo-box .flex-div .right h6 {
    font-weight: 500;
    color: #fff;
    font-family: "Poppins", sans-serif;
}
.logo-box .flex-div .right h5 {
  font-family: "Noto Serif Bengali", serif;
  /* font-family: "Inter", sans-serif; */
}

@media(max-width:1500px) {
    .blog-home.digital-services .feature-three__box-inner h3 {
        font-size: 15px;
        font-weight: 500;
    }
}
.loan-tagline {
    background: rgba(14, 150, 64,.06);
    padding: 10px;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
}

.bg-color-head {
    background: #0c2139;
}
.bg-color-head tr th {
    border-bottom: unset;
    font-weight: 500;
}
tbody, td {
    font-size: 14px;
}

.enquiry-form {
    max-width: 500px;
    margin: auto;
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); */
    margin-left: 1rem;
  }
  .enquiry-form .input-group, .enquiry-form .form-select {
    border: thin solid #e9e9e9;
  padding: 4px;
  border-radius: 6px;
  } 

  .enquiry-form .input-group-text {
    background: #fff8ee;
  border: none;
  color: #e0312c;
  font-size: 14px;
  }

  .enquiry-form .form-control {
    border: none;
    /* border-bottom: 1px solid #ddd; */
    border-radius: 0;
    box-shadow: none;
    padding-left: 0.5rem;
    font-size: 13px;
  }
  .enquiry-form input::placeholder,
.enquiry-form textarea::placeholder, .enquiry-form .form-select::placeholder {
  color: #2b2b2b;
}

  .enquiry-form .form-control:focus, .enquiry-form .form-select:focus {
    border-color: #e9e9e9!important;
    box-shadow: none;
  }

  .enquiry-form h4 {
    margin-bottom: 25px;
    font-weight: 500;
    color: #0c2139;
    font-size: 22px;
  }

  .enquiry-form button {
    background-color: #e0312c;
    border: none;
    transition: background 0.3s ease;
  }

  .enquiry-form button:hover {
    background-color: #c02b26;
  }
  .accordion-button {
    font-size: 22px;
    color: #0c2139;
  } 
  #accordionExample {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
  }
  .accordion-button:not(.collapsed) {
  color: #0c2139;}

  .main-menu {
    position: absolute;
    z-index: 100;
    width: 100%;
  }

@media (min-width: 800px) {
  .block-title h2 {
    padding-right: 20px;
  }
}
.blog-home.photo-gallery .blog-card {
    margin-bottom: 24px;
}

.banner-fixed-box {
  position: absolute;
  top: 50%;
  /* right: 14px; */
  transform: translateY(-50%);
  /* background: rgba(12, 33, 57, 0.9); */
  /* padding: 20px; */
  border-radius: 8px;
  z-index: 8;
  left:12px;
}

.banner-fixed-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.banner-fixed-box li {
  margin-bottom: 0;
  background: rgba(12, 33, 57, 0.4);
  padding: 8px 14px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* for Safari */
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 40px;
}

.banner-fixed-box a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 14px;
  justify-content: space-between;
  gap: 16px;
}

.banner-fixed-box a i {
  color: #10943e;
  margin-right: 8px;
  font-size: 13px;
  background: rgba(255,255,255,.9);
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 16px;
  border-radius: 20px;
  padding: 4px;
}

.notice-scroll-btn {
  position: fixed;
  bottom: 110px;
  right: 20px;
  background-color: #e0312c;
  color: white;
  padding: 10px 16px;
  border-radius: 30px;
  font-weight: 600;
  z-index: 1000;
  text-decoration: none;
  align-items: center;
  gap: 6px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  display: flex;
  pointer-events: none; /* prevent click when hidden */
}

.notice-scroll-btn.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto; /* allow click when visible */
}

.notice-scroll-btn i {
  font-size: 18px;
}

.notice-popup {
  position: fixed;
  bottom: 154px;
  right: 20px;
  background: rgba(12, 33, 57, 0.9);
  color: white;
  padding: 16px;
  border-radius: 8px;
  max-width: 280px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  display: none;
  z-index: 9999;
  animation: slideUp 0.4s ease forwards;
}

.read-more-btn {
  display: inline-block;
  margin-top: 10px;
  background: #fff;
  color: #e0312c;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
}

@keyframes slideUp {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

@media(max-width: 576px) {
  .notice-scroll-btn, .notice-popup {
    right: 10px;
    bottom: 60px;
    max-width: 90%;
  }
}
.service-details.loan-product-cat .blog-card__content h3 {
  height:auto;
  min-height: auto;
}
@media(min-width:900px) {
  .digital-services.d-service-desktop-hide {
    display: none;
  }
}
.chairman-desk-2 {
  background: rgba(27, 51, 103, .04);
  padding: 1rem;
}
#productSelect {
  padding: 11px 10px;
  font-size: 13px;
}

#loanAccordion .accordion-item {
        border: none;
        border-radius: 0.5rem;
        margin-bottom: 0.75rem;
        overflow: hidden;
    }

   #loanAccordion .accordion-button {
        padding: 0.6rem 1rem;
        font-size: 0.95rem;
        font-weight: 600;
        background-color: #f7f9fc;
        color: #1b3367;
        transition: all 0.2s ease-in-out;
        border: none;
        box-shadow: none !important;
    }

    #loanAccordion .accordion-button:focus {
        outline: none;
        box-shadow: none;
    }

    #loanAccordion .accordion-button:not(.collapsed) {
        background-color: #eaf0fb;
        color: #1b3367;
    }

    #loanAccordion .accordion-button:hover {
        background-color: #e3eaf8;
        color: #16305b;
    }

    #loanAccordion .accordion-body {
        font-size: 0.875rem;
        padding: 0.8rem 1rem;
        background-color: #ffffff;
    }

    #loanAccordion .accordion-button::after {
        filter: brightness(0.3);
        width: 1rem;
        height: 1rem;
        background-size: 1rem;
    }

    #loanAccordion .accordion .fa-check-circle {
        color: #198b6d;
        margin-right: 5px;
    }

    #loanAccordion .accordion p,
    #loanAccordion .accordion ul li {
        margin-bottom: 0.4rem;
    }

    #loanAccordion .accordion ul {
        padding-left: 1rem;
        margin-bottom: 0;
    }

    /* Table styling inside accordion */
    #loanAccordion .accordion table {
        font-size: 0.85rem;
    }

    #loanAccordion .accordion table thead {
        background-color: #f1f5fb;
    }

    #loanAccordion .accordion table th,
    #loanAccordion .accordion table td {
        vertical-align: middle;
    }

    .notifications .about-total-loan-form {
  /* padding: 30px 20px 30px; */
  padding: 14px;
}
.notifications .about-one__form-content p + p {
  padding-top: 10px;
  margin-top: 10px;}
  .notifications .about-one__form-content p {
    text-align:left;
  }

  .about-total-loan-form-calculation {
            height: 160px;
            overflow: hidden;
            position: relative;
            /* background: white; */
        }

        .notification-scroll {
            /* animation: scrollUp 25s linear infinite;
            position: relative; */
            display: flex;
            flex-direction: column;
            /* animation: scrollUp 40s linear infinite; */
            animation: scrollUp 50s linear infinite;
            animation-fill-mode: both;
        }

        .about-total-loan-form-calculation:hover .notification-scroll {
            animation-play-state: paused;
        }

        @keyframes scrollUp {
          0%   { transform: translateY(50px); }
          3%   { transform: translateY(0); }      
          98%  { transform: translateY(-100%); }   
          100% { transform: translateY(-100%); }   
        }
         
        .notice-ul {
          padding-left: 0;
        }
.notice-ul li {
  list-style: none;
  text-align: left;
  border-bottom: 1px solid #787878;
}
.notice-ul li span,.notice-ul li i {
  font-size: 12px;
  color: #fff;
}
.notice-ul li a {
  color: #fff;
  font-size: 13px;
  line-height: 18px;
}
.team-home__content.notifications.mobile_notification {
  display: none;
}

/* Mega menu code start */
#mega_menu.dropdown ul {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  left: 42%;
  max-width: 680px;
  top: 75px;
}


#megamenu-sub-cat {
  display: block !important;
  opacity: 1;
  visibility: visible;
  background: transparent;
  box-shadow: none;
  transform: none;
  margin-top: 10px;
}

#megamenu-sub-cat ol {
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  background: transparent;
  box-shadow: none;
  min-width: auto;
  padding: 0;
  margin: 0;
}

 #mega_menu > ul {
  min-width: 540px;
  left: -60px;
  width: 800px;
  max-width: calc(100vw - 40px);
  display: flex !important;
  flex-direction: row !important;
  padding: 20px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 500ms ease;
  z-index: 999;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}


#mega_menu:hover > ul {
  opacity: 1 !important;
  visibility: visible !important;
}


#mega_menu > ul > li {
  flex: 1 1 33.333%;
  margin-right: 20px;
  position: relative;
}

#mega_menu > ul > li:last-child {
  margin-right: 0;
}


#mega_menu > ul > li > a {
  font-weight: 600;
  color: var(--thm-black, #333);
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 15px;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
}

.megamenu-sub-cat {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: static !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  margin-top: 10px;
  width: 100%;
}

.megamenu-sub-cat ul {
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  background: transparent !important;
  box-shadow: none !important;
  min-width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  flex-direction: column !important;
  width: 100% !important;
  left: auto !important;
  top: auto !important;
}


.megamenu-sub-cat ul li {
  width: 100% !important;
  margin-bottom: 5px;
  flex: none !important;
}


.megamenu-sub-cat ul li a {
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.3s ease;
  white-space: nowrap;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: var(--thm-black);
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  white-space: nowrap;
}

#mega_menu > ul > li > a:hover {
  color:#fff;
}


/* Fix Z-Index Issues */

.main-menu .main-menu__list li ul, 
.stricky-header .main-menu__list li ul {
  z-index: 9999 !important; /* Higher than slider */
}


.main-slider, .main-slider .swiper-container {
  z-index: 1;
  height: 85vh;
}

.team-home__carousel-wrap-2 .swiper-container {
  height: 100%;
}

/* Fix Mega Menu Hover Issues */
#mega_menu.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
}

#mega_menu.dropdown > ul {
  pointer-events: none; /* Prevent flickering */
}

#mega_menu.dropdown:hover > ul {
  pointer-events: all; /* Re-enable when hovering */
}

/* Add Hover Delay for Better UX */
.main-menu .main-menu__list li ul {
  transition-delay: 0.1s;
}

.main-menu .main-menu__list li:hover > ul {
  transition-delay: 0s;
}


/* Ensure Proper Hover Area */
#mega_menu.dropdown {
  position: static; /* If needed for hover area */
}

/* Fix Mobile Issues (if applicable) */
@media (max-width: 768px) {
  .main-menu .main-menu__list li ul {
    position: static;
    opacity: 1;
    visibility: visible;
    z-index: auto;
  }
}

/* Mega menu */

.team-home__content.notifications {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 320px;
  background: rgba(12, 33, 57, 0.4);
  border-radius: 10px;
  /* padding: 20px; */
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  z-index: 2;
  padding-bottom: 0;
  margin-right: 0;
}

#grievance-form-container {
            
            min-height: 100vh;
            padding: 30px 0;
        }

        #grievance-form-container .enquiry-form {
            max-width: 800px;
            margin: 0 auto;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 8px 25px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.2);
            
        }

        #grievance-form-container .form-section {
              background: rgba(238, 238, 238, 0.16);
            border-radius: 15px;
            padding: 25px;
            padding-bottom: 14px;
            margin-bottom: 8px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(5px);
        }

        #grievance-form-container .section-title {
            color: #2d3748;
            font-weight: 600;
            font-size: 1.2rem;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 1px solid #b6c5d6;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        #grievance-form-container .enquiry-form .form-select {
          border:unset;
        }

        #grievance-form-container .section-icon {
            background: linear-gradient(135deg, #e0312c, #ff6b35);
            color: white;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
        }

        #grievance-form-container .file-upload-area {
            border: 2px dashed #d1d5db;
            border-radius: 12px;
            padding: 30px;
            text-align: center;
            transition: all 0.3s ease;
            background: rgba(255, 255, 255, 0.05);
            cursor: pointer;
        }

        #grievance-form-container .file-upload-area:hover {
            border-color: #f093fb;
            background: rgba(240, 147, 251, 0.05);
        }

        #grievance-form-container .file-upload-icon {
            font-size: 3rem;
            color: #9ca3af;
            margin-bottom: 15px;
        }

        #grievance-form-container .file-upload-text {
            color: #6b7280;
            font-size: 14px;
            margin-bottom: 5px;
        }

        #grievance-form-container .file-upload-hint {
            color: #9ca3af;
            font-size: 12px;
        }

        #grievance-form-container .declaration-box {
            background: rgba(251, 182, 182, 0.1);
  border: 1px solid rgba(251, 182, 182, 0.2);
            border-radius: 12px;
            padding: 20px;
            margin-bottom: 25px;
        }

        #grievance-form-container .form-check-input:checked {
            background-color: #f093fb;
            border-color: #f093fb;
        }

        #grievance-form-container .btn-primary {
            background: linear-gradient(135deg, #e0312c, #ff6b35);
            border: none;
        }

        #grievance-form-container .btn-primary:hover {
            background: linear-gradient(135deg, #e42b25, #e25d2d);
        }

        #grievance-form-container .required-field::after {
            content: " *";
            color: #ef4444;
            font-weight: bold;
        }

        @media (max-width: 768px) {
            #grievance-form-container {
                padding: 20px 15px;
            }
            
            #grievance-form-container .enquiry-form {
                padding: 25px;
            }
            
            #grievance-form-container .form-section {
                padding: 20px;
            }
        }

        .success-container {
      background: rgba(255, 255, 255, 0.85);
      backdrop-filter: blur(10px);
      padding: 50px 40px;
      border-radius: 20px;
      box-shadow: 0 20px 40px rgba(0,0,0,0.15);
      text-align: center;
      max-width: 420px;
      width: 90%;
      animation: fadeSlideIn 0.8s ease;
      margin: 0 auto;
    }

    @keyframes fadeSlideIn {
      from {
        opacity: 0;
        transform: translateY(40px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .success-icon {
      width: 100px;
      margin-bottom: 25px;
      animation: popIn 0.5s ease-out;
    }

    @keyframes popIn {
      0% {
        transform: scale(0.2);
        opacity: 0;
      }
      100% {
        transform: scale(1);
        opacity: 1;
      }
    }

    .success-div {
      background: linear-gradient(135deg, #c3f5d0, #d0e8f2);
      padding: 3rem;
    }
    .check-status-btn {
      display: inline-block;
      background: #4CAF50;
      color: white;
      padding: 14px 28px;
      font-size: 16px;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      text-decoration: none;
      box-shadow: 0 0 10px rgba(76, 175, 80, 0.4);
      transition: all 0.3s ease;
    }

    .status-container {
      background: rgba(255, 255, 255, 0.8);
      backdrop-filter: blur(8px);
      padding: 50px 40px;
      border-radius: 20px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
      text-align: center;
      animation: fadeSlideIn 0.8s ease;
    }

    @keyframes fadeSlideIn {
      from {
        opacity: 0;
        transform: translateY(30px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
.status-container .input-group {
      position: relative;
      margin-bottom: 30px;
      max-width: 250px;
      margin: 0 auto;
    }

    .status-container .input-group input {
      width: 100%;
      padding: 14px 12px;
      font-size: 16px;
      border-radius: 10px !important;
      background: transparent;
      outline: none;
      transition: 0.3s ease;
      border: 1px solid #ededed;
    }

    .status-container .input-group label {
      position: absolute;
      left: 12px;
      top: 14px;
      color: #777;
      background: white;
      padding: 0 5px;
      transition: 0.3s ease;
      pointer-events: none;
    }

    .status-container .input-group input:focus + label,
    .status-container .input-group input:not(:placeholder-shown) + label {
      top: -10px;
      left: 10px;
      font-size: 12px;
      color: #4CAF50;
    }
    .note {
      margin-top: 20px;
      color: #666;
      font-size: 14px;
    }

    .status-wrapper {
      background: #fff;
      padding: 40px 30px;
      border-radius: 20px;
      animation: fadeSlideIn 0.6s ease;
    }

    @keyframes fadeSlideIn {
      from {
        transform: translateY(30px);
        opacity: 0;
      }
      to {
        transform: translateY(0);
        opacity: 1;
      }
    }

    .status-wrapper {
            backdrop-filter: blur(10px);
            padding: 30px;
            border-radius: 16px;
            overflow-x: auto;
        }

        .step-container {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            position: relative;
        }

        .step {
            flex: 1;
            min-width: 150px;
            position: relative;
            text-align: center;
        }

        .step:not(:last-child)::after {
            content: '';
            position: absolute;
            top: 20px;
            left: -12%;
            right: 0%;
            height: 4px;
            background: #ccc;
            z-index: 0;
            transform: translateX(50%);
        }

        .step.active:not(:last-child)::after {
            background: #4CAF50;
        }

        .step-icon {
            width: 40px;
            height: 40px;
            line-height: 40px;
            border-radius: 50%;
            background: #ccc;
            color: white;
            margin: 0 auto;
            z-index: 1;
            position: relative;
            font-weight: bold;
            font-size: 16px;
            transition: background 0.3s ease;
        }

        .step.active .step-icon {
            background: #4CAF50;
        }

        .step-title {
            margin-top: 10px;
            font-size: 16px;
            color: #444;
        }

        .step-description {
            margin-top: 6px;
            font-size: 14px;
            color: #666;
        }

        @media (max-width: 768px) {
            .step-container {
                overflow-x: auto;
                flex-wrap: nowrap;
            }

            .step {
                min-width: 200px;
            }

           
        }
@media(min-width:1500px) {
  .container-fluid {
    padding: 0 8rem;
  }
}

.gallery-section-new .team-one__image {
  background: #fff;
}

.gallery-section-new .team-one__image > img {
  height: 220px;
  object-fit: cover;
}
 .copyright-div p a {
  color: var(--thm-text-dark);
 }
.disclaimer a {
  color: var(--thm-text-dark);
  font-size: 12px;
}
.last-update {
  background: rgba(255,255,255,.09);
  padding: 4px 10px;
  width: fit-content;
  color: #ddd;
  font-weight: 600;
  font-size: 13px;
}

.footer-app-download {
  text-align: left;
}

.footer-app-download h4 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #333;
}

.footer-app-download h5 {
  /* font-size: 14px; */
  color: #fff!important;
}

.app-buttons {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 15px;
}

/* Board of directors code start */
.team-page.board-of-directors .team-one__image {
  background: #f7f7f7;
  border: thin solid #ececec;
/*  padding: 10px;*/
  height: 285px;
}

.team-page.board-of-directors .team-one__image > img {
  height:100%;
  object-fit: contain;
  width: 100%;
  max-width: 100%;
}
.team-page.board-of-directors .team-one__content span {
  display: block;
  margin: 0;
  line-height: 15px;
  color: #fff;
  margin-top: 4px;
  font-size: 12px;
  text-align: center;
}
.team-page.board-of-directors .team-one__content {
/*  position: absolute;*/
  bottom: 0;
  width: 100%;
/*  max-width: 300px;*/
  max-width: 100%;
  border-top-right-radius: 4px;
  background-color: #0c2139;
  padding: 8px 16px;
  left: 50%;
/*  transform: translateX(-50%);*/
  text-align: center;
}
/* Board of directors end */



.card.card-premium {
/*background: rgba(255, 255, 255, 0.1);*/
backdrop-filter: blur(20px);
/*border: 1px solid rgba(255, 255, 255, 0.2);*/
border-radius: 20px;
padding: 30px;
text-align: center;
transition: all 0.3s ease;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
position: relative;
overflow: hidden;
background: linear-gradient(145deg, #fff, #f8f9fa);
color: #000;
border: 1px solid #b3b3b3;
margin-bottom: 15px  
}

.card.card-premium::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
transition: left 0.5s;
}

.card.card-premium:hover::before {
left: 100%;
}

.card.card-premium:hover {
transform: translateY(-10px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.name {
font-size: 22px;
font-weight: 700;
margin-bottom: 20px;
line-height: 1.2;
}

.organization {
font-size: 15px;
font-weight: 500;
line-height: 1.4;
opacity: 0.9;
}

.location {
font-size: 14px;
margin-top: 15px;
opacity: 0.8;
font-style: italic;
}

.decorative-line {
width: 60px;
height: 3px;
background: currentColor;
margin: 15px auto;
border-radius: 2px;
opacity: 0.6;
}

@media (max-width: 768px) {

.card.card-premium {
width: 100%;
max-width: 100%;
}
}

.card-premium .decorative-line {
background: #ffd700;
}
.about-one a {
  color: #2b2b2b;
}
.about-one a:hover {
  color: #3b3b3b !important;
}
.btn-div a {
  color: #fff;
}


.sticky-header__content .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.sticky-header__content i.fa.fa-home{
  color: #2b2b2b !important;
}


.sticky-header__content .flex-div .right h5, .sticky-header__content .flex-div .right h4, .sticky-header__content .flex-div .right h6, .sticky-header__content .main-menu__list li a, .sticky-header__content .main-menu__list .fa.fa-home, .sticky-header__content .main-header__info-phone-content span, .sticky-header__content .main-header__info-phone-content h3 a {
  color: #2b2b2b;
}
.stricky-header .main-menu__list > li:last-child {
    margin-right: 8px;
}
.sticky-header__content .flex-div .right h6 {
  color: #e0312c!important;
}
#stricky-header-container #mega_menu.dropdown ul {
  top: 56px;
}
@media(min-width:900px) {
  .fa.fa-bars.mobile-nav__toggler {
    display:none;
  }
}


/*branch locator*/
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
  transition: all 0.5s;
}

/*branch locator ended*/

.topbar__right .btn-div .last-updated-header {
  font-size: 10px;
  padding: 4px 10px;
}
@media(min-width:900px) {
  .main-menu__list.mobile___menu {
    display: none;
  }
}

.team-home__content.mobile_notification {
  display: none;
}



.notification-table-wrapper {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin: 20px 0;
}

.notification-table {
    width: 100%;
    border-collapse: collapse;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.notification-table thead {
    background: linear-gradient(135deg, #1b3367 0%, #0f9340 100%);
}

.notification-table th {
    padding: 20px 24px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
}

.notification-row {
    transition: all 0.3s ease;
    border-bottom: 1px solid #f0f2f5;
}

.notification-row:hover {
    background-color: #f8fafb;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(27, 51, 103, 0.15);
}

.notification-row:last-child {
    border-bottom: none;
}

.notification-table td {
    padding: 10px 16px;
    vertical-align: middle;
    border: none;
}

.notification-table-wrapper .date-cell {
    width: 140px;
}

.notification-table-wrapper .date-badge {
    display: inline-block;
  background: linear-gradient(135deg, #e0312c 0%, #1b3367 100%);
  color: white;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 16px;
}

.notification-table-wrapper .title-cell {
    position: relative;
    padding-right: 12px;
}

.notification-table-wrapper .notification-title {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #2d3748;
    line-height: 1.4;
    margin-bottom: 6px;
}

.notification-table-wrapper .notification-type {
    display: inline-block;
  padding: 2px 10px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 18px;
}

.notification-table-wrapper .notification-type.tender {
    background-color: rgba(15, 147, 64, 0.1);
    color: #0f9340;
    border: 1px solid #0f9340;
}

.notification-table-wrapper .notification-type.news {
    background-color: rgba(224, 49, 44, 0.1);
    color: #e0312c;
    border: 1px solid #e0312c;
}

.notification-table-wrapper .action-cell {
    width: 120px;
    text-align: center;
}

.notification-table-wrapper .view-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #0f9340 0%, #1b3367 100%);
    color: white;
    text-decoration: none;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 2px 8px rgba(15, 147, 64, 0.3);
}

.notification-table-wrapper .view-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(15, 147, 64, 0.4);
    color: white;
    text-decoration: none;
}

.notification-table-wrapper .view-btn i {
    font-size: 14px;
}

.notification-table-wrapper .no-file {
    color: #a0aec0;
    font-size: 12px;
    font-style: italic;
}

.notification-table-wrapper .empty-row td {
    text-align: center;
    padding: 40px 24px;
    color: #a0aec0;
    font-style: italic;
    background-color: #f9fafb;
}

.notification-table-wrapper .empty-message {
    font-size: 14px;
    color: #718096;
}

/* Responsive Design */
@media (max-width: 768px) {
    .notification-table-wrapper {
        margin: 10px 0;
        border-radius: 8px;
    }
    
    .notification-table th,
    .notification-table td {
        padding: 12px 16px;
    }
    
    .notification-table-wrapper .date-cell {
        width: auto;
    }
    
    .notification-table-wrapper .date-badge {
        padding: 6px 10px;
        font-size: 10px;
    }
    
    .notification-title {
        font-size: 14px;
    }
    
    .view-btn {
        padding: 8px 12px;
        font-size: 12px;
    }
    
    .notification-table-wrapper .view-btn span {
        display: none;
    }
}

@media (max-width: 480px) {
    .notification-table th:first-child,
    .notification-table td:first-child {
        display: none;
    }
    
    .notification-table-wrapper .title-cell {
        padding-right: 8px;
    }
}

@media(min-width:900px) {
  .date-cell.mobile-date-cell {
    display:none;
  }
}
#accordionExample {
  padding: 0;
}