﻿@import url('https://fonts.googleapis.com/css?family=Oswald:700');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,700');

/*---------this part new design---------------*/

.timeline-1 h1 {
	font-size: 2.2rem;
	color: #E53A40;
	text-align: center;

}
.timeline-1 h3 {
	font-size: 1rem;
	text-align: center;
	margin-bottom: 50px;
}
.three {
	position: relative;
}
	.three .strikethrough {
		position: absolute;
		top: 43px;
		left: 177px;
		right: 60px;
		height: 2px;
		background: #607d8b;
		width: 900px;
	}
.text-center {
	text-align: center !important;
}
span.fa {
	font-size: 2em;
	padding: .5em;
	border-radius: 50%;
	border: 2px solid #E53A40;
	width: 77px;
	height: 77px;
	line-height: 44px;
	text-align: center;
	background: #E53A40;
	color: #fff;
	margin-bottom: 25px;
}
.fa-search:before {
	content: "\f002";
}
 
/*---------this part new design End ---------------*/
.page_list {
	margin-top: 60px;
	position: relative;
}

.page_list ul li {
	background: #036eb6;
	border-radius: 5px;
	border: none;
	width: 100%;
	list-style: none;
	padding: 10px;
	margin-bottom: 10px;
}
	.page_list ul li a {
		color: white;
		padding: 10px;
	}
	.single_course {
	background: white;	
	/*border: 1px solid black;*/
	margin-bottom: 20px;
}
.single_course img {
	width: 100%;
	height: 200px;
}
.course_content h5{
	font-weight: 700;
}
.course_content span {
	color: red;
	font-weight: 600;
}
.course_content {
	padding: 15px;
}
.course_btn {
	border-top: 1px solid black;
	padding: 10px;
	text-align: center;
}





.who-we {
	background: aliceblue;
}

.Image-section img {
	width: 655px;
	margin-left: 30px;
}

@media only screen and (max-width: 600px) {
	.Image-section img {
		width: 100%;
		margin-left: 0px;
	}
}

.Image-section {
	background-attachment: fixed;
}

.content-box {
	padding: 20px;
}

.name-title {
}

.content-details {
}

	.content-details p {
		font-size: 17px;
		color: #a52b2b;
	}

.name-title span {
	font-family: Aardvark;
	font-size: 30px;
	color: #1c2687;
}

	.name-title span span {
		font-family: Aardvark;
		font-size: 30px;
	}

.content-details p strong {
	color: #a52b2b;
	font-size: 20px;
	font-weight: 600;
}

.col-md-9 h4 {
	color: #1c2687;
	font-size: 20px;
	font-weight: 200;
	font-family: Aardvark;
}

.myph {
	color: #a52b2b;
	font-size: 16px;
	text-align: justify;
}

.section-counter {
	padding: 40px;
	background: aliceblue;
	text-align: center;
}

.content-title h2 {
	color: #1c2687;
	font-family: Aardvark;
	text-align: center;
}

.content-title span {
	text-align: center;
	font-size: 20px;
}

.content-p {
	margin-top: 30px;
	text-align: center;
}

.count-box {
	margin-top: 20px;
}

.Details-count {
	text-align: center;
}

	.Details-count h2 {
		font-weight: 800;
	}

	.Details-count p {
		font-weight: 400;
		font-size: 18px;
	}

.fa-icons {
	position: absolute;
	padding: 19px;
	font-size: 47px;
	align-items: center;
}

.image-box {
	text-align: center;
}







.progress {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 168px;
	height: 140px;
	padding: 0;
	&:before

{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 132px;
	height: 132px;
	border: 2px solid #fff;
	border-radius: 50%;
	// preset color and font color: white;
	font-family: fontAwesome;
	font-size: 48px;
}

// Specific Variant center
&.heart {
	&:before

{
	content: "\0f21e";
	padding-top: 6px;
}

}

// Completed Flag
&.completed {
	&:after

{
	position: absolute;
	top: 6.25%;
	right: 6.25%;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	background-color: #FF5300;
	/// set to client color display: block;
	border: 2px solid #fff;
	text-align: center;
	font-family: fontAwesome;
	content: "\0f00c";
	color: white;
	font-size: 14px;
	line-height: 2em;
}

}
}
.Details-count p{
	text-align: center;
}
.Details-count{
	text-align:center;
}
#bar {
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
}

/*footer section
---------------------------------------------------------------------- */
.ccr_porjects {
	width: 95%;
	margin: 0 auto;
}

footer {
	background-color: #151618;
	padding: 60px 0;
	float: left;
	width: 100%;
}
/*back to top section
---------------------------------------------------------------------- */
.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 44px;
	height: 44px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 9999;
	font-size: 16px;
	padding: 10px 0;
	background-color: #7465b3;
	border-color: #7465b3;
	color: #fff;
}

	.back-to-top:hover {
		background-color: #d5275a;
		border: solid 1px #d5275a;
		color: #fff;
	}
