/*---------------------------------------------------------------------
File Name: style.css
---------------------------------------------------------------------*/


/*---------------------------------------------------------------------
import Fonts -
--------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900&display=swap');

/*****---------------------------------------- 1)
2) font-family: 'Poppins', sans-serif;
----------------------------------------*****/


/*---------------------------------------------------------------------
import Files
---------------------------------------------------------------------*/

@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(nice-select.css);

/*---------------------------------------------------------------------
basic
---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
}

.container {
    max-width: 1170px;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
    *::after,
    *::before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: #212121;
        text-decoration: none!important;
        opacity: 1
    }

    button:focus {
        outline: none;
    }

    ul,
    li,
    ol {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

    p {
        margin: 0px;
        font-weight: normal;
        font-size: 17px;
        line-height: 28px;
        color: #2d2d2d;
    }

    a {
        color: #222222;
        text-decoration: none;
        outline: none !important;
    }

    a,
    .btn {
        text-decoration: none !important;
        outline: none !important;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        align-items: center;
        justify-content: center;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    :focus {
        outline: 0;
    }

    .btn-custom {
        margin-top: 20px;
        background-color: transparent !important;
        border: 2px solid #ddd;
        padding: 12px 40px;
        font-size: 16px;
    }

    .lead {
        font-size: 18px;
        line-height: 30px;
        color: #767676;
        margin: 0;
        padding: 0;
    }

    .form-control:focus {
        border-color: #ffffff !important;
        box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
    }

    .navbar-form input {
        border: none !important;
    }

    .badge {
        font-weight: 500;
    }

    blockquote {
        margin: 20px 0 20px;
        padding: 30px;
    }

    button {
        border: 0;
        margin: 0;
        padding: 0;
        cursor: pointer;
    }

    .full {
        float: left;
        width: 100%;
    }

    .full {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
    }

    .titlepage {
        padding-bottom: 40px;
    }

    .titlepage h2 {
        font-size: 45px;
        color: #2d2d2d;
        line-height: 50px;
        font-weight: bold;
        padding: 0;
        display: inline-block;
    }

    .titlepage p {
        padding-top: 0px;
    }

    .d_flex {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .read_more {
        font-size: 16px;
        background: #363636;
        max-width: 500px;
        width: 100%;
        transition: ease-in all 0.5s;
        color: #fff;
        display: flex;
        height: 61px;
        text-align: center;
        border-radius: 30px;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 10px;
        text-wrap: balance;
    }

    .read_more:hover {
        background: #4287f5;
        color: #fff;
    }

    .text_align_left {
        text-align: left;
    }

    .text_align_right {
        text-align: right;
    }

    .text_align_center {
        text-align: center;
    }

    .img_responsive {
        max-width: 100%;
    }


    /**-- heading section --**/


    /*---------------------------- preloader area ----------------------------*/

    .loader_bg {
        position: fixed;
        z-index: 9999999;
        background: #fff;
        width: 100%;
        height: 100%;
    }

    .loader {
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .loader img {
        width: 280px;
    }


    /*-- header --*/

    .header-area {
        border-top: rgba(66, 135, 245, 0.5) solid 40px;
        width: 100%;
    }

    .logo a {
        color: #007bff;
        text-align: center;
        /* font-size: 23px; */
        /* color: #363636; */
        font-size: 41px;
        vertical-align: middle;

        /* font-weight: 600; */
    }

    .site-navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.site-navbar input[type=search] {
    background-image: url('../images/searchicon.svg'); /* Add a search icon to input */
    /* background-position: 10px 12px; Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    float: right;
    /* padding: 5px; */
    border: none;
    margin-top: 2px;
    margin-right: 16px;
    padding-left: 25px;
    font-size: 17px;
}

.nav_item {
    margin-top: 5px;
}

.site-navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.site-navbar img {
    max-width: none;
}



.site-navbar ul li {
    padding-right: 30px;
}
    .site-navbar ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
    }

    .site-navbar ul li a {
        color: #363636;
        font-size: 17px;
        display: block;
        text-decoration: none;
        text-transform: uppercase;
    }
    #searchmode {
        color: #363636;
        font-size: 12px;
        display: flex;
        text-decoration: none;
        text-transform: uppercase;
        margin: 0 ;
        padding: 0 ;
    }

    .site-navbar ul li:last-child {
        padding-right: 0;
    }

    .site-navbar ul li a:hover {
        color: #4287f5;
    }
    .site-navbar ul li a.active {
        color: #4287f5;
    }

    /* navbar regular css end */


    /* nav-toggler css start */

    .nav-toggler {
        border: 3px solid #363636;
        padding: 5px;
        background-color: transparent;
        cursor: pointer;
        height: 39px;
        display: none;
        z-index: 99999;
    }

    .nav-toggler span,
    .nav-toggler span:before,
    .nav-toggler span:after {
        width: 28px;
        height: 3px;
        background-color: #363636;
        display: block;
        transition: .3s;
        transform: translateY(9px);
    }

    .nav-toggler span:before {
        content: '';
        transform: translateY(-9px);
    }

    .nav-toggler span:after {
        content: '';
        transform: translateY(6px);
    }

    .nav-toggler.toggler-open span {
        background-color: transparent;
    }

    .nav-toggler.toggler-open span:before {
        transform: translateY(0px) rotate(45deg);
    }

    .nav-toggler.toggler-open span:after {
        transform: translateY(-3px) rotate(-45deg);
    }


    /* nav-toggler css start */


    /* intro-area css start */

    .intro-area {
        height: calc(100vh - 61px);
        display: flex;
        align-items: center;
        text-align: center;
        color: #fff;
    }




    /* intro-area css end */


    /** end header **/


    /** banner section **/

    .full_bg {
        height:100%;
		min-height: 100vh; 
		background: url(../images/bg_image_50_opacity.png);
		background-attachment: fixed;
		background-repeat: no-repeat;
        background-position: center;
		background-size: cover;
		background-position-x: 0%;
		background-position-y: 0%;
		/*  background-position: center; */
    }

    .full_bg::before {
        content: "";
        /*background: url(../images/bg_image.png);*/
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.5;
    }

    .slider_main {
        padding: 80px 0;
    }

    .relative {
        position: inherit;
        left: 0;
        right: 0;
        text-align: center;
        position: inherit;
    }

    .carousel-item {
        height: 100%;
        width: 100%;
    }

    .creative {
        text-align: left;
    }

    #head h1 {
        font-size: 30px;
        line-height: 32px;
        color: #101010;
        /* color: #4287f5; */
        /* font-weight: bold; */
        text-align: center;
    }
    #head a {
        /* color: #4287f5; */
        color: #101010;
    }
    #vip-icon {
        color: #007bff;
        width: 30;
        height: 30;
        font-size: 17px;
        line-height: 30px;
		text-wrap-mode: nowrap;
		padding-left: 1%
    }
    #paragraph {
        font-size: 30px;
        line-height: 32px;
    }

    .paragraph_button {
        background-color: transparent;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .creative h1 {
        font-size: 28px !important;
        line-height: 32px;
        color: #101010;
        font-weight: bold;
    }

    h1 {
        font-size: 30px;
        line-height: 32px;
        color: #101010;
        font-weight: bold;
    }
    .creative p {
        color: #101010;
        padding: 30px 0 55px 0;
        line-height: 30px;
    }

    .creative .read_more {
        width: 70%;
        margin-right: 5px;
    }

    .mar_right {
        margin-right: -90px;
    }
    .agency {
        justify-content: center;
        text-align: center;
    }
    .agency figure {
        margin: 0;
        position: relative;
        text-align: center;
        justify-content: center;
    }

    .agency figure img {
        text-align: center;
        justify-content: center;
        filter: drop-shadow(4px 6px 5px #0d03034f);
    }

    .play_icon {
        padding-bottom: 0;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        display: flex;
        align-items: center;
    }

    .play-btn {
        width: 90px;
        height: 90px;
        border-radius: 55%;
        position: relative;
        display: block;
        margin: 100px auto;
    }

    .play-btn img {
        z-index: 99;
    }


    /* pulse wave */

    .play-btn::before {
        content: "";
        position: absolute;
        width: 145%;
        height: 145%;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation: pulsate1 60s;
        animation-iteration-count: 1;
        animation: pulsate1 60s;
        animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-direction: forwards;
        animation-direction: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: steps;
        animation-timing-function: steps;
        opacity: 1;
        border-radius: 55%;
        top: -29%;
        left: -23%;
        background: rgb(255, 254, 254);
    }

    @-webkit-keyframes pulsate1 {
        0% {
            -webkit-transform: scale(0.6);
            transform: scale(0.6);
            opacity: 1;
        }
        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 0;
            box-shadow: none;
        }
    }

    .slider_main .carousel-indicators {
        display: none;
    }

    #banner1 .carousel-control-prev,
    #banner1 .carousel-control-next {
        width: 76px;
        height: 76px;
        background-color: #fff;
        color: #000;
        font-size: 40px;
        opacity: 1;
        top: 95%;
        box-shadow: 0 0 10px rgba(13, 3, 3, 0.38);
        z-index: 999;
        border-radius: 50px;
    }

    #banner1 .carousel-control-prev {
        left: 44.7%;
    }

    #banner1 .carousel-control-next {
        right: 44.7%;
    }

    #banner1 .carousel-control-next:focus,
    #banner1 .carousel-control-next:hover,
    #banner1 .carousel-control-prev:focus,
    #banner1 .carousel-control-prev:hover {
        color: #fff;
        background: #4287f5;
    }

    #hm_local {
        position: relative;
        left: 5%
    }
    #hm_national {
        position: relative;
        left: 5%
    }

    .txt p {
        text-align: justify;
    }

    /** end banner section **/



    /** localstudies section **/

    .localstudies {
        background: rgba(255,255,255,.5);
        padding-top: 90px;
        padding-bottom: 60px;
    }

    .localstudies .titlepage {
        padding-bottom: 10px;
    }

    .localstudies_box {
        margin-top: 30px;
        margin-bottom: 30px;
        /* display: flex; */
        align-items: stretch;
        justify-content: space-around;
        display: block;
        text-align: justify;
        background: none;
        padding: 10px;
        box-shadow: none;
        margin-bottom: 55px;
    }

    .localstudies_box div {
        margin-bottom: 15px;
    }

    #LLDPP p{
        margin-bottom: 30px;
    }

    .localstudies_box figure {
        margin: 0;
    }

    .localstudies_box figure img {
        transition: ease-in all 0.5s;
    }

    .localstudies_box h3 {
        color: #363636;
        font-size: 24px;
        line-height: 25px;
        font-weight: bold;
        padding-bottom: 25px;
    }

    .localstudies_box p {
        line-height: 30px;
        padding-top: 23px;
        padding-bottom: 30px;

    }

    .localstudies_box .harmonized_database {
        font-size: 13px;
        background: #DCDCDC;
        max-width: 440px;
        width: 100%;
        transition: ease-in all 0.5s;
        display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		height: 60px;
        /* height: 30px; */
        line-height: 1.5;
        border-radius: 10px;
        text-transform: uppercase;
        font-weight: bold;
        /* margin-bottom: 1px; */
        margin-top: -3px;

    }
    .nationalstudies_box .harmonized_database {
        font-size: 13px;
        background: #DCDCDC;
        max-width: 440px;
        width: 100%;
        transition: ease-in all 0.5s;
        display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
        height: 60px;
		line-height: 1.5;
        border-radius: 10px;
        text-transform: uppercase;
        font-weight: bold;
        /* margin-bottom: 1px; */
        margin-top: -3px;

    }

    #ho_shad p {
        display: flex;
    }

    #ho_shad + .smalldesc{
        max-height: 12px;
        overflow:hidden;
        transition:all .3s ease;
    }

    #ho_shad:hover.localstudies_box figure img {
        transition: ease-in all 0.5s;
        box-shadow: 0 0 38px rgba(13, 3, 3, 0.10)
    }

    #ho_shad:hover .read_more {
        background: #4287f5;
        transition: ease-in all 0.5s;
        color: #fff;
    }

    #localtable {
        border-collapse: collapse;
        overflow-y:scroll;
        height:40vh;
        overflow-x:scroll;
        width:100%;
        display:block;
    }

    #localtable td {
        padding: 10px;
        border: 1px solid #000;
    }

    #nationaltable {
        border-collapse: collapse;
        overflow-y:scroll;
        height:40vh;
        overflow-x:scroll;
        width:100%;
        display:block;
    }

    #nationaltable td {
        padding: 10px;
        border: 1px solid #000;
    }


	.header {
		display: flex; 
		justify-content: space-between; 
		align-items: center;
	}

    .dictionary {
        display: block;
        margin-bottom: -35px;
        background: #DCDCDC;
        max-width: 440px;
        width: 20%;
        transition: ease-in all 0.5s;
        color: #000;
        line-height: 30px;
        text-align: center;
        border-radius: 10px;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 10px;
    }
    a.backbutton {
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button;
        text-decoration: none;
        color: initial;
        display: block;
        margin-left: auto;
        margin-right: 10vh;
    }

    a:hover {
        cursor: pointer;
    }
    /* .loginform,button {
    background-color: #4287f5;
    width: 100%;
    color: orange;
    padding: 15px;
    margin: 10px 0px;
    border: none;
    cursor: pointer;
    }
    .loginform,form {
    border: 3px solid #f1f1f1;
    }
    .loginform,input[type=text] {
    width: 100%;
    margin: 8px 0;
    padding: 12px 20px;
    display: inline-block;
    border: 2px solid #4287f5;
    box-sizing: border-box;
    }
    .loginform,input[type=password] {
    width: 100%;
    margin: 8px 0;
    padding: 12px 20px;
    display: inline-block;
    border: 2px solid #4287f5;
    box-sizing: border-box;
    }
    .loginform,button:hover {
    opacity: 0.7;
    }
    .loginform,.cancelbtn {
    width: auto;
    padding: 10px 18px;
    margin: 10px 5px;
    }    */

