body {
	font-family:Times New Roman;	
}
.top-border {
	height:3px;
	background-color:#061d38;
	margin-bottom:10px;
}
.navbar {
	padding:0;
	margin-bottom:15px;
	margin-top:15px;
}

.navbar .nav-link {
    color:#061d38;
	transition:0.5s;
	margin-left:2px;
	margin-right:2px;
	font-weight:bold;
	font-size:18px;
}
.navbar-nav .nav-link:hover, 
.navbar-nav .nav-link:focus {
	color:#ffc412;
}


.navbar .navbar-toggler {
	border-color:#061d38;
	padding:1px 5px;
}
.navbar .navbar-toggler .navbar-toggler-icon{
	color:#061d38;
	padding-top:4px;
}


.hmt-home-header {
	color:#fff;
	background-image:linear-gradient(to bottom, rgba(8,13,21, 0.7), rgba(8,13,21, 0.7)),url('img/computer-programmer-banner.jpg');  
	height:400px;
	background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	position:relative;
}
.hmt-home-header:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -16px;
    border-bottom: 19px solid #F5F7FA;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
}
.hmt-home-header-inner {
	width:70%;
}
h1 {
	font-weight:bold;
	font-size:60px;
	text-shadow:2px 2px 2px #061d38;
}
.stcei {
	color:#ffc412;
}
.hmt-home-header-inner .tagline {
	font-size:20px;
}
.txt-rotate {
	font-size:20px;
	font-weight:bold;
}

.stcei-heading
{
	margin-top:50px;
}
.stcei-content 
{
	margin-top:30px;
    color: #434343;
    word-spacing: .1em;
    line-height: 1.6;
    font-size: 17px;
    margin-bottom: 15px;	
}

h2 {
	color: #061d38;
    text-align: center;
    text-transform: uppercase;
	font-weight:bold;
	letter-spacing: 0.05em;
	position:relative;
}

.why-stcei {
	text-align:center;
	margin-top:30px;
}
.why-stcei i {
	border-radius: 100%;
    padding-top:25px;
	font-size:35px;
	color:#fff;
	display:inline-block;
	width:90px;
	height:85px;
	
    -webkit-box-shadow: 0 10px 4px -6px #777;
       -moz-box-shadow: 0 10px 4px -6px #777;
            box-shadow: 0 10px 4px -6px #777;	
}
.ws-1 {
	background-color:#0099e5;
}
.ws-2 {
	background-color:#ff4c4c;
}
.ws-3 {
	background-color:#34bf49;
}
.ws-4 {
	background-color:#fbb034;
}
.ws-5 {
	background-color:#d20962;
}
.ws-6 {
	background-color:#005670;
}
.why-stcei h3 {
	color: #061d38;
	margin-top:15px;
	font-size:24px;
	font-weight:bold;
}
.why-stcei p {
	color: #434343;
    word-spacing: .1em;
    line-height: 1.6;
    font-size: 17px;
}
.h-border {
	height: 4px;
    width: 100px;
    background-color: #ffc412;
    margin:0 auto;	
}

.stcei-counter {
	background-color:#ffc412;
	margin-top:15px;
	padding-top:40px;
	padding-bottom:30px;
	text-align:center;
}
.sc-num {
	font-size: 44px;
	color: #061d38;
    font-weight: bold;
    letter-spacing: 0.05em;
	margin-bottom:0px;
	display:inline;
}
.sc-tag {
	text-transform: uppercase;	
	font-weight:bold;
	color:#fff;
	font-size:18px;
	word-spacing: .1em;
}

.hmt-course {
	background-color:#fff;
	text-align:center;
	padding:10px;
    box-shadow:0 2px 8px 0 rgba(0,0,0,0.2);
    border-radius: 5px;	
	transition: box-shadow 0.3s ease-in-out;
	border-top:2px solid #061d38;
	border-bottom:2px solid #061d38;
	margin:0 auto;
	margin-bottom:20px;
	display:inline-block;
	width:150px;
}
.hmt-course:hover {
	box-shadow: 0 5px 15px 2px rgba(0, 0, 0, 0.1);
}
.hmt-course p {
	margin-top:10px;
	margin-bottom:0;
	font-size:17px;
	color:#061d38;
}
.hmt-course img {
	width:65px;
	height:65px;
	transition: 1s ease;	
}
.hmt-course img:hover{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	transition: 1s ease;
}


