/*--------------------------------------*/
/*---------------M7R Style------------- */
/*--------------------------------------*/
@font-face {
	font-family: 'CoconLight';
	src: url('../fonts/CoconLight.eot');
	src: local('CoconLight'), 
	url('../fonts/CoconLight.woff') format('woff'), 
	url('../fonts/CoconLight.ttf') format('truetype');
}
/*start animation styles*/
.os-animation {
	opacity: 0;
}
.os-animation.animated {
	opacity: 1;
}
/*start master styles
///////////////////////////*/
::-webkit-scrollbar {
 width: 6px;
}
 Track ::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
/* Handle */
::-webkit-scrollbar-thumb {
 background: rgba(0,0,0,0.8);
}
::-webkit-scrollbar-thumb:window-inactive {
 background: rgba(0,0,0,0.8);
}
* {
	outline: 0px !important;
	list-style-type: none !important;
}
body {
	font-weight: normal;
	font-family: 'CoconLight';
	background: #fff;
}
a {
	text-decoration: none !important;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
}
ul, ol {
	-webkit-padding-start: 0px !important;
	padding: 0px;
	margin: 0px;
}
textarea {
	resize: none;
}
label {
	font-weight: normal;
}
header .top_header {
	background: #2E3094;
	min-height: 40px;
}
header .top_header .info_bx ul li {
	color: #fff;
	font-size: 1em;
	margin-top: 7px;
	line-height: 24px;
}
header .top_header .info_bx ul li i {
	border-right: 1px solid #5457A4;
	padding-right: 10px;
	height: 24px;
	line-height: 24px;
	color: #181C5C;
	font-size: 16px;
}
header .top_header .info_bx ul li span {
	border-left: 1px solid #282B78;
	padding-left: 10px;
	height: 24px;
	line-height: 24px;
}
header .top_header .empl_bx a {
	color: #fff;
	background: #E72C33;
	font-size: 1em;
	height: 32px;
	line-height: 32px;
	padding: 0px 10px;
	display: block;
	border-radius: 5px;
	text-align: center;
	margin-top: 3.5px;
	transition: all 0.3s ease-in-out;
}
header .top_header .empl_bx a:hover {
	background: #181C5C;
	transition: all 0.3s ease-in-out;
}
header .bottom_header{
	position: relative;	
}
header .bottom_header::after{
	content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 0;
    border-top: 30px solid #ffffff;
    border-right: 660px solid transparent;
    border-left: 700px solid transparent;
}
header .bottom_header .logo_bx {
	display: none;
}
header .bottom_header .nav_bx .navbar {
	min-height: inherit !important;
	margin: 0;
	padding: 0;
	text-align: right !important;
}
header .bottom_header .nav_bx .navbar-static-top {
	border: none;
}
header .bottom_header .nav_bx .navbar-nav {
	float: left !important;
}
header .bottom_header .nav_bx .navbar ul li {
	float: inherit !important;
}
header .bottom_header .nav_bx .navbar ul li {
	display: inline-block;
	background: none;
	padding: 0px !important;
	margin: 0 !important;
}
header .bottom_header .nav_bx .navbar ul li:last-child {
	background: none;
	border: none;
}
header .bottom_header .nav_bx .navbar ul li a {
	height: 100px;
	line-height: 60px;
	color: #888 !important;
	background: none !important;
	padding: 20px 17px 0 !important;
	margin: 0px;
	font-size: 1.1em;
	font-weight: normal;
	text-shadow: none;
	text-align: center;
	display: block;
	border-top: 5px solid #fff;
	transition: all 0.3s ease-in-out;
}
header .bottom_header .nav_bx .navbar ul li a:hover, header .bottom_header .nav_bx .navbar ul li.active a:hover, header .bottom_header .nav_bx .navbar ul li.active a {
	color: #E72C33 !important;
	border-top: 5px solid #E72C33;
	background: none !important;
	font-weight: 500;
	transition: all 0.3s ease-in-out;
}
header .bottom_header .nav_bx .navbar ul li ul {
	position: absolute;
	display: none;
	top: 0;
	padding: 0px;
	margin: 0px;
	transform-style: none;
	-webkit-transform-style: none;
	-moz-transformtransform-style: none;
	-ms-transform-style: none;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
}
header .bottom_header .nav_bx .navbar ul li:hover ul {
	position: absolute;
	display: block;
	top: 100px;
	z-index: 9999999;
	background: #fff;
	width: 250px;
	overflow: hidden;
	box-shadow: 0px 3px 10px -3px #000;
	border-bottom: 3px solid #E72C33;
	transform-style: none;
	-webkit-transform-style: none;
	-moz-transformtransform-style: none;
	-ms-transform-style: none;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
}
header .bottom_header .nav_bx .navbar ul li ul li {
	background: none;
	border: none;
	transform-style: none;
	-webkit-transform-style: none;
	-moz-transformtransform-style: none;
	-ms-transform-style: none;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
}
header .bottom_header .nav_bx .navbar ul li ul li a, header .bottom_header .nav_bx .navbar ul li.active ul li a {
	color: #888 !important;
	display: block;
	width: 100%;
	margin-bottom: 2px;
	margin-right: 0px;
	float: inherit;
	background: none !important;
	transition: all 0.3s ease-in-out;
	border: none !important;
	height: 35px;
	line-height: 35px;
	font-size: 0.9em !important;
	font-weight: normal !important;
	margin: 0px !important;
	border-bottom: 1px solid #f1f1f1 !important;
	padding: 0px 10px !important;
	text-align: left;
	font-weight: normal;
	transform-style: none;
	-webkit-transform-style: none;
	-moz-transformtransform-style: none;
	-ms-transform-style: none;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
}
header .bottom_header .nav_bx .navbar ul li ul li a, header .bottom_header .nav_bx .navbar ul li ul li {
	float: none;
	display: block;
	transform-style: none;
	-webkit-transform-style: none;
	-moz-transformtransform-style: none;
	-ms-transform-style: none;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
}
header .bottom_header .nav_bx .navbar ul li ul li a:hover, header .bottom_header .nav_bx .navbar ul li.active ul li a:hover {
	text-decoration: none;
	color: #E72C33 !important;
	background: #f7f7f7 !important;
	transition: all 0.3s ease-in-out;
}
header .bottom_header .src_bx a {
	background: #E72C33;
	color: #fff;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	width: 35px;
	display: block;
	text-align: center;
	border-radius: 5px;
	margin-top: 35px;
	transition: all 0.1s ease-in-out;
}
header .bottom_header .src_bx a:hover {
	background: #2E3094;
	transition: all 0.3s ease-in-out;
}
header .bottom_header .nav_bx .navbar .logo_link a,
header .bottom_header .nav_bx .navbar .logo_link a:hover{
	background: none !important;
	border: none !important;
	box-shadow: none !important;	
}

