.slider-contact-formhtml, body {
	width: 100%;
	overflow-x: hidden;
}
body {
    height: 100%;
    padding: 0;
    margin: 0;
} 
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color:#ced4da !important;
    outline: 0;
    box-shadow:none; 
}
*:focus {
    outline:none !important;
}
.btn.focus, .btn:focus {
    outline:none !important;
    box-shadow:;
}
h1,h2,h3,h4,h5,h6{
	
}
h1 { font-size: 2.5em; line-height:1.2em; margin:0 0 .8em; }
h2 { font-size: 1.8em; line-height:1.4em; }
h3 { font-size: 1.4em; line-height:1.4em; }
h4 { font-size: 1.25em; line-height:1.4em;}
h5 { font-size: 1.1em; line-height:1.4em; }
h6 { font-size: 1em; line-height:1.2em; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none; 
}	 
p { 
	padding:0 0 1em;
	margin:0;
	line-height:20px !important;
	font-size:15px !important;
}
a {
	color: #227191;
    outline: 0;
    font-weight: bold;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    font-size: 15px;
} 
ol li{
	font-size: 15px;
    font-weight: 500;
    line-height: 20px;
	margin-bottom:5px;
}
ul{
	margin:0;
	padding:0;
}
.mt-4{
	margin-top:4px !important;
}
.mt-5{
	margin-top:5px !important;
}
.blink {
    background-color:#1d3388;
    padding: 7px 18px;
    -webkit-animation: blink 800ms step-end infinite;
    animation: blink 800ms step-end infinite;
    color: #fff !important;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
}
.blink:hover{
	text-decoration: none;
}
@-webkit-keyframes blink { 50% { background-color: #045422; }}
@keyframes blink { 50% { background-color: #045422; }}


.top-header{
	background:#b60003;
    color: #fff;
    font-size: 14px;
}
.pull-left ul{
	margin:0;
	padding:0;
}

.pull-right ul{
	margin:0;
	padding:0;
}
.pull-left ul li{
    list-style-type: none;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 10px;
}
.pull-right ul li{
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
}
.pull-left ul li a{
	font-weight:600;
	color:#fff;
	text-decoration: none;
	text-transform:uppercase;
	letter-spacing:1px;
}
.pull-right ul li a{
	font-weight:600;
	color:#fff;
	font-size:13px;
	text-decoration: none;
	text-transform:uppercase;
	letter-spacing:1px;
}
.pull-right-sec {
    margin-top: 3px;
    float: right;
}
.language{
	float:right;
} 
.social-icon {
	float: left;
    margin-top: 2px;
}
.social-icon ul {
	
}
.social-icon ul li {
    display: inline;
    margin-left: 3px;
}
.social-icon ul li a {
	display: inline-block;
}

.social-icon ul li a i {
	color: #fff;
    font-size: 14px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid #fff;
    background: transparent;
    text-align: center;
    line-height: 25px;
    z-index: 1;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
}
.facebook::after{
	background:#475993 !important;
}
.twitter::after{
	background:#76a9ea !important;
}
.youtube::after{
	background:#f61c0d !important;
}
.linkedin::after{
	background:#0077b7 !important;
}
.instagram::after{
	background-image: linear-gradient(to bottom right, #dc8f3f, #b81a7d) !important;
}
.social-icon ul li a i::after {
    position: absolute;
    content: "";
    top: -1px;
    left: -1px;
    width: 108%;
    height: 108%;
    border-radius: 100%;

    z-index: -1;
    -webkit-transform: rotate3d(2, 2, 0, 90deg);
    -moz-transform: rotate3d(2, 2, 0, 90deg);
    -ms-transform: rotate3d(2, 2, 0, 90deg);
    -o-transform: 	rotate3d(2, 2, 0, 90deg);
    transform: rotate3d(2, 2, 0, 90deg);
    -webkit-transition: .5s; 
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 0px solid;
}
.social-icon ul li a i:hover {
	color: #fff;	
}
.social-icon ul li a i:hover::after {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    -moz-transform: rotate3d(0, 0, 0, 0deg);
    -ms-transform: rotate3d(0, 0, 0, 0deg);
    -o-transform: 	rotate3d(0, 0, 0, 0deg);
	transform: rotate3d(0, 0, 0, 0deg);	
}
.navbar-classic {
    padding: unset;
}
.navbar-classic.navbar-light .navbar-nav .nav-link { 
	color: #181825; 
	font-family: 'Circular Std Medium' !important; 
	padding: 12px 16px; 
}
.navbar-classic .navbar-nav .nav-item {
    padding: 18px 0px;
}
.navbar-classic .navbar-nav .nav-item .nav-link { 
	font-size: 13px;
    color: #181825;
    line-height: 20px;
    /* border-bottom: 1px solid #fff; */
    text-transform: uppercase;
    font-weight: 500;
}
.navbar-classic .navbar-nav .nav-item .nav-link:hover { 
	color: #b60003; 
}
.navbar-classic .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after  {
    color: #b60003;
}

.navbar-classic .dropdown-toggle::after {
	margin-top: 1px; 
	display: inline-block; 
	width: 0; 
	height: 0; 
	margin-left: 3px; 
	vertical-align: -2px; 
	content: "\f107"; 
	border-top: none; 
	border-right: none; 
	border-bottom: none;
	border-left: none; 
	color: #bdbebf; 
	font-family: 'FontAwesome'; 
	font-weight: 900; 
	margin-right: 15px; 
	font-size: 13px; 
	float: right; 
}
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-item {
    border-radius: 0px;
}
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu .dropdown-item {
    border-bottom: 1px solid #f1f1f6;
}

.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-item {
    border-radius: 0px;
}
.navbar-brand { 
	display: inline-block; 
	padding-top: 5px; 
	padding-bottom: 8px; 
	margin-right: initial; 
	line-height: inherit; 
	white-space: nowrap; 
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 8rem;
    padding: 0px;
    margin: 0px;
    font-size: 1rem;
    color: #808294;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: unset;
    border: none;
    -webkit-box-shadow: 0px 3px 11px 0px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 3px 11px 0px rgb(0 0 0 / 9%);
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: 10px 15px;
	clear: both;
	font-weight: 400;
	color: #181825;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	font-size: 14px;
	line-height: 15px;
}
.dropdown-item:focus, .dropdown-item:hover { 
	color: #4955ef; 
	text-decoration: none;
	background-color: #eeeffd; 
}
.dropdown-item:focus .dropdown-toggle::after, .dropdown-item:hover.dropdown-toggle::after { 
	color: #4955ef; 
}
@media(min-width:992px) {
    .dropdown .dropdown-menu { display: block; visibility: hidden; opacity: 0; -webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		-webkit-transition: all .3s ease-in;
		-o-transition: all .3s ease-in;
		transition: all .3s ease-in
	}
    .dropdown:hover>.dropdown-menu { 
		visibility: visible; 
		opacity: 1;
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
		visibility: visible; 
	}
    .dropdown-submenu:hover .dropdown-menu { 
		visibility: visible; 
		opacity: 1; 
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
		visibility: visible; 
	}
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu a::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 10px;top: 21px;
}
.dropdown-submenu .dropdown-menu { 
	top: 0px; 
	left: 100%; 
	margin-left: 13px; 
	margin-right: .1rem; 
}
.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: 2px; 
	vertical-align: middle; 
}
.mega-dropdown { 
	position: unset;
}
.mega-dropdown-menu { 
	width: 100%; 
	position: absolute; 
	top: 63px;
	margin: 15px 0px; 
}
.mega-dropdown-menu ul { 
	list-style: none; 
}

.nav-dropitem-arrow { 
	position: relative; 
	font-size: 12px; 
	opacity: 0; 
	padding-right: 10px;
}
.nav-dropitem-arrow i { 
	position: absolute;    
	/* top: -1px; */ 
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #ffffff;
    text-decoration: none;
    background-color: #b60003;
}
.dropdown-item:hover .nav-dropitem-arrow { 
	color: #4955ef; 
	opacity: 1; 
	margin-right: 5px; 
}
.navbar-classic .navbar-toggler, .navbar-boxed .navbar-toggler { 
	font-size: 1.25rem; 
	line-height: 1; 
	background-color: transparent; 
	border-radius: .25rem; 
	position: relative; 
}

/* mobile menu css */
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu { 
	background: #fff; 
	box-shadow: none; 
	border: none; 
	margin: 7px 0px; 
}

.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu 
.dropdown-item { 
	border-bottom: 1px solid #f1f1f6; 
}
.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu { 
	background: #fff; 
	box-shadow: none; 
	margin: 7px 0px; 
}
.navbar-boxed .navbar-collapse.show .navbar-nav .nav-item .nav-link { 
	border-bottom: 1px solid #f1f1f6;
}
.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu 
.dropdown-item { 
	border-bottom: 1px solid #f1f1f6; 
}
.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu { 
	background: #fff; 
	box-shadow: none; 
	margin: 7px 0px; 
}
.navbar-transparent .navbar-collapse.show .navbar-nav .nav-item .nav-link {
	border-bottom: 1px solid #495bfb;
}
.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu 
.dropdown-item { 
	border-bottom: 1px solid #f1f1f6; 
}
.icon-bar { 
	width: 21px;
	height: 3px; 
	background-color: #3544ee; 
	display: block; 
	-webkit-transition: all 0.2s; 
	transition: all 0.2s; 
	margin-top: 4px;
}
.navbar-toggler:focus { 
	outline: 0px;
}
.navbar-toggler .top-bar { 
	transform: rotate(45deg); 
	transform-origin: 10% 190%; 
	background-color: #3544ee;
}
.navbar-toggler .middle-bar { 
	opacity: 0;
}
.navbar-toggler .bottom-bar { 
	transform: rotate(-45deg); 
	transform-origin: 10% -80%; 
	background-color: #3544ee;
}
.navbar-toggler.collapsed .top-bar { 
	transform: rotate(0); 
	background-color: #3544ee;
}
.navbar-toggler.collapsed .middle-bar { 
	opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar { 
	transform: rotate(0); 
	background-color: #3544ee;
}

/****************** Section Title CSS *********************/

.section{
	padding:20px 0 20px;
}
.section-title span {
    color: #dd0000;
    text-transform: uppercase;
    font-weight: 500;
}
.widget-cta {
    padding:25px;
	border-radius:15px;
    background: url(../images/service.jpg);
}
.widget-cta:hover{
	box-shadow: 2px 2px 12px rgb(49 62 87 / 25%);
	cursor:pointer;
}
.cta-style1{
	background: url(../images/online.jpg);
}
.cta-style2{
	background: url(../images/pharma.jpg);
}
.cta-style3{
	background: url(../images/payment.jpg);
}
.description p{
	margin:0;
}
.description h1{
	text-shadow: 2px 2px #000;
	margin:0;
}
.description h1 span {
	font-size:25px;
}


/****************** Testimonial Section CSS *********************/
.testimonials-sec{
	background:#27282c url(../images/bg-sec.png);
}
.col-center {
	margin: 0 auto;
	float: none !important;
}
.carousel .carousel-item {
	color: #999;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
}
.carousel .carousel-item .img-box {
    width: 125px;
    height: 125px;
    margin: 0 auto;
    padding: 5px;
    border: 3px solid #b60003;
    border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 30px 0 10px;
}
.carousel .overview {	
	font-style: italic;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #7AA641;
}
.carousel-control-prev, .carousel-control-next {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	top: 50%;
	background: none;
}
.carousel-control-prev i{
	margin-right: 125px;
}
.carousel-control-next i {
	margin-left: 125px;
}
.carousel-control-prev i, .carousel-control-next i {
	font-size: 68px;
	line-height: 42px;
	position: absolute;
	display: inline-block;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.testimonial-indicators{
	bottom:-45px !important;
}
.carousel-indicators {
	bottom: 10px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 12px;
	height: 12px;
	margin: 1px 3px;
	border-radius: 50%;
	border: none;
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background: #d00;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}


/****************** Faq's Section CSS *********************/
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
    position: relative;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #8e8e8e;
}

.panel-default>.panel-heading {
    color: #333;
	padding: 10px 15px;
	margin-bottom:5px;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-title {
    font-size: 13px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-group .panel-title a {
	background: #f8f8f800;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 7px 0px 20px;
    white-space: normal;
    text-decoration: none;
}
.panel-group .panel-title a::after {
    color: #888;
    content: "\f067";
    font-family: fontawesome;
    font-size: 14px;
    left: 0;
    padding: 10px 14px;
    position: absolute;
    top: 0;
}
.panel-body{
    padding: 5px;
    background: #fff;	
}
.panel-body ul{
	margin: 0;
    padding-left: 25px;
    padding-bottom: 15px;
}
.panel-body ul li {
    list-style-type: square;
}
.btn-sec{
	margin-top:15px;
	margin-bottom:15px;
}
.btn-sec ul{
	margin:0;
	padding:0;
}
.btn-sec ul li{
	list-style-type: none;
    display: inline-block;
    background: #b60003;
    padding: 8px;
    margin-right: 20px;
}
.btn-sec ul li a{
	color: #fff;
    text-decoration: none;
}
.whatsapp-btn{
	background:#16678c !important;
}

/****************** Search Section CSS *********************/

.search {
	background-color: #f6f6f6;
    color: #000000;
    padding: 25px 0;
}
.search-title {
	float: left;
	padding: 8px 8px;
	color: #FFF;
	background: #93241c;
	margin-top: -41px;
	position: relative;
	margin-left: 15px;
	margin-bottom: 20px;
}
.search-title::after {
    border-right: 9px solid #777;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -9px;
    position: absolute;
    top: 0;
}
.search-title label {
	font-size: 15px;
    margin: 3px 10px;
    color: #fff;
    font-family: Nunito, sans-serif !important;
    float: left;
    font-weight: 500;
    text-transform: uppercase;
}
.course-container{
	border: 1px solid #dadada;
    padding: 5px;
    background: #fff;
    margin-top: 20px;	
}
.course-filter-box{
	border: 1px solid #dadada;
    padding: 10px;
    background: #f6f6f6;
}
.course-filter-box label{
	margin:0;
}
.course-filter-box .form-group{
	margin-bottom: 5px
}
.form-control{
	font-size: 12px;
	font-family: Nunito, sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.news-text {
    color: #000;
    font-size: 12px;
    line-height: 9px;
}
.news-text:hover{
	color: #003680;
    text-decoration: none;
}
option{
	font-size: 12px;
	font-family: Nunito, sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 0.8px;	
}
.btn-one {
    position: relative;
    display: inline-block;
    background: #003680;
    color: #ffffff;
    font-size: 15px;
    line-height: 40px;
    font-weight: 500;
	border:none;
    text-transform: capitalize;
    font-family: Nunito, sans-serif !important;
    padding: 0 20px 0;
    transition: all 500ms ease;
}


/****************** Why US Section CSS *********************/

.why-choose-area {
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 110px 0 110px;
    z-index: 1;
}
.why-choose-title {
    position: relative;
    display: block;
    padding-bottom: 42px;
    background: #003680;
    max-width: 330px;
    width: 100%;
}
.float-left {
    float: left!important;
}
.why-choose-title .sec-title {
    margin: 0;
    padding-top: 50px;
    padding-left: 40px;
    padding-bottom: 28px;
}
.sec-title {
    position: relative;
    display: block;
    margin-top: -5px;
    padding-bottom: 50px;
}
.why-choose-title .sec-title .icon {
    position: relative;
    display: block;
    margin-bottom: 32px;
}
.why-choose-title ul {
    position: relative;
    display: block;
    padding-left: 40px;
}
.why-choose-title ul li {
    position: relative;
    display: block;
    padding-left: 35px;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 17px;
}
.why-choose-title ul li:before {
    font-family: 'FontAwesome';
    content: "\f046 ";
    position: absolute;
    top: 2px;
    left: 0;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
}
.why-choose-title .button {
    position: relative;
    display: block;
    margin-top: 29px;
    z-index: 1;
}
.why-choose-title .button:before {
    position: absolute;
    top: 0;
    left: -10px;
    bottom: 0;
    width: 10px;
    background: #dd0000;
    content: "";
    z-index: -1;
}
.why-choose-title .button a {
    position: relative;
    display: block;
    background: #dd0000;
    color: #ffffff;
    line-height: 70px;
    padding: 0 40px 0;
}
.why-choose-title .button:after {
    border-right: 10px solid #bd2020;
    border-top: 14px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -10px;
    position: absolute;
    top: -14px;
}
.why-choose-content {
    position: relative;
    max-width: 780px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.why-choose-content .single-box.redbg {
    background: #dd0000;
}
.why-choose-content .single-box.whitebg {
    background: #ffffff;
}
.why-choose-content .single-box {
    position: relative;
    display: block;
    padding: 24px;
    padding-right: 30px;
    width: 50%;
}
.icon-holder img{
    max-width: 100%;
    height: auto;	
}
.why-choose-content .single-box .icon-holder {
    position: relative;
    display: block;
    padding: 10px;
    width: 70px;
    height: 70px;
    z-index: 1;
}
.why-choose-title .sec-title .title-sec {
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
.why-choose-content .single-box .icon-holder:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #f8ec26;
    border-radius: 50%;
    z-index: -1;
}
.why-choose-content .single-box .text-holder {
    position: relative;
    display: block;
    padding-top: 16px;
}
.why-choose-content .single-box .text-holder h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 18px;
}
.why-choose-content .single-box.whitebg .text-holder h3 {
    color: #003680;
}
.why-choose-content .single-box .text-holder p {
    color: #ffffff;
    margin: 0;
}
.why-choose-content .single-box.whitebg .text-holder p{
	color: #828282;	
}

/****************** Right Section CSS *********************/
.widget {
    margin-bottom: 30px;
}
.widget .widget-title {
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.line-bottom {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
h4.widget-title:before {
	content: "";
    height: 2px;
    width: 50px;
    position: absolute;
    background: #b60003;
    top: 30px;
}	
ul.list {
    list-style: outside none none;
    margin-top: 13px;
    padding-left: 0;
}
#servicestab li a{
    background-color: #eee;
    border-bottom: 1px solid #ddd;
    padding: 10px 10px;
    display: block;
}
#servicestab li:before{
	content: '';
}
.widget .services-list li{
	padding:5px;
}
.widget .services-list li:before {
	content: '\f101';
    font-family: 'FontAwesome';
    position: relative;
    font-size: 14px;
    left: 0px;
    float: left;
}
.widget .services-list li a {
	display: block;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    left: 8px;
    position: relative;
}
/****************** Objective Section CSS *********************/

.project-description-image-box {
	position: relative;
    display: block;
    z-index: 3;
    margin-right: 18px;
}
.project-description-image-box img {
    max-width: none;
    float: right;
}
.project-description-content {
    position: relative;
    display: block;
    z-index: 3;
    padding-top: 45px;
    padding-left: 5px;
}
.project-description-content .sec-title {
    padding-bottom: 25px;
}
.sec-title {
	position: relative;
    display: block;
    margin-top: -5px;
    padding-bottom: 25px;
}
.sec-title h4 {
	position: relative;
    display: block;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
	margin:0;
}
.project-description-content .sec-title .title {
    font-size: 30px;
}
.sec-title .title {
	position: relative;
    display: block;
    color: #000;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.about-container ul {
	margin: 0;
    padding-left: 25px;
    padding-bottom: 15px;
}
.about-container ul li {
    list-style-type: square;
}


/****************** Blog Section CSS *********************/

.single-blog-post .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-blog-post .img-holder img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.overlay-style-two {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
    transition: all 900ms ease;
}
.overlay-style-two:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.80);
}
.overlay-style-two:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.80);
}
.img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}
.blog-img{
	width:100%;
}
.img-holder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    transform: translate3d(0px, -100%, 0px);
    transition: all 700ms ease 300ms;
}
.img-holder .overlay {
    transform: translate3d(0px, 0%, 0px);
}
.overlay .box {
    display: table;
    width: 100%;
    height: 100%;
}
.post-date {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 65px;
    height: 75px;
    text-align: center;
    background: #003680;
    display: block;
    padding: 13px 0 6px;
    transition: all 700ms ease 500ms;
    z-index: 3;
}
.post-date h3 {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: Nunito, sans-serif !important;
}
.post-date h3 span {
    font-size: 24px;
} 
.blog-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.blog-text-holder{
	padding: 10px;
    background: #f6f6f6;
}
.blog-title a {
    color: #27282c;
    transition: all 500ms ease;
}
.meta-box {
    margin-top: 14px;
    margin-bottom: 0px;
}
.meta-info {
    position: relative;
    display: block;
    overflow: hidden;
}
.meta-info li {
    position: relative;
    display: inline-block;
    float: left;
    line-height: 20px;
    padding-right: 16px;
    margin-right: 14px;
    font-weight: 500;
}
.meta-info li:before {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 1px;
    height: 12px;
    background: #d3d9e0;
    content: "";
}
.meta-info li a {
    color: #003680;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 500ms ease;
}
.text {
    margin-top: 9px;
}
.text p {
    margin: 0 0 26px;
}

/****************** Counter CSS *********************/
.counter-sec{
	background: #f6f6f6;
}
.counter {
	background-color: #ffffff;
    padding: 10px 0;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 15px;
    margin-top: 15px;
}
.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}
.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}

/****************** Footer Section CSS *********************/
.footer-area {
    position: relative;
    display: block;
    background: #0000FF url(../images/footer-bg.png);
    margin-top: 70px;
    padding-bottom: 110px;
    z-index: 1;
	padding: 110px 0 100px;
}
.footer-logo {
    margin-top: -180px;
}
.section-title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 15px;
}
.text-white {
    color: #fff !important;
}
.single-footer-widget {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget .table{
	margin-top: 8px;
    margin-bottom: 0px;
}
.single-footer-widget .table>tbody>tr>th {
    padding: 3px 8px;
    text-transform: uppercase;
    font-size: 14px;
    background: #1d3388;
    color: #fff;
    font-weight: 500;
}
.single-footer-widget .table>tbody>tr>td {
	padding: 3px 15px;
    text-align: left;
    font-size: 15px;
    background: #dee2e6;
    border: 1px solid #ffffff !important;
}
.title-style {
	position: relative;
    display: block;
    margin-top: -4px;
    padding-bottom: 15px;
}
.title-style h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
}
.our-info-box .text {
    position: relative;
    display: block;
    padding: 0;
}
.contact-info ul {
    padding-left: 0;
    list-style: none;
}
.contact-info ul li {
    border: none !important;
    padding: 5px 0 !important;
    list-style-type: none;
}
.contact-info ul li i {
    font-size: 16px;
    color: #fff;
    background: #263e9d;
    border-radius: 1px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    margin-right: 10px;
}
.address {
    float: left;
    margin-top: -35px;
    margin-left: 45px;
    color: #fff;
}
.usefull-links {
    position: relative;
    display: block;
    overflow: hidden;
}
.usefull-links ul {
    position: relative;
    display: block;
    overflow: hidden;
}
.usefull-links ul li {
    position: relative;
    display: block;
    line-height: 36px;
}
.usefull-links ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding-left: 20px;
	text-decoration:none;
    transition: all 500ms ease;
}
.usefull-links ul li a:before {
    position: absolute;
    top: 0px;
    left: 0;
    content: "\f101";
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 15px;
    transition: all 500ms ease;
    font-weight: 500;
    line-height: 36px;
    margin: 0px 0 0px;
}
.usefull-links ul.borders-left {
    position: relative;
    margin-left: 80px;
    padding-left: 30px;
}
.usefull-links ul.borders-left:before {
    position: absolute;
    top: 12px;
    left: 0;
    bottom: 7px;
    width: 1px;
    background: #fff;
    content: "";
}
.footer-bottom-area {
    position: relative;
    display: block;
    padding: 20px 0;
    background: #ffffff;
    z-index: 10;
	background: #1f1f23;	
}
.flex-box-two {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.footer-bottom-area .copyright-text {
    margin: 0;
}
.footer-bottom-area .copyright-text p{
    margin: 0;
    color: #fff;
    padding: 0;
}
.footer-bottom-area .copyright-text p a{
	font-size:14px;
	color:#fff;
}

/****************** Breadcrumbs CSS *********************/
.bg-1 {
    background: url(../images/bg.png) no-repeat 50% 50%;
    background-size: cover;
    position: relative;
}
.page-title {
    padding: 25px 0px 25px 0px;
    position: relative;
}
.overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background: #2323234f;
}
.page-title .block h1 {
	color: #fff;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.text-lg {
    font-size: 40px;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}
