.navbar-v11 {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 5;
  background-color: #fff;
}
.header-alert span {
  font-size: 16px;
}
.header-alert span a {
  display: inline-block;
  padding-left: 10px;
  color: #ccc;
}
.header-alert-container ul {
  display: table;
  margin: 0 auto;
  position: relative;
  padding-bottom: 12px;
}
@media (min-width: 992px) {
  .header-alert-container ul {
    position: absolute;
    top: 10px;
    right: 0;
  }
}
.header-alert-container ul li a {
  display: block;
  color: #fff;
  padding-right: 30px;
  position: relative;
  opacity: 1;
}
.header-alert-container ul li a:hover {
  opacity: 0.7;
}
.header-alert-container ul li.active > a:after {  
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  color: #fff;
  font-family: FontAwesome;
  content: "\f0d9";
}
.navbar-v11 .topheader-holder {
    padding: 12px 0;
    position: relative;
    z-index: 4;
}
@media (min-width: 1200px) {
  .navbar-v11 .topheader-holder {
    padding: 12px 0 0;
  }
}
.navbar-v11 .topheader-holder .headercontact {
  display: table;
  float: right;
}
.contactholder-cell {
  display: table-cell;
  vertical-align: middle;
}
.navbar-v11 .topheader-holder .headercontact .contactholder {
  position: relative;
  padding-left: 45px;
}
.navbar-v11 .topheader-holder .headercontact .contactholder p {
    font-size: 14px;
    color: #555;
    font-weight: 500;
    margin: 0;
    margin-bottom: 0;
}
.navbar-v11 .topheader-holder .headercontact .contactholder .contacticon {
  font-size: 34px;
  height: 50px;
  line-height: 50px;
  width: 50px;
  display: table;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  transition: all 0.25s ease-out;
}
.navbar-v11 .topheader-holder .headercontact .contactholder-cell-lg .contactholder .contacticon {
  height: 63px;
  line-height: 63px;
  width: 63px;
}
.navbar-v11 .topheader-holder .headercontact .contactholder .contacticon svg {
  vertical-align: middle;
}
.navbar-v11 .topheader-holder .headercontact .contactholder:hover .contacticon svg path {
  position: relative;
  transition: all 0.7s ease-in-out;
}
.navbar-v11 .topheader-holder .headercontact .contactholder:hover .contacticon svg path {
  fill: #b42318!important;
}
.navbar-v11 .topheader-holder .headercontact .contactholder-cell-lg .contactholder {
  padding-left: 70px;
}
.navbar-v11 .topheader-holder .headercontact .contactholder-cell-lg {
  padding: 0 30px;
}
.navbar-v11 .topheader-holder .headercontact .contactholder h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.navbar-v11 .topheader-holder .headercontact .contactholder-cell-lg .contactholder h3 {
  font-size: 26px;
}
.navbar-v11 .topheader-holder .headercontact .contactholder h3 a {
  color: #222;
  font-family: "Inter Tight", sans-serif;
}
.navbar-v11 .topheader-holder .headercontact .contactholder:hover .contacticon,
.navbar-v11 .topheader-holder .headercontact .contactholder h3:hover > a {
   color: #b42318!important; 
}
.navbar-v11 .topheader-holder .contact-btn .btn {
  margin: 50px 0 0;
}
.navbar-v11 .topheader-holder .contact-btn {
  position: relative;
}
.palm-tree {
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.5s ease;
  z-index: -1;
  display: table;
  width: 132px;
  height: 183px;
  background: url(../images/tree.png) no-repeat;
  background-size: cover;
  /* transition: all 0.7s ease-out; */
  animation: headAnim 18s linear 0s infinite normal none;
}

