.inner_head {
	background-image: url(../images/banner-inner.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	z-index: 1;
	min-height: 230px;
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 50px;
}
@media(max-width:896px) {
 .inner_head {
 min-height: auto;
 background-size: cover;
 padding-top: 40px;
 padding-bottom: 10px;
}
}
.inner_head:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: -1;
}
.breadcrumb {
	background-color:transparent;
	text-align:center;
	margin: 0;
}
.breadcrumb > li + li:before {
	padding: 0 5px;
	font-size: 14px;
	color: #fff;
	content: "\f105";
	font-family:FontAwesome;
}
.breadcrumb > li {
	color:#fff;
	font-weight:500;
}
.breadcrumb > li a {
	font-weight:500;
	text-decoration:none;
	color:#4886ff;
}
.inner_head h2 {
	color: #fff;
	margin:0;
	position: relative;
	padding: 0;
	font-size: 50px;
	text-transform: capitalize;
	font-weight: 600;
	text-align: center;
}
@media(max-width:767px) {
 .inner_head h2 {
 font-size: 35px;
}
}
.tabbable-panel {/* border: 1px solid #d2d2d2; *//* padding: 10px; */
	overflow:auto;
}
.tabbable-line > .nav-tabs {
	border: none;
	margin: 0px;
}
.tabbable-line > .nav-tabs > li {
	margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
	border: 0;
	margin-right: 0;
	color: #8e8e8e;
	font-size: 17px;
	text-transform: uppercase;
}
@media(max-width:767px) {
 .tabbable-line > .nav-tabs > li > a {
 font-size: 14px;
 padding-left:10px;
 padding-right:10px;
}
}
.tabbable-line > .nav-tabs > li > a > i {
	color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
/*	border-bottom: 4px solid rgb(80,144,247);*/
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
	border: 0;
	background: none !important;
	color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
	color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
	margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
	position: relative;
	background-color: #4886ff;
	margin: 0 !important;
}
.tabbable-line > .nav-tabs > li.active > a {
	border: 0;
	color: #fff;
	background-color: #4980ec;
}
.tabbable-line > .nav-tabs > li.active > a > i {
	color: #404040;
}
.tabbable-line > .tab-content {
	margin-top: -3px;
	background-color: #fff;
	border: 0;
	border-top: 1px solid #eee;
	padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
	padding-bottom: 0;
}
.custom_ul {
	list-style-type: none;
	margin: 20px 0;
	padding:0;
}
.custom_ul li {
	padding:0 0 10px 20px;
	position: relative;
}
.custom_ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	background-color: #4980ec;
	width: 6px;
	height: 6px;
}
/**signup***/

