@import url('https://fonts.googleapis.com/css?family=Exo:400,700');

body {
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-weight: 400;
	font-size: 14px;
	background: #ffffff !important;
}
a {
	transition: all 0.5s ease;
	text-decoration: none;
}
.landing-page {
	overflow: hidden;
}
.home-body {
	padding: 30px 0px;
}


.footer-section {
	position: fixed;
	bottom: 0px;
	width: 100%;
	display: none;
}

	.footer-section span {
		display: inline-block;
		min-width: 240px;
		border-top-left-radius: 20px;
		background-color: #0e68aa;
		padding: 13px 0px 13px 0px;
		text-align: center;
		float: right;
		margin-right: -15px;
	}

		.footer-section span img {
			width: 110px;
		}

/****
====================================================================
Mobile Menu
====================================================================

***/
.nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	color: #ffffff;
	display: none;
}

.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

	.mobile-menu .nav-logo {
		position: relative;
		padding: 20px 20px;
		text-align: left;
	}

		.mobile-menu .nav-logo img {
			max-width: 200px;
		}

.mobile-menu-visible {
	overflow: hidden;
}

	.mobile-menu-visible .mobile-menu {
		opacity: 1;
		visibility: visible;
	}

.mobile-menu .menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.90);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #ffffff;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.7s ease 500ms;
	-moz-transition: all 0.7s ease 500ms;
	-ms-transition: all 0.7s ease 500ms;
	-o-transition: all 0.7s ease 500ms;
	transition: all 0.7s ease 500ms;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn {
	position: absolute;
	right: 3px;
	top: 3px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: 14px;
	color: #202020;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.mobile-menu .close-btn:hover {
	opacity: 0.50;
}

.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.10);
}

	.mobile-menu .navigation li {
		position: relative;
		display: block;
		border-bottom: 1px solid rgba(0, 0, 0, 0.10);
	}

		.mobile-menu .navigation li > ul > li:last-child {
			border-bottom: none;
		}

		.mobile-menu .navigation li > ul > li:first-child {
			border-top: 1px solid rgba(0, 0, 0, 0.10);
		}

		.mobile-menu .navigation li > a {
			position: relative;
			display: block;
			line-height: 24px;
			padding: 10px 20px;
			font-size: 15px;
			color: #404040;
			text-transform: capitalize;
		}

		.mobile-menu .navigation li:hover > a, .mobile-menu .navigation li.current > a {
			color: #f34a4d;
		}

		.mobile-menu .navigation li.dropdown .dropdown-btn {
			position: absolute;
			right: 0px;
			top: 0px;
			width: 44px;
			height: 44px;
			text-align: center;
			font-size: 16px;
			line-height: 44px;
			color: #404040;
			cursor: pointer;
			z-index: 5;
		}

			.mobile-menu .navigation li.dropdown .dropdown-btn:after {
				content: '';
				position: absolute;
				left: 0px;
				top: 10px;
				width: 1px;
				height: 24px;
				border-left: 1px solid rgba(0, 0, 0, 0.10);
			}

		.mobile-menu .navigation li > ul, .mobile-menu .navigation li > ul > li > ul {
			display: none;
		}

.sticky-header .navbar-header {
	display: none;
}

.max-w-100 {
	max-width: 100%;
}

.logo img {
	height: 30px;
}

.header-section {
	height: 50px;
}

	.header-section .rapid-txt {
		margin-top: 15px;
	}

		.header-section .rapid-txt span {
			font-size: 20px;
			font-weight: 600;
			color: #fff;
		}

/************************Score Card 3rd start***************************/

.roundbox {
	width: 40px;
	height: 40px;
}

.b-radius-10 {
	border-radius: 10px;
}

.btn-shadow {
	box-shadow: 0 4px 8px -4px rgb(94 86 105 / 42%) !important;
}

.exam-area ul {
	margin: 0px;
	padding: 0px;
}

	.exam-area ul li {
		list-style: none;
		display: inline-block;
		margin: 10px 8px;
		width: 18%;
	}

.examBox h2 {
	font-weight: 700;
}

