:root {
  --tan-body-font: "Inter", sans-serif;
  --tan-title-font: "Outfit", sans-serif;
  --tan-base: #ffa065;
  --tan-base-rgb: 255, 160, 101;
  --tan-primary: #ff5a74;
  --tan-primary-rgb: 255, 90, 116;
  --tan-secondary: #3852ff;
  --tan-secondary-rgb: 56, 82, 255;
  --tan-black: #121212;
  --tan-black-rgb: 18, 18, 18;
  --tan-dark: #000932;
  --tan-dark-rgb: 0, 9, 50;
  --tan-gray: #c2c2c2;
  --tan-gray-rgb: 194, 194, 194;
  --tan-text: #666666;
  --tan-text-rgb: 102, 102, 102;
  --tan-white: #ffffff;
  --tan-white-rgb: 255, 255, 255;
}
.form-horizontal .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, a, th, td {
    font-family: "Poppins", sans-serif;
}
.form-horizontal th, .form-control, td {
    font-size: .9rem;
}
.form-horizontal .form-control {
    width: 100% !important;
}
.form-label {
    margin-bottom: .5rem;
    font-family: "Poppins", sans-serif;
    font-size: .8rem;
    font-weight: 700;
    color: #1c2437;
}
.tamil .project-outline h5 {
  font-size: 18px;
}
.tamil .abt-main-heading h4 {
  font-size: 28px;
}
.common_section table tbody tr td a:hover {
  color: #f5821f;
}
.tamil .foot-tile h4 {
  font-size: 18px;
}
.tamil p {
  font-family: "Noto Sans Tamil", sans-serif !important;
}
.tamil .h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: "Noto Sans Tamil", sans-serif !important;
}
.tamil .navbar .navbar-nav .nav-item a {
  font-size: 14px;
}
.topbar {
  padding: 10px 10px 0px 10px;
}
.topbar-left {
  display: flex;
  justify-content: start;
  gap: 20px;
  margin: 5px;
}

.topbar .topbar-left h4 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;

  color: #020626;
}

.topbar .topbar-left a {
  text-decoration: none;
  color: #020626;
}

.topbar-right {
  display: flex;
  justify-content: end;
}

.gov-default {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}

.main-defaults {
  position: relative;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 2px 10px 2px 10px;
  display: flex;
  justify-content: center;
  align-items: center;

  gap: 10px;
}
.top-vr-line-1 {
  position: absolute;
  top: 4px;
  left: 65px;
  padding-left: 9px;
}
.top-vr-line-2 {
  position: absolute;
  top: 4px;
  left: 180px;
  padding-left: 18px;
}
.top-chg-button a {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #020626;
  text-decoration: none;
}
.skip-cnt a {
  padding-left: 10px;

  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;

  color: #020626;
}
.screen-reader a {
  padding-left: 10px;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;

  color: #020626;
}

.language-chg p {
  margin: 5px;
  margin-left: 20px;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #020626 !important;
}

/* Nav Bar */

.dropdown .dropdown-menu .dropdown-item {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  padding: 10px 20px;

  text-transform: capitalize;

  /* color: #000000; */
}
#nav-bar-color a {
  color: #000000;
}
.navbar .navbar-nav .nav-item a {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;

  text-transform: inherit;
}
.nav-link:focus,
.nav-link:hover {
  color: #f5821f;
}

.dropdown ul li {
  border-radius: 1px !important;
}

.dropdown-menu {
  margin-top: 0px;
  padding-top: 10px;
  border-radius: 1px !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.dropdown-menu .dropdown-toggle::after {
  vertical-align: middle;
  border-left: 4px solid;
  border-bottom: 4px solid transparent;
  border-radius: 1px solid !important;
  border-top: 4px solid transparent;
}
.dropdown-menu .dropdown .dropdown-menu {
  left: 100%;
  top: 0%;
  margin: 0 20px;
  border-width: 0;
}
.dropdown-menu .dropdown .dropdown-menu.left {
  right: 100%;
  left: auto;
}

.navbar-section {
  background: #09274c;
}
.navbar .navbar-nav li {
  margin: 0px 10px 0px 10px;
}

/*
.navbar .navbar-nav li:hover {
  background: #09274c;
  color: white;
}
*/
/*

.navbar .navbar-nav li a:hover {
  background: #09274c;
  color: white;
}
*/

.toll-free {
  margin-bottom: 0px;
  gap: 10px;

  display: flex;
  align-items: center;
}

.toll-free .call-circle {
  margin-top: 10px;
  width: 35px;
  height: 35px;
  border-radius: 30px;
  border: 1px solid #f5821f;
  text-align: center;
}

.toll-free img {
  margin-top: 5px;
}

.toll-free h4 {
  margin-top: 3px;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;

  color: #ffffff;
}
.toll-free h5 {
  margin-top: -10px !important;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;

  color: #f5821f;
}
.toll-free a {
  text-decoration: none;
  color: #f5821f;
}

.login button {
  text-align: center;
  margin-top: 10px;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;

  display: flex;
  align-items: center;

  color: #ffffff;
}
.login ul li {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;

  display: flex;
  align-items: center;

  color: #ffffff;
}

.login:hover button {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;

  display: flex;
  align-items: center;

  color: #ffffff;
}

#sub_navbar ul {
  padding-top: 15px;
  margin: 0;
}

.btn-group:hover .dropdown-menu {
  display: block;
  margin-top: 35px;
}

