@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #222;
	line-height: 24px;
	overflow-x: hidden;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
	line-height: 24px;
	color: #222;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 600;
	text-align: left;
	line-height: 30px;
	color: #222;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	line-height: 30px;
	color: #222;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	line-height: 30px;
	color: #222;
}

a {
	text-decoration: none;
}
/*header*/

header {
	background: #fff;
}
.web-logo {
	text-align: left;
	padding-top: 5px;
}
.web-logo img{ width:515px;}




.top-nav {
	text-align: right;
	line-height: 36px;
	border-bottom: 1px #ccc dashed;
}
.top-nav ul {
    list-style-type: none;
    margin: 0;
    margin-right: 35px;
    padding: 0;
}
.top-nav ul li {
	display: inline-block;
	font-size: 14px;
	line-height: 36px;
	color: #fff;
	text-align: left;
	margin-right: 10px;
}
.top-nav ul li img {
	height: 18px;
	float: left;
	margin-right: 10px;
	margin-top: 7px;
}
.prof-r {
	text-align: right;
	padding-top: 50px;
}
.prof-r a {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	padding: 10px 15px;
	background: #fcf6d9;
	color: #1ba8f0;
	text-transform: uppercase;
	border: 1px #ccc solid;
	border-radius: 4px;
}
.miss {
	background: #0a1942;
	color: #fff;
	padding: 10px 15px;
	line-height: 30px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	border-radius: 8px;
	margin-bottom: 30px;
}
.miss a {
	text-decoration: none;
	color: #fff;
}
.hm-about a {
	float: right;
	background: #1ba8f0;
	color: #fff;
	padding: 40px 20px;
	border-radius: 5px;
	margin-left: 15px;
	width: 150px;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	line-height: 120px;
}
.hm-about a:hover {
	background: #0a1942;
}
.hm-about {
	border-bottom: 1px dashed #ddd;
	padding-bottom: 5px;
}
.hm-head {
	font-weight: bold;
	color: #1ba8f0;
	font-size: 24px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}
.col-tr {
	float: left;
	margin-bottom: 20px;
}
.mar-bt {
	margin-left: 1.5%;
	margin-right: 1.5%;
}
.sm-cl-inner h2 {
	color: #1ba8f0;
	font-weight: bold;
	font-size: 20px;
	margin-top: 6px;
	margin-bottom: 10px;
}
.sm-cl-inner p {
	text-align: left;
}
.sm-cl-inner img {
	border: 1px dashed #2f2922;
}
.sm-cl-inner .rd-mr a {
	color: #4c4c56;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}
.serv-cl-lft {
	float: left;
	width: 20%;
	border: 3px double #1ba8f0;
	border-radius: 5px;
	padding: 5px;
	background: #0a1942;
	line-height: 80px;
	transition: 0.5s;
}

.serv-cl-lft img{ max-width:100%;}

.serv-cl-rht {
	float: right;
	width: 78%;
}
.serv-cl-rht h2 {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	margin: 0;
	color:#1ba8f0;
}
.serv-cl-rht p {
	font-size: 13px;
	line-height: 20px;
	text-align: left;
}
.serv-cl-rht p a {
	color: #1ba8f0;
}
.rd-mr a:hover {
	color: #2f2922;
}
.serv-cl:hover .serv-cl-lft {
	border-radius: 50px;
}
.hm-serv {
	background: #eee;
	padding: 19px 0px;
	color: #fff;
}
.serv-cl {
	margin-top: 10px;
}
.col-tr, .col-tr img {
	transition: 0.5s;
}
.sm-cl img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.sm-cl:hover img {
	-webkit-filter: none;
	filter: none;
}
.sm-cl-inner {
	position: relative;
}
.hm-cont {
	background: url(image/cnt-bg.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 30px 0 50px;
	color: #fff;
}
.head-hm {
	text-align: center;
	margin-bottom: 60px;
	font-size: 32px;
	position: relative;
	color: #0c3c60;
	line-height: 24px;
text-transform: uppercase;
font-weight: normal;
}
.hm-cont .head-hm {
	color: #1ba8f0;
}
.hm-cont .head-hm span {
	border-bottom: 3px dotted #0a1942;
}
.hm-cont .head-hm:after {
	background: #0a1942;
}
.head-hm:after {
	content: "";
	position: absolute;
	left: 0;
	top: 30px;
	height: 5px;
	width: 90px;
	background: #0c3c60;
	right: 0;
	margin: 0 auto;
	z-index: 9;
}

.hm-cnt-rht{ font-family:Arial, Helvetica, sans-serif;}
.hm-cnt-rht h3{ font-size: 18px; margin-top: 0; line-height:30px; color:#fff;}
.hm-cnt-rht p{ font-size: 14px; margin-top: 0; line-height:24px; color:#fff;}


footer{ margin-top: 0px;}

.copyrht{
	background: #0a1942;
	margin-top: 10px;
	color: #fff;
	font-size: 14px;
	padding:10px 0;
}
.copyrht p{	margin-bottom: 0; color: #fff;}

.cprht-lft{	text-align:left;}
.cprht-rht{text-align:right;}
.cprht-rht a{ color: #fff;}