/*social media fixed icons
---------------------------------------------------------------------- */
.social_media {
	position: fixed;
	top: 38%;
	left: 0px;
	z-index: 999;
}

	.social_media ul {
		padding: 0px;
	}

	.social_media li {
		display: block;
	}

		.social_media li a {
			font-size: 22px;
			width: 40px;
			height: 40px;
			text-align: center;
			margin-bottom: 5px;
			display: block;
			background-color: #1545a6;
			color: #fff;
			padding-top: 8px;
			-webkit-border-top-right-radius: 4px;
			-webkit-border-bottom-right-radius: 4px;
			-moz-border-radius-topright: 4px;
			-moz-border-radius-bottomright: 4px;
			border-top-right-radius: 4px;
			border-bottom-right-radius: 4px;
		}

		.social_media li:nth-child(2) a {
			background-color: #10abeb;
		}

		.social_media li:nth-child(3) a {
			background-color: #118cc9;
		}

		.social_media li:nth-child(4) a {
			background-color: #eb2410;
		}

		.social_media li:nth-child(5) a {
			background: #7938ac;
			background: -moz-linear-gradient(top, #7938ac 0%, #e90b1a 50%, #fed807 100%);
			background: -webkit-linear-gradient(top, #7938ac 0%,#e90b1a 50%,#fed807 100%);
			background: linear-gradient(to bottom, #7938ac 0%,#e90b1a 50%,#fed807 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7938ac', endColorstr='#fed807',GradientType=0 );
		}
/*footer section
---------------------------------------------------------------------- */

footer h4 {
	font-size: 22px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 25px;
}

footer p {
	color: #777;
}

footer i {
	color: #fff;
	padding-right: 5px;
}

footer strong {
	color: #fff;
}

.footer_contact a {
	display: block;
	color: #fc3d6a;
	padding: 3px 0;
}

	.footer_contact a:hover {
		color: #fff;
	}

.footer_links ul {
	list-style: none;
	padding: 0px 30px 30px;
	border-left: 2px solid #2f2f2f;
	margin: 0px;
	border-right: 2px solid #2f2f2f;
}

.footer_links li a {
	color: #777;
	display: block;
	padding: 6px 0;
}

	.footer_links li a:hover {
		color: #fff;
	}
.footer_contact {
	list-style: none;
	padding: 0px 30px 30px;
	border-left: 2px solid #2f2f2f;
	margin: 0px;
	border-right: 2px solid #2f2f2f;
}
.footer_links h4 {
	margin-left: 30px;
}

.subscribe_us h4 {
	margin-bottom: 10px;
}

.subscribe_us p {
	margin-bottom: 20px;
}

.subscribe_us .form-control {
	border-radius: 0px;
	background-color: #222;
	border-color: #2c2c2c;
	font-size: 18px;
}

.send_btn {
	background-color: #fc3d6a;
	border-radius: 0px;
	padding: 6px 20px;
	color: #fff;
	border: 0px;
	font-weight: 600;
}

	.send_btn:hover {
		background-color: #7465b3;
	}

.subscribe_us .send_btn {
	background-color: #fc3d6a;
	border-radius: 0px;
	padding: 10px 35px;
	color: #fff;
	text-transform: uppercase;
	border: 0px;
	font-weight: 700;
	float: right;
}

.send_btn:hover, .send_btn:focus, .send_btn:active {
	-webkit-animation-name: hvr-buzz-out;
	animation-name: hvr-buzz-out;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}


.card-header h2 .btn {
	color: #fff;
	display: block;
	cursor: pointer;
}

	.card-header h2 .btn:hover {
		color: #fff !important;
	}

.accordion .card .card-header h2 .btn {
	color: #fff;
	border-radius: 0;
	width: 100%;
	text-align: left;
}

	.accordion .card .card-header h2 .btn:after {
		font-family: "FontAwesome";
		content: "\f068";
		float: right;
		/*	font-weight: 900;*/
	}

	.accordion .card .card-header h2 .btn.collapsed {
		background-color: #7765af;
		border-radius: 0;
	}

		.accordion .card .card-header h2 .btn.collapsed:after {
			font-family: "FontAwesome";
			content: "\f067";
			float: right;
			/*	font-weight: 900;*/
		}

/*bottom footer section
---------------------------------------------------------------------- */
.bottom_footer {
	background-color: #232428;
	float: left;
	width: 100%;
	text-align: center;
}

.bottom_left {
	padding: 25px 0;
	float: left;
	color: #777;
}

	.bottom_left a {
		color: #e65c97;
	}

	.bottom_left span {
		padding-left: 15px;
	}

.visit_box {
	float: right;
	padding: 25px 0;
	color: #fff;
}

	.visit_box a {
		padding-left: 10px;
	}

.social_media_footer {
	display: inline-block;
	margin: 0 auto;
}

	.social_media_footer ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}

	.social_media_footer li {
		display: inline-block;
	}

		.social_media_footer li a {
			display: inline-block;
			color: white;
			padding: 1px 2px 0px 9px ;
			font-size: 18px;
		}

			.social_media_footer li a:hover {
				color: #fff;
			}



/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0);
	}

	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0);
	}
}



































body, h1, h2, h3, h4, h5, h6, a, p, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	font-family: arial;
	color: steelblue;
	font-size: 13px;
	font-weight: 400;
	line-height: 23px;
	margin: 0;
	padding: 0
}
h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 34px;
	color: #000;
	margin-bottom: 20px;
	font-weight: 300;
	line-height: 30px
}
h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 34px;
	line-height: 40px;
	color: #000;
	margin-bottom: 10px;
	font-weight: 300
}
h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 30px;
	color: #000;
	font-weight: 400;
	margin-bottom: 0px
}
h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
	line-height: 30px;
	font-weight: 500
}
h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color: #000;
	margin-bottom: 10px;
	line-height: 24px
}
h6 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #000;
	margin-bottom: 10px
}
a {
	outline: 0;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
	color: black;
}
a:hover {
	text-decoration: none
}
a:focus, a:hover {
	text-decoration: none
}
p {
	margin-bottom: 15px;
	text-align: left;
}


.mr-3 { margin-right: 1rem!important;}
.mb-3 { margin-bottom: 1rem!important;}
.mt-3 { margin-top: 1.4rem!important;}



