/* .dropdown-backdrop{display:none;}
 or in mobile in class= .dropdown-menu... dont make the "ul" static... instead make it position relative and increase z-index
*/
 /*for ie8{
	background:rgba(255, 255, 255, 0.56);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff'); 
}also use rgba to hex conertor*/
body {
	font-family:Archivo;
	font-size: 16px;
	line-height:1.6;
}
img {
	max-width:100%;
}
figure {
	margin:0;
	padding:0;
}
a {
	color: #0b3878;
	text-decoration: none;
}
a:hover, a:focus {
	color: #0b3878;
	text-decoration: none;
	outline:none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: bold;
	line-height: 1.1;
	color: inherit;
	    font-family: Montserrat;
}
input:focus::-webkit-input-placeholder {
 color: transparent;
}
input:focus:-moz-placeholder {
 color: transparent;
}
input:focus::-moz-placeholder {
 color: transparent;
}
input:focus:-ms-input-placeholder {
 color: transparent;
}
form input[type="text"], form input[type="tel"], form input[type="email"], form input[type="password"], form input[type="file"], form textarea, form select {
	width: 100%;
	margin: 0 0 16px;
	border: none;
	padding: 8px 12px;
	border: solid 1px #ccc;
	font-size: 16px;
	height: 50px;
}
form textarea {
	height:150px;
}
form input[type="submit"], form input[type="button"], form input[type="reset"], form button, a.button, button, .button {
	background-color: #0b3878;
	color:#fff;
	border: none;
	line-height:48px;
	height:48px;
	font-size:17px;
	text-align:center;
	padding:0px 15px;
	display: inline-block;
	margin: 10px 0 0;
	transition: 0.3s;
}
 form input[type="submit"]:hover, form button:hover,, a.button:hover {
 background-color: #124895;
 transition: 0.3s;
}
 @media (max-width: 1299px) {
 .container {
 width:auto;
}
}
 @media (min-width: 1300px) {
 .container {
 width: 1300px;
}
}
.main_heading {
	font-size:38px;
	font-weight:700;
	color:#000;
	margin: 0 0 10px;
	text-transform: capitalize;
	text-align: center;
}
.heading1 {
	color:#000;
	font-size:35px;
	text-align:center;
	font-weight:600;
	text-transform: capitalize;
	margin-top: 0;
}
 @media (max-width: 896px) {
 .main_heading {
 font-size: 26px;
}
 .heading1 {
 font-size:22px;
}
}
 @media (max-width: 480px) {
.main_heading {
 font-size:	24px;
}
}
.list1 li {
	list-style: disc outside url("../images/bullet1.png");
	padding: 4px 0;
}
.list1 li a {
	color:#333;
}
.list2 li {
	list-style:url(../images/bullet1.png);
	padding:0 0 6px 0px;
}
.header_right {
	float:right;
	width: auto;
}
.top_link {
	color: #333;
	font-size: 13px;
}
.top_link a {
	color: #333;
}
/*.hassub {
	position: relative;
}*/
 @media (max-width:896px) {
/* .header_right {
 float:none;
 background:#000;
 display:block;
 width:auto;
 height:48px;
 margin-left: -15px;
 margin-right: -15px;
}*/
 .top_link {
 margin-right:10px;
 float:right;
}
 .hassub a span {
width: 30px;
height: 100%;
background-color: #062550;
top: 0;
right: 0;
}
 .hassub a span:after {
right: 10px;
top: 20px;
font-size: 17px;
}
}
.header_left {
	padding: 5px 0 5px 0;
	float:left;
	width:100%;
	text-align:center;
}
@media (max-width: 896px) {
.header_left {
display: block;
float: none;
margin: 0px auto 0;
text-align:center;
}
}
.banner {
	position:relative;
}

footer {
	background:#f4f4f4;
	color:#000;
	font-size: 16px;
}
footer a, footer a:focus {
	color:#000;
}
footer a:hover {
	color:#000;
}
.footer_left {
	float:left;
	width:70%;
}
.footer_right {
	text-align:right;
}
 @media (max-width:896px) {
 .footer_left, .footer_right {
 text-align:center;
 width: 100%;
}
}
 @media (max-width: 599px) {
.footer_left span {
 display:block;
}
}
footer article p {
	color: #000;
}
/**footer-css**/

