@import url(googlefont.css);
.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: #222;
    background: #f5f5f5;
    font-family: Lato, sans-serif;
    font-weight: 300;
    line-height: 1.6;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Lato, sans-serif;
    font-weight: 700;
}

a {
    color: #222;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

.btn {
    font-weight: 400;
}

.btn-transparent {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
}

.btn-transparent:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
    color: #000; /* #d9534f */
    text-decoration: none;
    outline: none;
}

.dropdown-menu {
    margin-top: -1px;
    min-width: 45px;
}

body > section {
    padding: 40px 0;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16/9 ratio */
    padding-top: 30px;
    /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

blockquote {
    background-color: #fff;
}

.main-title {
    text-transform: uppercase;
}

header {
    width: 100%;
    position: fixed !important;
    z-index: 1000;
}


/*-----------------------------------------------------------------------------------*/


/*  Slider
/*-----------------------------------------------------------------------------------*/

#main-slider {
    position: relative;
    z-index: 5;
    color: #fff;
    padding-top: 78px;
}

#main-slider .carousel-inner {
    overflow: visible;
}

.backstretch:before {
    content: '';
    background-image: url(../resources/images/overlays/04.png);
    min-width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: -1;
}

#main-slider .carousel h2 {
    font-size: 32px; /*44*/
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px;
    text-transform: uppercase;
    letter-spacing: 2px; /* -1 */
    margin-top: -20px;
    /* margin-top: 30px; */
}

#main-slider .carousel .btn {
    border: 5px solid rgba(255, 255, 255, 0.9);
    color: #fff;
    border-radius: 0;
    margin-top: 35px;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 15px;
    text-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px;
    z-index: 10;
}

#main-slider .carousel .btn:hover {
    background-color: rgba(255, 255, 255, 0.9);
    color: #202020;
}

#main-slider .carousel .boxed {
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.2);
    display: inline-block;
    text-transform: uppercase;
    margin-top: 14%;
}

#main-slider .carousel .item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    height: 600px;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
    top: auto;
    position: relative;
}

#main-slider .carousel .item.active {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 1;
}

.home-icon {
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.2);
    clear: both;
    display: block;
    font-size: 78px;
    margin: 100px auto 0;
    position: relative;
    width: 80px;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}

#single-page-slider {
    padding-top: 150px;
}

#single-page-slider .carousel {
    z-index: 5 !important;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px;
}


/*-----------------------------------------------------------------------------------*/


/*  Slider
/*-----------------------------------------------------------------------------------*/

#main-slider-page {
    min-height: 350px;
    z-index: 2 !important;
}

#recent-works {
    padding: 90px 0;
}

#recent-works .item-inner {
    position: relative;
    margin: 0;
}

.portfolio-items,
.portfolio-filter {
    list-style: none;
    padding: 0;
    margin: 0 -20px 20px 0;
}

.portfolio-filter > li {
    display: inline-block;
     margin: 10px 0;
}

.portfolio-filter > li a.active {
    color: #FFF;
    /* background: #00b29e;
    border: 2px solid #00b29e; */
    background: #ff6501;
    border: 2px solid #ff6501;
}

.portfolio-items > li {
    float: left;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.portfolio-items.col-2 > li {
    width: 50%;
}

.portfolio-items.col-3 > li {
    width: 33%;
}

.portfolio-items.col-4 > li {
    width: 25%;
}

.portfolio-items.col-5 > li {
    width: 20%;
}

.portfolio-items.col-6 > li {
    width: 16%;
}

.portfolio-item {
    padding: 0;
    margin: 0;
}

.portfolio-item .item-inner {
    background: #fff;
    padding: 0;
    margin: 0 20px 20px 0;
    position: relative;
}

.portfolio-item img {
    width: 100%;
}

.portfolio-item h5 {
    background: #fff;
    margin: 0;
    padding: 15px;
    font-weight: 700;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    border-bottom: 4px solid #f0f0f0;
    text-transform: uppercase;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.portfolio-item:hover h5,
.team-member:hover .team-content,
.post:hover .content {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-bottom: 4px solid #00b29e;
}

/* .portfolio-item:focus h5,
.team-member:focus .team-content,
.post:focus .content {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-bottom: 4px solid #00b29e;
} */

.portfolio-item h5:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 15px;
    margin-left: -15px;
}

.portfolio-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    vertical-align: middle;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.portfolio-item .overlay .preview {
    position: relative;
    top: 50%;
    display: inline-block;
    margin-top: -20px;
}

.portfolio-item:hover .overlay {
    opacity: 1;
}


/* Start: Recommended Isotope styles */


/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}


/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: 0 opacity;
    -moz-transition-property: 0 opacity;
    -ms-transition-property: 0 opacity;
    -o-transition-property: 0 opacity;
    transition-property: transform, opacity;
}


/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0s;
}

.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.project-controls {
    position: absolute;
    bottom: 0;
    left: 0;
}

.project-controls span {
    position: relative;
    bottom: 70px;
    font-size: 60px;
    display: block;
}

.project-controls span:hover {
    cursor: pointer;
}

div.pp_overlay {
    z-index: 9999 !important;
}


/*-----------------------------------------------------------------------------------*/


/*  PRICING
/*-----------------------------------------------------------------------------------*/

#pricing-table .plan {
    border-radius: 0;
    list-style: none;
    margin: 0 0 20px;
    background: #00b29e;
    text-align: center;
    padding: 30px 0;
}

#pricing-table .plan li {
    padding: 5px 0;
    color: #fff;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

#pricing-table .plan li.plan-name {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    padding-bottom: 35px;
}

#pricing-table .plan li.plan-name h3 {
    margin: 0;
}

#pricing-table .plan li.plan-price {
    margin-bottom: 20px;
    /* background-color: rgba(0, 0, 0, 0.2); */
}

#pricing-table .plan li.plan-price > div {
    /* display: inline-block;
    padding: 10px;
    font-size: 24px;
    width: 70px;
    height: 70px; */
}

#pricing-table .plan li.plan-price > div sup {
    font-size: 10px;
    line-height: 10px;
}

#pricing-table .plan li.plan-price > div > small {
    display: block;
    font-size: 11px;
}

#pricing-table .plan li.plan-action {
    margin-top: 25px;
    border-top: 0;
}

#pricing-table .plan.featured {
    background-color: #202020;
}

#title h1 {
    margin: 0;
    font-size: 36px;
    font-weight: 300;
}

.center {
    text-align: center;
}

#meet-the-team .role {
    margin-top: 10px;
    display: block;
    font-size: 11px;
    line-height: 16px;
}
#meet-the-team1 .role {
    margin-top: 10px;
    display: block;
    font-size: 11px;
    line-height: 16px;
}
#meet-the-team2 .role {
    margin-top: 10px;
    display: block;
    font-size: 11px;
    line-height: 16px;
}
.img-thumbnail {
    border: 0;
}

.progress,
.progress .bar {
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 30px;
    line-height: 30px;
}

.well {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
}

ul.breadcrumb {
    margin: 20px 0 0;
    background: transparent;
}

ul.breadcrumb > li {
    text-shadow: none;
}

ul.breadcrumb > li > a,
ul.breadcrumb > li .divider {
    color: #fff;
}

ul.breadcrumb > li.active {
    color: rgba(255, 255, 255, 0.7);
}

ul.tag-cloud {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.tag-cloud li {
    display: inline-block;
    margin: 0 0 2px;
}

.btn-social {
    border: 0;
    color: #fff;
    border-radius: 0;
    display: inline-block;
    width: 30px;
    height: 33px;
    line-height: 30px;
    text-align: center;
    padding: 0;
}

.btn-social.btn-facebook {
    border: 2px solid #4f7dd4;
    color: #4f7dd4;
}

.btn-social.btn-facebook:hover {
    background: #4f7dd4;
}

.btn-social.btn-twitter {
    border: 2px solid #5bceff;
    color: #5bceff;
}

.btn-social.btn-twitter:hover {
    background: #8eddff;
}

.btn-social.btn-linkedin {
    border: 2px solid #21a6d8;
    color: #21a6d8;
}

.btn-social.btn-linkedin:hover {
    background: #21a6d8;
}

.btn-social.btn-google-plus {
    border: 2px solid #dc422b;
    color: #dc422b;
}

.btn-social.btn-google-plus:hover {
    background: #dc422b;
}

.btn-social:hover {
    color: #fff;
}

.social-heading {
	/* background: #ff5823; */
	background-image: url(../resources/images/new/social-media-graphic.jpg);
	background-size: 100% 100%;
	height: 455px;
	border-radius: 5px;
}

/*-----------------------------------------------------------------------------------*/


/*  Navigation
/*-----------------------------------------------------------------------------------*/

.navbar-inverse {
    background-color: #e7e7e7;
    border: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.navbar-inverse .navbar-toggle {
    background-color: transparent;
    color: #fff;
}

.navbar-fixed-top {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.navbar-inverse .navbar-nav {
    margin-top: 15px;
    margin-bottom: 15px;
}

.navbar-inverse .navbar-nav > li > a {
    position: relative;
    display: inline-block;
    outline: none;
    text-decoration: none;
    /* text-transform: uppercase; */
    letter-spacing: 0;
    font-size: 15px;
    padding: 10px;
    color: #f5f5f5;
    font-weight: 700;
    text-shadow: none;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
    
}

.navbar-inverse .navbar-nav > li > a::before,
.navbar-inverse .navbar-nav > li > a::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    opacity: 0;    
    bottom: 4px;
    -webkit-transition: opacity .3s 0 .3s;
    -moz-transition: opacity .3s 0 .3s;
    /* transition: opacity .3s transform .3s; */
     transition: opacity .3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px); 
     transform: translateY(-10px);   
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.navbar-inverse .navbar-nav > li > a:hover::before,
.navbar-inverse .navbar-nav > li > a:focus::before,
.navbar-inverse .navbar-nav > li > a:hover::after,
.navbar-inverse .navbar-nav > li > a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.navbar-inverse .navbar-nav > li > a::before {
    top: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
    display: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.navbar-inverse .navbar-nav > li > a::after {
    bottom: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.navbar-inverse .navbar-nav > li > a::before,
.navbar-inverse .navbar-nav > li > a::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    opacity: 0;    
    bottom: 4px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transition: opacity .3s 0 .3s;
    -moz-transition: opacity .3s 0 .3s;
    transition: opacity .3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent;
}

.navbar-inverse .navbar-nav .dropdown-menu {
    background-color: #ff7575;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 0;
    margin-top: 10px;
}

.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
    padding: 8px 15px;
    color: #efefef;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
    background-color: rgba(0, 0, 0, 0.3);
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
    border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
    background-color: rgba(0, 0, 0, 0.1);
}
.dropdown-submenu {
    position: absolute;
    left: 257px;
    border-radius: 0;
    top: 0px;
    display: none !important;
}
.multi-level-dropdown:hover .dropdown-submenu {
    display: block !important;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-top: 0;
}

.opaqued {
    padding: 0 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    /* text-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px; */
}

.navbar-inverse.opaqued .navbar-nav .dropdown-menu {
    background-color: rgba(255, 122, 36, 0.9);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.navbar-brand h1 {
    margin: 0;
    font-weight: 700;
    font-size: 30px;
    margin-top: 4px;
}
.navbar-brand {
    float: left;
    height: 30px;
    padding: 0px 30px;
    font-size: 18px;
    line-height: 20px;
}

/*-----------------------------------------------------------------------------------*/


/*  Brand Name on Scroll
/*-----------------------------------------------------------------------------------*/
.navbar-nav li.brand-name {
    display: none;
    padding: 8px 15px;
    font-size: 22px;
    font-weight: 800;
    background-color: transparent;/*339676*/
    color: transparent;/* fff */
    cursor: context-menu;
}
.scroll-website-logo {
    display: none;
}

.brand-new-name {
    color: #fff;
    font-size: 18px;
    padding: 20px 5px;
    font-weight: 800;
    z-index: 100;
    position: absolute;
    top: 0;
    background-image: url(../resources/images/new/logo-bg-1.png);
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
}
.brand-new-name img {
    height: 30px;
}

/* Second Design */
.logo-scroll-header {
    z-index: 100;
    display: none;
}

.logo-design-scroll {
    position: absolute;
}

.logo-design-scroll img {
    height: 30px;
}
.ribbon2 span {
    font-size: 20px;
    font-weight: 700;

}
 .ribbon {
  height: 188px;
  position: relative;
  margin-bottom: 30px;
  background-size: cover;
  text-transform: uppercase;
  color: white;
}
.ribbon2 {
 width: 90px;
 padding: 10px 0;
 position: absolute;
 top: -6px;
 left: 25px;
 text-align: center;
 border-top-left-radius: 3px;
 background: #e91d28;
}
.ribbon2:before {
 height: 0;
 width: 0;
 right: -5.5px;
 top: 0.1px;
 border-bottom: 6px solid #8D5A20;
 border-right: 6px solid transparent;
}
.ribbon2:before, .ribbon2:after {
  content: "";
  position: absolute;
}
.ribbon2:after {
  height: 0;
  width: 0;
  bottom: -29.5px;
  left: 0;
  border-left: 45px solid #e91d28;
  border-right: 45px solid #e91d28;
  border-bottom: 30px solid transparent;
}
/*-----------------------------------------------------------------------------------*/


/*  TEAM
/*-----------------------------------------------------------------------------------*/

.team-member:hover .img-thumbnail {
    background: transparent;
    background-color: #00b29e;
    box-shadow: 0px 0px;
}

.team-member:focus .img-thumbnail {
    background: transparent;
    background-color: #00b29e;
    box-shadow: 0px 0px;
}

.team-member .img-thumbnail {
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-transition: background .3s color .3s box-shadow .3s;
    -moz-transition: background .3s color .3s box-shadow .3s;
    /* transition: background .3s color .3s box-shadow .3s; */
}

.team-content {
    background: #fff;
    padding: 8px;
    border-bottom: 4px solid #f0f0f0;
}

.team-content h5 {
    font-size: 16px;
}

.team-content:after {
    top: 66%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 15px;
    margin-left: -15px;
}

.team-member .btn {
    margin-top: 10px;
    margin-bottom: 5px;
}

.team-image {
    position: relative;
    padding: 0;
}

.team-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    vertical-align: middle;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.team-image .overlay .preview {
    position: relative;
    top: 50%;
    display: inline-block;
    margin-top: -20px;
}

.team-image:hover .overlay {
    opacity: 1;
}

.team-image:focus .overlay {
    opacity: 1;
}


/*-----------------------------------------------------------------------------------*/


/*  Social
/*-----------------------------------------------------------------------------------*/

#social-media .fa-facebook {
    background-color: #3c5899;
}

#social-media .fa-facebook:hover {
    background-color: #4e6fba;
}

#social-media .fa-twitter {
    background-color: #29c5f6;
}