.container {
	padding: 0;
	width: 100%;
	max-width: 1170px
}
h2.title {
	background-image: url(../images/border-bottom.html);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 20px;
	line-height: auto;
	text-align: center
}
header {
	width: 100%;
	display: inline-block;
	float: left;
	/*padding: 15px 0*/
}
.logo {
	float: left;
	width: 25%;
	padding-top: 5px
}
.mid_logo {
	width: 15%;
	float: left;
	text-align: center
}
.header_right {
	float: right;
	width: 60%;
	padding-top: 5px
}
.top_botton {
	display: inline-block;
	width: 100%;
	text-align: right
}
.top_botton a.home i {
	padding-right: 0
}
.top_botton a {
	display: inline-block;
	background-color: #036eb6;
	color: #fff;
	margin-left: 5px;
	font-size: 14px;
	padding: 0 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 30px
}
.top_botton a i {
	padding-right: 5px
}
.header_bottom {
	display: inline-block;
	width: 100%;
	text-align: right;
	padding-top: 0
}
.goog-te-combo {
	background-image: url("../images/gtranslate.html");
	background-position: left center;
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	color: #000;
	font-size: 12px;
	height: 32px;
	padding-left: 24px;
	margin-top: 12px;
	float: right;
	width: 165px
}
.icons {
	display: inline-block;
	padding-right: 14px;
	float: right
}
.icons ul {
	list-style: none;
	padding: 0
}
.icons ul li {
	float: left;
	padding: 12px 0 0 5px
}
.icons ul li a {
	border: 1px solid #ccc;
	width: 32px;
	height: 32px;
	text-align: center;
	float: left;
	font-size: 16px;
	padding: 3px
}
.icons ul li:first-child a {
	color: #3b5999
}
.icons ul li:last-child a {
	color: #fe0000
}
.icons ul li.twitter a {
	color: #02bbf1
}
.box_color {
	float: right;
	margin-right: 13px;
	margin-top: 20px
}
.box_color ul {
	list-style: none;
	padding: 0
}
.box_color ul li {
	float: left;
	margin-left: 8px
}
.box_color ul li.yellow a {
	height: 13px;
	width: 13px;
	display: inline-block;
	background-color: #f6971b
}
.box_color ul li.blue a {
	height: 13px;
	width: 13px;
	display: inline-block;
	background-color: #036eb6
}
.box_color ul li.green a {
	height: 13px;
	width: 13px;
	display: inline-block;
	background-color: #56b640
}
.top_drop {
	float: right;
	margin-left: 5px
}
.top_drop ul {
	width: 185px;
	padding: 0;
	z-index: 9999;
	background-color: transparent;
	margin: 0;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	background-color: #042141;
	right: 0!important;
	float: right;
	left: auto!important
}
.top_drop li {
	padding: 0
}
.top_drop li a {
	padding: 10px 0;
	border-radius: 0;
	background-color: transparent;
	border-bottom: 1px dashed #06366b!important;
	color: #fff!important;
	margin-left: 0
}
.top_drop li:last-child a {
	border-bottom: 0!important
}
.carousel-indicators li {
	border-color: #ccc
}
.carousel-indicators .active {
	background-color: #ddd
}
.navbar-default {
	float: left;
	width: 100%;
	/*background-color: #8e2929;*/
	background-color: #246b01;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #002145
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #002145
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	background-color: #002145
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 14px;
	text-transform:uppercase;
	padding: 14px 7px;
	font-weight: 400;
	cursor: pointer
}
.navbar {
	min-height: 48px;
	margin-bottom: 0
}
.navbar-static-top {
	border-width: 0
}
ul.dropdown-menu {
	background-color: rgba(0,31,65,0.97);
	border: 0;
	padding: 0;
	width: 340px
}
.dropdown-menu>li>a {
	color: #fff;
	padding: 8px 15px;
	font-size: 14px;
	border-bottom: 1px dashed #06366b
}
.dropdown-menu>li>a:hover {
	color: #000!important
}
.dropdown-menu>li:last-child>a {
	border-bottom: 0
}
ul.big_with {
	display: flex!important;
	flex-wrap: wrap;
	padding: 10px 0 0 5px;
	width: 756px !important;
}
.big_with li a {
	padding: 4px 15px;
	border-bottom: 0
}
.big_with li a:hover {
	background-color: transparent;
	color: #fff!important
}
.big_with li {
	width: 33.3333%;
	float: left;
	padding-bottom: 15px
}
.big_with li span {
	padding: 6px 15px;
	color: #95cc32;
	display: inline-block;
	font-size: 15px
}
.open>.dropdown-menu {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1
}
.caret {
	margin-left: 5px
}
ul.dropdown-menu {
	opacity: 0;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-transform: scale(1, 0);
	transition: all .3s linear;
	-webkit-transition: all .3s linear
}
.caret-up {
	width: 0;
	height: 0;
	border-left: 4px solid rgba(0,0,0,0);
	border-right: 4px solid rgba(0,0,0,0);
	border-bottom: 4px solid;
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent
}
.mid_with {
	width: 450px
}
.mid_with li {
	float: left;
	padding-bottom: 15px;
	width: 50%
}
.banner_text {
	text-align: center;
	font-size: 22px;
	color: #fd4f00;
	padding: 0;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	font-family: 'Ubuntu', sans-serif;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #ccc
}
.banner_text img {
	margin: 0 auto
}
.ccr_section {
	width: 100%;
	float: left;
	padding: 40px 0 40px 0
}
.about_us {
	display: inline-block;
	width: 100%;
	text-align: center
}
.about_us h1 {
	background-image: url(../images/border-bottom.html);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 20px;
	line-height: auto
}
.about_us p strong {
	font-weight: 600;
	color: #000
}
.about_us p {
	text-align: center
}
.ccr_circle {
	background-image: url(../images/circle_background.html);
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	float: left;
	padding: 40px 0
}
#counter ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
	padding: 0;
	list-style: none
}
#counter ul li {
	width: 16.6666%;
	padding: 10px
}
#counter ul li .counter-value {
	width: 155px;
	height: 155px;
	text-align: center;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	margin: 0 auto;
	font-family: 'Oswald', sans-serif;
	font-size: 44px;
	font-weight: 700;
	padding-top: 65px
}
#counter ul li {
	text-align: center
}
#counter ul li h4 {
	font-size: 17px;
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 0
}
#counter ul li.green_border .counter-value {
	border: 1px solid #56bfa0;
	background-color: #56bfa0;
	color: #fff;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in
}
#counter ul li.orange_border .counter-value {
	border: 1px solid #fff;
	background-color: #ec774b;
	color: #fff;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in
}
#counter ul li.blue_border .counter-value {
	border: 1px solid #fff;
	background-color: #50cdd9;
	color: #fff;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in
}
#counter ul li.yellow_border .counter-value {
	border: 1px solid #fff;
	background-color: #e0b74b;
	color: #fff;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in
}
#counter ul li.darkgreen_border .counter-value {
	border: 1px solid #fff;
	background-color: #6d9748;
	color: #fff;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in
}
#counter ul li.darkblue_border .counter-value {
	border: 1px solid #fff;
	background-color: #4b93ec;
	color: #fff;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in
}
#counter ul li.green_border .counter-value:hover {
	border: 1px solid #56bfa0;
	color: #56bfa0;
	background-color: #f5f5f5;
	cursor: pointer
}
#counter ul li.orange_border .counter-value:hover {
	border: 1px solid #ec774b;
	color: #ec774b;
	background-color: #f5f5f5;
	cursor: pointer
}
#counter ul li.blue_border .counter-value:hover {
	border: 1px solid #50cdd9;
	color: #50cdd9;
	background-color: #f5f5f5;
	cursor: pointer
}
#counter ul li.yellow_border .counter-value:hover {
	border: 1px solid #e0b74b;
	color: #e0b74b;
	background-color: #f5f5f5;
	cursor: pointer
}
#counter ul li.darkgreen_border .counter-value:hover {
	border: 1px solid #6d9748;
	color: #6d9748;
	background-color: #f5f5f5;
	cursor: pointer
}
#counter ul li.darkblue_border .counter-value:hover {
	border: 1px solid #4b93ec;
	color: #4b93ec;
	background-color: #f5f5f5;
	cursor: pointer
}
.list-wrpaaer {
	height: 280px;
	width: 100%;
	border: 1px solid #ddd;
	float: left;
	overflow: hidden;
}
.boxes {
	display: inline-block;
	width: 100%
}
ul.latest_news {
	list-style: none;
	padding: 15px;
}
ul.latest_news li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px
}

