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


body {
	margin: 0px;
	padding: 0px;
	font-family: ‘Source Sans Pro’, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 1.6em;
	font-family: "Roboto Condensed", sans-serif !important;
}


h1,
h2,
h3,
h4,
h5,
h5,
p,
ul,
li,
a,
a:hover {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-family: ‘Source Sans Pro’, sans-serif !important;
}


section {
	padding: 70px 0;
}


#top-sctn {
	/* background: url(../images/bg-header.jpg) center no-repeat #fff; */
	background: url(../images/bg-header.jpg) left no-repeat #cdcdcd;
	padding: 0px 0px 00px 0px;
	min-height: 600px;
	background-size: contain;
}

.maincontent {
	background: #ffffff;
	min-height: 600px;
	text-align: center;
}

.logo img {
	width: 225px;
	margin: 0 auto;
}

.logo {
	margin-top: 20px;
}

h1 {
	font-size: 21px;
}

/* #top-sctn h1 {
	margin: 20px 0;
	color: #555555;
} */
#top-sctn h1 {
    margin: 25px 0px 20px 0px;
    color: #555555;
	font-size: 23px;
}

/* #top-sctn p {
	font-size: 17px;
	color: #555555;
} */
#top-sctn p {
    font-size: 19px;
    color: #555555;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
#amt {
	background: #edeff2
}

#amt h2 {
	margin-bottom: 20px;
	color: #461468;
}

#amt h2 span,
#video h2 span {
	border-bottom: 2px solid #000066;
	padding-bottom: 11px;
}

.line {
	background: #2980b9;
	display: inline-block;
	width: 108px;
	height: 2px;
	margin: 25px 0 33px;
}

footer {
	background: #3a2e52;
	padding: 15px 0px;
	color: #fff;
}

footer ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 21px;
}

footer p {
	margin-top: 16px;
	font-size: 14px
}

.check-form {
	width: 16px !important;
	float: left !important;
	height: 22px !important;
}

.check-title {
	float: left !important;
	color: #555;
	margin: 2px 0 0 7px;
}

.ftr-menu ul li {
	display: inline-block;
	list-style-type: none;
	margin-right: 11px;
}

.ftr-menu ul {
	margin: 21px 0 11px;
}

.ftr-menu ul li a {
	color: #fff;
}

.video {
	width: 100%;
}

.video p {
	margin-top: 14px;
	font-size: 15px;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 1.2rem;
	color: #cdcdcd;
}

.list-unstyled {
	display: inline-flex;
	justify-content: center;
}

.list-unstyled li {
	background: #cdcdcd !important;
	border-radius: 4px;
	margin: 0 7px;
	padding: 8px 13px;
	/* width: 100%; */
}

.list-unstyled li a {
	color: #000 !important;
}
.list-unstyled li a:hover {
    color: #1d8245 !important;
}
.bottom-text a:hover{
	color: #1d8245 !important;
}
.btnlogin {
	width: 80%;
	background-color: #17333b;
	color: #fff;
	border: none;
	padding: 16px 0;
	transition: all 0.5s ease 0s;
	margin: 10px auto;
}

.btnlogin:hover {
	background-color: #224953;
	border-color: #224953;
	color: #fff;
	transition: all 0.5s ease 0s;
}

.btnlogin a {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 21px;
	letter-spacing: 3px;
}

.btnreg {
	width: 80%;
	background-color: #eae9ed;
	border: none;
	padding: 16px 0;
	transition: all 0.5s ease 0s;
	margin: 10px auto 0px;
}

.btnreg a {
	color: #441467;
	text-transform: uppercase;
	font-size: 21px;
	letter-spacing: 3px;
}

.btnreg:hover {
	background-color: #fff;
	border-color: #fff;
	color: #fff;
	transition: all 0.5s ease 0s;
}

.btnreg:hover a {
	background-color: transparent;
	color: #fff;
}

.only {
	background: rgba(58, 46, 84, 0.1) none repeat scroll 0 0;
	margin-top: 41px;
	padding: 14px 6px;
	width: 100%;
	color: #441467;
}

.only strong {
	color: #FFFFFF;
}

.bg {
	background: #fff;
}

.account {
	border: 2px solid #ccc;
	transition: all 0.9s ease 0s;
	background: #fff;
	height: 180px;
	box-shadow: 0 2px 10px -1px rgba(0, 0, 0, 0.19);
	margin-bottom: 35px;
	margin-top: 30px;
}

.account:hover {
	border: 2px solid #ccc;
	margin-top: 20px;
	transition: all 0.9s ease 0s;
	background-color: #ccc;
	color: #000;
}

.account>p {
	font-size: 13px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.account>h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 20px 2px 22px;
	border-bottom: 1px dashed;
	color: #000;
}

.login {
	background: #cdcdcd none repeat scroll 0 0;
	border: 1px solid;
	border-radius: 7px;
	color: #fff;
	font-weight: 600;
	padding: 6px;
	width: 100%;
}

.modal-dialog {
	margin: 30px auto;
	width: 350px;
}

.modal-body span a {
	float: right;
	font-size: 14px;
	margin-bottom: 9px;
	color: #777;
}

.video {
	margin-top: 30px;
}

.video-box {
	margin: auto;
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
	.account {
		margin-top: 20px;
	}

	iframe {
		width: 100% !important;
		height: 120px !important;
	}
}


@media only screen and (max-width: 767px) {
	.video p {
		float: left;
		font-size: 15px;
		margin-bottom: 37px;
		margin-top: 14px;
	}

	.account {
		width: 100%;
		margin: 16px auto;
	}

	iframe {
		width: 100% !important;
		height: 100px !important;
	}

	.list-unstyled li {
		/* background: #441467 !important; */
		border-radius: 4px;
		margin: 0 2px;
		padding: 10px 5px;
		width: 30%;
		line-height: 20px;
	}

	.list-unstyled li a {
		color: #000 !important;
		font-size: 14px;
		line-height: 1;
	}

	#amt h2 span,
	#video h2 span {
		border-bottom: 0;
	}
}

@media only screen and (max-width: 575px) {
	iframe {
		width: 100% !important;
		height: auto !important;
	}
}

@media only screen and (min-width: 990px) and (max-width: 1199px) {
	.account>p {
		font-size: 11px;
	}
}

@media only screen and (max-width: 320px) {
	.account>p {
		font-size: 11px;
	}
}

.bottom-text {
	margin: 25px 0;
}

a {
    color: #17333b;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    /* margin-left: 15% !important; */
}

/*  */


.contact-form {
    background: #cdcdcd !important;
    padding: 22px 30px 0px;
}
.mr-t {
    margin-top: 70px;
}
.mr-t-b {
    margin: 25px 0px 25px;
}
.contact-form-body {
    padding: 21px 0px 20px;
}
.submit-button {
    background-color: #046a38;
    color: #ffffff;
    border-radius: 0px;
    padding: 10px;
    font-size: 17px;
    font-size: 20px;
    font-weight: bold;
    transition: 0.3s ease-in-out;
}

.submit-button:hover{
	background-color: #023115 !important;
	color:#fff;
}
.contact-titel h3 {
    font-size: 24px;
    font-weight: 700;
    padding: 0px 0;
}