#social-media .fa-twitter:hover {
    background-color: #5ad2f8;
}

#social-media .fa-google-plus {
    background-color: #d13d2f;
}

#social-media .fa-google-plus:hover {
    background-color: #da6459;
}

#social-media .fa-pinterest {
    background-color: #c61118;
}

#social-media .fa-pinterest:hover {
    background-color: #ec1e26;
}

.fa-lg {
    font-size: 48px;
    height: 108px;
    width: 108px;
    line-height: 108px;
    color: #fff;
    margin: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    display: inline-block !important;
    border-radius: 100%;
}

.fa-md {
    font-size: 30px;
    height: 68px;
    width: 68px;
    line-height: 68px;
    color: #fff;
    margin-right: 15px;
    margin-top: 20px;
    /* background-color: #ff5555; */ /* #00b29e */
    text-align: center;
    display: block;
    /* box-shadow: 0 0 0 4px rgba(255, 255, 255, 1); */
    overflow: hidden;
}

.service-block:hover .fa-md {
    background: transparent;
    color: #fff;
    box-shadow: 0 0 0 4px #fff;
}

.service-block .media-heading {
    margin-bottom: 10px;
    font-size: 16px;
}

.section-heading hr {
    margin: 5px auto;
    max-width: 600px;
}

.section-heading h2 {
    position: relative;
  line-height: 1.4;
  padding:5px 25px;
  display: inline-block;
}

.section-heading h2:before, .section-heading h2:after { 
    content:'';
    width: 30px;
    height: 35px;
    position: absolute;
    display: inline-block;
  }
  
  .section-heading h2:before {
    border-left: solid 3px #ff5722;
    border-bottom: solid 3px #ff5722;
    bottom:0;
    left: 0;
  }
  
  .section-heading h2:after {
    border-right: solid 3px #ff5722;
    border-top: solid 3px #ff5722;
    top:0;
    right: 0;
  }

.modal {
    border: 0;
}

.modal#loginForm {
    width: 600px;
    margin-left: -300px;
}

.modal .modal-header {
    border: 0;
    padding: 20px 20px 0;
}

.modal .modal-header > h4 {
    font-weight: 300;
    font-size: 14px;
    color: #848484;
    text-transform: uppercase;
    margin: 0;
}

.modal .modal-body {
    padding: 20px;
    margin-top:76px;
}

.modal input[type=text],
.modal input[type=password] {
    padding: 5px 10px;
    min-height: 30px;
    width: 130px;
    margin-right: 10px;
}

.modal .fa-remove {
    color: #848484;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    display: block;
    background: #ebebeb;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
}

.modal button {
    margin-left: 10px;
    border: 0;
}

.gap {
    margin-bottom: 30px;
}

.big-gap {
    margin-bottom: 100px;
}

.no-margin {
    margin: 0;
    padding: 0;
}

.registration-form {
    border: 0;
    background-color: #fff;
    padding: 20px;
    display: inline-block;
}

#bottom {
    color: #bdc3c7;
}

#bottom h4 {
    margin-top: 0;
    margin-bottom: 15px;
}

#bottom .media-heading {
    display: block;
    font-weight: 400;
}

.row > div {
    margin-bottom: 10px;
}

ul.unstyled {
    list-style: none;
    padding: 0;
    margin: 0;
}


/*Unordered Lists*/

ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.arrow li::before,
ul.arrow-double li::before,
ul.tick li::before,
ul.cross li::before,
ul.star li::before,
ul.rss li::before,
ul.arrow li::after,
ul.arrow-double li::after,
ul.tick li::after,
ul.cross li::after,
ul.star li::after,
ul.rss li::after {
    font-family: FontAwesome;
    font-size: 10px;
}

ul.arrow li::before,
ul.arrow-double li::before,
ul.tick li::before,
ul.cross li::before,
ul.star li::before,
ul.rss li::before {
    margin-right: 6px;
}

ul.arrow li::before {
    content: "\f105";
}

ul.arrow-double li::before {
    content: "\f101";
}

ul.tick li::before {
    content: "\f00c";
}

ul.cross li::before {
    content: "\f00d";
}

ul.star li::before {
    content: "\f006";
}

ul.rss li::before {
    content: "\f09e";
}

#footer {
    background-color: #101010;
    color: #eee;
    border-top: 1px solid #333;
    margin-bottom: -2px;
}
#footer div {
    margin-top: 2px;
    margin-bottom: 2px;
}
.footer-border-right {
    height: 150px;
    border-right: 2px solid lightgray;
}
.footer-border-right img {
    float: left;
}
#footer a,
#footer-wrapper a {
    color: #bdc3c7;
    font-size: 14px;
}
#footer-wrapper-new a {
    color: #bdc3c7;
    font-size: 14px;
}
#footer a:hover,
#footer-wrapper a:hover {
    color: #00b29e;
}
#footer a:hover,
#footer-wrapper-new a:hover {
    color: #00b29e;
}

#footer-wrapper-new a:focus {
    color: #00b29e;
}
#footer-scroll .footer-foc:focus {  
   border: 5px solid black;
}
a.footer-foc:focus {  
   border: 5px solid black;
}

#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer ul > li {
    display: inline-block;
    margin-left: 15px;
}
#footer .visitors-text {
    padding: 2px 5px;
    color: orange;
}
@media screen and (max-width: 550px) {
	
   #footer-wrapper-new .uti-details {
	margin-top:25px;
}
}
  
@media screen and (max-width: 460px) and (min-width: 150px) {
	
   .footer-border-right {
	margin-top:40px;
}
}
@media screen and (max-width: 460px) and (min-width: 150px) {
	
   #footer-wrapper-new .uti-details {
	margin-top:120px;
}
}
   


ul.social {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    display: inline-block;
}

ul.social > li {
    display: inline-block;
    margin: 0 5px;
}

ul.social > li > a {
    font-size: 24px;
    color: #666;
}

ul.social > li > a:hover {
    color: #999;
}

.box-border {
    padding: 15px;
}

.accordion-group {
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
}

.accordion-heading .accordion-toggle {
    color: #666;
    font-weight: 700;
}

.accordion-inner {
    border-top: 0;
}

.blog .blog-item {
    background-color: #fff;
    margin-bottom: 40px;
}

.blog .blog-item .img-blog {
    width: 100%;
    border-radius: 0;
    height: auto;
}

.blog .blog-item .blog-content {
    padding: 20px;
    position: relative;
    border-bottom: 4px solid #f0f0f0;
}

.blog .blog-item .blog-content:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 15px;
    margin-left: -15px;
}

.blog .blog-item h3 {
    margin-top: 0;
}

.blog .blog-item .entry-meta {
    text-transform: uppercase;
    font-size: 12px;
    color: #737373;
    margin-bottom: 11px;
}

.blog .blog-item .entry-meta > span {
    display: inline-block;
    color: #999;
    margin-right: 10px;
    font-size: 12px;
}

.blog .blog-item .entry-meta > span a {
    color: #999;
}

.blog-featured-image {
    position: relative;
    padding: 0;
}

.blog-featured-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    vertical-align: middle;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.blog-featured-image .overlay .preview {
    position: relative;
    top: 50%;
    display: inline-block;
    margin-top: -20px;
}

.blog-featured-image:hover .overlay {
    opacity: 1;
}

ul.pagination > li > a {
    border: 0;
}

ul.pagination > li.active > a,
ul.pagination > li:hover > a {
    background-color: #222;
    color: #fff;
}

textarea#message {
    padding: 10px 15px;
    height: 219px;
}

.widget {
    margin-bottom: 30px;
}

ul.gallery {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.gallery li {
    display: block;
    width: 60px;
    padding: 0;
    margin: 0 4px 4px 0;
    float: left;
}

ul.faq {
    list-style: none;
    margin: 0;
}

ul.faq li {
    margin-top: 30px;
}

ul.faq li:first-child {
    margin-top: 0;
}

ul.faq li span.number {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #222;
    color: #fff;
    font-size: 24px;
}

ul.faq li > div {
    margin-left: 70px;
}

ul.faq li > div h3 {
    margin-top: 0;
}

#error {
    text-align: center;
    margin-top: 150px;
    margin-bottom: 150px;
}


/*-----------------------------------------------------------------------------------*/


/*  Conmments
/*-----------------------------------------------------------------------------------*/

img.comment-avatar {
    max-width: 80px;
    height: auto;
}

img.author-box-image {
    max-width: 110px;
    height: auto;
}

#comments-list .well {
    position: relative;
    overflow: hidden;
}

#comments-list .well:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(245, 245, 245, 0);
    border-right-color: #f5f5f5;
    border-width: 10px;
    margin-top: -10px;
}


/*-----------------------------------------------------------------------------------*/


/*  Content
/*-----------------------------------------------------------------------------------*/

#content-wrapper {
    padding: 0;
    z-index: 5;
    position: relative;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.4);
    padding-top: 180px;
}

.white {
    background: #f8f8f8;
    padding: 20px 0;
}
.white-full {
    background: #fff;
    padding: 20px 0;
}

#content-wrapper section {
  padding-top: 30px;
  padding-bottom: 30px;
  /* 60px is by default value */
}

/*-----------------------------------------------------------------------------------*/


/*  Footer
/*-----------------------------------------------------------------------------------*/

#footer-wrapper {
    z-index: 1;
    padding-top: 30px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #202020;
    display: none;
}
#footer-wrapper-new {
    background-color: #202020;
    padding-top: 15px;
}
.fixed-bottom-menu {
    display: inline;
}

.widget-img {
    max-width: 80px;
    height: auto;
}

.about-us-widget {
    /* background-image: url(../images/world-map.png); */
    background-size: contain;
}

.widget-title {
    font-size: 18px;
    text-transform: uppercase;
}


/*-----------------------------------------------------------------------------------*/


/*  Search
/*-----------------------------------------------------------------------------------*/

#search-wrapper input#search-box {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    background-color: #555;
    border-bottom: 2px solid #555;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #eee;
    font-size: 14px;
    padding: 8px 5px;
}

.opaqued #search-wrapper input#search-box {
    background-color: rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid transparent;
}

.search-trigger {
    color: #fff;
    padding: 10px;
    display: block;
}

.search-trigger:hover {
    cursor: pointer;
}


/*-----------------------------------------------------------------------------------*/


/*  PARALLAX
/*-----------------------------------------------------------------------------------*/

.divider-section {
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    overflow: hidden;
    display: block;
    color: #f5f5f5;
}

.divider-section a {
    color: #f5f5f5;
}


/*-----------------------------------------------------------------------------------*/


/*  BUTTONS
/*-----------------------------------------------------------------------------------*/

.btn-outlined {
    border-radius: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    box-shadow: none !important;
}

.btn-outlined.btn-primary {
    background: none;
    /* border: 2px solid #00b29e;
    color: #00b29e; */
    border: 2px solid #C75000; /* #ff6501; Color changed for STQC compliance */ 
    color: #C75000; /* #ff6501; Color changed for STQC compliance */
}

.btn-outlined.btn-primary:hover,
.btn-outlined.btn-primary:active {
    color: #FFF;
    /* background: #00b29e;
    border-color: #00b29e; */
    background: #C75000; /* #ff6501; Color changed for STQC compliance */
    border-color: #C75000; /* #ff6501; Color changed for STQC compliance */
}

.btn-outlined.btn-success {
    background: none;
    border: 2px solid #5cb85c;
    color: #5cb85c;
}

.btn-outlined.btn-success:hover,
.btn-outlined.btn-success:active {
    color: #FFF;
    background: #47a447;
}

.btn-outlined.btn-info {
    background: none;
    border: 2px solid #5bc0de;
    color: #5bc0de;
}

.btn-outlined.btn-info:hover,
.btn-outlined.btn-info:active {
    color: #FFF;
    background: #39b3d7;
}

.btn-outlined.btn-warning {
    background: none;
    border: 2px solid #f0ad4e;
    color: #f0ad4e;
}

.btn-outlined.btn-warning:hover,
.btn-outlined.btn-warning:active {
    color: #FFF;
    background: #ed9c28;
}

.btn-outlined.btn-danger {
    background: none;
    border: 2px solid #d9534f;
    color: #d9534f;
}

.btn-outlined.btn-danger:hover,
.btn-outlined.btn-danger:active {
    color: #FFF;
    background: #d2322d;
}

.btn-outlined.btn-white {
    background: none;
    border: 2px solid #fff;
    color: #fff;
}

.btn-outlined.btn-white:hover,
.btn-outlined.btn-white:active {
    color: #00b29e;
    background: #fff;
}


/*-----------------------------------------------------------------------------------*/


/*  ANIMATE
/*-----------------------------------------------------------------------------------*/

.no-display {
    opacity: 0;
}

.appear {
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


/*-----------------------------------------------------------------------------------*/


/*  Posts
/*-----------------------------------------------------------------------------------*/

.post {
    background-color: #fff;
    overflow: hidden;
}

.post .content {
    padding: 15px;
    position: relative;
    border-bottom: 4px solid #f0f0f0;
}

.post .content:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 15px;
    margin-left: -15px;
}

.post .post-img-content {
    position: relative;
    padding: 0;
}

.post .post-img-content .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    vertical-align: middle;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.post .post-img-content .overlay .preview {
    position: relative;
    top: 50%;
    display: inline-block;
    margin-top: -20px;
}

.post .post-img-content:hover .overlay {
    opacity: 1;
}

.post .post-title {
    margin: 0 0 10px;
    display: table-cell;
    vertical-align: bottom;
    z-index: 2;
    position: relative;
}

.post .post-title b {
    background-color: rgba(51, 51, 51, 0.58);
    display: inline-block;
    margin-bottom: 5px;
    color: #FFF;
    padding: 10px 15px;
    margin-top: 5px;
}