ul.latest_news li a span.new{ width:30px; float:left; padding-right:5px;}

ul.latest_news li p {
	text-align: left;
	font-family: 'Ubuntu', sans-serif;
	font-style: italic;
	color: #555;
	line-height: 19px
}
.name_title {
	font-family: 'Ubuntu', sans-serif
}
.name_title strong {
	display: block
}
.Video_section {
	height: 280px;
	overflow: hidden;
}
.ccr_connect_background {
	display: inline-block;
	width: 100%;
	padding: 40px 0
}
h4.title {
	background-image: url(../images/border-bottom.html);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 20px;
	line-height: auto;
	font-size: 24px;
	font-weight: 300;
	text-align: center
}
.connect_us {
	float: left;
	width: 100%
}
.training_partners {
	float: none;
	display: inline-block;
	width: 100%;
	padding: 40px 0 0 0
}
.assensing_body {
	float: none;
	width: 100%;
	display: inline-block;
	padding: 40px 0 0 0
}
.connect_us ul {
	list-style: outside none none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px
}
.connect_us li {
	width: 33.3333%;
	padding: 10px;
	float: left
}
.connect_us li .icon_box {
	padding: 15px;
	float: left;
	width: 100%;
	font-size: 20px;
	font-weight: 400;
	text-transform: capitalize;
	color: #fff;
	line-height: 60px;
	text-align: left
}
.connect_us li .memeber {
	background-color: #4b93ec
}
.connect_us li .training {
	background-color: #ec774b
}
.connect_us li .assessing {
	background-color: #56bfa0
}
.connect_us li i {
	height: 65px;
	width: 65px;
	line-height: 60px;
	float: left;
	border: solid 1px #fff;
	color: #fff;
	font-size: 30px;
	margin-right: 20px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}
.partner {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 7px 0;
	text-align: center
}
.testimonial {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	padding: 0px 15px;
	text-align: left; background: #fff; border:solid 1px #ddd;

}
	.testimonial P {
		text-align: left;
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 10px;
		padding: 10px;
		word-spacing: 4px;
	}
.testimonial-text {
 
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 19px; /* fallback */
	max-height: 100%; /* fallback */
	-webkit-line-clamp: 2; /* number of lines to show */
	-webkit-box-orient: vertical;
	height: 130px;
}