.text-white-50{
	color: #ffff00 !important;
    text-decoration: none !important;	
}
.list-inline-item {
    display: inline-block;
}

/****************** University CSS *********************/
.courses-category {
    background: #e8e8e8;
}
.category-left {
    margin: 0;
    padding: 0;
    list-style: none;
}
.category-left-title h3{
    margin: 0;
    text-transform: uppercase;
    padding: 5px;
    font-size: 20px;
    letter-spacing: 1px;
    background: #b60003;
    color: #fff;
}
.category-left li {
    list-style-type: none;
    background: #222337;
    margin-bottom: 3px;
    padding: 2px 10px;
}
.category-left li a {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding: 6px 0;
    display: block;
    -webkit-transition: .1s;
    transition: .2s;
    text-decoration: none;
}
.category-left li a i {
    padding-right: 9px;
}
.author-box-holder {
	position: relative;
    display: block;
    background: #ffffff;
    padding: 5px 5px;
    box-shadow: 0px 4px 10px 3px #e0e4e6;
    margin-top: 15px;
    margin-bottom: 15px;
}
.author-box-holder .inner-box {
    position: relative;
    display: block;
}
.author-box-holder .inner-box .img-box img {
    width: 100px;
    border-radius: 50%;
}
.author-box-holder .inner-box .img-box, .author-box-holder .inner-box .text {
    display: table-cell;
    vertical-align: middle;
}
.author-box-holder .inner-box .text {
    padding-left: 15px;
}
.author-box-holder .inner-box .text ul{
	margin:0;
	padding:0;
}
.author-box-holder .inner-box .text ul li{
	list-style-type:none;
	text-transform:uppercase;
	font-size:13px;
	letter-spacing:0.5px;
}
.author-box-holder .inner-box .text ul li span{
    font-weight: 600;
    width: 100px;
    float: left;
}
.author-box-holder .inner-box .text h3 {
    color: #222222;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}
.author-box-holder .inner-box .text p {
    line-height: 25px;
    margin: 16px 0 23px;
}
.courses-btn{
	margin:0;
	padding:0;
}
.courses-btn li{
	list-style-type: none;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
}
.courses-btn li a{
	font-size: 12px;
    text-transform: uppercase;
    background: #dd0000;
    padding: 5px;
    color: #fff;
	text-decoration: none;
}
.read-btn{
	background:#263e9d !important;
}
.downlord-box{
	
}
.downlord-box ul{
	margin:0;
	padding:0;
}
.downlord-box ul li{
	list-style-type: none;
    display: inline-block;
    background: #263e9d;
    padding: 8px;
    margin-bottom: 5px;
}
.downlord-box ul li a:before {
	top: 0px;
    left: 0;
    content: "\f019";
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 15px;
    transition: all 500ms ease;
    font-weight: 500;
    line-height: 20px;
    margin: 0px 10px 0px 0px;
}
.downlord-box ul li a{
	text-decoration: none;
	color:#fff;
	text-transform:uppercase;
	font-size:13px;
}
.single-emergency {
    padding: 35px 35px;
	background:#f6f6f6;
}
.overlay_background {
    position: relative;
    z-index: 0;
}
.overlay_background {
    position: relative;
    z-index: 0;
}
.overlay_background::before {
    position: absolute;
    content: "";
    background-color: #0d1128d6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.8;
}
.approvals{
	padding: 35px 15px 0px 128px;
    background: #fff;
}
.recruiters-logo{
	border: 2px solid #f6f6f6;
    margin-bottom: 5px;
    margin-top: 5px;
}

/****************** Contact Us CSS *********************/
.slider-contact-form {
	background: rgba(0, 0, 0, 0.08);
    border-radius: 3px 0;
    -moz-border-radius: 3px 0;
    -webkit-border-radius: 3px 0 3px 0;
    right: 120px;
    padding: 15px 20px;
    position: absolute;
    top: 145px;
    width: 350px;
    display: block!important;
    padding: 10px;
    margin-top: 15px;
    z-index: 1;
}	
.services-block-six {
    position: relative;
    margin-bottom: 30px;
}
.services-block-six .inner {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 17px 8px;
    border: 1px solid #e0e0e0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-block-six .inner .icon {
    position: relative;
    margin: auto;
    font-size: 64px;
    line-height: 1em;
    color: #90429e;
    margin-bottom: 5px;
}

.icon {
    width: 20%;
}
.services-block-six .inner h3 {
    position: relative;
    font-size: 18px;
    color: #222222;
    font-weight: 700;
    margin: 0;
    line-height: 25px;
}
.services-block-six .inner h3 a {
    color: #222222;
}
.form {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ededed;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 30%);
    box-sizing: border-box;
    background: #17698e;
    padding: 10px;
}
.form h3 {
    background: #b60003;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}
.form-sec {
    visibility: visible;
    animation-delay: 0ms;
    animation-name: fadeInRight;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ededed;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 30%);
    box-sizing: border-box;
    background: #ffffff;
    padding: 15px;
}
.contact-form {
    position: relative;
}
.university-sec{
	background:#f6f6f6;
}
.bed-sec{
	background:#f6f6f6;
}
.course-list{
	overflow-x:auto;
}
.marquee-table table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: none !important;
}
.marquee-table table th, td {
	border: none !important;
}
.course-list table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 1px solid #ddd;
}

