/*Starts General css*/
@font-face {
	font-family: 'MyriadPro-Regular';
	src: url('../fonts/MyriadPro-Regular.eot');
	src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
	url('../fonts/MyriadPro-Regular.woff') format('woff'),
	url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
	url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg'),
	url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 14px;
	color: #000000;
}
* {
	outline: none;
	text-decoration: none;
}

/*Ends General css*/

.header-top {
	background-color: rgba(255, 255, 255, 0.4);
	border-bottom: 1px solid #fff;
	padding: 17px 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 333333;
}

.header-top.sticky {
	background-color: rgba(255, 255, 255, 1);
	border-bottom: 1px solid #fff;
	padding: 17px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 333333;
	-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
	-o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
	transition-duration: 1s;
	transition-timing-function: linear;
}

.header-top.sticky .logo img {
	margin-top: 5px;
	width: 50%;
	transition-duration: 1s;
	transition-timing-function: linear;
}

.header-top.sticky .social {
	margin-top: 0;
}

.header-top .social {
	margin-top: 5px;
}

.header-top .social ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.header-top .social ul li {
	display: inline-block;
	margin-right: 10px;
}

.header-top .social ul li:last-child {
	margin-right: 0;
}

.header-top .social ul li:hover:last-child a .fa {
	color: #FF0000;
}

.header-top .social ul li:hover:nth-child(1) .fa {
	color: #3A559F;
}

.header-top .social ul li:hover:nth-child(2) .fa {
	color: #1DA1F2;
}

.header-top .social ul li:hover:nth-child(3) .fa {
	color: #007BB5;
}

.header-top .social ul li a {
	background-color: rgba(255, 255, 255, 0.4);
	border: 1px solid #eae8e8;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	color: #9d9d9d;
	display: inline-block;
	font-size: 20px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	width: 44px;
	transition: all 0.3s ease-in-out 0.3s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}

.header-top .social ul li a:hover {
	background: #eae8e8;
}

.header-top .social ul li a .fa {
	color: #9d9d9d;
}

.banner img {
	width: 100% !important;
}

.banner .owl-dots {
	display: none;
}

.banner .owl-prev {
	background-color: rgba(0, 0, 0, 0.4) !important;
	border-bottom-left-radius: 0 !important;
	-webkit-border-bottom-left-radius: 0 !important;
	-moz-border-bottom-left-radius: 0 !important;
	-ms-border-bottom-left-radius: 0 !important;
	-o-border-bottom-left-radius: 0 !important;
	border-top-left-radius: 0 !important;
	-webkit-border-top-left-radius: 0 !important;
	-moz-border-top-left-radius: 0 !important;
	-ms-border-top-left-radius: 0 !important;
	-o-border-top-left-radius: 0 !important;
	font-size: 70px !important;
	height: 55px;
	left: 0;
	line-height: 40px;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	top: 42%;
	width: 55px;
}

.banner .owl-next {
	background-color: rgba(0, 0, 0, 0.4) !important;
	border-bottom-right-radius: 0 !important;
	-webkit-border-bottom-right-radius: 0 !important;
	-moz-border-bottom-right-radius: 0 !important;
	-ms-border-bottom-right-radius: 0 !important;
	-o-border-bottom-right-radius: 0 !important;
	border-top-right-radius: 0 !important;
	-webkit-border-top-right-radius: 0 !important;
	-moz-border-top-right-radius: 0 !important;
	-ms-border-top-right-radius: 0 !important;
	-o-border-top-right-radius: 0 !important;
	font-size: 70px !important;
	height: 55px;
	right: 0;
	line-height: 40px;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	top: 42%;
	width: 55px;
}