.read-more-wrapper {
    margin: 25px 0 5px;
    text-align: right;
}


/*-----------------------------------------------------------------------------------*/


/*  STATS
/*-----------------------------------------------------------------------------------*/

.stat-icon {
    font-size: 44px;
}

#stats h1 {
    margin: 10px 0;
    font-size: 32px;
}

#stats h3 {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
}


/*-----------------------------------------------------------------------------------*/


/*  SKILLS
/*-----------------------------------------------------------------------------------*/

.tile-progress {
    background-color: #303641;
    color: #fff;
}

.tile-progress {
    background: #00a65b;
    color: #fff;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tile-progress .tile-header {
    padding: 15px 20px;
    padding-bottom: 40px;
}

.tile-progress .tile-progressbar {
    height: 4px;
    background: rgba(0, 0, 0, 0.18);
    margin: 0;
}

.tile-progress .tile-progressbar span {
    background: #fff;
}

.tile-progress .tile-progressbar span {
    display: block;
    background: #fff;
    width: 0;
    height: 100%;
    -webkit-transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -moz-transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -o-transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

.tile-progress .tile-footer {
    padding: 10px 20px;
    text-align: left;
    -moz-background-clip: padding;
    border-radius: 0 0 3px 3px;
    background-clip: padding-box;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    float: left;
    position: relative;
    margin-top: -30px;
}

.tile-progress.tile-red {
    background-color: #ae022d;
    color: #fff;
}

.tile-progress .tile-progressbar span {
    background: #202020;
}

.tile-progress.tile-red .tile-footer {
    background: #f56954;
    color: #fff;
}

.tile-progress.tile-cyan {
    background-color: #fff;
    color: #202020;
}

.tile-progress.tile-cyan .tile-progressbar span {
    background: #202020;
}

.tile-progress.tile-cyan .tile-footer {
    background: #00b29e;
    color: #fff;
}

.tile-progress {
    background-color: #fff;
    color: #202020;
}

.tile-progress .tile-progressbar span {
    background: #202020;
}

.tile-progress .tile-footer {
    background: #303641;
    color: #fff;
}

.tile-progress.tile-pink {
    background-color: #fff;
    color: #202020;
}

.tile-progress.tile-pink .tile-progressbar span {
    background: #202020;
}

.tile-progress.tile-pink .tile-footer {
    background: #ec3b83;
    color: #fff;
}


/*-----------------------------------------------------------------------------------*/


/*  BACKGROUNDS
/*-----------------------------------------------------------------------------------*/

.backstretch {
    z-index: 3 !important;
}


/*-----------------------------------------------------------------------------------*/


/*  TESTIMONIALS
/*-----------------------------------------------------------------------------------*/

#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
    background: #fff;
}

#quote-carousel .carousel-indicators .active {
    background: #333;
}

#quote-carousel img {
    width: 250px;
    height: 100px;
}

.item blockquote {
    border-left: none;
    margin: 0;
    background-color: transparent;
    height: 125px;
    text-align: justify;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: Fontawesome;
    float: left;
    margin-right: 10px;
}

.testimonial-list-item:hover blockquote {
    border-left: 4px solid #00b29e;
}

.quote-author-list {
    max-width: 95px;
    height: auto;
    padding: 10px 0 10px 15px;
    margin-right: 19px;
    position: relative;
}

@media screen and (min-width:768px) {
    #quote-carouse {
        margin-bottom: 0;
        padding: 0 40px 30px;
        margin-top: 30px;
    }
    #main-slider .carousel,
    #main-slider .carousel-inner,
    #main-slider .carousel-inner .item,
    #main-slider .carousel-inner .item .container,
    #main-slider .carousel-inner .item .row,
    #main-slider .carousel-inner .item .row .col-sm-12 {
        height: 55vh;
    }
}

@media screen and (max-width:769px) {
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0 5px;
        width: 20px;
        height: 20px;
    }
}


/* ==========================================================================
   CONTACT
   ========================================================================== */

#contactform input#name,
#contactform input#email,
#contactform input#website,
#contactform textarea#comments {
    width: 100%;
    padding: 10px 5px;
    margin-bottom: 15px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #202020;
    border: none;
}

#contactform textarea#comments {
    min-height: 150px;
}

#contact h3 {
    text-transform: uppercase;
    font-size: 24px;
}

#mapwrapper {
    width: 100%;
    height: 400px;
}

.form-horizontal .control-label {
    display: none;
}

#message {
    padding: 0;
}

.form-control {
    padding: 10px 5px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #202020;
    border: none;
    border-radius: 0;
}


/* PRELOADER */

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #f5f5f5 url('../images/loading.gif') no-repeat center center;
}


.mb0 {
  margin-bottom: 0 !important;
}

.section-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-inner.gap {
  margin-bottom: 0 !important;
}

.navbar-header h1 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
}

.navbar-inverse .navbar-nav {
  margin-top: 0px;
    margin-bottom: 0px;
}

.navbar-inverse .navbar-nav > li > a {
    /* letter-spacing: 1px; */
    font-size: 13px;
    padding: 15px 5px;
    color: #fff;
    font-weight: 600;
}

.blog .blog-item .blog-content {
    padding: 60px 40px;
    position: relative;
    border-bottom: 4px solid #f0f0f0;
}

.btn {
    padding: 10px 16px;
    font-size: 13px;
    letter-spacing: 2px;
}

.form-control {
    height: 42px;
}

.widget-title {
    margin-top: 0;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.portfolio-item h5 {
    background: #fff;
    margin: 0 20px 0 0;
    padding: 20px 10px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 2px;
}

.post .post-title {
    font-weight: 400;
    letter-spacing: 2px;
    display: block;
    text-transform: uppercase;  
}

.overlay .btn-outlined.btn-primary {
  background-color: #fff;
  border-color: #fff;
}

.post .content {
    padding: 25px 15px;
}

.post .author {
    text-transform: uppercase;
    color: #737373;
    padding: 10px 0 8px;
    margin-bottom: 10px;
}

.section-heading hr {
    margin: 0;
    max-width: 0;
    opacity: 0.9;
}

.main-title {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-heading p {
  text-transform: uppercase;
  font-size: 16px;
}

#content-wrapper {
  box-shadow: none;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
    padding: 20px 15px;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 500;
    transition: all 0.5s;
}
.navbar-inverse .navbar-nav .dropdown-menu > li > a:hover {
    padding: 20px 20px;
}

#single-page-slider {
  min-height: 310px !important;
}

#main-slider .carousel .btn {
    border: 3px solid rgba(255, 255, 255, 0.9);
    color: #fff;
    border-radius: 0;
    margin-top: 35px;
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 15px;
    text-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px;
    letter-spacing: 4px;
}

.backstretch:before {
    content: '';
    background-image: none !important;
    background-color: rgba(0,0,0,0.4);
}

#tagWrapper {
    text-align: right;
    margin: 40px 0;
}

.btn-sm, .btn-xs {
    padding: 5px 10px;
    font-size: 12px;
}

.comments-title {
    text-transform: uppercase;
    margin-bottom: 60px;
    margin-top: 40px !important;
    font-size: 18px;
    letter-spacing: 2px;
}

.team-member .btn {
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 37px;
    height: 40px;
    width: 40px;
    padding: 0;
}

.team-content h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0;
}

#testimonials-slider p {
    font-size: 15px;
    font-style: italic;
    margin-bottom: 10px;
}

#testimonials-slider h4 {
     font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;   
}

.search-trigger {
    color: #fff;
    padding: 15px 15px 10px;
    display: block;
    line-height: 1;
}

@media all and (max-width: 768px) {
    #content-wrapper {
        margin-bottom: 0 !important;
        padding-top: 92px;
    }
    #footer-wrapper {
        position: relative !important;
    }
    #footer-wrapper-new {
        position: relative !important;
    }
}

/* New CSS starts Here */
.googlemap {
    margin-bottom: -6px;
   /*  background-color: lightgray; */
}
/* Footer Logo Content */
.footer-logo-content {
    margin-left: 20px;
    padding-top: 15px;
    position: relative;
    top: 10px;
    left: 10px;
}
.footer-logo-content span {
    font-size: 16px;
    color: #fff;
}
/* New CSS Ends Here */
/* 2.1 - Top-menu 
    ---------------------------------------------------------------------- */
    .top-main-bar {
        /* background-color: #2c2c34; */
        height: 30px;
        margin: 0;
        position: relative;
        top: 20px;
        right: 10px;
    }
    .top-main-bar .navbar-nav > li {
        border-left: 1px solid #fff;
    }
    .top-main-bar .navbar-nav > li > a {
        color: #000;
        font-weight: 800;
        padding: 5px 10px;
        font-size: 16px;
    }
    .top-main-bar li>a>img {
        height: 18px;
    }
    .top-main-bar .navbar-nav>li>a:hover {
        color: red;
    }
     .top-main-bar .navbar-nav>li>a:focus {
        color: red;
        border: 2px solid black;
    }
    .top-main-bar .navbar-nav > li > a::before {
        background: transparent;
    }
    .top-main-bar .navbar-nav > li > a::after {
        background: transparent;
    }
    .top-main-bar .navbar-nav .dropdown-menu {
        margin-top: -1px;
        background-color: #ff6501;
    }
    .top-main-bar .navbar-nav .dropdown-menu > li > a {
        color: #fff;
    }
    .top-main-bar .language-btn .dropdown-menu {
        margin-top: 0;
        min-width: 110px;
        text-align: center;
    }
    .top-main-bar .contrast-icon #contrast-version {
        padding: 4px 15px;
    }
    .top-main-bar .contrast-icon i {
        font-size: 20px;
        transform: rotate(180deg);
        color: black;
    }
    .top-main-bar .navbar-right .search-icon .form-control {
        box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    }
    .top-main-bar .navbar-nav>li>a:focus {
    	color: #000;
    }
    .top-main-bar .navbar-nav>li>a:active {
    	color: #000;
    }
    .navbar-nav>li.language-btn>a:hover {
        color: #000;
    }
    .navbar-nav>li {
        text-align: center;
    }
    .search-icon i {
        font-size: 18px;
        padding-top: 1px;
    }      
      .input-group.search-group {
          height: 30px;
          min-width: 50px;
          position: relative;
      }
      
      /* .input-group .form-control:hover, 
      .input-group .form-control:focus {
          padding: 10px 20px;
          width: 380px;
          color: #fff;
          background-color: #858585;
          cursor: pointer;
      } */
      
      .input-group .form-control::-moz-placeholder {
          color: transparent;
      }
      
      .input-group .form-control::-webkit-input-placeholder {
          color: transparent;
      }
      
      .input-group .form-control:hover::-moz-placeholder,
      .input-group .form-control:focus::-moz-placeholder { 
          color: transparent;
      }
      .input-group .form-control:hover::-webkit-input-placeholder,
      .input-group .form-control:focus::-webkit-input-placeholder { 
          color: transparent;
      }
      
      .input-group .form-control:focus {
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
        border-color: #e6e6e6;
      }
      
      .form-control.search-control {
        background: url(../resources/images/new/main-top-bar/search-icon-black.png) no-repeat right 10px center / 17px;
        color: transparent;
        font-size: 16px;
        width: 35px;
        height: 30px;
        margin: 0;
        padding: 0;
        outline: 0 none;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        cursor: pointer;
        transition: width 0.25s;
      }

    /* Social Media Icon */
    .social-media-icon i {
        color: #fff;
        font-size: 20px;
    }
    
    /*About DIPAM Home Page
        -----------------------------------------------------------------*/
    #about-us {
        padding-top: 40px;
        padding-bottom: 0;
    }
    p.about-dipam-text {
        padding: 0 40px 0px 0;
        line-height: 30px;
        font-size: 20px;
        /* letter-spacing: 1px; */
        font-weight: 500;
    }
    p.about-dipam-text:first-child {
        margin-top: -10px;
    }
    .whats-new-section {
        border-left: 2px solid;
    }
    .highlight-dipam-box {
    	border-right: 2px solid;
    	min-height:300px;
    }
    .whats-new-box {
    	border-left: 2px solid;
    	min-height:300px;
    }
    .highlight-dipam-box .carousel-inner {
    	height:180px;
    }
    .whats-new-box .carousel-inner {
    	height:180px;
    }
    /* 2.1.1 - Search Button
        -----------------------------------------------------------------*/
    .search-container *, .search-container:after, .search-container:before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    .search-container:focus {
        background: #fbfbfb;
        color: #333;
        outline: 0;
        float: right;
    }
    .search-container {
        display: table;
        position: relative;
        width: 40px;
        height: 40px;
        float: right;
    }
    .search-icon-btn {
        display: table-cell;
        height: 40px;
        color: #dddde7;
        position: relative;
        text-align: center;
        vertical-align: middle;
        width: 40px;
        z-index: 2;
    }
    .search-input {
        position: absolute;
        right: 0;
        z-index: 1;
    }
    .search-input input.search-bar {
        border: 1px solid #ccc;
        height: 40px;
        padding: 0;
        width: 40px;
    }
    .search-input input.search-bar:focus {
        padding-left: 60px;
        padding-right: 10px;
        width: 200px;
        background-color: #f2f2f4;
        color: #939399;
    }
    .search-input input.search-bar, .search-icon-btn {
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .search-container:hover > .search-input input.search-bar {
        padding-left: 60px;
        padding-right: 10px;
        width: 200px;
        background-color: #f2f2f4;
    }
    
    /* Header Logo Section Starts Here */
    .logo-section {
        display: flex;
        justify-content: center;
        margin-bottom: -7px;
    }
    .logo-section img {
        width: 30px;
        height: 50px;
    }
    .logo-section .logo-text h3 {
        font-size: 17px;
    }
    .header-logo-section {
        padding: 15px 0 10px;
    }
    .header-logo-section .logo-text {
        position: relative;
        top: -13px;
        left: 5px;
    }
    .main-logo-section {
    	background-color: #fff;
    }
    .header-logo-section .logo-text h3:first-child {
        margin-bottom: -15px;
    }
    .header-logo-section a:hover {
        color: #000;
    }
    .header-logo-section .main-menu {
        position: relative;
        top: 10px;
        left: 10px;
        font-weight: 600;
    }

    .feed-section {
        margin-top: 20px;
    }
    .feed-section .col-md-4 img {
        margin-top: 15px;
    }
    .date-time {
        position: relative;
    top: -13px;
    right: -80px;
    font-size: 12px;
    }
    
    .hovereffect {
        width: 100%;
        height: 100%;
        float: left;
        overflow: hidden;
        position: relative;
        text-align: center;
        cursor: default;
      }
      
      .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
      }
      
      .hovereffect img {
        display: block;
        position: relative;
        -webkit-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
      }
      
      .hovereffect:hover img {
        filter: grayscale(1) blur(3px);
        -webkit-filter: grayscale(1) blur(3px);
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
      }
      
      .hovereffect h2 {
        text-transform: uppercase;
        text-align: center;
        position: relative;
        font-size: 17px;
        padding: 10px;
        background: rgba(0, 0, 0, 0.6);
      }
      
      .hovereffect a.info {
        display: inline-block;
        text-decoration: none;
        padding: 7px 14px;
        border: 1px solid #000;
        margin: 50px 0 0 0;
        background-color: transparent;
      }
      
      .hovereffect a.info:hover {
        box-shadow: 0 0 5px #fff;
      }
      
      .hovereffect a.info, .hovereffect h2 {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
        opacity: 0;
        filter: alpha(opacity=0);
        color: #000;
        text-transform: uppercase;
      }
      
      .hovereffect:hover a.info, .hovereffect:hover h2 {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
      }
    .main-section-content li {
        color: #000 !important;
        text-align: left;
        padding: 5px 10px 0 5px !important;
    }
    .main-section-content .list-group-item {
        background: transparent;
        border: 0;
    }
    /* Minister section CSS Starts Here */
    .carousel-content a {
        color: #01b29e !important;
    }

    .service-block h4 {
        padding-top: 10px;
    }

    .body-wrap .navbar {
        min-height: 20px;
        border-radius: 0;
    }
    .navbar {
        margin-bottom: 0;
    }
    /********************************
    Section Heading Name 2 *********/
    
    .disinvestment-bg {
        background-image: url(../resources/images/new/home-page-bg/dis7.jpg);
        /* background: linear-gradient(#339676,white,#339676); */
        background-size: cover;
    }

