@font-face {
  font-family: "Careny";
  src: url("../fonts/Careny.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Beautiful Minds";
  src: url("../fonts/BMinds-ScrSl.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.banner-tagline {
  font-family: "Careny", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;

  letter-spacing: 0;
  margin-bottom: 0;
}

.banner-script {
  font-family: "Beautiful Minds", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;

  letter-spacing: 0;
}

.footer-script {
  font-family: "Beautiful Minds", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  padding: 15px 0;
}

.navigation-holder {
  position: relative;
  z-index: 111;
  background-color: #d7dbd5;
}
/* .navigation-holder::after {
  position: absolute;
  content: "";

  border-bottom: 1px solid #d39a66;

  bottom: -10px;
  width: 100%;
} */
.header-container {
  position: relative;
  background: #003e60;
}
.header-banner-img {
  position: relative;
}
.navbar-nav,
.navbar-expand-lg .navbar-nav .nav-link {
  width: 100%;
  font-size: 13px;
  font-family: "avenir-lt-pro", sans-serif;
}
.navbar-nav {
  height: 55px;
}

.navbar-expand-lg {
  display: block;
}

.logo-box {
  margin-bottom: -75px;
  position: relative;
}

.logo-img {
  right: -35px;
  top: -90px;
  position: relative;
}

.black-arrow {
  position: absolute;
  z-index: 5;
  right: 60px;
  top: 40px;
}
.foot-title {
  position: relative;
}
.logo-footer {
  position: absolute;
  left: -10px;
  top: -22px;
}
.head-txt-two-mobile {
  display: none;
}

.banner-img-holder {
  position: relative;
  background-image: url("../images/banner-img.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.layer-img-banner {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.header-text-holder {
  padding: 18px 0;
  padding-top: 0;
}

.head-txt-two {
  position: relative;
  color: #fff;
  z-index: 1;
  font-size: 15px;
  line-height: 1.3;
  text-align: right;
  padding-bottom: 5px;
  z-index: 21;
}
.breadcrumbs {
  font-size: 12px;
  padding: 0;
  margin-bottom: 1rem;
  list-style: none;
  border-radius: 0rem;
  text-align: right;
  color: #403f3f;
}

.home-icon {
  margin-left: 25px;
  color: #000;
  vertical-align: middle;
}
.nav-item-active .home-icon {
  color: #67866e;
}
.navbar-nav .nav-link div {
  display: table-cell;
  vertical-align: middle;
}

.fin-icon {
  position: relative;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
  white-space: normal;
  display: table;
  height: 100%;
  position: relative;
  z-index: 111;
}
.nav-link-mobile {
  display: none;
}

.nav-item,
.nav-item-active {
  padding: 0;
  position: unset;
  text-align: center;
  align-self: center;
  font-size: 14px;
  height: 100%;
}

.nav-item-active .nav-link {
  font-weight: 600;
  color: #67866e !important;
}

.navbar-expand-lg .navbar-nav .dropdown-toggle {
  position: relative;
  padding-right: 30px;
}
.dropdown-toggle::after {
  content: "\e93a";
  position: absolute;
  right: 5px;
  font-family: "icomoon";
  font-weight: bold;
  top: 18px;
  border: none !important;
}

.menu-scroll {
  position: fixed;
  top: 0;
  left: 0%;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  border-width: 0px;
  box-shadow: 0px 11px 5px -9px rgba(0, 0, 0, 0.42);
  -webkit-box-shadow: 0px 11px 5px -9px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0px 11px 5px -9px rgba(0, 0, 0, 0.42);
  background: #fff;
  z-index: 111;
}

.navbar {
  padding: 0;
  position: relative;
}
.nav-item:hover .dropdown-menu {
  display: block;
}

.navbarDropdownholder {
  width: 100%;
}

.dropdown-menu {
  border-radius: 0;
  background: #67866E;
  padding: 60px 60px;
  width: 100%;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: relative;
  left: 0;
  top: 57px;
}
.dropdown-menu::before{
    content: "";
    position: absolute;
    left: -97%;
    width: 100%;
    height: 101%;
    background-color: #67866E;
    top: -1px;
}
.dropdown-menu::after{
    content: "";
    position: absolute;
    right: -97%;
    width: 100%;
    background-color: #67866E;
    height: 101%;
        top: -1px;
}


.dropdown-item {
  color: #fff !important;
  padding-bottom: 14px;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 5px;
  white-space: inherit;
  text-decoration: none !important;
  border-bottom: 1px solid #fff;
  transition: all 600ms ease-in-out;
  position: relative;
}
.dropdown-item .next-line{
     position: absolute;
    font-weight: bold;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    cursor: pointer;
    z-index: 5;
    font-size: 25px;
   
    left: 0;
    padding: 10px;
 
   
    margin-right: 10px;
    font-weight: 400;
}
.dropdown-item:hover {
  color: #000 !important;
  transition: all 600ms ease-in-out;
  background-color: transparent !important;
}
.dropdown-item:hover .next-line{
    background-color: #D39A66;
    border-radius: 15px;
}

.nav-controller a {
  text-decoration: none !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #002f65;
  text-decoration: none;
  background-color: #b8a37b;
}

.btn-outline-dark .home-btn-border:hover {
  border-left: 0px solid #fff;
}

.blocked-links-left {
  padding-right: 65px;
}
.blocked-links-right {
  padding-left: 65px;
}

/* Utility */
a.menu-link {
  display: none;
  text-decoration: none;
  float: left;
  padding: 1em 0 0.75em 1em;
}

.tool-wrapper {
  position: absolute;
  right: 0;
  top: 378px;
  z-index: 9999;
}

.tool-container {
  max-width: 120px;
  height: 45px;
  float: right;
  display: flex;
  background: #fff;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.5s ease;
  border: solid 1px #67866E;
  border-left-width: 5px !important;
}

.tool-container .icon-items {
  padding: 0 15px;
  min-width: 40px;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  font-size: 22px;
}
.search-box .input {
  position: relative;
  overflow: hidden;
  width: 0px;
  height: 100%;
  border: 0px;
  outline: none;
  transition: all 0.5s ease;
}

.tool-container .icon-items-1:hover {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.tool-container .icon-items img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #848484;
}
.search-box .input.active {
  width: 190px;
  padding: 0;
}
.tool-container.active {
  max-width: 442px;
}
.input:before {
  content: "";
  width: 0%;
  border-left: solid 1px #fff;
  position: absolute;
  left: 0%;
  top: 7%;
  height: 80%;
}
.input:after {
  content: "";
  width: 0%;
  border-left: solid 1px #fff;
  position: absolute;
  right: 0%;
  top: 7%;
  height: 80%;
}
.input ul {
  list-style-type: none;
  height: 100%;
  padding: 0;
  margin: 0;
}
.input ul li {
  display: inline-block;
  float: left;
  vertical-align: middle;
  width: 25%;
  height: 100%;
  text-align: center;
}
.input ul li a {
  display: block;
  padding: 10px 0;
  font-size: 24px;
  height: 100%;
  color: #67866E !important;
  text-decoration: none;
  transition: 0.6s ease-in-out;
  font-weight: 600;
}
.input ul li a:hover {
  transform: scale(1.2);
  text-decoration: none;
}

.active .icon-chevron-right {
  transform: rotateZ(180deg);
  top: -10px !important;
}

.tool-container .icon-chevron-right:hover {
  transform: rotateZ(180deg);
  top: -10px;
}

.tool-container .icon-chevron-right {
  transition: 0.3s ease;
  color: #898989;
  font-weight: 700;
  top: 10px;
}

.tool-container .icon-chevron-right::before {
  color: #67866E;
}

.logo-block-mobile {
  display: none;
}
.blinder-block {
  position: relative;
}
.blinder-block:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 50px;
  right: 0;
  top: -7px;
  background: #003e60;
  z-index: 25;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width) #b8a47b !important;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    justify-content: space-between;
  }
}