.banner .inner-caption {
	background-color: rgba(255, 255, 255, 0.4);
	left: 50%;
	max-width: 656px;
	padding: 30px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.banner .inner-caption h2 span {
	color: #088fc7;
}

.banner .inner-caption h2 {
	font-size: 42px;
	margin: 0;
	font-family: 'Roboto Slab', sans-serif;
}

.banner .inner-caption p {
	font-family: "Roboto Condensed",sans-serif;
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 20px;
}

.banner .owl-nav {
	margin: 0 !important;
}

.welcome-wrap {
	background: rgba(0, 0, 0, 0) url("../images/bg.jpg") repeat scroll 0 0 / cover ;
	padding: 60px 0;
}

.welcome-wrap .welbox {
	margin-bottom: 80px;
	text-align: center;
}

.welcome-wrap .welbox h2 {
	font-family: "Roboto Slab",sans-serif;
	font-size: 32px;
	margin: 0 0 60px;
	position: relative;
}

.welcome-wrap .welbox h2::after {
	background: #1293c9;
	bottom: -19px;
	content: "";
	height: 2px;
	left: 41%;
	position: absolute;
	width: 200px;
}

.welcome-wrap .welbox h2::before {
	background: #1293c9 none repeat scroll 0 0;
	bottom: -20px;
	content: "";
	height: 5px;
	left: 47%;
	position: absolute;
	width: 59px;
}

.welcome-wrap .welbox p {
	font-family: "Montserrat",sans-serif;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 25px;
}

.welcome-wrap .welbox p:last-child {
	margin-bottom: 0;
}

.welcome-wrap .category-box {
	background: #fff none repeat scroll 0 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	padding: 20px;
	text-align: center;
}

.welcome-wrap .category-box .item-box { 
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	height: 124px;
	line-height: 155px;
	margin: 0 auto 30px;
	width: 124px;
}

.welcome-wrap .category-box .item-box .fa {
	color: #fff;
	font-size: 56px;
}

.welcome-wrap .category-box h2 {
	margin: 0;
	font-family: 'Myriad Pro', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
}

.welcome-wrap .category-box p {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 30px;
	margin-top: 20px;
}

.mock-test {
	background-clip: border-box, border-box;
	background-color: rgba(8, 143, 199, 0.7);
	background-image: linear-gradient(rgba(8, 143, 199, 0.7), rgba(8, 143, 199, 0.7)), url("../images/test-bg.jpg");
	background-origin: padding-box, padding-box;
	background-position: center center;
	background-repeat: repeat, no-repeat;
	background-size: cover;
	padding: 60px 0;
	text-align: center;
	background-attachment: fixed;
}

.mock-test .left-box h2 {
	color: #fff;
	font-size: 25px;
	font-family: 'Myriad Pro', sans-serif;
	margin: 0;
}

.mock-test .left-box a {
	border: 4px solid #fff;
	border-radius: 5px;
	color: #fff;
	display: table;
	font-family: "Myriad Pro",sans-serif;
	font-size: 28px;
	margin: 40px auto 0;
	padding: 25px 50px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0.3s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	text-decoration: none;
}

.mock-test .left-box a:hover {
	border: 4px solid #fff;
	background: #fff;
	color: #088fc7;
	text-decoration: none;
}

.foot {
	background: #212331 none repeat scroll 0 0;
	padding: 40px 0;
}

.foot p {
	color: #fff;
	font-size: 20px;
	margin: 0;
}

.foot p span {
	color: #088fc7;
}

.foot p a {
	color: #088fc7;
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}

.foot p a:hover {
	color: #088fc7;
	text-decoration: none;
}

#lft-test .modal-header, #test .modal-header {
	background: #088fc7;
	text-transform: uppercase;
	text-align: center;
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-ms-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-ms-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
}

#lft-test .modal-header h4, #test .modal-header h4 {
	font-family: "Montserrat",sans-serif;
	font-size: 24px;
	color: #fff;
}