.localstudies .read_more{

}

/** end localstudies section **/

/** logged in section**/

.custom-dropdown-btn {
	display: inline-block;
	padding: 2px;
	font-size: 15px;
	border: 1px solid black; 
	background-color: white;
	cursor: pointer;
	position: center;
	line-height: 1.15;
	text-align: left;
}

#percentageDropdown .dropdown-menu {
	width: 80%;
	box-sizing: border-box;
}

#percentageSlider {
	width: 60%;
	margin-left: 10%;
}

/** end logged in section **/

/** nationalstudies section **/

.nationalstudies {
    background: rgba(255,255,255,.5);
    padding-top: 90px;
    padding-bottom: 60px;
}

.nationalstudies_box {
    background: none;
    padding: 10px;
    box-shadow: none;
    margin-bottom: 55px;
}

.nationalstudies_box_alternative {
    padding: 10px;
}

.nationalstudies_box figure {
    margin: 0;
}

.nationalstudies_box span {
    display: block;
    background: #121212;
    width: 98px;
    height: 43px;
    margin: 0 auto;
    text-align: center;
    z-index: 999999;
    line-height: 43px;
    color: #fff;
    margin-top: -43px;
    position: relative;
}

.yellow {
    background: #4287f5 !important;
}

.nostrud {
    padding: 20px 20px 0 20px;
}

