/*
Theme Name    : DMI Colllege of Engineering
Website Url   : 
Description:  : iTech India Pvt Ltd Website Design - December 2014.
Author        : Mahesh.N
Author Url    : http://www.itechind.com/
*/

/**************reset.css**************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:hover{
  text-decoration: none;
}

/*Inner code Start */
sup {
    font-size: 12px !important;
}
.inner-content {
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.inner-banner {
    background-image: url("../../../uploads/2020/05/Inner-Banner.jpg");
    background-repeat: repeat;
    border-bottom: 2px solid rgb(255, 252, 0);
    height: 300px;
    width: 100%;
}
.bread {
    float: right;
    height: 35px;
    margin-bottom: 10px;
    overflow: hidden;
}
#breadcrumbs a {
    color: rgb(125, 32, 61);
    font-size: 12px;
}
#breadcrumbs span {
    font-size: 12px;
}
.inner-content h1 {
    border-bottom: 1px solid rgb(228, 188, 7);
    font-family: lato-heavy;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 3px;
    padding-top: 8px;
}
.inner-content p {
    font-family: Lato-Regular;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: justify;
}
.inner-content strong {
    font-weight: bold;
}
.inner-right {
    position: sticky;
    top: 40px;
}
.side-bar {
    box-shadow: 0 0 3px 1px rgba(125, 32, 61, 0.6);
    margin-top: 15px;
    padding: 15px 10px;
}
.side-bar > ul {
    margin-top: 5px;
}
.side-bar a {
    border: 1px solid rgba(228, 188, 7, 0.3);
    color: rgb(125, 32, 61);
    display: flex;
    font-family: lato-regular;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 3px;
    margin-top: 3px;
    max-height: 50px;
    overflow: hidden;
    padding: 4px 7px;
    text-align: justify;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.side-bar span i {
    padding-right: 7px;
}
.side-bar a:hover {
    background-color: rgb(161, 78, 104);
    color: rgb(255, 255, 255);
    padding-left: 20px;
}
.side-bar h3 {
    border-bottom: 2px solid rgb(125, 32, 61);
    font-family: lato-heavy;
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.inner-content h3 {    
    color: rgb(0, 0, 0);
    font-family: lato-semibold;
    font-size: 17px;
    padding-bottom: 10px;
    padding-top: 15px;
}
.inner-right h3{
  border-bottom: 1px solid #E4BC07;
}
.inner-content h4 {
    color: rgb(25, 21, 159);
    font-family: lato-semibold;
    font-size: 15px;
    padding-bottom: 5px;
    padding-top: 15px;
}
.inner-content .inner-left ul {
    margin: 0 1rem;
    padding-top: 5px;
}
.inner-content .inner-left li {
    font-family: lato-regular;
    font-size: 14px;
    line-height: 28px;
    list-style-image: url("../images/list-icons.png");
    padding-bottom: 5px;
    padding-top: 5px;
}
.inner-left .inner-post-menu {
    display: inline-block;
    padding-bottom: 20px;
    padding-top: 10px;
}
.inner-post-menu > a {
    background-color: rgb(125, 32, 61);
    border: 1px solid rgb(125, 32, 61);
    color: rgb(255, 255, 255);
    font-family: lato-regular;
    font-size: 14px;
    margin-left: 2px;
    padding: 10px 12px;
    transition: all 0.3s ease-in-out 0s;
}
.inner-post-menu > a:hover, .inner-post-menu > a:focus {
    background-color: rgb(77, 0, 13);
    border: 1px solid rgb(228, 188, 7);
    border-radius: 10px;
    color: rgb(228, 188, 7);
    transition: all 0.3s ease-in-out 0s;
}
.inner-left .inner-post-menu {
    display: inline-block;
    padding-bottom: 20px;
    padding-top: 10px;
    position: relative;
}
.side-bar .menu-active a {
    color: rgb(255, 255, 255);
    background-color: rgb(125, 32, 61);
}
    z-index: 1;
}
/*
.inner-post-menu > a::before {
    background-color: #7D203D;
    content: "";
    height: 37px;
    left: 2px;
    position: absolute;
    top: 0;
    width: 0%;
    transition: all ease-in-out .3s;
}
*/
.inner-post-menu > a:hover:before{
   width: 98%; 
}
.wc-shortcodes-font-awesome-enabled .wc-shortcodes-toggle .wc-shortcodes-toggle-trigger a {
    color: rgb(125, 32, 61);
    font-family: lato-semibold;
    font-size: 14px;
    transition: all ease-in-out .3s;
}
.wc-shortcodes-font-awesome-enabled .wc-shortcodes-toggle .wc-shortcodes-toggle-trigger a:hover, .wc-shortcodes-font-awesome-enabled .wc-shortcodes-toggle .wc-shortcodes-toggle-trigger a:focus {
    background-color: #7D203D;
    color: rgb(255, 255, 0);
    text-decoration: none;
}
.wc-shortcodes-tabs ul.wcs-tabs-nav li a {
    padding: 10px;
    transition: all ease-in-out .3s
}
.wc-shortcodes-tabs ul.wcs-tabs-nav {
    border-bottom: 1px solid rgb(204, 204, 204);
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
}
.wc-shortcodes-tabs ul.wcs-tabs-nav .wcs-state-active a {
    background-color: rgb(125, 32, 61);
    color: rgb(255, 255, 255);
}
.wc-shortcodes-tabs ul.wcs-tabs-nav li a:hover, .wc-shortcodes-tabs ul.wcs-tabs-nav li a:focus, .wc-shortcodes-tabs ul.wcs-tabs-nav li a:active {
    background-color: rgb(125, 32, 61);
    color: rgb(255, 255, 0);
    text-decoration: none;
}
.wc-shortcodes-tabs .tab-content {
    padding: 4px;
    margin-top: 4px;
}
.cycloneslider-template-standard .cycloneslider-caption-title {
    color: rgb(255, 255, 255);
    font-family: lato-semibold;
    font-size: 14px !important;
    line-height: 1.4 !important;
    text-align: justify;
}
/*.cycloneslider-template-standard .cycloneslider-caption-description {
    line-height: 0!important;
    padding: 0!important;
}
*/
.flex-direction-nav a::before {
    content: url(../images/Gallery-arrow1.png);
}
.flex-direction-nav a.flex-next::before {
    content: url(../images/Gallery-arrow.png);
}
.profile {
    display: inline-block;
    margin: 1rem auto;
    width: 100%;
}
.pro-img {
    float: left;
    width: 20%;
}
.pro-details {
    float: right;
    width: 75%;
}
.rank-list li {
    float: left;
    list-style-image: none !important;
    margin-top: 2rem;
    padding: 0 20px;
    width: 20%;
}
.rank-list p {
    border-bottom: 1px solid rgb(0, 0, 0);
    text-align: left;
}
.rank-list li em {
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    display: inline-block;
    width: 100%;
}
/*Inner code End */




.wc-shortcodes-accordion-trigger > a {
    color: rgb(125, 32, 61);
    font-family: lato-semibold;
    font-size: 14px;
}
.wc-shortcodes-accordion-trigger:hover:hover, .wc-shortcodes-accordion-trigger:focus {
    color: rgb(228, 188, 7);
    text-decoration: none;
}

@media (min-device-width: 992px) and (max-device-width: 1279px) {  
    
    .rank-list li {
    width: 25%;
 }
}

@media (min-device-width: 768px) and (max-device-width: 991px) { 
    
    .rank-list li {
    width: 50%;
 }
    .rank-list li em {
    font-size: 12px;
 }
}

@media (max-device-width: 761px) {
    
.rank-list li {
    width: 50%;
}

    
@media (min-device-width: 300px) and (max-device-width: 360px) { 

    .rank-list li {
    width:100%;
 }
}