/* slider */
/* 
.banner {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
} */
.slider-img {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slider-right-cnt {
  position: absolute;
  right: 0;
  bottom: 0;
}
.slider-map {
  position: absolute;
  top: 5%;
  left: 15%;
}
.slider-video {
  position: absolute;
  right: 0;
  top: 0;
  object-fit: cover;
  bottom: 0;
  z-index: -1;
}
/* 
.slider-counts {
  display: flex !important;
  gap: 10px;
} */

.slider-counts {
  position: absolute;
  left: 0px;
  bottom: 50px;
  width: 100%;
}

.slider-count-square {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 163px;
  height: 126px;

  background: rgba(13, 39, 69, 0.05);
}

.slider-count-square h4 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;

  color: #f5821f;
}
.slider-count-square h5 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;

  color: #020626;
}

/* slider end */

/* About contetn */

.first-img {
  position: relative;
}
.first-img-cnt {
  padding: 50px;
  position: absolute;
  top: 10%;
  left: 0;
}
.first-img-cnt h5 {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.5);
  color: transparent;
  font-family: "Raleway";
  font-style: initial;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
}
.first-img-cnt h6 {
  text-align: center;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  display: flex;
  align-items: center;
  color: #ffffff;
}
.abt-img {
  padding-top: 60px;
}
.abt-img img {
  position: relative;
}
.circle-img img {
  position: absolute;
  /* top: 180px;
  left: 130px; */
  top: 0;
  left: 0;
}

.read-abt-btn {
  position: relative;
}

.btn-design-abt {
  position: absolute;
  bottom: -15px;
  right: -1px;
  z-index: -2222;
}

.abt-cnt {
  padding-top: 60px;
}
.abt-img-div {
  position: relative;
}
.abt-side-particle {
  position: absolute;
  top: 20px;
  left: -10px;
}
.abt-side-layer {
  position: absolute;
  top: 1150px;
  left: 0px;
}

.abt-cnt .abt-title h5 {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 500;
  font-size: 16px;

  display: flex;
  align-items: center;
  text-transform: lowercase;

  color: #0c0808;
}
.abt-cnt .abt-title h5 b {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 500;
  font-size: 16px;

  color: #f5821f;
}

.abt-cnt .abt-title img {
  margin-top: -30px !important;
}

.abt-main-heading h4 {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;

  display: flex;
  align-items: center;

  color: #020626;
}

.abt-main-heading img {
  margin-top: -30px;
}
.abt-main-heading p {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  /* or 181% */

  display: flex;
  align-items: center;
  text-align: justify;

  color: #5a627d;
}

.abt-main-heading a {
  border-radius: 1px;
  padding: 21px 47.61px 21px 48px;
  isolation: isolate;
  /* padding: 10px 30px 10px 30px; */
  background: #020626;
}
.abt-main-heading a:hover {
  border-radius: 1px;
  padding: 21px 47.61px 21px 48px;
  isolation: isolate;
  /* padding: 10px 30px 10px 30px; */
  background: #2b245a;
}

.abt-main-heading a span {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;

  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.16px;
  text-transform: capitalize;

  color: #ffffff;
}
.abt-main-heading a {
  border-radius: 1px;
  padding: 21px 47.61px 21px 48px;
  isolation: isolate;
  /* padding: 10px 30px 10px 30px; */
  background: #020626;
}
.abt-main-heading button:hover {
  border-radius: 1px;
  padding: 21px 47.61px 21px 48px;
  isolation: isolate;
  /* padding: 10px 30px 10px 30px; */
  background: #2b245a;
}

.abt-main-heading a span {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;

  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.16px;
  text-transform: capitalize;

  color: #ffffff;
}
.abt-main-heading a span {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;

  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.16px;
  text-transform: capitalize;

  color: #ffffff;
}

.our-project {
  background: rgba(232, 247, 253, 0.5) url(../images/background-layer.png)
    no-repeat;
  background-size: cover;
  width: 100%;
}

.proj-cnt .proj-title h5 {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 500;
  font-size: 16px;

  display: flex;
  align-items: center;
  text-transform: lowercase;

  color: #0c0808;
}
.proj-cnt .proj-title h5 b {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 500;
  font-size: 16px;

  color: #f5821f;
}

.proj-cnt .proj-title img {
  margin-top: -30px !important;
}
.proj-cnt {
  padding-top: 60px;
}
.pro-main-tilte h4 {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;

  display: flex;
  align-items: center;

  color: #020626;
}

.pro-main-tilte h4 b {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 38px;

  display: flex;
  align-items: center;

  color: #f5821f;
}
.pro-main-tilte img {
  margin-top: -30px;
  margin-left: 70px;
}
.pro-main-para {
  display: flex;
  justify-content: end;
  gap: 15px;
}

.pro-main-para h5 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;

  display: flex;
  align-items: center;

  color: #5a627d;
}
.project-outline {
  margin-top: 30px;
  padding: 20px;
  padding-bottom: 60px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: white;
  text-align: center;
}

.project-outline .proj-out-img {
  padding-top: 20px;
}

.project-outline h5 {
  padding-top: 20px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;

  text-transform: capitalize;

  color: #000000;
}

.project-outline p {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  height: 70px;
  color: #5a627d;
}
.pro-background {
  background: url(../images/abt-bg-2.png) no-repeat;
  background-size: cover;
  /* background-size: contain; */
  width: 100%;
}
.pro-bg-content {
  margin-top: -130px;
  padding: 200px 0px 120px 0px;
}

.abt-main-image-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tn-counts .total-count {
  padding-top: 80px;
}

.tn-counts .total-count h5 {
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.5);
  color: transparent;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 49px;
}
.tn-counts .total-count h4 {
  padding-top: 10px;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 4px;

  color: #ffffff;
}
.proj-cnt-2 .proj-title-2 h5 {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 500;
  font-size: 16px;

  display: flex;
  align-items: center;
  text-transform: lowercase;

  color: #ffffff;
}
.proj-cnt-2 .proj-title-2 h5 b {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 500;
  font-size: 16px;

  color: #f5821f;
}

