/* @import '~bootstrap/dist/css/bootstrap.min.css'; */
/* @import '~open-iconic/font/css/open-iconic-bootstrap.css'; */
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
	background: #fff;
	color: #444;
	min-height: 700px;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
}

a {
	color: #387ed1;
	transition: 0.5s;
}

a:hover,
a:active,
a:focus {
	color: #387ed1;
	outline: none;
	text-decoration: none;
}

p {
	padding: 0;
	/* margin: 0 0 30px 0; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;
}

.container {
	margin-bottom: 100px;
}

header .container {
	margin-bottom: 0px;
}

.close {
	color: #f00;
}

/* loader css */
#loading-wrapper {
	position: fixed;
	width: 100%;
	/* background:#2050a3; */
	background: #2050a38f;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1100;
}

#loading-text {
	display: block;
	position: absolute;
	top: 45.5%;
	left: 49.5%;
	color: #000;
	width: 80px;
	z-index: 9999;
	height: 25px;
	margin: 0 0 0 -53px;
	text-align: center;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
}

#loading-content {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	z-index: 999;
	width: 130px;
	height: 130px;
	margin: -85px 0 0 -85px;
	border: 3px solid #F00;
}

#loading-content:after {
	content: "";
	position: absolute;
	border: 3px solid #0F0;
	left: 15px;
	right: 15px;
	top: 15px;
	bottom: 15px;
}

#loading-content:before {
	content: "";
	position: absolute;
	border: 3px solid #00F;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
}

#loading-content {
	border: 3px solid transparent;
	border-top-color: #fff;
	border-bottom-color: #fff;
	border-radius: 50%;
	-webkit-animation: loader 2s linear infinite;
	-moz-animation: loader 2s linear infinite;
	-o-animation: loader 2s linear infinite;
	animation: loader 2s linear infinite;
}

#loading-content:before {
	border: 3px solid transparent;
	border-top-color: #f02320;
	border-bottom-color: #f02320;
	border-radius: 50%;
	-webkit-animation: loader 3s linear infinite;
	-moz-animation: loader 2s linear infinite;
	-o-animation: loader 2s linear infinite;
	animation: loader 3s linear infinite;
}

#loading-content:after {
	border: 3px solid transparent;
	border-top-color: #252323;
	border-bottom-color: #252323;
	border-radius: 50%;
	-webkit-animation: loader 1.5s linear infinite;
	animation: loader 1.5s linear infinite;
	-moz-animation: loader 2s linear infinite;
	-o-animation: loader 2s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* end loader css */
/* notification bar */
.notification-close-wrapper {
	display: table-cell;
	width: 1.6em;
}

.notification-close-wrapper .icon-close {
	font-size: 14px;
	top: 15px;
	right: 15px;
	width: 15px;
	height: 15px;
	opacity: .3;
	color: #FFF;
	cursor: pointer;
	position: absolute;
	text-align: center;
	line-height: 15px;
	z-index: 1000;
	text-decoration: none;
}

.notification-top-bar {
	position: fixed;
	top: 0;
	left: 0;
	/* height: 40px;
	line-height: 40px; */
	width: 100%;
	background: #0c4da2;
	text-align: center;
	color: #FFFFFF;
	font-family: sans-serif;
	font-weight: lighter;
	font-size: 14px;
	z-index: 1;
}

.notification-top-bar .notification-body {
	padding: 15px 10px;
	padding-right: 40px;
}


/* Back to top button */

.back-to-top {
	position: fixed;
	display: none;
	background: #387ed1;
	color: #fff;
	padding: 6px 12px 9px 12px;
	font-size: 16px;
	border-radius: 2px;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
}

.back-to-top:focus {
	background: #387ed1;
	color: #fff;
	outline: none;
}

.back-to-top:hover {
	background: #0c2e8a;
	color: #fff;
}

/*--------------------------------------------------------------
  # Top Bar
  --------------------------------------------------------------*/

#topbar {
	background: #fff;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	font-size: 14px;
}

#topbar .contact-info a {
	line-height: 1;
	color: #555;
}

#topbar .contact-info a:hover {
	color: #387ed1;
}

#topbar .contact-info i {
	color: #387ed1;
	padding: 4px;
}

#topbar .contact-info .fa-phone {
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #e9e9e9;
}

#topbar .social-links a {
	color: #555;
	padding: 4px 12px;
	display: inline-block;
	line-height: 1px;
	border-left: 1px solid #e9e9e9;
}