.field_body {
	background-color: #f1f1f1;
	padding: 25px;
	max-width: 550px;
	margin: 0 auto;
}
.field_body h3 {
	font-size: 30px;
	font-weight: 600;
	margin: 0;
	padding: 0 0 20px;
}
.field_body form input[type="text"], .field_body form input[type="email"], .field_body form input[type="password"] {
	position: relative;
	padding-left: 40px;
	background-image: url(../images/user-i.png);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	background-size: 20px;
}
.field_body form input[type="email"] {
	background-image: url(../images/mail-i.png);
	background-position: 10px 16px;
}
.field_body form input[type="password"] {
	background-image: url(../images/lock-i.png);
}
.field_body form input[type="submit"] {
	display: block;
	line-height: 1;
	background-color: #0b3878;
	color: #fff;
	margin: 15px 0;
	transition: 0.3s;
	height: 42px;
}
.field_body form input[type="submit"]:hover, .login_w a:hover {
	transition: 0.3s;
	opacity: 0.8;
}
.field_body a {
	font-size: 15px;
	color: #838383;
}
.field_body a:hover {
	text-decoration: underline;
}
.field_body p {
	color: #494949;
	font-size: 17px;
	position: relative;
	display: inline-block;
}
.field_body p:after {
	content: "";
	position: absolute;
	right: -130px;
	top: 12px;
	width: 120px;
	height: 2px;
	background-color: #e1e1e1;
}
.login_w a {
	display: inline-block;
	background-color: #0b3878;
	color: #fff;
	padding: 8px 15px;
	margin: 8px 0;
}
.login_w a.google {
	background-color: #cf0000;
}
.left_filterbtn {
	background-color: #f3f3f3;
	padding:10px;
	font-weight:bold;
	cursor:pointer;
	display:none;
}
@media(max-width:767px) {
 .left_filterbtn {
 display:block;
 margin-bottom:15px;
}
}
.left_filterbtn i {
	float:right;
}
.left_filter {
	background-color: #f3f3f3;
	padding:30px 25px;
	height: 775px;
	overflow: auto;
}
@media(max-width:767px) {
 .left_filter {
 height:auto;
 display:none;
 padding:20px 15px;
 margin-bottom:15px;
}
}
.left_filter h2 {
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: bold;
	text-transform: capitalize;
	    font-family: Montserrat;
}
.left_filter h3 {
	margin: 0 0 20px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: #ccc solid 1px;
	padding: 0 0 10px 0;
	text-transform: uppercase;
	    font-family: Montserrat;
}
.left_filter ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}
.left_filter ul li {
	padding: 0 0 10px;
	text-transform: capitalize;
	font-size: 14px;
}
.left_filter ul li input {
	margin:0 10px 0 0;
}
.course_dashboard {
	background-color: #f3f3f3;
	padding: 40px 25px;
	height: 775px;
	overflow: auto;
}
@media(max-width:767px) {
 .course_dashboard {
 background-color: #f3f3f3;
 padding: 15px;
 height:auto;
}
}
.course_dashboard h2 {
	margin: 0 0 10px;
	font-size: 23px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
	    font-family: Montserrat;
}
.course_dashboard h3 {
	margin: 0 0 15px;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	border-bottom: #ccc solid 1px;
	padding: 0 0 10px 0;
}
.course_dashboard p {
	text-align: center;
}
.course_dashboard article {
	display:block;
	background-color: #f5fdff;
	border-top: #c6e1e8 solid 7px;
	padding: 20px 5px 20px;
	text-align: center;
	margin-bottom:28px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.08);
	transition:all 0.3s ease-out;
	height: 242px;
	overflow:hidden;
}
@media(max-width:767px) {
 .course_dashboard article{
 padding: 15px 5px 10px;
 text-align: center;
 margin-bottom:10px;
 height:auto;
}
}
.course_btn{
	border: #a2d2fd solid 2px;
	padding: 4px 18px;
	margin: 5px;
	display: inline-block;
	border-radius: 100px;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1.4;
	font-weight: 500;
	transition:all 0.3s ease-out;
}
.course_btn:hover{
	background-color:#a2d2fd;
}
.course_dashboard article:hover {
	border-top: #0b3878 solid 7px;
	box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.1);
}
.course_dashboard article img {
	margin-bottom: 10px;
	height: 45px;
}
.course_dashboard article h4 {
	font-size: 16px;
	margin: 0 0 8px 0;
	color:#000;
	font-weight: 500;
	font-family: Archivo;
}
.course_dashboard article p {
	color: #86c0f5;
	margin: 0 0 4px 0;
	font-size: 14px;
}
.course_dashboard .courses {
	padding: 20px 30px 0;
}
@media(max-width:767px) {
.course_dashboard .courses {
 padding: 10px 0;
}
}
.heading11 {
	font-size: 31px;
	font-weight: 700;
	color: #222222;
	margin: 0 0 20px;
	padding-bottom: 15px;
	position: relative;
	font-family: Montserrat;
}
.heading11:before {
	content: "";
	position: absolute;
	left:0;
	bottom: 0;
	width: 42px;
	height: 2px;
	background-color:#ff6f6f;
}
@media(max-width: 1160px) {
 .heading11 {
 font-size: 33px;
}
}
@media (max-width: 767px) {
 .heading11 {
 font-size: 30px;
 line-height: 29px;
 text-align: center;
}
 .heading11:before {
 left: 50%;
 margin-left: -21px;
}
}
@media (max-width: 480px) {
 .heading11 {
 font-size:	24px;
}
}
.heading12 {
	font-size: 25px;
	font-weight: 500;
	color: #222222;
	margin: 0 0 25px;
	position: relative;
	font-family: Montserrat;
}
@media (max-width: 767px) {
 .heading12 {
 font-size: 20px;
 margin: 0 0 15px;
}
}
.heading13 {
	font-size: 34px;
	font-weight: bold;
	color: #1b59b2;
	margin: 10px 0 35px;
	position: relative;
	font-family: Montserrat;
}
@media (max-width: 767px) {
 .heading13 {
 font-size: 25px;
 margin: 0 0 25px;
}
}
.inner_head.course_head:before {
	background-color: rgba(0, 0, 0, 0.4);
}
.course_head {
	text-align: center;
	color: #fff;
	padding-top: 110px;
}
.course_head h2 {
	font-size: 40px;
	font-weight: 400;
	margin: 0 0 25px 0;
	letter-spacing: 2px;
}
.course_head h3 {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 30px;
}
.course_head ul {
	list-style: none;
	margin: 20px 0;
	padding:0;
}
.course_head ul li {
	display: inline-block;
	padding: 2.5%;
	font-size: 16px;
}
.course_head ul li strong {
	display: block;
	font-size: 28px;
	font-weight: 500;
}
.course_head a {
	margin: 10px 10px 0;
}
.course_head p {
	max-width:700px;
	margin: 0 auto 20px;
	font-family: Montserrat;
}
.btn10 {
	background-color: #0b3878;
	border: #0b3878 solid 2px;
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	padding: 14px;
	display: inline-block;
	letter-spacing: 1px;
	min-width: 280px;
	letter-spacing: 1px;
	transition:all 0.3s ease-out;
}
.btn10:hover {
	background-color: #fff;
	color: #0b3878;
}
.btn11 {
	background-color: #fff;
	border: #fff solid 2px;
	font-size: 18px;
	color: #0b3878;
	font-weight: 300;
	padding: 14px;
	display: inline-block;
	letter-spacing: 1px;
	min-width: 280px;
	letter-spacing: 1px;
	transition:all 0.3s ease-out;
}
.btn11:hover {
	background-color: #0b3878;
	color: #fff;
}
.stream_list > div > article {
	border-right: #efefef solid 2px;
	min-height: 135px;
	margin: 5px 0 30px;
}
.stream_list > div:last-child > article {
	border-right:0px;
}
@media (max-width: 767px) {
 .stream_list > div > article {
 border-right: 0px;
 border-bottom: #efefef solid 2px;
 padding: 0 0 10px 0;
 min-height: auto;
}
}
.stream_list > div > article h2 {
	color: #0b3878;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.stream_list > div > article p {
}
.stream_list > div > article p strong {
	margin-bottom: 20px;
	display: block;
}
.videos {
}
@media (max-width: 767px) {
 .stream_list > div > article p strong {
 margin-bottom: 5px;
}
 .videos {
 margin:20px 0;
}
}
.about_details {
	text-align:center;
}
.about_details p {
	max-width: 800px;
	margin: 0 auto;
	font-size: 18px;
	color: #8a8a8a;
	line-height: 1.8;
	font-family: Montserrat;
}
.about_brief{
	padding-top:0;
}
.about_brief article {
	margin:40px 0 0;
}
.about_brief figure {
	float: left;
	text-align:center;
}
.about_brief figure img {
	width: 80px;
	display:inline-block;
}
.about_brief .brief_info {
	overflow: hidden;
	padding: 0 25px 20px 35px;
}
.about_brief .brief_info h2 {
	margin: 0 0 20px 0;
	font-size: 22px;
	font-weight: 600;
}
.about_brief .brief_info p {
}
@media (max-width: 767px) {
 .about_brief figure {
 float: none;
}
 .about_brief .brief_info {
 padding:20px 0 0;
 text-align:center;
}
 .about_details p {
 font-size: 16px;
 line-height: 1.6;
}
 .about_brief .brief_info h2 {
 font-size: 20px;
}
}
.end_block {
	padding:0 0 40px;
}
.about_tab {
	/* background-color: #f4f4f4; */
	/* margin-bottom: 40px; */
	padding-top: 0;
}
.about_tab .nav-tabs {
	float: right;
	padding-left: 20px;
	width: 370px;
	border: 0;
}
@media (max-width: 767px) {
	.about_tab .nav-tabs {
		float: none;
		padding-left: 0;
		width: 100%;
		border: 0;
	}
}
.about_tab .nav-tabs li {
	position: relative;
	padding: 0;
	width: 100%;
	padding-top: 60%;
	background-color: white;
	overflow: hidden;
	margin: 5px 0;
	cursor: pointer;
}
@media (max-width: 767px) {
	.about_tab .nav-tabs li{


		width: 50%;
		padding-top: 35%;
	}
}
.about_tab .nav-tabs li a {
	position: absolute;
	padding: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 0px;
	margin: 0;
	transition:all 0.3s ease-out;
}
.about_tab .nav-tabs li img {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.about_tab .nav-tabs li strong {
	position: absolute;
	z-index: 2;
	transform: translate(-50%, -50%);
	top: 50%;
	text-align: center;
	left: 50%;
	background-color: rgba(255, 255, 255, 0.9);
	width: 55%;
	padding: 12px 5px;
	text-transform: uppercase;
	transition:all 0.3s ease-out;
}
.about_tab .nav-tabs li a:hover, .about_tab .nav-tabs li a:focus {
	border:0;
	border-radius:0;
}
.about_tab .nav-tabs li a:hover strong {
	background-color: #1b59b2;
	color:#fff;
}
.about_tab .tab-content {
	background-color: #f4f4f4;
	padding: 6% 5%;
	margin: 5px 0;
	overflow: auto;
	min-height: 430px;
	/* box-shadow: 0px 1px 35px rgba(0,0,0,0.1); */
}
.star_rating{
	color: #df6426;
	margin: 5px;
}
.star_rating i{font-size: 17px;}


/****29-4-20*****/

.blog_listing article {
margin: 0 0 60px 0;
border: 1px solid #ececec;
box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
min-height: 510px;
}

.blog_listing article > div{
padding: 0 15px 20px;
text-align: center;
}

 @media(min-width:768px) {
 .blog_listing article {
 max-width: 410px;
 min-height: initial;
}
}
.blog_listing figure {
	position: relative;
	background: #fff;
	height: 250px;
	overflow: hidden;
	border: 10px solid #fff;
}
.blog_listing figure img {
	width:100%;
}
 @media(max-width:767px) {
.blog_listing figure {
 height:auto;
 max-width: 460px;
 margin:0 auto;
}
}
.blog_listing figure dl {
	position:absolute;
	display:table;
	width:100%;
	background:rgba(0, 0, 0, 0.6);
	color:#fff;
	font-size:15px;
	bottom:0px;
	left:0px;
	right:0px;
	margin:0;
}
.blog_listing figure dl dd {
	display:table-cell;
	padding:10px;
}

.blog_listing figure dl dd:last-child{
text-align: right;	
} 

.blog_listing figure dl dd .fa {
	margin:0 5px 0 0;
}
.blog_listing h3 {
	font-size:24px;
	font-weight:500;
	line-height:1.3;
	margin: 8px 0 15px;
	font-family: Poppins;
	color: #0b3878;
}
.blog_listing p {
	line-height: 1.6;
	font-size: 0.9em;
	margin: 0 0 20px;
}
.blog_listing article a {
font-size: 0.9em;
display: inline-block;
background-color: #0b3878;
padding: 8px 20px;
position: absolute;
left: 50%;
transform: translate(-50%,0);
color: #fff;
transition: 0.3s;
}

.blog_listing article a:hover{
transition: 0.3s;
    background-color: #0e4594;
    }

.left_items.popular h4 {
	font-weight: 500;
	font-size: 14px;
	margin: 6px 0 5px 0;
	display: inline-block;
	line-height: 1.5;
	font-family: Poppins;
}

/**/

.blog_card{
padding: 12px 12px 15px;
border: 1px solid #ededed;
box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
margin: 0 0 20px;
}	

.blog_card figure{
margin: 0 0 10px;
position: relative;
    overflow: hidden;
    background-color: #000;
    height: 230px;
    text-align: center;
	}

.blog_card figure img{
min-height: 100%;
min-width: 100%;
max-width: 200%;
transition: 0.3s;
width: auto;
height: auto;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin: auto;
}	

.blog_card figure h3{
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0,0,0,0.6);
color: #fff;
font-size: 18px;
text-align: left;
padding: 12px 15px;
font-weight: 500;
margin: 0;
text-transform: capitalize;
font-family: Poppins;
	}