.slider_bx #wowslider-container1 .ws_images .ws_list img, .slider_bx #wowslider-container1 .ws_images > div > img {
	height: 500px !important;
	margin-top: 0px !important;
}
.slider_bx #wowslider-container1 a.ws_next > span, .slider_bx #wowslider-container1 a.ws_prev > span {
	display: none;
}
.slider_bx #wowslider-container1 .ws_bullets a.ws_selbull > span {
	opacity: 1;
	background-color: #fff;
	box-shadow: 0 0 0 2px #2E3094;
}
#wowslider-container1 .ws_bullets a > span {
	background-color: #2E3094;
	box-shadow: 0 0 0 2px #fff;
}
.log_req_bx {
	background: url(../images/bg_about.png) repeat center;
	padding: 40px 0;
}
.log_req_bx .log_bx .title_bx h1,
.log_req_bx .req_bx .title_bx h1 {
	color: #2E3094;
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 15px;
}
.log_req_bx .log_bx .title_bx h1 i,
.log_req_bx .req_bx .title_bx h1 i {
	height: 35px;
	line-height: 35px;
	width: 35px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	background: #2E3094;
	font-size: 16px;
	margin-right: 15px;
}
.log_req_bx .log_bx .input-group,
.log_req_bx .req_bx .input-group {
	box-shadow: 0px 0px 7px -3px #000;
	border-radius: 5px;
	overflow: hidden;	
}
.log_req_bx .log_bx .input-group .form-control,
.log_req_bx .req_bx .input-group .form-control {
	height: 40px;
	line-height: 40px;
	border: none;
	box-shadow: none !important;
	color: #888;
	font-size: 0.9em;	
}