.course-list table tr, td {
	border: 1px solid #ddd;
}
.course-list table th, td {
	text-align: left;
	border: 1px solid #ddd;
	padding: 8px;
}

.course-list table tr:nth-child(even){background-color: #f2f2f2} 

.heading_space {
    margin-bottom: 30px;
}
.project-description-content {
    position: relative;
    display: block;
    z-index: 3;
    padding-top: 45px;
    padding-left: 5px;
}
#course-sec {
    text-align: center;
}
.tags {
	margin:0;
	padding:0;
}
.tags > li {
	list-style-type:none;
	display: inline-block;
}
.tags > li a {
	border: 1px solid #bababa;
    border-radius: 50px;
    color: #5b5b5b;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 5px 10px;
    background: #fff;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 500;
}
.tags > li a:hover, .widget .tags > li a:focus {
    background: #b60003;
    border-color:#b60003;
    color: #fff;
}
.hide-pc {
    display: block;
}
.hide-mob {
    display: none;
}

.icon_box {
    padding-top: 20px;
    padding-bottom: 20px;
}
.icon_box:nth-child(2n+1) i {
    color: #4587d9;
}
.icon_box h4 {
    font-size: 15px;
    font-weight: 600;
}
.no_bottom {
    margin-bottom: 0;
    font-weight: 300;
}
.icon_box i {
    display: inline-block;
    font-size: 44px;
    color: #e42b19;
    position: relative;
}
.icon_box:hover {
    background: #fff;
    color: #000;
    cursor: pointer;
    border-radius: 4px;
}
.icon_box:hover i, .about-post:hover a > img {
    -moz-animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    animation-delay: 0s;
    -moz-animation-duration: .7s;
    -ms-animation-duration: .7s;
    -o-animation-duration: .7s;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
}
.mission-area {
	background: #fff;
    padding: 0px;
    height: 95px;
    margin-bottom: 7px;
}
.effect{
	position: relative;
} 
.effect:before, .effect:after{
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.effect:after{
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

.vision{
	font-size:14px;
	font-weight:500;
	color: #2f5497;
	text-align:justify;
	margin-right:10px;
	padding: 5px;
}
.mission{
	font-size:14px;
	font-weight:500;
	color: #bd3538;
	text-align:justify;
	margin-right:10px;
	padding: 5px;
}
.strategy{
	font-size:14px;
	font-weight:500;
	color: #e1b936;
	text-align:justify;
	margin-right:10px;
	padding: 5px;
}

.achievement{
	font-size: 14px;
    font-weight: 500;
    color: #01a859;
    text-align: justify;
    margin-right: 10px;
    padding: 5px;
}
.mission-area h3 {
    font-size: 20px;
    font-weight: 600;
    color: #0f0f0f;
    letter-spacing: 0.5px;
    margin: 0;
}
.mission-area p{
	line-height: 18px !important;
    font-size: 14px !important;
}
.one{
	border-right: 5px solid #b8d432;
}
.two{
	border-right: 5px solid #939598;
}
.three{
	border-right: 5px solid #f79521;
}
.four{
	border-right: 5px solid #4e4e56;
}
.five {
    border-right: 5px solid #00b5a7;
}
.ttm-row.action-section {
    padding: 90px 0 100px;
}
.ttm-bg {
    position: relative;
}

.bg-img5 {
    background-image: url(../images/subscribe.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.ttm-bgcolor-darkgrey > .ttm-bg-layer {
    background-color: #353535ba;
}
.ttm-bg-layer {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.action-box {
    padding: 30px 0 30px;
}
.demo-button {
    background-color: #93241c;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 6px 20px;
    -webkit-transition: 0.3s linear all;
    -moz-transition: 0.3s linear all;
    -ms-transition: 0.3s linear all;
    -o-transition: 0.3s linear all;
    transition: 0.3s linear all;
}


/*************************************************************************
||||||||||||||||          Mobile Responsive CSS          |||||||||||||||||         
**************************************************************************/

@media (max-width: 767px) {
	.approvals {
		padding: 35px 15px 0px 15px;
		background: #fff;
	}	
	.hide-mob {
		display: block;
	}
	.downlord-box ul li a{
		font-size:10px;
	}
	.single-emergency {
		padding: 35px 15px;
	}
	.project-description-image-box{
		margin-right:0px;
	}
	.author-box-holder{
		margin-top: 5px;
		margin-bottom: 5px;		
	}
	.navbar-classic .navbar-nav .nav-item {
		padding: 1px 0px;
	}
	.author-box-holder .inner-box .text ul li{
		font-size:11px;
	}
	.author-box-holder .inner-box .text {
		padding-left: 5px;
	}
	.slider-contact-form {
		position: relative;
		top: 0px;
		left: 0px;
		width: auto;		
	}
	.widget-cta {
		padding: 8px;
		border-radius: 15px;
		background: url(../images/service.jpg);
		background-position: 100% 100%;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.cta-style1 {
		background: url(../images/online.jpg);
		background-position: 100% 100%;
		margin-bottom: 15px;
		margin-top: 15px;
	}
   .cta-style2{
		background: url(../images/online.jpg);
		background-position: 100% 100%;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.cta-style3 {
		background: url(../images/payment.jpg);
		background-position: 100% 100%;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.description h1{
		font-size:30px;
	}
	.description h1 span{
		font-size:20px;
	}
	.project-description-image-box img {
		max-width: none;
		float: left;
		margin-left: -115px;
	}
	.blog-box{
		margin-bottom:15px;
	}
	.mobile-search{
		margin-top:30px;
	}
	.mob-course{
	    margin-top: 45px;
	}
	.mob-btn{
		margin:0;
	}
}