@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
/*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: "Raleway", sans-serif;
	background: #fff;
}
a {
	text-decoration: none !important;
}
h1, h2, h3, h4, h5, h6 {
	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: #248EC2;
	border-bottom: 2px solid #013245;
	min-height: 40px;
}
header .top_header .lang_bx{
	text-align: right;	
}
header .top_header .lang_bx ul li a{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 30px;
	line-height: 30px;
	margin-top: 4px;
	font-size: 1em;
	text-align: center;
	display: block;
}
header .top_header .lang_bx ul li a.req{
	background: #013245;
	color: #fff;
	border: 1px dashed #013245;
	font-size: 1em;
	padding: 0px 15px;
	transition: all 0.3s ease-in-out;
}
header .top_header .lang_bx ul li a.req:hover{
	background: none;
	border: 1px dashed #fff;
	transition: all 0.3s ease-in-out;	
}
header .top_header .lang_bx ul li a.lang{
	background: #fff;
	color: #013245;
	border: 1px dashed #fff;
	font-size: 1em;
	font-weight: bold;
	padding: 0px 10px;
}
header .top_header .lang_bx ul li a.lang:hover{
	background: none;
	border: 1px dashed #fff;
	color: #fff;
	transition: all 0.3s ease-in-out;	
}
header .center_header{
	padding: 25px 0px;
	border-bottom: 2px solid #248EC2;
}
.center_header .nav_bx{
	margin-top: 12px;	
}
.center_header .navbar-nav{
	float: right !important;	
}
.center_header .nav_bx .navbar{
	margin-bottom: 0px !important;
}
.center_header .nav_bx .navbar-inverse {
	background: none !important;
	border: none;
	height: 50px !important;
	min-height: inherit;
}
.center_header .nav_bx ul li.active a {
	background: #4A4A4A !important;
	transition: all 0.3s ease-in-out;
}
.center_header .nav_bx ul li a {
	height: 50px;
	line-height: 50px;
	color: #666 !important;
	padding: 0px 0px !important;
	margin: 0px 25px;
	font-size: 1.1em;
	font-weight: normal;
	transition: all 0.3s ease-in-out;
}
.center_header .nav_bx ul li a i{
	display: block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #248EC2;
	color: #fff;
	height: 32px;
	line-height:32px;
	width: 32px;
	margin: 0px auto;
	text-align: center;
	font-size: 16px !important;
	font-weight:normal;
	transition: all 0.3s ease-in-out;	
}
.center_header .nav_bx ul li a:hover, 
.center_header .nav_bx ul li.active a:hover, 
.center_header .nav_bx ul li.active a {
	background: none !important;
	color: #013245 !important;
	transition: all 0.3s ease-in-out;
}
.center_header .nav_bx ul li a:hover i, 
.center_header .nav_bx ul li.active a:hover i, 
.center_header .nav_bx ul li.active a i{
	background: #013245 !important;
	transition: all 0.3s ease-in-out;
}
.center_header .nav_bx ul li a:hover i.fa-gear:before, 
.center_header .nav_bx ul li a:hover i.fa-cog:before{
	transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
	transition: all 0.3s ease-in-out;	
}
.center_header .nav_bx ul li ul {
	position: absolute;
	display: none;
	top: 0;
	padding: 0px;
	margin: 0px;
	transition: all 0.3s linear;
}
.center_header .nav_bx ul li:hover ul {
	position: absolute;
	display: block;
	top: 68px;
	z-index: 99999999999999;
	background: #fff;
	width: 200px;
	overflow: hidden;
	box-shadow: 0px 3px 7px -3px #000;
	border-bottom: 2px solid #013245;
	transition: all 0.3s linear;
}
.center_header .nav_bx ul li ul li a {
	color: #248EC2 !important;
	display: block;
	width: 100%;
	margin-bottom: 2px;
	margin-left: 0px;
	float: inherit;
	background-image: none;
	transition: all 0.1s ease-in-out;
	border: none;
	border-bottom: 1px solid #fff;
	height: 35px;
	line-height: 35px;
	font-size: 1.1em;
	margin: 0px !important;
	border-bottom: 1px solid #eee;
	padding: 0px 10px !important;
	font-weight: normal;
}
.center_header .nav_bx ul li ul li a, .center_header .nav_bx ul li ul li {
	float: none;
	display: block;
}
.center_header .nav_bx ul li ul li a:hover {
	text-decoration: none;
	color: #fff !important;
	background-color: #248EC2 !important;
	transition: all 0.1s ease-in-out;
}
.slider_bx #wowslider-container1 .ws_images .ws_list img, 
.slider_bx #wowslider-container1 .ws_images > div > img{
height: 487px !important;
margin-top: 0px !important;	
}
.slider_bx #wowslider-container1 a.ws_next, 
.slider_bx #wowslider-container1 a.ws_prev{
	background-color: #248EC2;
	color: #fff;
	z-index: 9999999999;
}
.slider_bx #wowslider-container1 a.ws_next:hover, 
.slider_bx #wowslider-container1 a.ws_prev:hover{
	background-color: #013245;
	color: #fff;
	webkit-box-shadow: 0 0 0 0.25em rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 0 0.25em rgba(0,0,0,0.2);
    box-shadow: 0 0 0 0.25em rgba(0,0,0,0.2);	
}
.slider_bx{
	overflow: hidden;
	position: relative;
	height: 487px;	
}
.slider_bx .login_bx{
	position: absolute;
    bottom: 30px;
    left: 0px;
	right: 0px;
    z-index: 99;	
}
.slider_bx .login_bx article{
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 7px -3px #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top: 8px solid #248EC2;
	padding: 10px;
	width: 350px;
	float: left;	
}
.slider_bx .login_bx article h1{
	color: #248EC2;
	font-size: 1.5em;
	text-align: center;
	height: 45px;
	line-height: 45px;
	margin-bottom: 10px;	
}
.slider_bx .login_bx article .form-control,
.login_bx .form-control{
	border: 1px solid #333;
	padding: 0px 10px;
	height: 35px;
	line-height: 35px;
	margin-bottom: 20px;
	color: #333;
	background: none;
	box-shadow: none;
	font-size: 1em;	
}
.login_bx .form-control{
	border: 1px solid #248EC2;
	margin-bottom: 10px;
	color: #888;
}
.slider_bx .login_bx article .form-control::-webkit-input-placeholder,
.login_bx .form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #333;
}
.slider_bx .login_bx article .form-control:-moz-placeholder ,
.login_bx .form-control:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
   color:    #333;
   opacity:  1;
}
.slider_bx .login_bx article .form-control::-moz-placeholder,
.login_bx .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #333;
   opacity:  1;
}
.slider_bx .login_bx article .form-control:-ms-input-placeholder,
.login_bx .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #333;
}
.login_bx .form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #888;
}
.login_bx .form-control:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
   color:    #888;
   opacity:  1;
}
.login_bx .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #888;
   opacity:  1;
}
.login_bx .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #888;
}
.slider_bx .login_bx article label,
.login_bx label{
	color: #666;
	font-size: 1.1em;
}
.login_bx label{
	float: left !important;
}
.slider_bx .login_bx article label input[type="checkbox"],
.login_bx label input[type="checkbox"]{
	margin-right: 5px;
}
.slider_bx .login_bx article input.login,
.login_bx input.login{
	color: #fff;
	background: #248EC2;
	border: 1px dashed #248EC2;
	font-size: 1em;
	text-align: center;
	padding: 0px 15px;
	height: 35px;
	line-height: 35px;
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out;
}
.login_bx input.login{
	margin-bottom: 5px;
	float: right !important;
}
.slider_bx .login_bx article input.login:hover,
.login_bx input.login:hover{
	border: 1px dashed #fff;
	transition: all 0.3s ease-in-out;
}
.slider_bx .login_bx article a,
.login_bx a{
	clear: both;
	display: block;
	text-align: center;
	color: #248EC2;
	font-size: 1.1em;
	text-decoration: underline;
	transition: all 0.3s ease-in-out;	
}
.slider_bx .login_bx article a:hover,
.login_bx a:hover{
	color: #333;
	transition: all 0.3s ease-in-out;	
}
.slider_bx .login_bx article input.signup,
.login_bx input.signup{
	color: #fff;
	background: #013245;
	border: 1px dashed #013245;
	font-size: 1em;
	text-align: center;
	padding: 0px 15px;
	height: 35px;
	line-height: 35px;
	display: block;
	width: 100%;
	clear: both;
	margin-top: 10px;
	transition: all 0.3s ease-in-out;
}
.login_bx input.signup{
	margin-top: 5px;	
}
.slider_bx .login_bx article input.signup:hover,
.login_bx input.signup:hover{
	border: 1px dashed #fff;
	transition: all 0.3s ease-in-out;
}
.about_bx{
	background: #013245;
	border-bottom: 4px solid #248EC2;
	padding: 70px 0px;
	text-align: center;
}
.about_bx span{
	display: block;
	width: 80px;
	height: 80px;
	border: 1px dashed #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 8px;
	margin: 0px auto;
}
.about_bx span i{
	width: 62px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    color: #fff;
    background: #248EC2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 30px;	
}
.about_bx h1{
	color: #248EC2;
	font-size: 1.8em;
	height: 25px;
	line-height: 25px;
	margin: 20px 0;
	overflow:hidden;	
}
.about_bx p{
	color: #fff;
	font-size: 1em;
	max-height: 70px;
	line-height: 25px;
	margin-bottom: 20px;
	overflow:hidden;	
}
.about_bx a{
	background: #013245;
	border: 1px dashed #248EC2; 
	color: #fff;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 100px;
	padding: 0px 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	margin: 0px auto;
	font-size: 0.9em;
	transition: all 0.3s ease-in-out;
}
.about_bx a:hover{
	background: #248EC2;
	border: 1px dashed #248EC2;
	transition: all 0.3s ease-in-out; 	
}
.art_bx .big_art .media{
	background: #eee;
	border-bottom: 3px solid #248EC2;
}
.art_bx .big_art .media .pull-right{
	padding: 5px 15px 5px 5px;	
	float: left !important;
}
.art_bx .big_art .media .pull-right img{
	width: 200px;
	height: 170px;	
}
.art_bx .big_art .media .media-body{
	padding: 5px 0px 0px 0px;
}
.art_bx .big_art .media .media-body h1{
	color: #248EC2;
	font-size: 1.3em;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}
.art_bx .big_art .media .media-body p{
	color: #666;
	font-size: 1em;
	height: 110px;
	line-height: 25px;
	overflow: hidden;
}
.art_bx .big_art .media .media-body a{
	color: #fff;
	float: right;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 100px;
	text-align: center;
	background: #248EC2;
	transition: all 0.3s ease-in-out;	
}
.art_bx .big_art .media .media-body a:hover{
	background: #013245;
	transition: all 0.3s ease-in-out;	
}
.art_bx .big_art{
	margin-bottom: 20px;	
}
.art_bx .sml_art{
	background: #eee;	
	border-bottom: 3px solid #248EC2;
	padding: 5px;
	text-align: center;
}
.art_bx .sml_art img{
	width: 219px;
	height: 100px;
	margin-bottom: 10px;	
}
.art_bx .sml_art a{
	display:block;
	height: 25px;
	line-height: 25px;
	font-size: 1.2em;
	overflow: hidden;
}
.art_bx .sml_art p{
	height: 75px;
	line-height: 25px;
	color: #666;
	font-size: 1em;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.req_bx,
.serv_bx,
.content_bx .login_bx{
	margin-bottom: 28px;	
}
.req_bx p,
.req_bx p{
	color: #666;
	font-size: 1em;
	margin-bottom: 10px;	
}
.req_bx .input-group .form-control,
.newslet_bx .input-group .form-control{
	box-shadow: none;
	border: 1px solid #248EC2;
	color: #888;
	height: 40px;
	line-height: 40px;
	padding: 0px 10px;	
}
.req_bx .input-group-addon,
.newslet_bx .input-group-addon{
	background: #248EC2;
	border: none;
	padding: 0px;
	margin: 0px;
	transition: all 0.3s ease-in-out;	
}
.req_bx .input-group-addon .btn,
.newslet_bx .input-group-addon .btn{
	color: #fff;
	font-size: 1em;
	font-weight:normal;
	padding: 0px 15px;
	margin: 0px;
	background: none;
	border: none;
	height: 40px;
	line-height: 40px;
	transition: all 0.3s ease-in-out;	
}
.req_bx .input-group-addon:hover,
.newslet_bx .input-group-addon:hover{
	background: #013245;
	transition: all 0.3s ease-in-out;	
}
.serv_bx a{
	display: block;
	margin-bottom: 20px;
	background: #248EC2;
	color: #fff;
	font-size: 1.3em;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;	
	text-align: center;
	transition: all 0.3s ease-in-out;
}
.serv_bx a:hover{
	background: #207AA5;
	transition: all 0.3s ease-in-out;	
}
.serv_bx a i{
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 60px;
	font-size: 30px;
	background: #207AA5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	color: #013245;
	transition: all 0.3s ease-in-out;	
}
.serv_bx a:hover i{
	color: #fff;
	transition: all 0.3s ease-in-out;	
}
.partn_bx .item{
	margin: 0px 20px;	
}
.partn_bx .item img{
	width: 150px;
	height: 90px;	
}
.partn_bx .owl-theme .owl-controls .owl-buttons div{
	position: absolute;
	top: 5px;
	height: 80px;
	width: 50px;
	line-height: 80px;
	text-align: center;
	border-radius: 0px !important;
	overflow: hidden;
	opacity: 1 !important;
	text-indent: 999999em;	
}
.partn_bx .owl-theme .owl-controls .owl-buttons div.owl-next{
	right: -45px;
	background: url(../images/right_arrow.png) no-repeat right top;
}
.partn_bx .owl-theme .owl-controls .owl-buttons div.owl-prev{
	left: -45px;	
	background: url(../images/left_arrow.png) no-repeat right top;
}
.partn_bx .owl-pagination{
	display: none;	
}
footer{
	margin-top: 3px;	
}
footer .top_footer{
	background: #013245;
	border-bottom: 4px solid #248EC2;
	min-height: 60px;
	text-align: center;	
}
footer .top_footer ul li{
	padding: 0px !important;
	margin: 0px !important;	
}
footer .top_footer ul li a{
	display: block;
	height: 60px;
	line-height:60px;
	padding: 0px 15px;
	margin: 0px 1px;
	border-right: 1px solid #248EC2;
	color: #fff;
	font-size: 1.1em;
	text-align: center;
	transition: all 0.3s ease-in-out;	
}
footer .top_footer ul li a i{
	font-size: 16px;
	margin-right: 8px;
	transition: all 0.3s ease-in-out;	
}
footer .top_footer ul li a:hover,
footer .top_footer ul li a.active{
	color: #248EC2;
	transition: all 0.3s ease-in-out;	
}
footer .top_footer ul li a:hover i{
	color: #fff;
	transition: all 0.3s ease-in-out;
}
footer .bottom_footer .copy_bx p{
	color: #666;
	font-size: 1em;
	line-height: 50px;
	margin: 0;	
}
footer .bottom_footer .m7r_bx a{
	color: #248EC2;
	font-size: 1em;
	line-height: 50px;
	padding-right: 50px;
	display: block;
	text-align: right;
	background: url(../images/m7r.png) no-repeat right center;	
}
.content_bx{
	padding: 70px 0;
}
.art_bx .title_bx h1,
.req_bx .title_bx h1,
.newslet_bx .title_bx h1,
.serv_bx .title_bx h1,
.partn_bx .title_bx h1,
.login_bx .title_bx h1{
	font-size: 1.8em;
	color: #248EC2;
	margin-bottom: 20px;	
}
.partn_bx .title_bx h1{
	text-align: center;
}
.art_bx .title_bx h1 span,
.req_bx .title_bx h1 span,
.newslet_bx .title_bx h1 span,
.art_bx .title_bx h1 span,
.serv_bx .title_bx h1 span, 
.partn_bx .title_bx h1 span,
.login_bx .title_bx h1 span{
	color: #666;
}
.partn_bx .title_bx h1 span{
	color: #fff;	
}
.art_bx .title_bx h1 i,
.req_bx .title_bx h1 i,
.newslet_bx .title_bx h1 i,
.serv_bx .title_bx h1 i,
.partn_bx .title_bx h1 i,
.login_bx .title_bx h1 i{
	height: 35px;
	line-height: 35px;
	width: 35px;
	text-align: center;
	color: #fff;
	background: #248EC2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 20px;
	margin-right: 10px;	
}
.breadcrumb_bx{
	padding: 35px 0px;
	background: url(../images/bg_partn.png) repeat right top;	
}

.partn_bx{
	background: url(../images/bg_partn.png) repeat right top;
	padding: 40px 0;
}

#demo{
	direction: ltr;
	text-align: right;	
}
.breadcrumb_bx .title-pg h1{
    color: #fff;
    font-size: 2.2em;
}
.breadcrumb_bx .bread-pg{
    text-align: right;
}
.breadcrumb_bx .bread-pg .breadcrumb{
    background: none !important;
    border-radius: 0px !important;
    border: 2px solid #fff;
    display: inline;
    min-width: 300px;
    text-align: center;
}
.breadcrumb_bx .bread-pg .breadcrumb li a{
    color: #fff;
	font-size: 1.2em;
}
.breadcrumb_bx .bread-pg .breadcrumb li:first-child a{
    padding-left: 10px;
}
.breadcrumb_bx .bread-pg .breadcrumb li.active{
    color: #248EC2;
}
.about_pg img{
	width: 200px;
	height: 200px;
	float: left;
	margin: 0px 15px 10px 0px;
	border-radius: 50%;
	border-bottom-right-radius: 0;
	border: 6px solid #248EC2;
	border-right: none;
	border-bottom: none;	
}
.about_pg h1{
	color: #248EC2;
	font-size: 1.6em;
	margin-bottom: 10px;	
}
.about_pg h1 i{
	margin-right: 10px;	
}
.about_pg h1 i.fa-angle-double-left:before {
    content: "\f101";
}
.about_pg p{
	color: #666;
	font-size: 1.1em;
	line-height: 25px;	
}
.art_pg .big_art .media{
	background: #eee;
	border-bottom: 3px solid #248EC2;
}
.art_pg .big_art .media .pull-right{
	padding: 5px 15px 5px 5px;	
	float: left !important;
}
.art_pg .big_art .media .pull-right img{
	width: 200px;
	height: 170px;	
}
.art_pg .big_art .media .media-body{
	padding: 5px 0px 0px 0px;
}
.art_pg .big_art .media .media-body h1{
	color: #248EC2;
	font-size: 1.3em;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}
.art_pg .big_art .media .media-body p{
	color: #666;
	font-size: 1em;
	height: 110px;
	line-height: 25px;
	overflow: hidden;
}
.art_pg .big_art .media .media-body a{
	color: #fff;
	float: right;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 100px;
	text-align: center;
	background: #248EC2;
	transition: all 0.3s ease-in-out;	
}
.art_pg .big_art .media .media-body a:hover{
	background: #013245;
	transition: all 0.3s ease-in-out;	
}
.art_pg .big_art{
	margin-bottom: 20px;	
}
.paging-bx {
	text-align: center;	
}
.paging-bx ul li a{
	background: #eee;
	color: #666;
	font-size: 1em;
	padding: 0px 10px;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
	display: block;
	transition: all 0.3s ease-in-out;	
}
.paging-bx ul li a:hover,
.paging-bx ul li.active a{
	color: #fff;
	background: #248EC2;
	transition: all 0.3s ease-in-out;
}
.paging-bx ul li a i.fa-angle-double-right:before {
    content: "\f100";
}
.paging-bx ul li a i.fa-angle-double-left:before {
    content: "\f101";
}
.client_pg .clnt-bx{
	background: #eee;
	position: relative;
	display: block;
	height: 180px;
	padding: 10px;
	margin-bottom: 15px;
	overflow: hidden;	
}
.client_pg .clnt-bx figure{
	width: 210px;
	height: 160px;
    position: relative;
    overflow: hidden;
}
.client_pg .clnt-bx img{
	width: 242px;
	height: 160px;
	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;
}
.client_pg .clnt-bx:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.client_pg .clnt-bx span{
	position: absolute;
	left: 0px;
	bottom: 5px;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px 15px;
	color: #fff;
	font-size: 1.2em;
}
.contact_pg .map_bx iframe{
	width: 100%;
	height: 200px;
	border: 3px solid #eee;	
}
.contact_pg .info_bx ul li{
	color: #666;
	font-size: 1.1em;
	height: 35px;
	margin-bottom: 6px;
	border-bottom: 1px solid #eee;	
}
.contact_pg .row{
	margin-top: 20px;	
}
.signup_pg h1{
	color: #248EC2;
	font-size: 1.6em;
	margin-bottom: 10px;
	margin-bottom: 15px;	
}
.signup_pg h1 i{
	margin-right: 10px;	
}
.signup_pg h1 i.fa-angle-double-left:before {
    content: "\f101";
}
.signup_pg p{
	color: #666;
	font-size: 1.1em;
	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: 1.1em;
	line-height: 35px;
	font-weight: normal;
}
.signup_pg .btn-bx{
	text-align: right;	
}
.signup_pg .btn-bx .btn{
	color: #fff;
	background: #013245;
	border: 1px dashed #013245;
	border-radius: 5px;
	-moz-border-radius: 5px;	
	-ms-border-radius: 5px;	
	-webkit-border-radius: 5px;	
	-o-border-radius: 5px;
	transition: all 0.3s ease-in-out;		
}
.signup_pg .btn-bx .btn:hover{
	color: #248EC2;
	background: #fff;
	border: 1px dashed #248EC2;
	transition: all 0.3s ease-in-out;	
}
.signup_pg label, .contact_pg label{
	color: #666;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 10px;	
}
.signup_pg .input-group, .contact_pg .input-group{
	margin-bottom: 10px;	
}
.signup_pg .input-group .form-control, .contact_pg .input-group .form-control{
	box-shadow: none;
	line-height: 35px;
	height: 35px;
	padding: 0px 6px;
	border: 1px solid  #248EC2;	
}
.contact_pg .input-group textarea, .signup_pg .input-group textarea{
	height: 120px !important;
	line-height: 25px;
	border: 1px solid  #248EC2;	
}
.contact_pg .radio label, .signup_pg .radio label,
.contact_pg .checkbox label, .signup_pg .checkbox label{
	margin-bottom: 0px;	
}
.contact_pg .radio, .signup_pg .radio,
.contact_pg .checkbox, .signup_pg .checkbox{
	margin-top: 0px;
	margin-bottom: 10px;
}
.signup_pg .input-group .form-control:focus, .contact_pg .input-group .form-control:focus{
	border: 1px solid  #248EC2;	
}
.signup_pg .col-md-12 .btn, .contact_pg .col-md-12 .btn{
	color: #fff;
	background: #013245;
	border: 1px dashed #013245;
	border-radius: 5px;
	-moz-border-radius: 5px;	
	-ms-border-radius: 5px;	
	-webkit-border-radius: 5px;	
	-o-border-radius: 5px;
	float: right;	
	transition: all 0.3s ease-in-out;
}
.signup_pg .col-md-12 .btn:hover, .contact_pg .col-md-12 .btn:hover{
	background: #fff;
	color: #248EC2;
	border: 1px dashed #248EC2;	
	transition: all 0.3s ease-in-out;
}
.signup_pg .input-group-addon, .contact_pg .input-group-addon{
    color: #fff;
    background-color: #248EC2;
	border: 1px solid #248EC2;
}
.contact_pg .info_bx ul li i{
	color: #666;
	background: #eee;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-right: 10px;
	width: 40px;	
}
.det_art_pg h1{
	color: #248EC2;
	font-size: 1.6em;
	line-height: 25px;
	margin-bottom: 10px;	
}
.det_art_pg h1 i{
	margin-right: 10px;	
}
.det_art_pg h1 i.fa-angle-double-left:before {
    content: "\f101";
}
.det_art_pg .img_bx{
	overflow: hidden;
	position: relative;
	height: 300px;
	margin-bottom: 10px;	
}
.det_art_pg .img_bx img{
	width: 100%;
	height: 300px;
	border: 4px solid #eee;	
}
.det_art_pg .img_bx .share_bx{
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px;
	border-radius: 5px;	
}
.det_art_pg .img_bx .share_bx p{
	float: right;
	color: #fff;
	font-size: 1em;
	margin: 0;
	margin-left: 10px;	
}
.det_art_pg p{
	color: #666;
	font-size: 1.1em;
	line-height: 25px;	
}
@media (min-width: 1200px) {
}
@media (max-width: 768px) {
	.logo_bx a,
	.logo_bx a img{
		display: block;
		margin: 0px auto;
	}
	.signup_pg .col-md-12 .btn, .contact_pg .col-md-12 .btn{
		margin-bottom: 20px;
	}
	header .top_header .lang_bx{
		text-align: center;
	}
	.navbar-toggle{
		display: block;
		float: inherit;
		width: 100%;
		background: #248EC2;
		color: #fff;
		font-size: 1.2em;
		text-align:  center;
		border: none;
	}
	.navbar-toggle i{
		margin-right: 10px;
	}
	.center_header .navbar-nav{
		float: inherit !important;
	}
	.center_header .nav_bx ul li a i{
		display: inline-block;
		margin-right: 10px;
		float: left;
	}
	.center_header .nav_bx ul li a{
		text-align: center;
		border-bottom: 1px solid #eee;
		margin-bottom: 2px;
		height: 35px;
		line-height: 35px;
		margin: 0px 0px 2px;
	}
	.center_header .nav_bx ul li:hover ul{
		top:  35px;
		left: 0px;
		right: inherit;
	}
	.slider_bx{
		height: auto;
		position: static;
	}
	.slider_bx .login_bx{
		position: static;
	}
	.slider_bx .login_bx article{
		width: 100%;
		margin:  20px 0px;
		border-radius: 5px;
	}
	.slider_bx #wowslider-container1 .ws_images .ws_list img, .slider_bx #wowslider-container1 .ws_images > div > img {
    height: 350px !important;
    margin-top: 0px !important;
}
.about_bx a{
	margin-bottom: 25px;
}
.art_bx .sml_art img{
	width: 100%;
	height: 200px;
}
.art_bx{
	margin-bottom: 20px;
}
.partn_bx .item img{
	width: 100%;
	height: 120px;
}
.partn_bx .owl-theme .owl-controls .owl-buttons div.owl-prev{
	left: -20px;
}
.partn_bx .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -20px;
} 
footer .bottom_footer .copy_bx p{
	text-align: center;
	display: block;
	line-height: 25px;
}
.art_bx .sml_art{
	margin-bottom: 15px;
}
.about_pg img{
	float: inherit;
	margin: 0px auto 10px;
}
.about_pg {
	text-align: center;
}
.breadcrumb_bx .title-pg h1,
.breadcrumb_bx .bread-pg{
	text-align: center;
}
.breadcrumb_bx .title-pg h1{
	margin-bottom:  20px;
}
.paging-bx{
	margin-bottom: 15px;
}
.client_pg .clnt-bx figure,
.client_pg .clnt-bx figure img{
	width: 100%;
}
}
@media (max-width: 480px) {
	footer .top_footer ul li a{
	border: none;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
}
.partn_bx .item img{
	width: 150px;
	height: 120px;
	margin: 0px auto;
}
.partn_bx .item{
	margin: 0px auto;
}
.slider_bx #wowslider-container1 .ws_images .ws_list img, .slider_bx #wowslider-container1 .ws_images > div > img {
    height: 200px !important;
    margin-top: 0px !important;
}
.art_bx .big_art .media .pull-right,
.art_pg .big_art .media .pull-right{
	float: inherit !important;
	padding: 5px;
}
.art_bx .big_art .media .media-body,
.art_pg .big_art .media .media-body{
	padding:0px 5px 0px 0px;
	text-align:  center;
}
.art_bx .big_art .media .pull-right img,
.art_pg .big_art .media .pull-right img{
	width: 100%;
	height: 200px;
}
.art_bx .big_art .media .media-body p,
.art_pg .big_art .media .media-body p{
	height: inherit;
}
.client_pg .col-xs-6{
	width: 100%;
}
}