.blog_card figure h3 i{
font-size: 14px;
text-transform: capitalize;
padding: 8px 0 0 8px;
color: #fff;
display: inline-block;
}	

.blog_card figure h3 u{
font-size: 15px;
}

.blog_card p{
	font-size:15px;
	line-height: 1.6;
}

.blog_card a{
	border: 1px solid #ccc;
	color: #c5221d;
	font-size: 15px;
	padding: 4px 6px;
	display: inline-block;
	margin: 10px 0 5px;
	transition: 0.3s;
}

.blog_card a:hover{
background-color: #fff;
transition: 0.3s;
background: #fff3f2;
	}

.admin_s{
padding-left: 20px;	
}

.blog_card figure h3 > div{
margin-top:5px;	
}

@media(min-width: 992px){
.blog_card{
min-height: 515px;
}
}

@media(min-width: 1025px){

.blog_card figure {
    height: 250px;
}

}	

.blog_detail figure{
	height: 280px;
}

@media(min-width: 500px){
.blog_detail figure{
	height: 400px;
}
}

.left_block .heading3{
font-family: Poppins;
font-weight: 500;	
position: relative;
padding-bottom: 12px;
}

.left_block .heading3:before{
content: "";
position: absolute;
left: 0;
width: 60px;
height: 3px;
background-color:#0b3878;
bottom: 0;
}

