@charset "utf-8";

/* CSS Document */

@font-face {
font-family: "Lato";
src: url("../fonts/fonts/Lato-Regular.ttf");
}

@font-face {
font-family: "Harabara Hairline";
src: url("../fonts/fonts/Lato-Thin.ttf");
}

body {
    padding-top: 0px !important;
    padding-bottom: 0px;
    
	font-family:"Lato";
	font-size: 16px;
	
}

.navbar-inverse .navbar-inner {
    background-color: #FFFFFF;
    /*background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);*/
}

.navbar-fixed-top {
    top: 0px !important;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    color: #ad0423 !important;
    background-color: #FFFFFF !important;
}

.logo {
    position: relative;
    float: left;
    max-width: 357px;
    margin: 20px 0px 10px 0px
}

.navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 10px 0px; !important;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
    color: #000000 !important;
    background-color: #FFFFFF !important;
    font-weight: bold;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    color: #555555;
    text-decoration: none;
    /*  background-color: #e5e5e5;
 -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);*/
}

.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
    color: #ad0421;
    background-color: transparent;
}

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
    color: #000000 !important;
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0.25);
}

.navbar .nav > li > a {
    float: none;
    padding: 10px 22px 10px; !important;
    color: #777777;
    text-decoration: none;
    text-shadow: 0 0px 0 #ffffff;
    font-weight: normal;
    font-size: 19px; 
	font-family:"Lato"
}

.navbar .nav > li > a:hover {
    color: #ffffff !important;
    background: #ac0421 !important;
    border:5px;
    border-radius: 20px;
}

