.sticky {
   top: 0 !important;
   background-color: #fff;
   -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
   animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
   position: fixed;
   box-shadow: 0px 5px 35px 0px rgb(211 221 241 / 75%);
   z-index: 999;
   width: 100%;
}

.menu-section {
   display: flex;
   align-items: center;
}

/* nav css start */
.nav {
   background: transparent;
   position: absolute;
   z-index: 9999;
   width: 100%;
}

.header {

   left: 0;
   top: 0;
   width: 100%;
   height: auto;
   z-index: 999;
   margin: 0 auto;


}

.header .navbar {
   display: flex;
   justify-content: space-between;
   align-items: center;
   gap: 2rem;
   max-width: 100%;
   height: auto;
   padding: 0.75rem 0;
}

.nav-btn {
   background: #33B6EF;
   color: #fff !important;
   padding: 12px 25px !important;
   border-radius: 10px;
   transition: 0.6s ease all;
   line-height: 34px !important;
   text-align: center;
   font-size: 18px !important;


}

.nav-btn:hover {
   background: #000;
}

.header .burger {
   position: relative;
   display: block;
   cursor: pointer;
   width: 2rem;
   height: auto;
   border: none;
   opacity: 1;
   visibility: visible;
   background: none;
   outline: none;
}
.brand{
   margin-top: -22px;
}
.brand img {
   width: 200px;
}

.header-phone-number-section i {
   font-size: 18px;
}

.responsive-phone-icon {
   display: none;
}
.header-contact-information-section{
   position: absolute;
   top: 0px;
   left: 0;
   width: 100%;
   padding: 8px 19px;
}
.header-contact-mail-phone-number-section{
   display: flex;
   align-items: center;
   justify-content: space-between;
}
.heder-mail-section{
   margin-top: 10px;
}
/* header dropdown css  */
.dropdown-desktop {
   position: relative !important;
}
.dropdown-content {
   border-top: 2px solid #ff8b26;
   display: none;
   position: absolute;
   background-color: #fff;
   width: 200px;
   margin-top: 0px;
   box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
   padding: 10px 0px;
   z-index: 1;
   z-index: 2;
}
.dropdown-desktop:hover .dropdown-content {
   display: block;
}
.dropdown-content ul li a {
   display: block;
   margin: 0px 12px;
   padding: 0px;
   color: #000;
   font-size: 15px;
}
.dropdown-content ul li {
   margin: 0px;
   display: block;
   padding: 8px 0px;
}
.dropdown-content ul li:hover {
   background: #f7f7f7;
   cursor: pointer;
}
.dropdown-content ul li:hover a {
   color: #ff8b26;
}
.responsive-dropdown-content{
   display: none !important;
}
.dropdown{
   position: relative;
}
.down-angle-btn{
   position: absolute;
   top: 5px;
   right: 0;
}
.down-angle-btn:hover{
   color: #ff8b26;
}
.down-angle-btn:focus {
   outline: none;
   box-shadow: none;
}
.dropdown-menu {
   border-top: 2px solid #ff8b26;
   border-bottom: 2px solid #ff8b26;
}
.dropdown-item {
   color: #000;
   font-size: 15px;
   padding: 10px 27px;
}
.dropdown-toggle::after {
   opacity: 0;
}
.down-angle-icon{
   transition: 0.6s ease all;
   transform: rotate(0deg);
}
.down-angle-icon-add-class{
   transition: 0.6s ease all;
   transform: rotate(180deg);
}
/* header dropdown css end */
.for-responsive-menu{
   display: none;
}
@media only screen and (min-width: 1200px) {
   .header .burger {
      display: none;
      opacity: 0;
      visibility: hidden;
   }
}

.header .burger-line {
   display: block;
   cursor: pointer;
   width: 100%;
   height: 2px;
   margin: 6px auto;
   background: #ff8b26;
   transform: rotate(0deg);
   transition: all 0.3s ease-in-out;
}

.header .menu {
   position: fixed;
   top: 0;
   left: -19rem;
   width: 19rem;
   height: 100%;
   z-index: 999;
   opacity: 0;
   overflow-y: auto;
   visibility: hidden;
   background: #fff;
   box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
   transition: all 0.5s ease;
}

@media only screen and (min-width: 1200px) {
   .header .menu {
      position: relative;
      top: 16px;
      left: 0;
      width: auto;
      opacity: 1;
      visibility: visible;
      background: none;
      box-shadow: none;
      height: 160px;
      overflow-y: initial;
   }
}

.header .menu.is-active {
   left: 0rem;
   opacity: 1;
   visibility: visible;
}

.header .menu-block {
   /* width: 100%; */
   height: auto;
   margin: 2rem 0;
}

@media only screen and (min-width: 991px) {
   .header .menu-block {
      margin: 16px auto;
   }
}

.header .menu-item {
   display: block;
   margin: 0;
}

@media only screen and (min-width: 991px) {
   .header .menu-item {
      position: relative;
      display: inline-block;
      margin: 0px 7px;
   }
}

.header .menu-link {
   display: block;
   line-height: inherit;
   padding: 0px 10px;
   border: none;
   text-rendering: optimizeLegibility;
   transition: all 0.35s ease;
   font-weight: 600;
   font-size: 17px;
   line-height: 30px;
   color: #000;
	font-family: 'Poppins', sans-serif;
}

.active-header-link {
   color: #ff8b26 !important;
}

.header .menu-link:hover {
   color: #ff8b26;
}

.header-phone-number-section a {
   font-weight: 600;
   font-size: 17px;
   text-transform: capitalize;
   color: #ff8b26;
}
.heder-mail-section a{
   font-weight: 600;
   font-size: 17px;
   text-transform: capitalize;
   color: #ff8b26;
}
.header-phone-number-section a:hover {
   color: #666666;
}
.heder-mail-section a:hover{
   color: #666666;
}
.header-phone-number-section {
   margin: 0px 0px;
}

.header-get-call-section a {
   background: #ff8b26;
   box-shadow: 0px 4px 10px rgba(255, 0, 0, 0.35);
   border-radius: 25px;
   color: #fff !important;
   padding: 12px 30px;
   transition: 0.6s ease all;
   font-size: 16px;
}

.header-get-call-section a:hover {
   background: #000;
   box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);
   color: #fff !important;
}
.header-contact-us-section a{
   font-size: 18px;
   letter-spacing: 1px;
   background: #ff8b26;
   color: #fff;
   padding: 15px 25px;
   font-weight: 600;
   border-radius: 5px;
}
.header-contact-us-section a:hover{
   background: #666666;
   color: #fff;
}
@media only screen and (min-width: 991px) {
   .header .menu-link {
      padding: -0.5rem 19px;
   }

}

@media only screen and (max-width: 991px) {
   .header .menu-link {
      color: var(--color-black);

   }

}

.header .overlay {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 999;
   opacity: 0;
   visibility: hidden;
   background: rgba(0, 0, 0, 0.7);
   transition: all 0.35s ease-in-out;
}

.header .overlay.is-active {
   display: block;
   opacity: 1;
   visibility: visible;
}


/* nav css link end */