.log_req_bx .log_bx .input-group .input-group-addon,
.log_req_bx .req_bx .input-group .input-group-addon {
	background: #fff;	
	padding: 0 !important;
	margin: 0 !important;
	border: none;
	box-shadow: none !important;	
}
.log_req_bx .log_bx .input-group .input-group-addon i,
.log_req_bx .req_bx .input-group .input-group-addon i {
	color: #888;
	padding: 5px 10px;
	border-right: 1px solid #eee;	
}
.log_req_bx .log_bx .input-group .input-group-addon .btn,
.log_req_bx .req_bx .input-group .input-group-addon .btn {
	color: #fff;
	background: #E72C33;
	font-size: 1em;
	text-align: center;
	width: 100px;
	height: 40px;
	margin: 0 !important;
	transition: all 0.3s ease-in-out;	
}
.log_req_bx .log_bx .input-group .input-group-addon .btn:hover,
.log_req_bx .req_bx .input-group .input-group-addon .btn:hover {
	background: #2E3094;
	transition: all 0.3s ease-in-out;	
}
.log_req_bx .log_bx .input-group{
	margin-bottom: 10px;	
}
.log_req_bx .log_bx .pull-right label{
	color: #888;
	font-size: 0.9em;	
}
.log_req_bx .log_bx .pull-left ul li a{
	font-size: 0.9em;
	color: #2E3094;	
	transition: all 0.3s ease-in-out;
}
.log_req_bx .log_bx .pull-left ul li:last-child a{
	color: #888;
	transition: all 0.3s ease-in-out;	
}
.log_req_bx .log_bx .pull-left ul li a:hover{
	color: #E72C33;
	transition: all 0.3s ease-in-out;	
}
.log_req_bx .log_bx .pull-left ul li a i{
	margin-right: 10px;	
}
.log_req_bx .req_bx .title_bx p {
    color: #888;
    font-size: 0.9em;
	margin-bottom: 10px;
}
.about_bx{
	padding: 60px 0;	
}
.about_bx .about_info{
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 7px -3px #000;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	padding-bottom: 10px;	
}
.about_bx .about_info h1{
	color: #2E3094;
	line-height: 80px;
	font-size: 1.5em;
	transition: all 0.3s ease-in-out;	
}
.about_bx .about_info h1 i{
	color: #fff;
	background: #2E3094;
	border-bottom-right-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
	float: left;
	text-align: center;
	font-size: 25px;
    margin-right: 60px;
    width: 80px;
    height: 80px;
	line-height: 80px;
	transition: all 0.3s ease-in-out;	
}
.about_bx .about_info p{
	padding: 15px;
	color: #888;
	line-height: 25px;
	text-align: center;
	font-size: 0.9em;
	height: 93px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;	
}
.about_bx .about_info:hover{
	background: #2E3094;
	transition: all 0.3s ease-in-out;	
}
.about_bx .about_info:hover h1,
.about_bx .about_info:hover p{
	color: #fff;
	transition: all 0.3s ease-in-out;	
}
.about_bx .about_info:hover h1 i{
	color: #2E3094;
	background: #fff;
	transition: all 0.3s ease-in-out;
}
.content_home{
	padding: 60px 0;
	background: url(../images/bg_about.png) repeat center;
	background-size: cover;	
}
.services_bx{
	margin-bottom: 40px;	
}
.services_bx .title_bx h1, .office_bx .title_bx h1 ,
.import_link_bx .title_bx h1, .count_bx .title_bx h1
{
	margin-bottom: 30px;
	text-align: center;
	font-size: 2.5em;
	line-height: 40px;
	color: #888;
	border-bottom: 2px solid #888;
    padding-bottom: 10px;	
}
.import_link_bx article .owl-nav,
.count_bx article .owl-nav,
.office_bx article .owl-nav{
	display: none;	
}
.import_link_bx article .item a,
.import_link_bx article .item a img,
.count_bx article .item a img{
	display: block;
	width: 150px;
	height: 100px;
	margin: 0 auto 15px;
}
.count_bx article .item a h1{
	color: #E72C33;
	font-size: 1.2em;
	text-align: center;
	padding-bottom: 10px;	
}
.import_link_bx article .owl-dots,
.count_bx article .owl-dots,
.office_bx article .owl-dots{
	text-align: center;	
	margin-top: 5px;
}
.import_link_bx article .owl-dots .owl-dot,
.count_bx article .owl-dots .owl-dot,
.office_bx article .owl-dots .owl-dot{
	background: #ccc;
	border: none;
	height: 10px !important;
	width: 10px !important;
	margin: 0px 4px !important;
	display: inline-block !important;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}