.examBox {
	background: #fff;
	text-align: center;
	padding: 0 15px 20px;
	margin: 10px;
	border: 2px solid #9fc1ff;
	border-radius: 50px 0;
	box-shadow: 0 0 8px rgba(0,0,0,0.3) inset;
	position: relative;
	transition: all 0.3s ease 0s;
}

	.examBox:hover {
		-webkit-box-shadow: 0px 5px 10px 0px rgba(49, 30, 105, 0.3);
		-moz-box-shadow: 0px 5px 10px 0px rgba(49, 30, 105, 0.3);
		box-shadow: 0px 5px 10px 0px rgba(49, 30, 105, 0.3);
	}

	.examBox:before, .examBox:after {
		content: "";
		width: 25px;
		height: 25px;
		border-top: 7px solid #9fc1ff;
		border-right: 7px solid #799fe5;
		position: absolute;
		top: -7px;
		right: -7px;
	}

	.examBox:after {
		border-top: none;
		border-right: none;
		border-bottom: 7px solid #9fc1ff;
		border-left: 7px solid #799fe5;
		top: auto;
		right: auto;
		bottom: -7px;
		left: -7px;
	}

	.examBox .exam-icon {
		color: #fff;
		background: #9fc1ff;
		font-size: 22px;
		width: 70px;
		padding: 0 0 5px;
		margin: 0 auto 15px;
		border-radius: 0 0 15px 15px;
		box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
		position: relative;
	}

	.examBox:hover .exam-icon i {
		transform: rotateX(360deg);
		transition: all 0.3s;
	}

	.examBox .exam-icon:before {
		content: "";
		background: #9fc1ff;
		width: calc(100% + 14px);
		height: 10px;
		transform: translateX(-50%);
		position: absolute;
		top: -10px;
		left: 50%;
	}

	.examBox .exam-icon span:before,
	.examBox .exam-icon span:after {
		content: '';
		background-color: #799fe5;
		height: 10px;
		width: 15px;
		border-radius: 10px 10px 0 0;
		position: absolute;
		left: -15px;
		top: -10px;
	}

	.examBox .exam-icon span:after {
		left: auto;
		right: -15px;
	}

	.examBox .title {
		color: #0a1f44;
		font-size: 16px;
		font-weight: 400;
		margin: 0 0 10px;
	}

	.examBox.orange {
		border-color: #ffc6e3;
	}

		.examBox.orange:before {
			border-top-color: #ffc6e3;
			border-right-color: #e395bd;
		}

		.examBox.orange:after {
			border-left-color: #ffc6e3;
			border-bottom-color: #e395bd;
		}

		.examBox.orange .exam-icon,
		.examBox.orange .exam-icon:before {
			background-color: #ffc6e3;
		}

			.examBox.orange .exam-icon span:before,
			.examBox.orange .exam-icon span:after {
				background-color: #e395bd;
			}

	.examBox.purple {
		border-color: #a4d0e7;
	}

		.examBox.purple:before {
			border-top-color: #a4d0e7;
			border-right-color: #72b2d3;
		}

		.examBox.purple:after {
			border-left-color: #a4d0e7;
			border-bottom-color: #72b2d3;
		}

		.examBox.purple .exam-icon,
		.examBox.purple .exam-icon:before {
			background-color: #a4d0e7;
		}

			.examBox.purple .exam-icon span:before,
			.examBox.purple .exam-icon span:after {
				background-color: #72b2d3;
			}

	.examBox.green {
		border-color: #5acfad;
	}

		.examBox.green:before {
			border-top-color: #5acfad;
			border-right-color: #2fb890;
		}

		.examBox.green:after {
			border-left-color: #5acfad;
			border-bottom-color: #2fb890;
		}

		.examBox.green .exam-icon,
		.examBox.green .exam-icon:before {
			background-color: #5acfad;
		}

			.examBox.green .exam-icon span:before,
			.examBox.green .exam-icon span:after {
				background-color: #2fb890;
			}

	.examBox.rbg {
		border-color: #ff97a3;
	}

		.examBox.rbg:before {
			border-top-color: #ff97a3;
			border-right-color: #e5717e;
		}

		.examBox.rbg:after {
			border-left-color: #ff97a3;
			border-bottom-color: #e5717e;
		}

		.examBox.rbg .exam-icon,
		.examBox.rbg .exam-icon:before {
			background-color: #ff97a3;
		}

			.examBox.rbg .exam-icon span:before,
			.examBox.rbg .exam-icon span:after {
				background-color: #e5717e;
			}