.nostrud h3 {
    color: #333333;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
}

.nostrud p {
    padding: 10px 0 40px 0;
    color: #272727;
}

.nostrud .read_more {
    margin: 0 auto;
    display: block;
    margin-bottom: -35px;
}


/** end nationalstudies section **/

/** sort table data section (both national and local) **/

	.sort-icon {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		cursor: pointer;
		margin-left: 5px;
	}
	
	.line {
		background-color: #666666;
		height: 2px;
		margin: 1px 0;
	}
	
	.top-line {
		width: 12px;
	}
	
	.middle-line {
		width: 9px;
	}
	
	.bottom-line {
		width: 5px;
	}
	
	.sort-popup {
		position: absolute; 
		background-color: white;
		border: 1px solid black;
		display: none; 
	}
	
	.popup-options {
		background-color: #DCDCDC;
		color: #666666;
		transition: none;
	}

	.popup-options:hover {
		background-color: #b4b4b4;
		opacity: 1;
	}
	
	.selected {
		background-color: #b4b4b4;
		color: #424242;
	}
		


/** end sort table data section **/ 

/** schedule section **/


/** team section **/

.team {
    background: #4287f5;
    padding-top: 90px;
    padding-bottom: 90px;
}

.container_width {
    padding: 0 15px;
    margin: 0 auto;
    display: block;
    clear: both;
    width: 100%;
    max-width: 1380px;
}