.sub_footer {
	position:relative;
	padding: 0 0 35px;
}
.sub_footer article h2 {
	margin: 0;
	font-size: 20px;
	color:#000;
	padding: 45px 0 22px;
	text-transform: uppercase;
	font-weight: 700;
}
.sub_footer article p {
	margin:0;
	font-size:16px;
	line-height: 1.7;
}
.sub_footer article ul {
	padding:0;
	list-style-type:none;
	margin: 0;
}
.sub_footer article ul li {
	padding: 0 0 15px 15px;
	text-transform: capitalize;
	position: relative;
	font-size:16px;
}
.address_footer li i {
	color:#1b59b2;
}
.sub_footer article ul li a {
	transition: 0.3s;
}
.sub_footer article ul li a:hover {
	color:#1b59b2;
	transition: 0.3s;
}
.ul_custom li {
	width: 42%;
	float: left;
	margin-right: 8%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding: 0px 10px 10px 24px !important;
	margin-bottom: 2%;
}
.ul_custom li:before {
	content: "\f105";
	position: absolute;
	font-family: "FontAwesome";
	left: 8px;
	top: 0px;
	color:#000;
	font-size: 16px;
}
.ul_custom li a {
	font-size: 15px;
}
.sub_footer article form input[type="text"] {
	width:100%;
	background:#256C88;
	padding:10px 8px;
	color:#fff;
	border:none;
	font-size:16px;
	margin:0 0 10px;
}
.sub_footer article form input[type="submit"] {
	background: #154979;
	text-align: center;
	color: #fff;
	border: none;
	font-size: 16px;
	padding: 10px 25px;
	margin: 0 0 30px;
	transition:0.3s;
	line-height: 1;
	height: auto;
}
.sub_footer article form input[type="email"] {
	margin-top: 10px;
	border: none;
	padding: 10px 15px;
	height: auto;
}
.sub_footer article form input[type="submit"]:hover {
	background: #1c63a4;
	transition:0.3s;
}
.address_footer li:after {
	display:none;
}
.address_footer li {
	padding: 0 0 5px 25px !important;
}
.address_footer .padding_space {
	padding-bottom:20px !important;
}
.address_footer li i {
	position:absolute;
	left:0;
	top: 4px;
}
.media {
	margin: 0;
}
.media a {
	background:#fff;
	width: 35px;
	height: 35px;
	border-radius: 100px;
	padding: 6px 0 0 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	transition: 0.3s;
	display: inline-block;
	margin: 12px 10px 0 0;
	transition: 0.3s;
	color:#1b59b2;
}
.media a:hover {
	color:#fff;
	background-color: #1b59b2;
	transition: 0.3s;
}
.footer_bottom {
	background-color: #e1e1e1;
	font-size:16px;
	padding: 18px 0 15px;
}
 @media(max-width:767px) {
 .sub_footer {
 padding: 8px 0 30px;
}
 .sub_footer article form input[type="submit"] {
 margin: 0;
}
 .footer_bottom {
 padding: 14px 0 10px;
}
}
 @media only screen and (max-width:991px) {
 .sub_footer article h2 {
 font-size: 18px;
 padding: 22px 0 12px;
}
 .sub_footer article p {
 font-size: 16px;
}
 .footer_bottom {
 font-size: 14px;
}
 .sub_footer::after {
 top: 50px;
}
 .sub_footer article form input[type="text"] {
 padding: 8px;
}
 .sub_footer article form input[type="submit"] {
 padding: 8px 10px;
}
}
.block {
	padding:45px 0;
}
.site_logo {
	position:relative;
	z-index: 1111;
}
 @media(max-width:896px) {
 .block {
 padding:22px 0;
}
}
 @media(max-width:400px) {
 .site_logo img {
max-width: 215px;
}
}
header {
	background-color: #0b3878;
}
.space_li {
	margin: 0 175px !important;
}