.import_link_bx article .owl-dots .owl-dot.active,
.import_link_bx article .owl-dots .owl-dot:hover,
.count_bx article .owl-dots .owl-dot.active,
.count_bx article .owl-dots .owl-dot:hover,
.office_bx article .owl-dots .owl-dot:hover,
.office_bx article .owl-dots .owl-dot.active{
	background: #E72C33;
	border: none;
	transition: all 0.3s ease-in-out;	
}
.services_bx a{
	display: block;
	text-align: center;
	transition: all 0.3s ease-in-out;	
}
.services_bx a i{
	background: #E72C33;
	color: #fff;
	text-align: center;
	height: 70px;
	line-height: 70px;
	width: 70px;
	display: block;
	border-radius: 20px;
	font-size: 20px;
	margin: 0 auto 30px;
	transform: rotate(0deg);
	transition: all 0.3s ease-in-out;
}
.services_bx a h1{
	color: #E72C33;
	font-size: 1.5em;	
}
.services_bx a:hover i{
	transform: rotate(-360deg);
	transition: all 0.3s ease-in-out;	
}
.count_bx{
	margin-bottom: 40px;	
}
.office_bx .item,
.office_bx .owl-item{
	overflow: inherit !important;	
}
.office_bx .item a {
	display: block;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 5px;
	padding: 15px;	
}
.office_bx .item a img{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin: 0 auto;	
	border: 5px solid rgba(231, 44, 51 ,0.5);
}
.office_bx .item a h1,
.office_bx .item a p{
	text-align: center;	
}
.office_bx .item a h1{
	color: #E72C33;
	font-size: 1.5em;
	margin: 10px 0 5px;	
}
.office_bx .item a p{
	color: #888;
	font-size: 0.9em;
	line-height: 25px;
	height: 50px;
	overflow: hidden;	
}
footer{
	border-top: 8px solid #E72C33;
	background: #2E3094;
	padding: 30px 0 0;
	margin-top: 6px;	
}

footer .top_footer .nav_bx ul li a{
	color: #fff;
	font-size: 1.1em;
	display: block;	
	transition: all 0.3s ease-in-out;
}
footer .top_footer .nav_bx ul li a:hover{
	color: #E72C33;
	transition: all 0.3s ease-in-out;	
}
footer .top_footer .soc_bx{
	text-align: right;	
}
footer .top_footer .soc_bx ul li span{
	padding: 4px 15px;
	border-radius: 5px;
	color: #fff;
	background: #E72C33;
	font-size: 0.9em;
	text-align: center;	
}
footer .top_footer .soc_bx ul li a{
	color: #fff;
	transform: rotate(360deg);
	transition: all 0.3s ease-in-out;	
}
footer .top_footer .soc_bx ul li a:hover i{
	transform: rotate(-360deg);
	transition: all 0.3s ease-in-out;
}
footer .top_footer .container{
	border-bottom: 1px solid #242776;	
}
footer .center_footer .container{
	border-top: 1px solid #3D419A;	
}
footer .top_footer .container,
footer .center_footer .container{
	padding-top: 20px;	
	padding-bottom: 20px;
}
footer .center_footer .twitter_bx .pull-right i{
	font-size: 70px;
	color: #55ACEF;
	text-shadow: 2px 2px 0px #23425b;	
}
footer .center_footer .twitter_bx .media-body p{
	color: #fff;
	font-size: 0.9em;
	line-height: 25px;
	max-height: 100px;
	overflow: hidden;	
}
footer .center_footer .newsletter_bx .form-control{
	color: #888;
	font-size: 0.9em;
	font-weight:normal;
	height: 35px;
	line-height: 35px;
	padding: 0px 10px;
	border: none;
	box-shadow: none;	
	border-radius: 0;
}
footer .center_footer .newsletter_bx .input-group{
	border-radius: 5px;
	overflow: hidden;	
}
footer .center_footer .newsletter_bx .input-group-addon {
    background: #fff;
    border: none;
	border-radius: 0;
	padding: 0px;
	transition: all 0.3s ease-in-out;
}
footer .center_footer .newsletter_bx .input-group-addon .btn{
	color: #888;
    font-size: 1.2em;
    font-weight: normal;
    padding: 4px 25px;
    margin: 0px;
    background: none;
    border: none;
	transition: all 0.3s ease-in-out;
}
footer .center_footer .newsletter_bx .input-group-addon .btn:hover i{
	color: #E72C33;
	transform: rotate(-360deg); 
	transition: all 0.3s ease-in-out;	
}
footer .bottom_footer{
	background: #fff;
}
footer .bottom_footer .copy_bx p{
	line-height: 50px;	
	color: #888;bottom_header
	font-size: 0.9em;
}
footer .bottom_footer .m7r_bx a {
    padding: 0px;
    margin: 0px;
    color: #666;
    font-size: 1em;
    height: 40px;
    line-height: 40px;
    background: url(../images/m7r.png)	no-repeat right center;
    padding-right: 50px;
    display: block;
    width: 150px;
    float: right;
    margin: 5px 0;
}