.hovicon {
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    width: 100%;
    height: 180px;
    border-radius: 5%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #efef19;
    padding: 30px 20px 0 20px;
    font-style: normal;
}
.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hovicon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
/* Effect 1 */
 .hovicon.effect-1 {
    background: #9739de;
    background-size: contain;
    transition: all 1s;
    border: 2px solid #fff;
}
.hovicon.effect-1:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}
/* Effect 1a */
 .hovicon.effect-1.sub-a:hover {
    background: rgba(255, 255, 255, 1);
}
/* .hovicon.effect-1.sub-a:hover i {
    color: #800020;
} */
.hovicon.effect-1.sub-a:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.hovicon.effect-1:hover i {
    transition: all 2s;
}
.hovicon.effect-1:hover h3 {
    transition: all 2s;
}
/* Effect 1b */

.hovicon.effect-1.sub-b:hover {
    background: #ff6501;
	background-size: 400% 400%;
    animation: gradient 3s ease infinite;
}
.hovicon.effect-1:hover i{
    transform: scale(1.2);
}
.hovicon.effect-1:hover h3{
    transform: scale(1.2);
}
.hovicon.effect-1.sub-b:focus {
    background: #ff6501;
	background-size: 400% 400%;
    animation: gradient 3s ease infinite;
}
.hovicon.effect-1:focus i{
    transform: scale(1.2);
}
.hovicon.effect-1:focus h3{
    transform: scale(1.2);
}
.hovicon.effect-1.sub-b:after {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.hovicon.effect-1.sub-b:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.hovicon.effect-1.sub-b:focus:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}


@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.block-gradient i i{
    font-size: 40px;
}
.block-gradient i h3 {
    /* font-size: 20px; */
    font-size: 19px; /* 16px; font size changed for STQC compliance */
}

.btn{
    display: inline-block;
    background: #f1f1f1;
    margin: 10px;
    box-shadow: 0 5px 15px -5px #00000070;
    color: #339676; /* #01b29e */
    overflow: hidden;
    position: relative;
    transition: all 1s;
    font-size: 20px;
  }
  .btn:hover {
    background-color: #01b29e;
    color: #fff;      
}
  .btn:hover::before{
    animation: aaa 0.7s 1;
    top: -10%;
    left: -10%;
  }
  @keyframes aaa {
    0%{
      left: -110%;
      top: 90%;
    }50%{
      left: 10%;
      top: -30%;
    }100%{
      top: -10%;
      left: -10%;
    }
  }

.counter-section {
    background-image: url("../resources/images/new/number-section.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
/* Mandate of DIPAM Starts Here */

#single-quote h2 {
    color: #000;
}
#pricing-table .col-md-4 img {
    margin-bottom: 25px;
}
#pricing-table h3 {
    font-size: 20px;
    color: #fff;
    margin-top: 90px;
    border-radius: 5px;
    padding: 15px 10px;
}
  #pricing-table .plan li.plan-name {
    padding-top: 100px;
}
  /* Minority section */

#pricing-table .ms-border-section {
    padding: 10px;
    border: 1px solid #e5e5e5;
    transition: all 2s;
}
#pricing-table .ms-border-section:hover {
    background-color: lightblue; /* e7e7e7d9 */
}
#pricing-table .ms-image-bg {
    background-image: url(../resources/images/new/minority.jpg);
    background-size: cover;
    height: 250px;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}
#pricing-table .ms-image-bg h3 {
    background-color: #3D9EC2; /* lightblue; Color changed for STQC compliance */ 
}
#pricing-table .ms-image-bg:hover {
    filter:grayscale(100%);
}

/* Asset Monetisation Section */
#pricing-table .am-border-section {
    padding: 10px;
    border: 1px solid #e5e5e5;
    transition: all 2s;
}
#pricing-table .am-border-section:hover {
    background-color: #d0bb94;
}
#pricing-table .am-image-bg {
    background-image: url(../resources/images/new/asset-monetisation.jpg);
    background-size: cover;
    height: 250px;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}
#pricing-table .am-image-bg h3 {
    background-color: #d0bb94;
}
#pricing-table .am-image-bg:hover {
    filter:grayscale(100%);
}
/* Capital Resturucting Section */
#pricing-table .cr-border-section {
    padding: 10px;
    border: 1px solid #e5e5e5;
    transition: all 2s;
}
#pricing-table .cr-border-section:hover {
    background-color: #c45100;
}
#pricing-table .cr-image-bg {
    background-image: url(../resources/images/new/capital-retructing.png);
    background-size: cover;
    height: 250px;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}
#pricing-table .cr-image-bg h3 {
    background-color: #c45100;
}
#pricing-table .cr-image-bg:hover {
    filter:grayscale(100%);
}
/*Statrgic Disinvestment Section */
#pricing-table .sd-border-section {
    padding: 10px;
    border: 1px solid #e5e5e5;
    transition: all 2s;
}
#pricing-table .sd-border-section:hover {
    background-color: lightgreen;
}
#pricing-table .sd-border-section:focus {
    background-color: lightgreen;
}

#pricing-table .sd-image-bg {
    background-image: url(../resources/images/new/strategic.jpg);
    background-size: cover;
    height: 250px;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

#pricing-table .sd-image-bg h3 {
    background-color: #1DAA1D; /* lightgreen; Color changed for STQC compliance */
}
#pricing-table .sd-image-bg:hover {
    filter:grayscale(100%);
}
#pricing-table .sd-image-bg:focus {
    filter:grayscale(100%);
}
#pricing-table a.try-anch:focus {
		outline: 1px solid #C75000; /* #ff6501; Color changed for STQC compliance */
	}
#pricing-table a:focus {
    border: 1px solid black;
}
  /* Menu Justified Starts Here */
  .mynav-justified {
      width: 100%;
      display: flex;
      justify-content: space-between;
}
.mynav-justified i {
    font-size: 18px;
    padding-right: 5px;
}
.navbar-inverse {
    animation-duration: 3s;
}
a.dipam-logo-mobile-view {
    position: relative;
    left: -15px;
    top: -10px;
}
@keyframes colorchange {
    from {background-color: transparent;}
    to {background-color: #ff6501;}
  }
  @keyframes colorchangeback {
    from {background-color: #ff6501;}
    to {background-color: #ff6501;}
  }

  /* Menu Home Button CSS */
.home-page-navigation .home-page-icon .fa {
    display: none; 
}

.home-page-navigation:hover .home-page-icon .fa {
    display: inline-block;
}

.home-page-navigation:hover .home-page-text {
    display: none;
}
      

/****************************************
Image Gallery Page CSS ***************************/
#portfolio a{
    display: inline-block;
}
#portfolio b{
    display: block;
    padding: 10px;
}
#portfolio button{
    padding: 5px 10px;
}
#portfolio .image{
    display: inline-block;
    height: 20vw;
    max-height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#portfolio  .spotlight.image{
    cursor: pointer;
}
#portfolio .spotlight {
    width: 100%; /* 23% */
    margin: 10px 5px;
    border: 2px solid lightgray;
    padding: 5px;
    /* border: 2px solid #ede6e6;
    padding: 10px; */
}
#portfolio .spotlight:focus {
    width: 100%; /* 23% */
    margin: 10px 5px;
    border: 2px solid black;
    padding: 5px;
    /* border: 2px solid #ede6e6;
    padding: 10px; */
}
#portfolio .portfolio-filter .btn {
    margin: 0 10px;
    font-size: 16px;
    padding: 5px 10px;
}
#portfolio .btn:hover {
    background-color: #ff6501;

}
#portfolio .btn:active {
    background-color: #ff6501;

}
#portfolio .owl-nav i {
	color: #000;
}
.image-gallery-page .portfolio-filter .btn {
    font-size: 12px;
    margin: 5px;
}   
.gallery_product img {
    margin-bottom: 20px;
}
.image-gallery-caption {
    text-align: center;
    font-weight: 500;
    padding-top: 10px;
    font-size: 13px;
}

/* Box and ICON layout css starts here */
.information-section {
	margin-top: -20px;
	margin-bottom:-30px;
	padding-top: 30px;
	padding-bottom: 20px;
}
.information-section .information-section-box {
	border-right:5px solid #000;
	height: 570px;
}
.box {
    border-radius: 3px;
    padding: 10px 0;
    text-align: right;
    display: block;
    margin-top: 60px;
    background-color: lightgray;
    transition: all 1s;
    box-shadow: 1px 6px 10px black;
}
.box:hover {
    transform: scale(1.1);
    transform: translate3d(20px,0,0);
    filter:drop-shadow(8px 8px 10px gray);
}
.box:focus {
    transform: scale(1.1);
    transform: translate3d(20px,0,0);
    filter:drop-shadow(8px 8px 10px gray);
}
.box-icon {
    /* #57a544 */
    background-color: #ff7e92;
    border-radius: 50%;
    display: table;
    height: 70px;
    margin: 0 auto;
    width: 70px;
    margin-top: -50px;
    border: 2px solid #fff;
}
.box-icon span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.info h4 {
    /* font-size: 16px; */
    font-size: 14px;
    /* letter-spacing: 2px; */
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}
.info > p {
    color: #717171;
    font-size: 16px;
    padding-top: 10px;
    text-align: justify;
}
.info > a {
    background-color: #03a9f4;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}
.info > a:hover {
    background-color: #0288d1;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}
.box:hover .box-icon {
    background: #fff;
    border: 2px solid #800020;
}
.box:hover .box-icon span {
    color: #800020;
}
.box:hover h4 {
    color: #000;
}
.box:hover {
    background-color: #f6f6f6;
    box-shadow: 0px 0px 10px #000;
}

/******************************
Twitter Section  ***************/
.tweet-section {
	background-color:#500059;
	border-left: 8px solid #dd01f6;
}
.tweet-section .twitter-icon-box {
	background-color:#1DA1F2;
	text-align:center;
	padding:10px;
	margin:0 15px;
}
.tweet-section .twitter-icon-box i {
	font-size:25px;
	color:#fff;
	border:2px solid #fff;
	border-radius:50%;
	padding:5px;
}

  @keyframes ticker {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-100%, 0, 0); }
  }
  .news span {
    float: left;
    color: #fff;
    padding: 2px 10px;
    position: relative;
    top: 1%;
    border-radius: 4px;
    background: #c8102e;
    font-size: 20px;
    vertical-align: -webkit-baseline-middle;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    /* cursor: pointer; */
    z-index: 1;
    top: 35px;
    margin-top: -35px;
  }
  .tcontainer{
    width: 100%;
    overflow: hidden;
    border-radius: 3px;
    /* position: absolute;
    margin-top: 2px; */
  }
  .ticker-wrap {
    width: 100%;
    padding-left: 100%;
    background-color: #eee;
  }
  .ticker-move {
    display: inline-block;
    white-space: nowrap;
    padding-right: 100%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker;
    animation-duration: 100s;
  }
  .ticker-move:hover{
    animation-play-state: paused;
  }
  .ticker-item{
    display: inline-block;
    padding: 4px 2rem;
  }
  .tcontainer a {
      font-weight: 600;
  }
  .ticker-move .ticker-item .ticker-item-detail {
        position: relative;
        top: -2px;
  }
  .ticker-item div {
      color: #000;
      font-weight: 700;
  }
  /* Latest news rotating fee css ends here */

  /* Market Capital Value of GOI Equity in Listed CPSEs Section*/
    .br {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden; }

    .sl-1 {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    z-index: 2; }
	
	.market-capital-box {
		height:455px;
	}
	.bse-data-box {
		height: 455px;
	}
    #marketvalue h4 {
        background-color: #ff6501;
        padding: 10px;
        margin-top: 0;
        height: 60px;
    }
    #marketvalue .table>tbody>tr>td {
        /* padding: 23px 8px; */
        padding: 4px 2px;
        font-size: 14px;
    }
    
    .minority-section .form-control {
        background-color: #fff;
        color: #555;
    }
    
    button.market-value-btn {
    color: #C75000; /* #ff6501; Color changed for STQC compliance */
    border: 1px solid #C75000; /* #ff6501; Color changed for STQC compliance */
    padding: 3px 20px;
    margin: 0;
    font-weight: 600;
    background-color: #fff;
	}
	button.market-value-btn:hover {
		color: #fff;
		background-color: #C75000; /* #ff6501; Color changed for STQC compliance */ 
	}
	button.market-value-btn:focus {
		outline: 1px solid #C75000; /* #ff6501; Color changed for STQC compliance */
	}
	
	input.market-value-btn {
    color: #C75000; /* #ff6501; Color changed for STQC compliance */ 
    border: 1px solid #C75000; /* #ff6501; Color changed for STQC compliance */ 
    padding: 3px 20px;
    margin: 0;
    font-weight: 600;
    background-color: #fff;
	}
	input.market-value-btn:hover {
		color: #fff;
		background-color: #C75000; /* #ff6501; Color changed for STQC compliance */ 
	}
	input.market-value-btn:focus {
		outline: 1px solid #C75000; /* #ff6501; Color changed for STQC compliance */ 
	}
	.market-value-table th {
		padding-left: 20px !important;
	}
	.market-value-table td {
		padding-left: 20px !important;
	}
	.bse-graph-text {
		/* padding: 0 10px 0 0px;
	    color: black;
	    margin-top: -15px;
	    margin-bottom: -6px; */
	    font-size: 10px;
	    font-weight: 400;
	    position: absolute;
    bottom: 10px;
	}
	
    /* Whats New and Social Media Feed Starts Here */

    .glyphicon
    {
        margin-right:4px !important; /*override*/
    }
    
    .pagination .glyphicon
    {
        margin-right:0px !important; /*override*/
    }
    
    .pagination a
    {
        color:#555;
    }
    
    .panel ul
    {
        padding:0px;
        margin:0px;
        list-style:none;
    }
    
    .news-item
    {
        padding:4px 4px;
        margin:0px;
        border-bottom:1px dotted #555; 
        font-size: 14px;
        line-height: 29px;
    }
    #jquery-script-menu {
    position: fixed;
    height: 90px;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 5px solid #316594;
    background: #fff;
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    z-index: 999999;
    padding: 10px 0;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    }
    
    .jquery-script-center {
    width: 960px;
    margin: 0 auto;
    }
    .jquery-script-center ul {
    width: 212px;
    float:left;
    line-height:45px;
    margin:0;
    padding:0;
    list-style:none;
    }
    .jquery-script-center a {
        text-decoration:none;
    }
    .jquery-script-ads {
    width: 728px;
    height:90px;
    float:right;
    }
    .jquery-script-clear {
    clear:both;
    height:0;
    }
    
    .social-feed li a {
        font-size: 12px;
    }
    .social-feed li td.text-style {
        padding-left: 10px;
        text-align: justify;
        font-size: 14px;
        line-height: 20px;
        padding-right: 10px;
    }
    .social-feed span.heading-text {
        position: relative;
        left: 5px;
    }
    .social-feed .panel-default>.panel-heading {
        color: #fff;
        background-color: #ff6501;
        border-color: #ff6501;
    }
    .social-feed .panel-default {
        border-color: #b20300;
    }
    .social-feed .panel {
        border: 0;
    }
    .social-feed .panel-heading {
        padding: 5px;
    }
    .social-feed h3 {
        font-size: 22px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    /* Scrollbar Styling */
    .social-feed ::-webkit-scrollbar {
        width: 10px;
    }
    
    .social-feed ::-webkit-scrollbar-track {
        background-color: #ebebeb;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .social-feed ::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #ff6501; 
    }
     /* Whats New and Social Media Feed Ends Here */

     /* Gallery Page CSS */
     .show {
        display: block;
      }

/* No Padding and Margin */
.no-padding {
    padding-left: 0;
    padding-right: 0;
}

/* Font Size Define */
.font-10 {
    font-size: 10px;
}
.font-12 {
    font-size: 12px;
}
.font-14 {
    font-size: 14px;
}
.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 18px;
}
.font-22 {
    font-size: 22px;
}
.font-wight-bold {
    font-weight: bold;
}
.verticle-center {
	 vertical-align: middle !important;
}
.verticle-center-align {
	 vertical-align: middle !important;
	 text-align: center;
}
.file-info {
	position: relative;
    right: 0;
    display: inline-block;
    margin: 0 3px 10px 3px;
    top: 7px;
    font-size: 12px;
}
/******************************
Tooltip Width *****************/

