@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');
body {
	/* font-family: 'Roboto', sans-serif !important; */
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
	background-color: #f9f9f9;
	font-weight: 400;
}

::-webkit-input-placeholder { /* Edge */
	color: #bbbbbb;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #bbbbbb;
}

::placeholder {
	color: #bbbbbb;
}

.form-control::placeholder {
	color: #bbbbbb;
}

.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 100%;
	float: left;
}

.demoCard {
	width: 100%;
	max-width: 620px;
	margin: 50px auto;
	background-color: #f7f7f7;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}

.demoCard .card-header {
	font-weight: 600;
	padding: 20px 40px;
	background-color: #f7f7f7;
	font-size: 20px;
}

.demoCard .card-body {
	padding: 24px 40px;
	background-color: #f7f7f7;
}

.demoCard .card-body .form-control {
	padding: 10px 16px;
	height: auto;
}

.demoCard .card-footer {
	padding: 20px 40px;
	background-color: #f7f7f7;
}
.demoCard label{font-weight:600;}

.file-input-con {
	display: block;
	width: 100%;
	padding: 10px 16px;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control-file.is-invalid ~ .invalid-feedback {
	display: block; /* Show the error message for invalid state */
}

.header-top {
	width: 100%;
	padding: 0px 30px;
	background: #fff;
}

.header-top .logo-img {
	width: 120px;
	height: auto;
}

.logo-column {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.btn-primary {
	background-color: #0a2a48;
	border-color: #0a2a48;
}

.btn-primary:hover {
	background-color: #0f3a63;
	border-color: #0f3a63;
}
.btn-primary:active, .btn-primary:focus{
	background-color: #073a6a;
	border-color: #073a6a;
}

.site-footer {
	border-top: 2px solid #3f3b49;
	background-color: #3f3b49;
	color: #fff;
	margin-top: 0px;
	padding:0 20px;
}

.site-footer .col {
	padding: 27px 10px;;
}

.footer-heading h5 {
	color: #fff;
	font-weight: 600;
	margin-bottom: 20px;
}

.footer-cont {
	color: #939393;
	font-size: 16px;
}

.footer-cont ul {
	margin: 0;
	padding: 0px;
	list-style-type: none;
}

.footer-cont ul li {
	padding-bottom: 5px;
}

.footer-cont ul li a {
	color: #939393;
	transition: all ease-in-out 0.5s;
}

.footer-cont ul li a:hover {
	color: #303030;
	padding-left: 10px;
}

.copy-right {
	height: auto;
	padding: 20px 0 10px;
}

.copy-right .link {
	font-size: 12px;
	color: #8e8e8e;
}

.copy-right .link a {
	font-size: 12px;
	color: #c22227;
}

.copy-right .link a:hover {
	color: #13856a;
	text-decoration: underline;
}

.link p span {
	font-weight: bold;
	color: #717171;
}

.social-img {
	width: 100px;
	height: 30px;
}

.social-img2 {
	width: 90px;
	height: 28px;
}

.link p {
	font-size: 12px;
	color: #8e8e8e;
}

.link p span {
	font-size: 12px;
}

.link p a {
	font-size: 12px;
	color: #8e8e8e;
}

.link p a:hover {
	color: #13856a;
	text-decoration: underline;
}

.footer-social-logo {
	width: 32px;
	transition: 0.5s all ease-in-out;
}

.footer-social-logo:hover {
	transform: scale(1.2);
}

.login-footer {
	border-top: 2px solid #e5e5e5;
}

hr.solid {
	border-top: 0.5px solid #e5e5e5;
}

hr.hr-text {
	position: relative;
	height: 1px;
	/* border: none;
	background: #999; */
}

hr.hr-text::before {
	content: attr(data-content);
	display: inline-block;
	background: #fff;
	font-weight: bold;
	font-size: 0.85rem;
	color: #999;
	border-radius: 30rem;
	padding: 0.2rem 2rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.copy-right-text {
	text-align: center;
	padding: 10px 16px;
	background-color: #33313f;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}

.copy-right-text a {
	color: #fafafa;
}

.copy-right-text a:hover {
	color: #fff;
	text-decoration: underline;
}

.inner-page-hdr {
	padding: 20px 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*flex-wrap: wrap;*/
}

.inner-page-hdr h3 {
	font-size: 28px;
	font-weight: 600;
	padding-left:16px;
	margin-bottom: 0px;
}

.Parsed-top-card {
	background-color: #fafafa;
	margin-bottom: 20px;
}

.Parsed-top-card .card-header {
	color: #3b5de7;
	font-size: 21px;
	font-weight: bold;
}

.Parsed-top-card label{font-weight:600;}

.table-header {
	background-color: #eef0f9;
	font-weight: 600;
}

.skills-pill {
	padding: 4px 12px;
	background-color: #fbfbfb;
	border: 1px solid #dadada;
	border-radius: 10px;
	margin: 3px 5px 3px 0px;
	display: inline-block;
	font-size: 16px;
	color: #505050;
}

.cookie {
	position: fixed;
	padding: 20px;
	text-align: center;
	bottom: 0;
	width: 100%;
	background: #fff;
	left: 0;
	border-top: 2px solid #dadada;
	box-shadow: 0 3px 10px rgb(0 0 0/ 0.2);
	z-index: 10;
}

.btn-primary.disabled, .btn-primary:disabled {
	background-color: #0f3a63;
	border-color: #0f3a63;
}

.sticky {
	position: -webkit-sticky;
	position: sticky;
	background-color: #f9f9f9;
	border-bottom: 1px solid #dadada;
	margin-bottom: 20px;
	top: 0;
	/* font-size: 20px; */
	z-index: 999;
}

/* CSS for the progress bar */
.progress-bar.loading-progress-bar {
	width: 100%;
	background-color: #f1f1f1;
}

.progress-bar-inner.loading-progress-bar-inner {
	height: 20px;
	/* background-color: #007bff; */
	background-color: #004a80;
	text-align: center;
	line-height: 20px;
	color: #fff;
}

.show-more-btn:focus {
	box-shadow: none;
	outline: none;
}

#skillList {
	max-height: 7.3em; /* Adjust this value to show about 2 lines */
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
}

.collapse-content {
	max-height: 4.5em; /* Adjust this value to show about 2 lines */
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
}

.loader {
	 display: none;
	position: fixed;
	top: 40%;
	left: 46%;
	z-index: 100;
	margin-left: -25px;
	margin-top: -25px;
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.empowering-oracle {
	padding: 20px;
	text-align: center;
	color: #fff;
	background: #007e5d;
	background: linear-gradient(90deg, #007e5d, #4a78b5);
}

.empowering-oracle h3 {
	font-weight: 600;
	margin-bottom: 20px;
}

.social-icons {
	width: 100%;
	padding-bottom: 10px;
}

.social-icons a {
	display: inline-block;
	color: #fafafa;
	margin-right: 6px;
	text-decoration: none;
}

.social-icons a:hover {
	text-decoration: none;
	color: #fff;
}

.footer-resources ul {
	margin: 0px;
	padding: 0px;
}

.footer-resources ul li {
	display: inline-block;
	width: 49%;
	padding-right: 0.5%;
}

.footer-heading a {
	text-decoration: none;
	display: inline-block;
	color: #fafafa !important;
	transition: all ease-in-out 0.5s;
}

.footer-heading a:hover {
	text-decoration: underline;
	padding-left: 8px;
	color: #fff !important;
}

.footer-heading ul li {
	padding-bottom: 15px;
}
.navbar-light{background-color: #ffffff !important;}
.header-top .navbar-light{width: calc(100% - 160px);}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link{color:#333333; font-weight:600; font-size:14px;}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{color:#c11e23;}
.dropdown-menu.dd-hdr-menu{border-radius:0px;}
.dropdown-menu.dd-hdr-menu li{border-bottom:1px solid #f2f3f4;}
.dropdown-menu.dd-hdr-menu li:last-child{border-bottom:none;}
.dropdown-menu.dd-hdr-menu .dropdown-item {
  padding: 12px 1.5rem;
  color: #333333;
  font-size: 14px;
  font-weight:600;
}
.dropdown-menu.dd-hdr-menu .dropdown-item:hover{
  color: #007e5d;
  background-color: #f2f3f4;
}
.ftr-iso{width:81px; height:auto;}
.ftr-aicpa{width:80px;height:auto;}
.ftr-rapid{width:150px;height:auto;}
.ftr-salaeforce{width:175px;height:auto;}
.ftr-oracle{width:140px;height:auto;}
.footer-left{padding-left:80px;}
.lang-selecter-outr{width:170px;position: absolute;
 right: 8px;  top: 21px;}
.lang-selecter{
	list-style-type: none;
	margin-bottom: 0px;
}

/* Responsive Part */
@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1400px !important;
	}
}

@media ( max-width: 1500px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1450px !important;
	}
	.header-top { padding: 10px 0px;}
}

@media ( max-width: 1350px) {
.footer-left{padding-left:10px;}
}


@media ( max-width: 1250px) {
.ftr-iso{width:76px;}
.ftr-aicpa{width:76px;}
.ftr-rapid{width:130px;}
.ftr-salaeforce{width:155px;}
.ftr-oracle{width:130px;}
.lang-selecter{padding-left:20px;}
}
@media ( max-width: 1199px) {
.header-top .navbar-light {width: calc(100% - 0px);}
.lang-selecter-outr{right: 96px;  top: 25px;}
}

@media ( max-width: 1024px) {
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link {
  font-size: 14px;}
.ftr-rapid{width:134px; margin-top:5px;}
.ftr-salaeforce{width:134px;}
.ftr-oracle{width:111px;}
}
@media ( max-width: 991px) {
	.footer-resources ul li{width:99%;}
	.ftr-rapid{width:145px; margin-top:20px;}
	.ftr-salaeforce{width:145px;margin-bottom: 15px}
.ftr-oracle{width:130px;}
}


@media ( max-width :767px) {
	.footer-cont ul {
		text-align: center;
		margin-bottom: 20px;
	}
	.footer-left { text-align: center;  padding-bottom: 30px;}
	.ftr-rapid{margin-top:0px;}
	.ftr-oracle{width:117px; position: relative;top:-8px;}
	.footer-solutions {text-align: center;  padding-bottom: 30px;}
	.footer-resources{text-align: center;}
}
@media ( max-width: 650px) {
	.demoCard{max-width:94%;}
	.demoCard .card-body{padding:24px;}
	.demoCard .card-header{padding: 20px 24px;}
	  .lang-selecter-outr {right: 84px; top: 25px;  }
 .inner-page-hdr {
	flex-wrap: wrap; 
}

.inner-page-hdr h3 {width:100%;	margin-bottom: 20px; padding-left:0px;}
}
@media ( max-width: 479px) {
	.inner-page-hdr .btn{margin-bottom:10px;}
	
}