.navbar .nav.pull-right {
    float: right;
    margin-right: 0;
    margin-top: 40px;
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ad0421 !important;
    *background-color: #bd362f !important;
    background-image: -moz-linear-gradient(top, #ad0421, #ad0421);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ad0421), to(#ad0421));
    background-image: -webkit-linear-gradient(top, #ad0421, #ad0421);
    background-image: -o-linear-gradient(top, #ad0421, #ad0421);
    background-image: linear-gradient(to bottom, #ad0421, #ad0421);
    background-repeat: repeat-x;
    border-color: #ad0421 #ad0421 #ad0421;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    color: #ffffff;
    background-color: #99021c !important;
    *background-color: #99021c !important;
}

.carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    border: 0px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.light-gray {
    background: #fbf5f7;
}

.cont {
    padding: 8px;
    background: #fff;
    
    margin-bottom: 20px;
    min-height: 230px;
}

.cont p {
    min-height: 30px;
    /*padding:0px 7px;*/
	line-height:25px;
	font-size:18px;
}

.cont h4 {
    /*padding:0px 7px;*/
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}

.heading {
    text-align: center;
    color: #ac0521;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 10px;
}

#navlist {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

#navlist li {
    padding-left: 15px;
    line-height: 27px;
    background-image: url(../img/aero.gif);
    background-repeat: no-repeat;
    background-position: 0 .5em;
}

#navlist li a {
    color: #00a398;
    text-decoration: none;
}

#navlist li a:hover {
    color: #ad0423;
    text-decoration: none;
}

.twitterF p {
    font-size: 12px;
}

.twitterF hr {
    margin: 10px 0;
    border: 0;
    border-top: 1px solid #AD9C9C !important;
    border-bottom: 1px solid #ffffff;
}

.footer-content {
    background: #fff;
    min-height: 50px;
    padding: 20px 0px;
    text-align: center;
    font-size: 13px;
    color: #000;
	
}

.m-t-30{
margin-top:30px;
}

.m-t-50{
margin-top:50px;
}
.text-ver{
	position: absolute;
}

.footer-content p a{
	padding:50px 10px 10px 10px;
	font-size:16px;
	text-decoration:none;
	margin-top:100px;

}

.grey-light {
    padding: 10px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+0,ededed+0,ffffff+41,ffffff+80 */
    background: #ededed;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZWRlZGVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(left, #ededed 0%, #ededed 0%, #ffffff 41%, #ffffff 80%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ededed), color-stop(0%, #ededed), color-stop(41%, #ffffff), color-stop(80%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ededed 0%, #ededed 0%, #ffffff 41%, #ffffff 80%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ededed 0%, #ededed 0%, #ffffff 41%, #ffffff 80%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #ededed 0%, #ededed 0%, #ffffff 41%, #ffffff 80%);
    /* IE10+ */
    background: linear-gradient(to right, #ededed 0%, #ededed 0%, #ffffff 41%, #ffffff 80%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=1);
    /* IE6-8 */
}

.white-light {
    padding: 10px 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+80,f6f6f6+91,ededed+100 */
    background: #ffffff;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkxJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 80%, #f6f6f6 91%, #ededed 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(80%, #ffffff), color-stop(91%, #f6f6f6), color-stop(100%, #ededed));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 80%, #f6f6f6 91%, #ededed 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ffffff 0%, #ffffff 80%, #f6f6f6 91%, #ededed 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #ffffff 0%, #ffffff 80%, #f6f6f6 91%, #ededed 100%);
    /* IE10+ */
    background: linear-gradient(to right, #ffffff 0%, #ffffff 80%, #f6f6f6 91%, #ededed 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1);
    /* IE6-8 */
}

.well1 {
    min-height: 20px;
    padding: 0px 19px;
    margin-bottom: 20px;
    height: 100%;
    background-color: #FFFFFF;
    border-left: 1px solid #e3e3e3;
    /*-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);*/
}

.well3 {
    min-height: 20px;
    padding: 0px 19px;
    margin-bottom: 20px;
    height: 100%;
    background-color: #FBFBFB;
    border: 1px solid #E5E5E5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.rigp h3 {
    /*font-size:18px;*/
    width: 89.55555555%;
    margin: 0px;
    padding: 0px 14px;
}

.well3 h5 {
    margin: 0px;
    padding: 8px 0px !important;
    color: #AC0322;
}

.well3 ul li a {
    color: #0088cc !important;
    text-decoration: none;
}

.well3 ul li a:hover {
    color: #AC0322 !important;
    text-decoration: none;
}

.well3 hr {
    margin: 0px;
}

.well3 file {
    display: inline-block;
}

/*.form-inline label {
    font-size: 11px;
    margin: 0px;
}*/

.well2 {
    min-height: 10px;
    padding-top: 3px;
    padding-bottom: 1px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
    height: 100%;
    background-color: #E5E5E5;
    border-left: 1px solid #e3e3e3;
    /*-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);*/
}

.well-blog {
    min-height: 10px;
    padding: 25px;
    margin-bottom: 10px;
    height: 100%;
    background-color: #E5E5E5;
    border: 1px solid #ccc;
}

.well-blog1 {
    min-height: 10px;
    padding: 15px;
    margin-bottom: 10px;
    height: 100%;
    background-color: #FBFBFB;
    border: 1px solid #f2f2f2;
}

.well-serachbox {
    min-height: 10px;
    padding: 5px;
    margin-bottom: 10px;
    height: 100%;
    background-image: linear-gradient(to right, #b4dbfa , #f9fdfe);
    border: 1px solid #89d2fc;
	border-radius:10px;
}

.well-serachbox h6 {
    color: #000;
}

.well-blog1 h5 {
    padding: 0px;
    margin: 0px;
}

.date {
    font-size: 11px;
}

.blog-style {
    margin: 0px;
    padding: 0px;
}

.blog-style ul {
    list-style: none;
    margin-left: 0;
}

.blog-style ul li {
    margin: 20px 0px;
}

.red-banner {
    background: #ac0521;
    min-height: 250px;
}

.red-banner h1 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    padding-top: 80px;
}

.red-banner h2 {
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.green-banner {
    background: #33b36c;
    min-height: 250px;
}

.green-banner h1 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    padding-top: 80px;
}

.green-banner h2 {
    font-size: 20px;
    color: #fff;
    text-align: center;
}


/*------------------------------------*/


/*Social Icons*/

.social-icons {
    margin: 0;
    padding: 0;
}

.social-icons li {
    list-style: none;
    margin-right: 3px;
    margin-bottom: 5px;
    text-indent: -9999px;
    display: inline-block;
}

.social-icons li a,
a.social-icon {
    width: 32px;
    height: 32px;
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.social-icons li:hover a {
    background-position: 0 -44px;
}

.social-icons-color li a {
    opacity: 0.7;
    background-position: 0 -44px !important;
    -webkit-backface-visibility: hidden;
    /*For Chrome*/
}

.social-icons-color li a:hover {
    opacity: 1;
}

.social_amazon {
    background: url(../img/icons/social/amazon.png) no-repeat;
}

.social_behance {
    background: url(../img/icons/social/behance.png) no-repeat;
}

.social_blogger {
    background: url(../img/icons/social/blogger.png) no-repeat;
}

.social_deviantart {
    background: url(../img/icons/social/deviantart.png) no-repeat;
}

.social_dribbble {
    background: url(../img/icons/social/dribbble.png) no-repeat;
}

.social_dropbox {
    background: url(../img/icons/social/dropbox.png) no-repeat;
}

.social_evernote {
    background: url(../img/icons/social/evernote.png) no-repeat;
}

.social_facebook {
    background: url(../img/icons/social/facebook.png) no-repeat;
}

.social_forrst {
    background: url(../img/icons/social/forrst.png) no-repeat;
}

.social_github {
    background: url(../img/icons/social/github.png) no-repeat;
}

.social_googleplus {
    background: url(../img/icons/social/googleplus.png) no-repeat;
}

.social_jolicloud {
    background: url(../img/icons/social/jolicloud.png) no-repeat;
}

.social_last-fm {
    background: url(../img/icons/social/last-fm.png) no-repeat;
}

.social_linkedin {
    background: url(../img/icons/social/linkedin.png) no-repeat;
}

.social_picasa {
    background: url(../img/icons/social/picasa.png) no-repeat;
}

.social_pintrest {
    background: url(../img/icons/social/pintrest.png) no-repeat;
}

.social_rss {
    background: url(../img/icons/social/rss.png) no-repeat;
}

.social_skype {
    background: url(../img/icons/social/skype.png) no-repeat;
}

.social_spotify {
    background: url(../img/icons/social/spotify.png) no-repeat;
}

.social_stumbleupon {
    background: url(../img/icons/social/stumbleupon.png) no-repeat;
}

.social_tumblr {
    background: url(../img/icons/social/tumblr.png) no-repeat;
}

.social_twitter {
    background: url(../img/icons/social/twitter.png) no-repeat;
}

.social_vimeo {
    background: url(../img/icons/social/vimeo.png) no-repeat;
}

.social_wordpress {
    background: url(../img/icons/social/wordpress.png) no-repeat;
}

.social_xing {
    background: url(../img/icons/social/xing.png) no-repeat;
}

.social_yahoo {
    background: url(../img/icons/social/yahoo.png) no-repeat;
}

.social_youtube {
    background: url(../img/icons/social/youtube.png) no-repeat;
}

.social_vk {
    background: url(../img/icons/social/vk.png) no-repeat;
}

.social_instagram {
    background: url(../img/icons/social/instagram.png) no-repeat;
}


/*Font Awesome Icon Styles*/

i.icon-custom {
    color: #555;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 5px;
    text-align: center;
    display: inline-block;
    border: solid 1px #555;
}

i.icon-sm {
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
}

i.icon-lg {
    width: 60px;
    height: 60px;
    font-size: 31px;
    line-height: 60px;
    margin-bottom: 10px;
}

i.icon-2x {
    font-size: 30px;
}

i.icon-3x {
    font-size: 40px;
}

i.icon-4x {
    font-size: 50px;
}


/*Line Icons*/

i.icon-line {
    font-size: 17px;
}

i.icon-sm.icon-line {
    font-size: 14px;
}

i.icon-lg.icon-line {
    font-size: 28px;
}

i.icon-2x.icon-line {
    font-size: 27px;
}

i.icon-3x.icon-line {
    font-size: 36px;
}

i.icon-4x.icon-line {
    font-size: 47px;
}


/*Icon Styles For Links*/

.link-icon,
.link-bg-icon {
    color: #555;
}

.link-icon:hover,
.link-bg-icon:hover {
    border: none;
    text-decoration: none;
}

.link-icon:hover i {
    color: #72c02c;
    background: none;
    border: solid 1px #72c02c;
}

.link-bg-icon:hover i {
    color: #72c02c;
    background: #72c02c;
    border-color: #72c02c;
    color: #fff !important;
}


/*Icons Color*/

i.icon-color-u,
i.icon-color-red,
i.icon-color-sea,
i.icon-color-dark,
i.icon-color-grey,
i.icon-color-blue,
i.icon-color-green,
i.icon-color-yellow,
i.icon-color-orange,
i.icon-color-purple,
i.icon-color-aqua,
i.icon-color-brown,
i.icon-color-dark-blue,
i.icon-color-light-grey,
i.icon-color-light-green,
{
    background: none;
}

i.icon-color-u {
    color: #72c02c;
    border: solid 1px #72c02c;
}

i.icon-color-blue {
    color: #3498db;
    border: solid 1px #3498db;
}

i.icon-color-red {
    color: #e74c3c;
    border: solid 1px #e74c3c;
}

i.icon-color-sea {
    color: #1abc9c;
    border: solid 1px #1abc9c;
}

i.icon-color-green {
    color: #2ecc71;
    border: solid 1px #2ecc71;
}

i.icon-color-yellow {
    color: #f1c40f;
    border: solid 1px #f1c40f;
}

i.icon-color-orange {
    color: #e67e22;
    border: solid 1px #e67e22;
}

i.icon-color-grey {
    color: #95a5a6;
    border: solid 1px #95a5a6;
}

i.icon-color-purple {
    color: #9b6bcc;
    border: solid 1px #9b6bcc;
}

i.icon-color-aqua {
    color: #27d7e7;
    border: solid 1px #27d7e7;
}

i.icon-color-brown {
    color: #9c8061;
    border: solid 1px #9c8061;
}

i.icon-color-dark-blue {
    color: #4765a0;
    border: solid 1px #4765a0;
}

i.icon-color-light-green {
    color: #79d5b3;
    border: solid 1px #79d5b3;
}

i.icon-color-light {
    color: #fff;
    border: solid 1px #fff;
}

i.icon-color-light-grey {
    color: #585f69;
    border: solid 1px #585f69;
}


/*Icons Backgroun Color*/

i.icon-bg-u,
i.icon-bg-red,
i.icon-bg-sea,
i.icon-bg-dark,
i.icon-bg-grey,
i.icon-bg-blue,
i.icon-bg-green,
i.icon-bg-yellow,
i.icon-bg-orange,
i.icon-bg-purple,
i.icon-bg-aqua,
i.icon-bg-brown,
i.icon-bg-dark-blue,
i.icon-bg-light-grey,
i.icon-bg-light-green {
    color: #fff;
    border-color: transparent;
}

i.icon-bg-u {
    background: #72c02c;
}

i.icon-bg-blue {
    background: #3498db;
}

i.icon-bg-red {
    background: #e74c3c;
}

i.icon-bg-sea {
    background: #1abc9c;
}

i.icon-bg-green {
    background: #2ecc71;
}

i.icon-bg-yellow {
    background: #f1c40f;
}

i.icon-bg-orange {
    background: #e67e22;
}

i.icon-bg-grey {
    background: #95a5a6;
}

i.icon-bg-dark {
    background: #555;
}

i.icon-bg-purple {
    background: #9b6bcc;
}

i.icon-bg-aqua {
    background: #27d7e7;
}

i.icon-bg-brown {
    background: #9c8061;
}

i.icon-bg-dark-blue {
    background: #4765a0;
}

i.icon-bg-light-green {
    background: #79d5b3;
}

i.icon-bg-light {
    background: #fff;
    border-color: transparent;
}

i.icon-bg-light-grey {
    background: #585f69;
    border-color: transparent;
}

.news-left {
    padding-top: 6px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ad0421;
}

.news-right {
    padding-top: 6px;
    font-size: 12px;
    font-weight: 600;
}

.news-right ul li a {
    font-size: 11px;
}

.news-h4 a {
    font-size: 14px;
    color: #292f33;
    /*    text-decoration: none;*/
}

marquee {
    cursor: pointer;
}

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: #000000;
    background: rgba(0, 0, 0, 0.90);
    width: 40%;
    margin-left: 6.777777777777%;
    margin-bottom: 2%;
}

.carousel-caption h4 {
    text-transform: uppercase;
    font-weight: normal;
    font-family: Times New Roman;
    font-size: 30px;
    padding-bottom: 20px;
}

.line {
    margin-top: 10px;
    color: #000;
    font-weight: bold;
    display: block;
}

.carousel-indicators li {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: #ccc;
    /*background-color: rgba(255, 255, 255, 0.25);*/
    border-radius: 5px;
    cursor: pointer;
}

.carousel-indicators .active {
    background-color: #AC0421 !important;
}

.carousel-indicators {
    position: absolute;
    top: 98% !important;
    right: 47% !important;
    z-index: 5;
    margin: 0;
    list-style: none;
    border-bottom: 1px dotted #fff;
}

.banner-img {
    margin-bottom: 5px;
}

#object {
    background-color: #fe5652;
    visibility: hidden;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    color: #ffffff;
    text-decoration: none;
    background-color: #ad0423;
    /*background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);*/
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
    right: 0;
    left: auto;
    margin-top: -3px;
}

.dropdown-menu > li > a {
    display: block;
    padding: 6px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    /*color: #F0F0F0;*/
    white-space: nowrap;
    border-bottom: 1px solid #333333;
    background: #efe8e8;
}

.fl:first-letter {
    text-transform: uppercase;
    font-size: 36px;
}

.span4 a {
    /*color: #AC0320;*/
}

.span4 a:hover {
    color: #d61d3d;
    text-decoration: none;
}

.responsive1 img {
    width: 400px;
    /*height:300px;*/
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

i {
    color: #AC0322;
    /*color:#0088cc;*/
}


/*a{
color:#AC0322 !important;
text-decoration:none;
}

a:hover{
color:#0088cc !important;
text-decoration:none;
}*/


/*a:hover{
    color: #005580;
    text-decoration: none;
}

a:focus {
	color: #0088cc;
    text-decoration: none;
}*/

ul,
ol {
    padding: 0;
    margin: 10px 0 10px 25px;
}

.img-border {
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    padding: 2px;
    background: #ffffff;
}


/*.thumbnail
{
margin-bottom:30px;
}*/

.img-caption {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
}

.thumbnail {
    display: block;
    padding: 4px;
    line-height: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.database-link ul {
    list-style: none;
}

.database-link ul li {
    background: url(../img/arrow.png) no-repeat left;
    padding-left: 35px;
    border-bottom: 1px dashed #dddddd;
    width: 93%;
}

.database-link ul li a {
    font-size: 14px;
    line-height: 28px;
}

.database-link ul li a:hover {
    text-decoration: none;
    color: #000000;
}

.modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 800px;
    margin-left: -380px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.modal-body {
    position: relative;
    max-height: 400px;
    padding: 15px;
    overflow-y: auto;
}

form {
    margin: 10px;
}

.select-yesr {
    width: 160px;
}

.search-lbl label {
    width: auto;
    text-align: right;
}

.h4>f1 .a {
    color: green !important;
}

h4>f1 .a:hover {
    color: red;
    text-decoration: none;
}

.carousel-inner-bg {
    background: #f2f2f2;
    min-height: 223px;
}

.carousel-inner-bg {
    margin: auto;
    vertical-align: middle;
}

.m-l-r-0 {
    margin: 10px 0px;
}
.m-t-5 {
    margin: 5px;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: relative;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0;
}
.req {
    color: #fb4e13;
    font-weight: bold;
    font-size: 16px;
	padding-left:5px;
}
#scroll_body					{width:100%; height:400px; overflow:auto; }


.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('../images/error.png');
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('../images/success.png');
}

.color-logo {
	color:#AC0322;
}

/* ****** Arif  27-Dec-2020 Start ************* */
.nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 0px solid #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.nav-tabs > li > a, .nav-pills > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 0px;
    line-height: 14px;
}

.nav-tabs > li > a, .nav-pills > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 0px;
    line-height: 14px;
    background: #fff;
}

.nav-tabs > li > a, .nav-pills > li > a:active {
    background: #ffffff;
}

.nav-tabs {
    border: 1px solid #000000;
    border-radius: 10px;
    padding-bottom: 0.5px;
    background: #fff;
    width: 90%;
    margin-left: 5% !important;
    position: relative;
    z-index: 9;
}

.nav-tabs > li {
/*    margin-bottom: -16px;*/
    margin-bottom:0px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #a50000;
    color: #ffffff;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    color: #ffffff;;
    cursor: default;
    background-color: #a50000;
    border: 0px solid #a50000;
    border-bottom-color: transparent;
}

.contents-tabs
{
    padding: 0px 25px;
    border: 1px solid #000;
    border-radius: 10px;
    margin-top: -15px;
    
    float: left;
/*    z-index: -1;*/
    position: relative;
}

.upcoming-projects img
{
    width:40px;
}

.border-l
{
    border-left:2px solid #000;
}

.p-l-30
{
    padding-left: 30px;
    margin-bottom: 10px;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #ffffff;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 0px;
}

.input-append .add-on, .input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #ffffff;
    border: 1px solid #000;
}

