/*
Theme Name: RKDC
Theme URI: http://www.infocreatives.com
Description: Developed for the Rajanikanta Degree College, Bijatala
Version: 1.0.0
Author: Saumyaranjan Mishra
Author URI: http://www.infocreatives.com
*/
@import url('https://fonts.googleapis.com/css?family=Tangerine');
@import url('https://fonts.googleapis.com/css?family=Niramit');
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('css/bootstrap.css');
@import url('css/slick.css');
@import url('css/font-awesome.min.css');
@import url('css/svg.css');
@import url('css/prettyPhoto.css');
@import url('css/shortcodes.css');
@import url('css/widget.css');
@import url('css/typography.css');
@import url('css/responsive.css');
/*Primary color declaration starts*/
:root {
    --basecolor1: #1B325B;
    --basecolor2: #1B325B;
    --primarycolor: #068252;
    --secondarycolor:#001165;
    --tertiarycolor:#003f88;
    --textprimary:#132a52;
    --textsecondary:#ffffff;
    --boxprimary:#1d4e89;
    --boxsecondary:#fbd1a2;
    --tablebgprimary:#1B325B;
}
.widget p {
    color:white;
    text-align:justify;
    font-size:13px;
}
.widget p img {
    width: 30%;
    margin-right:8px;
    height: auto;
    float: left;
}
.animate-charcter {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 250% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 7s linear infinite;
    display: flex;
    font-size: 16px;
    font-weight: 650;
}
.padding-10{
	padding:10px 10px 10px 10px;
	line-height:20px;
}
p a {
    color: #ff502b!important;
	text-decoration:underline!important;
}
h6 {
    font-size: 15px!important;
	font-weight:bold!important;
	text-decoration:underline;
	margin-top:10px!important;
	margin-bottom:10px!important;
	color: #ff502b!important;
}
.epyt-video-wrapper {
	
}
.naaccontent {
    margin-bottom:20px;
   
}
.naaccontent p {
     text-align:justify;
}
.naac p {
    text-align:center!important;
}
.naac span.count {
    margin: 0px 0px 0px 0px !important;
}
.naac h4 {
   color: var(--primarycolor);
    font-weight: bold;
    line-height: 24px;
    font-family: 'Niramit', sans-serif !important;
    text-transform: capitalize;
    font-size: 19px;
}
.naac h5.nobefore {
    margin: 0px 0px -25px!important;
    padding: 0px 0px 5px!important;
    font-size: 26px;
}
.naac h5.nobefore:before {
    left: 0px;
    content: "";
    bottom: 0px;
    width: 50px;
    height: 0px!important;
    position: absolute;
    background-color: #d8d8d8;
}
.container {
	margin-bottom:0px;
}
ul.innerList {
	margin-bottom:20px;
}
.innerList li:before {
	margin-right: 10px;
}
blockquote {
    padding: 10px 20px;
    margin: 0 auto!important;
    width: 80%!important;
    font-size: 17.5px;
    border-left: 0px solid #eee!important;
    border-right: 0px solid #eee!important;
    text-align:center;
	font-style: italic;
}
.pb-10 {
    padding-bottom:10px!important;
}
.principalthumbnail {
    margin:0 auto;
    width:30%;
}
.principalmsg {
    margin-top:5px;
    margin-bottom:5px;
}
.principal-details p{
    margin-top:10px!important;
    margin-bottom:10px!important;
    font-style:italic!important;
}
ul.dlm-downloads {
  	display: inline-block;
  	margin-top: 10px;
	margin-bottom: 10px;
  padding: 0px;
  -moz-column-width: 13em;
  -webkit-column-width: 13em;
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
}

ul.dlm-downloads li {
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.dlm-downloads {
	box-sizing: border-box;
}

ul.dlm-downloads li {
	width: 150px;
    height: 105px;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
    background-color: wheat;
    border-radius: 0 6px 6px 6px;
	border-bottom:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
    box-shadow: 4px 4px 17px rgba(0, 0, 0, 0.59);
}
ul.dlm-downloads li:before {
	content: '';
    width: 50%;
    height: 12px;
    border-radius: 0 20px 0 0;
	border-top:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
    background-color: wheat;
    position: absolute;
    top: -12px;
    left: -1px;
}
.download-button small {
	display:none!important;
}
.download-button {		
	top: 10px!important;
	margin-bottom:20px;
	background-color:wheat!important;	
    background-image: -webkit-linear-gradient(wheat,wheat,wheat)!important;
	background-image: -moz-linear-gradient(wheat,wheat,wheat)!important;
	text-align: center;
    text-decoration: none!important;
    padding: 10px!important;
    color: #fff;
    display: block;
    font-size: 12px!important;
    line-height: 15px!important;        
    -moz-border-radius: 0px!important;
    -webkit-border-radius: 0px!important;
    border-radius: 0px!important;
    text-shadow: 0 0px 0 rgba(0,0,0,.5)!important;
    box-shadow: 0 0px 0px rgba(0,0,0,.3), inset 0 0px 0 rgba(255,255,255,.4)!important;
    border: 0px solid #0086b2!important;
    cursor: pointer;
}

.download-button:hover{
	background-color:wheat!important;	
    background-image: -webkit-linear-gradient(wheat,wheat,wheat)!important;
}

.download-button p {
	color:var(--primarycolor);
	text-align:center!important;
	font-size: 13px!important;
    line-height: 16px!important;
}
data-table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
	border:1px solid black;
}
table > tbody > tr > th, table > tbody > tr > td {
	text-align:center;
}
.glyphicon-chevron-down:before,.glyphicon-chevron-up:before {
    color: white!important;
}  
ol.decimal-list li ol.lower-alpha li, ol.lower-alpha li {
	list-style-type:lower-alpha;
}
ol.decimal-list li {
	list-style-type: decimal;
}
ol.upper-roman li {
	list-style-type: upper-roman!important;
}
ol.upper-alpha li {
	list-style-type: upper-alpha;
}
li {
	font-size:15px;
	text-align:justify;
	padding-left:0px;
	margin-top:0px;
}
// SASS Variables.
$text: #fff;
$link: #e34234;
$link-hover: #ba160c;
$background: #00356B;

canvas {
  display: block;
  vertical-align: bottom;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
background: $background;
}

.text {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%,-50%);
	color: $text;
	max-width: 90%;
	padding: 2em 3em;
	background: rgba(0, 0, 0, 0.4);
	text-shadow: 0px 0px 2px #131415;
	font-family: 'Open Sans', sans-serif;
}

h1 {
	font-size: 2.25em;
	font-weight: 700;
	letter-spacing: -1px;
}

a,
a:visited {
	color: $link;
	transition: 0.25s;
}

a:hover,
a:focus {
	color: $link-hover;
}


body{
    color: #777777;
    font-family: 'Raleway', sans-serif!important;
    font-size: 14px;
    font-weight: 300;
    background-color: #ffffff;
}
a{
    font-family: 'Raleway', sans-serif!important;
}
.countercontainer {
	width: 81%;
    border-width: 3px;
	border:solid;
    padding: 20px;
    text-align: center;
    margin-bottom: 40px;
	background-color:white;
}
.col-md-12, .col-sm-12 {padding-left:26px!important;}
.navigation ul li .children ul li a {
    color: #fff !important;
    background: #214a3b !important;
}
.navigation ul li a:hover {
    background-color:white!important;
}
.iq_footer_social .fa {
	padding:8px!important;
}
/* Heading Typo */
body h1, body h2, body h3, body h4, body h5, body h6 {
    color: var(--primarycolor);
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    margin: 0px 0px 0px 0px;
    font-family: 'Niramit', sans-serif!important;
    text-transform: uppercase;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:30;
    background:white;
}
.img-responsive {
    margin-top: 140px;
}
.iq_heading_1 h4 {
    font-family: 'Niramit', sans-serif!important;
}
.iq_professional_services p {
    text-align:justify;
}
.breadcrumb {
    background-color: transparent;
    margin-bottom: -10px!important;
    font-weight:bold;
}
.breadcrumb span {
    display:inline-block!important;
    font-size: 16px!important;
    font-weight:normal;
    font-family: 'Raleway', sans-serif!important;
} 
.breadcrumb span:after {
    content: "";
    border-style: solid;
    border-width: 0.3em 0 0.3em 0.3em;
    display: inline-block;
    height: 0;
    width: 0;
    left: 7px;
    top: auto;
    position: relative;
}
article.testimonials {
    -webkit-box-shadow: 1px 3px 10px -1px rgba(0,0,0,0.75)!important;
    -moz-box-shadow: 1px 3px 10px -1px rgba(0,0,0,0.75)!important;
    box-shadow: 1px 3px 10px -1px rgba(0,0,0,0.75)!important;
}
.tm_author em {
    font-size: 20px;
    font-weight: bold;
}
.testimonials-meta span.position {
    font-size:20px;
    margin: 0px 0px 0px 0px;
}
.testimonials-meta span.website  a{
    font-size:16px;
    text-decoration:underline;
    color:blue;
}
.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.pagination li {
    display: inline;
}
 
.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
.pagination li.active a {
	background-color:black!important;
}
.slidesitename {
    background-color:#1b2358;
    color:white;
    font-weight: bold;
    font-size: 18px;
    padding: 6px;
    text-align:center;
    bottom: -100px;
    margin: 10px;
    width: auto;
    right:100px;
    position: absolute;
    -webkit-animation: slide 0.2s forwards;
    -webkit-animation-delay: 1s;
    animation: slide 0.2s forwards;
    animation-delay: 1s;
}
@-webkit-keyframes slide {
    100% { bottom: 100px; }
}

@keyframes slide {
    100% { bottom: 100px; }
}
.sliderdesc {
    background-color:#e79800;
    color:black;
    font-weight: bold;
    font-size: 18px;
    padding: 6px;
    position: fixed;
    bottom: 50px;
    margin: 10px;
    width: auto;
    right:100px;
    text-align:center;
    opacity:0.8;
    -webkit-border-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius: 10px;
    -moz-border-radius-topright: 10;
    border-radius: 10px;
    border-top-right-radius: 10px;
    animation: fadein 10s;
    -moz-animation: fadein 10s; /* Firefox */
    -webkit-animation: fadein 10s; /* Safari and Chrome */
    -o-animation: fadein 10s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

/*.sliderdesc:before {
   content:"";
   position: absolute;
   width: 0;
   height: 0;
   right: -26px;
   top: -13px;
   border-top: 13px solid transparent;
   border-left: 26px solid #e79800;
   border-bottom: 13px solid transparent;
   margin: 13px 0 0 25px;
}*/
span.placementitle {
    font-size:15px!important;
    color:green!important;
    display: inline!important;
}
.ngg-album-compactbox {
    
}
.ngg-album-compact p {
    font-size: 16px!important;
    margin: 0;
}
.ngg-album-compactbox,.ngg-album-compactbox:before,.ngg-album-compactbox:after {
    border: 0px solid gray!important;
    border-radius: 6px;
}
.ngg-album-compactbox .Thumb {
    border:0px black solid!important;
}
table > thead > tr > th, table > tbody > tr > th {
	color:white;
	font-weight:bold;
}
table tr:nth-child(even) td {
	background-color:#F1F1F1!important;
}
table tr:nth-child(odd) td {
	background-color:white!important;
}
.successtoryprofile {
    width:130px;
    height:180px;
}
.center-dec .text {
    height: 410px!important;
}
p.ngg-album-gallery-image-counter{display:none;}
p.signature {
	font-family: 'Tangerine', cursive;
	text-align:left;
}
.iq_gallery_menu ul {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}
.wcp-nav {
    list-style: none;
    text-align: center;
    margin-left: 0;
    padding-left: 0;
	margin-bottom:20px!important;
}
.wcp-nav li {
    display: inline-block;
}
.wcp-nav li a {
    text-decoration: none;
    padding: 6px;
	border-radius: 4px!important;
    padding: 8px 10px!important;
    line-height: normal!important;
    text-transform: uppercase!important;
    border: 2px solid #d2d2d2!important;
    color: #d2d2d2!important;
}
.wcp-nav li a.active {    
	font-size: 15px!important;
    cursor: pointer!important;
    border-radius: 4px!important;
    padding: 8px 10px!important;
    line-height: normal!important;
    text-transform: uppercase!important;
    border: 2px solid #e79800!important;
    color: #e79800!important;
}
.iq_professional_services span {
	margin: 0px 0px 12px 6px!important; 
}
.breadcrumb a.current-item span:after {
    border-color: transparent transparent;
}
.breadcrumb a.current-item span {
	color: #ff502b;
	font-weight:bold;
}
.sticky-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--primarycolor);
    color: white;
    text-align: left;
    height: 30px;
	z-index:100;
}
.sticky-footer .sticky-footer-headline {
    font-weight: bold;
    color: var(--primarycolor);
    border: solid var(--primarycolor) 1px;
    background: white;
    float: left;
    text-align: center;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 20%;
}
.sticky-footer .sticky-footer-updates {
    float: left;
    width: 80%;
}
.sticky-footer-headline:after {
    content: "";
    border-style: solid;
    border-width: 0.5em 0 0.5em 0.5em;
    border-color: transparent var(--primarycolor);
    display: inline-block;
    height: 0;
    width: 0;
    left: 7px;
    top: 3px;
    position: relative;
}
.footer_strip {
    padding: 21px 0 40px 0;
}