@media only screen and (max-width:480px) {
	.examBox {
		margin: 10px 10px 50px;
	}

	.exam-area ul li {
		width: 90% !important;
	}
}

@media only screen and (max-width:768px) {
	.examBox {
		margin: 10px 10px 50px;
	}

	.exam-area ul li {
		width: 29%;
	}
}

@media only screen and (max-width:1024px) {
	.exam-area ul li {
		width: 29%;
	}
}

.card {
	box-shadow: 0 2px 10px -1px rgb(69 90 100 / 30%);
	margin-bottom: 30px;
	transition: box-shadow 0.2s ease-in-out;
}

.select-client-btn {
	border: 0px;
	outline: none;
	box-shadow: none;
	color: #000 !important;
	padding: 5px 0px 0px 6px;
	width: 100% !important;
}

	.select-client-btn:focus {
		outline: 0px;
	}

.start-call-btn {
	background-color: #e33544 !important;
	right: 8px !important;
}

.select-client-btn .button-text {
	display: inline-block;
	padding-top: 3px;
	width: 100px;
	float: left;
}

.select-client-btn span {
	font-size: 14px !important;
	font-weight: 700 !important;
	color: #000;
	display: inline;
	line-height: 50px;
	text-align: center;
}

.select-client-btn p {
	display: inline-block;
	padding: 8px 3px;
	vertical-align: top;
	width: 55px;
	float: left;
}

	.select-client-btn p i {
		font-size: 40px;
		animation: blinker 1s linear infinite;
	}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}


/* Landing Page */

html {
	scroll-behavior: smooth;
}

main.landing-page .header-section .navbar {
	background: #fff;
	z-index: 99;
	position: fixed;
	width: 100%;
}

.header-section button.navbar-toggler {
	padding: 0;
	border: none;
	color: #311e69;
	outline: none;
}

.landing-page .navbar-light .navbar-nav .nav-link {
	color: #000;
	padding: 0;
	margin: 0 30px;
	position: relative;
}

	/*.landing-page .navbar-light .navbar-nav .nav-link.active {
        border-bottom: 3px solid #006aba;
    }

        .landing-page .navbar-light .navbar-nav .nav-link.active:after {
            content: '';
            color: #000;
            width: 0;
            height: 0;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 6px solid #006aba;
            position: absolute;
            top: 24px;
            right: 35%;
        }*/

	.landing-page .navbar-light .navbar-nav .nav-link.activ {
		border-bottom: 3px solid #006aba;
	}

		.landing-page .navbar-light .navbar-nav .nav-link.activ:after {
			content: '';
			color: #000;
			width: 0;
			height: 0;
			border-left: 6px solid transparent;
			border-right: 6px solid transparent;
			border-top: 6px solid #006aba;
			position: absolute;
			top: 24px;
			right: 35%;
		}

	.landing-page .navbar-light .navbar-nav .nav-link:hover {
		border-bottom: 3px solid #006aba;
	}

		.landing-page .navbar-light .navbar-nav .nav-link:hover:after {
			content: '';
			color: #000;
			width: 0;
			height: 0;
			border-left: 6px solid transparent;
			border-right: 6px solid transparent;
			border-top: 6px solid #006aba;
			position: absolute;
			top: 24px;
			right: 35%;
		}

.landing-page ul.navbar-nav {
	flex: 1;
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

main.landing-page .header-section .navbar .btn {
	background: #311e69;
	color: #fff;
	border-radius: 30px;
}

#loginPopup .modal-content {
	background: none;
	border: none;
}

.title-icon-divider {
	display: flex;
	color: #311e69;
	position: relative;
	margin-bottom: 15px;
}

	.title-icon-divider::before {
		content: "...";
		font-size: 37px;
		line-height: 0;
	}

	.title-icon-divider::after {
		content: "...";
		font-size: 37px;
		line-height: 0;
	}

	.title-icon-divider i {
		font-size: 25px;
		margin: 0 10px;
	}

section.about-us {
	/* background: rgb(33,53,139);
    background: linear-gradient(180deg, rgba(33,53,139,1) 0%, rgba(90,126,222,1) 100%); */
	background: #f5f5f5;
}
/* .about-us .about-title {
    font-weight: bold;
    margin-bottom: 20px;
} */
.about-us p {
	color: #444;
	line-height: 26px;
}