.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input {
    position: relative;
    margin-bottom: 0;
    margin-left: 0;
    vertical-align: top;
    -webkit-border-radius: 0 15px 15px 0;
    border-radius: 0 15px 15px 0;
}

.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
    -webkit-border-radius: 15px 0 0 15px;
    -moz-border-radius: 15px 0 0 15px;
    border-radius: 15px 0 0 15px;
}

[class^="icon-"], [class*=" icon-"]
{
    cursor: pointer;
}

fieldset 
	{
		border: 1px solid #000 !important;
		margin: 0;
		min-width: 0;
		padding: 5px;       
		position: relative;
		border-radius:4px;
		background-color:#FFF;
		padding-left:10px!important;
	}
		legend
		{
			font-size:18px;
			font-weight: bold;
			margin-bottom: 0px;
			margin-right: 0px;
			min-width: 5%;
			width:auto;
			border: 0px !important;
			border-radius: 5px; 
			padding: 2px 10px 2px 10px; 
			background-color: #ffffff;
		}

/* ****** Arif  27-Dec-2020 End ************* */

.dotted-line-top{
  border-top: 2px dashed #000 !important;
}

.table-color-bg-logo{
	color:#fff;
	background-color:#ab001d;


}

.line-bottom{
  border-bottom: 2px solid #000 !important;
}

