body {
	background: url(../imgs/body.jpg) no-repeat #000;
	background-size: 100% auto;
	font-size:14px;
	line-height:normal;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	margin:0px;
	padding:0px;
}
p {
    color: #fff;
}
.header {
	float: left;
	width: 100%;
/*	position: fixed;
    z-index: 1;	*/
}
.content-top {
    position: relative;
    /*top: 137px;*/
	float: left;
	width: 100%;
}
.top-bar {
	margin: 0px auto;
	width: 1000px;
	height: 82px;
}
.wrapper {
	margin: 0px auto;
	width: 1000px;
}
.msg {
	float: left;
	width: 50%;
}
.msg p {
	font-size: 12px;
	color: #9f9f9f;
	line-height: 37px;
	margin: 0px;
}
.links {
    float: left;
    width: 100%;
}
.links ul.text {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 35%;
    float: left;
	padding-top: 38px;
}
.links ul.text li {
	display: inline-block;
	line-height: 37px;
	color: #f9faf5;
	font-size: 12px;
	font-weight: 300;
	padding: 0px 10px;
}
.links ul li img {
	padding-right: 8px;
}
.links ul.text li a {
	line-height: 37px;
	color: #f9faf5;
	font-weight: 300;
	font-size: 12px;
	text-decoration: none;
}
ul.social {
	width: 25%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	text-align: right;
}
ul.social li {
	display: inline-block;
	padding: 0px 5px;
	line-height: 37px;
}
.social ul li a {
    border-left: 1px solid #fff;
    padding: 0px 12px;
    display: inline-flex;
}
.social ul li:first-child a {
    border-left: none;
}
.social ul li a img {
    padding: 0px;
}
.header-wrapper {
	background: #fff;
	float: left;
	width: 100%;
}
.logo {
    float: left;
    width: 30%;
    padding: 12px 0px 5px;
}
.logo a {
}
.social {
    float: left;
    width: 35%;
	line-height: 150px;
}
.social ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: right;
}
.social ul li {
    display: inline-block;
}
.menu {
    float: left;
    width: 100%;
    text-align: center;
    background: #000;
    height: 52px;
}
.menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.menu ul li {
    display: inline;
    padding: 0px 50px;
    border-left: 1px solid #fff;
    width: 160px;
    position: relative;
    top: 6px;
}
.menu ul li a {
    color: #f9faf5;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 10px;
	line-height: 42px;
}
.menu ul li:first-child {
	border-left: none;
}
.menu ul li a:hover {
    border-bottom: 4px solid #ffc92f;
}
.banner img {
	width: 100%;
}
.section_1 {
	float: left;
	width: 100%;
}
.about {
	float: left;
	width: 44%;
	background: #00652e;
	padding: 35px 30px;
}
h3.heading_1 {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	margin: 0px;
	text-transform: uppercase;
}
.about img {
	position: relative;
	bottom: 10px;
}
.about p {
	font-size: 14px;
	color: #fff;
	margin: 5px 0px 20px;
	font-family: 'Nunito Sans', sans-serif;
	line-height: 25px;
}
.about a {
	color: #d9f4ff;
	font-size: 14px;
	font-family: 'Nunito Sans', sans-serif;
}
.pdf {
	float: left;
	width: 100%;
	background: #fff;
	padding: 40px 0px;
	text-align: center;
}
h3.heading_2, .heading_3 {
    color: #005595;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
    text-transform: uppercase;
    text-align: center;
	padding-bottom: 20px;
}
.pdf img, .media-body img, .news img {
	position: relative;
	bottom: 10px;
}
.media {
    float: left;
    width: 31%;
    border: 1px solid #004968;
    margin: 1%;
    margin-bottom: 60px;
}
.media-left {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    bottom: 40px;
}
.media-left span {
    width: 73px;
    height: 68px;
    background: #939597;
    display: inline-block;
    border: 10px solid #fff;
}
.media:hover .media-left span {
    background: #005595;
}
.media-left span img {
    position: relative;
    top: 11px;
}
.media-body {
    float: left;
    width: 100%;
    position: relative;
    bottom: 20px;
}
.media_heading {
	margin: 0px;
}
.media_heading a {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
    color: #2f2f2f;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-decoration: none;
    vertical-align: top;
    text-transform: uppercase;
}
.media:hover .media_heading a { 
	color: #005595;
}
.media-body p {
    color: #616161;
    font-size: 12px;
    margin: 0px;
    height: 60px;
    padding: 10px 40px 0px;
}
.media:nth-child(4), .media:nth-child(5), .media:nth-child(6) {
    margin-bottom: 0px;
}

