/* 
BASE
*/
body {
	font-family: 'Lato', Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #505050;
	position: relative;
}

a {
	text-decoration: none !important;
}

p,
h1,
h2,
h3,
h4 {
	margin: 0;
}

textarea,
input,
button {
	outline: none;
}

/*
HEADER AND BANNER
*/
/* language link */
.language {
	color: white !important;
	padding: 10px 0px;
	display: flex;
	justify-content: end;
}

.language a {
	color: white;
	padding: 0 10px;
}

header {
	position: relative;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);
}

.header-bar {
	background: #24133e;
	/* height: 20px; */
}

.header-top {
	text-align: center;
	padding: 40px 10px;
}

.header-logo {
	display: inline-block;
}

.header-logo img {
	display: inline-block;
}

.header-contact {
	width: 222px;
	line-height: 1.0;
	float: right;
	overflow: hidden;
}

.header-contact p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.0;
	color: #505050;
	text-transform: uppercase;
	margin: 0 0 5px 42px;
}

.contact-icon {
	background: #ff00a0;
	padding: 8px;
	border-radius: 16px;
	float: left;
}

.contact-icon img {
	display: block;
}

.contact-numbers {
	float: left;
	margin-left: 10px;
}

.contact-numbers a {
	font-size: 24px;
	font-weight: 400;
	color: #505050 !important;
	line-height: 1.0;
	padding: 4px 0;
	display: block;
}

.section-banner {
	background: url(../img/header-bg.png);
	padding: 20px 0;
	margin: 0 !important;
	position: relative;
	z-index: 1;
}

.img-effect {
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
}

.img-effect-w {
	border: 1px solid #fff;
}

.img-small {
	display: none;
}

.img-big {
	display: block;
}

.banner-small {
	display: none;
}

.banner-big {
	display: block;
}

@media (max-width: 600px) {
	.header-top .row {
		padding: 0 !important;
		margin: 0 !important;
	}

	.header-top [class*="col-"] {
		width: 100% !important;
		float: none !important;
	}

	.header-top .header-logo {
		margin: 0 auto 20px;
		display: block;
		cursor: default;
	}

	.header-logo {
		text-align: center;
	}

	.header-contact {
		width: 224px;
		float: none;
		padding-top: 0;
		margin: 0 auto;
	}

	.header-contact p {
		text-align: center;
		margin: 0 0 5px 0;
	}

	.section-banner {
		padding: 0;
	}
}

/*
SECTIONS
*/
.section {
	margin: 40px 0;
}

.section h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	margin-bottom: 0;
}

.section p {
	text-align: justify;
}

.section span {
	color: #24133e;
}

.section ul {
	padding: 0 0 0 18px;
	margin: 0;
	list-style-type: disc;
	list-style: outside;
}

.section li {
	line-height: 1.5;
	margin-bottom: 8px
}

/*
COMMON
*/
.container .row {
	padding: 0 10px;
}

.section-why,
.section-services,
.section-what,
.section-location {
	background: #fff;
}

.faq-content h2 {
	padding-top: 40px;
	border-top: 1px dashed #0a2846;
}

.section-why h2,
.section-what h2,
.section-services h2,
.section-about h2 {
	text-align: left;
}

.section-testimonial h2,
.section-faq h2 {
	margin-bottom: 20px;
}

.section-why h2,
.section-testimonial h2,
.section-tagline h2,
.section-services h2,
.section-what h2,
.section-faq h2,
.section-location h2 {
	color: #3f2b7d;
}

.section-why h2::after,
.section-about h2::after,
.section-what h2::after,
.section-services h2::after,
.section-location h2::after {
	content: "";
	background: #144678;
	width: 100%;
	height: 1px;
	display: block;
	margin: 10px auto 20px auto;
}

.section-about h2::after {
	background: #fff;
}

.section-about img {
	width: 60%;
	margin: 0 auto;
	display: block;
}

.section-about h3 {
	color: #FFF;
	font-size: 22px;
}

.section-about h4 {
	color: #FFF;
}

.section-about p {
	text-align: justify;
	padding-top: 20px;
}

.team-cont {
	border: 2px solid #FFF;
	padding: 30px;
	margin-bottom: 30px;
}

.notary-public {
	font-size: 14px;
	color: #464646;
	padding-top: 10px !important;
}

@media (max-width: 767px) and (min-width: 480px) {
	.col-sm-5 {
		width: 40%;
		float: left;
	}

	.col-sm-7 {
		width: 60%;
		float: left;
	}
}