.section-title h4 {
	color: #000000;
	margin-bottom: 15px;
	font-size: 45px;
}

.section-title h5 {
	color: #eaaa00;
}

.solutions-section .content-height {
	/*height:250px;*/
}

.solutions-section .request-demo {
	position: absolute;
	bottom: -10px;
}

.solutions-section .tab-content ul li {
	font-size: 13px;
}

.solutions-section .carousel-indicators {
	bottom: -17px;
}

	.solutions-section .carousel-indicators li {
		background: #ebe8e8;
		opacity: 1;
		border: none;
		height: 7px;
	}

		.solutions-section .carousel-indicators li.active {
			background: #eaaa00;
		}

.solutions-section .ribbon-col,
.solutions-section .bg2 .ribbon-col,
.solutions-section .bg3 .ribbon-col {
	background: #311e69;
}

.solutions-section .pool-box .ribbon-col:before {
	background: url(../images/ribbon-bg7.png) left bottom repeat-x;
}

.pool-box .pool-box-inner:before {
	background: url(../images/DBLA.jpg) left center no-repeat;
}

.pool-box .pool-box-inner:after {
	background: url(../images/DBRA.jpg) right center no-repeat;
}

.pool-box .pool-box-inner {
	border: 2px solid #311e69;
}

	.pool-box .pool-box-inner:hover {
		border-bottom: 7px solid #311e69;
	}

.pool-box .pool-icon img {
	animation: animate5 3s linear infinite;
	border-radius: 50%;
}

@keyframes animate5 {
	0% {
		box-shadow: 0 0 0 0 rgb(49, 30, 105, 0.5), 0 0 0 0 rgb(49, 30, 105, 0.5)
	}

	40% {
		box-shadow: 0 0 0 20px rgb(49, 30, 105, 0), 0 0 0 0 rgb(49, 30, 105, 0.5)
	}

	80% {
		box-shadow: 0 0 0 20px rgb(159, 193, 255, 0), 0 0 0 10px rgb(159, 193, 255, 0)
	}

	100% {
		box-shadow: 0 0 0 0 rgb(159, 193, 255, 0), 0 0 0 10px rgb(159, 193, 255, 0)
	}
}

.solutions-section ul.nav-tabs {
	display: flex;
	flex-wrap: wrap;
	border: none;
	padding: 0 80px;
}

	.solutions-section ul.nav-tabs li {
		flex: 0 0 50%;
		height: 150px;
		padding: 0 20px;
		margin-bottom: 35px;
	}

		.solutions-section ul.nav-tabs li a {
			height: 150px;
			width: 100%;
			display: flex;
			flex-direction: column;
			justify-content: center;
			/* background: #311e69; */
			color: #fff;
			font-size: 16px;
			border-radius: 10px;
			margin-bottom: 20px;
			text-decoration: none;
		}
			/* .solutions-section ul.nav-tabs li a span {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    background: #fff;
    color: #311e69;
    font-size: 22px;
    border-radius: 50px;
    margin-bottom: 10px;
} */
			.solutions-section ul.nav-tabs li a p {
				margin: 0;
			}

			.solutions-section ul.nav-tabs li a .examBox {
				height: 150px;
				margin: 0;
				border-color: #311e69;
			}

				.solutions-section ul.nav-tabs li a .examBox .title {
					margin: 30px 0 0 0;
					font-weight: 600;
				}

				.solutions-section ul.nav-tabs li a .examBox::before,
				.solutions-section ul.nav-tabs li a .examBox::after {
					border-color: #311e69;
				}

				.solutions-section ul.nav-tabs li a .examBox .exam-icon {
					background: #311e69;
				}

					.solutions-section ul.nav-tabs li a .examBox .exam-icon::before {
						background: #311e69;
					}

					.solutions-section ul.nav-tabs li a .examBox .exam-icon span:before,
					.solutions-section ul.nav-tabs li a .examBox .exam-icon span:after {
						background: #5d4c8e;
					}

.solutions-section .tab-content h3 {
	color: #000000;
	margin-bottom: 15px;
	line-height: 40px;
	font-weight: 600;
}

