

    /* CSS HEX
    --cultured: #f3f3f3;
    --old-lace: #f5f1e3;
    --light-sky-blue: #83d3ff;
    --blue-green: #4291b4;
    --lapis-lazuli: #366489;
    --ruby: #d81159;

     CSS HSL
    --cultured: hsla(0, 0%, 95%, 1);
    --old-lace: hsla(47, 47%, 93%, 1);
    --light-sky-blue: hsla(201, 100%, 76%, 1);
    --blue-green: hsla(198, 46%, 48%, 1);
    --lapis-lazuli: hsla(207, 43%, 37%, 1);
    --ruby: hsla(338, 85%, 46%, 1);

    SCSS RGB
    $cultured: rgba(243, 243, 243, 1);
    $old-lace: rgba(245, 241, 227, 1);
    $light-sky-blue: rgba(131, 211, 255, 1);
    $blue-green: rgba(66, 145, 180, 1);
    $lapis-lazuli: rgba(54, 100, 137, 1);
    $ruby: rgba(216, 17, 89, 1);

    */
    .navbar-section {
        z-index: 3;
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #366489;
        padding-top: 0.5rem;
        padding-bottom: 0;

    }
    .navbar{
        padding-bottom: 0;
        padding-top: 0;
    }

    /*----------bootstrap-navbar-css------------*/
    .navbar-brand{
    	padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-logo svg {
        height: 60px;
    }
    .navbar-logo svg .st0-logo-navbar,
    .navbar-logo svg .st1-logo-navbar {
        display: none;
    }

    .navbar-mainbg{
    	/* background-color: #366489;
    	padding: 0px; */
    }
    #navbarSupportedContent{
    	overflow: hidden;
    	position: relative;
        justify-content: flex-end;

        overflow: visible;
    }
    #navbarSupportedContent ul{
    	padding: 0px;
    	margin: 0px;
    }
    #navbarSupportedContent ul li a img{
    	margin: 0 6px 4px 0;
        height: 18px;
    }
    #navbarSupportedContent li {
    	list-style-type: none;
    	float: left;
        cursor: pointer;
    }
    #navbarSupportedContent ul li a{
    	color: #f3f3f3;
        text-decoration: none;
        font-size: 16px;
        display: block;
        padding: 20px 20px;
        transition-duration:0.6s;
    	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
        position: relative;
        cursor: pointer;
    }
    #navbarSupportedContent>ul>li.active>a{
    	/*color: #83d3ff;*/
    	background-color: transparent;
    	transition: all 0.7s;
    }
    #navbarSupportedContent a:not(:only-child):after {
    	content: "\f105";
    	position: absolute;
    	right: 20px;
    	top: 10px;
    	font-size: 14px;
    	font-family: "Font Awesome 5 Free";
    	display: inline-block;
    	padding-right: 3px;
    	vertical-align: middle;
    	font-weight: 900;
    	transition: 0.5s;
    }
    #navbarSupportedContent .active>a:not(:only-child):after {
    	transform: rotate(90deg);
    }
    .hori-selector{
    	display:inline-block;
    	position:absolute;
    	height: 100%;
    	/* top: 0px; */
    	left: 0%;
    	transition-duration:0.6s;
    	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    	background-color: #f3f3f3;
    	border-top-left-radius: 15px;
    	border-top-right-radius: 15px;
    	margin-top: 10px;

        width: 80px;
        bottom: -2px;
        left: 30%;
        border-radius: 0;
        height:8px;
        background-color: #83d3ff;
        z-index: 0
    }
    /* .hori-selector .right,
    .hori-selector .left{
    	position: absolute;
    	width: 25px;
    	height: 25px;
    	background-color: #f3f3f3;
    	bottom: 10px;
    }
    .hori-selector .right{
    	right: -25px;
    }
    .hori-selector .left{
    	left: -25px;
    }
    .hori-selector .right:before,
    .hori-selector .left:before{
    	content: '';
        position: absolute;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #366489;
    }
    .hori-selector .right:before{
    	bottom: 0;
        right: -25px;
    }
    .hori-selector .left:before{
    	bottom: 0;
        left: -25px;
    } */


    @media(min-width: 992px){
    	.navbar-expand-custom {
    	    -ms-flex-flow: row nowrap;
    	    flex-flow: row nowrap;
    	    -ms-flex-pack: start;
    	    justify-content: flex-start;
    	}
    	.navbar-expand-custom .navbar-nav {
    	    -ms-flex-direction: row;
    	    flex-direction: row;
    	}
    	.navbar-expand-custom .navbar-toggler {
    	    display: none;
    	}
    	.navbar-expand-custom .navbar-collapse {
    	    display: -ms-flexbox!important;
    	    display: flex!important;
    	    -ms-flex-preferred-size: auto;
    	    flex-basis: auto;
    	}
    }


    @media (max-width: 991px){
    	#navbarSupportedContent ul li a{
    		padding: 12px 30px;
    	}
    	.hori-selector{
    		margin-top: 0px;
    		margin-left: 10px;
    		border-radius: 0;
    		border-top-left-radius: 25px;
    		border-bottom-left-radius: 25px;
    	}
    	.hori-selector .left,
    	.hori-selector .right{
    		right: 10px;
    	}
    	.hori-selector .left{
    		top: -25px;
    		left: auto;
    	}
    	.hori-selector .right{
    		bottom: -25px;
    	}
    	.hori-selector .left:before{
    		left: -25px;
    		top: -25px;
    	}
    	.hori-selector .right:before{
    		bottom: -25px;
    		left: -25px;
    	}
    }