/*
WHY
*/
.section-why li {
	padding: 0;
}

/*
SERVICES
*/
.section-services h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 10px;
	color: #3f2b7d;
}

.section-services p {
	font-weight: 400;
}

.section-services li {
	line-height: 1.5;
	margin-bottom: 10px;
	/* text-align: justify; */
}

.section-services p {
	margin-bottom: 15px;
}

.section-services p:last-child {
	margin-bottom: 0;
}

.section-services a {
	color: #505050 !important;
}

.service-cont {
	padding-bottom: 20px;
}
.service-cont li {
	list-style: outside;
}

.service-cont:nth-child(4) {
	margin-bottom: 75px;
}

.customMargin {
	margin-bottom: 75px;
}

.service-box {
	display: flex;
	flex-wrap: wrap;
}

.service-width{
	width: 50%;
	padding-bottom: 20px;
}

/*
ABOUT
*/
.section-about {
	background: #24133e;
	padding: 40px 0;
}

.section-about h2 {
	color: #fff;
	font-weight: 300;
}

.section-about p {
	color: #fff;
}

.section-about span {
	color: #fff;
	font-weight: 400;
}

#about {
	margin-top: 20px;
}

.about-details {
	background: #fff;
	padding: 20px 20px 10px;
}

.about-details p {
	color: #000;
	margin-bottom: 10px;
}

/*
WHAT
*/
.section-what ul {
	list-style-type: decimal;
}

/*
MEETING
*/
.section-meeting h3 {
	font-size: 20px;
	line-height: 1.25;
	font-weight: 700;
	margin: 0 0 10px 0;
}

/*
FAQ
*/
.faq-content {
	margin-bottom: 5px;
}

.section-faq h3 {
	font-weight: bold;
	color: #24133e;
}

.faq-button {
	font-weight: 400;
	line-height: 1.25;
	color: #fff !important;
	text-align: left;
	background: url(../img/arrow-down.png) no-repeat right 15px center #24133e;
	padding: 12px 32px 12px 12px;
	width: 100%;
	height: auto;
	display: block;
	border: none;
	cursor: pointer;
	-webkit-transition: background-color 1s ease;
	-moz-transition: background-color 1s ease;
	-o-transition: background-color 1s ease;
	transition: background-color 1s ease;
}

.faq-button:hover {
	background-color: #382066;
}

.faq-details {
	background: #fff;
	padding: 20px 20px 10px;
}

.faq-details p,
.faq-details ul {
	margin-bottom: 10px;
}

.faq-details li {
	text-align: justify;
}

#a {
	overflow: hidden;
}

#a img {
	width: 180px;
	float: left;
	margin: 0 20px 10px 0;
}

@media (max-width: 479px) {
	#a img {
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
	}
}

#d ul,
#h ul,
#k ul {
	list-style-type: decimal;
}

/*
CONTACT US
*/
.section-contact {
	background: #24133e;
	padding: 40px 0 30px;
	margin-bottom: 40px;
	overflow: hidden;
}

.section-contact h2 {
	color: #fff;
	font-weight: 700;
}

.contact-input {
	line-height: 1.0;
	height: 40px;
	padding: 0 12px;
	border: 1px solid #fff;
}

.contact-message {
	padding: 12px;
	height: 120px;
	margin-bottom: 20px;
	border: 1px solid #fff;
	resize: none;
}

.contact-input,
.contact-message,
.contact-submit {
	font-size: 16px;
	width: 100%;
	border-radius: 4px;
	margin-bottom: 10px;
}

.contact-security {
	width: 360px;
	margin-bottom: 20px;
}

.contact-captcha {
	margin: 0 0 0 15px;
}

.contact-submit {
	font-weight: 700;
	color: #fff;
	background: #0a2846;
	height: 40px;
	border: none;
	-webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
	-o-transition: background 1s ease;
	transition: background 1s ease;
}

.contact-submit:hover {
	background: #000;
}

.section-contact h2,
.section-contact p {
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
}

.section-contact h2 {
	font-size: 32px;
	font-weight: 700;
	margin: 0 0 5px 0;
}

.section-contact a {
	color: #fff !important;
}

.section-contact p {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
}

.section-contact p::after {
	margin-top: 12px;
}

/*
LOCATION
*/
.section-location a {
	color: #000 !important;
}

.section-location h2,
h4,
p {
	text-align: left
}

.section-location p {
	margin-bottom: 20px;
}

.section-location h4 {
	font-size: 16px;
	font-weight: 700;
	margin: 5px 0 20px 0;
}