.about_pg img {
	width: 250px;
	height: 250px;
	border: 5px solid #eee;
	float: left;
	margin: 0px 15px 15px 0px;
	border-radius: 50%;
}
.about_pg p {
	color: #666;
	font-size: 1.1em;
	line-height: 30px;
}
.det-art-pg h1 {
	color: #2E3094;
	font-size: 1.6em;
	line-height: 25px;
	margin-bottom: 10px;
}
.det-art-pg h1 i {
	margin-right: 10px;
}
.det-art-pg .img_bx {
	overflow: hidden;
	position: relative;
	height: 350px;
	width: 70%;
	margin: 0px auto 10px;
}
.det-art-pg .img_bx img {
	height: 350px;
	width: 100%;
	border: 4px solid #eee;
}
.det-art-pg .img_bx .share_bx {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px;
	border-radius: 5px;
}
.det-art-pg .img_bx .share_bx p {
	float: left;
	color: #fff;
	font-size: 1em;
	margin: 0;
	margin-right: 10px;
}
.det-art-pg p {
	color: #666;
	font-size: 1.1em;
	line-height: 30px;
}
.content_pg .info_pg .txt_bx h1 {
	background: #eee;
	min-height: 35px;
	line-height: 35px;
	border-radius: 5px;
	color: #666;
	font-size: 1.3em;
	padding: 0px 10px;
}
.content_pg .info_pg .txt_bx p {
	line-height: 25px;
	color: #666;
	font-size: 1em;
	padding: 10px;
}
.content_pg .prof_pg ul li {
	display: inline-block;
}
.content_pg .prof_pg ul li a i {
	padding-right: 10px;
	transition: all 0.3 ease-in-out;
}
.content_pg .prof_pg ul li a {
	color: #fff;
	font-size: 1.2em;
	height: 40px;
	line-height: 40px;
	display: block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #2E3094;
	border-bottom: 3px solid #23256f;
	padding: 0px 15px;
	text-align: center;
	margin: 0px 20px 0px 0px;
	transition: all 0.3s ease-in-out;
}
.content_pg .prof_pg ul li a:hover, .content_pg .prof_pg ul li.active a {
	background-color: #E72C33;
	color: #fff;
	border-bottom: 3px solid #b32328;
	transition: all 0.3s ease-in-out;
}
.content_pg .prof_pg ul li a span {
	font-family: Arial, sans-serif;
}
.content_pg .prof_pg ul {
	text-align: center;
	margin-bottom: 30px;
}
.pagging_bx {
	text-align: center;
	margin-top: 20px;
}
.pagging_bx ul li {
	display: inline-block;
}
.pagging_bx ul li a {
	display: block;
	height: 35px;
	line-height: 35px;
	min-width: 35px;
	border: 1px solid #ddd;
	background-color: #eee;
	color: #666;
	font-size: 1em;
	margin: 0px 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px -7px #000;
	transition: all 0.3s ease-in-out;
}
.pagging_bx ul li a:hover, .pagging_bx ul li.active a {
	color: #fff;
	background-color: #2E3094;
	transition: all 0.3s ease-in-out;
}
.content_pg .serv_pg .clnt-bx {
	background: #eee;
	position: relative;
	display: block;
	height: 160px;
	margin-bottom: 15px;
	overflow: hidden;
}
.content_pg .serv_pg .clnt-bx figure {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.content_pg .serv_pg .clnt-bx img {
	width: 100%;
	height: 160px;
	padding: 4px;
	overflow: hidden;
	webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.content_pg .serv_pg .clnt-bx:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.content_pg .serv_pg .clnt-bx span {
	position: absolute;
	left: 0px;
	bottom: 5px;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px 15px;
	color: #fff;
	font-size: 1em;
	transition: all 1s ease-in-out;
}
.content_pg .serv_pg .clnt-bx:hover span {
	background: rgba(231, 44, 51, 0.7);
	transition: all 1s ease-in-out;
}
.content_pg .contact_pg .map_bx iframe {
	width: 100%;
	border: 3px solid #eee;
	height: 250px;
}
.content_pg .contact_pg .info_bx ul li {
	color: #666;
	font-size: 1em;
	min-height: 40px;
	line-height: 40px;
	display: block;
}
.content_pg .contact_pg .info_bx ul li i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	font-size: 18px;
	text-align: center;
	margin-right: 10px;
	background: #2E3094;
	border: 2px solid #eee;
}
.content_pg .form_bx {
	padding-top: 30px;
}
.content_pg .prof_pg label, .contact_pg .form_bx label, .signup_pg label {
	color: #666;
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 12px;
	margin-right: 10px;
	display: block;
}
.signup_pg h1 {
	color: #2E3094;
	font-size: 1.5em;
	margin-bottom: 10px;
	margin-bottom: 15px;
}
.signup_pg h1 i {
	margin-right: 10px;
}
.signup_pg p {
	color: #666;
	font-size: 1.2em;
	line-height: 25px;
	margin-bottom: 15px;
	border-left: 4px solid #eee;
	padding: 8px 10px;
}
.signup_pg ol li {
	list-style-type: arabic-indic !important;
	list-style-position: inside;
	color: #666;
	font-size: 1em;
	line-height: 35px;
	font-weight: normal;
}
.signup_pg .btn-bx {
	text-align: right;
}
.signup_pg .btn-bx .btn {
	padding: 0px 25px;
	background-color: #2E3094;
	color: #fff;
	font-size: 1.1em;
	text-align: center;
	height: 35px;
	line-height: 35px;
	border-radius: 5px;
	border: none;
	transition: all 0.3s ease-in-out;
}
.signup_pg .btn-bx .btn:hover {
	background-color: #eee;
	color: #666;
	transition: all 0.3s ease-in-out;
}
.contact_pg .input-group .input-group-addon, .content_pg .prof_pg .input-group .input-group-addon, .signup_pg .input-group .input-group-addon {
	border: none;
	background: none;
	border-radius: 0;
	box-shadow: none;
}
.contact_pg .input-group .input-group-addon i, .content_pg .prof_pg .input-group .input-group-addon i, .signup_pg .input-group .input-group-addon i {
	background: #eee;
	color: #666;
	font-size: 16px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 50%;
}
.contact_pg .input-group .form-control, .content_pg .prof_pg .input-group .form-control, .signup_pg .input-group .form-control {
	border: none;
	box-shadow: none;
	outline: none;
	border-radius: 0;
	border-bottom: 2px solid #eee;
	height: 40px;
	line-height: 40px;
	color: #666;
	font-size: 1em;
	transition: all 0.3s ease-in-out;
}
.contact_pg .input-group .form-control:focus, .content_pg .prof_pg .input-group .form-control:focus, .signup_pg .input-group .form-control:focus {
	border-bottom: 2px solid #2E3094;
	transition: all 0.3s ease-in-out;
}
.contact_pg .input-group textarea, .content_pg .prof_pg .input-group textarea, .signup_pg .input-group textarea {
	height: 130px !important;
	line-height: 22px !important;
}
.contact_pg .btn, .content_pg .prof_pg .btn, .signup_pg .btn {
	background: #2E3094;
	color: #fff;
	font-size: 1.1em;
	text-align: center;
	width: 100px;
	float: right;
	display: block;
	height: 40px;
	line-height: 40px;
	border: none;
	border-radius: 5px;
	padding: 0;
	margin-top: 10px;
	font-weight: normal !important;
	text-shadow: none !important;
	transition: all 0.3s ease-in-out;
}
.contact_pg .btn:hover, .content_pg .prof_pg .btn:hover, .signup_pg .btn:hover {
	background: #eee;
	color: #666;
	transition: all 0.3s ease-in-out;
}
.checkbox-inline label {
	display: inline-block !important;
	height: 40px;
	line-height: 40px;
	font-size: 1em !important;
}
.checkbox-inline label input[type="radio"] {
	margin-right: 8px;
}
.content_pg {
	padding: 50px 0;
}
.breadcrumb_bx {
	background: url(../images/two_bx.jpg) repeat-x center;
	background-size: cover;
	padding: 50px 0px 30px;
}
.breadcrumb_bx h1 {
	color: #fff;
	font-size: 3em;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	text-shadow: 2px 2px #333;
}
.breadcrumb_bx h1 i {
	margin-right: 10px;
}
.breadcrumb_bx .breadcrumb {
	background: none;
	border-radius: 0;
	margin: 10px 0px 0px;
	text-align: right;
}
.breadcrumb_bx .breadcrumb li {
	color: #E72C33;
	font-size: 1.2em;
	text-shadow: 1px 1px #333;
}
.breadcrumb_bx .breadcrumb li a {
	color: #fff;
	font-size: 1.2em;
	text-shadow: 1px 1px #333;
}
.breadcrumb_bx .breadcrumb li a i {
	margin-right: 5px;
}
.stock-pg figure {
	margin-bottom: 15px;
}
.stock-pg figure img {
	width: 272px;
	height: 300px;
	border: 2px solid #eee;
}
.stock-pg figure figcaption ul li {
	color: #666;
	font-size: 1.1em;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #eee;
}
.stock-pg figure figcaption ul li i {
	margin-right: 10px;
}
.table, .table tr, .table tr th, .table tr td {
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.table tr th {
	background: #2E3094;
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
}
.table tr th input, .table tr th select {
	color: #000 !important;
}
.table tr td {
	color: #666;
	font-size: 1em;
	text-align: center;
}
.table tr td a {
	height: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	color: #2E3094;
	font-size: 1em;
	border-radius: 5px;
	display: block;
	margin: 0px auto;
	transition: all 0.3s ease-in-out;
}
.table tr td a:hover {
	color: #666;
	transition: all 0.3s ease-in-out;
}
.table tr:nth-child(odd) td {
	background: #eee;
}
.modal-body {
	clear: both;
	padding-bottom: 10px;
	overflow: hidden;
}
.modal-content {
	overflow: hidden;
	border: none;
	box-shadow: 0px 0px 7px -3px #000;
}
.modal-header {
	background: #2E3094;
}
.modal-header h4 {
	color: #fff;
	font-size: 1.5em;
}
.modal-header h4 i {
	margin-right: 10px;
}
.modal-body label {
	color: #666;
	font-weight: normal;
	font-size: 1em;
	margin-bottom: 10px;
}
.modal-body .input-group {
	margin-bottom: 10px;
}
.modal-body .input-group .input-group-addon, .modal-body .input-group .form-control {
	border: none;
	background: none;
	border-radius: 0;
	box-shadow: none;
}
.modal-body .input-group .input-group-addon i {
	background: #eee;
	color: #666;
	font-size: 16px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 50%;
}
.modal-body .input-group .form-control {
	border-bottom: 2px solid #eee;
	height: 40px;
	line-height: 40px;
	color: #666;
	font-size: 0.9em;
	transition: all 0.3s ease-in-out;
}
.modal-body .input-group .form-control:focus {
	border-bottom: 2px solid #2E3094;
	transition: all 0.3s ease-in-out;
}
.modal-body .input-group textarea {
	height: 130px !important;
	line-height: 22px !important;
}
.modal-body .btn {
	background: #2E3094;
	color: #fff;
	font-size: 0.9em;
	text-align: center;
	width: 80px;
	float: right;
	display: block;
	height: 40px;
	line-height: 40px;
	border: none;
	border-radius: 5px;
	padding: 0;
	font-weight: normal !important;
	text-shadow: none !important;
	margin: 10px 2px 0;
	transition: all 0.3s ease-in-out;
}
.modal-body .btn:hover {
	background: #eee;
	color: #666;
	transition: all 0.3s ease-in-out;
}
#boxer-overlay{
	z-index: 9999 !important;	
}
#boxer{
	z-index: 99999 !important;	
}
.pull-right {
    float: left !important;
	padding-right: 15px;
	padding-left: 0;
}
.pull-left {
    float: right !important;
	padding-right: 0;
	padding-left: 15px;
}
.fa-angle-double-left:before {
    content: "\f101";
}
@media (min-width: 1200px) {
}

