:root {
  --white: #ffffff;
  --black: #000;
  --black2: #202834;
  --yellow: #f1b44a;
  --blue: #527176;
  --blue2: #6e969d;
  --secondary: #f5e9f0;
  --grey: #f5f5f5;
  --grey-text: #77787a;
  --grey-bg: #f5f5f5;
  --grey-bg2: #8f8f8f;
  --red: #e93e3e;

  --header-space: 80px;
  --radius12: 12px;
  --radius10: 10px;
  --radius5: 5px;
  --radius15: 15px;
  --radius20: 20px;

  /*fonts */
  --text-h1: 64px;
  --text-h2: 48px;
  --text-h3: 32px;
  --text-h4: 24px;
  --text-h5: 20px;
  --text-h6: 14px;
  --text-para: 16px;
  --text-small: 12px;

  --text-100: 100px;
  --text-90: 90px;
  --text-65: 65px;
  --text-50: 50px;
  --text-18: 18px;
  --text-40: 40px;
  --text-30: 30px;
  --text-20: 20px;
  --text-25: 25px;
  --text-16: 16px;

  --space-default: 1rem;
  --space-l1-lg: 4rem;
  --space-l2-lg: 3rem;
  --space-l3-lg: 2.5rem;
  --space-l4-lg: 2rem;
  --space-l5-lg: 1.5rem;
  --space-l6-lg: 1rem;
  --space-l1-sm: calc(var(--space-l1-lg) / 4);
  --space-l2-sm: calc(var(--space-l2-lg) / 4);
  --space-l3-sm: calc(var(--space-l3-lg) / 4);
  --space-l4-sm: calc(var(--space-l4-lg) / 4);
  --space-l5-sm: calc(var(--space-l5-lg) / 4);
  --space-l6-sm: calc(var(--space-l6-lg) / 4);
  --space-list-items: 0.5rem;
}
@media screen and (max-width: 1701px) {
  :root {
    --text-100: 80px;
    --text-90: 70px;
    --text-65: 55px;
    --text-50: 40px;
    --text-18: 16px;
    --text-16: 14px;
    --text-20: 18px;
    --text-30: 26px;
    --text-25: 20px;
    --text-40: 36px;
  }
}
@media screen and (max-width: 1541px) {
  :root {
    --text-100: 70px;
    --text-90: 60px;
    --text-65: 50px;
    --text-50: 35px;
    --text-18: 15px;
    --text-16: 13.5px;
    --text-20: 17px;
    --text-30: 22px;
    --text-25: 19px;
    --text-40: 32px;
  }
}
@media screen and (max-width: 1280px) {
  :root {
    --text-100: 60px;
    --text-90: 50px;
    --text-65: 45px;
    --text-50: 30px;
    --text-18: 14px;
    --text-16: 13px;
    --text-20: 15px;
    --text-30: 20px;
    --text-25: 18px;
    --text-40: 28px;
  }
}
@media screen and (min-width: 992.5px) and (max-width: 1199.5px) {
  :root {
    --header-space: 80px;
    --text-h1: 48px;
    --text-h2: 40px;
    --text-h3: 28px;
    --text-h4: 22px;
    --text-h5: 16.5px;
    --text-h6: 13.5px;
    --text-para: 13px;
    --text-small: 12px;

    --text-100: 55px;
    --text-90: 45px;
    --text-65: 40px;
    --text-50: 30px;
    --text-18: 13.5px;
    --text-16: 13px;
    --text-20: 14px;
    --text-30: 20px;
    --text-25: 17px;
    --text-40: 26px;
  }
}

@media screen and (max-width: 991.5px) {
  :root {
    --header-space: 72px;
    --text-h1: 40px;
    --text-h2: 32px;
    --text-h3: 24px;
    --text-h4: 20px;
    --text-h5: 16px;
    --text-h6: 13px;
    --text-para: 14px;
    --text-small: 11px;

    --text-100: 50px;
    --text-90: 40px;
    --text-65: 30px;
    --text-50: 24px;
    --text-18: 13px;
    --text-16: 12.5px;
    --text-20: 13.5px;
    --text-30: 18px;
    --text-25: 17px;
    --text-40: 24px;
  }
}
@media screen and (max-width: 767.5px) {
  :root {
    --text-100: 40px;
    --text-90: 30px;
    --text-65: 25px;
    --text-50: 20px;
    --text-18: 12.5px;
    --text-16: 11.5px;
    --text-20: 13px;
    --text-para: 13px;
    --text-30: 16px;
    --text-25: 13.5px;
    --text-40: 18.5px;
  }
}
html {
  overflow-x: hidden;
}