.testimonial-text P a{ color: #2b7bb9; font-size: 13px;}
.testimonial .media-object{border-radius: 100%; height: 50px; width: 50px;}
.testimonial .media-heading {
	font-size: 15px;
	line-height: 0;
	margin-bottom: 16px;
	margin-top: 38px;
}
.testimonial-main { position: relative;}
.testimonial-main .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: inherit;
    z-index: 15;
    width: 10%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
    top: -20%!important;
    text-align: right;
    right: 0;
}
.testimonial-main .carousel-indicators .active{ background-color: #2b7bb9;}
.testimonial-main .carousel-indicators li{ background-color: #fff; border-color: #2b7bb9;}
.testimonial-main .media-body p{ margin-bottom: 0px;}
.testimonial-list{list-style: outside none; margin: 0px; padding: 0;}
.testimonial-list li {border-bottom: solid 1px #ddd; margin-bottom: 15px; position: relative;}
.disc_test{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; line-height: 19px; max-height: 70px; -webkit-line-clamp: 3;
	-webkit-box-orient: vertical;}
.read_dis{position: absolute;
    right: 20px;
    bottom: 20px;}	
.testimonial-main .carousel-control.left{ background-image: inherit;height: 15px;top: -28px;right: 40px;left: inherit;color:
	#000; width: auto;}
.testimonial-main .carousel-control.right{background-image: inherit;top: -28px;	height: 15px; color: #000; width: auto;}
.testimonial-main .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{ font-size: 15px!important;}
.readm_test{ position: absolute; bottom: 30px; right: 30px;}
.partner img {
	margin: 0 auto
}
.img-profile{float: left;margin-right: 12px;}
.founder_member {
	background-image: url(../images/bottom_back.html);
	background-repeat: no-repeat;
	background: rgba(241,241,241,0.94);
	background-size: cover;
	width: 100%;
	padding: 40px 0;
	display: inline-block;
	float: left;
	text-align: center
}
.testimonial .carousel-indicators {
	bottom: -30px
}
 
.Banner {
	float: left;
	display: inline-block;
	width: 100%;
	padding: 0px 0 0 0
}
.ccr_main_section {
	display: inline-block;
	padding: 30px 0;
	width: 100%
}
.ccr_inner_page {
	display: inline-block;
	padding: 30px 0;
	width: 100%
}
.hss_team {
	display: inline-block;
	width: 100%
}
.hss_team ul {
	list-style: none;
	padding: 0;
	/*display: flex;
	flex-wrap: wrap;*/
	margin: 0 -10px 20px
}
.hss_team li {
	float: none;
	width: 25%;
	padding: 10px;
	display: flex;
}
.hss_team li .hass_team_box {
	text-align:center;
	border: 3px solid #ddd;
	padding: 0 0 15px 0;
	display: inline-block;
	width: 100%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/*min-height: 430px*/
}
.hss_team li .hass_team_box p {
	margin-bottom:0px; padding:15px 10px 0 10px; text-align:center;
}
.hss_team li .hass_team_box img {
	width: 100%;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0
}




.ccr_team2 {
	display: flex;
	flex-wrap: wrap;
	width:100%;
	/*justify-content: center;*/
}
.ccr_team2 li {
	width: 25%;
	float: left;
}




.hss_team_3 {
	display: inline-block;
	width: 100%
}
.hss_team_3 ul {
	list-style: none;
    padding: 0;
    margin: 0 -10px 20px;
	display:flex; flex-wrap: wrap;
}
.hss_team_3 li {
	width: 25%;
	padding: 10px;
	display: flex;
}
.hss_team_3 li .hass_team_box {
	text-align:center;
	border: 3px solid #ddd;
	padding: 0 0 15px 0;
	display: inline-block;
	width: 100%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/*min-height: 430px*/
}

.hss_team_3 li .hass_team_box p {
	margin-bottom:8px; padding:0px 10px; text-align:center; line-height:20px;
}
.hss_team_3 li .hass_team_box p span { font-size:12px; color:#888; display:block; margin:5px 0 0 0;}

.hss_team_3 li .hass_team_box img {
	width: 100%;
	margin:0 0 20px 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0
}
.hss_team li .name_title {
	margin: 10px 0;
	height: 40px
}
.view_profile {
	background-color: #95cc32;
	border-color: #86bd23;
	color: #fff
}
.view_profile:hover {
	background-color: #86bd23;
	border-color: #95cc32;
	color: #fff
}
.insttram {
	display: inline-block;
	widows: 100%
}
.insttram ul {
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px
}
.insttram ul li {
	float: left;
	width: 33.3333%;
	text-align: center;
	padding: 10px 15px
}
.insttram_inbox {
	border: 1px solid #ccc;
	vertical-align: middle;
	margin: 5px 0;
	padding: 30px 0
}
ul.list_view {
	list-style: square;
	display: inline-block!important;
	padding: 0 0 0 23px;
	margin-bottom: 20px
}
.list_view li {
	padding: 7px 0;
	line-height: 20px;
	width: 100%
}
.well {
	padding: 15px 10px;
	background-color: #f5f5f5;
	border: 1px solid #eee;
	box-shadow: none
}
.ac_process {
	display: inline-block;
	width: 100%
}
.ac_process h5 {
	color: #036eb6;
	margin: 20px 0 10px 0
}
.ac_process span {
	font-weight: 600;
	color: #930
}
span.d_green {
	color: #660;
	font-weight: 600
}
.ac_process ol {
	list-style: none;
	padding: 15px;
	margin-bottom: 0
}
.ac_process a {
	color: #036eb6
}
.ac_process li {
	padding: 5px 0
}
ul.assesing_body {
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px
}
.assesing_body li {
	padding: 7px 0;
	float: left;
	width: 24%;
	text-align: center;
	border: 1px solid #ddd;
	margin: 5px
}
.assesing_body li img {
	display: block;
	margin: 0 auto;
	padding-bottom: 20px
}
.qp_boxes {
	display: inline-block;
	width: 100%;
	float: left;
	margin-bottom: 20px;
	background-color: #f9f9f9;
	padding: 15px;
	border: 1px solid #eee
}
.qp_left {
	float: left;
	width: 35%;
	margin-bottom: 10px
}
.qp_right {
	float: left;
	width: 65%;
	padding-left: 20px
}
.qp_boxes p {
	font-size: 13px
}
.qp_boxes h4 {
	line-height: 16px
}
.model_curicullum h4 {
	font-weight: 400;
	font-size: 14px
}
.qp h4 {
	font-weight: 400;
	font-size: 14px
}
.qp_nos {
	display: flex;
	flex-wrap: wrap
}
.qp_left img {
	width: 100%
}
.aggregation_form {
	display: inline-block;
	width: 100%;
	border: 1px solid #ddd;
	padding: 20px 15px
}
.aggregation_form label {
	font-weight: 600;
	text-align: left!important
}
.lightbox {
	border: 1px solid #eee;
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%
}
.lightbox img {
	width: 100%;
	margin: 0;
	padding: 0
}
.mobile_view_image {
	padding: 10px
}
.event_details {
	padding: 0 15px;
	list-style: square;
	color: #95cc32
}
.event_details li {
	padding: 5px 0
}
.event_details li a {
	color: #036eb6;
	line-height: 20px
}
.event_list {
	border: 1px solid #eee;
	display: inline-block;
	width: 100%
}
.event_list li {
	padding: 5px 15px
}
.event_list li:nth-child(odd) {
	background-color: #fff
}
.event_list li:nth-child(even) {
	background-color: #eee
}
.event_list li:nth-child(odd) a {
	color: #000
}
.event_list li:nth-child(even) a {
	color: #036eb6
}
.event_list li:nth-child(odd) p {
	color: #000
}
.event_list li:nth-child(even) p {
	color: #89c027
}
.event_list {
	padding: 0;
	list-style: none
}
.pagination_bar {
	display: inline-block;
	text-align: center;
	width: 100%
}
.evnt_content {
	display: inline-block;
	padding: 15px;
	border: 1px solid #eee;
	width: 100%
}
.goog-te-gadget-simple {
	float: right;
	margin-top: 12px;
	height: 32px
}
.inner_content h5 {
	margin-top: 10px
}
.inner_content strong {
	display: inline-block
}
.qp_left_2 {
	float: left;
	width: 27%;
	padding-bottom: 0;
	padding-right: 20px
}
.bottom_btn {
	display: inline-block
}
.bottom_btn .qp {
	float: left;
	margin-left: 0;
	margin-top: 20px;
	margin-right: 10px;
	border-right: 1px solid #ccc;
	padding-right: 10px
}
.bottom_btn .qp:last-child {
	border-right: 0
}
.model_curicullum a {
	background-color: #e10b0b;
	color: #fff;
	padding: 6px 15px;
	margin-top: 6px;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
.model_curicullum a:hover {
	background-color: #95cc32
}
.qp a:hover {
	background-color: #95cc32
}
.model_curicullum a i {
	padding-right: 5px
}
.qp a {
	background-color: #e10b0b;
	color: #fff;
	padding: 6px 15px;
	margin-top: 6px;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
.qp a i {
	padding-right: 5px
}

.main_cgbox {
	float: left;
	margin: 0 10px;
	text-align: center
}
.cg_box {
	width: 460px;
	display: inline-block;
	border: 1px solid #ddd;
	margin-top: 10px;
	padding: 21px 0
}
.cg_box img {
	margin: 0 auto;
	margin-bottom: 10px;
	width: 100%;
	padding: 15px 0
}
.cg_box p {
	text-align: center
}

.hass_team_box strong {
	font-size: 16px;
	font-weight: 600;
	color: #333;
}
.registration_pro {
	display: inline-block;
	width: 100%;
	margin-top: 20px
}
.registration_pro ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	list-style: none
}
.registration_pro li {
	float: left;
	width: 23.2222%;
	background-color: #036eb6;
	padding: 15px;
	text-align: center;
	color: #fff;
	margin: 10px
}
.registration_pro h4 {
	color: #fff;
	border: 1px solid #ddd;
	height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 50px;
	display: block;
	margin: 15px auto;
	padding-top: 5px;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in
}
.registration_pro li:hover h4 {
	-webkit-box-shadow: 0 0 17px 0 rgba(255,255,255,1);
	-moz-box-shadow: 0 0 17px 0 rgba(255,255,255,1);
	box-shadow: 0 0 17px 0 rgba(255,255,255,1)
}
.inner_content ol li {
	padding: 5px 0
}
.part_img {
	display: inline-block;
	padding: 5px 0 5px 0;
	float: left;
	border: 1px solid #ddd;
	margin-right: 20px;
	width: 20%;
	text-align: center
}
.part_img img {
	display: inline-block
}
.registration_form .image_field {
	margin-bottom: 10px;
	float: right;
	text-align: center
}
.registration_form .image_field img {
	border: 1px solid #ddd;
	display: inline-block;
	margin-bottom: 10px
}
.form_app label {
	font-weight: 600;
	color: #000
}
.registration_form {
	display: inline-block;
	width: 100%;
	padding: 35px 0
}
.registration_form h4 {
	text-decoration: underline;
	margin-bottom: 20px;
	color: #036eb6
}
.form_app {
	display: inline-block;
	width: 100%
}
.form_app .form-group {
	display: inline-block;
	width: 100%
}
.para_form {
	display: inline-block;
	width: 100%;
	padding: 15px 0;
	background-color: #f5f5f5;
	margin-bottom: 25px
}
.para_form p {
	margin-bottom: 20px
}
ol.guid {
	padding: 0 15px
}
.hs_info {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -10px
}
.hs_info li {
	display: inline-block;
	float: left;
	width: 33.3333%;
	padding: 10px
}
.info_box {
	text-align: center;
	padding: 30px 0;
	display: inline-block;
	width: 100%;
	color: #fff;
	background-color: #e0b74b
}
.info_box2 {
	text-align: center;
	padding: 30px 0;
	display: inline-block;
	width: 100%;
	color: #fff;
	background-color: #56bfa0
}
.info_box3 {
	text-align: center;
	padding: 30px 0;
	display: inline-block;
	width: 100%;
	color: #fff;
	background-color: #50cdd9
}
.info_box4 {
	text-align: center;
	padding: 30px 0;
	display: inline-block;
	width: 100%;
	color: #fff;
	background-color: #6d9748
}
.info_box5 {
	text-align: center;
	padding: 30px 0;
	display: inline-block;
	width: 100%;
	color: #fff;
	background-color: #4b93ec
}
.info_box6 {
	text-align: center;
	padding: 30px 0;
	display: inline-block;
	width: 100%;
	color: #fff;
	background-color: #e0b74b
}
.innerimg_left {
	float: left;
	width: 25%;
	padding: 0;
	margin-right: 20px;
	text-align: center;
	margin-bottom: 15px;
}
.innerimg_left img {
	display: inline-block;
	width: 100%
}
.ccr_team {
	display: flex;
	width: 100%;
	justify-content: center;
}
.assesing_body li p {
	text-align: center;
	border-top: 1px solid #ddd;
	margin-bottom: 0;
	padding: 10px 0
}
ol.no_pad {
	padding: 0 15px
}
.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
	background-color: #95cc32;
	color: #fff
}
.table>tbody+tbody {
	border-top: 1px solid #ddd
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-bottom-width: 1px
}
.map {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px
}
.contat_page {
	border: 1px solid #eee;
	padding: 15px;
	display: inline-block;
	width: 100%
}
.ccr_full {
	padding: 10px 0 35px 0;
	margin-top: 20px
}
.enquiry_form .form-horizontal .control-label {
	text-align: left;
	font-weight: 600
}
.enquiry_form h2 {
	margin-bottom: 20px
}
.form-group {
	display: inline-block;
	float: left;
	margin-bottom: 15px;
	width: 100%
}
.red_button a {
	background-color: #e10b0b;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	margin-top: 6px;
	padding: 6px 15px;
	text-align: center;
	margin-bottom: 15px
}
ul.list_view ol {
	padding: 0 2px
}
a.pdf_file {
	display: block;
	padding-bottom: 10px
}
.hass_team_box a.anchor_b {
	background-color: #9abc5b;
	text-align: center;
	padding: 6px 20px;
	color: #fff;
	display: inline-block;
	width: 120px;
	margin: 8px auto 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer
}
.hass_team_box a.anchor_b:hover {
	background-color: #88b13b
}
.hss_team_3 .modal-content {
	text-align: left
}
.hss_team_3 .modal-content p {
	text-align: left !important; margin-bottom:15px !important; line-height:23px !important; padding:0px !important;
}

.hss_team_3 .modal-content img {
	border-radius: 0px !important;
}

.qp_right_2 {
	float: right;
	width: 73%
}
.dradt_qp {
	display: inline-block;
	width: 100%;
	padding: 0;
	list-style: none
}
.dradt_qp li {
	background-color: #f9f9f9;
	padding: 10px 15px;
	margin-bottom: 15px
}
.dradt_qp li .bottom_btn {
	border-top: 1px solid #ddd;
	display: inline-block;
	width: 100%
}
.banner_bt {
	background-color: rgba(0,0,0,0.9);
	background-image: url("../images/banner-bottom.html");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	display: inline-block;
	margin-bottom: 20px;
	padding: 10px 0;
	text-align: center;
	width: 100%
}
span.green {
	color: #f6971b
}



/*********** bindu added css 2017.06.12 ************/
.anchor { cursor:pointer;}
.regist{ float:left; display:inline-block;margin-top: 10px;}
#rpttopmenulink_liLink_9{background-color: #f6971b;}
.knowledge_partner_logo{ padding:0px; margin:0px -10px; list-style:none; display:flex; flex-wrap:wrap;}
.knowledge_partner_logo li{ width:20%; padding:10px;}
.knowledge_partner_logo li img{ border:1px solid #eee;}



/*********** end ************/


/** ajay add css start 3-6-19 **/

.pdf_work{background: #f9f9f9;padding-bottom: 15px;padding-top: 15px;border: 1px solid #eee;}
h3.pst_title{margin: 0px 0px 10px 30px;font-size: 16px; text-transform: uppercase;font-weight: 600;}
.wrk_side{text-align: center;}
.wrk_side p{margin-bottom: 4px;text-align: center;}
.mt-10{margin-top: 20px;}



/** ajay add css end 3-6-19 **/
.testimonial .media-left a{ line-height: 19px!important;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{color: #fff; background-color: #e10b0b;}
.nav-tabs>li>a {background: #f5f5f5;}




.inner_content { min-height: 400px;}


ul.Accreditation_Process { padding-left: 20px;}
ul.Accreditation_Process li,
ul.Accreditation_Process li a { font-size: 18px; padding: 5px 0;}





/* ------------------model css start--------------------
/////////////////// */

#covid-19 .modal-content {
    position: relative;
}

#covid-19 .modal-content {
    position: relative;
}
#covid-19 .modal-content:before {
    content: '';
    height: 0px;
    width: 0px;
    border-left: 50px solid #036eb6;
    border-right: 50px solid transparent;
    border-bottom: 50px solid transparent;
    position: absolute;
    top: 3px;
    left: 0px;
    z-index: 99;
}

.covid_19{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.half_width{
	max-width: 100%;
	padding:0 .2rem 0;
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	flex-basis: 0;
	justify-content: center;
}


.custom-modal-header {
    text-align: center;
    text-transform: uppercase;
	border-top: 4px solid #036eb6;
	padding: 20px 15px;
}
.custom-modal-header .modal-title { width:100%; line-height: 30px; color: #036eb6; font-size: 20px; padding:0px 20px;font-weight: 700;}

#covid-19 .modal-content .close {
    z-index: 99999999;
    color: white;
    text-shadow: 0px 0px 0px;
    font-weight: normal;
    top: 6px;
    right: 9px;
    position: absolute;
    opacity: 1;
}

#covid-19 .modal-content:after {
    content: '';
    height: 0px;
    width: 0px;
    /* / border-right: 50px solid rgba(255, 0, 0, 0.98); / */
    border-right: 50px solid #036eb6;
    border-bottom: 50px solid transparent;
    position: absolute;
    top: 3px;
    right: 0px;
    z-index: 999999;
}

.custom-modal-body { font-size:17px; color: #000; padding:30px;}

.covid{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	justify-content: center;
}
.covid_box{
	display: flex;
	flex-grow: inherit;
	flex-basis: auto;
	margin: 0;
	width: 25%;
	align-items: center;
	padding:10px 15px;
}
.covid_box a{
	width: 100%;	
align-items: center;
padding: 0;
background-color: #f1f1f1;
}

.covid_img{
	width: 100%;
}
.covid_text{	
	width: 100%;
	text-align: center;
	padding: 20px 0;
}
.covid_text h3{
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
}

.covid_text p{
	color: #000;	
	font-size: 16px;
	text-align: center;
}

.covid_img img{
	height: 250px;
	object-fit: cover;	
	width: 100%;
	object-position: top;
}

.blink{
	background-color: #f6971b;
	color: #fff;
	padding: 5px 15px;
	border-radius: 4px;
	font-size: 85%;
	-webkit-animation: blink 800ms step-end infinite;
	animation: blink 800ms step-end infinite;
}


@-webkit-keyframes blink { 50% { background-color: green; }}
		@keyframes blink { 50% { background-color: green; }}

.pb-0{
	padding-bottom: 0;
}






@media screen and (max-width:1170px) {
.container {
	max-width: 100%;
	padding: 0 15px
}
.logo {
	width: 25%
}
.mid_logo {
	width: 30%
}
.header_right {
	width: 45%
}
.hss_team_3 li .hass_team_box {
	min-height: auto
}
}
@media screen and (max-width:1024px) {
.connect_us li i {
	padding-left: 20px;
	margin-left: 0
}
.ccr_connect_background {
	text-align: center
}
.connect_us li i {
	padding-left: 0;
	margin-right: 10px
}
.connect_us li .icon_box {
	font-size: 14px
}
.hss_team li {
	width: 25%
}
.registration_pro li {
	width: 31.222%
}
.hss_team_3 li {
	width: 26%
}
.hss_team_3 li .hass_team_box {
	
}
}
@media screen and (max-width:980px) {
#counter ul {
	display: inline-block;
	width: 100%;
	text-align: center
}
#counter ul li {
	padding: 20px 0 0;
	width: 24%;
	display: inline-block
}
.list-wrpaaer {
	margin-bottom: 30px
}
.Video_section {
	margin-bottom: 30px
}
.logo {
	width: 20%
}
.mid_logo {
	width: 20%
}
.header_right {
	width: 60%
}
.hss_team_3 li {
	width: 33.333%
}
.assesing_body li {
	padding: 7px 0;
	float: left;
	width: 32%
}
@media screen and (max-width:800px) {
.logo {
width:13%
}
.mid_logo {
width:19%
}
.header_right {
width:68%
}
 
.connect_us li i {
padding-left:0;
margin-right:5px
}
.connect_us li .icon_box {
font-size:13px
}
.connect_us li .icon_box {
padding:15px 5px
}
.hss_team li {
width:33.3333%
}
.qp_right {
float:left;
padding-left:0;
width:100%
}
.qp_left {
float:left;
margin-bottom:20px;
width:100%
}
.registration_pro li {
width:30.3333%
}
.main_cgbox {
margin:0;
padding:0 10px;
width:33.333%
}
.cg_box {
width:100%;
padding:0
}
.cg_box img {
padding:2px 0
}
.hss_team_3 li {
width:50%
}
.hss_team_3 ul {
display:flex;
flex-wrap:wrap;
list-style:outside none none;
margin:0 -10px 20px;
padding:0
}
.hss_team_3 li .hass_team_box {
min-height:auto
}
.hss_team li {
width:32%
}
.ccr_team2 li {
float:left;
width:33%!important
}
.knowledge_partner_logo li{ width:33.333%; padding:10px;}


}
@media screen and (max-width:767px) {
h3.pst_title{margin: 0px; text-align: center;}
.dropdown-menu>li>a {
	color: #fff!important
}
.navbar-nav>li>a {
	border-bottom: 1px solid #0f7cc5
}
.navbar-nav {
	margin: 0 -15px
}
.big_with li {
	width: 100%;
	float: left;
	padding-bottom: 15px
}
.dropdown-menu>li>a {
	border-bottom: 1px solid #0f7cc5;
	padding: 10px 20px!important
}
.logo {
	width: 50%
}
.mid_logo {
	width: 50%
}
.header_bottom {
	padding-left: 0
}
.top_botton a {
	margin-left: 0;
	margin-right: 10px
}
.header_right {
	border-top: 1px dashed #ddd;
	margin-top: 10px;
	padding-top: 10px;
	width: 100%
}
.top_botton {
	text-align: left
}
.goog-te-combo {
	float: left
}
.icons {
	float: left
}
.box_color {
	float: left
}
.navbar-default .navbar-toggle {
	border-color: transparent
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: inherit
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff
}
.top_drop {
	float: left
}
.dropdown-menu>li:last-child>a {
	border-bottom: 1px solid #0f7cc5
}
.connect_us li {
	float: none;
	padding: 10px;
	width: 375px;
	margin: 10px 0;
	display: inline-block
}
.connect_us li .icon_box {
	font-size: 20px;
	padding: 15px
}
.connect_us li i {
	margin-right: 10px
}
.connect_us ul {
	display: inline-block
}
.training_partners {
	padding: 10px;
	width: 375px
}
.assensing_body {
	padding: 10px;
	width: 375px;
	margin-top: 30px
}
.mobile_view {
	width: 100%
}
.insttram ul li {
	float: left;
	width: 50%
}
.goog-te-gadget-simple {
	float: left
}
.qp_boxes {
	border-bottom: 1px solid #eee;
	display: flex;
	flex-wrap: wrap;
	float: left;
	margin-bottom: 20px;
	width: 100%;
	padding-bottom: 20px
}
.qp_left_2 {
	width: 30%;
	padding-bottom: 20px
}
.model_curicullum {
	margin-top: 20px
}
.qp {
	margin-top: 20px
}
.registration_pro li {
	width: 47%
}
.registration_form .image_field {
	float: left
}
.hs_info li {
	display: inline-block;
	float: left;
	width: 50%;
	padding: 15px
}
.hss_team li {
	width: 47%
}
.assesing_body li {
	padding: 7px 0;
	float: left;
	width: 31.8888%
}
.innerimg_left {
	width: 35%
}
.ccr_team2 li {
	float: left;
	width: 50%!important
}
.covid_box{
	width: 33.333%;
}
}
@media screen and (max-width:728px) {
#counter ul li {
	padding: 20px 0 0;
	width: 32%;
	display: inline-block
}
.header_right {
	padding-top: 15px
}
.twitter_view {
	margin: 0 0 30px 0;
	display: inline-block
}
 
.part_img {
	width: 50%
}
}
@media screen and (max-width:640px) {
.connect_us li i {
	padding-left: 0
}
.hss_team li {
	width: 50%
}
.registration_pro li {
	width: 46%
}
.knowledge_partner_logo li{ width:50%; padding:10px;}


.covid_box{
	width: 50%;
}

}
@media screen and (max-width:550px) {
.connect_us ul {
	display: inline-block;
	flex-wrap: wrap;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%
}
.top_drop {
	float: left;
	margin-left: 0
}
.top_drop a {
	margin: 0
}
.top_botton a {
	float: left;
	margin: 1px 10px 5px 0
}
.qp_left_2 {
	padding-bottom: 20px;
	width: 50%
}
.hss_team_3 li {
	width: 50%
}
.main_cgbox {
	width: 50%
}
.dropdown-menu>li>a {
	width: 100%
}
.dropdown-menu>li {
	padding: 0
}
.assesing_body li {
	padding: 7px 0;
	float: left;
	width: 47.8888%
}
}
@media screen and (max-width:515px) {
#counter ul li {
	padding: 20px 0 0;
	width: 49%;
	display: inline-block
}
.registration_pro li {
	width: 100%
}

.covid_img a img{
	width:100%;
	height: auto;
}



}
@media screen and (max-width:480px) {
.copy_right {
	color: #fff;
	float: left;
	font-size: 13px;
	line-height: 24px;
	padding-bottom: 10px;
	text-align: center;
	width: 100%
}
.visit_box {
	width: 100%;
	padding-bottom: 10px
}
.design_by {
	color: #fff;
	float: left;
	font-size: 13px;
	line-height: 24px;
	padding-bottom: 10px;
	text-align: center;
	width: 100%
}
.insttram ul li {
	float: left;
	width: 100%
}
.hss_team li {
	width: 100%
}
.qp_left_2 {
	width: 100%;
	padding-bottom: 20px
}
.model_curicullum {
	margin-top: 20px
}
.qp {
	margin-top: 20px
}
.main_cgbox {
	width: 100%;
	margin-bottom: 10px
}
.hs_info li {
	display: inline-block;
	float: left;
	width: 100%;
	padding: 15px
}
.assesing_body li {
	padding: 7px 0;
	float: left;
	width: 100%
}
.part_img {
	width: 100%;
	margin-bottom: 20px
}
.hss_team_3 li {
	width: 100%
}
.bottom_btn .qp {
	border: 0 solid #ccc;
	float: left;
	margin-left: 0;
	margin-right: 0;
	margin-top: 20px;
	padding-right: 0;
	width: 50%
}
.innerimg_left {
	width: 50%
}
.ccr_team2 li {
	float: left;
	width: 100%!important
}
.knowledge_partner_logo li{ width:100%; padding:10px;}
.covid_box{
	width: 100%;
	margin: 15px 0;
}


}
@media screen and (max-width:414px) {
#counter ul li {
	padding: 20px 0 0;
	width: 100%;
	display: inline-block
}
.header_right {
	padding-top: 0
}
.top_botton a {
	margin-top: 15px
}
.connect_us li {
	width: 100%
}
.connect_us li h4 {
	float: none;
	margin-top: 10px
}
.training_partners {
	width: 100%;
	padding: 10px;
	margin: 0
}
.assensing_body {
	width: 100%;
	padding: 10px;
	margin: 0
}
.top_botton a.home {
	float: none;
	display: inline-block
}
.training_partners {
	padding: 0
}
.assensing_body {
	padding: 0;
	margin-top: 30px
}
.cg_box {
	width: 100%
}
}
@media screen and (max-width:375px) {
.connect_us li .icon_box {
	font-size: 16px
}
.hss_team_3 li {
	width: 100%
}
.model_curicullum {
	margin-right: 10px;
	padding-right: 10px
}
.innerimg_left {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px
}
}
@media screen and (max-width:320px) {
.connect_us li .icon_box {
	font-size: 13px
}
.qp {
	margin-top: 30px;
	border-left: 0;
	margin-left: 0;
	padding: 0
}
.model_curicullum {
	border-right: 0
}
}