.blue-link{
color:#0088cc;
font-size:17px;
}
.black-link{
color:#333;
font-size:23px;

}
.img-responsive {
  display: block;
  max-width: 100%; // Set a maximum relative to the parent
  height: auto;    // Scale the height according to the width, otherwise you get stretching
}

hr {width:250px;}

hr.logocolor {

	color:#ab001d;
	margin: 0 auto 10px auto;
	border-top:5px solid #ab001d;
	margin-bottom:50px;
	margin-top:20px;
}
hr.logocolor-blog {

	color:#ab001d;
	margin: 0 auto 10px auto;
	border-top:2px solid #ab001d;
	margin-bottom:10px;
	margin-top:20px;
}
.textlogo{
color:#ab001d;
font-size:23px;
font-weight:600;
line-height:25px;
margin-top:10px;
}

.bold-text{
	font-size:23px;
	color:#333;
	line-height:35px;
	font-weight:600;
}

.whatever{
    background-color: #fff;
    display: inline-block;
    width: auto;
    height: 25px;
    color:#000;
    padding:5px 15px 0 15px;
    font-weight:500;
    border:1px;
    border-style: solid; border-color:#666;border-radius:25px;
	margin-right:10px;
	margin-bottom:10px;
}

#checkboxes input[type=checkbox]{
    display: none;
}

#checkboxes input[type=checkbox]:checked + .whatever{
    background-color: #ab001d;
    color:#fff;
}

.m-l-r-20-10{
margin-left:20px;
margin-right:10px;
}
.m-r-10{
margin-right:10px;
}

.divscroll
{height: 212px;
    overflow-x: hidden;
    overflow-y: scroll;
}