.fw-500 {
  font-weight: 500;
}
.fw-100 {
  font-weight: 100;
}
.fw-300 {
  font-weight: 300;
}

.fw-600 {
  font-weight: 600;
}

.fw-400 {
  font-weight: 400;
}
.fs-16w {
  font-size: var(--text-16);
}
.fs-18w {
  font-size: var(--text-18);
}
.fs-20w {
  font-size: var(--text-20);
}
.fs-25w {
  font-size: var(--text-25);
}
.fs-30w {
  font-size: var(--text-30);
}
.fs-40w {
  font-size: var(--text-40);
}
.fs-50w {
  font-size: var(--text-50);
}
.fs-65w {
  font-size: var(--text-65);
}
.fs-90w {
  font-size: var(--text-90);
}
.fs-100w {
  font-size: var(--text-100);
}
.mt-30 {
  margin-top: 30px;
}

body {
  font-size: var(--text-para);
  background: var(--white);
  color: var(--black2);
  width: 100%;
  min-height: 100%;
  /* font-family: "Inter", sans-serif; */
  font-family: "Trebuchet MS";
  text-rendering: optimizeSpeed;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.4;
  overflow-x: hidden;
}

.spacing-pb-3 {
  padding-bottom: 3.75rem;
}
.spacing-pt-3 {
  padding-top: 3.75rem;
}

.header-wrap {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1031;
  transition: all 0.1s ease;
  background-color: var(--white);
}

/* .header-wrap.sticky {
    --bg-opacity: 1;
    background-color: hsla(0, 0%, 100%, .9);
    box-shadow: 0 2px 1px rgb(0 0 0 / 5%);
    top: 0;
  }
   */
.header-wrap .navbar {
  background: var(--white);
  border-radius: var(--radius10);
  transition: all 0.3s ease;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
  align-items: center;
}

.header-wrap.sticky .navbar {
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  padding-left: 0px;
  padding-right: 0px;
}

.header-wrap .navbar ul li.nav-item {
  position: relative;
}

.header-wrap .navbar ul li.nav-item .nav-link {
  font-size: var(--text-18);
  color: var(--grey-text);
  font-weight: 600;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease, background-color 0.3s ease,
    border-bottom 0.3s ease;
  padding: 10px 20px;
  position: relative;
}
.header-wrap .dropdown-toggle::after {
  margin-top: 5px;
  margin-left: 0.5em;
}

.header-wrap .navbar ul li.nav-item .btn-primary {
  background: #00598c;
  color: var(--white) !important;
  padding: 6px 20px !important;
  font-weight: 500;
  font-size: var(--text-16);
  text-decoration: none;
}

.header-wrap .navbar ul li.nav-item .btn-primary:hover {
  background: var(--primary-dark);
  color: var(--white) !important;
  transition: background-color 0.3s ease;
}

/* Button */

.header-wrap .navbar ul li.nav-item .nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.header-wrap .navbar ul li.nav-item .btn-primary {
  background: #00598c;
  color: var(--white) !important;
  padding: 6px 20px !important;
  font-weight: 500;
  font-size: var(--text-16);
  text-decoration: none;
}

.header-wrap .navbar ul li.nav-item .btn-primary:hover {
  background: var(--primary-dark);
  color: #00598c !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.header-wrap .navbar ul li.nav-item .btn-primary::after {
  display: none;
}

.header-wrap .navbar ul li.nav-item .btn-primary:hover::after {
  display: none;
}
.nav-item .nav-link.active {
  color: #00598c !important;
  background-color: transparent;
}

.nav-item .nav-link.active::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.navbar .container {
  width: 100%;
}
.navbar {
  overflow: visible;
  margin-bottom: 0px;
}
.container:before,
.container:after {
  display: none;
}
ul,
ol {
  margin: 0px;
}
.navbar-brand > img {
  width: 250px;
}

.dropdwonbg-little ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.dropdwonbg-little ul li a {
  font-size: var(--text-16);
  color: var(--grey-text);
  font-weight: 600;
  padding: 8px 10px !important;
}
.header-wrap .navbar .navbar-nav > .nav-item .submenulists {
  border-radius: 0;
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: none;
}