.tooltip-inner {
    max-width: 350px;
    /* If max-width does not work, try using width instead */
    width: 150px; 
}

/* Client SLider CSS */
  .carousel-wrap {
    margin: 10px auto;
    padding: 0 5%;
    width: 100%;
    position: relative;
  }
  
  /* fix blank or flashing items on carousel */
  .owl-carousel .item {
    position: relative;
    z-index: 100; 
  }
  
  /* end fix */
  .owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
  }
  .owl-nav i {
    font-size: 52px;
    color: #fff;
  }
  .owl-nav .owl-prev {
    left: -30px;
  }
  
  .owl-nav .owl-next {
    right: -30px;
  }
  .play-pause {
    position: absolute;
    right: 6%;
  }
  .play-pause .btn {
    padding: 5px 6px 5px 10px;
    font-size: 12px;
    margin: 2px;
  }
  .play-pause .active-btn-0 {
      color: #ff6501;
      background-color: white;
  }
  .play-pause .active-btn-1 {
    color: #fff;
    background-color: #ff6501;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  /*  outline: 0;*/
}
/* Video Section CSS */
.video-box-border {
    border: 1px solid #fff;
    padding: 10px;
}

/* SLider CSS */
/* ==== Main CSS === */
.img-fill{
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center
  }
  
  .img-fill img {
    min-height: 100%;
    min-width: 100%;
    position: relative;
    display: inline-block;
    max-width: none;
  }
  
  .Grid1k {
    padding: 0 15px;
    max-width: 1200px;
    margin: auto;
  }
  
  .blocks-box,
  .slick-slider {
    margin: 0;
    padding: 0!important;
  }
  
  .slick-slide {
    float: left /* If RTL Make This Right */ ;
    padding: 0;
  }
  
  /* ==== Slider Style === */
  .Modern-Slider .item .img-fill{
    height: 50vh;
    background:#000;
  }
  .Modern-Slider .item .img-fill img{
    height: 265px;
  }
  
  .Modern-Slider .item .img-fill .info{
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    /* background:rgba(0,0,0,.50); */
    line-height:53vh;
    text-align:center;
  }
  
  
.Modern-Slider .item .info > div{
    display:inline-block!important;
    vertical-align:middle;
}
  
.Modern-Slider .NextArrow{
    position:absolute;
    top:50%;
    right:0px;
    width:45px;
    height:45px;
    background:rgba(0,0,0,.50);
    border:0 none;
    margin-top:-22.5px;
    text-align:center;
    font:20px/45px FontAwesome;
    color:#FFF;
    z-index:5;
}
  
  .Modern-Slider .NextArrow:before{content:'\f105';}
  
  .Modern-Slider .PrevArrow{
    position:absolute;
    top:50%;
    left:0px;
    width:45px;
    height:45px;
    background:rgba(0,0,0,.50);
    border:0 none;
    margin-top:-22.5px;
    text-align:center;
    font:20px/45px FontAwesome;
    color:#FFF;
    z-index:5;
  }
  
  .Modern-Slider .PrevArrow:before{content:'\f104';}
  
  .Modern-Slider .slick-dots{
    position:absolute;
    height:5px;
    background:rgba(255,255,255,.20);
    bottom:0px;
    width:100%;
    left:0px;
    padding:0px;
    margin:0px;
    list-style-type:none;
  }
  .Modern-Slider .slick-dots li button{display:none;}
  .Modern-Slider .slick-dots li{
    float:left;
    width:0px;
    height:5px;
    background:#d62828;
    position:absolute;
    left:0px;
    bottom:0px;
  }
  
  .Modern-Slider .slick-dots li.slick-active{
    width:100%;
    animation:ProgressDots 11s both;
  }
  
  .Modern-Slider .item h3{
    /* font:30px/50px RalewayB; */
    font-size: 28px;
    text-transform:uppercase;
    color:#FFF;
    animation:fadeOutRight 1s both;
    margin:0;
    padding:0;
  }
  
  .Modern-Slider .item h5{
    margin:0;
    padding:0;
    /* font:15px/30px RalewayR; */
    font-size: 15px;
    color:#FFF;
    max-width:600px;
    overflow:hidden;
    height:60px;
    animation:fadeOutLeft 1s both;
  }
  
  .Modern-Slider .item.slick-active h3{
    animation:fadeInDown 1s both 1s;
  }
  
  .Modern-Slider .item.slick-active h5{
    animation:fadeInLeft 1s both 1.5s;
  }
  
  .Modern-Slider .item.slick-active{
    animation:Slick-FastSwipeIn 1s both;
  }
  
  .Modern-Slider {background:#000;}
  
  /* ==== Slider Image Transition === */
  @keyframes Slick-FastSwipeIn{
      0%{transform:rotate3d(0,1,0,150deg) scale(0)  perspective(400px);} 
      100%{transform:rotate3d(0,1,0,0deg) scale(1) perspective(400px);} 
  }
  
  @-webkit-keyframes ProgressDots{from{width:0px;}to{width:100%;}}
  @keyframes ProgressDots{from{width:0px;}to{width:100%;}}
  
  /* ==== Slick Slider Css Ruls === */
  .slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
  .slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
  .slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer}
  .slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  .slick-track{position:relative;top:0;left:0;display:block}
  .slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
  .slick-loading .slick-track{visibility:hidden}
  .slick-slide{display:none;float:left;height:89%;min-height:1px}
  .slick-slide.dragging img{pointer-events:none}
  .slick-initialized .slick-slide{display:block}
  .slick-loading .slick-slide{visibility:hidden}
  .slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}

  #main-slider .play-pause-btn {
    position: absolute;
    bottom: 50px;
    right: 20px;
    display: none;
    transition: all 2s;
  }
  #main-slider:hover .play-pause-btn {
      display: block;
      opacity: .8;
  }
  #main-slider .play-pause-btn button {
      color: #000;
      border-width: 0px;
      border-radius: 2px;
      padding-left: 15px;
      padding-right: 15px;
  }
  #main-slider .play-pause-btn #playslider {
      display: none;
  }