.left_block ul {
	list-style:none;
	padding:0;
	margin:0;
}
.left_block ul li {
	list-style:none;
	margin:0 0 10px 0;
}
.left_list li {
	padding: 0;
	position: relative;
	width: 100%;
	border-bottom: none;
}
.left_list li a {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 98;
	padding: 7px 0;
	color:#000;
}
.left_list li.current_cat a {
	color:#ff3333;
}
.left_list li a:after {
	content: "";
	display: inline-block;
	height: 0.5em;
	vertical-align: bottom;
	width: 100%;
	margin-right: -100%;
	margin-left: 10px;
	border-top: 1px solid #dadada;
	z-index: 98;
}
.left_list li span {
	position: absolute;
	right: 0;
	top: 10px;
	height: 22px;
	min-width: 30px;
	background-color: #ffffff;
	z-index: 99;
	display: block;
	text-align: right;
	color: #696969;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.left_items {
	margin:20px 0 0 0;
}
.left_items dl {
	display:table;
	width:100%;
	border-bottom:solid 1px #dadada;
	margin:10px 0;
}
.left_items dl a {
	color:#000;
}
.left_items dl a:hover {
	color: #0b3878;
}
.left_items dl dt {
	display:table-cell;
	width:65%;
	vertical-align:top;
}
.left_items dl dd {
	padding-right:10px;
	display:table-cell;
	width:35%;
	vertical-align:top;
}
.left_items figure {
	padding:5px;
	background:#fff;
	margin:0 0 10px 0;
}
.left_items h4 {
	font-weight:500;
	font-size:15px;
	margin:15px 0 5px 0;
	display:inline-block;
}
.left_items h5 {
	font-weight:500;
	font-size:14px;
	padding:0 0 5px 0;
	display:block;
	font-family: Poppins;
	color:#0b3878;
}
.blog_listing article {
	margin:0 0 40px 0;
}