.proj-cnt-2 .proj-title-2 img {
  margin-top: -30px !important;
}
.abt-main-heading-2 h4 {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  text-transform: none;
  display: flex;
  align-items: center;

  color: #ffffff;
}

.abt-main-heading-2 img {
  margin-top: -30px;
}
.abt-main-heading-2 p {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;

  display: flex;
  align-items: center;

  color: #5a627d;
}

.abt-main-heading-2 button {
  border: 1px;
  border-radius: 1px;
  padding: 21px 47.61px 21px 48px;
  isolation: isolate;
  /* padding: 10px 30px 10px 30px; */
  background: #0c1233;
}
.abt-main-heading-2 button:hover {
  border-radius: 1px;
  padding: 21px 47.61px 21px 48px;
  isolation: isolate;
  /* padding: 10px 30px 10px 30px; */
  background: #2b245a;
}

.abt-main-heading-2 a {
  border: 1px;
  border-radius: 1px;
  padding: 21px 47.61px 21px 48px;
  isolation: isolate;
  /* padding: 10px 30px 10px 30px; */
  background: #0c1233;
}
.abt-main-heading-2 a:hover {
  border-radius: 1px;
  padding: 21px 47.61px 21px 48px;
  isolation: isolate;
  /* padding: 10px 30px 10px 30px; */
  background: #2b245a;
}

.pro-read-btn {
  position: relative;
}

.btn-design-pro {
  position: absolute;
  bottom: -15px;
  right: 0px;
  z-index: -2222;
}

.abt-main-heading-2 button span {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;

  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.16px;
  text-transform: capitalize;

  color: #ffffff;
}

.abt-main-heading-2 a span {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;

  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.16px;
  text-transform: capitalize;

  color: #ffffff;
}
/* important link */

.important-link {
  background: url(../images/import-link-background.png) no-repeat;
  background-size: cover;
  width: 100%;
}
.link-title {
  margin-top: 30px;
  display: flex;
  padding-top: 5px;
  justify-content: center;
  align-items: baseline;
  gap: 100px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.link-title h4 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 29px;

  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 2.25px;
  text-transform: uppercase;

  color: #000000;
}
.link-title h4 b {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 29px;

  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 2.25px;
  text-transform: uppercase;

  color: #f5821f;
}
.link-imgs-1 {
  align-self: flex-end;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
}
.link-imgs-2 {
  align-self: flex-end;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
}
.link-imgs-3 {
  align-self: flex-end;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
}
.link-imgs-4 {
  align-self: flex-end;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
}
.link-imgs-5 {
  align-self: flex-end;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
}
.link-imgs-6 {
  align-self: flex-end;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
}
.link-imgs-1:hover {
  animation-name: link-imgs-1;
  animation-timing-function: ease;
}

.link-imgs-2:hover {
  animation-name: link-imgs-2;
  animation-timing-function: ease;
}

.link-imgs-3:hover {
  animation-name: link-imgs-3;
  animation-timing-function: ease;
}

.link-imgs-4:hover {
  animation-name: link-imgs-4;
  animation-timing-function: ease;
}

.link-imgs-5:hover {
  animation-name: link-imgs-5;
  animation-timing-function: ease;
}

.link-imgs-6:hover {
  animation-name: link-imgs-6;
  animation-timing-function: ease;
}
@keyframes link-imgs-1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes link-imgs-2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes link-imgs-3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes link-imgs-4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes link-imgs-5 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes link-imgs-6 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}

.link-imgs-1 {
  margin-top: 50px;
}
.link-imgs-2 {
  margin-top: 140px;
}

.link-imgs-4 {
  margin-top: 130px;
}
.link-imgs-5 {
  margin-top: 30px;
}
.link-imgs-6 {
  margin-top: 110px;
}

/* footer */

.footer {
  padding: 10px;
  background: #020626;
}

.foot-tile h4 {
  padding-top: 30px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;

  color: #ffffff;
}
.foot-tile ul li {
  padding-top: 20px;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: left;

  color: #b4b4b4;
}

.foot-tile p {
  padding-top: 15px;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  /* or 181% */

  display: flex;
  align-items: center;

  color: #b4b4b4;
}

.foot-tile a {
  text-decoration: none;
  color: #b4b4b4;
}
.user-details {
  width: 70%;
  padding: 1px;
  padding-bottom: 50px;
  background: #081221;
}

/* user input */
.group {
  position: relative;
  margin-bottom: 35px;
  margin-top: 60px;
}

.inputMaterial {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #757575;
}

.inputMaterial:focus {
  outline: none;
}

/* LABEL ======================================= */
input {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;

  color: #b4b4b4;
}

.group label {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #999;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 20px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

/* active state */
.inputMaterial:focus ~ label,
.inputMaterial:valid ~ label {
  top: -10px;
  font-size: 14px;
  color: #b4b4b4;
}

/* BOTTOM BARS ================================= */
.bar {
  position: relative;
  display: block;
  width: 70%;
}
.bar:before,
.bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #140a2f;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.bar:before {
  left: 50%;
}
.bar:after {
  right: 50%;
}

/* active state */
.inputMaterial:focus ~ .bar:before,
.inputMaterial:focus ~ .bar:after {
  width: 50%;
}

/* Error Text*/
.error-txt {
  position: absolute;
  font-family: arial;
  color: red;
  font-size: 14px;
  bottom: -18px;
  display: none;
}
.error input {
  border-bottom: 1px solid rgb(216, 216, 216);
}
.error .error-txt {
  display: block;
}
/*hide and show classes css*/
.hide {
  display: none;
}
.show {
  display: block;
}

.form-icon-1 {
  width: 20px;
  height: 15px;
  margin-right: 15px;
}

