/*
Theme Name: SoICT Graduation Day
Description: SoICT Graduation Day
Author: SoICT
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
body {
/*     font-size: 14px !important; */
}

.text-justify{
	text-align: justify;
}

.header-bottom {
    border-top: 5px solid #eee078;
}

/* Title block */
.section-title-normal span {
    border: none;
}

.section-title-normal,
.section-title.section-title-center {
    border: none;
    padding-bottom: 10px;
}

.section-title-normal span.section-title-main:after,
.section-title-center span.section-title-main:after {
    content: "";
    width: 60px;
    height: 6px;
    display: inline-block;
    background-color: #015f52;
    clear: both;
    position: absolute;
    left: 0px;
    bottom: 0px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.section-title-normal:hover span.section-title-main:after,
.section-title-center:hover span.section-title-main:after {
    width: 150px;
}

.section-title.section-title-center b {
    opacity: 0;
}

.section-title-center span.section-title-main:after {
    left: 0;
    right: 0;
    margin: auto;
}

/* Sidebar */
.sidebar li {
    position: relative;
    padding-left: 15px !important;
	list-style: none;
}

.sidebar li:after {
    content: "\e00a";
    font-family: 'fl-icons' !important;
    background: #bf1e2e;
    border-radius: 50%;
    color: #fff;
    height: 20px;
    width: 20px;
    position: absolute;
    left: -15px;
    text-align: center;
    top: 0px;
    font-size: 10px;
    line-height: 20px;
}

/* Icon box */
.icon-info .icon-box-img .icon-inner {
    color: #bf1e2e;
    height: 90px;
}

.icon-info .icon-box-text.last-reset {
    padding: 0;
    margin: 20px 0 0 -20px;
    z-index: 1;
}

.icon-info .icon-box-text.last-reset h2 {
    margin-bottom: 0;
    font-size: 36px;
}

/* Teams */
.box  .social-icons.follow-icons {
    display: none;
}

/* Travel */
.travel-icon .icon-inner {
    height: 120px;
}

/* Footer */
.social-icons.follow-icons a {
    margin: 5px 10px;
}

@media only screen and (min-width: 49em) {

}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
 
}