#topbar .social-links a:hover {
	color: #387ed1;
}

#topbar .social-links a:first-child {
	border-left: 0;
}

/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/

#header {
	padding: 20px 0;
	height: 84px;
	transition: all 0.5s;
	z-index: 997;
	background: #fff;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
}

#header #logo h1 {
	font-size: 42px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}

#header #logo h1 a {
	color: #0c2e8a;
	line-height: 1;
	display: inline-block;
}

#header #logo h1 a span {
	color: #387ed1;
}

#header #logo img {
	padding: 0;
	height: 55px;
	margin: 0;
	width: auto;
}

/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.nav-menu li {
	position: relative;
	white-space: nowrap;
}

.nav-menu>li {
	float: left;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
	display: block;
}

.nav-menu ul ul {
	top: 0;
	left: 100%;
}

.nav-menu ul li {
	min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
	padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
	content: "\f107";
	position: absolute;
	right: 8px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
	content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
	float: right;
	margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
	padding: 10px 8px;
	text-decoration: none;
	display: inline-block;
	color: #555;
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	font-size: 14px;
	outline: none;
}

.nav-menu li:hover>a,
.nav-menu .menu-active>a {
	color: #387ed1;
}

.nav-menu>li {
	margin-left: 10px;
}

.nav-menu ul {
	margin: 4px 0 0 0;
	padding: 10px;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	background: #fff;
}

.nav-menu ul li {
	transition: 0.3s;
}

.nav-menu ul li a {
	padding: 10px;
	color: #333;
	transition: 0.3s;
	display: block;
	font-size: 13px;
	text-transform: none;
}

.nav-menu ul li:hover>a {
	color: #387ed1;
}

.nav-menu ul ul {
	margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
	margin: 10px 20px 0 0;
	border: 0;
	background: none;
	font-size: 24px;
	display: none;
	transition: all 0.4s;
	outline: none;
	cursor: pointer;
}

#mobile-nav-toggle i {
	color: #555;
}

/* Mobile Nav Styling */

#mobile-nav {
	position: fixed;
	top: 0;
	padding-top: 18px;
	bottom: 0;
	z-index: 998;
	background: rgba(52, 59, 64, 0.9);
	left: -260px;
	width: 260px;
	overflow-y: auto;
	transition: 0.4s;
}

#mobile-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mobile-nav ul li {
	position: relative;
}

#mobile-nav ul li a {
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	padding: 10px 22px 10px 15px;
	position: relative;
	text-decoration: none;
	width: 100%;
	display: block;
	outline: none;
}

#mobile-nav ul li a:hover {
	color: #fff;
}

#mobile-nav ul li li {
	padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
	position: absolute;
	right: 0;
	z-index: 99;
	padding: 15px;
	cursor: pointer;
	color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
	color: #387ed1;
}

#mobile-nav ul .menu-item-active {
	color: #387ed1;
}

#mobile-body-overly {
	width: 100%;
	height: 100%;
	z-index: 997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(52, 59, 64, 0.9);
	display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
	overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
	left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
	color: #fff;
}

/*--------------------------------------------------------------
  # Sections
  --------------------------------------------------------------*/

/* Sections Header
  --------------------------------*/

.section-header {
	margin-bottom: 30px;
}

.section-header h2 {
	font-size: 32px;
	color: #0c2e8a;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	padding-bottom: 20px;
}

.section-header h2::before {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 3px;
	background: #387ed1;
	bottom: 0;
	left: 0;
}

.section-header p {
	padding: 0;
	margin: 0;
}

/* About Section
  --------------------------------*/

#about {
	padding: 60px 0 30px 0;
}

#about .about-img {
	overflow: hidden;
}

#about .about-img img {
	margin-left: -15px;
	max-width: 100%;
}

#about .content h2 {
	color: #0c2e8a;
	font-weight: 700;
	font-size: 36px;
	font-family: "Raleway", sans-serif;
}

#about .content h3 {
	color: #555;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	font-style: italic;
}

#about .content p {
	line-height: 26px;
}

#about .content p:last-child {
	margin-bottom: 0;
}

#about .content i {
	font-size: 20px;
	padding-right: 4px;
	color: #387ed1;
}

#about .content ul {
	list-style: none;
	padding: 0;
}

#about .content ul li {
	padding-bottom: 10px;
}