.solutions-section ul.nav-tabs li a.active .examBox {
	background: #5d4c8e;
}

	.solutions-section ul.nav-tabs li a.active .examBox .title {
		color: #fff;
	}

	.solutions-section ul.nav-tabs li a.active .examBox .exam-icon {
		background: #fff;
		color: #311e69;
	}

.solutions-section .tab-content ul {
	padding: 0 0 0 18px;
}



section.features-section {
	/* background: url("../images/features-images.png") no-repeat scroll 0 0 / cover; */
	/* background: rgb(33,53,139);
    background: linear-gradient(90deg, #22358b 0%, #4761d4 100%); */
	background: #f5f5f5;
}


.features-inner {
	width: 150px;
	height: 150px;
	background: rgba(255,255,255,0.7);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #21358b;
	font-weight: bold;
	padding: 0 15px;
}

	.features-inner p {
		margin: 0;
		font-size: 15px;
	}

.features-section .card {
	box-shadow: 0 44px 98px 0 rgb(0 0 0 / 12%);
	border: none;
	border-bottom: 3px solid #eaaa00;
}

	.features-section .card p {
		color: #828282;
		line-height: 24px;
	}

/*----- Features Section Start -----*/

.features-section .card {
	min-height: 220px;
	transition: all .5s ease;
	border-bottom: 2px solid #311e69;
}

	.features-section .card:hover {
		transform: scale(1.15);
	}

.features-section .features-icon {
	position: absolute;
	right: 0;
	top: 70px;
	font-size: 90px;
	transition: all .5s ease;
	color: #311e69;
	opacity: 0.2;
}

.features-section .card:hover .features-icon {
	opacity: 1;
}

.features-section .card h3.features-title {
	font-weight: 600;
	font-size: 18px;
	transition: all .5s ease;
}

.features-section .card p {
	margin: 50px 0 0 0;
	opacity: 0;
	font-size: 12px;
	line-height: 18px;
	transition: all .5s ease;
}

.features-section .card:hover p {
	opacity: 1;
}

.features-section .card:hover h3.features-title {
	font-size: 20px;
	transition: all .5s ease;
}

.features-section .card:hover .features-icon {
	font-size: 65px;
	top: 35px;
	transition: all .5s ease;
}

@media only screen and (max-width:1366px) {
	.features-section .card:hover .features-icon {
		top: 45px;
		font-size: 55px;
	}

	.features-section .card:hover h3.features-title {
		font-size: 17px;
	}
}

/*----- Features Section End -----*/

.pillars-section {
	margin-top: 120px;
}

.pillars-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	z-index: 2;
}


