﻿
.navbar-custom {
    padding-top: 0px !important;
}
    /* change the brand and text color */
    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-text {
        color: #2D3966;
    }
    /* change the link color */
    .navbar-custom .navbar-nav .nav-link {
        color: #FFFFFF;
        padding: 0px;
        margin: 0px;
        vertical-align: middle;
        font-size: 23px;
        font-weight: 400;
        font-family: 'Teko', sans-serif;
        height: 50px;
        line-height: 50px;
    }

.navbar-custom {
    padding: 0px;
    margin: 0px;
}

.faburger {
    font-size: 24px;
    color: white;
    margin-top:20px;
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
}


.custom-toggler {
    top: 0;
    right: 15px;
    position: absolute;
    margin-top: -66px;
}

    .custom-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

.dropdown-item {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Teko', sans-serif;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
    }

    .navbar .nav-item:hover .nav-link {
    }

    .navbar .nav-item:hover .dropdown-menu {
        border: none !important;
        border-radius: 0px 0px 0px 0px !important;
        background-color: #202549;
    }

    .navbar .nav-item:hover .dropdown-item {
        color: white;
    }

    .dropdown-item:hover {
        background-color: #1CA548 !important;
        color: white !important;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}



@media (min-width: 992px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.dropdown-menu .dropdown-toggle::after {
    vertical-align: middle;
}

.dropdown-menu .dropdown .dropdown-menu {
    left: 100%;
    top: 0%;
    margin: 0px;
    border-width: 0;
}


@media (max-width: 767.98px) {



    .dropdown-menu {
        border-radius: 0px 0px 0px 0px !important;
        border-color: transparent !important;
        background-color:#1CA548;
    }

    .dropdown-item {
        text-align: left !important;
        color: white;
    }

        .dropdown-item:hover {
            background-position: 0% 0%;
            background-color: none !important;
            color: white !important;
            background-image: none !important;
            background-repeat: repeat !important;
            background-attachment: scroll !important;
        }

      .navbar-custom .navbar-nav .nav-link {
            color: #FFFFFF !important;
            height: 40px !important;
            line-height: 40px;
            padding: 0px;
            margin: 0px;
            vertical-align: middle;
            font-family: 'Teko', sans-serif;
            font-weight: 600;
			
			  font-size: 17px !important;
        text-align: left;
        padding-left: 15px !important;
        }
		
    .navbar-custom {
        top: 20px;
        position: absolute !important;
        width: 100% !important;
       background-color: #1CA548;
		
	
        padding: 0px !important;
        margin: 0px !important;
    }
}


@media (max-width: 991.98px) {

    .navbar-custom .navbar-nav .nav-link {
        font-size: 13px;
    }
}
