.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
header{
    font-family: "Poppins" !important;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.header-top {
    position: relative;
    padding-left: 200px;
}

.header-top .top-inner {
    position: relative;
    padding-left: 40px;
    background: #1b182f;
    border-bottom-left-radius: 8px;
    z-index: 1;
}

.header-top .social-links {
    margin-right: 40px;
}

.pull-left {
    float: left;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.header-top .info-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 30px;
    padding-left: 25px;
    font-size: 13px;
    line-height: 45px;
    font-weight: 600;
}

.header-top .info-list li i {
    position: absolute;
    left: 0px;
    top: 16px;
    font-size: 14px;
}

.header-top .info-list li i {
    color: #49b280;
}

.fa-phone-square:before {
    content: "\f098";
}

.header-top .info-list li a {
    color: #9390a7;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.pull-right {
    float: right;
}

.main-menu {
    float: left;
}

.main-menu .navigation {
    margin: 0px;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: -32px;
    top: 66px;
    width: 34px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #3b3b3b;
    cursor: pointer;
    display: none;
    z-index: 5;
    transition: all 500ms ease;
}


.main-menu .navigation > li:first-child {
    margin-left: 0px !important;
}
.main-menu .navigation > li {
    position: inherit;
    float: left;
    z-index: 2;
    margin: 0px 24px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-menu .navigation > li > a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    padding: 32px 0px;
    font-weight: 500;
    opacity: 1;
    color: #73727c;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu .navigation > li > a:before {
    position: absolute;
    content: '';
    width: 19px;
    height: 19px;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%) scale(0, 0);
    border-radius: 50%;
    transition: all 500ms ease;
}
.main-menu .navigation > li > a:before {
    background: #49b280;
}
.header-top .top-inner:before {
    position: absolute;
    content: '';
    background: #1b182f;
    width: 1144px;
    height: 100%;
    left: 0px;
    top: 0px;
    border-bottom-left-radius: 8px;
    z-index: -1;
}

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.header-top .social-links,
.header-top .btn-box {
    position: relative;
    display: inline-block;
    float: left;
}

.header-top .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    line-height: 44px;
    margin-right: 20px;
}

.header-top .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #9390a7;
}

.header-top .social-links,
.header-top .btn-box {
    position: relative;
    display: inline-block;
    float: left;
}

.header-top .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 9.5px 30px;
    z-index: 1;
}

.header-top .btn-box a {
    background: #49b280;
}

.header-top .btn-box a:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: all 500ms ease;
}

.main-header .logo-box .logo img {
    width: 100%;
}

.main-header .logo-box .logo img {
    width: 60%;
}

.main-header .logo-box .logo {
    max-width: 142px;
    width: 100%;
}

figure {
    margin: 0px;
}

.header-lower .outer-box {
    position: relative;
    padding-left: 200px;
}

.main-header .outer-box {
    position: relative;
}

.header-lower .logo-box {
    position: absolute;
    left: 175px;
    bottom: -3px;
}

.btn-box.mobile {
    display: none;
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 0;
    background-color: #fff;
    box-shadow: 0px 10px 20px 0px rgba(27, 24, 47, 0.10);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .outer-box {
    position: relative;
}

.sticky-header .logo-box {
    padding: 0px;
}

.main-header .logo-box .logo {
    max-width: 142px;
    width: 100%;
}

.header-top .btn-box a:hover:before {
    width: 100%;
}

.header-top .btn-box a:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: all 500ms ease;
}

.header-top .btn-box a:hover {
    color: #49b280;
}

.header-top .social-links li a:hover {
    color: #49b280;
    transition: all 500ms ease;
}

.header-top .info-list li a:hover {
    color: #49b280;
    transition: all 500ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar {
    position: relative;
    height: 2px;
    width: 30px;
    display: block;
    margin-bottom: 5px;
    background-color: #222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    transition: all 900ms ease;
}

@media only screen and (max-width: 1200px) {
    .header-top {
        padding-left: 0px;
        background: #1b182f;
        /* display: none; */
    }

    .header-top .info-list {
        display: none;
    }

    .header-top .social-links {
        margin-right: 20px;
    }

    .header-lower .outer-box {
        padding-left: 0px;
    }

    .header-lower .logo-box {
        position: relative;
        bottom: 0px;
        left: 20px;
        float: left;
        padding: 5px 0px !important;
    }
}


@media only screen and (max-width: 991px) {
    .features-desktop {
        display: none;
    }

    .features-mobile {
        display: block;
    }

    .header-top .left-column,
    .header-top .right-column {
        float: none;
        display: block;
        text-align: center;
    }

    .header-top .info-list li {
        float: none;
    }

    .header-top .right-column {
        max-width: 315px;
        margin: 0 auto;
    }

    .main-footer .widget-section {
        padding-bottom: 70px;
    }

    .footer-widget {
        margin: 0px 0px 30px 0px !important;
    }

}

@media only screen and (max-width: 767px) {
    button.current{
    border-left: 5px solid #ffffff;
    padding-left: 1.3rem;
}
    .header-lower .logo-box {
        left: 0px;
    }

    .btn-box.mobile {
        padding: 9.5px 30px;
        width: 34%;
        right: 20px;
        top: 26px;
    }

    .main-footer .top-inner .info-box {
        margin-bottom: 30px;
    }

    .main-footer .top-inner .info-box {
        margin-bottom: 30px;
    }

    .main-footer .top-inner .info-box {
        margin-bottom: 30px;
    }

}

@media only screen and (max-width: 599px) {
    .main-footer .image-layer {
        display: none;
    }

    .header-top .top-inner:before {
        width: 7px;
    }

    .main-footer .footer-top {
        padding-bottom: 20px;
    }

    .main-footer .top-inner {
        display: block;
        text-align: center;
    }

    .footer-logo {
        margin: auto;
        margin-bottom: 40px;
    }

    .main-footer .top-inner .info-box {
        display: inline-block;
        text-align: left;
    }

    .main-footer .top-inner .info-box {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    .menu-area .mobile-nav-toggler {
        display: block;
        padding: 10px;
        margin-top: 27px;
    }
}
.logo-new{
  width:15%;
}
.ml-105{
    margin-left: 105px;
}
 #navbar.scrolled .links-navbar a {
    color: white;
  }

  #navbar.scrolled .links-navbar a:hover {
    color: #e5e5e5; /* Optional lighter white on hover */
  }
.links-navbar > a:before {
    background: #49b280;
}
.text-green{
    color: #49b280;
}
.main-menu .navigation > li.current > a:before, .main-menu .navigation > li:hover > a:before {
    transform: translateX(-50%) scale(1, 1);
}
.uppercase{
  font-size: 15px;
  font-weight: 500;
}
.contact-info {
    position: relative;
    padding: 120px 30px 20px 30px;
}
.contact-info h4 {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}
.contact-info p{
    font-size: 15px;
    line-height: 2.5;
    color: rgba(255, 255, 255, 0.80);
}
#mobile-menu{
    overflow-y: auto;
}
#close-btn{
    position: absolute;
    right: 25px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mega-menu{
    padding: 30px 50px;
}
.mega-menu a{
        color: #969696;
        font-size: 14px;
        text-transform: capitalize;
        line-height: 2.5;
}