.courses_table tr td #dflt {
    float: right;
    position: relative;
    top: 2px;
}
.courses_table td{
	font-size:15px;
}

/*****8/5/2020********/

.left-nav{
background-color: #ececec;
padding-top: 10px;
padding-bottom: 22px;
}

.left-nav h3{
font-weight: 600;
border-bottom: 1px solid #ccc;
padding-bottom: 15px;
margin:12px 0 20px;
}

.left-nav ul{
list-style-type: none;
margin:0 0 10px;
padding:7px;	
background-color: #e3e3e3;
} 

.icon-nav span{
color: #000;	
}

.icon-nav span {
    color: #0b3878;
    padding: 0 10px;
}
  
.right-side-invisible h4{
font-size: 21px;
font-weight: 600;
margin: 0;
padding-bottom: 10px;
color: #0b3878;
padding-left: 0;
}

.right-side, .right-side-invisible {
    margin: 0 0 20px;
    text-transform: capitalize;
}

.nav-tabs {
    border-bottom: 1px solid #2557a6;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-width: 1px;
    border-color: #2557a6 #2557a6 transparent;
    background: #fff;
    color: #333;
}

.profile .field {
    border-bottom: #f2f2f2 solid 1px;
    padding-bottom: 7px;
padding-top: 8px;
}