.internship {
    background:#333333;
	color:#fff;
	background-image:linear-gradient(to bottom, rgba(8,13,21, 0.7), rgba(8,13,21, 0.7)),url('img/bg.jpg');  
	background-attachment: fixed;
	background-position: center;
    text-align: center;
	margin-top:50px;
	padding:40px 20px;
}

.students {
    background:#333333;
	color:#fff;
	background-image:linear-gradient(to bottom, rgba(8,13,21, 0.7), rgba(8,13,21, 0.7)),url('img/student.jpg');  
	background-attachment: fixed;
	background-position: center;
    text-align: center;
	margin-top:50px;
	padding:40px 20px;
}

.internship .h-border,.students .h-border {
	margin-bottom:20px;
}

.internship h2,.students h2 {
	color: #fff;
    text-align: center;
    text-transform: uppercase;
	font-weight:bold;
	letter-spacing: 0.05em;
}
.internship p
{
    color:#fff;
    word-spacing: .1em;
    line-height: 1.6;
    font-size: 18px;
    margin-bottom:5px;	
}

.stcei-teachers {
	margin-top:30px;
	text-align:center;
}
.teachers {
	display:inline-block;
	background-color:#fff;
	border-radius:10px 10px 0px 0px; 
	margin:5px 20px;
	-webkit-box-shadow: 1px 5px 15px 2px rgba(68, 102, 242, 0.05);
    box-shadow: 1px 5px 15px 2px rgba(68, 102, 242, 0.05);
    border:1px solid #f2f2f2;	
	margin-bottom:30px;
}
.teachers img {
	border-radius:10px 10px 0px 0px; 
}
.t-name, #STCEI .name {
	font-size:20px;
	margin-top:10px;
	font-weight:bold;
	margin-bottom:0px;
}

#STCEI img {
	width:100px;
	height:120px;
	border-radius:50%;
	margin-bottom:10px;
	border: 4px solid #fff;
}
#STCEI p {
    color:#fff;
    word-spacing: .1em;
    line-height: 1.6;
    font-size: 18px;
	margin-bottom:0px;
}

.stcei-address {
	margin-top:30px;
	text-align:center;
}

.address-box {
	box-shadow:0 0 30px rgba(214, 215, 216, 0.3);
    padding:20px;
	border: 1px solid #f2f2f2;
	border-radius:5px;
	height:300px;
	margin-bottom:10px;
}
.address-box i {
	font-size:40px;
	color:#ffc412;
	display:inline-block;
	width:60px;
	height:60px;
	padding-top:10px;
	border-radius:100%;
	border:1px dashed #061d38;
}
.address-box h3{
	color:#061d38;
	font-size:20px;
	margin-top:10px;
	font-weight:bold;
}
.address-box p,.address-box a {
	font-size:17px;
    color: #434343;
    line-height: 1.6;
	margin-top:10px;
	text-decoration:none;
}
.google-loc button{
	color:#fff;
}
.google-loc button:hover{
	color:#fff;
}

.footer {
	background-color:#05182e;
	color:#fff;
	padding:5px;
	text-align:center;
	margin-top:20px;
}

#top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 99;
	padding:7px 10px;
	color:#fff;
	border-radius:5px;
	background-color:#ffc412;
}

@media(max-width:991px) {
.hmt-home-header-inner {
	width:90%;
}
.navbar-collapse {
	margin-top:10px;
	border-top: 1px solid #eee;
}	
}

@media(max-width:767px) {
.hmt-home-header {
	background-position:center top;
}
.hmt-home-header-inner {
	width:90%;
}
h1 {
	font-size:50px;
}	
.stcei-content {
	text-align:justify;
}

@media(max-width:400px) {
.txt-rotate {
	display:block;
}
.internship p {
	text-align:left;
    line-height: 1.4;
    font-size: 18px;
    margin-bottom:15px;		
}
}