.section_2 {
    float: left;
    width: 100%;
    text-align: center;
    background: url(../imgs/about-bg.png) no-repeat;
    padding: 0;
    margin: 50px 0px 0px;
}
.left-text {
    float: left;
    width: 50%;
    padding: 30px 40px;
}
.right-img {
    float: left;
    width: 40%;
    margin-top: 99px;
}
.section_2 h3 {
    font-size: 35px;
    font-weight: 800;
    margin: 0px;
    padding: 0px;
    color: #ffc92f;
    text-transform: uppercase;
    text-align: left;
    line-height: 35px;
}
.section_2 h4 {
    font-size: 15px;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
    color: #f9faf5;
    text-transform: uppercase;
    text-align: left;
    width: 42%;
    padding-bottom: 6px;
    border-bottom: 1px solid #fff;
}
.section_2 h3 span {
    font-weight: 700;
}
.section_2 p {
    font-size: 12px;
    color: #f9faf5;
    line-height: 24px;
    text-align: left;
}
.section_2 p a {
    color: #ffc92f;
    text-transform: capitalize;
    text-decoration: none;
    position: relative;
    top: 6px;
}







.span6 {
	float: left;
	width: 50%;
}
p.pdf-text {
	color: #7d7d7d;
	font-size: 14px;
	font-style: normal;
	font-family: 'Nunito Sans', sans-serif;
	margin-bottom: 15px;
}
a.click {
	background: #ed1c24;
	color: #fff;
	font-size: 13px;
	padding: 10px 20px 8px;
	text-decoration: none;
	border-radius: 50px;
	float: left;
	line-height: normal;
}
.news {
	background: #f8f8f8;
	border: 1px solid #f1f1f1;
	border-radius: 4px;
	padding: 25px 20px;
}
.heading_4 {
	color: #7d7d7d;
	font-size: 30px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	margin: 0px;
	text-transform: uppercase;
}
.section_3 {
	float: left;
	width: 100%;
}
.heading_5 {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 35px;
    color: #ffc92f;
    font-weight: 500;
    text-transform: uppercase;
}
.f-img {
	float: left;
	width: 100%;
	text-align: center;
}
.row {
	float: left;
	width: 100%;
}
.span3 {
    float: left;
    width: 23%;
    text-align: center;
    margin: 2% 26px 2% 0px;
    background: #fff;
}
.span3:nth-child(4) {
    margin-right: 0px;
}
.span4 {
    float: left;
    width: 31%;
    text-align: center;
    margin: 2% 16px 2% 0px;
    background: #fff;
}
.box span a img.left {
	left: 32px;	
	display: none;
}
.media-right img {
    width: 95.3%;
}
.img {
	padding-top: 10px;
}
.box {
	padding-bottom: 12px;
}
.box h2 {
	color: #000;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 0px;
	cursor: pointer;
}
.box h2:hover {
	color: #ffc92f;
}
.box span {
    font-size: 12px;
    color: #000;
    font-weight: 300;
}
.box span a {
    float: right;
    position: absolute;
    width: 0%;
}
.box span a img {
    position: relative;
    left: 36px;
    bottom: 18px;
	display: none;
}

.footer {
	background: url(../imgs/footer-bg.jpg) no-repeat;
	float: left;
    padding: 40px 52px;
    width: 90%;
}
.culoum_1 {
    float: left;
    width: 50%;
}
.culoum_2 {
    float: left;
    width: 50%;
}