/* Slick Slider CSS Ends Here */

 #services .play-pause-btn {
    position: absolute;
    bottom: 50px;
    left: 40px;
    display: none;
    transition: all 2s;
  }
  #services:hover .play-pause-btn {
      display: block;
      opacity: .8;
  }
  #services .play-pause-btn button {
      color: #000;
      border-width: 0px;
      border-radius: 2px;
      padding-left: 15px;
      padding-right: 15px;
  }
  #services .play-pause-btn #playslider1 {
      display: none;
  }



  .box-new {
	display: inline-block;
	height:300px;
	overflow: hidden;
	width:50%;
	-webkit-transition: width 1s;
	-moz-transition: width 1s;
        transition: width 1s;
        margin-top: 0px;
}
.box-new.home      { background-color: #2d89ef; }
.box-new.about     { background-color: #00a300; }

.box-new a
{
    color:#FFF;
    font-weight: 600;
	text-decoration: none;
	text-align: center;
	height:100%;
	display:block;
    padding-top: 40px;
    font-size: 30px;
}

.box-new span
{
    display:block;
    position:relative;
    top:100%;
    text-align: center;
    -webkit-transition: top 1s;
    -moz-transition: top 1s;
    transition: top 1s;
}
.box-new span {
    margin-top: -30px;
}
.box-new span ol li {
    text-align: left;
    font-size: 16px;
    font-weight: 100;
}
.nav:hover .box-new { width:20%; }
.nav .box-new:hover { width: 80%; }
.box-new:hover span{ top:25%; }

/* Breadcrumb CSS */
.breadcrumb-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.breadcrumb-section li a {
    color: #000 !important;
    font-size: 16px;
}
.breadcrumb-section li.active {
    color: #000 !important;
}

/* About Us Page CSS Starts */
/* About Us back page css */
.breadcrumb-section ul.breadcrumb {
    margin: 0;
    background: #d5d5d5;
}
.breadcrumb-section .breadcrumb {
    padding: 0;
}
.breadcrumb-section .breadcrumb>li+li:before {
    color: #000;
}
/* About Us back page css ends here */

/* New Layout Design About US */
section.page-header {
    background-color: #9a7e01;
    margin:0;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
}
.page-header .shape-box {
    background-color: #f5f5f5;
    height: 50px;
    max-width: 41%;
    border-bottom-right-radius: 40px;
    visibility: hidden;
}
.page-header .shape-box-scroll {
    max-width: 100%;
    border-bottom-right-radius: 0;
    height: 30px;
}
.page-header .page-title {
    /* position: absolute;
    top: -45px; */
    color: #fff;
    font-size: 27px;
    font-weight: 800;
}
.page-header .page-title-scroll {
    /* position: absolute;
    top: -32px; */
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}
.page-header-scroll {
    position: sticky;
    top: 80px;
    z-index: 100;
}
.page-title-onscroll {
    color: #ff6501;
    font-size: 25px;
    font-weight: 800;
    display: none;
    position: fixed;
    top: 50px;
}

/* Page title Media Query */
@media only screen and (max-width: 1250px) and (min-width: 1200px) {
    .page-header .page-title-scroll {
        margin-left: 85px;
    }
}

@media only screen and (max-width: 1300px) and (min-width: 1250px) {
    .page-header .page-title-scroll {
        margin-left: 80px;
    }
}

@media only screen and (max-width: 1350px) and (min-width: 1300px) {
    .page-header .page-title-scroll {
        margin-left: 65px;
    }
}

@media only screen and (max-width: 1400px) and (min-width: 1350px) {
    .page-header .page-title-scroll {
        margin-left: 55px;
    }
}

@media only screen and (max-width: 1450px) and (min-width: 1400px) {
    .page-header .page-title-scroll {
        margin-left: 40px;
    }
}

@media only screen and (max-width: 1500px) and (min-width: 1450px) {
    .page-header .page-title-scroll {
        margin-left: 30px;
    }
}
.breadcrumb-section {
    background-color: #f5f5f5;
}
.breadcrumb-section ul.breadcrumb {
    background-color: #f5f5f5;
}
.page-content {
    background-color: #fff;
    padding-top: 20px !important;
}
.page-content .second-heading {
    background-color: #A18405; /* #d9b207; Color changed for STQC compliance */
    color: #fff;
    padding: 10px;
    font-size: 22px;
}
.page-content .second-sub-heading {
    margin-bottom: 20px;
    margin-top: 20px;
}
.page-content .second-sub-heading span {
    border-bottom: 3px solid #339676;
    padding-bottom: 3px;
}
.page-content p {
    color: black;
    font-weight: 500;
}
.page-content .panel-body {
    background-color: #fff;
    color: #000;
}
.page-content .panel-heading {
    padding: 20px;
    color: #000;
}
.panel-body p {
    text-align: justify;
}
.page-content .panel-body {
    font-weight: 500;
    color: #000;
}

/*********************************
Font Styling CSS *******************/

.font-weight-bold {
    font-weight: bold !important;
}

/* Finance Minister page */
.page-content .box-layout {
    border: 10px solid #f5f5f5;
    padding: 20px 10px 10px 10px;
}
    /* Image Effect */
    .fixed-image {
        position: sticky;
        top: 130px;
        padding-top: 25px;
    }    
    .fm-content {
        position: relative;
        max-width: 400px;
        margin: auto;
        overflow: hidden;
        outline: 1px solid lightgray;
        outline-offset: 5px;
        }

        .fm-content .fm-content-overlay {
        background: rgba(0,0,0,0.7);
        position: absolute;
        height: 99%;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
        }

        .fm-content:hover .fm-content-overlay{
        opacity: 1;
        }

        .fm-content-image{
        width: 100%;
        }

        .fm-content-details {
        position: absolute;
        text-align: center;
        padding-left: 1em;
        padding-right: 1em;
        width: 100%;
        top: 50%;
        left: 50%;
        opacity: 0;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        }

        .fm-content:hover .fm-content-details{
        top: 50%;
        left: 50%;
        opacity: 1;
        }

        .fm-content-details h3{
        color: #fff;
        font-weight: 500;
        letter-spacing: 0.15em;
        margin-bottom: 0.5em;
        text-transform: uppercase;
        font-size: 16px;
        }

        .fm-content-details p{
        color: #fff;
        font-size: 14px;
        text-align: center;
        }
        .fadeIn-top{
        top: 20%;
        }

        .fadeIn-left{
        left: 20%;
        }

        .image-details {
            text-align: center;
            color: #FA6400; /* #ff6501; Color changed for STQC compliance */
        }
@media screen and (max-width:600px)
{
    .fixed-image {
        position: static;
        top: 80px;
        padding-top: 25px;
    }
}

/*********************************
Embed PDF Pages *****************/
.pdf-embed-page {
    width: 100%;
    height: 800px;
}
.modal-backdrop.in {
	opacity: 0;
}
.modal-backdrop {
	position: static;
}

/*********************************
Vision and Mission Page *****************/
.ribbon14-wrapper {  
    display: block;
    position: relative;
    margin: 15px auto;
    padding: 10px 20px;
    background: #f1f1f1;
    box-sizing: border-box;
    }
  
  .ribbon14 {  
    display: inline-block;
    position: absolute;
    top: 0;
    right: 10px;
    margin: 0;
    padding: 10px 0;
    z-index: 2;
    width: 40px;
    text-align: center;
    font-size: 17px;
    color: white;
    background: #ff785b;
  }
  
  .ribbon14:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 20px solid #ff785b;
    border-right: 20px solid #ff785b;
    border-bottom: 10px solid transparent;
  }
  /* Ribbon 11 */
  .ribbon11-wrapper {  
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 10px 0;
    background: #f1f1f1;
    margin: 10px;
  }
  .ribbon11-wrapper ol li {
      font-weight: 500;
  }
  .ribbon11 {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    margin: 0 0 0 -20px;
    width: calc(100% + 20px);
    font-size: 22px;
    color: white;
    background: #339676;
  }
  .ribbon11:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #4dd5a9;
  }
  .ribbon11-wrapper ol {
  		padding:0 40px;
  }
  .ribbon11-wrapper .para-style {
  	    padding:0 40px;
  }
  .ribbon11-wrapper .top-para {
  		margin-top: 20px;
  }

  /* New heading style for vision and mission page*/

/* Second */
h1.second {
    font-weight: 200;
    text-align: center;
}

h1.second span {
	position: relative;
	display: inline-block;
	padding: 5px 10px ;
	border-radius: 10px;
	border-bottom: 3px solid #ff6501;
}

h1.second span:after {
	content: '';
	position: absolute;
	bottom: calc(-100% - 1px);
	margin-left: -10px;
	display: block;
	width: 100%; height: 100%;
	border-radius: 10px;
	border-top: 1px solid #ff6501;
}

/****************************************
Manate Page CSS ***************************/
.mandate-page {
    color: black;
    font-weight: 500;
}
.mandate-page li ul li {
    margin-left: 25px;
}
.mandate-page ul li {
    list-style: circle;
}

/****************************************
Minority Stake Sale Page CSS ***************************/
/* .minority-stake-sale-page .table-with-scroll {
	max-height:400px;
}
 */
 .minority-stake-sale-page {
    font-weight: 500;
    color: #000;
}
.minority-stake-sale-page .form-control {
    height: 30px;
    background-color: transparent;
    border: 1px solid lightgray;
    margin: 2px;
    padding: 0;
}
/****************************************
Minority Stake Sale Archive Page CSS ***************************/
.minority-arhive-page .table-with-scroll {
	height:400px;
}
.minority-arhive-page table thead th {
	top: -1px;
    position: sticky;
    z-index: 1000;
    background: #d3d3d3;
}
.minority-arhive-page table thead tr:nth-child(2) th {
	top: 38px;
    position: sticky;
    z-index: 1000;
    background: #d3d3d3;
}

/****************************************
Work Allocation Page CSS ***************************/
.work-allocation-page {
    font-weight: 500;
    color: #000;
}
.work-allocation-page li ul li {
    margin-left: 25px;
}
.work-allocation-page ul li {
    list-style: circle;
}
.work-allocation-page .table-div {
    height: 500px;
    overflow-y: scroll;
}
.work-allocation-page .table-div table th {
    position: sticky;
    top: -1px;
    z-index: 10;
    background-color: #848484;
    color: #fff;
}
.work-allocation-page .display-5 {
	font-size: 3rem;
    font-weight: 300;
    line-height: 1.2;	
}
.work-allocation-page .form-control {
    height: 30px;
    background-color: transparent;
    border: 1px solid lightgray;
    margin: 2px;
    padding: 0;
}

/****************************************
Market Cap Print Page CSS ***************************/

.market-cap-print-page {
    font-weight: 500;
    color: #000;
}
.market-cap-print-page .form-control {
    height: 30px;
    background-color: transparent;
    border: 1px solid lightgray;
    margin: 2px;
    padding: 0;
}
.market-cap-table {
	/* max-height:435px; */
	/* margin-bottom: 20px; */
}
#market-cap-print thead th {
	text-align: center;
	position: sticky;
    top: -1px;
    z-index: 100;
  background: #897106; /* #d9b207; Color changed for STQC compliance */
    color: white;
}
#market-cap-print thead th:nth-child(1) {
	text-align:left;
}
#market-cap-print thead th:nth-child(2) {
	text-align:left;
}
#market-cap-print tbody td:nth-child(1) {
	text-align:left;
}
#market-cap-print tbody td:nth-child(2) {
	text-align:left;
}
.print-page-header {
	display: none;
}
.print-date-box {
	display: none;
}
/****************************************
Who's Who Page CSS ***************************/

.whos-who-page {
    font-weight: 500;
    color: #000;
}
.whos-who-page li ul li {
    margin-left: 25px;
}
.whos-who-page ul li {
    list-style: circle;
}
.whos-who-page .table-div {
    height: 500px;
    overflow-y: scroll;
}
.whos-who-page .table-div table th {
    position: sticky;
    top: -1px;
    z-index: 10;
    background-color: #848484;
    color: #fff;
}
.whos-who-page .display-5 {
	font-size: 3rem;
    font-weight: 300;
    line-height: 1.2;	
}
.whos-who-page .form-control {
    height: 30px;
    background-color: transparent;
    border: 1px solid lightgray;
    margin: 2px;
    padding: 0;
}
.whos-who-page table{
    margin: 0 auto;
    width: 100%;
    clear: both;
    border-collapse: collapse;
    table-layout: fixed;
    word-wrap:break-word;
  }
#exTab3 .nav-pills > li > a {
    border-radius: 4px 4px 0 0 ;
    opacity: 1;
    font-weight: 800;
    padding: 10px 5px;
}
#exTab3 .tab-content {
    color : #000;
    background-color: #fff;
    padding : 5px 15px;
/*     height: 320px;
    overflow: scroll;
    overflow-x: hidden; */
}
#exTab3 nav nav-pills {
	padding-left: 0;
}
.whos-who-tab-content-scroll {
	height: 270px;
	overflow: scroll;
	overflow-x: hidden;
}
.whos-who-page .tab-content img {
      width: 250px;
      height: 250px;
      border-radius: 20px;
}
.whos-who-page .tab-content h2 {
    font-weight: 300;
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    font-weight: 700;
    border-bottom: 4px solid #9a7e01;
    color: #9a7e01;
}
.whos-who-page .tab-content h2:before{
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0;
    left: 25%;
    border-bottom: 1px solid #fff;
}
.whos-who-page .tab-content .tab-content-border {
    border-bottom: 3px solid #9a7e01;
    margin-bottom: 10px;
}
.tab-content .row .col-sm-9 {
    padding-left: 30px;
}
.whos-who-page .panel ul {
    background-color: #dbb300cf;
    padding-left: 7px;
}
.whos-who-page .nav-pills>li.active>a {
/*     transform: scale(1.1);  */ 
    opacity: 1 !important;
    background-color: #806901;
}
.whos-who-page .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #806901;
    opacity: 1;
}
.whos-who-page .nav>li>a:hover {
    background-color: #9a7e01;
    color: #fff;
    transform: scale(1.1);  
    opacity: 1 !important;
}
.whos-who-page .tab-content>.active {
    margin-top: 20px;
}

/************************************************************
Organisational Structure Page CSS ***************************/

#wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 80em;
}

#container {
    float: left;
    padding: 1em;
    width: 100%;
}

ol.organizational-chart,
ol.organizational-chart ol,
ol.organizational-chart li,
ol.organizational-chart li > div {
    position: relative;
}

ol.organizational-chart,
ol.organizational-chart ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol.organizational-chart {
    text-align: center;
}

ol.organizational-chart ol {
    padding-top: 1em;
}

ol.organizational-chart ol:before,
ol.organizational-chart ol:after,
ol.organizational-chart li:before,
ol.organizational-chart li:after,
ol.organizational-chart > li > div:before,
ol.organizational-chart > li > div:after {
    background-color: #b7a6aa;
    content: '';
    position: absolute;
}

ol.organizational-chart ol > li {
    padding: 1em 0 0 1em;
}

ol.organizational-chart > li ol:before {
    height: 1em;
    left: 50%;
    top: 0;
    width: 3px;
}

ol.organizational-chart > li ol:after {
    height: 3px;
    left: 3px;
    top: 1em;
    width: 50%;
}

ol.organizational-chart > li ol > li:not(:last-of-type):before {
    height: 3px;
    left: 0;
    top: 2em;
    width: 1em;
}

ol.organizational-chart > li ol > li:not(:last-of-type):after {
    height: 100%;
    left: 0;
    top: 0;
    width: 3px;
}

ol.organizational-chart > li ol > li:last-of-type:before {
    height: 3px;
    left: 0;
    top: 2em;
    width: 1em;
}

ol.organizational-chart > li ol > li:last-of-type:after {
    height: 2em;
    left: 0;
    top: 0;
    width: 3px;
}

ol.organizational-chart li > div {
    background-color: #ff6501;
    border-radius: 3px;
    min-height: 2em;
    padding: 0.5em;
}

/*** PRIMARY ***/
ol.organizational-chart > li > div {
    background-color: #a2ed56;
    margin-right: 1em;
}

ol.organizational-chart > li > div:before {
    bottom: 2em;
    height: 3px;
    right: -1em;
    width: 1em;
}

ol.organizational-chart > li > div:first-of-type:after {
    bottom: 0;
    height: 2em;
    right: -1em;
    width: 3px;
}

ol.organizational-chart > li > div + div {
    margin-top: 1em;
}

ol.organizational-chart > li > div + div:after {
    height: calc(100% + 1em);
    right: -1em;
    top: -1em;
    width: 3px;
}

/*** SECONDARY ***/
ol.organizational-chart > li > ol:before {
    left: inherit;
    right: 0;
}

ol.organizational-chart > li > ol:after {
    left: 0;
    width: 100%;
}

ol.organizational-chart > li > ol > li > div {
    background-color: #83e4e2;
}

/*** TERTIARY ***/
ol.organizational-chart > li > ol > li > ol > li > div {
    background-color: #fd6470;
}

/*** QUATERNARY ***/
ol.organizational-chart > li > ol > li > ol > li > ol > li > div {
    background-color: #fca858;
}

/*** QUINARY ***/
ol.organizational-chart > li > ol > li > ol > li > ol > li > ol > li > div {
    background-color: #fddc32;
}

/*** MEDIA QUERIES ***/
@media only screen and ( min-width: 64em ) {

    ol.organizational-chart {
        margin-left: -1em;
        margin-right: -1em;
    }

    /* PRIMARY */
    ol.organizational-chart > li > div {
        display: inline-block;
        float: none;
        margin: 0 1em 1em 1em;
        vertical-align: bottom;
    }

    ol.organizational-chart > li > div:only-of-type {
        margin-bottom: 15px;
        width: calc((100% / 3) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2) ~ div {
        width: calc((100% / 3) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3) ~ div {
        width: calc((100% / 4) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4) ~ div {
        width: calc((100% / 5) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5) ~ div {
        width: calc((100% / 6) - 2em - 4px);
    }

    ol.organizational-chart > li > div:before,
    ol.organizational-chart > li > div:after {
        bottom: -1em!important;
        top: inherit!important;
    }

    ol.organizational-chart > li > div:before {
        height: 1em!important;
        left: 50%!important;
        width: 3px!important;
    }

    ol.organizational-chart > li > div:only-of-type:after {
        display: none;
    }

    ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after,
    ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
        bottom: -1em;
        height: 3px;
        width: calc(50% + 1em + 3px);
    }

    ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after {
        left: calc(50% + 3px);
    }

    ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
        left: calc(-1em - 3px);
    }

    ol.organizational-chart > li > div + div:not(:last-of-type):after {
        height: 3px;
        left: -2em;
        width: calc(100% + 4em);
    }

    /* SECONDARY */
    ol.organizational-chart > li > ol {
        display: flex;
        flex-wrap: nowrap;
    }

    ol.organizational-chart > li > ol:before,
    ol.organizational-chart > li > ol > li:before {
        height: 1em!important;
        left: 50%!important;
        top: 0!important;
        width: 3px!important;
    }

    ol.organizational-chart > li > ol:after {
        display: none;
    }

    ol.organizational-chart > li > ol > li {
        flex-grow: 1;
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 1em;
    }

    ol.organizational-chart > li > ol > li:only-of-type {
        padding-top: 0;
    }

    ol.organizational-chart > li > ol > li:only-of-type:before,
    ol.organizational-chart > li > ol > li:only-of-type:after {
        display: none;
    }

    ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after,
    ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
        height: 3px;
        top: 0;
        width: 50%;
    }

    ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after {
        left: 50%;
    }

    ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
        left: 0;
    }

    ol.organizational-chart > li > ol > li + li:not(:last-of-type):after {
        height: 3px;
        left: 0;
        top: 0;
        width: 100%;
    }

}
#wrapper h1{
    font-size: 30px;
}
#wrapper h2 {
    font-size: 25px;
}
#wrapper h3{
    font-size: 20px;
}
#wrapper h4 {
    font-size: 16px;
}
#wrapper h5 {
    font-size: 12px;
}
#wrapper h6 {
    font-size: 10px;
}

/****************************************
Major Achievements Page CSS ***************************/

.major-achievements-page {
    font-weight: 500;
    color: #000;
}

.major-achievements-page .archive-button a{
    border: 2px solid #ff6501;;
    padding: 10px;
    font-weight: 700;
}

.major-achievements-page .archive-button a:hover {
    background-color: #ff6501;
    color: #fff;
}

/****************************************
Working Hours Page CSS ***************************/

.working-hour-page {
    font-weight: 500;
    color: #000;
}
.working-hour-page .lunch-time-table {
    padding-top: 140px;
}

/****************************************
Visiting Hours Page CSS ***************************/


/****************************************
Past Disinvestment Page CSS ***************************/

.past-disinvestment-page {
    font-weight: 500;
    color: #000;
}

.past-disinvestment-page .archive-button a{
    border: 2px solid #ff6501;
    padding: 10px;
    font-weight: 700;
}

.past-disinvestment-page .archive-button a:hover {
    background-color: #ff6501;
    color: #fff;
}
.past-disinvestment-page .form-control {
    padding: 10px 5px;
    background-color: transparent;
    color: #202020;
    border: 1px solid lightgray;
    border-radius: 0;
    border-radius: 5px;
}

/****************************************
Past Disinvestment Archive Page CSS ***************************/

.past-disinvestment-archive-page {
    font-weight: 500;
    color: #000;
}
.past-disinvestment-archive-page .form-control {
    height: 30px;
    background-color: transparent;
    border: 1px solid lightgray;
    margin: 2px;
    padding: 0;
}

/****************************************
Past Disinvestment Company Page CSS ***************************/

.past-disinvestment-company-page {
    font-weight: 500;
    color: #000;
}

/****************************************
Past Disinvestment Company Dummy Page CSS ***************************/

.past-disinvestment-company-dummy-page {
    font-weight: 500;
    color: #000;
}


/****************************************
Recent Disinvestment Page CSS ***************************/

.recent-disinvestment-page {
    font-weight: 500;
    color: #000;
}

.recent-disinvestment-page .archive-button a{
    border: 2px solid #ff6501;
    padding: 10px;
    font-weight: 700;
}

.recent-disinvestment-page .archive-button a:hover {
    background-color: #ff6501;
    color: #fff;
}

/****************************************
Recent Disinvestment Archive Page CSS ***************************/

.recent-disinvestment-archive-page {
    font-weight: 500;
    color: #000;
}
.recent-disinvestment-archive-page .form-control {
    height: 30px;
    background-color: transparent;
    border: 1px solid lightgray;
    margin: 2px;
    padding: 0;
}

/****************************************
Recent Disinvestment Company Page CSS ***************************/

.recent-disinvestment-company-page {
    font-weight: 500;
    color: #000;
}

/****************************************
Recent Disinvestment Company Dummy Page CSS ***************************/

.recent-disinvestment-company-dummy-page {
    font-weight: 500;
    color: #000;
}

/****************************************
Results Framework Doucuments Page CSS ***************************/

.result-document-framework-page {
    font-weight: 500;
    color: #000;
}
a.whats-new-pdf-btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
    margin: 1px 10px;
    font-weight: 600;
}
a.whats-new-pdf-btn:hover {
	color: #000;
	background-color: #fff;
}
a.whats-new-pdf-btn:focus {
	color: #000;
	background-color: #fff;
}
a.pdf-btn {
    color: #B84700; /* #ff6501; Color changed for STQC compliance */
    border: 1px solid #B84700; /* #ff6501; Color changed for STQC compliance */
    padding: 5px 10px;
    margin: 1px 10px;
}
a.pdf-btn:hover {
    background-color: #B84700; /* #ff6501; Color changed for STQC compliance */
    color: #fff;
}
a.pdf-btn:focus {
    background-color: #B84700; /* #ff6501; Color changed for STQC compliance */
    color: #fff;
}
a.nirmla:focus {
    background-color: #C75000; /* #ff6501; Color changed for STQC compliance */
    color: #fff;
    border: 2px solid black;
}
.modal {
    background: rgba(0, 0, 0, 0.6);
}

.modal object {
    width: 100%;
    height: 75vh;
}

table tr .modal .modal-content {
	margin-top: 90px;
}

.modal .modal-content {
	margin-top: 90px;
}

/****************************************
Tenders Page CSS ***************************/

.tender-page {
    font-weight: 500;
    color: #000;
}
.archive-button a{
    border: 2px solid #C75000; /* #ff6501; Color changed for STQC compliance */
    padding: 10px;
    font-weight: 700;
    color: #C75000; /* #ff6501; Color changed for STQC compliance */
}

.archive-button a:hover {
    background-color: #C75000; /* #ff6501; Color changed for STQC compliance */
    color: #fff;
}

/****************************************
Tenders Archives Page CSS ***************************/

.tender-archive-page {
    font-weight: 500;
    color: #000;
}
.tender-archive-page .form-control {
    height: 30px;
    background-color: transparent;
    border: 1px solid lightgray;
    margin: 2px;
    padding: 0;
}

/****************************************
Citizen Client Charter Page CSS ***************************/

.citizen-client-charter-page {
    font-weight: 500;
    color: #000;
}

/****************************************
Annual Report Page CSS ***************************/

.annual-report-page {
    font-weight: 500;
    color: #000;
}
.annual-report-page .form-control {
    height: 30px;
    background-color: transparent;
    border: 1px solid lightgray;
    margin: 2px;
    padding: 0;
}

/****************************************
Annual Report Title Details Page CSS ***************************/

/****************************************
E Book Page CSS ***************************/

/****************************************
Media Center Page CSS ***************************/

/****************************************
Media Center Dummy Page CSS ***************************/

/****************************************
Media Center Archive Page CSS ***************************/

.media-center-archive-page .form-control {
    height: 30px;
    background-color: transparent;
    border: 1px solid lightgray;
    margin: 2px;
    padding: 0;
}

/****************************************
Media Center Archive Dummy Page CSS ***************************/

/****************************************
Publication Archives Page CSS ***************************/

.publication-archives-page .form-control {
    height: 30px;
    background-color: transparent;
    border: 1px solid lightgray;
    margin: 2px;
    padding: 0;
}

/****************************************
Download Bilingual Form Page CSS ***************************/

.bilingual-form-page {
    font-weight: 500;
    color: #000;
}
.bilingual-form-page table tr td:last-child {
    text-align: center;
}
.bilingual-form-page .form-control {
    height: 30px;
    background-color: transparent;
    border: 1px solid lightgray;
    margin: 2px;
    padding: 0;
}

/****************************************
Internship Programme Page CSS ***************************/

.internship-programme-page {
    font-weight: 500;
    color: #000;
}

/****************************************
Download Bilingual Form Page CSS ***************************/

.cpio-list-page .form-control {
    height: 30px;
    background-color: transparent;
    border: 1px solid lightgray;
    margin: 2px;
    padding: 0;
}

/****************************************
Foreign Visit Page CSS ***************************/

.details-foreign-visit-page .form-control {
    height: 30px;
    background-color: transparent;
    border: 1px solid lightgray;
    margin: 2px;
    padding: 0;
}

/****************************************
Domestic Visit Page CSS ***************************/

.details-domestic-visit-page .form-control {
    height: 30px;
    background-color: transparent;
    border: 1px solid lightgray;
    margin: 2px;
    padding: 0;
}

/****************************************
CPSE Presentation Page CSS ***************************/

.cpse-presentation-page .form-control {
    height: 30px;
    background-color: transparent;
    border: 1px solid lightgray;
    margin: 2px;
    padding: 0;
}

/****************************************
DIPAM Presentation Page CSS ***************************/

.dipam-presentation-page .form-control {
    height: 30px;
    background-color: transparent;
    border: 1px solid lightgray;
    margin: 2px;
    padding: 0;
}

/****************************************
DIPAM Presentation Page CSS ***************************/

.judgement-page .form-control {
    height: 30px;
    background-color: transparent;
    border: 1px solid lightgray;
    margin: 2px;
    padding: 0;
}

.judgement-page table tr td:nth-child(4) {
    text-align: center;
}

/****************************************
Website Policies Page CSS ***************************/

.website-policies-page li {
    text-align: justify;
}

/****************************************
Useful Links Page CSS ***************************/

 .useful-link-page .flip-box {
    background-color: transparent;
    width: 100%;
    height: 100px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
  }
  
  .useful-link-page .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    transition: all 1s;
  }
  
  .useful-link-page .flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
  }
  
  .useful-link-page .flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .useful-link-page .flip-box-front {
    background-color: #339676;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s;
    outline: 3px solid #339676;
  }
  
  .useful-link-page .flip-box-back {
    background-color: #fff;
    color: #339676;
    border: 2px solid #339676;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .flip-box-front img {
      width: 100%;
      height: 100%;
  }
/****************************************
Feedback Page CSS ***************************/

.feedback-page .form-control {
    background-color: transparent;
    border: 1px solid lightgray;
    margin: 2px;
    padding: 10px;
    border-radius: 5px;
}

.CaptchaWrap { position: relative; }
.CaptchaTxtField { 
  border-radius: 5px; 
  border: 1px solid #ccc; 
  display: block;  
  box-sizing: border-box;
}

#UserCaptchaCode { 
  padding: 10px; 
  outline: none; 
  font-size: 18px; 
  font-weight: normal; 
  width: 100%;
}
#CaptchaImageCode { 
  text-align:center;
  margin-top: 15px;
  padding: 0px 0;
  width: 300px;
  overflow: hidden;
}

.capcode { 
  font-size: 46px; 
  display: block; 
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; 
  cursor: default;
  letter-spacing: 1px;
  color: #ccc;
  font-family: 'Roboto Slab', serif;
  font-weight: 100;
  font-style: italic;
}

.ReloadBtn { 
  background:url('../resources/images/new/captcha/reload.webp') left top no-repeat;  
  background-size : 100%;
  width: 32px; 
  height: 32px;
  border: 0px;
  position: absolute; 
  bottom: 30px;
  left : 310px;
  outline: none;
  cursor: pointer;
}
.btnSubmit {
  margin-top: 15px;
  border: 0px;
  padding: 10px 20px; 
  border-radius: 5px;
  font-size: 18px;
  background-color: #0F74AF;
  color: #fff;
  cursor: pointer;
}

.error { 
  color: red; 
  font-size: 12px; 
  display: none; 
}
.success {
  color: green;
  font-size: 18px;
  margin-bottom: 15px;
  display: none;
}

/****************************************
Visitor Statistics Page CSS ***************************/

section#counter-stats {
	display: flex;
	justify-content: center;
	margin-top: 100px;
}

