.header_google_trsn a img {    width: 24px;}.header_google_trsn a {    display: inline-flex;    gap: 10px;    border: 1px solid #000;    border-radius: 4px;    padding: 5px;}.header-social-links {    display: flex;    align-items: center;    gap: 10px;}.gt_option {    position: absolute !important;}.gt_option a {    font-size: 13px !important;}/*------------------- Mobile Menu -------------------*/
.th-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
  }
  
  .th-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: var(--smoke-color2);
  }
  .th-menu-wrapper .mobile-logo img {
    max-width: 250px;
}
  .th-menu-wrapper .mobile-logo svg {
    max-width: 185px;
  }
  
  .th-menu-wrapper .th-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: -16.5px;
    top: 25px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 35px;
    font-size: 18px;
    z-index: 1;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%;
  }
  
  .th-menu-wrapper .th-menu-toggle:hover {
    background-color: var(--title-color);
    color: var(--white-color);
  }
  
  .th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    border-right: 3px solid var(--theme-color);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    z-index: 1;
  }
  
  .th-menu-wrapper.th-body-visible {
    opacity: 1;
    visibility: visible;
  }
  
  .th-menu-wrapper.th-body-visible .th-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  
  .th-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left;
  }
  
  .th-mobile-menu ul {
    margin: 0;
    padding: 0 0;
  }
  
  .th-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none;
  }
  
  .th-mobile-menu ul li li:first-child {
    border-top: 1px solid #fdedf1;
  }
  
  .th-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1.4;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--title-color);
    padding-left: 18px;
  }
  
  .th-mobile-menu ul li a:before {
    content: '\f105';
    font-family: var(--icon-font);
    position: absolute;
    left: 0;
    top: 12px;
    margin-right: 10px;
    display: inline-block;
  }
  
  .th-mobile-menu ul li.th-active > a {
    color: var(--theme-color);
  }
  
  .th-mobile-menu ul li.th-active > a:before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  
  .th-mobile-menu ul li ul li {
    padding-left: 20px;
  }
  
  .th-mobile-menu ul li ul li:last-child {
    border-bottom: none;
  }
  
  .th-mobile-menu ul .menu-item-has-children > a .th-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color: var(--smoke-color);
    color: var(--title-color);
    box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
    border-radius: 50%;
  }
  
  .th-mobile-menu ul .menu-item-has-children > a .th-mean-expand:before {
    content: '\f067';
    font-family: var(--icon-font);
  }
  
  .th-mobile-menu ul .menu-item-has-children > a:after {
    content: "\f067";
    font-family: var(--icon-font);
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
    background-color: var(--smoke-color);
    float: right;
    margin-top: 1px;
  }
  
  .th-mobile-menu ul .menu-item-has-children.th-active > a .th-mean-expand:before {
    content: '\f068';
  }
  
  .th-mobile-menu ul .menu-item-has-children.th-active > a:after {
    content: "\f068";
  }
  
  .th-mobile-menu > ul {
    padding: 0 20px;
  }
  
  .th-mobile-menu > ul > li:last-child {
    border-bottom: none;
  }
  
  .th-menu-toggle {
    width: 56px;
    height: 56px;
    padding: 0;
    font-size: 20px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 5px;
  }
  
  .th-menu-toggle:hover {
    background-color: var(--title-color);
  }
  
  .th-menu-toggle.style-text, .th-menu-toggle.style-text-white {
    width: auto;
    height: auto;
    background-color: transparent;
    color: var(--title-color);
    font-size: 20px;
  }
  
  .th-menu-toggle.style-text i, .th-menu-toggle.style-text-white i {
    margin-right: 10px;
  }
  
  .th-menu-toggle.style-text-white {
    color: var(--white-color);
  }
  
  @media (max-width: 400px) {
    .th-menu-wrapper .th-menu-area {
      width: 100%;
      max-width: 270px;
    }
    .th-mobile-menu > ul {
      padding: 0 20px;
    }
  }


  
