﻿/* ================================================== */
/* 19. Contact */ 
/* ================================================== */
 
.contact-wrapper-outer .container {
	position: relative;
	z-index: 1;
}
.contact-form-wrapper .input-col {
	margin-bottom: 15px;
}
.contact-form-wrapper label {
	font-size: 14px;
	color: #697980;
	padding-bottom: 2px;
	margin: 0px;
}
.contact-form-wrapper label span{
	color: #f29a32;
}
.contact-form-wrapper input {
	width: 100%;
	height: 44px;
	line-height: 44px;
	background: none;
	font-size: 12px;
	color: #697980;
	padding: 0 20px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #d8dfe3;
	border-radius: 3px;
}
.contact-form-wrapper input.bg {
	background: #eaf0f3;
	border: none;
}
.contact-form-wrapper input.bg:focus {
	border: 1px #69c2e4 solid;
}
.contact-form-wrapper textarea {
	width: 100%;
	height: 110px;
	line-height: 20px;
	background: none;
	color: #697980;
	padding: 15px 20px;
	margin: 0 0 14px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #d8dfe3;
	border-radius: 3px;
	resize: none;
}
.contact-form-wrapper input:focus,
.contact-form-wrapper textarea:focus {
	border-color: #69c2e4;
}
.contact-form-wrapper .submit {
	width: 100%;
	height: 52px;
	line-height: 52px;
	padding: 0 10px;
	margin: 15px auto 0;
	display: block;
	font-size: 14px;
	background: #f29a32;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}
.contact-form-wrapper .submit:hover {
	background: #57bce2;
}
.contact-info-wrapper {
	height: 100%;
	background: #f4f6f7;
}
.info-contact-box {
	display: block;
}
.info-contact-box li {
	display: block;
	 
	position: relative;
}
.info-contact-box li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	font-family: 'icomoon';
	font-size: 19px;
	color: #c7d0d3;
}
 