@media screen and (max-width: 1399px) {
  .navigation-holder::after {
    bottom: 9px;
  }
  .navigation-holder::before {
    height: 57px;
  }
  .dropdown-menu {
    left: -180px;
    width: 119%;
  }

  .dropdown-menu {
    padding: 30px 60px;
    padding-bottom: 60px;
  }

  .blocked-links-left {
    padding-right: 40px;
  }

  .blocked-links-right {
    padding-left: 40px;
  }

  .tool-wrapper {
    top: 314px;
  }
}

@media screen and (max-width: 1250px) {
  .nav-item,
  .nav-item-active {
    margin-right: 0;
  }
}

@media screen and (max-width: 1199px) {
  .results-subtitle {
    width: 100%;
  }
  .navigation-holder::after {
    width: 19%;
  }
  .home-icon {
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 11px;
  }
  .dropdown-menu {
    padding: 30px 20px;
    padding-bottom: 30px;
  }
  .dropdown-menu {
    left: -149px;
  }

  .banner-img-two {
    padding: 10px 24px;
  }
  .footer-script {
    padding-left: 70px;
  }
}

@media screen and (max-width: 991px) {
    .logo-img {
    right: 30px;
    top: -50px;

}
    .black-arrow {

    right: 1px;
    top: 76px;
}
  .blocked-links-right {
    padding-left: 0px;
  }
  .dropdown-menu {
    width: 100%;
  }
  .mt-88 {
    margin-top: 88px;
  }

  .navbar {
    display: block;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 15px;
  }
  .logo-block-mobile {
    display: block;
  }
  .logo-block {
    display: none;
  }

  .last-dropdown {
    left: auto;
    right: 0px;
  }
  .navbar-nav li:hover {
    color: #fff;
    transition: all 500ms ease-in-out;
  }

  .navbar-nav {
    height: auto;
  }

  .nav-item,
  .nav-item-active {
    border-right: 0px dotted #fff;
    border-bottom: 0px dotted #fff;
  }
  .nav-item:hover .dropdown-menu {
    display: none;
  }
  .dropdown-menu.show {
    display: block !important;
    background-color: transparent;
  }
  .dropdown-menu::before, .dropdown-menu::after{
    display: none;
  }
  .nav-item-active .nav-link {
    font-weight: 600;
    color: #000 !important;
}
  .nav-link-mobile {
    display: block;
  }
  .nav-link-desktop {
    display: none;
  }
  .dropdown-toggle::after {
    position: absolute;
    right: 7px;
    top: 8px;
  }
  .dropdown-menu {
    min-width: 100%;
  }
  .foot-title {
    margin-bottom: 15px;
  }

  .head-txt-two-mobile {
    display: block;
    position: relative;
    z-index: 22;
  }
  .head-txt-two-desktop {
    display: none;
  }
  .navigation-holder::after {
    content: unset !important;
  }
  .logo-img-mobile {
    width: 130px;
  }
  .header-container {
    padding: 5px 0;
  }
  .navigation-holder::before {
    content: none;
  }
  .header-container::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 65%;
    right: 0;
    bottom: 0;
    background: #047f8c;
    z-index: 21;
  }
  .navigation-holder {
    background: #047f8c;
    padding: 6px;
    position: sticky;
    top: 0;
    border: 1px solid #003e60;
    width: 100%;
  }

  .quicklinks {
    width: 35%;
    position: absolute;
    z-index: 99999;
    display: block;
    top: 3px;
  }

  .blinder-block:after {
    content: none;
  }

  .desktop-nav {
    border-top: unset;
    border-bottom: unset;
    border-left: unset;
  }

  .nav-item {
    text-align: left !important;
    margin-right: auto;
    display: block;
    width: 100%;
    padding-left: 5px;
  }

  .navbar-toggler-icon {
    color: #fff;
  }

  .navbar-toggler {
    border: 1px solid #fff !important;
  }

  .home-icon {
    margin-left: unset;
  }
  .dropdown {
    height: unset;
  }
  .banner-img-holder {
    background-size: cover;
  }
}