.banner .item {
    position: relative;
    overflow: hidden;
    background-color: #e8e8e8;
    z-index: 0;
}
.banner .item img {
}
.banner .item article{
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    max-width: 1170px;
    margin: 0 auto;
    -ms-transform: translateX(-50%) translateY(0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    z-index: 10;
    text-align: left;
    display: inline-block;
    padding-top: 5%;
}
.banner .item article .banner_info{
	margin-left: 50%;
}

.banner .item figure span {
	float: left;
	width: 64%;
}
.banner .item figure span img {
	width: auto;
}
.banner .item figure strong img {
	width: auto;
	overflow:hidden;
	padding-left: 20px;
}
.banner .item article h2 {
	font-size: 48px;
	font-weight: 300;
	margin: 0 0 20px;
	text-transform: uppercase;
	font-family: Archivo;
	line-height: 1.2;
}
.banner .item article p {
	font-size: 20px;
	margin: 26px 0;
}
.banner .item article a {
	display: inline-block;
	background-color:#0b3878;
	color:#fff;
	font-size: 20px;
	font-weight: 500;
	font-family: Archivo;
	padding: 5px 55px;
	border-radius: 3px;
	margin-right: 15px;
	margin-top:10px;
	transition: 0.3s;
}
.banner .item article a:hover {
	background-color: #184d99;
	transition: 0.3s;
}
.align_t {
	text-align: center;
}
@media(max-width:1120px) {
	.banner .item article h2 {
		font-size: 35px;
	}
}
 @media(max-width:896px) {
 .banner .item figure {
 float:none;
 width: 100%;
 margin: 20px 0 0;
}
 .banner .item article {
 margin: 20px 0 0;
}
.banner .item article .banner_info{
	margin-left: 0;
}
 .banner .item figure span {
 float: left;
 width: 65%;
}
 .banner .item figure strong img {
 max-width: 100px;
 padding-left: 10px;
}
 .banner .item article {
	 position: static;
	 text-align: center;
	 left: 0;
	 right: 0;
	 padding: 15px;
	 -ms-transform: translateX(0) translateY(0);
	 -webkit-transform: translate(0, 0);
	 transform: translate(0, 0);
	 margin: 0;
}
 .banner .item article h2 {
 font-size: 24px;
 margin: 0 0 10px 0;
}
 .banner .item article p {
 font-size: 17px;
 margin: 0;
}
 .banner .item article a {
 padding: 5px 22px;
 font-size: 18px;
 margin-right: 8px;
}
}
.service_card h3 {
	font-size: 23px;
	color: #003e96;
	text-transform: uppercase;
	font-weight: 700;
	font-family: Archivo;
	text-align: center;
	margin: 0 0 10px;
}
.service_card figure {
	line-height: 280px;
	text-align: center;
}
.service_card p {
	font-size: 15px;
	font-family: Archivo;
}
.service_card a {
	display: inline-block;
	color: #1b59b2;
	font-size: 15px;
	text-transform: capitalize;
}
.service_card a i {
	padding-left: 5px;
}
.service_card a:hover {
	color: 
#11458e;
}
.service_card {
	margin: 35px 0 20px;
}
 @media(max-width:1024px) {
 .service_card figure {
 line-height: 230px;
}
}
 @media(max-width:767px) {
.service_card {
 text-align: center;
}
 .service_card h3 {
 font-size: 20px;
}
 .service_card {
 margin: 0 0 25px;
}
}
.grey-bg {
	background-color:#f3f3f3;
}
.work_card {
	margin: 0 0 20px;
	position: relative;
	padding: 0 25px;
}
.work_card figure {
	text-align: center;
	line-height: 240px;
}
.work_card h3 {
	text-align: center;
	margin: 0 0 15px;
	font-size: 23px;
	font-weight: 600;
	color: #1b59b2;
	text-transform: capitalize;
}
.work_card:after {
	content: "";
	position: absolute;
	right: -52px;
	top: 105px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
}
.work_card_last:after {
	display: none;
}
 @media(max-width:1024px) {
 .work_card {
 padding: 0;
}
 .work_card::after {
 width: 50px;
 height: 50px;
 background-size: 50px;
 top: 125px;
}
}
 @media(max-width:767px) {
 .work_card {
 margin: 0 0 60px;
 text-align: center;
}
 .work_card:after {
 top: auto;
 bottom: -70px;
 left: 50%;
margin-left: -24px;
transform: rotate(90deg);
right: auto;
}
 .work_card_last {
 margin: 0;
}
}
.robot_fig {
	margin: 40px 0 0;
}
.work_ul {
	padding: 0;
	margin: 60px 0 0;
	list-style-type: none;
}
.work_ul li {
	display: block;
	padding: 0 85px 35px 0;
	position: relative;
}
.work_ul li:after {
	content: "\f0da";
	position: absolute;
	font-family: "FontAwesome";
	right: 0;
	top: 55px;
	color:#595959;
	font-size: 22px;
}
.work_ul li h3 {
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 10px;
}
.work_ul li p {
	line-height: 1.5;
	font-size: 15px;
}
.work_ul li span {
	color:#3682dc;
	text-decoration: underline;
}
.work_ul li a {
	color: #000;
	display: inline-block;
}
 @media(max-width:1200px) {
 .work_ul li:after {
 right: 15px;
}
 .work_ul li {
 padding: 0 50px 30px 0;
}
}
 @media(max-width:767px) {
 .work_ul {
 margin: 25px 0 0;
 text-align: center;
}
 .work_ul li {
 padding: 0 0 20px 0;
}
 .work_ul li:after {
 display: none;
}
 .robot_fig {
 margin: 15px 0 0;
}
}
.course_card {
	text-align: center;
	margin: 30px 0 20px;
}
.course_card figure {
	text-align: center;
	line-height: 140px;
	position: relative;
}
.course_card figure img {
	width: auto !important;
	display: inline-block !important;
}
.course_card figure:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 50px;
	height: 2px;
	background-color:#1b59b2;
	margin-left: -25px;
}
.course_card span {
	color:#1b59b2;
	font-size: 14px;
	display: inline-block;
	padding: 15px 0;
	font-weight: 600;
}
.courses_body {
	text-align: center;
}
.btn-c {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #4c83d6;
	border-radius: 2px;
	color: #1656cc;
	font-size: 18px;
	text-transform: capitalize;
	margin: 20px 0 0;
	transition: 0.3s;
}
.btn-c:hover {
	background-color: #4c83d6;
	color:#fff;
	transition: 0.3s;
}
.btn-c img {
	padding-left: 10px;
	position: relative;
	left: 0;
	transition: 0.3s;
}
.btn-c:hover img {
	left: 2px;
	transition: 0.3s;
}
 @media(max-width:767px) {
 .course_card {
 margin: 12px 0 5px;
}
}
.heading2 {
	font-size: 29px;
	font-weight: 600;
	margin: 0 0 25px;
	text-transform: capitalize;
	color:#000;
}
.testimonial_card p {
	background-color:
#fff;
	padding: 30px 35px;
	position: relative;
	line-height: 1.6;
}
.testimonial_card p:after {
	content: "";
	position: absolute;
	right: 65px;
	bottom: -38px;
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 38px solid transparent;
	border-top: 38px solid #fff;
}
.testimonial_card span {
	color: #1b59b2;
	font-weight: 500;
	display: block;
	font-size: 18px;
	text-transform: capitalize;
	margin: 38px 0 0 35px;
}
#testimonial .owl-dots {
	text-align: right;
	position: absolute;
	top: -52px;
	width: 100%;
	height:25px;
}
#testimonial .owl-dots .owl-dot {
	height:11px;
	width:11px;
	display:inline-block;
	margin:3px;
}
#testimonial .owl-dots .owl-dot span {
	height:11px;
	width:11px;
	background-color:#1b59b2;
	cursor:pointer;
	display:inline-block;
	border-radius:100px;
}
#testimonial .owl-dots .owl-dot.active span {
	border:#1b59b2 solid 1px;
	background-color: transparent;
}
.course_list {
	background-color: #fff;
	margin: 0;
	padding: 0;
	list-style-type: none;
	transition: 0.3s;
}
.course_list:hover {
	background-color: rgba(255, 255, 255, 0.6);
	transition: 0.3s;
}
.course_list li {
	text-transform: uppercase;
	font-size: 16px;
	padding: 15px;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding-left: 55px;
}
.course_list li:last-child {
	border: none;
}
.course_list li:before {
	content: "\f058";
	font-family: "FontAwesome";
	position: absolute;
	left: 20px;
	top: 11px;
	color:#03348b;
	font-size: 22px;
}
.course_list li a {
	color: #000;
	transition: 0.3s;
}
.course_list li a:hover {
	color:#03348b;
	transition: 0.3s;
}
 @media(max-width:767px) {
 .testimonial_card {
margin: 0 0 20px;
}
 .testimonial_card p {
padding: 18px 25px;
}
 .testimonial_card span {
margin: 38px 0 0 25px;
}
 .testimonial_card span {
font-size: 17px;
}
 .testimonial_card p::after {
 bottom: -32px;
 border-left: 0 solid transparent;
border-right: 32px solid transparent;
border-top: 32px solid #fff;
}

}
.counter_body {
	background-image: url(../images/map-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 40px 0 32px;
	background-size: cover;
}
.counter_body article {
	text-align: center;
}
.counter_body article h3 {
	color: #000;
	font-size: 48px;
	font-weight: 700;
	margin: 30px 0 15px;
	font-family: Archivo;
}
.counter_body article h4 {
	font-weight: 500;
	font-size: 22px;
	text-transform: capitalize;
	font-family: Archivo;
	color: #818181;
}
.counter {
	display: none;
}
 @media(max-width:991px) {
 .counter_body article {
 margin: 15px 0;
}
}
 @media(max-width:896px) {
 .counter_body {
 margin: 25px 0 0;
 padding: 20px 0 18px;
}
 .counter_body article h3 {
 font-size: 38px;
 margin: 18px 0 10px;
}
 .counter_body article {
margin: 20px 0;
}
}

.take_course .row{
    margin-right: -0px;
    margin-left: -0px;
}
.take_course .col-sm-4{
	padding-right: 0px;
    padding-left: 0px;
}
.take_course article{
	position: relative;
}
.take_course article figure{
	position: relative;
}
.take_course article figure img{
	position: relative;
}
.take_course article .course_info{
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(25, 71, 136, .89);
    color: #fff;
    font-family: Archivo;
    bottom: 10%;
	padding: 10px 0;
}
.take_course article .course_info h3{
	margin:0 0 5px 0;
}
.take_course article .course_info p{
	margin:0;
}
.take_course .row .col-sm-4:first-child article .course_info{
	left:10%;
	border-radius:100px 0 0 100px;
}
.take_course .row .col-sm-4:last-child article .course_info{
	right:10%;
	border-radius:0 100px 100px 0;
}
@media(max-width:896px) {
	.take_course article .course_info{
		left:10%;
		right:10%;
		border-radius:100px;
	}
	.take_course .row .col-sm-4:first-child article .course_info{
		left:10%;
		right:10%;
		border-radius:100px;
	}
	.take_course .row .col-sm-4:last-child article .course_info{
		left:10%;
		right:10%;
		border-radius:100px;
	}
}








info h3{
	margin:0 0 5px 0;
}
.take_course article .course_info p{
	margin:0;
}
.take_course .row .col-sm-4:first-child article .course_info{
	left:10%;
	border-radius:100px 0 0 100px;
}
.take_course .row .col-sm-4:last-child article .course_info{
	right:10%;
	border-radius:0 100px 100px 0;
}
@media(max-width:896px) {
	.take_course article .course_info{
		left:10%;
		right:10%;
		border-radius:100px;
	}
	.take_course .row .col-sm-4:first-child article .course_info{
		left:10%;
		right:10%;
		border-radius:100px;
	}
	.take_course .row .col-sm-4:last-child article .course_info{
		left:10%;
		right:10%;
		border-radius:100px;
	}
}

/**new-changes***/

.align_r{
text-align: right;	
padding-right: 0;
}

.align_r a{
margin-top: 0;
}

.main .custom_h h4{
font-size: 25px;
font-weight: 600;	
padding: 10px 0 0;
}

.user_data_m h3{
text-transform: capitalize;
font-weight: 600;
margin: 0 0 25px;	
}

.main .custom_h{
background-color: #efefef;
padding: 12px;	
}

.main .custom_h a:hover{
text-decoration: none;
color: #fff;
background-color: #2055a0;
	}

.user_data_m label{
display: block;	
}

.user_data_m select{
height: 38px;
padding: 5px;
width: 100%;	
margin:0 0 10px;
}

.user_data_m h3{
font-size: 22px;	
}

.user_data_m h3 i{
color: 	#0b3878;
}

.user_data_m input[type="file"]{
width: 58%;
display: inline-block;
vertical-align: top;
height: 38px;
margin: 0 0 10px;
}

.user_data_m .button{
display: inline-block;
margin: 0;	
height: 38px;
line-height: 2.1;
}

.table_c tr th{
color: #fff;	
}

.add_file{
background-color: #efefef;
border: 1px solid #ccc;
padding: 12px;
}

.add_file .button{
margin-bottom: 5px;
}