.hr_line
{
	border-top: 1px solid #fff;
	margin-top:10px;
	margin-bottom:10px;
}
.gray_606061
{
	color:#606061;
}
.jfl_descripition
{
	text-align:center;
	font-family:MyriadPro;
	font-weight:normal;
	font-size:28px;
	line-height: 40px;
}
.color_black
{
	color:#000;
}
.workship_list
{
	font-family:MyriadPro;
	font-size: 21px;
}
.corporate_testimonials_h3
{
	text-align: center;
	padding:0px 90px;
	font-family:MyriadPro;
	color:#fff;
	font-weight:normal;
}
.jfl_700
{
	font-weight:700;
}

/* box shadow hover*/

.box{
    text-align: center;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    overflow: hidden;
    position: relative;
}
.box img{
    width: 100%;
    height: auto;
    transition: all 0.5s ease 0s;
}
.box:hover img{
    transform: scale(1.2);
    filter: grayscale(100%);
}
.box .box-content{
    width: 95%;
    height: 95%;
    background: rgba(41, 41, 38, 0.75);
    padding: 18% 10px 0;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.8s ease 0s;
}
.box:hover .box-content{ opacity: 1; }
.box .title{
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 10px;
	text-shadow: 1px 2px 3px #000;
}
.box .post{
    display: block;
    font-size: 16px;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
	text-shadow: 1px 2px 3px #000;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.box .icon li{ display: inline-block; }
.box .icon li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    margin-right: 11px;
    position: relative;
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out;
}
.box .icon li a:hover{ background: #daa520; }
.box .icon li a span{ display: block; }
.box .icon li a span i{ transform: rotate(45deg); }
.box .icon li a:before,
.box .icon li a:after,
.box .icon li a span:before,
.box .icon li a span:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.4s ease-in-out 0s;
}
.box .icon li a span:before{
    left: auto;
    right: 0;
}
.box .icon li a span:after{
    top: auto;
    bottom: 0;
}
.box .icon li:nth-child(2) a:before,
.box .icon li:nth-child(2) a:after,
.box .icon li:nth-child(2) a span:before,
.box .icon li:nth-child(2) a span:after{ transition-delay: 0.2s; }
.box:hover .icon li a:before,
.box:hover .icon li a span:before{
    width: 3px;
    height: 100%;
}
.box:hover .icon li a:after,
.box:hover .icon li a span:after{
    width: 100%;
    height: 3px;
}
@media only screen and (max-width:990px){
    .box{ margin-bottom: 30px; }
}


@media(max-width: 962px){
	.logo-header{
		display: block;
	}

	.main-part{
		margin-top: 50px;
	}

	.menu-part{
		display: none;
	}

	.btn-menu-top{
		margin-left: -100px !important;
	}

	.btn-menu-bottom{
		margin-right: -100px !important;
	}
	#page{
  		display: none;
	}
	.menu-part-outer{
		width: 100%;
		position: relative;
	}
	.mobile_responsive_logo
	{
		margin: 5px 0px!important;
		position: relative;
		top: 12px;
	}
	.header a {
		background: rgba(0, 0, 0, 0) url("../images/menu.png") no-repeat scroll 0 0;
		display: block;
		height: 25px;
		right: 0px;
		position: absolute;
		top: 30px;
		width: 26px;
	}
}
@media(max-width: 767px){

	.mobile_responsive_logo
	{
		margin: 5px 0px!important;
		position: relative;
		top: 12px;
	}
	.header a {
		background: rgba(0, 0, 0, 0) url("../images/menu.png") no-repeat scroll 0 0;
		display: block;
		height: 25px;
		right: 0px;
		position: absolute;
		top: 20px;
		width: 26px;
	}
	
	
}

@media only screen and (max-width: 700px) and (min-width: 320px)  {

	#grid {
		height:auto !important;
	}
	.responsive_testimonial {
		width:100% !important;
		position: unset !important;
		
	}
	
}