ul.field {
    margin: 0;
}

.field {
    padding: 0px;
}

.field li {
    display: inline-flex;
}

.profile .field li:first-child {
    min-width: 200px;
}
.field li:first-child {
    width: 200px;
}

.profile .field li h4 {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
}

.nav-tabs li a {
    border: none;
    border-radius: 0;
    transition: 0.2s linear;
    font-size: 16px;
    font-weight: 500;
    background-color: #f2f2f2;
}

.nav-tabs li a:hover {
    background: #1F5995;
    color: #fff;
    transition: 0.2s linear;
    border: none;
}

.name h4 {
    font-weight: normal !important;
}

.cc {
    background: #f2f2f2;
    overflow: auto;
    padding: 15px 20px;
    color: #2557a6;
  }

  .profile .cc {
    margin: 0 !important;
    width: 100% !important;
}

.profile {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
}

.pro-image {
    max-width: 260px;
    background-color: #f2f2f2;
    border-radius: 5px;
    padding: 25px 15px;
    text-align: center;
    float: right;
    display: inline-block;
    width: 100%;
}

.pro-image img {
    height: 150px;
}

.pro-image h2 {
    margin: 0 0 10px 0;
    border-bottom: #ffffff solid 1px;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #333;
    font-family: 'Poppins';
}

/*.pro-image button{
 height: 42px;
 line-height: 42px; 
}
*/
.right-side input[type="text"], .right-side input[type="file"], .right-side input[type="email"], .right-side input[type="password"], .right-side input[type="number"], .right-side textarea, .right-side select, .right-side-invisible input[type="text"], .right-side-invisible input[type="file"], .right-side-invisible input[type="email"], .right-side-invisible input[type="password"], .right-side-invisible input[type="number"], .right-side-invisible textarea, .right-side-invisible select {
    border: 1px solid #cdcdcd;
    background-color: #fff;
    width: 100%;
    max-width: 400px;
    padding: 0 15px;
    box-shadow: none;
    outline: none;
    height: 38px;
    border-radius: 0px;
    margin: 0 0 15px;
    font-size: 14px;
    color: #333;
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
}

.form_style2 ul li input {
    margin: 0 0 10px 0 !important;
}

.field li h4 {
    font-size: 14px;
}

.right-side textarea, .right-side-invisible textarea {
    padding: 10px 15px;
    height: 80px;
}

.form_style2 ul li {
    width: 35% !important;
    display: inline-block;
    vertical-align: top;
}

.cc button{
margin-top:0;	
}

#showExp10{
color: #2557a6;	
}

.btn1 {
    background-color: #3a73ce;
    color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    border: #3a73ce solid 1px;
    height: 42px;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 19px 28px 19px;
    font-size: 15px;
    float: none;
    letter-spacing: 0.5px;
    line-height: 1px;
}

