.navbar-v11 {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 9;
}
.nav-holder {
    padding: 0;
}
@media (max-width:1199px){
  .navbar-v11 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
  }
}
.sticky-header,
header.window-scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  transition: background-color 0.5s ease-in-out;
}
.sticky-header {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.navbar-v11 .topheader-holder {
  padding: 0;
  position: relative;
  margin-top: 0;
  transition: all 0.25s ease-out;
  background: #385744;
  height: 43px;
}
.sticky-header.navbar-v11 .topheader-holder {
  margin-top: -50px;
}
.topheader-holder .shape {
  position: relative;
  z-index: 1;
}
.topheader-holder .shape::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 48px;
  width: 500%;
  background: #385744;
  z-index: -1;
  transform: skewX(0deg);
  border-bottom: 5px solid #ffffff;
}
.header-contact__holder {
  position: relative;
  width: 100%;
  display: table;
}
.header-contact__holder2:after {
    content: '';
    position: absolute;
    left: -9999px;
    right: -24px;
    top: -4px;
    border: 3px solid #fff;
    border-radius: 30px;
    background: #303F7F;
    z-index: 2;
    height: 56px;
}

.header-contact__holder:after {
content: '';
  position: absolute;
  left: -24px;
  right: -9999px;
  top: -4px;
  border: 3px solid #fff;
  border-radius: 30px;
  background: #303F7F;
  z-index: 2;
  height: 56px;
}
.navbar-v11 .topheader-holder .headercontact {
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  padding-top: 8px;
}
@media (min-width: 992px){
  .navbar-v11 .topheader-holder .headercontact {
    float: right;
    margin: 0;
  }
}

.topheader-holder .tob-bar-social ul {
  padding-left: 0;
}
.navbar-v11 .topheader-holder .contactholder.email-one {
    display: flex;
    gap: 14px;
    justify-content: center;
    align-items: center;
    margin-top: 7px;
}
.navbar-v11 .topheader-holder .headercontact .contactholder {
  display: inline-block;
  position: relative;
  padding-left: 39px;
  margin-left: 14px;
}
.navbar-v11 .topheader-holder .headercontact .contactholder p,
.navbar-v11 .topheader-holder .headercontact .contactholder a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  transition: all 0.7s ease-out;
}
.navbar-v11 .topheader-holder .headercontact .contactholder a:hover p {
  color: #009DFF !important;
}
.navbar-v11 .topheader-holder .headercontact .contactholder .contacticon {
  height: 30px;
  width: 30px;
  display: table;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  transition: all 0.25s ease-out;
}
.navbar-v11 .topheader-holder .headercontact .contactholder .contacticon i {
  font-size: 18px;
}
.navbar-v11 .topheader-holder .headercontact .contactholder:hover .contacticon{
  color: #013b72;
}
.headercontact .contactholder a:hover {
  color: #009DFF !important;
}
.tob-bar-social ul li {
  margin-right: 20px;
  padding: 8px 0;
}
.tob-bar-social ul li a {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}
.tob-bar-social ul li a:hover {
  color: #009DFF;
}
.navbar-v11 .nav-holder .logo{
  display: table-cell;
  vertical-align: middle;
}
.navbar-v11 .nav-holder .logo img {
  max-width: 205px;
}
@media (min-width: 1200px){
  .navbar-v11 .nav-holder .logo img {
    max-width: 260px;
  }
}
@media (max-width: 1199px){
  .navbar-v11 .nav-holder .logo img {
    max-width: 160px !important;
  }
}

.navbar-v11 .nav-holder .mytable {
  position: relative;
}