/* Services Section
  --------------------------------*/

#services {
	padding: 30px 0 0 0;
}

#services .box {
	padding: 40px;
	margin-bottom: 40px;
	box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
	background: #fff;
	transition: 0.4s;
}

#services .box:hover {
	box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
}

#services .box .icon {
	float: left;
}

#services .box .icon i {
	color: #444;
	font-size: 64px;
	transition: 0.5s;
	line-height: 0;
	margin-top: 34px;
}

#services .box .icon i:before {
	background: #0c2e8a;
	background: linear-gradient(45deg, #387ed1 0%, #a3ebd5 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#services .box h4 {
	margin-left: 100px;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 22px;
}

#services .box h4 a {
	color: #444;
}

#services .box p {
	font-size: 14px;
	margin-left: 100px;
	margin-bottom: 0;
	line-height: 24px;
}

/* Clients Section
  --------------------------------*/

#clients {
	padding: 30px 0;
}

#clients img {
	max-width: 100%;
	opacity: 0.5;
	transition: 0.3s;
	padding: 15px 0;
}

#clients img:hover {
	opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
	margin-top: 5px;
	text-align: center;
}

#clients .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd;
}

#clients .owl-dot.active {
	background-color: #387ed1;
}


/* Contact Section
  --------------------------------*/

#contact {
	padding: 30px 0;
}

.contact-info {
	margin-bottom: 20px;
	text-align: center;
}

.contact-info i {
	font-size: 48px;
	display: inline-block;
	margin-bottom: 10px;
	color: #387ed1;
}

.contact-info address,
.contact-info p {
	margin-bottom: 0;
	color: #000;
}

.contact-info h3 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
}

.contact-info a {
	color: #000;
}

.contact-info a:hover {
	color: #387ed1;
}

.contact-address,
.contact-phone,
.contact-email {
	margin-bottom: 20px;
}

#google-map {
	height: 290px;
	margin-bottom: 20px;
}

.form #sendmessage {
	color: #387ed1;
	border: 1px solid #387ed1;
	display: none;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}

.form #errormessage {
	color: red;
	display: none;
	border: 1px solid red;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}

.form #sendmessage.show,
.form #errormessage.show,
.form .show {
	display: block;
}

.form .validation {
	color: red;
	display: none;
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 13px;
}

.form input,
.form textarea {
	padding: 10px 14px;
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
}

.form button[type="submit"] {
	background: #387ed1;
	border: 0;
	border-radius: 3px;
	padding: 10px 30px;
	color: #fff;
	transition: 0.4s;
	cursor: pointer;
}

.form button[type="submit"]:hover {
	background: #2dc899;
}

.form-horizontal label {
	margin-bottom: 0px;
}

@media (min-width: 768px) {

	.contact-address,
	.contact-phone,
	.contact-email {
		padding: 20px 0;
	}

	.contact-phone {
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}
}

@media (min-width: 769px) {
	#call-to-action .cta-btn-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

@media (max-width: 768px) {
	.back-to-top {
		bottom: 15px;
	}

	#header {
		padding: 20px 0;
		height: 74px;
	}

	#header #logo h1 {
		font-size: 34px;
	}

	#header #logo img {
		max-width: 100px;
		max-height: 40px;
	}

	#nav-menu-container {
		display: none;
	}

	#mobile-nav-toggle {
		display: inline;
	}

	#about .about-img {
		height: auto;
	}

	#about .about-img img {
		margin-left: 0;
		padding-bottom: 30px;
	}
}

@media (max-width: 767px) {
	#intro .intro-content h2 {
		font-size: 34px;
	}

	#services .box .box {
		margin-bottom: 20px;
	}

	#services .box .icon {
		float: none;
		text-align: center;
		padding-bottom: 15px;
	}

	#services .box h4,
	#services .box p {
		margin-left: 0;
		text-align: center;
	}

	#testimonials .testimonial-item {
		margin: 30px 10px;
	}
}

@media (max-width: 576px) {
	#google-map {
		margin-top: 20px;
	}
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .php-email-form {
	padding: 30px;
	margin-bottom: 30px;
}

.contact .php-email-form-payment {
	padding: 0px;
	margin-bottom: 30px;
}

.contact .php-email-form .validate {
	display: none;
	color: red;
	margin: 0 0 15px 0;
	font-weight: 400;
	font-size: 13px;
}

.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
}

.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
	background-color: #387ed1;
}