@media screen and (min-width: 992px) {
  .logo-widtbar-actio {
    padding: 1rem 0;
    width: 100%;
  }
  .collapse-box {
    background: var(--grey);
    width: 100%;
  }
  .header-wrap .navbar {
    flex-direction: column;
    align-items: flex-start;
  }
  .header-wrap .navbar ul li.nav-item:first-child .nav-link:before {
    content: "";
    background: var(--white);
    position: absolute;
    left: 0;
    height: 50%;
    width: 2px;
    top: 50%;
    transform: translate(0, -50%);
  }
  .header-wrap .navbar ul li.nav-item:not(:last-child):after {
    content: "";
    background: var(--white);
    position: absolute;
    right: 0;
    height: 50%;
    width: 2px;
    top: 50%;
    transform: translate(0, -50%);
  }
}

.navbar-toggler {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: var(--text-para);
  border-radius: 8px;
  border: none;
  color: var(--grey-text);
  box-shadow: none !important;
  height: 40px;
  justify-content: center;
}

.noneblock {
  display: none !important;
}
.activeblock {
  display: block !important;
}
.opened .noneblock {
  display: block !important;
}
.opened .activeblock {
  display: none !important;
}
.header-wrap .navbar .bg-boxblenav li.nav-item a.nav-link {
  font-weight: 400;
  font-size: var(--text-18);
}
.heltext span:first-child {
  font-size: var(--text-small);
  display: block;
}
.heltext span:last-child {
  font-size: var(--text-16);
  display: block;
  color: #166a9c;
  font-weight: 600;
}
.searchboxheader .form-group {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  gap: 0.75rem;
}
.searchbarboxgroup input {
  border-radius: 0;
  padding: 5px 10px;
  border-color: var(--grey-bg2);
}
.searchboxheader .searchbarboxgroup {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
}
.searchboxheader .searchbarboxgroup .searchicon {
    position: absolute;
    left: 10px;
    color: var(--grey-text);
    top: 50%;
    transform: translate(0, -50%);
}
.searchboxheader a {
    color: #f1b44a;
}
a:empty {
    display: none;
}
.droopdwonmenu-wrap ul {
    padding: 0;
    margin: 0;
}

.searchboxheader .searchbarboxgroup input {
    padding-left: 0;
    height: 27px;
    margin-bottom: 0px;
    margin-top: 2px;
}
.searchboxheader label {
  margin-bottom: 0;
}
.navbar-expand-lg .navbar-collapse {
  height: auto;
  overflow: inherit;
}
.lang-select {
  position: relative;
  width: 77px;
  height: 37px;
  margin-left: 8px;
}

.lang-select i {
  position: absolute;
  top: 50%;
  color: var(--grey-text);
  font-size: var(--text-18);
  transform: translate(0, -50%);
  line-height: 1;
}
.lang-select i svg {
  display: none;
}
.lang-select .icon-globe {
  left: 7px;
}
.lang-select .icon-caret-down {
  right: 6px;
}
.lang-select .lang {
  position: relative;
  display: block;
  padding: 0 0 0 30px;
  color: var(--grey-text);
  font-size: var(--text-18);
  border: 1px solid var(--grey-bg2);
  cursor: pointer;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  display: flex;
  height: 100%;
  align-items: center;
  line-height: 1;
  text-decoration: none;
}
.lang-select {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.lang-select > .current-lang {
  height: 100%;
}
.lang-select .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
  width: 100%;
}
.lang-select .dropdown a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: var(--grey-text);
  font-size: var(--text-18);
}
.lang-select .dropdown a:hover {
  background-color: #f0f0f0;
}
.lang-select .lang.active {
  font-weight: bold;
}
.lang-select .dropdown a:hover {
  background-color: #f0f0f0;
}

/* Hover effect to show dropdown */
.lang-select:hover .dropdown {
  display: block;
}
li {
  line-height: inherit;
}