.form-icon-2 {
  /* margin-left: 290px; */
  width: 20px;
  height: 15px;
  margin-right: 15px;
}
.form-icon-3 {
  /* margin-left: 263px; */
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.submit-btn {
  display: flex;
  justify-content: end;
}

.btn-submit {
  position: relative;
  display: flex;
  justify-content: end;
  flex-direction: row;
  padding: 5px 27px 4px 23px;
  isolation: isolate;
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.25);
}

.btn-small-design {
  position: absolute;
  bottom: -4px;
  right: 0px;
  z-index: -2222;
}

.btn-submit span {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  /* identical to box height, or 158% */

  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.16px;
  text-transform: capitalize;

  color: #ffffff;
}

.btn-submit:hover {
  display: flex;
  flex-direction: row;
  padding: 5px 27px 4px 23px;
  isolation: isolate;
  border-radius: 1px;
  background: rgba(157, 157, 157, 0.25);
}
.cpy-ryt h4 {
  margin-top: 30px;
  text-align: end;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;

  display: flex;
  align-items: center;
  justify-content: end;
  text-transform: uppercase;

  color: #ffffff;
}
.cpy-cnt {
  display: flex;
  gap: 70px;
}

.cpy-cnt h4 {
  margin-top: 30px;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;

  text-transform: capitalize;

  color: #ffffff;
}
.cpy-cnt a {
  color: #ffffff;
  text-decoration: none;
}
.cpy-cnt a:hover {
  color: #f5821f;
  text-decoration: none;
}

/* About us */

.aboutus {
  background: url(../images/import-link-background-2.png) no-repeat center;
  background-size: cover;
}

.abt-main-heading-pages h4 {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 46px;

  display: flex;
  align-items: center;

  color: #020626;
}

.abt-main-heading-pages img {
  margin-top: -30px;
}
.abt-main-heading-pages p {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  /* or 181% */

  display: flex;
  align-items: center;
  text-align: justify;

  color: #5a627d;
}

.abt-main-heading-pages button {
  border-radius: 1px;
  padding: 21px 47.61px 21px 48px;
  isolation: isolate;
  /* padding: 10px 30px 10px 30px; */
  background: #020626;
}
.abt-main-heading-pages button:hover {
  border-radius: 1px;
  padding: 21px 47.61px 21px 48px;
  isolation: isolate;
  /* padding: 10px 30px 10px 30px; */
  background: #2b245a;
}

.abt-main-heading-pages button span {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;

  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.16px;
  text-transform: capitalize;

  color: #ffffff;
}

.abt-cnt-page .abt-title h5 {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 500;
  font-size: 16px;

  display: flex;
  align-items: center;
  text-transform: lowercase;

  color: #0c0808;
}
.abt-cnt-page .abt-title h5 b {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 500;
  font-size: 16px;

  color: #f5821f;
}

.abt-cnt-page .abt-title img {
  margin-top: -30px !important;
}

.bread-crumb {
  padding: 10px;

  display: flex;
  /* background: #88bdbc; */
  background: #e8deef;
  align-items: center;
}

.bread-cnt h4 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  margin: 10px;

  color: #09274c;
}
.bread-cnt b {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;

  color: #000000;
}

.blog-img img {
  width: 100%;
  padding: 10px;
}

.blog-cnt {
  text-shadow: 1px 1px 1px rgb(202, 202, 202);
  box-shadow: rgba(216, 216, 216, 0.45) 0px 25px 20px -20px;
  margin-top: 10px;
  padding: 20px;
}
.blog-cnt a {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  color: #09274c;
  text-decoration: none;
}
.blog-cnt h5 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  display: flex;
  align-items: center;
  text-align: justify;
  color: #5a627d;
}

.blog-title h5 {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 500;
  font-size: 16px;

  color: #0c0808;
}
.blog-title h5 b {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  color: #f5821f;
}

.blog-title img {
  margin-top: -30px !important;
}

.read-blog-btn {
  position: relative;
}

.btn-design-blog {
  position: absolute;
  bottom: -6px;
  right: -1px;
  z-index: -2222;
}

.blog-cnt .read-blog-btn {
  margin-top: 10px;
  border-radius: 1px;
  padding: 11px 27.61px 11px 28px;
  isolation: isolate;
  /* padding: 10px 30px 10px 30px; */
  background: #020626;
  overflow: hidden;
}
.blog-cnt span {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;

  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.16px;
  text-transform: capitalize;

  color: #ffffff;
}
.blog-cnt .read-blog-btn:hover {
  border-radius: 1px;
  padding: 11px 27.61px 11px 28px;
  isolation: isolate;

  background: #2b245a;
}

/* Contact us */

.enquiry {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px;
}

.enquiry label {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;

  color: #0c0808;
}

.enquiry input {
  width: 100%;
  margin-top: 5px;
  border: 1px solid rgb(220, 218, 218);
  padding: 5px;
  color: black;
  font-size: 16px;
}

.enquiry textarea {
  width: 100%;
  border: 1px solid rgb(220, 218, 218);
  padding: 5px;
  color: black;
  font-size: 16px;
}

.enquiry a {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 10px;
  border-radius: 1px;
  padding: 11px 27.61px 11px 28px;
  isolation: isolate;

  background: #020626;
}
.enquiry p {
  padding: 0;
  margin: 0;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;

  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.16px;
  text-transform: capitalize;

  color: #ffffff;
}
.enquiry a:hover {
  border-radius: 1px;
  padding: 11px 27.61px 11px 28px;
  isolation: isolate;

  background: #2b245a;
}
.enquiry .btn-small-design {
  position: absolute;
  bottom: -4px;
  right: 0px;
  z-index: -2222;
}

.contact-cnt {
  box-shadow: rgba(216, 216, 216, 0.45) 0px 25px 20px -20px;

  padding: 20px;
}
.contact-cnt h4 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  color: #09274c;
}
.contact-cnt h5 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;

  color: #5a627d;
}

/* Go's */

