
.home-page .events .section-content{
    min-height: 365px !important;
}

.main-nav-wrapper {
    background: #088c6c !important;
}


.main-nav .nav .nav-item .nav-link {
    color: #dce7f0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    padding: 15px;
    background: #088c6c !important;
}

.header .top-bar {
    background: #024d3a !important;
}

.header .social-icons a {
    background: #fff !important;
}

.btn-theme {
    background: #088c6c !important;
    border: 1px solid #088c6c !important;
    color: #fff;
}

.header .contact .svg-inline--fa {
    color: #088c6c !important;
    
}

.flexslider .slides .flex-caption .main {
    display: inline-block;
    background: #088c6c !important;
}

a.btn-cta, .btn-cta {
    background: #088c6c !important;
    border: #088c6c;
}

a.btn-cta, .btn-cta:hover {
    background: #088c6c !important;
}

.home-page h1.section-heading .line {
    border-top: 2px solid #088c6c !important;
}

.date-label .month {
    background: #088c6c !important;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 1px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

/* .course-finder{
    background-image: url('/assets/images/slides/ab.png');
} */

.card{
    border-radius: 10px;
}

.study-in{
    background-image: url('/assets/images/slides/waving.gif')
}

.text-white{
    color: white;
}

.box.box-dark {
    background: rgba(0, 0, 0, 0.897) !important;
    color: #fff;
}

.home-page section {
    background: #f5f5f5;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 5px;
}

footer {
    background: rgba(0, 0, 0, 0.897) !important;
    color: rgb(255, 255, 255);
}