section.conduct-exam-section {
	/*background: url("../images/conduct-exam-bg.png") no-repeat scroll 0 0 / 100% 100%;*/
	background-image: linear-gradient(to right, #22368d, #2c409e, #354bb0, #3e56c2, #4761d4);
	-webkit-clip-path: polygon(100% 2%, 100% 100%, 0 100%, 0 7%);
	clip-path: polygon(100% 2%, 100% 100%, 0 100%, 0 7%);
	padding: 100px 0px 30px 0;
}

	section.conduct-exam-section h5 {
		color: #ffffff;
		font-size: 30px;
		font-weight: bold;
	}

	section.conduct-exam-section p {
		width: 75%;
		margin: 20px auto 30px;
		font-size: 28px;
		font-weight: bold;
	}

.conduct-exam-section .form-control {
	color: #262626;
	border: 1px solid #e0e0e0;
	padding: 0.47rem 0.75rem;
	height: 38px;
	font-size: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
}

.conduct-exam-section textarea.form-control {
	height: 80px;
}

.accordion .card-header button.btn::after {
	content: "";
	border: solid #311e69;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	position: absolute;
	right: 10px;
	top: 35%;
	transform: rotate(-135deg) translateY(-50%);
	-webkit-transform: rotate(-135deg) translateY(-50%);
}

.accordion > .card button.btn.collapsed::after {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.accordion > .card {
	margin-bottom: 0;
	box-shadow: none;
}

section.conduct-exam-section .accordion {
	margin-bottom: 20px;
}

.accordion .card-header button.btn {
	box-shadow: none;
	font-size: 14px;
	color: #311e69;
	padding: 10px;
}

.accordion button.speakPopup {
	color: #fff;
	border-radius: 50%;
	height: 80px;
	width: 80px;
	text-align: center;
	padding: 20px;
	border: 2px solid #311e69;
	box-shadow: none;
}

	.accordion button.speakPopup.speakPopupSelected {
		background: #311e69;
	}

	.accordion button.speakPopup img {
		width: 100%;
	}

.accordion > .card .form-group {
	margin: 15px 0 0 0;
}

.flex-1 {
	flex: 1;
}

.btn-common {
	background: #311e69;
	color: #fff;
	border-radius: .25rem;
	font-size: 14px;
	height: 37px;
}

.speakPopup button.close {
	right: -10px;
	top: -10px;
	background: #fff;
	opacity: 1;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	z-index: 11;
	border: 1px solid #ccc;
	color: #555;
}

	.speakPopup button.close:hover,
	.speakPopup button.close:focus {
		opacity: 1 !important;
		outline: none;
	}

.translate select#inputLang {
	width: 100% !important;
}

section.conduct-exam-section .resultText p {
	width: auto;
	color: #333;
	font-size: 14px;
	font-weight: 3;
	margin: 0;
}

.speakPopup .select-client-btn {
	padding: 0;
	transform: unset;
	margin: 0 0 15px 0;
}

.speakPopup .button-text {
	width: auto;
	margin: 0 auto;
	float: none;
}

	.speakPopup .button-text span {
		font-size: 20px !important;
	}

.speakPopup .select-client-btn {
	padding: 0;
	transform: unset;
	margin: 0;
	width: auto;
	background: none;
	height: auto;
	box-shadow: none;
}

.speakPopup .button-text span {
	font-size: 20px !important;
	color: #333 !important;
}

.timer-button button.time {
	background: #311e69;
	color: #fff;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	font-size: 45px;
}

a.useKeyboard:hover {
	color: #fff;
}

.speakPopup .modal-dialog {
	margin: 0 auto;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.translate label {
	color: #333;
}

.voice-kayboard {
	background: #f1f1f1;
	border-radius: 15px;
	text-align: center;
	padding: 20px 0;
	border: 1px solid #ddd;
}

	.voice-kayboard .voice-kayboard-title {
		color: #333;
		font-size: 14px;
	}

.conduct-exam-section .useKeyboardInput textarea.form-control {
	height: auto;
	min-height: 170px;
}

.resultText {
	color: #000;
}

.request-demo {
	background: #311e69;
	color: #fff;
	font-weight: 600;
	padding: 3px 30px;
	border-radius: 50px;
}

	.request-demo:hover {
		color: #fff;
	}

.landing-page-footer {
	background: #f1f1f1;
}

	.landing-page-footer p {
		margin: 10px 0;
	}

section.faq-section .accordion .card {
	box-shadow: none;
	border: none;
	overflow: visible;
}

	section.faq-section .accordion .card .card-header {
		background: none;
		border: none;
		padding: 0;
	}

		section.faq-section .accordion .card .card-header button.btn {
			text-decoration: none;
			background: none;
			color: #21358b;
			padding: 10px 30px 10px 70px;
			border-radius: 40px;
			position: relative;
			border: 2px solid #21358b;
		}

			section.faq-section .accordion .card .card-header button.btn.collapsed {
				background: #21358b;
				color: #fff;
			}

			section.faq-section .accordion .card .card-header button.btn:focus {
				outline: none;
				box-shadow: none;
			}

section.faq-section .accordion button.btn .accordion-count {
	position: absolute;
	left: -2px;
	background: #3959b9;
	top: -8px;
	width: 60px;
	height: 60px;
	display: flex;
	color: #fff;
	border-radius: 40px;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
}

#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #311e69;
	color: white;
	cursor: pointer;
	border-radius: 50px;
	width: 40px;
	height: 40px;
}

#loginPopup .white-bg {
	background-size: 100% 100%;
	max-width: 100%;
	flex: 0 0 100%;
}

#loginPopup .form-control {
	padding: 0 10px;
}

#loginPopup .form-group {
	margin-bottom: 10px;
}

#loginPopup .bot-text {
	margin-top: 0;
	border: none;
}