.team_img figure {
    margin: 0;
    position: relative;
}

.team_img figure::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 60%;
    height: 100%;
    left: -30px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.team_img figure img {
    position: relative;
    z-index: 9999;
    padding: 30px 0;
}

.team .titlepage {
    padding-bottom: 0;
    max-width: 550px;
    width: 100%;
    float: left;
}

.team .titlepage p {
    padding-top: 20px;
}

.team .read_more {
    margin-top: 35px;
}

.team .read_more:hover {
    box-shadow: 0 0 16px 3px #635d5d38;
}


/** end team section **/


/** footer **/

.footer {
    margin-top: 0px;
    padding-top: 90px;
    background: #4287f5;
    text-align: center;
}

.footer_studies {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: 0px;
    padding-top: 90px;
    background: #4287f5;
    text-align: center;
}

/** end footer **/


/**  inner page css **/

.nationalstudies_page .footer {
    margin-top: 0px;
}
.inner_page .full_bg {
    height: 100%;
}
.inner_page .team {
    margin-top: 90px;
}
.inner_page .appointment {
    margin-top: 90px;
}

.portfolio_page .footer {
    margin-top: 60px;
}

[data-link] {
    cursor: pointer;
}

.histogram {
    height: 140px;
    width: 160px;
}

.bar {
    fill: steelblue;
}