.section-location .col-xs-12 div {
	font-size: 24px;
	line-height: 1.25;
	font-weight: 700;
}

/* Thank you Page */
.section-tq {
	padding: 50px;
}

.section-tq p {
	text-align: center;
	margin-top: 20px;
}

.back-btn {
	background-color: #24133e;
	color: #FFF;
	border-radius: 4px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 20px;
	display: block;
	width: 200px;
	margin-top: 30px;
}

.back-btn:hover {
	color: #FFF;
	background-color: #46247c;
}

/*
FOOTER
*/
.section-footer {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	background: #24133e;
	padding: 20px 0;
}

/*
CONTACT SUCCESSFUL
*/
.section-successful h1 {
	font-size: 24px;
	text-align: center;
	margin: 0;
}

.section-successful p {
	font-size: 16px;
	text-align: center;
	color: #787878;
	margin: 10px 0 30px 0;
}

.back-index {
	font-size: 16px;
	color: #fff !important;
	line-height: 1.0;
	text-align: center;
	background: #144678;
	width: 240px;
	padding: 12px 0;
	margin: 0 auto;
	border-radius: 4px;
	display: block;
	-webkit-transition: background-color 1s ease;
	-moz-transition: background-color 1s ease;
	-o-transition: background-color 1s ease;
	transition: background-color 1s ease;
}

.back-index:hover {
	background: #0a2846;
}

/*
RESPONSIVE
*/
@media (max-width: 600px) {
	.contact-security {
		width: 240px;
		margin-bottom: 20px;
	}

	.header-image .container,
	.header-image .row,
	.header-image .col-xs-12 {
		padding: 0;
	}

	.header-image .row {
		margin: 0 auto;
	}

	.header-image-3 .container,
	.header-image-3 .row,
	.header-image-3 .col-xs-12 {
		padding: 0;
	}

	.header-image-3 .row {
		margin: 0 auto;
	}

	.banner-small {
		display: block;
	}

	.banner-big {
		display: none;
	}
}

@media (max-width: 768px) and (min-width: 480px) {
	.contact-security {
		width: 240px;
	}
	.service-cont:nth-child(4) {
		margin-bottom: 0px;
	}
	.customMargin{
		margin-bottom: 0px;	
	}
	
}

@media (max-width: 479px) {

	.section-why img,
	.section-services img {
		width: 70%;
		margin: 0 auto 20px auto;
	}

	.section-what img {
		width: 100%;
		margin: 0 auto 20px auto;
	}

	.section-about img {
		width: 70%;
		margin: 0 auto 20px;
	}

	.section-services .col-sm-5 {
		overflow: hidden;
	}

	.contact-security {
		width: 180px;
		margin-bottom: 20px;
	}
}

@media (max-width: 431px) {
	.section-about h2 {
		float: none;
		position: static;
	}

	.img-small {
		display: block;
	}

	.img-big {
		display: none;
	}
}

@media (max-width: 420px) {
	.contact-security {
		width: 100%;
		margin-bottom: 10px;
	}

	.contact-captcha {
		margin: 0 0 20px 0;
		float: left;
	}

	.contact-refresh {
		display: block;
		float: left;
		padding-top: 7px;
	}
	.service-width{
		width: 100%;
		padding-bottom: 20px;
	}
}

@media (max-width: 396px) {
	.section-contact a {
		display: block;
	}
}

@media (max-width:360px){
	.customMargin{
		margin-bottom: 0px;
	}
}

/*
EXTRA
*/
input::-webkit-input-placeholder {
	color: #787878 !important;
}

input:-moz-placeholder {
	/* Firefox 18- */
	color: #787878 !important;
}

input::-moz-placeholder {
	/* Firefox 19+ */
	color: #787878 !important;
}

input:-ms-input-placeholder {
	color: #787878 !important;
}

textarea::-webkit-input-placeholder {
	color: #787878 !important;
}

textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #787878 !important;
}

textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #787878 !important;
}

textarea:-ms-input-placeholder {
	color: #787878 !important;
}

/*
OVERRIDES
*/
.panel-group {
	margin-bottom: 0;
}

.panel-group .panel {
	border: none;
}

.panel-default>.panel-heading {
	background: transparent;
	padding: 0;
	border: none;
}

.mt0 {
	margin-top: 0;
}

/*
WHATSAPP
*/
.btn-whatsapp {
	text-align: center;
	background-color: #25d366;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 100;
}

.btn-whatsapp i {
	font-size: 30px;
	color: white !important;
	line-height: 50px;
}