.footer_heading {
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    padding-bottom: 10px;
    text-transform: uppercase;
    line-height: 60px;
}
.footer_heading img {
    float: left;
    margin-right: 20px;
}
.culoum_1 > img, .culoum_2 > img, .culoum_3 > img {
	position: relative;
	bottom: 12px;
}
marquee#MARK {
    color: #fff;
}
.culoum_1 ul, .culoum_2 ul, .culoum_3 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.culoum_1 ul li,
.culoum_2 ul li {
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 42px;
}
.culoum_2 ul li img {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.culoum_1 ul li a,
.culoum_2 ul li a{
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	text-transform: capitalize;
}
.culoum_3 ul li p {
    line-height: 25px;
    padding-top: 5px;
    margin: 0px;
    padding-bottom: 8px;
}
.culoum_2 ul li p {
    margin-bottom: 0px;
}
.culoum_2 ul li a img {
    padding-top: 15px;
}
.footer_1 img {
	width: 100%;
}
.copyright {
    float: left;
    width: 100%;
    text-align: center;
    height: 60px;
}
.copyright p {
    margin: 20px 0px 0px 20px;
    font-size: 13px;
    color: #f5f5f5;
    width: 50%;
    float: left;
    text-align: left;
}
.copyright ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: right;
}
.copyright ul li {
    display: inline;
    padding: 0px 10px;
}
.copyright ul li img {
    padding-top: 5px;
}
.e-catelog {
	float: left;
	width: 100%;
	padding: 30px 0px 50px;
}
.e-heading {
	color: #005595;
	font-size: 30px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0px 20px;
	text-transform: uppercase;
}
.col-3 {
	float: left;
	width: 33%;
}
.pdf-page,
.about-page,
.contact-page {
	float: left;
	width: 100%;
	padding: 30px 0px;
}
.left_menu {
    float: left;
    width: 260px;
    margin-right: 20px;
    background: rgba(17, 17, 17, 0.8);
    height: 800px;
}
.left_menu span {
    padding: 20px 0px;
    text-align: center;
    float: left;
    border-bottom: 1px solid #454546;
    width: 92%;
    margin: 0px 10px 15px;
}
.left_menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.left_menu ul li a {
    padding: 10px 20px;
    float: left;
    font-size: 17px;
    width: 84%;
    color: #fff;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
	text-decoration: none;
}
.left_menu ul li a:hover {
   background: #ffc92f;
	color: #000;	
}

.icon {
    float: left;
    width: 58px;
    height: 54px;
    background: #939597;
    text-align: center;
}
.icon img {
    position: relative;
    top: 6px;
}
.l-menu {
    float: right;
    width: 75%;
}
.l-menu h3 {
    color: #000;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin: 0px;
    padding: 18px 0px 0px 5px;
    text-transform: uppercase;
}
.left_menu ul li:hover .l-menu h3,
.pdf-col-3 a:hover h2{
	color: #005595
}
.l-menu span {
	font-size: 12px;
	color: #929292;
	font-style: italic;
	font-weight: 300;
}
.right {
    float: left;
    width: 72%;
}
.p-heading {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin: 0px;
    text-transform: uppercase;
    line-height: 30px;
}
.right ul {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 5px;
}
.right ul li {
    display: inline-block;
    padding-right: 5px;
    font-size: 12px;
    color: #fff;
	font-weight: 300;
}
.right ul li a {
    font-size: 13px;
    color: #fff;
	font-weight: 300;
    text-decoration: none;
    text-transform: capitalize;
}
.pdf-col-3 {
    float: left;
    width: 47%;
    background: #fff;
    margin-left: 30px;
    margin-bottom: 30px;
    border: 1px solid #dedfe0;
    height: 81px;
    border-top: 0px;
    border-right: 0px;
}
.pdf-col-3:nth-child(2n+1) {
    margin-left: 0px;
}
.image {
    float: left;
    padding: 10px 15px 0px;
}
.pdf-col-3 h2 {
    color: #6e6e6e;
    font-size: 15px;
    text-decoration: none;
    font-weight: 400;
    float: left;
    width: 75%;
    padding: 28px 0px;
    margin: 0px;
}
.pdf-img {
    float: left;
    position: relative;
    top: 10px;
}

.form-group {
    margin-bottom: 15px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
	color: #fff;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
	background: #ffc92f;
	border: 1px solid #ffc92f;
    color: #000;
    padding: 10px 20px 8px;
}
textarea.form-control {
    height: auto;
}
form {
    width: 60%;
}
.img img {
    height: 260px;
	width: 100%;
}








