.custom-header{
    position: relative;
    background:#fff;
}

.navbar-sticky .custom-header{ 
    background:#fff;
}

.logo-area{
    grid-template-columns:0.3fr 1fr 0.2fr;
    display: grid;
    gap: 20px;
    padding: 10px 100px 0;
    align-items: center;
    }

    .logo{
        text-align: center;
        width: 250px;
/*         width:100%; */
  }


.header-menu{
    text-align: center;
    display: flex;
    justify-content: right;
    align-items: center;
    position: relative;
}

.navbar-nav{
/* float:right;	 */
}

.navbar-nav > li {
    margin-right: 23px;
	position:relative;	
}

.navbar-nav > li > a{
	line-height: 35px;
}

.navbar-nav li a{
    font-weight:400;
    color:#124370;
    font-size:16px;
}

.navbar-nav li a:hover{
    color:#124370;
}

.navbar-nav > li > a::after {
    background: none repeat scroll 0 0 transparent;
    bottom: 4px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #8dc640;
    transition: width 1s ease 0s, left 1s ease 0s;
    width: 0;
}

.navbar-nav > li > a:hover::after {
    width: 100%;
    left: 0;
    color:#8dc640;
}

.navbar-nav li.current-menu-item a{
    color:#8dc640;
}

.navbar-sticky .navbar-nav li.current-menu-item a{
    color:#8dc640;
}

.navbar-sticky .navbar-nav > li > a {
    color: #124370;
}

.navbar-sticky .navbar-nav > li > a:hover, .navbar-sticky .navbar-nav > li > a:focus {
    color: #8dc640;
    background-color: transparent;
}

.button-header{
    display: flex;
    justify-content: right;
    align-items: center;
    text-decoration: none;
}

.button-header a{
    text-decoration: none;
}

.nav-button{
    background: #8dc640;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 25px;
    border: none;
    font-weight: 500;
    border-radius:30px;
}
  
  .nav-button:hover{
    background:#124370;
    transition: 0.5s ease-in-out;
  }

  .navbar-sticky .nav-button:hover{
    background:#124370;
    color: #fff;
  }


.contact-area{
    background: #124370;
    padding: 15px 100px;
    display: flex;
    justify-content: right;
    align-items: center;
}

.tel{
    padding-right:50px;
}

.header-contact{
    display: flex;
    gap: 20px;
   
 }

 .header-contact a{
    text-decoration:none;
 }

 .header-icon{
    /* width:30px; */
 }

 .header-icon svg{
    width:20px;
    fill:#fff;
 }

 .header-icon svg:hover{
    width:20px;
    fill:#009DE1;
 }

 .header-text{
    color: #fff; 
    font-size:16px;
}

/* Sub Menu */
.navbar-nav li ul{
    background: #fff;
    list-style-type: none;
    border-top: none;
    border: none;
    padding: 0px;
}

.navbar-nav li ul li{
    border-bottom: 1px solid #bbbbbb38;
}

.navbar-nav .sub-menu li a{
    text-decoration: none;
    text-align: left;
    color:#124370;
    padding:  10px;
    border:none;
}

.navbar-nav li.current-menu-item .sub-menu li a{
    color:#124370;
}

.navbar-nav li ul li a:hover{
    color:#8dc640;
    border:none;
}

.navbar-sticky .navbar-nav li ul li a{
    color:#124370;  
}

.navbar-sticky .navbar-nav li ul li a:hover{
    color:#8dc640;
}

.navbar-nav .sub-menu .current-menu-item > a{
    color:#8dc640;
}


.navbar-nav li.current-menu-item ul li a:hover{
    color:#8dc640;
    border:none;
}
 
 

@media screen and (max-width: 1520px) {
    .logo-area {
        grid-template-columns: 200px 1fr 0.1fr;
        padding: 10px 50px 0;
    }

    .logo {
        text-align: left;
        width: 200px;
    }

    .contact-area{
        padding: 15px 50px;
    }
}

@media screen and (max-width: 1300px) {
    .logo-area {
        grid-template-columns: 150px 1fr 0.1fr;
        padding: 10px 50px 0;
    }

    .navbar-nav > li {
        margin-right: 13px;
    	position:relative;	
    }

    .navbar-nav li a {
        font-size: 15px;
    }

    .logo {
        text-align: left;
        width: 150px;
    }

    .nav-button {
        font-size: 15px;
        padding: 5px 10px;
    }

    .header-text {
        font-size: 15px;
    }
}

@media screen and (max-width: 1100px) {
    .navbar-nav li a {
        font-size: 14px;
    }

    .header-text {
        font-size: 14px;
    }   

    .nav-button {
        font-size: 14px;
        padding: 5px 10px;
    }

    .logo-area {
        grid-template-columns: 150px 1fr 100px;
        padding: 10px 30px 0;
    }

    .contact-area{
        padding: 10px 30px;
    } 
}


@media screen and (max-width: 1020px) {
    .logo-area {
       gap:0;
    }
}

@media screen and (max-width: 991px) {
    .logo-area{
        padding: 10px 0px 0;
        grid-template-columns:  200px 1fr;
        margin-right: 10%;
    }


    .logo{

        margin-left: 30px;
        text-align: left;
        width: 200px;
    }

  .header-menu {
    display: none;
    }

    .button-header{
      
    }

    .nav-button {
        font-size: 16px;
        padding: 10px 20px;
        border: none;
        font-weight: 500;
        border-radius:30px;
    }

    .contact-area {
        display: none;
    }

    .slicknav_btn.slicknav_collapsed:before {
        font-size: 36px;
        color: #124370;
    }

    .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
        font-size: 36px;
        color: #124370;
    }

    .navbar-sticky  .slicknav_btn.slicknav_collapsed:before {
        font-size: 36px;
        color: #124370;
    }
}


@media screen and (max-width: 480px) {
    .logo-area{
        padding: 20px 10px 0;
        grid-template-columns:  150px 1fr;
        margin-right: 14%;
        gap:0;
    }

  .nav-button {
    font-size: 16px;
    padding: 5px 10px;
      }

      .logo{
    margin-left: 0px;
    text-align: left;
	width: 150px;
  }

}

.menu-nav-links li a {
    color: #124370 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}

.navbar-nav > li > a
{
    line-height: 35px !important;
}