#loginPopup .close {
	position: absolute;
	right: -20px;
	top: -15px;
	z-index: 11;
	background: #311e69;
	opacity: 1;
	color: #fff;
	box-shadow: none;
	text-shadow: none;
	width: 35px;
	height: 35px;
	border-radius: 50px;
	color: #311e69;
	background: #fff;
	border: 3px solid #311e69;
}

#loginPopup .modal-dialog {
	max-width: 1000px;
	min-height: 100vh;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.light_logo {
	width: 120px;
	position: absolute;
	bottom: 0;
	right: 5%;
	opacity: .3;
}

input:-webkit-autofill {
	background-color: transparent;
}

/*loader code*/

.loader-container {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 99999;
}

.lds-roller {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
	left: 46%;
	top: 46%;
}

	.lds-roller div {
		animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
		transform-origin: 40px 40px;
	}

		.lds-roller div:after {
			content: " ";
			display: block;
			position: absolute;
			width: 7px;
			height: 7px;
			border-radius: 50%;
			background: #fff;
			margin: -4px 0 0 -4px;
		}

		.lds-roller div:nth-child(1) {
			animation-delay: -0.036s;
		}

			.lds-roller div:nth-child(1):after {
				top: 63px;
				left: 63px;
			}

		.lds-roller div:nth-child(2) {
			animation-delay: -0.072s;
		}

			.lds-roller div:nth-child(2):after {
				top: 68px;
				left: 56px;
			}

		.lds-roller div:nth-child(3) {
			animation-delay: -0.108s;
		}

			.lds-roller div:nth-child(3):after {
				top: 71px;
				left: 48px;
			}

		.lds-roller div:nth-child(4) {
			animation-delay: -0.144s;
		}

			.lds-roller div:nth-child(4):after {
				top: 72px;
				left: 40px;
			}

		.lds-roller div:nth-child(5) {
			animation-delay: -0.18s;
		}

			.lds-roller div:nth-child(5):after {
				top: 71px;
				left: 32px;
			}

		.lds-roller div:nth-child(6) {
			animation-delay: -0.216s;
		}

			.lds-roller div:nth-child(6):after {
				top: 68px;
				left: 24px;
			}

		.lds-roller div:nth-child(7) {
			animation-delay: -0.252s;
		}

			.lds-roller div:nth-child(7):after {
				top: 63px;
				left: 17px;
			}

		.lds-roller div:nth-child(8) {
			animation-delay: -0.288s;
		}

			.lds-roller div:nth-child(8):after {
				top: 56px;
				left: 12px;
			}

@keyframes lds-roller {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


@media only screen and (max-width: 1199px) {
	#loginPopup {
		padding: 20px !important;
	}
}

@media only screen and (max-width: 991px) {
	.landing-page .navbar-light .navbar-nav .nav-link {
		margin: 0 10px;
	}

	.about-us .section-title {
		margin-top: 30px;
	}

		.about-us .section-title h4 br {
			display: none;
		}

		.about-us .section-title h4 {
			font-size: 30px;
		}

		.about-us .section-title h5 {
			font-size: 15px;
		}

	.solutions-section .request-demo {
		position: relative;
		bottom: auto;
	}

	.solutions-section .solutions-content {
		order: 2;
	}

	.solutions-section .solutions-tabs {
		order: 1;
	}

	section.conduct-exam-section {
		background: #311e69;
		padding: 30px 0;
	}

	.voice-kayboard {
		margin-top: 20px;
	}

	.select-client-btn .button-text {
		margin: 0 auto;
		float: none;
	}

	.select-client-btn {
		text-align: center;
		background: none;
	}

	.voice-kayboard .voice-kayboard-title {
		margin: 0 !important;
	}

	section.conduct-exam-section .request-demo {
		background: #fff;
		color: #311e69;
		padding: 7px 20px;
	}

	.features-section .features-icon {
		position: relative;
		top: auto;
		font-size: 50px;
		opacity: 1;
	}

	.features-section .card:hover {
		transform: scale(1);
	}

		.features-section .card:hover .features-icon {
			top: auto;
			font-size: 50px;
		}

	.features-section .card p {
		opacity: 1;
		margin: 0;
	}

	.features-section .card {
		min-height: auto;
	}
}

