/* Reset CSS */
/* Reset CSS */

@charset "utf-8";
* {
    margin: 0px;
    padding: 0px;
}

img {
    border: none;
}

/* body {
    font-family: 'opensansregular', Arial;
    font-size: 14px;
    font-weight: 400;
} */


/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul, ol, nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

p,
a {
    line-height: initial;
}


/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}
@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
       url('../fonts/roboto-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
       url('../fonts/roboto-bold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'robotocondensed';
  src: url('../fonts/robotocondensed-regular-webfont.woff2') format('woff2'),
       url('../fonts/robotocondensed-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotocondensed';
  src: url('../fonts/robotocondensed-bold-webfont.woff2') format('woff2'),
       url('../fonts/robotocondensed-bold-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
body {
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  line-height: 16px;
  font-size: 16px;
  color: #000 !important;
}
/* End Reset CSS */
  .orrange .topbar {    
    background: #e98306; /* Old browsers */
  }
  .blue .topbar {    
    background: #093eb6; /* Old browsers */
  }
  .green .topbar {    
    background: #116d01; /* Old browsers */
  }
  .orrange .topbar,
  .blue .topbar,
  .green .topbar
   {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e98306+38,ffffff+50,1f9400+61,1f9400+61 */
  background: -moz-linear-gradient(left,  #e98306 30%, #ffffff 50%, #1f9400 70%, #1f9400 70%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #e98306 30%,#ffffff 50%,#1f9400 70%,#1f9400 70%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #e98306 30%,#ffffff 50%,#1f9400 70%,#1f9400 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e98306', endColorstr='#1f9400',GradientType=1 ); /* IE6-9 */
  
}


.topbar .nav-pills > li > a {
  border-radius: 4px;
  color: #eee;
  line-height: 42px;
  padding: 1px 15px;
  font-size: 16px;
}
.topbar .nav.nav-pills > li > a i,
.topbar .nav.nav-pills > li > a strong
 {
  font-size: 18px;
  line-height: 42px;
  
}
.topbar .nav > li > a:hover, .topbar .nav > li > a:focus {
  background-color: transparent;
  color: #fff;
}

.color-theme {  
  position: relative;
  padding-right: 15px;
  float: right;
}
.orange-theme, .blue-theme, .green-theme {
  border-radius: 5px;
  border: 2px solid #FFF;
  height: 22px;
  width: 22px;
  margin: 11px 5px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  opacity: 0.7;
}
.orange-theme:hover, .blue-theme:hover, .green-theme:hover {
  opacity: 1;
}
.orange-theme {
  background: #ff7e01;
}
.blue-theme {
  background: #093eb6;
}
.green-theme {
  background: #116d01;
}

.header {
  height: auto;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  padding: 10px 0;
}
.header h1 {
  font-size: 2.2em;
  font-weight: bolder;
}
.header p {
  font-size: 17px;
  position: relative;
  padding: 12px 165px;
  width: 100%;
  line-height: 24px;
}
.header p:before {
  content: " ";
  background: url(../images/5yeargst.jpg) left center no-repeat;
  width: 96px;
  height: 100px;
  position: absolute;
  left: 26px;
  top: 0;
  bottom: 0;
  background-position: center center;
  background-size: 100%;
}
.header p:after {
  content: " ";
  background: url(../images/amritmahotsav.jpg) right center no-repeat;
  width: 96px;
  height: 100px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  background-position: center center;
  background-size: 100%;
}
.navbar-default {
  background-color: #e98306;
  border-color: #e98306;
}
.navbar-nav {
  float: none;
  margin: 0 auto;
  width: fit-content;
}
/* .navbar-collapse.collapse.nav-pos {
  position: absolute;
  width: fit-content;
  left: 0;
  right: 0;
  margin: 0 auto;
} */
.navbar {
  border: 0 none;
  margin-bottom: 20px;
}
/* .row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
} */

.panel {border-radius: 18px; overflow: hidden;}
.panel-warning {border-color: #e98306;}
.panel-warning>.panel-heading { background-color: #e98306; border-color: #e98306; }
.panel-heading {border-top-left-radius: 15px; border-top-right-radius: 15px; color: #ffffff; text-align: center;}
.panel-heading h2 {color: #ffffff;font-size: 1.2em;font-weight: 600;}


.paneldesk {
  height: 542px;
  letter-spacing: 1px;
  text-align: center;
}

.paneldesk h2 {
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 600;
  margin: 10px 0 20PX 0;  
}
.paneldesk h3 {
  font-size: 1.7em;
  text-transform: uppercase;
  font-weight: 900;
  margin: 18px 10px;
  color: #e98306;
}
.paneldesk .avatar {
  font-size: 1.2em;
  font-weight: 600;
  border-radius: 10px;
  margin: 0 auto 30px;
  width: 250px;
  height: auto;
  background: #ffffff;
  border: 1px solid #e98306;
  padding: 6px;
}
.paneldesk .avatar img {
  border-radius: 8px;
}

.paneldesk p a {
  color: #ff0000;
  padding: 0 5px;
  opacity: 0.8;
  font-weight: 600;
}
.paneldesk p a:hover {
  opacity: 1;
}
.d-flex {
  display: flex;
}
.carousel {overflow: hidden;}
.carousel, .carousel-inner {border-radius: 15px;}
.carousel-inner > .item > img, 
.carousel-inner > .item > a > img {height: 587px;}
.bg-gradient-or {background: #ededed; }

.bg-blk-70 {
  background: rgba(0,0,0,0.7);
}
.bg-blk-40 {
  background: rgba(0,0,0,0.4);
}
.bg-blk-20 {
  background: rgba(0,0,0,0.2);
}
.text-box {
  padding: 30px;
}
.title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 15px;
  margin: 20px 0;
  position: relative;
}
.title:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #ffffff;
  bottom: 0;
  left: 0;
  right: 0;
}

ul.uselink {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
}
.uselink li {
  width: 44%;
  border: 1px solid #e98306;
  margin: 8px;
  border-radius: 10px;
  padding: 10px;
  min-height: 110px;
}
.uselink li a {
  color: #3e80ac;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.uselink li a .logo-icon {
  background: #ffffff;
  padding: 0;
  width: 100%;
  height: 40px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
.uselink li:last-child {
  border: 1px solid #979797;
}
.uselink li:last-child a {
  color: #979797;
}
.uselink li:last-child a .logo-icon {
  font-size: 2.2em;
}
.box-bdr {
  width: 100%;
  background: #000;
  border: 4px solid rgba(255,255,255,0.5);
  height: 508px;
}
#side-carousel .carousel-inner {
  height: 542px;
}
#side-carousel .carousel-inner > .item,
#side-carousel .carousel-inner > .item.active {
  height: 100%;
}
#side-carousel img {
  margin: 0 auto;
  width: auto;
  height: calc(100% - 150px);
}
#side-carousel .carousel-caption {
  background: #282e3a;
  position: absolute;
  bottom: 0;
  height: 150px;
  left: 0;
  right: 0;
  padding: 50px 15px 15px;
}
#side-carousel .carousel-indicators {
  bottom: 110px;
}

.list-group {
  padding-left: 0;
  height: 100%;
}
marquee {
  height: 100%;
}
.twitter-box {
  height: 500px; 
  overflow: auto;
}
.bg-img {
  background: url(../images/blue-bg.png) no-repeat center center;
  background-size: Cover;
}
.box-quick {
  width: 100%;
  margin: 0px auto;
  padding: 30px 15px;
}
.title-head-or {
  font-size: 36px;
  color: #ffffff;
  line-height: 140%;
  text-align: center;
  margin: 10px 0 15px;
}
.title-head {
  font-size: 36px;
  color: #e98306;
  line-height: 140%;
  text-align: center;
  margin: 10px 0 40px;
  font-weight: 900;
}
.quick-list li {
  display: inline-block;
  width: calc(50% - 26px);
  margin: 11px;
}
.quick-list a.link-quick {
  border-radius: 20px;
  background: #ffffff;
  padding: 15px 20PX;
  text-align: center;
  width: 100%;
  height: 170px;
  display: block;
  font-size: 20px;
  color: #000000;
}
.quick-list a.link-quick img {
  display: block;
  margin: 5px auto 10px;
}

.box-links {
  border: 1px solid #e98306;
  display: flex;
  padding: 0;
  border-radius: 15px;
  align-items: center;
  font-size: 2rem;
  color: #000000;
  cursor: pointer;
  margin-bottom: 20px;
}
.box-links .icon-link {
  padding: 20px 30px;
  border-right: 1px solid #e98306;
  margin-right: 20px;
  width: 130px;
}
.box-links .icon-link img {
  height: 58px;
  width: auto;
}
.box-links:hover {
  box-shadow: 2px 2px 20px rgba(255,94,0,0.4);
}
.logo-slider {
  padding: 50px;
  position: relative;
}
.logo-slider .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 112px;
}
button.owl-prev,
button.owl-next {
  position: absolute;  
  font-size: 49px !important;
  top: 0;
  line-height: 112px!important;
}
button.owl-next {
  right: -30px;
}
button.owl-prev {
  left: -30px;
}
/* Custom margin and padding style */
.my-5 { margin-top: 30px; margin-bottom: 30px;}
.my-4 { margin-top: 25px; margin-bottom: 25px;}
.my-3 { margin-top: 20px; margin-bottom: 20px;}
.my-2 { margin-top: 15px; margin-bottom: 15px;}
.my-1 { margin-top: 10px; margin-bottom: 10px;}
.py-5 { padding-top: 30px; padding-bottom: 30px;}
.py-4 { padding-top: 25px; padding-bottom: 25px;}
.py-3 { padding-top: 20px; padding-bottom: 20px;}
.py-2 { padding-top: 15px; padding-bottom: 15px;}
.py-1 { padding-top: 10px; padding-bottom: 10px;}



.footer-blurb {
    padding: 30px 0;
    margin-top: 20px;
    background-color: #eee;
    color: black;
}
    
.footer-blurb-item {
    padding: 20px;
    }
footer .color-footer {
    background: #ffede4;
    padding: 15px 30px;
}
.footer-nav li {
  margin-bottom: 10px;
}
.footer-nav li a, 
footer P {
  color: #000000;
  font-size: 15px;
}
.footer-nav li a:hover {
  padding-left: 5px;
  animation: 2s ease-in-out;
  font-size: 16px;
  text-shadow: 15px 7px 20px #ebebeb;
  color: #d95305;
}
.footer-nav .title-link, 
.title-link {
  color: #c74b03;
  font-size: 16px;
  text-transform: uppercase;
  margin: 30px 0 10px;
  text-decoration: underline;
  font-weight: 600;
  display: block;
}

.copyright {
  background: #e98306;
  color: #fff;
  padding: 10px 30px;
}
.copyright a {
  color: #fff;
}
.footerlinks {
  padding: 11px 0;
}
.social-link {
  display: block;
  width: 100%;
  text-align: right;
}
.social-link a {
  font-size: 36px;
  padding: 0 13px;
}
.copyright .postdate {
  display: block;
  width: 100%;
  text-align: right;
  color: #fff;
  font-size: 16px;
}

.disclaimer {
  background: #d95305;
  padding: 5px 30px;
  color: #ffffff;
}

.disclaimer p {
  color: #ffffff;
  padding: 10px;
}
.small-print {
	background-image: url('../images/top-bg.png');
	padding: 30px 0;
}

.feature,
.page-intro,
.article-intro,
.small-print {
	text-align: center;
	}
.mainHeading{
	font-size: 25px;
	padding-top: 120px;
	vertical-align: middle;
	padding-left: 15px;
}
.side-by-side
    {
      float:left;
      padding:0px 30px;
      
    }
.designBy{
	font-size: 9px;
	padding-top: 5px;
	vertical-align: middle;
	padding-left: 15px;
}
.inner-container{
	padding: 15px;
}
.goodPara{
	text-align: justify;
    text-justify: inter-word;
    line-height: 1.8;
}
img {
    max-width: 100%;
    height: auto;
}
.link ul {
    list-style: none;
    padding-bottom: 10px;
}
.link ul li {
    float: left;
    margin: 15px 10px 0 0;
}
.chart-active .the-chart {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.the-chart {
  padding: 7px;
  border: 1px solid #3498db;
  border-radius: 5px;
  height: 100%; }

.text-center {
  text-align: center;
  margin: 20px 0; }
.blue{
	background-color: #000;
	color: #fff;
}
.blue hover{
	background-color: #fff;
	color: #2d7fc6;
}
.timeline-Tweet-text {
    font-size: 16px;
}
.pd-none {
  padding: 0;
}

.section-site-map #sitemap ul li{list-style:disc!important;padding-bottom:7px;padding-top:7px}
.section-site-map #sitemap ul li ul li{margin-left:32px}
.section-site-map #sitemap ul ul li {
	list-style-type: circle !important;
}
.section-site-map #sitemap ul li ul ul li {
	list-style-type: square !important;
}