@media (max-width: 768px) {
header .bottom_header .nav_bx{
	background: none;
	border-bottom: none;
}
header .bottom_header .navbar-toggle{
	display: block;
	float: inherit !important;
	width: 70%;
	background: #2E3094;
	color: #fff;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	border: none;
	padding: 0;
	margin: 10px auto 0;	
}
header .bottom_header .navbar-toggle i{
	margin-right: 10px;
}
header .bottom_header .nav_bx .navbar ul li,
header .bottom_header .nav_bx .navbar ul li a{
	display: block !important;
	float:  inherit !important; 
	text-align:  center !important;
	width: 100% !important;		
}
header .bottom_header .nav_bx .navbar ul li a i{
	display:  none;
}
header .bottom_header .nav_bx .navbar ul li{
	border: none;
	background: none;
	border-bottom: 1px solid #ddd;	
}
header .bottom_header .nav_bx .navbar ul li a{
	height: 40px !important;
	line-height: 40px !important;
	padding: 0 !important;
	margin: 0 !important;
	color: #666 !important;	
}
header .bottom_header .nav_bx .navbar ul li:hover ul{
	top: 35px;
}
header .bottom_header .navbar-collapse.in{
	overflow: inherit !important;
	height: inherit !important;	
}
header .bottom_header .nav_bx .navbar-nav{
	float: inherit !important; 
}
header .bottom_header .nav_bx .navbar-nav{
	margin: 0;	
}
header .bottom_header .logo_bx {
    display: block;
}
header .bottom_header::after,
header .bottom_header .nav_bx .navbar ul li.logo_link{
	display: none !important;	
}
header .bottom_header .logo_bx a,
header .bottom_header .logo_bx a img {
    display: block;
	margin: 15px auto 10px;
}
header .top_header .info_bx {
	text-align: center;	
}
header .top_header .empl_bx a{
	margin: 10px auto;
	width: 40%;	
}
header .bottom_header .src_bx a{
	margin: 10px auto;
    width: 30%;	
}	
.slider_bx #wowslider-container1 .ws_images .ws_list img, .slider_bx #wowslider-container1 .ws_images > div > img {
	height: 300px !important;
	margin-top: 0px !important;
}
.about_bx .about_info,
.services_bx a {
	margin-bottom: 20px;	
}
.office_bx{
	margin-bottom: 40px;	
}
.about_bx .about_info h1{
	text-align:center;
}
.about_bx .about_info h1 i{
	margin-right: 0;	
}
.services_bx .title_bx h1, .office_bx .title_bx h1, .import_link_bx .title_bx h1, .count_bx .title_bx h1{
	border-bottom: 2px solid #888;
    padding-bottom: 10px;	
}
footer .top_footer .nav_bx ul li a,
footer .top_footer .nav_bx ul li{
	display: block;
	width: 100%;
	margin-bottom: 5px;
	line-height: 30px;	
}
footer .top_footer .soc_bx{
	text-align: center;	
}
.content_pg .prof_pg ul li a{
	margin-bottom: 5px;	
}
.det-art-pg .img_bx,
.det-art-pg .img_bx img{
	width: 100%;
	height: 300px;	
}
.stock-pg .col-xs-12{
	width: 50%;	
}
footer .bottom_footer .copy_bx p{
	text-align: center;
}
}

@media (max-width: 480px) {
.stock-pg .col-xs-12{
	width: 100%;	
}	
.about_pg img{
	margin: 0px auto 15px;
	display: block;
	float: inherit;	
}
.about_pg p{
	text-align: center;	
}
}