.navbar-v11 .nav-holder .headermenu {
  display: table;
  float: right;
  position: static;
}
.nav-items-v11 .mynav {
  width: 100%;
}
.nav-items-v11 .mynav > ul {
  display: table;
  float: left;
}
.nav-items-v11 .mynav ul > li > a {
  font-size: 18px;
}
.nav-items-v11 .mynav ul > li > a:hover {
  color: #385744 !important;
}
.nav-items-v11 .mynav ul {
  padding: 0;
}
.nav-items-v11 .mynav ul li .mega-menu {
  margin: 0;
  padding: 15px 0 20px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  top: 100%;
  transition: all 0.3s ease-out;
  background: #fff;
  transform: scaleY(0);
  transform-origin: 0% 0%;
  box-shadow: 8px 8px 13px 0 rgba(0,0,0,.07);
  border-top: 7px solid #e2e2e2;
  border-radius: 30px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-items-v11 .mynav ul li .mega-menu > li.container {
  float: none;
  padding-left: 30px;
  padding-right: 30px;
}
.nav-items-v11 .mynav > ul > li {
  position: static;
}
.nav-items-v11 .mynav > ul > li > a {
  color: #303F7F;
  font-size: 18px;
  padding: 46px 10px;
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
}
.nav-items-v11 .mynav > ul > li > a.dropdown-menu-item:after{
  content: '';
  position: absolute;
  top: 100%;
  width: 100%;
  height: 7px;
  background: #385744;
  z-index: 10;
  left: 0;
  right: 0;
  display: none;
}
.nav-items-v11 .mynav > ul > li:hover > a.dropdown-menu-item:after {
  display: block;
}
.nav-items-v11 .mynav > ul > li > a > i {
    font-size: 13px;
    vertical-align: top;
    display: inline-block;
    margin-top: 7px;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
}
.nav-items-v11 .mynav > ul > li:hover > a > i {
    transform: rotate(180deg);
}
.nav-items-v11 .mynav > ul > li:hover > a > i.fa-chevrons-right {
  transform: rotate(0deg);
}
.btn i.fa-chevrons-right {  
  margin-left: 4px;
  display: inline-block;
  font-size: 1.3rem !important; /* was 1.6rem */
  margin-top: 6px !important; /* was 4px */
}

.nav-items-v11 .mynav > ul > li:hover > .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.nav-items-v11 .mynav .btn-holder {
  padding: 36px 0;
}
.nav-items-v11 .mynav .btn-holder .btn-primary {
  padding: 10px 20px;
  color: #ffffff;
  margin-left: 10px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 1200px){
  .nav-items-v11 .mynav .btn-holder .btn-primary {
    margin-left: 20px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.nav-items-v11 .mynav > ul li.btn-holder > .btn-primary:hover{
  color: #fff!important
}
.mega-menu .col-5, 
.mega-menu .col-3 {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.mega-menu .col-5 {
  padding-right: 30px;
}
@media (min-width: 1200px){
  .mega-menu .col-5 {
    width: 40%;
    padding-right: 80px;
  }    
}
.mega-menu .col-5 .mega-menu-widget{
    display: table;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 80px;
}
.nav-items-v11 .mynav .mega-menu .mega-menu-widget--contacts {
  position: relative;
  margin-left: -60px;
}
.nav-items-v11 .mynav .mega-menu .mega-menu-widget--contacts a:hover{
  color: #303F7F !important;
}
.mega-menu .col-5 .mega-menu-widget .widget-content {
    background: linear-gradient(180deg, #000 10%, rgba(29, 29, 27, 0) 60%);
    display: table;
    height: 100%;
    width: 100%;
    padding: 20px;
    text-align: center;
}
@media (min-width: 1200px){
  .mega-menu .col-3 {
    width: 30%;
  }
}
.mega-menu .mega-menu-widget span,
.mega-menu .mega-menu-widget p,
.mega-menu .mega-menu-widget a {
    font-size: 17px;
}
.mega-menu .mega-menu-widget a:hover {
  color: #fff !important;
}
.mega-menu .mega-menu-widget.right {
  display: table;
  float: right;
}
.mega-menu .mega-menu-widget p {
  color: #333;
}
.mega-menu .mega-menu-widget .btn-primary.btn-semi {
    display: table;
    border-radius: 30px;
    padding: 0 30px;
    line-height: 50px;
    text-align: left;
    margin-top: 20px;
}
.mega-menu .mega-menu-widget .btn-primary.btn-semi i {
  margin-left: 40px;
}
.mega-menu .mega-menu-widget .btn-primary.btn-semi:after {
  display: none;
}

.mega-menu .panel-heading a:before {
   font-family: 'Glyphicons Halflings';
   content:"\e080";
   float: right;
   transition: all 0.5s;
}
.mega-menu .panel-heading.active a:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mega-menu .panel-group .panel {
  border: 0;
  box-shadow: none;
  background-color: transparent;
  border-bottom: 1px solid #c8c8c8;
  padding: 13px 0;
  border-radius: 0;
  transition: all 0.7s ease-out;
}
.mega-menu .panel-group .panel.panel-default:hover {
  background-color: #fff;
}
.mega-menu .panel-group .panel.panel-default:hover .panel-heading .panel-title a {
  color: #303F7F!important;
}
.mega-menu .panel-group .panel .panel-body {
  padding: 0 15px;
}
.mega-menu .panel-group .panel .panel-body ul li:last-child a {
  border-bottom: 0;
}

.mega-menu .panel-group {
  margin-bottom: 0;
}
.mega-menu .panel-default > .panel-heading {
  background-color: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;  
}
.mega-menu .panel-heading .panel-title a {
  display: block;
  width: 100%;
  color: #334C75;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
}
.mega-menu .panel-heading .panel-title:hover a {
  color: #385744;
}
.mega-menu .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 0;
  padding: 5px 0 0;
}
.mega-menu .panel-group .panel + .panel {
  margin-top: 0;
}
.mega-menu .panel-body ul {
  padding: 10px 0 0;
  list-style: none;
}
.mega-menu .panel-body ul li a {
  display: block;
  width: 100%;
  font-size: 17px;
  color: #303F7F;
  font-weight: 400;
  background-color: #fff;
  padding: 8px 15px;
}
.mega-menu .mega-menu-widget ul li{
    padding: 0;
    display: block;
    width: 100%;
    transition: all 0.25s ease-out;
}
.mega-menu .mega-menu-widget ul li:hover,
.mega-menu .panel-body ul li a:hover {
  background-color: #fff;
}
.mega-menu .mega-menu-widget ul li a {
  display: block;
  padding: 10px;
  width: 100%;
  border-bottom: 1px solid #c8c8c8;
  margin: 0;
  font-weight: 600;
  text-transform: capitalize;
}
.mega-menu .mega-menu-widget ul li:hover > a {
  color: #303F7F!important;
}
.mega-menu .contact-item {
  position: relative;
  padding-left: 30px;
  padding-bottom: 15px;
}
.mega-menu .contact-item .contact-icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  display: block;
  color: #666;
}
.quote-btn-holder .btn-primary {
    margin-top: 10px;
}

/* Mega SubDropdown */
.mega-menu .mega-menu-widget ul li ul{
  display: none;
}

.mega-menu .mega-menu-widget ul li ul li a{
  font-size: 15px;
  margin-left: 15px;
}
.mega-menu .mega-menu-widget li.mmw-has-dropdown > a{
  position: relative;
}
.mega-menu .mega-menu-widget li.mmw-has-dropdown > a:after{
  content: "\f078";
  position: absolute;
  font-family: "FontAwesome";
  font-size: 15px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: transform 0.35s ease-out;
}

.mega-menu .mega-menu-widget li.mmw-has-dropdown.mmw-dropdown-open > a:after{
  transform: translateY(-50%) rotate(-180deg);
}
.offcanvas ul li ul .container {
  max-width: 100%;
  width: 100%;
}
.offcanvas ul li ul .container .row .col-3,
.offcanvas ul li ul .container .row .col-5,
.offcanvas ul li ul .container .row {
  margin: 0;
  width: 100%;
  padding: 0;
}
.offcanvas ul li ul .mega-menu-widget > ul {
  padding: 0;
}
.offcanvas .mega-menu .mega-menu-widget ul li {
  padding-left: 15px;
}
.offcanvas .mega-menu .mega-menu-widget ul li a {
  padding-left: 0;
  font-weight: 500;
  color: #385744!important;
}
.offcanvas .mega-menu .mega-menu-widget ul li:last-child a {
  border-bottom: 0;
}
.offcanvas-nav-v11 .navigation-heading .accordion-toggle:after,
.nav-items-v11 .navigation-heading .accordion-toggle:after {   
    font-family: "FontAwesome" !important;
    content: "\f106" !important;  
    float: right !important;     
    color: #5A5A5A !important; 
    margin-right: 10px;
}
.offcanvas-nav-v11 .navigation-heading .accordion-toggle.collapsed:after,
.nav-items-v11 .navigation-heading .accordion-toggle.collapsed:after { 
    font-family: "FontAwesome" !important;
    content: "\f107" !important;
}
.offcanvas-nav-v11 .navigation-heading .accordion-toggle:after {
  color: #58585a!important;
}
.nav-items-v11 .navigation-heading .accordion-toggle:hover:after{
  color: #303F7F !important;
}
.offcanvas-nav-v11 .navigation-heading h4 a,
.nav-items-v11 .navigation-heading h4 a{
  font-size: 18px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif!important;
  color: #385744!important;
  padding-left: 10px;
}
.nav-items-v11 .navigation-heading h4 a:hover {
  color: #303F7F!important;
}
.offcanvas-nav-v11 .mega-menu .panel-body ul li a {
  background: transparent;
  color: #385744;
}
.offcanvas-nav-v11 .mega-menu .panel-group .panel {
  padding: 8px 0;
}
.offcanvas-nav-v11 .navigation-heading h4 a {
  padding-right: 15px;
  font-size: 16px;
  font-family: 'Lexend', sans-serif!important;
  color: #385744 !important;
}
.offcanvas-nav-v11 .navigation-heading .accordion-toggle.collapsed::after {
  font-weight: 500;
  color: #385744!important;
}

.offcanvas .mega-menu .mytable .col-md-offset-1.col-md-3 {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  margin-left: 0;
}
.offcanvas .mega-menu .mega-menu-widget ul li {
  padding-left: 0;
}

.btn-pulse {
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.panel-group#accordion-service-area {

  & h4 a {
    color: #385744;
  }

  & a:hover {
     color: #385744 !important;
  }

  & a {
    border-bottom: none;
  }
  
  & .panel-default {
    border-bottom: 1px solid #b3b3b3b3;
  }

  & .panel-heading a:before {
    display: none;
  }
}