@media only screen and (max-width: 767px) {
	.header-section .navbar {
		padding: 10px;
	}

		.header-section .navbar .navbar-collapse {
			position: absolute;
			width: 100%;
			top: 52px;
			left: 0;
			right: 0;
			background: #fff;
		}

		.header-section .navbar ul.navbar-nav {
			flex-direction: column;
			align-items: flex-start;
			width: 100%;
		}

			.header-section .navbar ul.navbar-nav li {
				width: 100%;
				text-align: left;
			}

				.header-section .navbar ul.navbar-nav li a.nav-link {
					margin: 0;
					padding: 10px 10px;
					border-bottom: 1px solid #ddd;
				}

				.header-section .navbar ul.navbar-nav li.active a.nav-link {
					border-bottom: 1px solid #ddd;
				}

				.header-section .navbar ul.navbar-nav li.active a.nav-link {
					border-bottom: 1px solid #ddd;
					background: #eee;
				}

	.landing-page .navbar-light .navbar-nav .active .nav-link:after {
		opacity: 0;
		visibility: hidden;
		border: none;
	}

	.solutions-section ul.nav-tabs {
		width: 100%;
		padding: 0;
	}

		.solutions-section ul.nav-tabs li a {
			height: auto;
			margin: 0 0 15px 0;
		}

			.solutions-section ul.nav-tabs li a .examBox {
				height: auto;
				padding: 0;
			}

				.solutions-section ul.nav-tabs li a .examBox::before,
				.solutions-section ul.nav-tabs li a .examBox::after {
					opacity: 0;
					visibility: hidden;
					width: 0;
					height: 0;
					border: none;
				}

				.solutions-section ul.nav-tabs li a .examBox .exam-icon {
					display: none;
				}

		.solutions-section ul.nav-tabs li {
			height: auto;
			margin: 0;
			padding: 0 5px;
		}

			.solutions-section ul.nav-tabs li a .examBox .title {
				margin: 0;
				font-size: 14px;
			}

			.solutions-section ul.nav-tabs li a .examBox {
				height: 60px;
				padding: 0;
				border: 1px solid #311e69;
				display: flex;
				align-items: center;
				width: 100%;
				justify-content: center;
				border-radius: 5px;
			}

	.solutions-section {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

		.solutions-section .tab-content h3 {
			font-size: 20px;
			line-height: 25px;
		}

	section.conduct-exam-section h5 {
		font-size: 20px;
	}

	section.about-us {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

		section.about-us .container {
			max-width: 100%;
		}
}

#TrainingloginPopup .modal-content {
	background: none;
	border: none;
}

#TrainingloginPopup .white-bg {
	background-size: 100% 100%;
	max-width: 100%;
	flex: 0 0 100%;
}

#TrainingloginPopup .form-control {
	padding: 0 10px;
}

#TrainingloginPopup .form-group {
	margin-bottom: 10px;
}

#TrainingloginPopup .bot-text {
	margin-top: 0;
	border: none;
}

#TrainingloginPopup .close {
	position: absolute;
	right: -20px;
	top: -15px;
	z-index: 11;
	background: #311e69;
	opacity: 1;
	color: #fff;
	box-shadow: none;
	text-shadow: none;
	width: 35px;
	height: 35px;
	border-radius: 50px;
	color: #311e69;
	background: #fff;
	border: 3px solid #311e69;
}

#TrainingloginPopup .modal-dialog {
	max-width: 1000px;
	min-height: 100vh;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.banner .banner-image {
	background: url('../images/iknow-banner.jpg') left top no-repeat !important;
	height: 472px;
	background-size: 100% auto !important;
}

.navbar-brand .landingPage-logo {
	background: url('../images/logo-dark-blue.png') left top no-repeat !important;
	height: 30px !important;
	width: 226px !important;
}

.white-bg .login-logo {
	background: url('../images/ikonw-login.png') left top no-repeat !important;
	height: 30px !important;
	width: 226px !important;
	margin-left: 30px;
}

.tour-modal .modal-dialog {
	max-width: 75%;
}

.tour-modal .close {
	position: absolute;
	right: -20px;
	top: -15px;
	z-index: 11;
	opacity: 1;
	color: #fff;
	box-shadow: none;
	text-shadow: none;
	width: 35px;
	height: 35px;
	border-radius: 50px;
	color: #5a5a5a;
	background: #fff;
	border: 3px solid #5a5a5a;
}
.section-title {
	padding-top: 40px;
}
/**/