.axis text {
    font-size: 10px;
}

.axis path,
.axis line {
    fill: none;
    stroke: black;
    shape-rendering: crispEdges;
}

#localtable tbody tr:nth-child(1) {
	font-weight: bold;
    position:sticky;
    top: 0px;
}
#localtable tbody tr:nth-child(2) {
    position:sticky;
    top: 35px;
}

#nationaltable tbody tr:nth-child(1) {
	font-weight: bold;
    position:sticky;
    top: 0px;
}

#nationaltable tbody tr:nth-child(2) {
    position:sticky;
    top: 35px;
}

.scroll {
    background: transparent;
    backdrop-filter: blur(5px);
}

/*
svg {
padding-top: 30px;
padding-bottom: 30px;
}
 */
.svg-tooltip {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple   Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    background: rgba(69,77,93,.9);
    border-radius: .1rem;
    color: #fff;
    display: block;
    font-size: 14px;
    max-width: 320px;
    padding: .2rem .4rem;
    position: absolute;
    text-overflow: ellipsis;
    white-space: pre;
    z-index: 300;
    visibility: hidden;
}

/* Dropdown Button */
.dropbtn {
    display: block;
    background: #DCDCDC;
    color: #000;
    padding: 16px;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
  }
  /* .dictionary {

    margin-bottom: -35px;

    max-width: 440px;
    width: 20%;
    transition: ease-in all 0.5s;
    color: #000;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
} */
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {background-color: #3e8e41;}

    /* Dropdown Submenu Container */
  .dropdown-submenu {
	position: relative;
	color: black;
	text-decoration: none;
	display: block;
	white-space: nowrap;
  }

  /* Dropdown Submenu Button */
  .dropdown-submenu-btn  {
	padding: 4px 24px;
  }

   /* Dropdown Submenu's Dropdown Menu */
  .dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	padding: 8px 0px;
	margin-top: -1px;
	flex-direction:column;
	display: table !important;
  }
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}

  
  .caret {
	display: inline-block;
	width: 0;
	height: 8px;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
  }
  
  .verticalgap {
	float: left;
	overflow: hidden;
	height: 0px;
	width: 1px;
}

  .machine-learning-link {
    display: block;
    margin-bottom: -35px;
    background: #DCDCDC;
    max-width: 440px;
    transition: ease-in all 0.5s;
    color: #000;
    line-height: 30px;
    text-align: center;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
  }

  #webheader {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
  }

  #webheader ul {
    list-style: none;
    display: flex;
  }

  #webheader li {
    position: relative;
    color: #363636;
    white-space: nowrap;
  }

  #webheader a {
    color: #007bff;
    padding: .5rem 1rem;
    text-transform: uppercase;
    font-size: 17px;
  }

  #webheader li input[type=search] {
    background-image: url(../images/searchicon.svg);
    background-repeat: no-repeat;
    float: right;
    border: none;
    margin-top: 2px;
    margin-right: 16px;
    padding-left: 40px;
    font-size: 17px;
  }

  #webheader ul li a {
    color: #363636
  }

  #webheader ul li a:hover {
    color: #4287f5;
  }

  .submenu li {
    display: none;
    position: absolute;
    top: 0px;
    padding-right: 0px;
    color: #363636;
  }

  .submenu {
    z-index: 1000;
    display: flex;
    display: none;
    flex-direction: column;
    position: absolute;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    transform: translate3d(0px, 8px, 1000px);
  }

  .submenu li {
    z-index: 1000;
    position: relative;
    background-color: white;
    min-width: 10rem;
    padding: .25rem 0;
  }

  .submenu a {
    padding: .25rem 1.5rem 0rem 1.5rem;
    text-wrap: nowrap;
    color: #363636;
  }

  .submenu li:hover {
    background-color: #f8f8f8;
    color: #4287f5;
  }

  .submenu-2 li {
    display: none;
    background-color: white;
    min-width: 10rem;
    padding: .25rem 0;
    padding-right: 0px;
  }

  .submenu-2 {
    display: flex;
    flex-direction: column;
    position: absolute;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    top: 8px;
    left: 100%;
  }

  .arrow {
    margin-left: 8px;
    font-size: 12px;
  }

  .display-block > li {
    display: block !important;
  }

  .header_block_1 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
	padding-left: 16px;
  }

  .header_block_2 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }