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;
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

@media (min-width:1370px) {
    .container {
        min-width: 1350px;
    }
}


/**header Style Start Here**/

header {
    background: #336659 none repeat scroll 0 0;
    display: table-cell;
    height: 100px;
    vertical-align: middle;
    width: 1%;
}

.sticky {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

.logo_area {
    padding: 15px 0;
}

.logo_area img {
    width: 100%;
}

.navbar-inverse {
    background-color: transparent;
    border-color: none;
}

.navbar {
    min-height: 50px;
    position: relative;
    border: none !important;
    margin-bottom: 0;
}

.navbar-nav > li > a {
    font-family: 'Roboto-Regular';
    font-size: 16px;
    padding: 40px 15px;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 0 !important;
}

.navbar-collapse {
    overflow-x: visible;
    padding: 0;
}
.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
    background-color: #336659 !important;
    border-color: #336659 !important;
    color: #ffffff;
}
.btn-danger {
    background-color: #336659;
    border-color: rgba(0, 0, 0, 0) !important;
    border-radius: 22px;
    bottom: 8px;
    color: #ffffff;
    position: absolute;
    right: 0;
}

.btn-danger:hover {
    background-color: #3A3A3A;
    border-color: #ac2925;
    color: #ffffff;
}

.main_menu_search .form-control {
    background: #336659 none repeat scroll 0 0;
    border: medium none #336659;
    border-radius: 25px;
    font-family: 'Roboto-Regular';
    margin-top: 26px;
    color: #fff !important;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #f3efe8;
}

.navbar-toggle {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    float: right;
    margin-right: 0px;
    margin-top: 21px;
    padding: 9px 10px;
    position: relative;
}

#side-menu .contents {
    margin-top: 40px;
}

.navbar-inverse .navbar-toggle {
    background: #ccc none repeat scroll 0 0;
    border-color: #ccc;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    background-color: #f3efe8;
    color: #336659;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #f3efe8;
    color: #336659;
}

.navbar-right .dropdown-menu {
    left: 0 !important;
    right: 0;
}

.dropdown-menu > li > a {
    clear: both;
    color: #fff;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 8px 20px;
    font-size: 14px;
    white-space: nowrap;
    font-family: 'Roboto-Regular';
/*    transition: 0.8s;*/
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: #f3efe8;
    color: #262626;
    text-decoration: none;
/*    transition: 0.8s;*/
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #336659;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
/*    transition: 0.8s;*/
}
ul.nav li.dropdown .dropdown-menu{
	display: none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #336659;
    color: #fff;
    outline: 0 none;
    text-decoration: none;
}

/**********Bannr Section**********/

.bs-slider .bs-slider-overlay {
    background: none !important;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.control-round .carousel-control.right > span:nth-child(1) {
    color: #cccccc !important;
    right: 0;
    top: 2px;
}

.control-round .carousel-control.left > span:nth-child(1) {
    color: #cccccc !important;
    left: 0;
}


/*  About Section   */

.foundermag > p {
    color: #5f5f5f;
    font-family: "Roboto-Regular";
    font-size: 15px;
    line-height: 30px;
    margin: 15px 0;
    text-align: justify;
}

.chair-read {
    float: right;
    font-weight: bold;	
}
.chair-read > a{
	color: #336659;
}
.founder > img {
    display: flex;
    margin: auto !important;
}
.chairman {
    border: 8px solid #336659;   
    height: 100%;
    padding: 0 5%;
}

.message > span {
    color: #000;
    /*font-size: 52px;*/
	font-size: 46px
}

.message {
    background: #ffffff none repeat scroll 0 0;
    color: #336659;
    font-family: Roboto-Regular;
    font-size: 26px;
    /*left: -215px;*/
	left: -246px;
    position: absolute;
    top: 44%;
    transform: rotate(-90deg);
	padding: 0px 15px;
}

.news {
    margin-top: 60px;
    padding: 0;
}

#founder_widget {
    height: 100%;
    display: flex;
}

.news-event {
    display: table;
    height: 100%;
    margin-left: 111px;
}

.newsevents > h2 {
    font-family: 'Roboto-Regular';
    font-size: 34px;
    color: #336659;
    text-decoration: none;
}

.even-img {
    float: left;
	width: 18%;
}

.even-name {
    color: #7a8d96;
    display: table;
    line-height: 26px;
    padding: 1% 4%;
	width: 82%;
}

#vertical-ticker > li:hover .even-name {
    background: #336659 none repeat scroll 0 0;
/*    transition: all 0.3s ease 0s;*/
    color: #fff !important;
}

#vertical-ticker > li:hover a {
    color: #fff;
}

#vertical-ticker {
    height: 245px !important;
    list-style: outside none none;
    margin-top: 4%;
    padding: 0;
}

#vertical-ticker > li:hover .news_read {
    color: #fff !important;
}

#vertical-ticker li {
    background: #f3efe8 none repeat scroll 0 0;
    border-bottom: 1px solid #dddddd;
    color: #333333;
    display: block;
    font-family: RobotoCondensed-Regular;
    font-size: 15px;
    height: 111px;
    margin-bottom: 13px;
    text-align: justify;
    /*	transition: all 0.3s ease 0s;*/
}

#vertical-ticker > li:hover {
    background: #336659 none repeat scroll 0 0;
}

.even-name > a {
    color: #7a8d96;
    display: block;
    line-height: 25px;
    text-decoration: none;
    padding-bottom: 15px;
}

.even-name a {
    text-decoration: none;
}

.seeall {
    display: flex;
    float: right;
    margin-top: 30px;
}

.seeall > a {
    background: #336659 none repeat scroll 0 0;
    border: 1px solid #336659;
    color: #ffffff;
    font-family: 'RobotoCondensed-Regular';
    font-size: 16px;
    padding: 10px 25px;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

.seeall > a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #336659;
    transition: all 0.3s ease 0s;
}

.newsevents span {
    color: #000000;
}

.news_read {
    float: right;
}

.news_read > a {
    color: #9c9c9c;
    font-size: 13px;
    text-decoration: none;
}


/*

.date {
    color: #9f9f9f;
    font-size: 14px;
}
*/

.even-name > p {
    font-size: 14px;
}

.owl-nav {
    display: flex;
    float: left;
}

.prev > a {
    border: 3px solid #336659;
    display: block;
    height: 45px;
    line-height: 40px;
    text-align: center;
    width: 45px;
}

.next > a {
    border: 3px solid #336659;
    display: block;
    height: 60px;
    line-height: 70px;
    text-align: center;
    width: 50px;
}

.prev {
    margin-top: 25px;
}

.fa.fa-angle-right {
    color: #336659 !important;
    font-size: 32px;
    position: relative;
    top: 0;
}

.fa.fa-angle-left {
    color: #336659 !important;
    font-size: 32px;
    position: relative;
    top: 5px;
}

.next {
    margin-left: 10px;
    margin-top: 10px;
}


/********About Section ********/

.college {
    margin: 60px 0;
}

.welcomeclg {
    padding-right: 10%;
}

.mmm {
    height: 100%;
}

#college {
    display: flex;
    height: 100%;
}

.about {
    color: #000000;
    line-height: 28px;
    margin-top: 30px;
    text-align: justify;
}

.about-content {
    margin: 0 42px 0 10px;
}

.about-content > p {
    color: #5f5f5f;
    font-size: 15px;
    line-height: 28px;
    margin: 15px 0 0;
    text-align: justify;
    font-family: 'Roboto-Regular';
}

.abtseeall {
    display: flex;
    float: right;
    margin-top: 0px;
}

.abtseeall > a {
    background: #336659 none repeat scroll 0 0;
    border: 1px solid #336659;
    color: #ffffff;
    font-family: "RobotoCondensed-Regular";
    font-size: 16px;
    padding: 10px 25px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.abtseeall > a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #000000;
    transition: all 0.3s ease 0s;
}

.Highlights li {
    height: 60px;
    margin-bottom: 10px;
    line-height: 60px;
    padding: 0;
    text-transform: uppercase;
}

.Highlights li a{
    display:flext;
}

.Highlights span {
    background: #ff0000 none repeat scroll 0 0;
    float: left;
    height: 100%;
    padding: 5px 10px;
    width: 20%;
}

.Highlights p {
    color: #000000;
    display: list-item;
    float: right;
    font-family: 'RobotoCondensed-Regular';
    font-size: 20px;
    line-height:30px;
    margin-top: 15px;
    padding-left: 0;
    width: 73%;
}
.Highlights li img {
    margin: 0 auto;
}

.Highlights > h2 {
    color: #336659;
    font-family: "Roboto-Regular";
    font-size: 34px;
    font-weight: bold;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.about-content h3 {
    font-family: "Roboto-Regular";
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
}

.about-image > span {
    bottom: 210px;
    color: #336659;
    display: block;
    font-family: "RobotoCondensed-Regular";
    font-size: 54px;
    font-weight: bold;
    left: 86%;
    position: absolute;
    top: 33px;
    transform: rotate(-90deg);
}

.about-image {
    position: relative;
}


/******* footer start here *****/

footer {
    background: #336659 none repeat scroll 0 0;
    display: block;
    padding: 20px 0;
	margin-top: 30px;
}

.visionpara {
    color: #ffffff;
    font-family: 'Roboto-Regular';
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
}
.visiontitle {
    color: #ffffff;
    font-family: RobotoCondensed-Regular;
    font-size: 28px;
    line-height: 32px;
    padding: 10px 0;
}
.foot-title {
    color: #4d7d5b;
    font-family: RobotoCondensed-Regular;
    font-size: 26px;
    font-weight: bold;
    margin: 15%;
}
.foot-nav > li {
    color: #fff;
    font-family: 'Roboto-Regular';
    font-size: 15px;
    line-height: 34px;
}

.foot-nav > li::before {
    content: "-";
    margin: 11px;
}

.foot-nav > li > a {
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease 0s;
}

.foot-nav a:hover {
    margin: 0 5px;
    transition: all 0.3s ease 0s;
}

.footpara {
    color: #000000;
    margin-bottom: 10px;
    line-height: 24.9px;
}

.copyright {
    font-family: 'Roboto-Regular';
    background: #1f493d none repeat scroll 0 0;
    padding: 10px;
    font-size: 14px;
}
.itech {
    float: right;
    color: #ffffff;
}
.title {
    color: #ffffff;
/*    float: left;*/
}

.itech > a {
    color: #3c91cf;
    font-weight: bold;
}

.embed-container {
    position: relative;
    padding-bottom: 65%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.icon {
    margin-right: 21px;
    width: 15%;
}

.add-text {
    margin-left: 3%;
    width: 85%;
}

.second p {
    color: #000000;
}

.location > li {
    color: #fff;
    display: flex;
    font-family: 'Roboto-Regular';
    font-size: 15px;
    line-height: 24px;
    padding: 5px 0;
}

.location a {
    color: #fff;
    transition: all 0.4s ease 0s;
}

.location a:hover {
    color: #b5fe4d;
    transition: all 0.4s ease 0s;
    text-decoration: none;
}
.location > li i {
    color: #fff;
    font-size: 16px;
    padding-right: 15px;
    padding-top: 5px;
}
.location {
    margin-bottom: 6px;
}
.online-fee {
    background: #336659 none repeat scroll 0 0;
    font-family: robotocondensed-regular;
    left: -54px;
    padding: 10px;
    position: fixed;
	display:none;
    top: 50%;
    transform: rotate(270deg);
    z-index: 99;
}
.online-fee a {
    color: #ffffff !important;
    cursor: pointer;
    text-decoration: none;
}
/*
.map {
    background: #efefef none repeat scroll 0 0 !important;
}
*/


/* Inner Page style Start Here */


  .content_area {
    margin: 20px 0;
}
.inner_cnt_area {
    min-height: 350px;
}
.inner-title {
    border-bottom: 1px dotted #cccccc;
    color: #333333;
    font-family: RobotoCondensed-Regular;
    font-size: 24px;
    line-height: 25px;
    padding: 15px 0;
    text-align: justify;
	line-height: 30px;
}
.content_area h3, .content_area h3 strong {
    font-size: 22px;
    line-height: 25px;
    padding: 5px 0;
    font-family: RobotoCondensed-Regular;
    color: #336659;
	margin-bottom: 5px;
}
.content_area h4, .content_area h4 strong {
    font-size: 20px;
    line-height: 25px;
    padding: 5px 0;
    font-family: RobotoCondensed-Regular;
    color: #336659;
	margin-bottom: 5px;
}

.content_area h5 {
    font-size: 18px;
    line-height: 25px;
    padding: 5px 0;
    font-family: RobotoCondensed-Regular;
    color: #336659;
}

.content_area h6 {
    font-size: 16px;
    line-height: 25px;
    padding: 5px 0;
    font-family: RobotoCondensed-Regular;
    color: #336659;
}
.content_area p {
    color: #222222;
    font-family: "Roboto-Regular";
    font-size: 16px;
    line-height: 32px;
    padding: 5px 10px;
    text-align: justify;
}
strong,
b {
    font-weight: bold;
    color: #336659;
    font-size: 15px;
}
.side-title {
    background: #336659 none repeat scroll 0 0;
    border-bottom: 1px dotted #cccccc;
    color: #ffffff;
    font-family: RobotoCondensed-Regular;
    font-size: 24px;
    line-height: 25px;
    padding: 15px 0;
	 text-align: center;
}
.menu-sidebar-container > ul {
    padding: 10px 20px;
}
.su-column-inner.su-clearfix {
    color: #222222;
    font-family: roboto-light;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
    text-align: justify;
}
.post_title h2 {
    border-bottom: 1px dotted #cccccc;
    color: #333333;
    font-family: RobotoCondensed-Regular !important;
    font-size: 20px;
    padding: 20px 0 10px;
}
.row.entry {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: 100%;
    min-height: 350px;
}
.inner_banner {
    background-image: url("/wp-content/uploads/2024/01/sai-siddha-inner-banner.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 3px solid #336659;
    min-height: 299px;
    width: 100%;
}
.breadcrumb {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 4px;
    display: table;
    height: 50px;
    line-height: 50px;
    list-style: outside none none;
    margin: 5px 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    color: #000000;
    float: left;
    font-family: 'Roboto-Regular';
    font-size: 12px;
    font-weight: normal;
}
.breadcrumbs li {
    float: left;
    height: 37px;
    overflow: hidden;
}
.separator {
    color: #ccc;
    padding-left: 5px;
    padding-right: 5px;
}
.bread-link.bread-home,
.item-cat > a {
    color: #cccccc;
    font-weight: bold;
    text-decoration: none;
}
.content_area li {
    font-family: roboto-regular;
    font-size: 16px;
    line-height: 30px;
    list-style: url(../images/li-icon.jpg);
    margin: 0 20px;
    padding: 0 10px;
}
.content_area > ul {
    padding: 0 20px;
}
.registration > a {
    background: #336659 none repeat scroll 0 0;
    color: #ffffff;
    display: table;
    font-family: roboto-regular;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px;
	text-decoration: none;
	border-radius: 5px ;
}
.registration > a:hover {
    color: #000000;
}
.su-button{
    font-family: roboto-regular;
    font-weight: bold;
}
.su-spoiler-title {
    border: 1px solid #cccccc;
    font-family: roboto-regular;
    font-size: 16px !important;
}
.su-spoiler-content{
	border:1px solid #ccc;
	border-top: none;
}
.su-spoiler-title:focus {
    outline: none !important;
}
.title > a {
    color: #000000;
    font-family: roboto-regular;
    font-size: 15px;
	text-decoration: none;
}
.title > a:hover {
    color: #336659;
}
.quicklinks li {
    border-bottom: 1px solid #e1e1e1;
    color: #cccccc;
    font-family: "KozGoPro-Light-AlphaNum";
    font-size: 15px;
    line-height: 40px !important;
    margin: 0 20px;
}
.quicklinks li:hover {
    padding: 0 5px;
    transition: all 0.3s ease 0s;
}
.su-tabs-nav {
    font-family: robotocondensed-regular;
    font-size: 29px !important;
    font-weight: bold;
}
#sidebar li {
    border-bottom: 1px solid #cccccc;
    font-family: roboto-regular;
    line-height: 40px;
}
#sidebar li a{
	color: #000;
	text-decoration: none;	
	transition: 0.5s;
}
#sidebar li a:hover{
	color: #336659;
    padding: 0px 5px;
	transition: 0.5s;
}
#sidebar li::before {
    color: #336659;
    content: "-";
    font-size: 25px;
    font-weight: bold;
    padding: 3px 8px;
    position: relative;
    top: 2px;
}
#sidebar li:last-child {
    border: medium none;
}
.su-tabs {
    background: #336659 none repeat scroll 0 0 !important;
    border-radius: 3px;
    margin: 0 0 1.5em;
    padding: 3px;
}
 .content_area .slides {
    margin-top: 45px !important;
}

.su-tabs-nav span.su-tabs-current {    
    color: #000000;   
}
.su-tabs-nav span {    
    color: #ffffff !important;
	font-size: 16px !important;
}
.su-tabs-nav span.su-tabs-current {
    background: #ffffff none repeat scroll 0 0;
    color: #000000 !important;
    cursor: default;
}
.su-tabs-nav span:hover {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #000000 !important;
}
.su-tabs-nav span:focus {
    outline: none !important;
}
.side_sticky {
    background: #fcfcfc none repeat scroll 0 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: 100%;
    padding: 0 !important;
    position: sticky;
    top: 12%;
}

.back-to-top {
	position: fixed;
	right: 1%;
	bottom: -7.5%;
	height: 15px;
	width: 40px;
	padding: 3px 5px;
	font-size: 10px;
	font-weight: bold;
	color: transparent;
	opacity: 0.5;
	z-index: 3;
	visibility: hidden;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.25s ease-in-out;
	background-color: #858585;

	&:hover,
	&:focus {
		opacity: 1;
		text-decoration: none;
	}

	&:focus {
		outline: thin dotted;
	}
}

.back-to-top::before,
.back-to-top::after {
	content: '';
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top: 0;
}

.back-to-top::before {
	top: -20px;
	z-index: 4;
	border-bottom: 20px solid #858585;
}

.back-to-top::after {
	bottom: 0;
	z-index: 5;
	border-bottom: 20px solid #505050;
}

.back-to-top:hover,
.back-to-top:focus {
	height: 40px;
	color: #212223;
}

.show-back-to-top {
	display: block;
	bottom: 1.25%;
	visibility: visible;
}
.online-fee > a:hover {
    color: #000000;
}
.control-round .carousel-control.right,
{
    right: 3% !important;
}
.control-round .carousel-control.left {
    left: 3% !important;
}
.lcp_catlist li {
    border-bottom: 1px dotted #cccccc;
    padding: 10px 0;
}
.search-except-content{
border: 1px solid #cccccc;
    font-family: roboto-regular;
    line-height: 32px;
    margin: 10px 0;
    padding: 10px;
}
.search-except-content a {
    color: #336659 !important;
    line-height: 30px;
	text-decoration: none;
}



/***************CATEGORY PAGE CSS STARTS HERE*****************************/

.archieve_title > a {
    color: #454545;
    display: block;
    font-family: RobotoCondensed-Regular;
    font-size: 24px;
    line-height: 25px;
    padding: 5px 0;
    text-align: justify;
    text-decoration: none;
}

.archive-post {
    background: #e7e7e7 none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    margin: 20px 0;
    padding: 10px 20px;
    display: table;
    transition: 0.8s;
}

.archive-post:hover {
    box-shadow: 1px 1px 1px 1px #ccc;
    transition: 0.8s;
}

.archieveentrys p {
    color: #404040;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
    text-decoration: none;
    font-family: 'Roboto-Regular';
    padding: 5px 0;
}

.link-more {
    float: right;
}

.archieveentrys > a {
    text-decoration: none;
}

.more-link {
    color: #707070;
    font-size: 12px;
    font-weight: bold;
}

ul.sociallocation li {
    display: inline;
}
ul.sociallocation li i {
    color: #fff;
    font-size: 24px;
    margin: 20px 10px;
}
.h-cbtn .su-spoiler-content{
	text-align: center;
	column-gap: 20px;
    display: flex;
    justify-content: center;
}
.h-cbtn .su-button-center{
	display: inline-block;
}
.dnav{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
#gold-list-slide .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
	background-color: rgb(0 0 0 / 27%);
    padding: 6px 0px;
}
#gold-list-slide h2 {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
}
#gold-list-slide .carousel-control{
	background-color: #336659;
}
.gd-list  h3 {
    text-transform: uppercase;
    font-family: "Roboto-Regular";
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px;
}
.li-cs, .bx-t {
	list-style: none;
	display: flex;
    flex-wrap: wrap;
	padding: 0px !important;
}
.li-cs li{
	width: 20%;
    margin: 0;
    list-style: none;
    padding: 10px;
}
.li-cs li::marker {
    content: unset;
}
.li-cs li img{
	width: 100%;
}
.bx-t .i-bx{
	width: 50%;
	padding: 0px 10px;
	margin-bottom: 20px;
}
.bx-t .i-bx > div{
    box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 25%);
    padding: 15px;
    border-radius: 15px;
    background-color: rgb(0 0 0 / 3%);
	height: 100%;
}
.bx-t ul{
	padding-left: 20px;
}
.bx-t ul li {
	margin: 0px;
    padding: 0px;
	font-size: 15px;
    line-height: 26px;
}
.content_area h3 strong{
	padding-left: 10px;
}



/*
.foot-social li {
    float: left;
    margin: 10px 0;
    padding: 0 10px;
}
.touc {
    color: #ffffff;
    font-family: roboto-regular;
    font-size: 17px;
    margin: 10px 0;
}
*/


/* responsive start here */

@media (min-width:1360px) and (max-width:1599px) {
	.container {
        width: 1250px !important;
    }
    .even-name {
        line-height: 22px;
        padding-bottom: 5%;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
    }
    .navbar-brand {
        padding-top: 2px !important;
    }
	.navbar-nav > li > a {
    padding: 40px 13px;
}
	.even-name > a {
    line-height: 20px;
    padding-bottom: 2px;
   
}
.even-name {
    line-height: 25px;
    padding: 20px !important;
}
	#vertical-ticker li{
		margin-bottom: 13px;
	}
	.about-image > span{
		left: 93%;
		font-size: 45px;
	}
}

@media (min-width:1280px) and (max-width:1365px) {
    .container {
        width: 1210px;
    }
    .navbar-nav > li > a {
        font-size: 13px;
    }
    .logo_area h4 {
        font-size: 16px;
    }
    .reser {
        font-size: 16px;
    }
    .reser {
        font-size: 16px;
    }
    .logo_area h4::before {
        font-size: 16px;
        top: -4px;
    }
    .location > li {
        line-height: 21px;
    }
    .second {
        padding-bottom: 30px;
    }
    .news {
        margin: 4%;
        padding: 0;
    }
    .embed-container {
        padding-bottom: 125.50% !important;
    }
    .news-event {
        margin-left: 90px !important;
    }
    .about-image > span {
        font-size: 39px;
        left: 100%;
        top: 17px;
    }
	.about-image > span {  
    left: 23.5rem;  
}
}

@media (min-width:1200px) and (max-width:1279px) {	

	.navbar-nav > li > a {    
    font-size: 13px !important;
	}
}

@media (min-width:992px) and (max-width:1199px) {
    .nav.navbar-nav.navbar-right > li:last-child {
        display: none;
    }
    .logo_area h4 {
        font-size: 17px !important;
    }
    .container {
        width: 98%;
    }
    .navbar-nav > li > a {
        font-size: 12px;
    }
    .news-event {
        margin-left: 65px;
    }
    .news {
        margin: 4%;
        padding: 0;
    }
    .about-image > span {
        display: none;
    }
    .Highlights p {
        font-size: 16px;
    }
    .foot-nav > li {
        font-family: roboto-light;
        font-size: 15px;
        line-height: 34px;
        margin: 0;
    }
    .location > li {
        font-size: 14px;
        line-height: 21px;
        padding: 5px 0;
    }
    .visionpara {
        font-size: 13px;
        line-height: 21px;
    }
    .location {
        margin-bottom: 9px;
    }
    .embed-container {
        padding-bottom: 149% !important;
    }
    .foot-title {
        margin: 10%;
    }
    .foot-nav > li {
        line-height: 33px;
    }
	.navbar-nav>li>a{
		padding: 40px 8px;
	}
	.bx-t .i-bx{
		width: 100%;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.sticky {
		display: none;
	}
	.navbar-nav > li > a {   
		font-size: 15px;
		padding: 25px 13px;
	}
	.collapse.navbar-collapse {
		margin-top: 32px;
	}
	.nav.navbar-nav.navbar-right > li:last-child {
		display: none;
	}
	.nav.navbar-nav.navbar-right {
		display: table;
		float: none !important;
		margin: 0 auto;
	}
	.navbar-header {
		display: table;
		float: none !important;
		margin: 0 auto !important;
	}
	.message {
		font-size: 20px;
		left: -207px;
		top: 45%;
	}
	.message > span {
		color: #336659;
		font-size: 43px;
	}
	.news-event {
		display: block !important;
		margin-left: 0px;
		margin-top: 14px;
	}
	.news {
		margin: 0;
		padding: 0;
	}
	.newsevents > a {
		font-size: 25px;
	}
	.Highlights p {
		font-size: 12px;
	}
	.Highlights > h2 {
		font-size: 25px;
	}
	.about-content h3 {
		font-size: 18px;
		line-height: 24px;
	}
	.about-msg {
		line-height: 24px;
		margin: 0;
	}
	#vertical-ticker {
		height: 320px !important;
		margin: 2% 0 0;
		padding: 0;
	}
	.second {
		padding-bottom: 50px;
	}
	.about-image > span {
		bottom: 0;
		color: #336659;
		display: block;
		font-family: roboto-light;
		font-size: 33px;
		font-weight: bold;
		left: 16px !important;
		position: absolute;
		top: -42px;
		transform: rotate(0deg);
	}
	.even-name > a{
		line-height: 18px;
		font-size: 14px;
	}
	#vertical-ticker li {
		height: auto !important;
	}
	.even-name > p {
		font-size: 12px;
	}
	#gold-list-slide h2 {
		font-size: 14px;
		line-height: 17px;
	}
	.navbar-nav>li>a {
		font-size: 14px;
		padding: 31px 8px;
	}
	.bx-t .i-bx{
		width: 100%;
	}
}