#lft-test .modal-body .exam a {
	color: #fff;
	display: block;
	font-family: "Montserrat",sans-serif;
	font-size: 20px;
	padding: 18px;
	text-align: center;
	text-decoration: none;
	margin-bottom: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#088fc7+0,0990c8+45,2eb5ed+100 */
	background: #088fc7; /* Old browsers */
	background: -moz-linear-gradient(top, #088fc7 0%, #0990c8 45%, #2eb5ed 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #088fc7 0%,#0990c8 45%,#2eb5ed 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #088fc7 0%,#0990c8 45%,#2eb5ed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#088fc7', endColorstr='#2eb5ed',GradientType=0 ); /* IE6-9 */
}

#lft-test .modal-body .exam a:hover {
	color: #fff;
	background: #088fc7;
}

#lft-test .modal-body .exam {
	margin: 0 auto;
	max-width: 350px;
}

#lft-test .modal-header button span, #test .modal-header button span {
	color: #fff;
	font-size: 24px;
}

#lft-test .modal-header button.close, #test .modal-header button.close {
	opacity: 0.5;
}

#test .modal-header {
	background: #088fc7;
	text-transform: uppercase;
	text-align: center;
}

#test .modal-body .exam {
	margin: 0 auto;
	max-width: 450px;
}

#test .modal-body .exam input[type="email"], #test .modal-body .exam input[type="password"] {
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	font-size: 16px;
	height: 59px;
	padding: 19px;
	box-shadow: none;
}

#test .modal-body .exam .btn-default {
	border: 0 none;
	color: #fff;
	display: table;
	font-family: "Montserrat",sans-serif;
	font-size: 20px;
	margin: 0 auto;
	text-transform: uppercase;
	padding: 10px 100px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#088fc7+0,0990c8+45,2eb5ed+100 */
	background: #088fc7; /* Old browsers */
	background: -moz-linear-gradient(top, #088fc7 0%, #0990c8 45%, #2eb5ed 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #088fc7 0%,#0990c8 45%,#2eb5ed 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #088fc7 0%,#0990c8 45%,#2eb5ed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#088fc7', endColorstr='#2eb5ed',GradientType=0 ); /* IE6-9 */
}

.welcome-wrap .welbox h6 {
	font-size: 20px;
	text-align: left;
}

.welcome-wrap .welbox .mock-box {
	margin-top: 25px;
	text-align: left;
}

.welcome-wrap .welbox .mock-box ul {
	list-style-type: none;
	margin: 0;
	padding: 0 20px;
}

.welcome-wrap .welbox .mock-box ul li::after {
	content: "";
	font-family: fontawesome;
	font-size: 24px;
	left: 0;
	position: absolute;
	top: 0;
}

.welcome-wrap .welbox .mock-box ul li {
	font-size: 14px;
	line-height: 30px;
	padding: 0 35px;
	position: relative;
}

#lft-test .modal-dialog, #test .modal-dialog {
	margin: 100px auto !important;
}

#chart_wrap {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow:hidden;
}

#chart_div {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
}


/*Responsive Css*/

@media screen and (max-width: 1199px) {
	.header-top .social ul li a {
		font-size: 14px;
		height: 34px;
		line-height: 32px;
		width: 34px;
	}

	.mock-test .left-box a {
		font-size: 18px;
	}

	.mock-test .left-box h2 {
		font-size: 20px;
	}

	.welcome-wrap .welbox h2::after {
		left: 39%;
	}

	.welcome-wrap .welbox h2::before {
		left: 46%;
	}
}

@media screen and (max-width: 991px) {
	.header-top .social ul li {
		margin-right: 0;
	}

	.header-top .logo img {
		width: 80%;
	}

	.header-top .social {
		margin-top: 0;
	}

	.welcome-wrap .category-box h2 {
		font-size: 16px;
	}

	.mock-test .left-box a {
		padding: 12px 15px;
	}

	.foot {
		padding: 20px 0;
	}

	.foot p {
		font-size: 14px;
	}

	.welcome-wrap .welbox h2::after {
		left: 36%;
	}
}