.btn {
    background: rgba(0, 0, 0, 0) linear-gradient(#3973af, #1f5995) repeat scroll 0 0;
    color: #fff !important;
    padding: 3px 10px !important;
    border-radius: 3px;
    height: 30px !important;
line-height: normal !important;
margin: 10px 0 !important;
}

/* main heading for offshoring menu collapse list*/
.service_heading {
    font-size: 31px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 20px;
    padding-bottom: 15px;
    position: relative;
}
.service_heading:before {
	content: "";
	position: absolute;
	left:0;
	bottom: 0;
	width: 42px;
	height: 2px;
	background-color:#ff6f6f;
}
 @media(max-width: 1160px) {
 .service_heading {
 font-size: 33px;
}

}

@media(max-width:896px){

.icon-nav span img{
max-width: 20px;
}

}

 @media (max-width: 767px) {
 .service_heading {
 font-size: 30px;
 line-height: 29px;
 text-align: center;
}

.right-side-invisible{
margin-top: 15px;	
}

.right-side,
.right-side-invisible{
padding: 0;	
}

.form_style2 ul li{
width: 100% !important;	
}

.nav-tabs li a {
    font-size: 13px;
    padding: 10px 10px;
}

 .service_heading:before {
 left: 50%;
 margin-left: -21px;
}
}
 @media (max-width: 480px) {
.service_heading {
 font-size:	24px;
}
}

.card i{
font-size: 32px;
color: #0b3878;	
}

.card_txt h3{
color: #0b3878;
margin-top: 0;	
}

.grid-item .btn{
background-color: #e3e3e3 !important;
background: none;
height: auto !important;
width: 100%;
padding: 15px 12px 0 !important;
color: #000 !important;
min-height: 155px;
}

.grid-item .btn img{
max-width: 100px;
margin-bottom: 10px;
	}

ul.field{
	overflow-x: auto;
}	

/*ul.field table tr a{
background-color: #0b3878;
border-radius: 100px;
width: 40px;
height: 40px;
padding: 8px 0 0;
line-height: initial;
margin:0;
}*/

/*ul.field table tr a:hover{
background-color: #124895;
	}
*/
/**15/5/20*****/

.login_user{
z-index: 11111;
float: right;	
position: relative;
right: -25px;
}
	
.login_user button{
background-color: transparent;
font-size: 25px;
padding:0;
	}

.login_user .dropdown-menu{
	right: 0;
	left: auto;
	padding: 0;
}

.login_user .dropdown-menu > li > a {
    padding: 8px 15px;
    background-color: #deebfd;
    border-bottom: 1px solid #c3d2e6;
    text-transform: capitalize;
    transition: 0.3s;
    }

   .login_user .dropdown-menu > li > a:hover{
   transition: 0.3s;
   background-color: #fff;
   } 

#editExp10 div:first-child{
margin: 10px 0 0 !important;
}

#editExp10 div:first-child label{
padding: 0;
	}

#editExp10 div .col-md-12{
padding: 0;	
}	

.bottom{
background-color: #f0f0f0;
padding: 15px 15px 2px;
border: 1px solid #ccc;
clear: both;	
position: absolute;
left: 0;
right: 0;
top: 0;
}

#example_length select{
width: 35%;	
}

#example_length label{
margin: 0;	
}

.dataTables_filter{
padding-left: 80px;	
text-align: left !important;
}

.dataTables_paginate {
position: relative;
top: 10px;
}

#example_filter input[type="text"]{
	width: 78%;
	margin: 0;	
}

.dataTables_wrapper{
padding-top: 95px;	
}

@media(max-width:767px){

#example_paginate{
top:0;
float: left;
margin: 18px 0 10px;	
}

#example_filter{
	float: left;
	width: 100%;
	padding: 0;	
}

#example_length{
width: 100%;
margin: 15px 0 0;
}

.dataTables_wrapper {
    padding-top: 240px;
}

.login_user{
right: 0;
}

}

/**19-5-20***/

.field input[type="button"]{
height: 40px;
line-height: 40px;
position: relative;
top: 8px;	
}

.right_session h4 b{
color: #585858;
position: relative;	
padding: 0 0 8px;
font-size: 19px;
display: block;
}

.right_session h4 b:before{
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 70px;
height: 3px;
background-color: #0b3878;
	}

