@charset "utf-8";
/* CSS Document */

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin:0;
	padding:0;
	list-style:none;
	font-style:normal;
	text-decoration:none;
}
:before, :after {
transition:all ease-in-out .7s;
-webkit-transition:all ease-in-out .7s;
-ms-transition:all ease-in-out .7s;
-moz-transition:all ease-in-out .7s;
-o-transition:all ease-in-out .7s;
}
a, p, span {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
:focus, :active, :hover {
	outline:none;
}
body {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size:15px;
	font-size-adjust:100%;
	-webkit-font-size-adjust:none;
	overflow-x:hidden;
}
.full-wrapper {
	width:100%;
}
.wrapper {
	width:1200px;
	margin:0 auto;
}
.logo {
	float: left;
	width: 325px;
	margin-top: 10px;
}
.logo img {
	float: left;
	width: 100%;
}
.nav {
	float: right;
	margin-left: 75px;
	margin-top: 33px;
	text-transform: uppercase;
}
.nav ul li {
	display: inline-block;
}
.nav ul li a {
	color: #636363;
	display: block;
	font-size: 17px;
	padding: 8px 22px;
	padding-bottom: 16px;
}
.banner * {
	transition:none;
}
.nav.social {
	padding: 0;
	margin: 0;
	float: right;
	margin-top: 35px;
}
.social a {
	padding: 0 4px !important;
}
.social a i {
	font-size: 15px;
	background: #bdbdbd;
	color: #fff;
	padding: 10px;
	width: 38px;
	text-align: center;
	border-radius: 5px;
	margin-top: 10px;
}
.ipn2 .block:hover {
	background: #fff;
	color: #305177;
	transition:none;
}
.header {
	float: left;
	width: 100%;
	background: #fff;
	animation: bounceInDown 1s linear;
}
.banner {
	float:left;
	width:100%;
	position:relative;
	z-index:-1;
}
.banner img {
	float:left;
	width:100%;
}
.ipn0 {
	float:left;
	width:100%;
	padding:50px 0;
}
.ipn1 {
	text-align: center;
}
.ipn1 h2 {
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 12px;
}
.ipn1 h3 {
	font-weight: 400;
	font-size: 22px;
	margin-top: 14px;
}
.ipn1 p {
	line-height: 36px;
	font-size: 17px;
	letter-spacing: 1px;
}
.border {
	padding: 22px;
	border: 1px solid orange;
}
.banner-text {
	float: left;
	width: 100%;
	position: absolute;
	bottom: 37%;
	color: #fff;
}
.banner-text h2 {
	font-size: 35px;
	margin-bottom: 16px;
	text-shadow: 0 2px 7px #000;
	line-height: 51px;
}
.banner-text a {
	background: #464f73;
	color: #fff;
	float: left;
	padding: 7px 15px;
	margin-top: 11px;
	border: 1px solid;
}
.ipn0.ipn-1 {
	background-image: url(../images/ipn1.jpg);
	background-size: 100% 100%;
	background-attachment: fixed;
}
.ipn-1 .left {
	float:left;
	width:50%;
}
.ipn-1 .right {
	float:left;
	width:50%;
}
.ipn0 {
	float:left;
	width:100%;
	padding:50px 0;
}
.ipn1 {
	color: #767373;
}
.ipn0.ipn1.ipn-2 {
	background-image: url(../images/ipn2.jpg);
	background-size: 100% 100%;
	background-attachment: fixed;
}
.ipn-1 .right h2 {
	color: #4e5474;
	margin-top: 15px;
	margin-bottom: 10px;
}
.ipn-1 .right p {
	color: #4e5474;
	margin-top: 15px;
	margin-bottom: 28px;
	line-height: 32px;
	font-size: 18px;
	text-align: justify;
}
.ipn1 .img {
	float: left;
	width: 100%;
	border: 1px solid gainsboro;
	margin-top: 25px;
	padding: 30px;
}
.ipn2 {
	text-align: center;
	color: #fff;
	background-image: url(../images/ipn3.jpg);
	background-size: 100% 100%;
	background-attachment: fixed;
}
.ipn2 .padding {
	color: #fff;
	width: 33.3345%;
	padding: 25px;
	float:left;
}
.ipn2 .block {
	background: #ffffff;
	padding: 0;
	text-align: left;
	color: #000;
	height: 387px;
}
.ipn2 .block img {
	width: 100%;
}
.ipn2 h3 {
	font-size: 23px;
	font-weight: 400;
	margin-top: 16px;
	margin-bottom: 0px;
	padding: 14px;
	padding-top: 0;
}
.ipn2 p {
	line-height: 26px;
	padding: 16px;
	padding-top: 0;
	margin-top: 0;
}
.ipn2 h2 {
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 23px;
}
.ipn3 h2 {
	color: #355983;
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 6px;
	margin-top: 21px;
}
.ipn3 p {
	color: #6e6f71;
	text-align: justify;
	margin-bottom: 11px;
	line-height: 29px;
}
.ipn3 a {
	color: orange;
}
.ipn3 .left {
	float: left;
	width: 59%;
}
.ipn3 .right {
	float: right;
}
.ipn3 h2 {
	color: #355983;
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 6px;
	margin-top: 21px;
}
.ipn4 {
	text-align: center;
	background-image: url(../images/contact-panel.jpg);
	background-size: 100% 100%;
	background-attachment: fixed;
}
.padd.two {
	float: left;
	width: 50%;
}
input, textarea {
	width: 100%;
	padding: 12px;
	border: 0;
	border-bottom: 1px solid gray;
}
.padd {
	padding: 12px;
	float: left;
	width: 100%;
}
input[type="submit"] {
	width: auto;
	padding: 12px 50px;
	background: #ff8f00;
	color: #fff;
	cursor: pointer;
	border-radius: 16px;
	border: 0;
}
.ipn4 h2 {
	color: #0a0a0a;
	font-weight: 400;
	font-size: 31px;
	text-transform: uppercase;
	margin-bottom: 22px;
}
.sicons {
	float: left;
	width: 100%;
	text-align: center;
	background: #353e6b;
}
.footer-end .block1 {
	float: left;
}
.footer-end .block2 {
	float: left;
	text-align: center;
	width: 30%;
}
.footer-end i {
	display: inline-block;
	padding: 12px;
	background: #283055;
	width: 43px;
	border-radius: 100%;
	font-size: 18px;
	font-weight: 400;
	margin-top: 6px;
}
a.dotline:hover {
	color: red;
}
.footer-end .block3 {
	float:right;
}
.footer-end {
	color: #fff;
	background: #283055;
	float: left;
	width: 100%;
	padding: 25px 0;
}
.footer-end a {
	color: #fff;
}
.footer-end h3 {
	margin-bottom: 20px;
	text-transform: uppercase;
}
.footer-end .block {
	float: left;
	width: 25%;
}
.footer-end ul {
	padding: 0;
	float: left;
	width: 100%;
	margin-bottom: 25px;
	margin-top: 20px;
	text-align:center;
}
.footer-end2 .block {
	float: left;
	width: 50%;
}
.footer-end2 .block3 p {
	text-align: right !important;
}
.footer-end li {
	text-align:left;
}
.footer-end.footer-end2 {
	border-top: 1px solid #000;
}
.footer-end .block p {
	line-height: 27px;
	text-align: left;
	font-size: 16px;
}
.footer-end ul li a {
	color: #fff;
	display: block;
	padding: 8px 18px;
}
a.dotline {
	color: #fff;
}
.sicons a {
	display: inline-block;
	color: #fff;
	padding: 15px 8%;
	font-size: 30px;
}
.apn1 h2 {
	font-size: 27px;
	color: #646a8c;
	margin-bottom: 10px;
}
.apn1 p {
	color: #616161;
	line-height: 27px;
	font-size: 15px;
	text-align: justify;
	margin-bottom: 15px;
}
ul.child {
	position: absolute;
	background: rgba(255, 255, 255, 0.90);
	margin: 0;
	left: 0;
	width: 100%;
	display:none;
}
.parent:hover .child {
	display:block;
}
.child a:hover {
	background:#fff;
	border-bottom:4px solid red;
	transition:none;
}
ul.child li {
	display: inline-block;
	width: 32.34%;
	text-align: center;
}
.child img {
	height: 74px;
	margin-top: 17px;
}
.spn2 .block {
	background: #ffffff;
	padding: 0;
	text-align: center;
	color: #000;
	height: auto;
	position: relative;
	box-shadow: 0 0 20px #d0d0d0;
	border-bottom: 4px solid #ff5f5f;
}
.ipn2 {
	color: #000;
	background: #fff;
}
.spn2 a {
	background: #197f9a;
	width: 100% !important;
	color: #fff;
	display: block;
	padding: 13px;
	text-transform: uppercase;
}
.ipn2 h2 {
	font-size: 39px;
	font-weight: 600;
	margin-bottom: 0;
	color: #434343;
}
.spn2 p {
	height: 160px !important;
}
.spn1 h2 {
	margin-bottom: 17px;
	font-size: 28px;
}
.spn1 h3 {
	background: #eaeaea;
	padding: 8px 17px;
	text-align: left;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	border-left: 3px solid;
	color: #333232;
}
.spn1 p {
	padding-left: 0;
}
.spn1 ul li:before {
	font-family: fontAwesome;
	content: "\f101";
	margin-left: -9px;
	position: relative;
	left: -15px;
	color: #f38e57;
}
.spn1 ul li {
	text-align: left;
	color: #6b6b6b;
	line-height: 31px;
	padding-left: 25px;
}
.parent:hover a {
	color: red;
}
.spn1p ul {
	margin-bottom: 17px;
}
.spn1p p {
	padding-bottom:0;
}
.cpn1 .block {
	float: left;
	width: 33.334%;
	text-align: center;
}
.cpn1 p {
	display: block;
	color: #4c4848;
	line-height: 27px;
}
.cpn1 a {
	display: block;
	color: #4c4848;
	line-height: 27px;
}
.cpn1 img {
	margin-bottom: 9px;
}
.cpn2 form span {
	float: left;
	width: 50%;
	padding: 18px;
	margin-top: 15px;
	padding-left: 0;
}
.cpn2 i {
	font-size: 30px;
	margin-bottom: -34px;
	float: left;
	position: relative;
}
.cpn2 textarea {
	padding-left: 10%;
}
.cpn2 input.text {
	padding-left: 10%;
}
.cpn2 .span {
	width:100%;
}
.cpn2 input[type="submit"] {
	width: auto;
	padding: 12px 50px;
	background: #ff8f00;
	color: #fff;
	cursor: pointer;
	border-radius: 7px;
	border: 0;
	border-bottom: 5px solid #8a5c07;
	margin-bottom:50px;
}
.sticky {
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	animation:slideInDown 1s linear;
	box-shadow: 0 0 20px gainsboro;
}
.footer-end ul li a:hover {
	color: orange;
}



.nav ul li a:hover {
    border-bottom: 3px solid orange;
    transition: none;
    padding-bottom: 19px;
}


.nav ul li a.active {
    border-bottom: 3px solid orange;
    transition: none;
    padding-bottom: 19px;
}