@media screen and (max-width: 880px) {
	.banner .inner-caption {
		padding: 20px;
	}

	.banner .inner-caption h2 {
		font-size: 32px;
	}

	.banner .inner-caption p {
		font-size: 16px;
		margin-top: 10px;
	}

	.welcome-wrap {
		padding: 20px 0;
	}

	.mock-test {
		padding: 20px 0;
	}
}


@media screen and (max-width: 767px) {
	.mock-test .left-box a {
		margin: 15px auto 0;
	}

	.mock-test .left-box {
		margin-bottom: 10px;
	}

	.mock-test .left-box.last {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 711px) {

	.header-top .col-xs-offset-6 {
		margin-left: 30%;
	}

	.header-top .col-xs-3 {
		width: 35%;
	}
}

@media screen and (max-width: 681px) {
	.foot p {
		font-size: 12px;
	}

	.welcome-wrap .welbox h2 {
		margin: 0 0 40px;
	}

	.welcome-wrap .welbox {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 640px) {
	.banner .inner-caption h2 {
		font-size: 24px;
	}

	.welcome-wrap .welbox h2::before {
		left: 48%;
	}

	.banner .owl-prev {
		font-size: 40px !important;
		height: 45px;
		line-height: 30px;
		top: 34%;
		width: 45px;
	}

	.banner .owl-next {
		font-size: 40px !important;
		height: 45px;
		line-height: 30px;
		top: 34%;
		width: 45px;
	}
}

@media screen and (max-width: 600px) {
	.banner .inner-caption {
		display: none;
	}

	.welcome-wrap .col-md-4 {
		width: 100%;
	}

	.welcome-wrap .category-box {
		margin-bottom: 20px;
	}

	.welcome-wrap .category-box.last {
		margin-bottom: 0;
	}
}


@media screen and (max-width: 480px) {

	.header-top {
		position: relative;
		padding: 5px 0;
	}

	.header-top.sticky {
		padding: 5px 0;
		position: fixed;
	}
	.welcome-wrap .welbox h2::after {
		left: 27%;
	}

	.welcome-wrap .welbox h2::before {
		left: 43%;
	}

	.welcome-wrap .welbox p {
		font-size: 14px;
	}

	.welcome-wrap .category-box h2 {
		font-size: 20px;
	}

	.welcome-wrap .category-box p {
		margin-bottom: 0;
	}

	.mock-test .left-box h2 {
		font-size: 16px;
	}

	.header-top .col-xs-3 {
		width: 100%;
	}

	.header-top .col-xs-offset-6 {
		margin-left: 0;
	}

	.header-top .logo img {
		display: table;
		margin: 0 auto;
		width: 150px;
	}

	.header-top .social {
		display: table;
		float: none !important;
		margin: 5px auto 0;
	}

	.header-top.sticky .logo img {
		width: 150px;
	}

	.header-top.sticky .social {
		margin-top: 5px;
	}

	.foot .col-xs-6 {
		width: 100%;
	}

	.foot p {
		text-align: center;
	}

	.foot .rgt {
		float: none !important;
	}
}


@media screen and (max-width: 360px) {

	.welcome-wrap .welbox h2::after {
		left: 21%;
	}

	.welcome-wrap .welbox h2::before {
		left: 42%;
	}

	.welcome-wrap .welbox h2 {
		font-size: 22px;
	}

	.banner .owl-prev {
		font-size: 34px !important;
		height: 35px;
		line-height: 27px;
		top: 27%;
		width: 35px;
	}

	.banner .owl-next {
		font-size: 34px !important;
		height: 35px;
		line-height: 27px;
		top: 27%;
		width: 35px;
	}

	.welcome-wrap .welbox h6 {
		font-size: 18px;
		line-height: 28px;
		text-align: left;
	}

	.welcome-wrap .welbox .mock-box ul li {
		padding: 0 0 0 35px;
	}
}
/*Responsive Css*/