@media screen and (max-width: 800px) {
  .scrollable {
    width: 100%;
    overflow-x: scroll;
  }

  .logo-img {
    width: 180px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .quicklinks {
    width: 49%;
  }
  .header-container::after {
    width: 60%;
  }

  .logo-block-mobile {
    text-align: center;
    margin-bottom: 20px;
  }
  .head-txt-two-mobile {
    text-align: center;
    font-size: 16px;
    padding: 10px;
  }

  .header-container {
    position: relative;
    background: none;
  }
  .header-container::after {
    content: none;
  }
  .header-text-holder {
    text-align: center;
  }
  .logo-img {
    padding-right: 0;
  }
  .logo-box {
    margin-bottom: 0;
  
}
    .black-arrow {
        right: 61%;
        top: 76px;
        rotate: 90deg;
    }
}

@media screen and (max-width: 650px) {
  .logo-block-mobile img {
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 576px) {
  /* .logo-block-mobile img{display: block; margin: 0 auto; margin-bottom: 15px;} */
}

@media screen and (max-width: 575px) {
  .header-container {
    padding: 0;
  }

  .header-container::after {
    content: none;
  }
  .head-txt-two-mobile-cont {
    padding: 0;
  }

  /* .logo-block-mobile {
        padding: 5px 0;
    } */

  /* .logo-img-mobile {
        width: 110px;
    } */
}

@media screen and (max-width: 425px) {
  .logo-block-mobile {
    margin-bottom: 5px;
  }
}
