#sepratrer{
	width: 100%;
	padding: 60px 0;
}
.fwrapper{
	width: 70%;
	margin: 0 auto;
}
.wrapper{
	width: 80%;
	margin: 0 auto;
}

#fixed_menu {
	width: 100%;
}

.text-center{
	text-align: center;
}
#fixed_menu .main_fix {
	background: #3a3c3e;
	width: 100%;
}
.actives a{
	color: #d7b352 !important;
}

#fixed_menu .main_fix .fixed_menu_into {
	padding: 10px;
}
#fixed_menu .main_fix .fixed_menu_into:hover{
        background: #d7b352;
        color: #fff;
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
}
#fixed_menu .main_fix .fixed_menu_into:hover fixed_menu_into p a {color: #fff;}
#fixed_menu .main_fix .m_active {
        background: #d7b352;
        
}
#fixed_menu .main_fix .m_active .fixed_menu_into p a{color: #fff;}
#fixed_menu .main_fix .fixed_menu_into p {
	text-align: center;    
        padding: 0;
	margin: 0;
}

#fixed_menu .main_fix .fixed_menu_into p a {
	display: block;
	color: #fff;
}
#vision_mission {
    padding-bottom: 50px;
    padding-top: 50px
}

#vision_mission .parallax-image {
    height: 80px;
    position: relative
}

#vision_mission .parallax-image img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: auto
}

#vision_mission .box {
    margin: 40px;
    padding: 0 50px 50px 50px;
    border: 2px solid #c3a54f;
    min-height: 250px
}

#vision_mission .box .heading .bdr {
    background-color: #c3a54f;
    width: 80px;
    height: 8px;
    border-radius: 5px;
    position: relative;
    top: -5px
}

#vision_mission .box .heading h1 {
    font-family: 'Quicksand-Light';
    color: #262626;
    font-size: 40px;
    font-weight: lighter;
    margin-bottom: 10px;
    margin-top: 10px
}

#vision_mission .box .description p {
    font-family: 'Aileron-Regular';
    letter-spacing: 1px;
    line-height: 30px
}
#in_product{
	width: 100%;
	padding-top: 80px;
}
#in_product .in_pro_box{
	margin: 10px 10px 60px 10px;
}
#in_product .in_pro_box .in_pro_img{
	text-align: center;
	background: #fff;
	position: relative;
}
#in_product .in_pro_box .in_pro_img::after{
	content: "";
	position: absolute;
	background: #d7b352;
	width: 70%;
	height: 90%;
	left: -11px;
	top: -11px;
	z-index: -1;
}

#in_product .in_pro_box .in_pro_img img{
	max-width: 100%;
}
#in_product .in_pro_box .in_pro_name{
	text-align: center;
	
}
#in_product .in_pro_box .in_pro_name a{
/*	display: block;*/
}
#in_product .in_pro_box .in_pro_name h3{
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	background: #d7b352;
	color: #fff;
	padding: 10px;
	text-align: center;
}

#prod{
	width: 100%;
	padding-top: 60px;
}
#prod .main_prod{width: 90%;margin: 0 auto;}
#prod .main_prod .p_img_box{}
#prod .main_prod .p_img_box img{
	max-width: 100%;
	cursor: pointer;
}

#prod .main_prod .p_name{
		position: relative;
	right: 15px;
	top: -30px;
}
#prod .main_prod .p_name p{
	font-size: 18px;
	background: #d7b352;
	float: right;
	padding: 10px;
	color: #fff;
	text-transform: capitalize;
}
.othercat{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 60px;
}
.othercat_main{
    width: 70%;
    margin: 0 auto;
}

.pro_sides{
        width: 100%;
		margin-top: 40px;
/*        border: 1px solid #ccc;*/
}
.pro_sides {
        margin: 0px;
        padding: 0px;
}
.pro_sides  p{
        color: #fff;
        background: #222;
        padding: 10px;
        font-size: 16px;
	padding: 5px;
	margin: 0;
}
.pro_sides ul{
	margin: 0;
	padding: 0;
}
.pro_sides li{
/*        margin: 10px;*/
/*	border: 1px solid #fff;*/
	list-style: none;
/*	width: 70%;*/
}
.pro_sides li a{
        padding: 5px;
        display: block;
	background: #222;
	color: #fff;
	font-size: 14px;
}
.pro_sides li a:hover{
        color: #fff;
        background: #222;
}
.parent {
	background: #d7b352 !important;
	color: #222 !important;
	
	padding: 5px !important;
	font-size: 16px !important;
}
.beta-st {
	padding-left: 20px !important;
}

.export_section{width:100%;   padding:80px 0;}

.countrylist_section {
    background: #2e2e2e none repeat scroll 0 0;
    padding: 120px 0;
    
    width: 100%;
}
.country_list > ul {
   	margin: 0;
	padding: 0;	
    text-align: center;
    width: 100%;
}
.country_list li {
    display: inline-block;
    padding: 30px;
	width: 30%;
	
}
.county {
/*
    align-items: center;
    display: flex;
    justify-content: space-around;
*/
}
.country_icon {
    display: inline-block;
    max-width: 60px;
}
.county_name {
    color: #fff;
    font-size: 32px;
	font-weight: bold;
/*    margin-left: 20px;*/
}

@media only screen and (max-width:767px){
    .country_list li{
        width: 100%;
        padding: 10px;
    }
}