.contact-info-wrapper h3 {
	font-size: 24px;
	font-weight: 600;
	color: #2c5260;
	padding: 0 0 30px;
}
.contact-info-wrapper h6 {
	font-size: 14px;
	font-weight: 600;
	color: #2c5260;
	padding: 0 0 10px;
}
.contact-info-wrapper a {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #2c5260;
	line-height: 1;
}
.contact-info-wrapper a:hover {
	color: #57bce2;
}
.contact-info-wrapper p {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #2c5260;
}
.contact-info-wrapper .contact-info {
	max-width: 290px;
	margin: 0 auto;
	padding: 0 20px;
}
.contact-info-wrapper .social-media-box {
	max-width: 290px;
	background: none;
	margin: 30px auto 0;
	padding: 0 20px;
	box-shadow: none;
	text-align: center;
}
.contact-info-wrapper .social-media-box h6 {
	display: block;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	padding: 0 0 15px;
}
.contact-info-wrapper .social-media-box h6:before {
	content: "";
	top: 30%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #d8dfe3;
	position: absolute;
	z-index: 1;
}
.contact-info-wrapper .social-media-box h6 span {
	background: #f4f6f7;
	padding: 0 15px;
	z-index: 2;
	position: relative;
}
.contact-map {
	height: 600px;
	position: relative;
	overflow: hidden;
}
.contact-map .msg-box {
	width: 100%;
	height: 30px;
	position: absolute;
	left: 0px;
	bottom: -30px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	z-index: 2;
	transition: all 0.3s ease 0s;
}
.contact-map:hover .msg-box {
	bottom: 0px;
	opacity: 1;
}
.contact-map .msg-box p {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.contact-map .msg-box p i{
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}
.contact-map iframe {
	width: 100%;
	height: 100%;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.contact-map iframe.clicked {
	pointer-events: auto;
}
.contact-map iframe {
	width: 100%;
	height: 100%;
}
.contact-form-wrapper label.error {
	margin: 5px 0 0 0;
	font-size: 12px;
	color: #aa0101;
}
.msg {
	display: none;
}
.msg-error {
	display: block;
	padding: 6px 20px;
	margin: 20px 0 0 0;
	font-size: 13px;
	color: #721c24;
	background: #f5c6cb;
	border-radius: 4px;
}
.msg-error:after {
	display: inline-block;
	vertical-align: middle;
	font-family: 'FontAwesome';
	content: "\f071";
	float: right;
}
.msg-success {
	display: block;
	padding: 6px 20px;
	margin: 30px 0 0 0;
	font-size: 13px;
	color: #155724;
	background: #c3e6cb;
	border-radius: 4px;
}
.msg-success:after {
	display: inline-block;
	vertical-align: middle;
	font-family: 'FontAwesome';
	content: "\f00c";
	float: right;
}
/* ================================================== */
/* 20. Login & Register */ 
/* ================================================== */
.login-outer {
	width: 100%;
	height: 100%;
	padding: 40px 20px;
	display: table;
	position: absolute;
	background: url(../images/login-pg-bg.jpg) no-repeat fixed;
	background-size: cover;
}
.login-outer:after {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.8);
	content: "";
}
.login-outer .content-area {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}
.login-form-holder {
	max-width: 460px;
	margin: 0 auto;
	text-align: center;
}
.login-form-holder .inner {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.login-form-holder .login-form {
	background: #fff;
	padding: 50px 35px 48px;
	text-align: left;
}
.login-form-holder h3 {
	padding: 0 0 34px;
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	color: #3a4951;
}
.login-form-holder label {
	display: block;
	position: relative;
	padding-bottom: 2px;
	font-size: 14px;
	color: #697980;
	margin: 0px;
}
.login-form-holder input {
	width: 100%;
	height: 48px;
	line-height: 48px;
	color: #697980;
	padding: 0 20px;
	margin: 0 0 14px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #d8dfe3;
	border-radius: 3px;
}
.login-form-holder input:focus {
	border-color: #69c2e4;
}
.login-form .forgot label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	vertical-align: top;
}
.login-form .forgot a {
	display: inline-block;
	font-size: 12px;
	color: #697980;
	text-transform: uppercase;
}
.login-form .forgot a:hover {
	color: #57bce2;
}
.login-form .forgot a .q-mark {
	width: 21px;
	height: 21px;
	font-size: 12px;
	line-height: 21px;
	margin-right: 8px;
	border: 1px #dbe1e5 solid;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	text-align: center;
	padding: 0px;
}
.login-form label img {
	max-width: 100%;
	vertical-align: top;
	display: inline-block;
}
.login-form label span {
	display: inline-block;
	vertical-align: top;
	padding: 0 12px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
}
.login-form label span a {
	color: #5db5d6;
}
.login-form label span a:hover {
	color: #f29a32;
}
.login-form input[type="checkbox"] {
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	padding: 0;
	margin: 2px 0 0;
	cursor: pointer;
	vertical-align: top;
}
.login-form input[type="checkbox"]:checked + span:before {
	position: absolute;
	top: -1px;
	left: 4px;
	display: block;
	content: "";
	content: "\f00c";
	font-family: 'FontAwesome';
	font-size: 12px;
	color: #69c2e4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.login-form .forgot {
	padding: 16px 0 0;
}
.login-btn {
	width: 100%;
	height: 52px;
	line-height: 52px;
	padding: 0 10px;
	margin: 27px auto 0;
	display: block;
	font-size: 14px;
	background: #f29a32;
	text-align: center;
	box-shadow: none;
	border-radius: 3px;
	cursor: pointer;
}
.login-btn:hover {
	background: #57bce2;
}
.social-media-box {
	background: rgba(255, 255, 255, 0.8);
	padding: 20px 35px;
	box-shadow: inset 0 15px 20px -20px rgba(0, 0, 0, 0.2);
}
.social-media-box p {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
}
.social-media-box ul {
	display: block;
	padding: 15px 0 10px;
}
.social-media-box ul li {
	display: inline-block;
	padding: 0 2px;
}
.social-media-box ul li a i {
	width: 38px;
	height: 38px;
	line-height: 38px;
	background: #f29a32;
	color: #fff;
	border-radius: 100%;
	text-align: center;
	font-size: 18px;
	display: block;
	transition: all 0.3s ease 0s;
}
.social-media-box ul li a i.fa-facebook {
	background: #4460a1;
}
.social-media-box ul li a i.fa-twitter {
	background: #57bce2;
}
.social-media-box ul li a i.fa-google-plus {
	background: #d56644;
}
.social-media-box ul li a i.fa-linkedin {
	background: #007ebb;
}
.social-media-box ul li a:hover i {
	background: #2c5260;
}
.box-hav-accnt {
	max-width: 420px;
	margin: 0 auto;
	background: #57bce2;
	padding: 10px 30px 10px;
	box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.2);
	border-radius: 0 0 1px 1px;
}
.box-hav-accnt p {
	font-size: 14px;
	color: #c9e9f6;
}
.box-hav-accnt a {
	border-bottom: 1px solid #c9e9f6;
	color: #fff;
}
/* ================================================== */
/* 21. Privacy Policy */ 
/* ================================================== */
.privacy-policy {
	display: block;
}
.privacy-policy h4 {
	font-size: 22px;
	font-weight: 400;
	padding: 0 0 15px;
}
.privacy-policy h5 {
	font-size: 18px;
	font-weight: 600;
	padding: 0 0 15px;
}
.privacy-policy p {
	padding: 0 0 25px;
}
.circle-bordered-list {
	margin: 0 0 10px;
}
.circle-bordered-list li {
	display: block;
	padding: 0 0 15px 25px;
	position: relative;
}
.circle-bordered-list li p {
	padding: 0px;
}
.circle-bordered-list li p strong {
	color: #00324c;
}
.circle-bordered-list li:before {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 0;
	border: 2px solid #57bce2;
	content: "";
}
.privacy-policy hr {
	margin: 18px 0 45px;
}
.quate-box {
	padding: 0 0 0 25px;
	margin: 20px 0 0;
}
.quate-box li {
	width: 100%;
	background: url(../images/dotted-border.png) top repeat-x, url(../images/dotted-border.png) bottom repeat-x, url(../images/dotted-border-vertical.png) left repeat-y, url(../images/dotted-border-vertical.png) right repeat-y;
	position: relative;
	display: block;
	padding: 27px 45px 28px;
	color: #808f96;
	font-size: 12px;
	font-weight: 400;
	line-height: 22px;
	box-shadow: 0 0 10px -3px rgba(0,0,0,0.2);
	margin: 0 0 35px;
}
.quate-box li:before {
	width: 48px;
	height: 48px;
	line-height: 48px;
	border-radius: 50%;
	position: absolute;
	top: 30%;
	left: -25px;
	background: #42d79e;
	font-size: 20px;
	color: #fff;
	content: "\f10e";
	font-family: 'FontAwesome';
	text-align: center;
}