.background_color {
	height: 100%;
	width: 100%;
	position: relative;
	/*background-color: rgba(209, 209, 209, 0.95);*/
	background: linear-gradient(#d2d2d2, #fff);

}
.search {
	position: relative;
	top: 100px;
	right: 100px;
	float: right;
	/*transform: translate(-50%, -50%);*/
}


.logo img {
	cursor: pointer;
}


.logo_text_home span {
	text-transform: uppercase;
	/*font-weight: 600;*/
	color: #774697;
	font-weight: bold;
	cursor: pointer;
}

.logo_text_home span:after {
	position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    background: #774697;
    border-radius: 2px;
    height: 3px;
    margin-top: 10px;
    content: '';
    z-index: 99999;
}
.menu {
	position: absolute;
	top: 52%;
	width: 100%;
}
.menu_text{
	display: inline-block;
	min-width: 300px;
	max-width: 300px;
	padding: 0 10px;
	vertical-align: text-top;
}
.menu_text h4 > span {
	position: relative;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	color: #3d3d3d;
	cursor: pointer;
	display: inline-block;
    transition: all ease-in-out 0.3ms;
}

.menu_text h4 a {
	color: #3d3d3d;
	text-decoration: none;
	border-bottom: 2px solid;
}

.menu_text h4 > span:after {
    position: absolute;
    top: 110%;
    left: 0;
    width: 80px;
    background: #3d3d3d;
    border-radius: 2px;
    height: 5px;
    content: '';
    z-index: 99999;
	display: none;
}

/*.menu_text:hover span:after {
    width: 100%;
}*/

.menu_container ul {
	visibility: hidden;
}

.menu_text h4:hover + .menu_container ul {
	visibility: visible;
}
.menu_text:hover .menu_container ul li.default_menu {
	transition: all ease-in-out 1s;
	display: block;
	/*opacity: 1;*/
}

.menu_container ul li {
    list-style: none;
    font-size: 16px;
	/*letter-spacing: 2px;*/
    padding: 10px 0;
    display: none;
    text-transform: uppercase;


}
.menu_container ul li a {
    color: #3d3d3d;
    text-decoration: none;

}

.menu_container {
	/*height: 330px;*/
	/*overflow: hidden;*/
	text-align: left;
}

.menu_container ul {
	overflow-y: auto;
    padding-left: 0px;
}


.menu_container ul::-webkit-scrollbar{display:none;}

.menu_container ul li:hover{
	opacity: 0.7
}

.menu_container ul li.view_more a{
	text-decoration: underline;
	color: #774697;
}
.menu_container ul li.view_all a{
	position: relative;
	color: #774697;
}

.menu_container ul li.view_all a:after{
	position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    background: #774697;
    border-radius: 0;
    height: 2px;
    content: '';
    z-index: 99999;
}

.sub_div_wrapper {
	position: relative;
    min-height: 99px;
    top: 17.5%;
    z-index: 9999;

}
.sub_div {
	padding: 20px 10px 20px;
	position: relative;
	/*min-height: 344px;*/
    /*min-height: 223px;*/
    /*min-height: 99px;*/
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    top: 12%;
    z-index: 9999;
}

#about_div {
    background-color: rgb(45, 62, 80);
}


#work_div  {
	background-color: #d2d2d2;
}

#contact_div  {
	background-color: #e67e22;
}

.home .background_color {
	overflow-y: auto;
	overflow-x: hidden;
}

.menu_header {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 26px;
    color: #fff;
    position: relative;
    /*padding-left: 4%;*/
    /*padding-right: 45px;*/
    /*line-height: 45px;*/
}
#work_div .menu_header{
	color: rgb(45, 62, 80);
}
.home_header .after_div {
	position: relative;
}

.home_header ul:before{
	position: absolute;
    top: -6%;
    left: -4%;
    width: 60%;
    background: #3d3d3d;
    border-radius: 2px;
    height: 4px;
    content: '';
    z-index: 99999;
}


.home_header ul:before{
	position: absolute;
    top: -10%;
    left: -4%;
    width: 60%;
    background: #3d3d3d;
    border-radius: 2px;
    height: 4px;
    content: '';
    z-index: 99999;
}

.home_header ul {
	width: 72%;
	display: none;
	padding-left: 0;
	margin-top: 20px;
} 
.home_header li {
	list-style: none;
	text-transform: uppercase;
    font-size: 14px;
    position: relative;
    padding: 5px 0;

}

.home_header li a {
    color: #3d3d3d;
    text-decoration: none;
    /*word-wrap: break-word;*/
}

.home_header li a:hover {
    font-size: 18px;
    font-weight: 800;
}

.home_next {
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translate(0, -50%);
}

.menu_header.white {
	color: #fff;
}

#opportunities_div ul:before {
	top: -4%;
}

@media only screen and (max-width: 1680px) {
	.menu_container ul {
	    height: 329px;
	}
}
@media only screen and (max-width: 1680px) {
	.menu_container ul {
	    height: 329px;
	}

	.menu_container ul {
	    height: 255px;
	}
}

@media only screen and (max-width: 1400px) {
	.menu_container ul {
	    height: 326px;
	}

	.menu_text h4 > span:after {
		margin-top: 20px;
	}
}


@media only screen and (max-width: 1366px) {

	.menu_container ul {
	    height: 204px;
	}
}

@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1152px) {

}

@media only screen and (max-width: 1024px) {

}