/*responsive header*/
@media screen and (min-width: 993px) and (max-width: 1199px) {
  .header-wrap .navbar ul li.nav-item:not(:last-child) {
    padding-right: 1.5vw;
  }
}
@media screen and (max-width: 991.5px) {
  .header-wrap .navbar {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .navbar-collapse {
    border-top: 1px solid var(--grey-border);
    position: absolute;
    top: 100%;
    width: 100%;
    background: var(--white);
    left: 0;
    height: calc(100vh - var(--header-space)) !important;
    transition: all 0.3s ease;
    transform: translateX(-100%);
    overflow-y: auto;
    padding-bottom: 10%;
  }

  .navbar-collapse.show {
    transform: inherit;
  }

  .header-wrap .navbar .navbar-nav > .nav-item {
    padding: 0px 10px;
  }
  .header-wrap .navbar ul li.nav-item .nav-link {
    padding-left: 0px;
  }
  .dropdwonbg-little ul li:not(:last-child) {
    border-bottom: var(--bs-dropdown-border-width) solid
      var(--bs-dropdown-border-color);
  }

  .header-wrap .navbar .navbar-collapse .navbar-nav > .nav-item {
    border-bottom: 1px solid var(--grey-bg2);
  }
  .header-wrap .navbar .navbar-collapse .navbar-nav > .nav-item:first-child {
    border-top: 1px solid var(--grey-bg2);
  }

  .header-wrap .navbar .navbar-nav > .nav-item > .nav-link {
    justify-content: space-between;
  }

  .header-wrap .navbar .navbar-nav > .nav-item .submenulists {
    position: static;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 0;
  }
  .navbar-brand > img {
    width: 150px;
    height: auto;
  }
  .actionbar-headers {
    margin-left: auto;
  }
  header.header-wrap {
    position: fixed;
    top: 0;
    box-shadow: 0px 2px 4px #00000029;
  }
  body {
    padding-top: 60px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .navbar .logo-widtbar-actio {
    padding: 0 15px;
  }
}

@media (min-width: 991.6px) {
  .bg-boxblenav::before {
    content: "";
    background: #e7f0f5;
    position: absolute;
    top: 0;
    height: 100%;
    width: 30%;
    right: 0;
  }
  .header-wrap .navbar .navbar-nav > .nav-item .submenulists {
    display: block;
    transform: translate3d(0px, -35px, 0px);
    opacity: 0;
    pointer-events: none;
    width: 17rem;
    box-shadow: 0 5px 10px #00000029;
    border: none;
    margin-top: 0px;
  }

  .header-wrap .navbar .navbar-nav > .nav-item .submenulists.show {
    opacity: 1;
    transform: none;
    transition: all 0.5s ease;
    pointer-events: auto;
  }
  .header-wrap .navbar .navbar-nav > .nav-item:hover .submenulists {
    opacity: 1;
    transform: none;
    transition: all 0.5s ease;
    pointer-events: auto;
  }
  .md-w-75 {
    width: 75%;
  }
  .header-wrap.sticky .collapse-box {
    position: fixed;
    top: 0;
  }
}
/*end*/

/*sections start*/
.bg-lightblue {
  background: var(--blue2);
}
.bg-lightblue .content-items-flex p {
    font-size: .9rem;
}
.anchorboxwhite {
  background-color: var(--white);
  padding: 3px 10px;
  color: var(--yellow);
  font-size: var(--text-20);
  text-decoration: none;
  border-radius: 8px;
  display: inline-flex;
}
.text-wbuton {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
}
.yellowcolr {
  color: var(--yellow);
  font-weight: 600;
}
.wrapbg-yellow {
  background: var(--yellow);
}
.wrapbg-yellow p {
    margin-bottom: -15px !important;
}
.wrapbg-grey {
  background: var(--grey-bg);
}
.text-grey {
  color: var(--grey-text);
}
.ullistp {
  padding-left: 18px;
}
.ullistp a {
   color: #f1b54b;
}
.flex-0auto {
  flex: 0 0 auto;
}
.spacing-section {
  padding: 2rem 0;
}
.headingtext-com {
  font-size: var(--text-30);
}
.lefts-debartext p {
  line-height: 1.3;
}
.lefts-debartext p:last-child {
  margin-bottom: 0px !important;
}
.anchorbox {
  flex: 0 0 auto;
}
.headinbartex a {
  color: currentColor;
  text-decoration: none;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
}
.headinbartex > a > br {
  display: none;
}
.wrapingboxswap .wrapping-orderbox {
  display: flex;
  flex-direction: column;
}
.wrapingboxswap
  > [class*="col-"]:nth-child(even)
  .wrapping-orderbox
  .image-expreic {
  order: 1;
  margin-top: 5px;
}
.wrapingboxswap
  > [class*="col-"]:nth-child(even)
  .wrapping-orderbox
  .textexprence {
  margin-top: 0px !important;
}
.postiotextone-w {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 10px;
}
.topleftpostext {
  position: absolute;
  top: 0px;
  width: 100%;
  padding: 10px;
}

.flex-items-box .iconflex > img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
/* .flex-items-box .iconflex.col-2{
 flex: 0 0 auto;
 width: 13%;
}
.wrappingbox-m-icons .row > [class*="col-"]:nth-child(2) .flex-items-box .iconflex.col-2 {
  flex: 0 0 auto;
  width: 15%;
} */
.content-items-flex p {
  font-size: var(--text-20);
  color: var(--white);
}
.borderlineflex .content-items-flex .ptagmain {
  border-bottom: 1px solid var(--white);
}
.borderlineflex .content-items-flex .ptagmain {
  padding: 8px 0;
}
.borderlineflex .content-items-flex .ptagmain:first-child {
  padding-top: 0;
}
.borderlineflex .content-items-flex .ptagmain p {
  margin-bottom: 0;
}
.borderlineflex .content-items-flex p span:first-child {
  flex: 0 0 20%;
}
.flex-1 {
  flex: 1;
}
.borderlineflex .content-items-flex p span:last-child {
  flex: 0 0 80%;
}
.borderlineflex:last-child .content-items-flex .ptagmain {
  border-bottom: none;
}

.btn-knowmoreorange {
  background: var(--yellow);
  border-radius: 8px;
  color: var(--white);
  padding: 5px 30px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-size: var(--text-20);
}

@media (min-width: 991.6px) {
  .border-orange > [class*="col-"]:not(:last-child) {
    border-right: 1.5px solid var(--yellow);
  }
  .text-wbuton {
    gap: 2rem;
  }
}
@media (max-width: 991.5px) {
  .wrapingboxswap > [class*="col-"]:not(:last-child) {
    border-right: 1px solid var(--yellow);
  }
}

/*home slider dots*/
.slick-dots {
  display: none !important;
  justify-content: center;
  bottom: 15px;
}
.slick-dots li:only-child {
  display: none;
}
.slick-dots li {
  margin: 0;
  padding: 0;
  background-color: rgb(2 89 140 / 20%);
  background: #11378e;
  border-radius: 9999px;
  width: var(--text-25);
  height: var(--text-25);
  opacity: 0.85;
}
.slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0px;
}
.slick-dots li:not(:last-child) {
  margin-right: 10px;
}
.slick-dots li button {
  display: none;
}

.slick-dots li.slick-active {
  background-color: #122752;
  opacity: 1;
}
.slick-prev {
  left: 0;
  z-index: 1;
}
.slick-next {
  right: 0;
  z-index: 1;
}
.arrows-slick {
  background-color: #122752 !important;
  padding: 12px;
  width: 45px;
  height: 45px;
  opacity: 0.85;
}
.slick-prev:before,
.slick-next:before {
  display: none;
}

/*footer css start*/
.footer-ms {
  padding: 2.5rem 0;
  background: var(--blue);
}

.footermaf-items .headingfli a {
  color: var(--white);
  opacity: 0.6;
  font-size: var(--text-18);
  text-transform: uppercase;
  text-decoration: none;
}
.footermaf-items .headingfli a:is(:hover, :focus) {
  text-decoration: underline;
  color: var(--white);
  opacity: 0.75;
}

.footermaf-items:not(:last-child) {
  margin-bottom: 1.5rem;
}

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

.footermaf-items ul li a,
.footermaf-items p a,
.footermaf-items p {
  color: var(--black);
  font-size: var(--text-18);
  text-decoration: none;
}
.footermaf-items p {
  line-height: 1.7;
}
.footermaf-items ul li a:hover {
  text-decoration: underline;
}
.lastimagitems img {
  width: 50%;
}
.footermapinner {
  padding-bottom: 1.5rem;
}
@media (min-width: 991.6px) {
  .footerborder > [class*="col-"]:not(:last-child) {
    border-right: 1.5px solid rgb(255 255 255 / 51%);
  }
}

@media (max-width: 991.5px) {
  .footerborder > [class*="col-"]:nth-child(odd) {
    border-right: 1px solid rgb(255 255 255 / 51%);
  }
  .arrows-slick {
    width: 10px;
    height: 10px;
  }
}
/*footer end*/
form#search-block-form input#edit-submit {
  display:none
}
form#search-block-form div#edit-actions {
  display: none;
}