.contact .php-email-form input {
	padding: 20px 15px;
}

.contact .php-email-form textarea {
	padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
	background: #387ed1;
	border: 0;
	padding: 10px 24px;
	color: #fff;
	transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
	background: #8dbad2;
}

@-webkit-keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* .btn {
	background-color: #387dd1;
	border: none;
	color: white;
	padding: 12px 16px;
	font-size: 16px;
	cursor: pointer;
}
.btn:hover {
	background-color: #387dd1;
}
*/

/* Darker background on mouse-over */
.cp-spinners {
	margin: 10px auto;
	width: auto;
	height: 48px;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
}

.cp-spinner-block {
	display: inline-block;
	text-align: center;
	width: 100%;
	height: 48px;
}

.cp-spinner-block span {
	color: #4a5b6c;
	display: block;
	padding: 5px 0px;
}

.cp-spinner-block pre {
	font-size: .75em;
	background-color: #f0f0f0;
	padding: 4px 7px;
	border-radius: 2px;
	font-family: "Lucida Console", Monaco, monospace;
	display: inline-block;
	white-space: pre-wrap;
}

.cp-spinner {
	width: 48px;
	height: 48px;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
}

.cp-round:before {
	border-radius: 50%;
	content: " ";
	width: 48px;
	height: 48px;
	display: inline-block;
	box-sizing: border-box;
	border-top: solid 6px #bababa;
	border-right: solid 6px #bababa;
	border-bottom: solid 6px #bababa;
	border-left: solid 6px #bababa;
	position: absolute;
	top: 0;
	left: 0;
}

.cp-round:after {
	border-radius: 50%;
	content: " ";
	width: 48px;
	height: 48px;
	display: inline-block;
	box-sizing: border-box;
	border-top: solid 6px#4182D7;
	border-right: solid 6px transparent;
	border-bottom: solid 6px transparent;
	border-left: solid 6px transparent;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: cp-round-animate 1s ease-in-out infinite;
	animation: cp-round-animate 1s ease-in-out infinite;
}