.common_section table thead tr th {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-transform: capitalize;
  color: #ffffff;
  background-color: #09274c;
}
.common_section table tbody tr td {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
}
.common_section table tbody tr td a {
  text-decoration: none;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  color: #5a627d;
}

.common_section .field-items p {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  display: flex;
  align-items: center;
  text-align: justify;
  color: #5a627d;
}
.common_section .field-items ul li {
  padding: 10px;
  margin: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  display: flex;
  align-items: center;
  text-align: justify;
  color: #5a627d;
}

.field-items table thead tr td h4 {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  color: #09274c;
}
.field-items h5 {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  color: #09274c;
}
.field-items ul {
  list-style-image: url(http://65.0.165.77/tanfinet/frontend/imageuploads/20230626061828notepad.png);
}

.field-items ul li a {
  text-decoration: none;
  color: #09274c !important;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  display: flex;
  align-items: center;
  text-align: justify;
}
.view-content ul {
  list-style-image: url(http://65.0.165.77/tanfinet/frontend/imageuploads/20230626061828notepad.png);
}

.view-content ul li {
  padding: 10px;
  margin: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.view-content ul li a {
  text-decoration: none;
  color: #09274c;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  display: flex;
  align-items: center;
  text-align: justify;
}

@media (min-width: 320px) and (max-width: 480px) {
  .common_section .map {
    width: 100% !important;
  }
  .first-img {
    margin: 20px;
  }

  .first-img-cnt {
    text-align: center;
    padding: 0px;
    position: absolute;
    top: 0px;
    left: 0;
  }
  .first-img-cnt h5 {
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.5);
    color: transparent;
    font-family: "Raleway";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 49px;
  }
  .first-img-cnt h6 {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: #ffffff;
  }

  .topbar {
    display: none;
  }

  .slider-map {
    position: absolute;
    top: 20px;
    width: 120px;
    left: 100px;
  }

  .slider-counts {
    /* display: flex !important;
    bottom: 0;
    gap: 10px; */
    display: none;
  }

  .slider-count-square {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;

    background: rgba(13, 39, 69, 0.05);
  }

  .slider-count-square h4 {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 6px;

    color: #f5821f;
  }
  .slider-count-square h5 {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 9px;

    color: #020626;
  }

  .slider-right-cnt {
    display: flex !important;
    justify-content: left !important;
    gap: 10px;
  }
  .slider-right-cnt img {
    width: 100px;
  }

  .link-title {
    margin-top: 30px;
    display: flex;
    padding-top: 5px;
    justify-content: center;
    align-items: baseline;
    gap: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .cpy-cnt {
    display: flex;
    gap: 5px;
  }
  .cpy-cnt h4 {
    /* margin-top: 30px; */
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 26px;

    text-transform: capitalize;

    color: #ffffff;
  }

  .cpy-cnt img {
    width: 80px;
  }

  .cpy-ryt h4 {
    text-align: center;
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 10px;

    color: #ffffff;
  }
  .form-icon-1 {
    margin-left: 70px;
  }
  .form-icon-2 {
    margin-left: 108px;
  }
  .form-icon-3 {
    margin-left: 81px;
  }
}
@media (min-width: 768px) {
  .dropdown-menu .dropdown .dropdown-menu {
    margin: 0;
    border-width: 1px;
  }

  .dropdown-menu > li a:hover,
  .dropdown-menu > li.show {
    background: #bad9ff;
    color: #054667;
  }
  .dropdown-menu > li.show > a {
    color: white;
  }
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #bad9ff;
}

thead.dark th {
  background: #09274c !important;
  color: #fff;
}

.foot-tile ul a:hover {
  color: #f5821f;
}
.foot-tile ul a {
  color: #b4b4b4;
  text-decoration: none;
}

.project-outline a {
  color: #000000;
  text-decoration: none;
}
.banner-bg {
  height: 820px;
  object-fit: cover;
}
.slider-video video {
  object-fit: cover;
}

.card-footer {
  text-align: center;
}
.card-footer a {
  text-decoration: none;
  color: #f5821f;
  font-weight: bold;
  /* margin-bottom: 20px; */
  text-align: center;
}

.view-content h5.card-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.view-content img.card-img-top {
  padding: 12px;
  border-radius: 15px;
}
.view-content .card.h-100 {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border: none;
}

/***********************
* Pricing Two
***********************/
.pricing-two {
  position: relative;
  display: block;

  /*  background: linear-gradient(90deg, #436CFF -20.47%, #000B3C 98.18%);*/
  /*        background: linear-gradient(90deg, #a9a9a9 -20.47%, #000B3C 98.18%);*/
  padding: 50px 0 120px;
  z-index: 1;
}

.pricing-two__shape-1 {
  position: absolute;
  left: 0;
  top: 180px;
  z-index: -1;
}

.pricing-two__shape-1 img {
  width: auto;
}

.pricing-two__shape-2 {
  position: absolute;
  top: 0;
  right: 186px;
  z-index: -1;
}

.pricing-two__shape-2 img {
  width: auto;
}

.pricing-two__shape-3 {
  position: absolute;
  bottom: 0;
  right: -30px;
}

.pricing-two__shape-3 img {
  width: auto;
}

.pricing-two__shape-4 {
  position: absolute;
  top: 0;
  left: 1074px;
  opacity: 0.2;
  z-index: -1;
}

.pricing-two__shape-4 img {
  width: auto;
}

.pricing-two__shape-5 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.1;
  z-index: -1;
}

.pricing-two__shape-5 img {
  width: auto;
}

.pricing-two__title {
  position: relative;
  display: block;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: var(--tan-white);
  line-height: 50px;
  margin: 0;
  margin-bottom: 40px;
}

.pricing-two__inner {
  position: relative;
  display: block;
}

.pricing-two__tab-buttons-box {
  position: relative;
  display: block;
  margin-right: -25px;
  margin-top: 55px;
}

.pricing-two__inner .tab-buttons {
  position: relative;
  display: block;
}

.pricing-two__inner .tab-buttons .tab-btn {
  position: relative;
  display: flex;
  align-items: center;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  cursor: pointer;
  padding: 31px 30px 29px;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.pricing-two__inner .tab-buttons .tab-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  transition: all 0.3s ease;
  z-index: -1;
  background: linear-gradient(90deg, #436cff -20.47%, #000b3c 98.18%);
}

.pricing-two__inner .tab-buttons .tab-btn.active-btn:before {
  height: 100%;
}

.pricing-two__inner .tab-buttons .tab-btn + .tab-btn {
  margin-top: 10px;
}

.pricing-two__inner .tab-buttons .tab-btn .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.pricing-two__inner .tab-buttons .tab-btn .icon span {
  position: relative;
  display: inline-block;
  font-size: 45px;
  color: #09274c;
}

.pricing-two__inner .tab-buttons .tab-btn .content {
  position: relative;
  display: block;
  margin-left: 30px;
}

.pricing-two__inner .tab-buttons .tab-btn .content h3 {
  font-size: 22px;
  font-weight: 600;
  color: #09274c;
  margin: 0;
  margin-bottom: 10px;
}

.pricing-two__inner .tab-buttons .tab-btn .content p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.015em;
  color: #09274c;
  margin: 0;
}

.pricing-two__tabs-content-box {
  position: relative;
  display: block;
  margin-left: -5px;
}

.pricing-two__inner .tabs-content {
  position: relative;
  display: block;
}

.pricing-two__inner .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.pricing-two__inner .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.pricing-two__inner-content {
  position: relative;
  display: block;
  background-color: var(--tan-white);
  border-radius: 20px;
  padding: 38px 50px 35px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.pricing-two__inner-content-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 19px;
}

.pricing-two__inner-content-top-left {
  position: relative;
  display: block;
}

.pricing-two__inner-content-top-left p {
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  color: #ff756f;
  margin: 0;
  background: #ffebea;
  border: 1.5px solid #ffd3d2;
  border-radius: 15px;
  position: relative;
  display: inline-block;
  padding: 7.5px 11px;
  margin-bottom: 3px;
}

.pricing-two__inner-content-top-left h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
  color: var(--tan-black);
}

.pricing-two__price {
  font-size: 60px;
  font-weight: 800;
  color: var(--tan-black);
  line-height: 60px;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-two__price-point {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  top: 11px;
}

.pricing-two__price-validity {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  top: 11px;
}

.pricing-two__renew-box {
  position: relative;
  display: block;
  border-bottom: 1px dashed #d9d9d9;
  padding-top: 17px;
  padding-bottom: 6px;
  margin-bottom: 30px;
}

.pricing-two__renew-box p {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.015em;
  color: #2959eb;
  font-family: var(--tan-title-font);
}

.pricing-two__btn {
  width: 100%;
  text-align: center;
  justify-content: center;
  color: #fff;
}

.pricing-two__btn:before {
  background: linear-gradient(-43.72deg, #ffa065 6.68%, #ff5a74 76.23%);
}

.pricing-two__btn:after {
  background-color: var(--tan-secondary);
}

.pricing-two__points-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.pricing-two__points {
  position: relative;
  display: block;
  margin: 0;
}

.pricing-two__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.pricing-two__points li + li {
  margin-top: 8px;
}

.pricing-two__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.pricing-two__points li .icon i {
  font-size: 22px;
  color: #00c14d;
}

.pricing-two__points li .text {
  margin-left: 20px;
}

.pricing-two__points li .text p {
  margin: 0;
  letter-spacing: -0.015em;
}

.pricing-two__points li .text p span {
  color: #aaaaaa;
  font-size: 20px;
  position: relative;
  display: inline-block;
}

.pricing-two__points--two {
  margin-left: 110px;
}

.thm-btn {
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-radius: 10px;
  font-weight: 600;
  font-size: 18px;
  font-family: var(--hostup-title-font, "Outfit", sans-serif);
  padding: 14px 30px;
  color: var(--hostup-black, #121212);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  letter-spacing: 0.01em;
}
.pricing-two__btn {
  width: 100%;
  text-align: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}
.thm-btn:hover {
  color: #fff;
}
.pricing-two__btn:before {
  background: linear-gradient(-43.72deg, #ffa065 6.68%, #ff5a74 76.23%);
}
.thm-btn::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: #fff;
  -webkit-transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.thm-btn span {
  position: relative;
  color: inherit;
  z-index: 2;
}
.thm-btn i {
  font-size: 12px;
  color: inherit;
  margin-left: 9px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.active-btn p {
  color: #fff !important;
}

.active-btn .content h3 {
  color: #fff !important;
}

.active-btn .icon span {
  color: #fff !important;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.pt130 {
  padding-top: 130px;
}

.pb130 {
  padding-bottom: 130px;
}

.pt150 {
  padding-top: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

.pt180 {
  padding-top: 180px;
}

.pb180 {
  padding-bottom: 180px;
}

.pt200 {
  padding-top: 200px;
}

.pb200 {
  padding-bottom: 200px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

/*
.tan-container-wrap {
  min-height: 100vh;
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
*/
.tan-container-wrap .tan-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #eaeef6;
  border-radius: 10px;
  width: 100%;
}
.tan-container-wrap .tan-container .tan-content,
.tan-container-wrap .tan-container .tan-form {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 50px 50px;
}
.tan-container-wrap .tan-container.login-wrap .tan-content {
  background: url(../images/bg-login.jpg) no-repeat center bottom;
  background-size: cover;
  background-position: center;
}

.tan-content {
  min-height: 600px;
}
.tan-content .logo {
  margin-bottom: 30px;
}
.tan-content p {
  font-size: 1rem;
  color: #546274;
  font-weight: 400;
  font-family: "Raleway" !important;
}

.tan-form h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1c2437;
  font-family: "Raleway" !important;
  margin-bottom: 40px;
}
.tan-form form .form-group {
  position: relative;
  margin-bottom: 25px;
}
.tan-form form .form-group.check-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.tan-form form .form-group.check-flex .custom-checkbox {
  margin-bottom: 10px;
}
.tan-form form .form-group.check-flex .custom-checkbox .custom-control-input {
  height: 18px;
  width: 18px;
  border-radius: 3px;
  border: 3px solid rgba(0, 0, 0, 0.12);
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tan-form
  form
  .form-group.check-flex
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background: #09274c;
}
.tan-form form .form-group.check-flex .custom-checkbox .custom-control-label {
  width: auto;
  text-align: left;
  position: static;
  top: auto;
  left: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  padding-left: 30px;
  cursor: default;
}
.tan-form
  form
  .form-group.check-flex
  .custom-checkbox
  .custom-control-label:before {
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 3px;
  border: 2px solid rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.tan-form
  form
  .form-group.check-flex
  .custom-checkbox
  .custom-control-label:after {
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
}
.tan-form form .form-group.check-flex .custom-checkbox .custom-control-label a {
  color: #09274c;
}
.tan-form form .form-group.check-flex a {
  color: #546274;
  font-family: "Raleway" !important;
  font-weight: 400;
  margin-bottom: 10px;
}
.tan-form form .form-group.check-flex a:hover {
  color: #09274c;
}
.tan-form form .form-group .form-control {
  height: 60px;
  border: 2px solid rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 25px 15px 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 80px;
  color: #546274;
}
.tan-form form .form-group .form-control:focus,
.tan-form form .form-group .form-control:valid {
  border-color: rgb(18 85 137 / 50%);
}
.tan-form form .form-group .form-control:focus ~ label,
.tan-form form .form-group .form-control:valid ~ label {
  top: 7px;
  font-size: 0.8rem;
  color: #09274c;
}
.tan-form form .form-group label {
  position: absolute;
  top: 18px;
  margin-bottom: 0;
  left: 17px;
  z-index: 2;
  font-size: 1rem;
  font-weight: 400;
  color: #546274;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: text;
}
.tan-form form .form-group .form-control.has-error {
  border-color: rgba(255, 62, 88, 0.25);
}
.tan-form form .form-group .form-control.has-error + .error-msg {
  position: absolute;
  top: 18px;
  right: 15px;
  color: #ff3e58;
  font-size: 1.4rem;
  font-weight: 400;
}
.tan-form form .terms {
  font-size: 1.3rem;
  font-family: "Raleway" !important;
  display: block;
  font-weight: 400;
  color: #999da3;
  line-height: 1.8;
  margin-bottom: 20px;
}
.tan-form form .terms span {
  display: block;
}
.tan-form form .terms a {
  color: #09274c;
}
.tan-form form .btn {
  height: 60px;
  width: 100%;
  display: block;
  background: #09274c;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  font-family: "Raleway" !important;
  border-radius: 5px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tan-form .alternet-access {
  margin-top: 20px;
}
.tan-form .alternet-access p {
  font-size: 1rem;
  color: #546274;
  font-weight: 400;
  font-family: "Raleway" !important;
}
.tan-form .alternet-access p a {
  color: #09274c;
}

.final-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.final-content h2 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #1c2437;
  font-family: "Raleway" !important;
  margin-top: 35px;
  margin-bottom: 10px;
}
.final-content p {
  color: #546274;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Raleway" !important;
  max-width: 330px;
  margin: 0 auto 40px;
}
.final-content .btn {
  width: 170px;
  text-align: center;
  background: #09274c;
  color: #ffffff;
  font-size: 1.4rem;
  height: 60px;
  padding: 0;
  font-weight: 700;
  font-family: "Raleway" !important;
  border-radius: 5px;
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 60px;
}

@media all and (max-width: 991px) {
  .tan-container-wrap {
    min-height: auto;
    display: block;
  }
  .tan-container-wrap .tan-container {
    display: block;
  }
}
@media all and (max-width: 575px) {
  .common_section .map img {
    width: 100% !important;
  }
  .tan-container-wrap .tan-container .tan-content,
  .tan-container-wrap .tan-container .tan-form {
    padding: 30px;
  }

  .final-content h2 {
    font-size: 3.2rem;
  }
}

a.nav-link {
  color: #fff;
}


#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

/*
 *  STYLE 2
 */

#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D62929;
}

/*
 *  STYLE 3
 */

#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: #000000;
}

/*
 *  STYLE 4
 */

#gp-habitation-table::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#gp-habitation-table::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#gp-habitation-table::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #555555;
}


/*
 *  STYLE 5
 */

#style-5::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar-thumb
{
	background-color: #0ae;
	
	background-image: -webkit-gradient(linear, 0 0, 0 100%,
	                   color-stop(.5, rgba(255, 255, 255, .2)),
					   color-stop(.5, transparent), to(transparent));
}


/*
 *  STYLE 6
 */

#style-6::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-6::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-6::-webkit-scrollbar-thumb
{
	background-color: #F90;	
	background-image: -webkit-linear-gradient(45deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}


/*
 *  STYLE 7
 */

#style-7::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-7::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-7::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(122,153,217)),
									   color-stop(0.72, rgb(73,125,189)),
									   color-stop(0.86, rgb(28,58,148)));
}

/*
 *  STYLE 8
 */

#style-8::-webkit-scrollbar-track
{
	border: 1px solid black;
	background-color: #F5F5F5;
}

#style-8::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-8::-webkit-scrollbar-thumb
{
	background-color: #000000;	
}


/*
 *  STYLE 9
 */

#style-9::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-9::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-9::-webkit-scrollbar-thumb
{
	background-color: #F90;	
	background-image: -webkit-linear-gradient(90deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}


/*
 *  STYLE 10
 */

#style-10::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-10::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-10::-webkit-scrollbar-thumb
{
	background-color: #AAA;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(90deg,
	                                          rgba(0, 0, 0, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(0, 0, 0, .2) 50%,
											  rgba(0, 0, 0, .2) 75%,
											  transparent 75%,
											  transparent)
}


/*
 *  STYLE 11
 */

#style-11::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-11::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-11::-webkit-scrollbar-thumb
{
	background-color: #3366FF;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(0deg,
	                                          rgba(255, 255, 255, 0.5) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, 0.5) 50%,
											  rgba(255, 255, 255, 0.5) 75%,
											  transparent 75%,
											  transparent)
}

/*
 *  STYLE 12
 */

#style-12::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
	border-radius: 10px;
	background-color: #444444;
}

#style-12::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-12::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #D62929;
	background-image: -webkit-linear-gradient(90deg,
											  transparent,
											  rgba(0, 0, 0, 0.4) 50%,
											  transparent,
											  transparent)
}