@media (max-width:767px) {
	.navbar-nav .open .dropdown-menu {
		background-color: #336659;	
	}
	.ofp22 li{
		width:auto !important;
	}
	.navbar-nav > li > a {
		font-family: "Roboto-Regular";
		font-size: 16px;
		padding: 15px;
	}
	.sticky {
		display: none;
	}
	.main_menu_search {
		display: none;
	}
	.navbar-nav {
		margin: 7.5px 0;
	}
	.navbar {
		border: medium none !important;
		margin-bottom: 0;
		min-height: 50px;
		position: relative;
	}
	.navbar-header {
		margin-top: 0px;
	}
	.navbar-brand {
		float: none;
		height: 50px;
		padding: 0 !important;
	}
	.logo_area img {
		float: left;
		width: 80%;
	}
	.navbar-inverse .navbar-toggle {
		background: #336659 none repeat scroll 0 0;
		bottom: 1px;
	}
	.logo_area h4::before {
		top: 0;
	}
	.logo_area h4 {
		font-size: 14px;
		line-height: 20px;
	}
	.logo-text {
		float: none;
	}
	.reser {
		display: block;
		font-size: 13px;
		line-height: 0;
	}
	.control-round .carousel-control{
		display: none;
	}
	.even-name {
		display: table;
		font-size: 12px;
		line-height: 20px;
		padding: 5%;
	}
	#founder_widget {
		display: block;

	}
	.date {
		color: #9f9f9f;
		font-size: 11px;
	}
	.news_read > a {
		color: #9c9c9c;
		float: left !important;
		font-size: 11px;
		text-decoration: none;
	}
	.itech {
		color: #ffffff;
		float: none;
		font-size: 13px;
		text-align: center;
	}
	.title {
		font-size: 12px;
		line-height: 20px;
	}
	.news-event {
		margin-left: 0px;
		margin-top: 8%;
	}
	.news {
		margin: 0;
		padding: 6px;
	}
	.foot-title {
		margin: 2%;
	}
	.visiontitle {
		margin: 1%;
		font-size: 25px;
	}
	.Highlights > h2 {
		font-size: 20px;
		margin-top: 37px;
	}
	.Highlights p {
		font-size: 16px;
	}
	.seeall > a {
		font-size: 15px;
		padding: 6px 16px;
	}
	.about-content h3 {
		font-size: 20px;
		line-height: 25px;
	}
	.newsevents > a {
		font-family: roboto-light;
		font-size: 25px;
	}
	.chairman {
		border: 4px solid #336659;
		margin-top: 30px;
		width: 100%;
	}
	.about-image > span {
		bottom: 0;
		font-size: 30px;
		left: 0;
		top: -43px;
		transform: none;
	}
	.next > a {
		padding: 16px;
	}
	.prev > a {
		padding: 7px;
	}
	.foot-nav > li {
		font-family: roboto-light;
		font-size: 15px;
		line-height: 34px;
		margin: 0;
	}
	.message > span {
		color: #000000;
		font-size: 27px;
		margin-top: 6px;
		display: inline-block;
	}
	.message {
		background: #ffffff none repeat scroll 0 0;
		color: #336659;
		font-family: roboto-light;
		font-size: 16px;
		font-weight: bold;
		left: 0;
		margin: 10px 0;
		position: relative;
		text-align: center;
		top: 0;
		transform: none;
		z-index: 1 !important;
	}
	.slide-text.slide_style_left {
		display: none;
	}
	.control-round .carousel-control {
		width: 35px;
		height: 35px;
	}
	.control-round .carousel-control.right > span:nth-child(1) {
		top: -4px;
	}
	.college {
		margin: 60px 0;
	}
	.row.entry {
		padding: 0 15px 100px;
	}
	#college {
		display: block;
		height: 100%;
	}
	.even-img {
		float: left;
		width: 30%;
	}
	.even-name {  
		width: 70%;
		padding: 9px 10px;
	}
	#vertical-ticker li {
		display: table;
		width: 100%;
		height: auto;
	}
	.even-name > a {
		height: 50px;
		line-height: 16px;
		overflow: hidden;
	}
	.even-name > p {
		font-size: 14px;
		padding: 6px 0 0;
	}
	.news_read {
		float: right;
		font-size: 12px;
	}
	.fa.fa-angle-right {    
		top: -15px;
	}
	.prev > a {
		padding: 0;
	}
	.chair-read {    
		margin-top: -33px !important;
	}

	.newsevents {    
		padding-bottom: 10px !important;
	}
	#vertical-ticker {
		height: 435px !important;    
	}
	.newsevents > h2 {  
		font-size: 26px;
	}
	.mmm {
		margin-top: 20px;
	}
	.indicators-line > .carousel-indicators li{
		width: 8px;
		height: 8px;
	}
	.prev > {
		width:30px;
		height: 30px;
	}
	.fa.fa-angle-left{
		top: 0px;
	}
	.errorpage-content p {    
		font-size: 15px;
		line-height: 25px;   
	}
	#gold-list-slide h2 {
		font-size: 14px;
		line-height: 17px;
	}
	.bx-t .i-bx{
		width: 100%;
	}
	.li-cs li {
    	width: 33.33%;
	}
	
}