@media only screen and (max-width: 1024px) {
	.cp-wrapper {
		width: 100%;
	}

	.cp-spinner-block {
		display: block;
		width: 90%;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
	.cp-wrapper {
		width: 70%;
	}
}

@media only screen and (min-width: 1500px) {
	.cp-wrapper {
		width: 90%;
	}
}

@media only screen and (min-width: 1700px) {
	.cp-wrapper {
		width: 70%;
	}

	.cp-spinner-block {
		display: inline-block;
	}
}

.cp-spinner {
	width: 48px;
	height: 48px;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
}

/*Round Spinner*/
.cp-round:before {
	border-radius: 50%;
	content: " ";
	width: 48px;
	height: 48px;
	display: inline-block;
	box-sizing: border-box;
	border-top: solid 6px #bababa;
	border-right: solid 6px #bababa;
	border-bottom: solid 6px #bababa;
	border-left: solid 6px #bababa;
	position: absolute;
	top: 0;
	left: 0;
}

.cp-round:after {
	border-radius: 50%;
	content: " ";
	width: 48px;
	height: 48px;
	display: inline-block;
	box-sizing: border-box;
	border-top: solid 6px#4182D7;
	border-right: solid 6px transparent;
	border-bottom: solid 6px transparent;
	border-left: solid 6px transparent;
	position: absolute;
	top: 0;
	left: 0;
	animation: cp-round-animate 1s ease-in-out infinite;
}

/*Round Spinner Animation*/
@keyframes cp-round-animate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*Pinwheel Spinner*/
.cp-pinwheel {
	border-radius: 50%;
	width: 48px;
	height: 48px;
	display: inline-block;
	box-sizing: border-box;
	border-top: solid 24px #0fd6ff;
	border-right: solid 24px #58bd55;
	border-bottom: solid 24px #eb68a1;
	border-left: solid 24px #f3d53f;
	animation: cp-pinwheel-animate 1s linear infinite;
}

/*Pinwheel Spinner Animation*/
@keyframes cp-pinwheel-animate {
	0% {
		border-top-color: #0fd6ff;
		border-right-color: #58bd55;
		border-bottom-color: #eb68a1;
		border-left-color: #f3d53f;
		transform: rotate(0deg);
	}

	25% {
		border-top-color: #eb68a1;
		border-right-color: #f3d53f;
		border-bottom-color: #0fd6ff;
		border-left-color: #58bd55;
	}

	50% {
		border-top-color: #0fd6ff;
		border-right-color: #58bd55;
		border-bottom-color: #eb68a1;
		border-left-color: #f3d53f;
	}

	75% {
		border-top-color: #eb68a1;
		border-right-color: #f3d53f;
		border-bottom-color: #0fd6ff;
		border-left-color: #58bd55;
	}

	100% {
		border-top-color: #0fd6ff;
		border-right-color: #58bd55;
		border-bottom-color: #eb68a1;
		border-left-color: #f3d53f;
		transform: rotate(360deg);
	}
}

/* calendar css */
.bs-datepicker-body table td.week span {
	color: #0c4da2 !important;
}

.bs-datepicker-head,
.bs-datepicker-head {
	background-color: #0c4da2 !important;
}

.bs-datepicker-body table td span.selected,
.bs-datepicker button:active,
.bs-datepicker-body table td.selected span,
.bs-datepicker-body table td span[class*="select-"]:after,
.bs-datepicker-body table td[class*="select-"] span:after,
.bs-datepicker-body table td.active-week span:hover {
	background-color: #ed1c24 !important;
}

p:last-child {
	margin-bottom: 0;
}

/* .input-group.is-invalid ~ .invalid-feedback {
    display: block;
} */

/* input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    display: none;
    width: 0px;
    height: 0px;
} */
.modal-dialog.modal-xl {
	max-width: 90% !important;
}

::-webkit-scrollbar {
	width: 4px;
	height: 5px;
}

::-webkit-scrollbar-thumb {
	background: #dc3733;
	width: 6px;
	height: 2px;
}

::-webkit-scrollbar-track {
	background: #173d7e;
}

.bg-warning-light {
	background-color: #ffbf0020 !important;
}

.text-theme {
	color: #0c4da2 !important;
}

/* home page */
.guidelines {
	text-align: center;
	margin-top: 2rem;
}

.guidelines h3 {
	color: #374049 !important;
	font-weight: bold;
	margin-bottom: 10px;
}

.guidelines h5 {
	text-align: center;
	font-weight: 400;
	font-size: 13px;
	color: #8B959E;
	padding-bottom: 20px;
	border-bottom: 1px solid #DEE0E7;
}

.collapsible-list {
	display: none;
}

.collapsible-btn {
	background: #fff;
	color: #fff;
	cursor: pointer;
	width: 100%;
	text-align: left;
	outline: none;
	font-size: 15px;
	padding: 0;
	display: flex;
	align-items: center;
	position: relative;
}

.list-no {
	padding: 15px 5px;
	height: 100%;
	margin-right: 15px;
	display: inline-block;
	position: absolute;
	align-items: center;
	color: #002d67;
	display: flex;
	font-weight: 600;
}

.list-info {
	display: inline-block;
	margin: 7px 7px 7px 40px;
}

.btn-theme {
	color: #fff;
	text-align: center;
	background: #DC3733;
	border: 2px solid #DC3733;
	border-radius: 8px 8px 8px 0px;
}

.guidelines .title-text {
	font-size: 13px;
	color: #173d7e;
	text-align: left;
	font-weight: 600;
	line-height: 20px;
	margin: 0;
	margin-bottom: 10px;
	padding-right: 10px;
}

.guidelines .text-sm {
	font-size: 12px;
	color: #000;
	text-align: left;
	font-weight: 500;
	line-height: 20px;
	margin: 0;
}

.accordion-list {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid #00000020;
	border-radius: 8px 8px 8px 0;
	margin-bottom: 10px;
}

.accordion-info {
	display: flex;
	padding: 0.25rem;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.accordion .btn:focus {
	box-shadow: none;
}

.accordion-content-list {
	padding: 10px;
	text-align: left;
}

.accordion-content-list ul {
	padding-inline-start: 50px;
}

.accordion-content-list li {
	display: flex;
	list-style-type: none;
	font-size: 13px;
	margin: 2px 0px;
}

.accordion-content-list li:before {
	content: "\f0a9";
	font: normal normal normal 16px FontAwesome;
	padding-right: 5px;
	color: #dc3733;
}

.accordion-info button {
	position: relative;
	display: flex;
}

/* end home page */

/* start footer */
.footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-top: 1rem;
	background: #387ed1;
	color: #fff;
}

/* end footer */

/* form-validation */
label.error {
	color: red;
	/* font-style: italic; */
}

/* mobile page */
.info-box {
	color: #444;
	text-align: center;
	margin-top: 20px;
}

.info-box h3 {
	font-size: 20px;
	color: #666;
	font-weight: 700;
	margin: 10px 0;
}

.info-box p {
	padding: 0;
	line-height: 24px;
	font-size: 14px;
}

.info-box i {
	font-size: 28px;
	color: #387ed1;
	border-radius: 50%;
	padding: 10px;
	border: 2px dotted #a2cce3;
	width: 50px;
	height: 50px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

@media (min-width:768px) and (max-width:1023px) {
	.recaptcha {
		transform: scale(0.7);
		-webkit-transform: scale(0.7);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
}

/* end mobile page */

/* pan page start */
.pan-icon {
	width: -webkit-fill-available;
	max-width: 100%;
}

span.e-input-group.e-control-wrapper.e-date-wrapper {
	border-bottom: 0;
}

.form-control.e-control.e-datepicker.e-lib.e-input.e-keyboard {
	display: block;
	width: 100%;
	height: 25px;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	border-top-left-radius: .25rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: .25rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	/* border-radius: .25rem 0 .25rem 0; */
	-webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

span.e-input-group-icon.e-date-icon.e-icons {
	align-items: center;
	box-sizing: content-box;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-left: 0;
	border-top-left-radius: 0;
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: 0;
	cursor: pointer;
	flex-direction: column;
	font-size: 1rem;
	font-weight: 400;
	padding: .375rem .75rem;
	justify-content: center;
	-ms-flex-align: center;
	-ms-flex-direction: column;
	-ms-flex-pack: center;
	line-height: 1.55;
	color: #495057;
	text-align: center;
}

/* datepicker */
.ui-datepicker {
	z-index: 1100 !important;
}

/* payment page */
.segment-form .eq-info,
.segment-form .com-info,
.com-subsegment,
.dp-scheme-opts,
.brokerage-scheme-opts {
	margin-left: 28px;
}

.equity-subsegment {
	padding-left: 28px;
}

#payment_page {
	margin-top: 50px;
}

.payment-icon {
	width: -webkit-fill-available;
}

.contact-form label {
	font-weight: 600;
}

.contact-form button:focus {
	box-shadow: none;
}

/* payment page end */

/* document upload page */
.btn-bs-file {
	position: relative;
}

.btn-bs-file input[type="file"] {
	position: absolute;
	top: -9999999;
	filter: alpha(opacity=0);
	opacity: 0;
	width: 0;
	height: 0;
	outline: none;
	cursor: inherit;
}

/* .modal-dialog.modal-lg { */
	/* max-width: 90%; */
/* } */

a:not([href]) {
	cursor: pointer;
}

.mark,
mark {
	background-color: #fff1a7bf;
}

canvas {
	border: 1px solid #000;
}

.signature-pad-card.raised {
	border: 1px solid rgba(0, 0, 0, .08);
	background-color: #fcfcfc;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .4), inset 0 0 40px rgba(0, 0, 0, .08);
	border-radius: 4px;
	padding: 30px;
}

.signature-pad-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

hr.bank-details {
	border: 1px solid #ed1c24;
	border-radius: 1px;
	width: 30%;
	margin: 4px 0 4px 0;
}

/* document upload page end */

/* aadhaar esign page */
.cc-selector input {
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.cc-selector-2 input {
	position: absolute;
	z-index: 999;
}

.signzy {
	background-image: url(../../../assets/images/signzy.png);
	margin-right: 15px;
}

.digio {
	background-image: url(../../../assets/images/digio_blue.png);
}

.cc-selector-2 input:active+.drinkcard-cc,
.cc-selector input:active+.drinkcard-cc {
	opacity: .9;
}

.cc-selector-2 input:checked+.drinkcard-cc,
.cc-selector input:checked+.drinkcard-cc {
	-webkit-filter: none;
	-moz-filter: none;
	filter: none;
}

.drinkcard-cc {
	cursor: pointer;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 45%;
	height: 70px;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
	-webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
	-moz-filter: brightness(1.8) grayscale(1) opacity(.7);
	filter: brightness(1.8) grayscale(1) opacity(.7);
}

.drinkcard-cc:hover {
	-webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
	-moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
	filter: brightness(1.2) grayscale(.5) opacity(.9);
}

/* aadhaar esign page end */