.right_session section .in{
padding: 0;
margin: 0;	
}	

.right_session section ul.in{
list-style-type: none;
padding: 0;
	}

.right_session section ul.in li{
display: inline-block;
margin-right:8px;
margin-bottom: 8px;
}

.right_session section ul.in li:first-child p{
background-color: #edf4ff;
padding: 5px 10px;
border: 1px solid #c1dbff;
font-size: 18px;
}

.right_session section ul.session_n li:first-child{
display: block;	
}

.video_b div{
background-color: #ccc;
text-align: center;
position: relative;
min-height: 138px;
margin: 0 0 4px;
}

.video_b div a{
color: #929292;
position: absolute;
top: 50%;
left: 0;
right: 0;
transform: translate(0,-50%);
}

.live_span{
position: relative;
z-index: 111111;	
}

.video_b div a i{
display: block;
font-size: 40px;
	}

.no-video a{
position: relative;
}

.no-video a:before{
content: "";
position: absolute;
left: 50%;
bottom: 20px;
width: 4px;
height: 55px;
background-color: #929292;
transform: rotate(34deg);
}

@media(max-width:896px){

.live_span{
margin-top: 20px;
float: none !important;
display: block;
margin-bottom: 20px;	
}

}

.edit_s ul.field{
	overflow: initial;
}

#button td input[type="button"]{
margin-right:5px !important;	
}

.table-bordered tr{
background-color: #0B3878 !important;
}

.table-striped > tbody > tr{
background-color: #f5f9ff !important;	
}

.customer_b{
padding-top: 30px;
padding-bottom: 30px;	
}

.customer_b .table_h{
background-color: #f5f8ff;
text-align: center;
padding-top: 40px;
position: relative;	
}

.customer_b .table_h:before{
content: "\f2c0";
position: absolute;
font-family: "FontAwesome";
top: 5px;
left: 50%;
transform: translate(-50%,0);
font-size: 22px;
color: #0b3878;
	}

.customer_b p{
margin-bottom: 20px;	
}	

@media(max-width:896px){

.customer_b .table_h{
	width: 50%;
}

}

.resource_section h3{
text-transform: capitalize;
margin: 0 0 20px;	
position: relative;
padding-bottom: 8px;
}

.resource_section h3:after{
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 60px;
height: 2px;
background-color: #000;
}

.resource_section .resources ul{
padding: 0;
margin: 0;	
list-style-type: none;
}

.resource_section .resources ul li{
padding: 0 0 10px;
	}

.resource_section .resources ul li strong{
color: #0b3878;
}	

.resource_section .resources ul li strong i{
font-size: 20px;
margin-right: 5px;
}

.table_f .button{
width: 38px;
text-align: center;
padding: 0;
height: 35px;
line-height: 0;
position: relative;
margin-right: 4px;
}

.table_f .button img{
position: absolute;
left: 50;
top: 50%;
transform: translate(-50%,-50%);
max-width: 18px;
	}
	
/***7-7-2020***/

@media(max-width:896px){
#datatable_wrapper{
overflow-x: auto;
padding-top: 104px;	
}	

#example_wrapper{
overflow-x: auto;	
}

#datatable_filter input[type="text"]{
width: 100%;	
}

}

.custom_h_2 h4,
.custom_h_2 a{
margin-top: 0;	
}

.custom_h_2 h4{
color:#0b3878;
}

.error_d{
margin-top: 18px;	
}

.fields_b ul{
float: left;
width: 33.333%;	
min-height: 150px;
padding-right: 10px;
}

.fields_b .form-group{
width: 100%;	
}

.custom_h_2 a{
margin:0 0 12px 10px;
}

@media(max-width:896px){

.fields_b ul{
width:100%;
float: none;
padding-right: 0;
margin: 0;
min-height: initial;	
}

}

@media(max-width:767px){

.custom_h span{
float: none !important;
margin:0 0 10px;	
}

.custom_h .align_r{
text-align: left;
padding: 0;
margin: 5px 0 0;
}

.custom_h_2 a{
margin:10px 0 0;
}

}