/*
 *  STYLE 13
 */

#style-13::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
	border-radius: 10px;
	background-color: #CCCCCC;
}

#style-13::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-13::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #D62929;
	background-image: -webkit-linear-gradient(90deg,
											  transparent,
											  rgba(0, 0, 0, 0.4) 50%,
											  transparent,
											  transparent)
}

/*
 *  STYLE 14
 */

#style-14::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6);
	background-color: #CCCCCC;
}

#style-14::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-14::-webkit-scrollbar-thumb
{
	background-color: #FFF;
	background-image: -webkit-linear-gradient(90deg,
	                                          rgba(0, 0, 0, 1) 0%,
											  rgba(0, 0, 0, 1) 25%,
											  transparent 100%,
											  rgba(0, 0, 0, 1) 75%,
											  transparent)
}

/*
 *  STYLE 15
 */

#style-15::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-15::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-15::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #FFF;
	background-image: -webkit-gradient(linear,
									   40% 0%,
									   75% 84%,
									   from(#4D9C41),
									   to(#19911D),
									   color-stop(.6,#54DE5D))
}

/*
 *  STYLE 16
 */

#style-16::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-16::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-16::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #FFF;
	background-image: -webkit-linear-gradient(top,
											  #e4f5fc 0%,
											  #bfe8f9 50%,
											  #9fd8ef 51%,
											  #2ab0ed 100%);
}


.styleul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

/* Styling for li elements */
.styleul li {
    position: relative;
    padding: 12px 15px;
    margin-bottom: 10px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}


.styleul li:hover {
    background: #eceef5;
    border-color: #5f3b8e;
}


.styleul li i {
    font-size: 1.2rem;
    color: #5f3b8e;
    transition: color 0.3s ease;
}


.styleul li:hover i {
    color: #7b4ebc;
}

/* Nested ul styling */
.styleul li ul {
    margin-top: 10px;
    padding-left: 20px;
}

.styleul li ul li {
    background: #fff;
    border-left: 3px solid #5f3b8e;
}


.styleul li ul li i {
    color: #7b4ebc;
}



.main-primary {
    background-color: #5f3b8e;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1rem; 
    text-transform: uppercase;
    display: inline-flex;
    align-items: center; 
    gap: 8px; /* Space between text and arrow */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    transition: all 0.3s ease; /* Smooth hover transition */
}

/* Hover Effect */
.main-primary:hover {
    background-color: #7b4ebc; /* Lighter shade on hover */
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2); /* Deepens shadow on hover */
}

/* Arrow Icon Styling */
.main-primary::after {
    content: "→"; /* Arrow symbol */
    font-size: 1rem;
    transition: margin-left 0.3s ease; /* Smooth animation */
}

/* On Hover, Arrow Moves */
.main-primary:hover::after {
    margin-left: 5px;
}

.abt-main-heading-pages h4 {
        font-size: 18px;
}
.abt-main-heading-pages h4 {
        position: relative;
        padding-bottom: 10px;
}

.abt-main-heading-pages h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #111;
}

.abt-main-heading-pages h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 255px;
    background: #333;
}