/*------------------- Header  -------------------*/
.th-header {
    position: relative;
    z-index: 41;
  }
  
  .th-header .icon-btn {
    border-radius: 99px;
  }
  
  .th-header .menu-area {
    position: relative;
    z-index: 2;
  }
  
  .sticky-wrapper {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  
  .sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
            filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
    -webkit-animation: stickyAni 0.4s ease-in-out;
            animation: stickyAni 0.4s ease-in-out;
  }
  
  @-webkit-keyframes stickyAni {
    0% {
      -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
              transform: translate3d(0, -40px, 0) scaleY(0.8);
      opacity: 0.7;
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0) scaleY(1);
              transform: translate3d(0, 0, 0) scaleY(1);
      opacity: 1;
    }
  }
  
  @keyframes stickyAni {
    0% {
      -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
              transform: translate3d(0, -40px, 0) scaleY(0.8);
      opacity: 0.7;
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0) scaleY(1);
              transform: translate3d(0, 0, 0) scaleY(1);
      opacity: 1;
    }
  }
  
  .logo-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    margin: 0 -10px;
}
.logo-wrapper .logo-wrapper-content {
    padding: 0 10px;
}
.logo-wrapper .logo-wrapper-content .mob-link {
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 5px;
}
.logo-wrapper .logo-wrapper-content > p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
}
  .main-menu a {
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    font-family: var(--title-font);
    color: var(--title-color);
  }
  
  .main-menu a:hover {
    color: var(--theme-color);
  }
  
  .main-menu > ul > li {
    margin: 0 15px;
  }
  
  .main-menu > ul > li > a {
    padding: 15px 0;
  }
  
  .main-menu > ul > li > a:hover {
    color: var(--theme-color);
  }
  
  .main-menu ul {
    margin: 0;
    padding: 0;
  }
  
  .main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
  }
  
  .main-menu ul li:has(.sub-menu) > a:after, .main-menu ul li.menu-item-has-children > a:after {
    content: "\f107";
    display: inline-block;
    position: relative;
    font-family: var(--icon-font);
    margin-left: 5px;
    font-weight: 600;
    top: 0;
    font-size: 0.9em;
    color: var(--title-color);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  
  .main-menu ul li:has(.sub-menu) > a:hover:after, .main-menu ul li.menu-item-has-children > a:hover:after {
    content: "\f106";
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    color: var(--theme-color);
  }
  
  .main-menu ul li:last-child {
    margin-right: 0 !important;
  }
  
  .main-menu ul li:first-child {
    margin-left: 0 !important;
  }
  
  .main-menu ul li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    z-index: 9;
  }
    
  .main-menu ul.sub-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--theme-color);
    visibility: hidden;
    min-width: 230px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    opacity: 0;
    z-index: -1;
    box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
            transform-origin: top center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border-bottom: 3px solid var(--theme-color);
  }
  
  .main-menu ul.sub-menu a {
    font-size: 15px;
    line-height: 26px;
}
  
  .main-menu ul.sub-menu {
    padding: 12px;
    left: -27px;
  }
  
  .main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 0px 9px;
  }
  
  .main-menu ul.sub-menu li:has(.sub-menu) > a:after, .main-menu ul.sub-menu li.menu-item-has-children > a:after {
    content: "\f105";
    float: right;
    top: 1px;
    display: inline-block;
    color:var(--white-color)
  }
  
  .main-menu ul.sub-menu li:has(.sub-menu) > a:hover:after, .main-menu ul.sub-menu li.menu-item-has-children > a:hover:after {
    content: "\f105";
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .main-menu ul.sub-menu li a {
    position: relative;
    padding-left: 0;
    text-transform: capitalize;
    color: var(--white-color);
    padding: 3px 0;
}
  
  .main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 10px;
  }
  
  .main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto;
  }
  
  
  @media (max-width: 1500px) {
    .main-menu > ul > li {
      margin: 0 13px;
    }
  }
  .header-button {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  
  .header-button .icon-btn .badge {
    font-size: 12px;
    top: 0;
    right: 0;
    background: var(--theme-color2);
    color: var(--title-color);
  }
  
  .header-button .icon-btn:hover .badge {
    background: var(--theme-color);
    color: var(--white-color);
  }
  
  .header-logo a:hover {
    color: var(--white-color);
  }
  
  .header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  
  .header-links li {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--body-font);
  }
  
  .header-links li:not(:last-child) {
    margin: 0 55px 0 0;
  }
  
  .header-links li:not(:last-child):after {
    content: '';
    height: 16px;
    width: 1px;
    background-color: var(--white-color);
    position: absolute;
    top: 0px;
    right: -30px;
    margin-top: 5px;
  }
  
  .header-links li > i {
    margin-right: 11px;
    color: var(--white-color);
  }
  
  .header-links li,
  .header-links span,
  .header-links p,
  .header-links a {
    color: var(--light-color);
  }
  
  .header-links a:hover {
    color: var(--white-color);
  }
  
  .header-links b,
  .header-links strong {
    font-weight: 600;
    margin-right: 6px;
  }
  
  .header-top {
    padding: 6px 0;
    background-color: var(--black-color2);
    border-bottom: 1px solid var(--th-border-color6);
  }
  
  .dropdown-link {
    position: relative;
  }
  
  .dropdown-link > a {
    color: var(--body-color);
  }
  
  .dropdown-link > a i {
    color: var(--theme-color);
    margin-right: 5px;
  }
  
  .dropdown-toggle::after {
    content: "\f078";
    border: none;
    font-family: var(--icon-font);
    vertical-align: middle;
    font-weight: 400;
    margin-left: 6px;
    margin-top: -1px;
  }
  
  .dropdown-menu {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: auto;
    top: calc(100% + 6px) !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    padding: 8px 20px !important;
    text-align: center;
    border-color: var(--th-border-color);
  }
  
  .dropdown-menu li {
    padding-right: 0;
    margin-right: 0;
  }
  
  .dropdown-menu li:after {
    display: none;
  }
  
  .dropdown-menu li a {
    display: block;
    font-weight: 400;
    font-size: 14px;
  }
  
  .dropdown-menu a {
    color: var(--title-color) !important;
  }
  
  .dropdown-menu a:hover {
    color: var(--theme-color) !important;
  }
  
  .dropdown-menu:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -7px;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    background-color: var(--white-color);
    z-index: -1;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 1px solid var(--th-border-color);
    border-left: 1px solid var(--th-border-color);
  }
  
  
  .menu-expand {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white-color);
    background-color: var(--theme-color2);
    padding: 17px 25px;
    width: 100%;
    /* Medium Large devices */
  }
  
  @media (max-width: 1299px) {
    .menu-expand {
      font-size: 15px;
    }
  }
  
  .menu-expand i {
    margin-right: 15px;
  }
  
  .menu-expand:hover {
    color: var(--white-color);
  }
   
  
  @media (max-width: 360px) {
   
    .header-logo {
      padding-top: 20.5px;
      padding-bottom: 20.5px;
    }
    .header-logo img {
      max-width: 130px;
    }
  }
  

  .header-layout .header-logo {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: 280px;
    grid-area: logo;
}
  .header-layout  .menu-wrapper{
  /*background-color:var(--theme-color);*/
  background-color: #052441ed;
  }
  
  .header-layout .menu-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .header-layout .menu-area .menu-area-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fill-available;
    /* background: var(--theme-color); */
    padding: 0 18px 0 30px;
    border-radius: 50px;
  }
  
  .header-layout .menu-area .header-button {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
  
  .header-layout .menu-area .header-button .th-btn {
    padding: 22.5px 48px;
    background-color: #093D6C;
    color:#fff;
    border-radius: 0;
  }
  
  .header-layout .main-menu > ul > li > a {
    color: var(--white-color);
  }
  
  .header-layout .main-menu > ul > li > a:hover {
    color: var(--white-color);
  }
  
  .header-layout .main-menu > ul > li:has(.sub-menu) > a:after,
  .header-layout .main-menu > ul > li.menu-item-has-children > a:after {
    color: var(--white-color);
  }
  
  .header-layout .main-menu > ul > li:has(.sub-menu) > a:hover:after,
  .header-layout .main-menu > ul > li.menu-item-has-children > a:hover:after {
    color: var(--white-color);
  }
  
  .header-layout .header-button {
    gap: 10px;
  }
  
  
  .header-layout .sticky-wrapper.sticky {
    background: var(--white-color);
    padding: 10px 0;
  }
  
.btns {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
  
  @media (max-width: 1699px) {
    .header-layout .menu-area .menu-area-wrap {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 15px;
    }
  }
  
  /* Medium Large devices */
  @media (max-width: 1299px) {
    .header-layout .header-logo {
      margin-right: 30px;
    }
  }
  
  /* Medium devices */
  @media (max-width: 991px) {
    .logo-wrapper {
        padding:10px 0;
    }
    .header-layout .header-logo {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .logo-wrapper .header-social-links {
        order: 2;
        margin-bottom: 10px;
    }
    .logo-wrapper .header-intro {
        order: 3;
        width: 100%;
    }
    .header-layout .sticky-wrapper {
      padding: 0;
    }
    .header-layout .sticky-wrapper.sticky {
      padding: 0;
    }
    .header-layout .menu-area .header-button{
        width: 100%;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
  }
  
  /* Extra small devices */
  @media (max-width: 575px) {
    .header-layout .header-logo {
      margin-right: 0;
    }
    .header-layout .header-logo h2 {
      font-size: 36px;
    }
  }
  
  /* Extra small devices */
  @media (max-width: 375px) {
    .header-layout .header-button .icon-btn {
      --btn-size: 50px;
    }
    .header-layout .menu-area .header-button .th-btn{
      padding: 22.5px 30px;
    }
    .header-layout .header-logo {
        max-width: 260px !important;
    }
  }
  