.topheader-holder {
  position: relative;
}
.topheader-holder:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  background: #2b5314;
  height: 5px;
  bottom: -5px;
}
@keyframes headAnim {
  0% {
    transform: translateX(0%);
  }

  25% {
    transform: translateX(50%);
  }

  50% {
    transform: translateX(80%);
  }

  75% {
    transform: translateX(50%);
  }

  100% {
    transform: translateX(0%);
  }
}
/* .navbar-v11 .topheader-holder .contact-btn:hover .palm-tree {
  transform: translateX(120px);
} */
.navbar-v11 .logo {
  display: table;
  padding: 0;
}
.navbar-v11 .logo img {
    max-width: 216px;
}
@media (min-width: 1200px) {
  .navbar-v11 .logo img {
    max-width: 400px;
  }
  .navbar-v11 .logo {
    display: block;
  }
  .navbar-v11 .logo a {
    display: table;
    margin: 0 auto
  }
}
.nav-items-v11 .mynav {
  width: 100%;
}
.nav-items-v11 .mynav > ul {
  display: table;
  margin: 0 auto;
}
.nav-items-v11 .mynav ul > li > a {
  font-size: 18px;
  color: #222;
  position: relative;
  text-transform: capitalize;
  padding: 36px 0;
}
.nav-items-v11 .mynav ul > li > a:after {
  background-color: #b42318;
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: 10;
  width: 0;
  height: 5px;
  transition: all 0.45s cubic-bezier(0.680, -0.550, 0.265, 1.550);
}
.nav-items-v11 .mynav ul > li:hover > a:after {
  background-color: #b42318;
  opacity: 1;
  width: 100%;
}
.nav-items-v11 .mynav ul > li > .dropdown:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  height: 1px;
  width: 58px;
  background: #b42318;
  transform: translateX(-50%);
  bottom: 20px;
}
.nav-items-v11 .mynav ul > li > a:hover {
  color: #b42318 !important;
}
.nav-items-v11 .mynav ul {
  padding: 0;
}
.nav-items-v11 .mynav ul li ul {
  margin: 0;
  padding: 15px 0 20px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 9;
  left: 0;
  top: 100%;
  transition: all 0.3s ease-out;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  width: 280px;
  transform: scaleY(0);
  transform-origin: 0% 0%;
  border-top: 5px solid #2B5314;
  border-bottom: 5px solid #2B5314;
}
.nav-items-v11 .mynav ul li ul li {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  position: relative;
}
.nav-items-v11 .mynav ul li ul li:after {
  right: 40px;
  top: 16px;
  background: #b42318;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 0;
  position: absolute;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  position: absolute;
  opacity: 0;
}
.nav-items-v11 .mynav ul li ul li a {
  padding: 10px 0;
  margin: 0 30px;
  font-weight: 400;
  border-bottom: 1px solid #2B5314;
  position: relative;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #222;
}
.nav-items-v11 .mynav ul li ul li a:after {
  display: none;
}
.nav-items-v11 .mynav ul li ul li a:hover {
  padding-left: 0;
  opacity: 1 !important;
  color: #222!important;
}
.nav-items-v11 .mynav ul li ul li:hover:after {
  right: 30px;
  opacity: 1;
}
.nav-items-v11 .mynav ul li ul li:last-child > a {
  border-bottom: 0;
}
.nav-items-v11 .mynav ul li ul li:hover > ul > li > a {
  padding-left: 0;
}
.nav-items-v11 .mynav > ul > li {
  margin-right: 55px;
  position: relative;
}
.nav-items-v11 .mynav > ul > li:last-child {
  margin-right: 0;
}
.nav-items-v11 .mynav > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.nav-items-v11 .mynav > ul > li > ul > li {
  float: none;
}
.nav-items-v11 .mynav > ul > li > ul > li a {
  padding: 10px 0;
}
.nav-items-v11 .mynav > ul > li > ul > li a:hover {
  opacity: 0.5;
}
.nav-items-v11 .mynav ul > li > ul > li > ul.sub-dropdown {
  left: 100%;
  top: 0;
  transform: none;
  transform: scaleX(1);
  width: 0;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border: 0;
  border-left: 6px solid #D9D9D9;
  z-index: -1;
}
.nav-items-v11 .mynav ul > li > ul > li > ul.sub-dropdown li {
  width: 100%;
  float: none;
}
.nav-items-v11 .mynav ul > li > ul > li > ul.sub-dropdown li:after {
  background: #2b5314;
}
.nav-items-v11 .mynav ul > li > ul > li > ul.sub-dropdown li:hover a {
  padding-left: 0;
}
.nav-items-v11 .mynav ul > li > ul > li:hover > ul.sub-dropdown {
  visibility: visible;
  opacity: 1;
  width: 280px;
  transition: all 0.4s ease-in-out;
  transform: scaleX(1);
}
.nav-items-v11 .mynav ul > li > ul > li > ul.sub-dropdown a {
  white-space: nowrap;
}
.offcanvas-nav-v11 ul li ul {
  padding: 10px 30px;
  background: #eee;
}
.offcanvas-nav-v11 ul li ul li {
  border-bottom: 0;
}
.offcanvas-nav-v11 ul li ul li a {
  padding: 10px 0;
  font-size: 18px;
}
.offcanvas-nav-v11 ul li ul li ul.sub-dropdown {
  padding-right: 0;
  padding-top: 0;
}

.header-alert {
  text-align: center;
  position: relative;
  padding-top: 12px;
  padding-bottom: 24px;
}
  .header-alert span {
    font-size: 12px;
  }
.animate-text {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 600px) {
  .header-alert span {
    font-size: 16px;
  }
  .header-alert {
    text-align: center;
    position: relative;
    padding-top: 12px;
    padding-bottom: 32px;
  }

}

    .offcanvas ul li a.btn-primary {
        display: inline-block;
        border-radius: 0;
        padding-right: 2rem;
        padding-left: 2rem;
        padding-top: 21px;
        padding-bottom: 18px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 2.5em 0;
        line-height: normal;
        text-align: center;
    }
    
    .offcanvas ul li a.btn-primary {
        background: #b42318;
        border: 1px solid #b42318;
        color: #fff;
    }