.video-container {
            position: relative;
            width: 100%;
            overflow: hidden;
            border-radius: 15px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        }
        .video-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            cursor: pointer;
        }
        .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 60px;
            height: 60px;
            background-color: rgba(255, 255, 255, 0.8);
            border: none;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        }
        .play-button:hover {
            background-color: rgba(255, 255, 255, 1);
        }
        .play-button::before {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-left: 15px solid #007bff;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
        }
        .popup {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            display: flex;
            justify-content: center;
            align-items: center;
            visibility: hidden;
            opacity: 0;
            transition: opacity 0.3s ease-in-out;
        }
        .popup video {
            width: 80%;
            max-width: 800px;
            border-radius: 15px;
        }
        .popup.active {
            visibility: visible;
            opacity: 1;
        }
        .close-btn {
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 24px;
            color: #fff;
            cursor: pointer;
        }

/* 1️⃣  All inputs that the user cannot edit */
input[readonly],
input:disabled,
input:read-only {                 /* :read-only = HTML 5 pseudo‑class */
    color:            #6c757d;    /* Bootstrap’s secondary grey        */
    background-color: #f8f9fa;    /* very–light grey background         */
    border-color:     #dcdcdc;    /* optional: subtle grey border       */
}

/* 2️⃣  Visual feedback when the user hovers */
input[readonly]:hover,
input:disabled:hover,
input:read-only:hover {
    cursor: not-allowed;          /* red (or grey) “prohibited” cursor  */
}