.stats {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.stats .fa {
  color: #008080;
  font-size: 60px;
}

/****************************************
Help Page CSS ***************************/

.fa-external-link {
    color: blue;
    padding: 2px 5px;
}

.help-page td:last-child {
    text-align: center;
    font-size: 14px;
}

/****************************************
Contrast Layout CSS ***************************/
.black-bg-color {
    background-color: #000 !important;
    color: #ffff00 !important;
}
.black-bg-font-color {
    color: #ffff00 !important;
}
.white-bg-color {
    background-color: #fff !important;
    color: #000 !important;
}

/****************************************
Sitemap Page  CSS ***************************/

.hierarchy-menu .fa-external-link {
    color: #3485ff;
}
.hierarchy-menu {
    background-color: #222A38;
    color: #fff;
  }
  .hierarchy-menu a { 
    color: #fff;
    text-decoration: none;
  }
  .hierarchy-menu.width-350 {
    width: 350px;
  }
  
  /* List */
  .hierarchy-menu ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 0 0;
    position: relative;
  }
  .hierarchy-menu ul ul:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 27px;
    left: 6px;
    border-left: 1px dashed #373E4B;
  }
  .hierarchy-menu > ul {
    padding: 15px 0 10px 25px;
  }
  .hierarchy-menu > ul ul {
    padding-left: 16px;
  }
  
  /* List items */
  .hierarchy-menu ul li {
    display: block;
    position: relative;
  }
  .hierarchy-menu > ul ul li:before {
    content: '';
    display: block;
    height: 0px;
    width: 20px;
    border-bottom: 1px solid #7A7F87;
    position: absolute;
    left: -10px;
    top: 16px;
  }
  .hierarchy-menu > ul ul li:after {
    content: '';
    display: block;
    height: 43px;
    width: 0;
    border-left: 1px solid #7A7F87;
    position: absolute;
    left: -10px;
    top: -27px;
  }
  .hierarchy-menu > ul ul li.group-lvl:before {
    width: 7px;
  }
  .hierarchy-menu > ul ul li:first-child:after { 
    height: 28px;
    top: -12px;
  }
  
  /* Links */
  .hierarchy-menu ul a {
    display: block;
    padding: 6px 18px;
    height: 44px;
    position: relative;
    color: rgba(255,255,255,0.5);
    transition: 100ms;
  }
  .hierarchy-menu ul a:hover {
    color: rgba(255,255,255,1);
  }
  .hierarchy-menu ul a.active {
    color: #39C;
  }
  .hierarchy-menu ul a > svg {
    fill: currentColor;
    width: 0px;
    height: 15px;
    position: relative;
    top: 2px;
    margin-right: 6px;
  }
  
  .hierarchy-menu li.sub-nav > a:before {
    position: absolute;
    left: 4px;
    top: 14px;
    content: '';
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hierarchy-menu li.sub-nav.open > a:before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .hierarchy-menu li.sub-nav.open > a {
    color: rgba(255,255,255,1);
  }
  .hierarchy-menu li.sub-nav > ul {
    display: block;
    margin-top: -5px;
  }
  .hierarchy-menu li.sub-nav.open > ul {
    display: block;
  }

  /****************************************
Strategic Disinvestment Page CSS ***************************/

.strategic-disinvestment-page {
    font-weight: 500;
    color: #000;
}
.strategic-disinvestment-page .form-control {
    height: 30px;
    background-color: transparent;
    border: 1px solid lightgray;
    margin: 2px;
    padding: 0;
}
.strategic-disinvestment-page .instruction-sd-page {
	text-align:center;
	float:right;
	border:2px solid #9a7e01;
	padding:10px 10px;
	width:32%;
}
.strategic-disinvestment-page .table .form-control {
    height: 40px;
    background-color: transparent;
    border: 1px solid lightgray;
    margin: 2px;
    padding: 5px 10px;
    font-size: 16px;
}
.eoi-tweet-data
{
	display:none;
} 
.eoi-table form select option
{
	font-size: 16px;
}
.eoi-table button.market-value-btn {
	padding: 0px 6px;
}
.eoi-table i {
	font-size: 30px;
	padding: 20px 20px 10px 20px;
}
.eoi-table .second-heading {
	padding-bottom: 30px;
	border-radius: 20px;
	font-size: 18px;
}

/*****************************************************
Asset Monetisation Page CSS ***************************/

.asset-monetisation-page {
    font-weight: 500;
    color: #000;
}
.asset-monetisation-page .form-control {
    height: 30px;
    background-color: transparent;
    border: 1px solid lightgray;
    margin: 2px;
    padding: 0;
}

/*************************************************************************
Instructions on Stratgic Disinvestment Page CSS ***************************/

.instruction-sd-page {
    font-weight: 500;
    color: #000;
}
.instruction-sd-page .form-control {
    height: 30px;
    background-color: transparent;
    border: 1px solid lightgray;
    margin: 2px;
    padding: 0;
}

/*************************************************************************
SEBI ICDR REfgulations 2009 Page CSS ***************************/

.sebi-icdr-regulations-page {
    font-weight: 500;
    color: #000;
}
.sebi-icdr-regulations-page .form-control {
    height: 30px;
    background-color: transparent;
    border: 1px solid lightgray;
    margin: 2px;
    padding: 0;
}

/*************************************************************************
Capital market Regulations Page CSS ***************************/

.capital-market-regulations-page table tr th:last-child {
    text-align: center;
}

.capital-market-regulations-page table tr td:last-child {
    text-align: center;
}

.pdf-button-cmr {
	padding-right: 70px;
}

.pdf-button-capital-restruct {
	padding-right: 48px;
}

/*************************************************************************
Market Capitalisation of CPSEs Page CSS ***************************/

.market-capitalisation-cpses-page {
    font-weight: 500;
    color: #000;
}
.market-capitalisation-cpses-page .form-control {
    height: 30px;
    background-color: transparent;
    border: 1px solid lightgray;
    margin: 2px;
    padding: 0;
}

.market-capitalisation-cpses-page .table-responsive {
    height: 630px;
}

.market-capitalisation-cpses-page .table-height {
    height: auto;
}

#market-capitalisation-cpses thead tr:first-child th {
    position: sticky;
    top: 0;
    background-color: #eee;
    z-index: 10;
    border-width: 0;
}

#market-capitalisation-cpses thead tr:last-child th {
    position: sticky;
    top: 40px;
    background-color: #eee;
    z-index: 10;
    border-width: 0;
}

/*************************************************************************
List Listed CPSEs Page CSS ***************************/

.list-listed-cpses-page {
    font-weight: 500;
    color: #000;
}
.list-listed-cpses-page .form-control {
    height: 30px;
    background-color: transparent;
    border: 1px solid lightgray;
    margin: 2px;
    padding: 0;
}

/*************************************************************************
List Unlisted CPSEs Page CSS ***************************/

.list-unlisted-cpses-page {
    font-weight: 500;
    color: #000;
}
.list-unlisted-cpses-page .form-control {
    height: 30px;
    background-color: transparent;
    border: 1px solid lightgray;
    margin: 2px;
    padding: 0;
}

/*************************************************************************
Intermediaries Page CSS ***************************/

#current-rfps tbody tr td:nth-child(3) {
    text-align: center;
    padding-top: 20px;
}

#past-rfps tbody tr td:nth-child(4) {
    text-align: left;
}

/*************************************************************************
Disinvestment Policy Page CSS ***************************/

.disinvestment-policy-page table tr th:last-child {
    text-align: left;
}

.disinvestment-policy-page table tr td:last-child {
    text-align: left;
}

/*************************************************************************
Past Disinvestment Policy Page CSS ***************************/

.past-disinvestment-policy-page table tr th:last-child {
    text-align: left;
}

.past-disinvestment-policy-page table tr td:last-child {
    text-align: left;
}

/*************************************************************************
Complain Redressal Page CSS ***************************/

.complaint-redressal-page tbody tr td:last-child {
    text-align: center;
}

/*************************************************************************
FAQ Page CSS ***************************/

.accordion-container{
    position: relative;
    height: auto;
    margin: 30px auto;
  }
  .accordion-container > h2{
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
  }
  .set{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
  }
  .set > a{
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #555;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    transition:all 0.2s linear;
    outline: none;
  }
  .set > a i{
    float: right;
    margin-top: 2px;
  }
  .set > a.active{
    background-color:#2A7DA7;   /* #3399cc; Color changed for STQC compliance */ 
    color: #fff;
  }
  .content{
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display:none;
    text-align: justify;
    padding:5px 20px;
  }
  .content p{
    padding: 10px 15px;
    margin: 0;
    color: #333;
  }

/****** New Menu CSS *****/
.top-main-menu {
    display: block;
}

#button-close {
    display: none;
}

.main-menu button {
    border: 0;
    background: transparent;
    letter-spacing: 3px;
    color: #000;
    font-size: 18px;
}

.main-menu button:active {
    outline: 0;
    border: 0;
}

.main-menu button:focus {
    /* //outline: 0; */
    border: 2px solid black;
}


/** New Menu Layout CSS **/

.mynav-justified i {
    font-size: 25px;
    padding-bottom: 10px;
}
.navbar-inverse .navbar-nav > li > a {
    font-size: 14px !important;
    cursor: pointer;
}
.mynav .navbar-nav>li {
    text-align: center;
    background: #8E7401; /* #9a7e01; Color changed for STQC compliance */ 
    width: 200px;
    border: 2px solid #fff;
    margin-right: 2px;
    margin: 10px 2px;
    transition: all 2s;
}

ul.my-dropdown-menu {
    list-style-type: none;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    background-color: #6d5902;
    position: absolute;
    width: 100%;
    display: none;
    top: 108px;
    left: 0;
    transition: all 2s;
    z-index: 1000;
   padding-left: 30px;
    }

    .my-dropdown-menu li {
    float: left;
    width: 20%;
    }

    .my-dropdown-menu li a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 5px 5px 2px;
    font-size: 13px;
    text-decoration: none;
    border: 2px solid white;
    margin: 5px;
    background-color: #8A7000;  /* #dbb300cf; Color changed for STQC compliance */
    font-weight: 800;
    border-radius: 10px;
    }

    .my-dropdown-menu i {
        font-size: 20px;
    }

    .my-dropdown-menu li a:hover:not(.active) {
    background-color: #8A7000;  /* #9a7e01; Color changed for STQC compliance */
    }

    .my-dropdown-menu li a:focus:not(.active) {
    background-color: #8A7000;  /* #9a7e01; Color changed for STQC compliance */
    border: black;
    }
    .my-dropdown-menu .active {
    background-color: #f5f5f5;
    }
    
    .parliament-menu-ep {
    	padding: 14px !important;
    }
    
/*************************************************************************
Search Icon Home Page CSS ***************************/
 
    .openBtn {
  background: #f1f1f1;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
}

.openBtn:hover {
  background: #bbb;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  /* position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white; 
  */
      position: absolute;
    top: 20px;
    right: 0;
    font-size: 60px;
    cursor: pointer;
    color: white;
    width: 100%;
    height: 100%;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 10%;
  padding: 21px 20px 20px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}

/*************************************************************************
Latest What's New Page CSS ***************************/

#latest-whats-new-datatable td:nth-child(2) {
	text-align:justify;
}
/* #latest-whats-new-datatable td:nth-child(2)::first-letter {
	text-transform: uppercase;
} */

/*************************************************************************
Popover Home Page CSS ***************************/
.counter-section .popover {
	min-width: 300px;
}
.counter-section .popover-title {
	color: #000;
}
.counter-section .popover-content {
	color: #000;
}
.popover-content table tr td {
	font-size: 13px !important;
}
.nameOneId{
text-align:left; 
width : 20%;
}
.goiSharePId{
text-align:left; 
width: 35%;
}
.priceTagId{
text-align:left; 
width: 30%;
}
.goiCrosreId{
text-align:left; 
width: 45%;
}
.bannerClassWidth
{
width:100%;
}
.bannerClassWidthUrl
{
width:100%;
}
.googleMapIdIframe{
width:100%;
height:450%;
/* frameborder:0; */
border: 0;
} 
.nameOneId{
text-align:left; 
width : 20%;
}
.goiSharePId{
text-align:left; 
width: 35%;
}
.priceTagId{
text-align:left; 
width: 30%;
}
.goiCrosreId{
text-align:left; 
width: 45%;
}
.googleMapIdIframe{
width:100%;
height:45vh;
/* frameborder:0; */
border: 0;
} 

/* added by sumit kumar on date 16022023  */

.judgement-list-width {
	width:328px;
	
}

.circular-width {
	width:35%;
	
}

.intership-programme-publisddate {
	width:13%;
}

.citizen-client-charter-publishdate {
	width:135px;
	
}

.citizen-client-charter-view {
	width:340px;
	
}

.tender-item {
	width:30%;	
}

.tender-date {
	width:250px;	
}

.tender-attachment {
	width:25%;	
}

.recent-disinvestment-text-decoration {
	
	text-decoration:underline;
	
}

.recent-disinvestment-width{
	width: 6%;
}
.past-disinvestment-tittle-width{
	width: 10%;
}
.major-achievement-fY-width{
	width: 15%;
}
.work-allocation-serial-number{
	width: 150px;
	
}
.work-allocation-name{
		width: 450px;
	
}

.work-allocation-font-size{
		font-size: 16px;
	
}

.organisationalstructure-bg-color {
	
	background-color: #ff6501 !important;
}

.finance-minister-font-size {
	
	font-size:19px;
}
.vision-mission-margin-top {
	margin-top: 10px !important;
	
}
.tender-archives-table-width {
	
	width: 1050px;
}

.tender-archives-th-sno-width {
	
	width: 2%;
}

.tender-archives-th-item-width {
	
	width: 53%;
}

.tender-archives-th-attach-width {
	
	width: 20%;
}
.tender-archives-th-lastDt-width {
	
	width: 7%;
}

.tender-archives-th-OpenDt-width {
	
	width: 6%;
}
.tender-archives-th-awarded-width {
	
	width: 7%;
}
.internal-complaints-committee-lists-view {
	width: 35%;
	
}
.strategic-disinvestment-archive-date{
	width: 120px;
	
}

.strategic-disinvestment-archive-view{
	
	width: 300px;
}

.minority-stake-sale-archieve-width{
	width: 15%;
	
}
.capital-restructuring-width{
	width: 35%;
	
}
.capital-mgmt-archieve-publish-date-width{
	
	width: 135px;
}
.whatsnewlist-view-width{
	
	width: 35%;
}
.whatsNewArchive-view-width{
	
	width: 35%;
}

.capital-market-regulations-view-width{
	width: 35%;
	
}
.capital-market-regulations-view-download-width{
	width: 250px;
	
}
.capital-market-regulations-sebi-margin{
	margin-top:10px;
	
}

.disinvestment-policy-sno-width{
	
	width:100px;
}
.intermediaries-compay-width{
	
	width:320px;
}
.cntctanc:link {
  color: green;
  background-color: transparent;
  text-decoration: none;
}


.cntctanc:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}
/* ended by sumit kumar on date 16022023  */

.asset-monetisation-page table tr th,td {
	text-align: center;
}

.tdofs {
     border-right-width: 1px !important; 
}
#capital-restructuring1 tr th {
	text-align: center;
}
#capital-restructuring1 tr td {
	text-align: center;
}
#top-main-table tr td:nth-child(2) {
	text-align:left;
}
/* ended by sumit kumar on date 16022023  */
#capital-restructuring1 tr th,td {
	text-align: center;
}
#top-main-table tr td:nth-child(2) {
	text-align:left;
}
.btn-disabled-video {
	    pointer-events: none;
	    cursor: no-drop;
}
#current-rfps tr td:first-child{
	vertical-align: top !important;
}
#current-rfps tr td{
	vertical-align: middle !important;
}
.set > a:focus,
.set > a:focus-visible {
    outline: 3px solid #005fcc;       /* High-contrast focus ring */
    outline-offset: 3px;              /* Space between outline and text */
    background-color: #eef5ff;        /* Slight background change */
    border-radius: 4px;               /* Optional for rounded look */
}

