
#menu-v > li:hover > a{color:#c05c1b;}
#menu-v li ul.sub.two-col-menu{
  -moz-column-count: 2; 
-moz-column-gap: 10px;  
-webkit-column-count: 2;  
-webkit-column-gap: 10px;  
column-count: 2; 
column-gap: 10px; 
background: rgba(230, 230, 230, 0.86); 
width: 482px;
}
#menu-v li ul.sub.two-col-menu li{background: none;}
#menu-v li ul.sub li a {	line-height: 20px;	padding: 13px 26px 13px 10px;}
#menu-v li ul.sub > li:hover a{color:#c05c1b;}

.news-blocks {	display: flex;	flex-direction: column;}
.news-blocks a {	margin-bottom: 20px;}


.comment-list {padding: 0;list-style-type: none;}
.comment-list-col {display: flex;}
.comment-list-col .comment-thumb{ flex-shrink: 0; width: 60px;	}
.comment-list-col .comment-thumb img{width: 60px; height: 60px; border-radius: 50%;}

.comment-box-section {
	display: flex;
	margin-top: 25px;
	flex-wrap: wrap;
}
.comment-col {
	width: 100%;
}
.comment-title {
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
}
.comment-col .form-control {
	border: 1px solid #ddd;
	background: #f7f7f7;
	border-radius: 0;
	height: 46px;
	line-height: 46px;
	font-size: 13px;
	padding: 0 15px;
}
.comment-col textarea.form-control{
min-height: 90px;
}
.comment-col button {
	width: 140px;
	display: inline-block;
	margin-left: auto;
	background: #c05c1b;
	border: 1px solid #c05c1b;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	height: 40px;
	border-radius: 5px;
	font-weight: 600;
}
.sidebar-back-link {
    text-align: center;
    display: block;
    margin-bottom: 15px;
} 
.sidebar-back-link a{  
color: #c05c1b;  
}  
table tr td a{color: #c05c1b; }
div#homepageWelcomeModal {
    padding-top: 0;
    padding-right: 0 !important;
    z-index: 999999;
}
div#homepageWelcomeModal .modal-dialog {
    width: 30%;
    margin: 0 auto;
}
div#homepageWelcomeModal .modal-content {
    width: 100%;
    margin-top: 50px;
}
div#homepageWelcomeModal .modal-body {
        padding: 10px;
}
.welcomemodal-close {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #c05c1b !important;
    width: 30px;
    height: 30px;
    opacity: 1;
    text-shadow: none;
    color: #fff;
    border-radius: 50%;
    line-height: 30px;
    font-size: 14px;
}
.welcome-modal-thumb img {  width: 100%;}
.modal-backdrop.in{display: none;}

.container {
    width: 96%;
    max-width: 1400px;
}


.headerbanner{position: relative;}
header.headerbanner img {
    width: 100%;
}
.headerbanner::after{position: absolute; left:0; top:0;width: 100%; height: 100%; content: ""; background-color: rgba(0,0,0,.4);}
.headerbanner .banner-caption {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 1;
}
.headerbanner .banner-caption h1{
    font-size: 36px; 
    line-height: 1.3; 
    font-weight: 400; 
    color:#fff;
    margin: 0;
} 
@media only screen and (max-width: 1680px) {
    header#fh5co-header {
        height: 177px !important;
    }
    .fh5co-cover .display-t, .fh5co-cover .display-tc {
        height: 170px !important;
    }
}
@media only screen and (max-width: 1600px) {
    header#fh5co-header {
        height: 168px !important;
    }
    .fh5co-cover .display-t, .fh5co-cover .display-tc {
        height: 160px !important;
    }
}
@media only screen and (max-width: 1547px) {
    header#fh5co-header {
        height: 163px !important;
    }
    .fh5co-cover .display-t, .fh5co-cover .display-tc {
        height: 160px !important;
    }
}

@media only screen and (max-width: 1400px) {
    header#fh5co-header {
        height: 147px !important;
    }
    .fh5co-cover .display-t, .fh5co-cover .display-tc {
        height: 140px !important;
    }
    div#homepageWelcomeModal .modal-dialog {
    width: 28%;
}
.headerbanner .banner-caption h1 {
    font-size: 28px;
 }
}

@media only screen and (max-width: 1366px) {
header#fh5co-header {
    height: 136px !important;
}
header#fh5co-header {
    height: 160px !important;
}
.fh5co-cover .display-t, .fh5co-cover .display-tc {
    height: 130px !important;
}
}
@media only screen and (max-width: 1280px) {
    header#fh5co-header {
        height: 135px !important;
    }
}
@media only screen and (max-width: 1200px) {
    header#fh5co-header {
        height: 126px !important;
    }
}


@media only screen and (max-width: 1199px) {
    div#homepageWelcomeModal .modal-dialog {
        width: 50%;
    }
}
@media only screen and (max-width: 991px) {
  #menu-v li ul{
    position: relative;
        width: 100%;
        left: 0 !important;
        top:0 !important;
  }
  #menu-v li ul.sub.two-col-menu{
    -moz-column-count: inherit;
  -moz-column-gap: inherit;
  -webkit-column-count: inherit;
  -webkit-column-gap: inherit;
  column-count: inherit;
  column-gap: inherit;
  background: rgba(230, 230, 230, 0.86);
  width: 100%;
  }
  .headerbanner .banner-caption h1 {
    font-size: 20px;
}

}
@media only screen and (max-width: 768px) {
    .vert .simply-scroll-clip {

        width: 676px !important;
    }

}

@media only screen and (max-width: 767px) {
    header.headerbanner img { 
             height: 100px;  
        object-fit: cover;  
        object-position: center;
    } 
    .fh5co-bg-section.miranda-info-sec [class*="col-"]{
        flex-basis: unset;
    }


div#homepageWelcomeModal .modal-dialog {
    width: 90%;
}
.table-responsive table{
    min-width: 700px;
}
.profiletable td img {
    max-height: inherit !important;
    width: 100% !important;
    height: auto !important;
}
.fac-col {
    flex-direction: column;
    border-bottom: 1px solid #ddd;
}
.fac-col-left {
    width: 100%;
    margin-right: 0;
    flex-shrink: 0;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.fac-col-left img {
    width: 70%;
    border: 1px solid #ddd;
    padding: 5px;
}
.fac-col-right {
    text-align: center;
}
.fac-col-right ul li {
    justify-content: center;
}
}
@media only screen and (max-width: 479px) {
    .top-head-btn:last-child { 
        margin-top: 6px; 
  }
  .fh5co-nav-toggle {  top: 84px !important;    }
  .overflow.offcanvas .fh5co-nav-toggle {  top: 15px !important;    }
}

.focusebox .services ul {
        margin-top: 10px;
        padding-left: 0;
    }
    .mainFrame {
        overflow:hidden;
        height:154px;
    }
    .services{
        min-height: 280px;
    }
    .announcbox .marquee{
        display:block;
        position:relative;

        /*animation:scroll 400s linear infinite;*/

        padding:3px;
    }

    .announcbox .marquee:hover {
        position: relative;    }
    .vert {
        margin-bottom: 1.5em;
        width: 345px;
    }
    .vert .simply-scroll-clip {
        height: 400px;
       width: 345px;
    }
    .focusebox .services ul li {
        list-style: outside none none;
        padding: 0;
    }

/* .focusebox .services ul li{
    max-width: 100%;
    max-height: 28px;
    overflow: hidden !important;
    text-overflow: ellipsis;

} */

.focusebox .services ul li {
    max-width: 100%;
    max-height: 28px;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cursor_pointer{ cursor:pointer !important; }
.view_detail{padding: 5px 10px; background:rgba(252, 213, 181, 0.5); border: 1px solid #c05c1b;}

.sitemap-category {
    margin-bottom: 15px;
}

.sitemap-category ul {
    list-style-type: none;
    padding-left: 5px;
}
.sitemap-category ul li {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    padding: 3px 6px;
}
.sitemap-category ul a:hover {
    color: #444;
}

p {
    text-align: justify !important;
}

/*8 Aug 21*/

.contribute-row {
    background: #fac090;border-top: solid 1px #8a6d3b;height: 26px;
}

.contribute-row marquee a {
    color: #333333;
}



/*15 Jan*/
.editorDataShowBox > p > strong{width:auto;display:inline-block;}
.editorDataShowBox{padding:0;}

/* 01022022 */
.custom-dd-inner ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    justify-content: space-between;
}
.custom-dd-inner ul li {
    width: calc(25% - 5px);
    text-align: center;
    margin-bottom: 5px;
    position: relative;
}
.custom-dd-inner ul li a { 
    background: #c05c1b;
    display: block;   
    padding: 5px 15px;
    font-size: 13px;
    color: #fff !important;
}
.custom-dd-inner ul li .collapse-custom {
    background: rgba(252, 213, 181, 1.0);
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 9;
}
.custom-dd-inner ul li .collapse-custom a{
color:#c05c1b !important;
}
.custom-dd-inner.relativeheight ul li .collapse-custom {    position: relative;    top: inherit;    left: inherit;}
.custom-dd-inner.customwidth ul li { width: auto;  min-width: 150px;} 
.custom-dd-inner ul li .toggler{position: relative;} 
.custom-dd-inner ul li .toggler .des-downarrow {
    color: #fff;
    width: 7px;
    display: inline-block;
    margin: 0 0 0 3px;
    height: 5px;
    filter: contrast(10%) brightness(200%);
    -webkit-filter: contrast(10%) brightness(200%);
    -ms-filter: contrast(10%) brightness(200%);
}
.custom-dd-inner ul li .toggler+.collapse-custom a {
    background-color: transparent;
    color: #222;
    border-bottom: 1px solid rgba(0,0,0,.1);
} 
.dd-with-banner {
    display: flex;
    margin-top: 15px;
}
.poster-sec {
    margin-left: 15px;
    width: 100%;
    margin-bottom: 10px;
}
.poster-sec img { 
    width: 100%;
    border: 1px solid #ddd; 
    padding: 5px;
}
.custom-dd-inner.coursespage ul li {
    width: calc(50% - 5px);  
}
.custom-dd-inner.for-table  ul li a {
    background: transparent;
    padding: 0px 0px; 
    font-size: 14px;  
    color: #c05c1b; 
}
.custom-dd-inner.for-table ul li .toggler .des-downarrow { 
    color: #c05c1b; 
}
.custom-dd-inner.for-table ul{margin-bottom: 0;}
.custom-dd-inner.for-table ul li {width: auto; margin-bottom: 0;}
.custom-dd-inner.for-table ul li .toggler+.collapse-custom a {
    padding: 5px 10px; 
}
.custom-dd-inner.for-table ul li  .collapse-custom {
    width: 150px;
}
.dynamicEditor  strong {
    display: inline-block !important;
    width: auto !important;
}
.fh5co-nav1 ul li:first-child {
    position: relative !important;
    left: inherit;
}
.fh5co-nav1 ul li:last-child { 
    position: relative;  
    right: inherit;  
}

.fh5co-nav1 ul li.has-dropdown:hover a, .fh5co-nav1 ul li.has-dropdown:focus a {
    color: #fff;
}
.fh5co-nav1 .des-downarrow { 
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.fh5co-nav1 ul li a {  
     padding: 5px 15px;  
}   
     
.table-custom-gray thead tr th, .table-custom-gray tbody tr th{background: #ddd; padding: 10px;     font-weight: bold;}         
.table-custom-gray tbody tr td{}     
ul.gallery-with-caption {
    padding-left: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 15px;
    grid-column-gap: 15px;
}
ul.gallery-with-caption li {
    position: relative;
    border: 1px solid #ddd;
    padding-top: 75%;
}
ul.gallery-with-caption li img{width: 100%; height: 100%; object-fit: cover;}
ul.gallery-with-caption li a {
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 3px;
}
ul.gallery-with-caption li a .thumbCap {
    position: absolute;
    bottom: 3px;
    left: 3px;
    background: rgba(0,0,0,.7);
    padding: 5px 5px;
    display: block;
    color: #fff;
    margin-bottom: 0;
    width: calc(100% - 6px);
}
.social-cols {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}
.soc-col { 
    position: relative;
    text-align: center;
}
.soc-col a { 
    display: flex;
    flex-direction: column;
}
.soc-col a img {
    width: 100%; 
    height: 178px;
    margin-bottom: 5px;
    display: block;
    object-fit: cover;
}
.soc-col a span{display: block;}
.img-responsive-outer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.img-responsive-outer .img-responsive img{width: 100%; height: 100%; object-fit: cover; border: 1px solid #ddd; padding:4px;}

.custom-btn{background-color:#c05c1b;color:#fff;text-align:center;border-radius:5px;margin-left:5px;margin-right:5px;margin-bottom:10px;display:inline-table;padding:5px 15px;min-width:120px;}
.custom-btn:hover{color:#fff;}
.custom-btn:focus{color:#fff;}
#fh5co-header h1{margin-top:0 !important;}

.main-menu{position: relative;}
.head_logo_secondary {    display: flex;    position: absolute;    left: 270px; z-index: 2;}
.head_logo_secondary a {    margin: 0 5px;    padding: 0 !important;}
.head_logo_secondary a:first-child{margin-left: 0;} 
.head_logo_secondary a:last-child{margin-right: 0;} 
.head_logo_secondary img { 
width: 100px;   
height: 70px;  
background: rgb(255, 255, 255); 
padding: 10px; 
border-radius: 10px;  
border: 1px solid #ddd; 
}

/* life after lit page */
.pagetitle {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 14px;
}
.pagesubtitle {
    font-size: 20px;
    text-align: center;
    color: #C05C1B;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 30px;
}
.studentgroup-title { 
    margin-bottom: 40px; 
} 
.studentgroup-title p { 
    background: #FAC090; 
    border-radius: 10px; 
    min-height: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    text-align: center !important;
    color: #222;
    font-weight: 600;
    margin-bottom: 0;
}
.studentgroup-title h4 {
    background: #C05C1B;
    color: #fff;
    border-radius: 0 0 10px 10px;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    width: 50%;
    margin-left: auto;
    margin-right: 15px;
    margin-bottom: 0;
    font-size: 19px;
    font-weight: 500;
}
ul.studentsgrouplist {
    list-style: none;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    grid-row-gap: 25px;
    grid-column-gap: 50px;
    margin-bottom: 20px;
}
.studentg-thumb {
    width: 100%;
    position: relative;
    margin-top: 10px;
}
.studentg-thumb:before {
    position: absolute;
    left: 0;
    top: 20px;
    width: calc(100% - 25px);
    height: calc(100% - 20px);
    background: #c05c1b;
    content: "";
    border-radius: 10px;
}
.studentg-thumb img {
    display: block;
    width: calc(100% - 10px);
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-left: 10px;
    top: -10px;
}
.studentg-thumb span {
    background: rgba(250,192,144,.6);
    height: 37px;
    width: calc(100% - 10px);
    position: absolute;
    z-index: 9;
    content: "";
    color: #fff;
    bottom: 10px;
    left: 10px;
    display: flex;
    margin-bottom: 0; 
    justify-content: center; 
    align-items: center; 
    border-radius: 0 0 10px 10px;
}
.studentg-cont { 
    padding-left: 10px;
    margin-top: 15px;
}
.studentg-cont h4 { 
    text-align: center;   
    margin-bottom: 5px;    
} 
.studentg-cont p {
    text-align: center !important;
    font-size: 12px; 
}



.modal.lifeafterlitpopup {
    z-index: 9999 !important;
}
.modal.lifeafterlitpopup .modal-dialog {
    max-width: 850px;
    width: 90%;
}
.modal.lifeafterlitpopup .modal-dialog .modal-content {
    width: 100%;
}
.modal.lifeafterlitpopup .modal-body {
    padding: 25px;
}
.top-thumb-section { 
    display: flex; 
    margin-bottom: 15px; 
}
.alumni-thumb {
    width: 170px;
    margin-right: 15px;
    flex-shrink: 0;
}
.alumni-thumb img {
    display: block;
    width: 100%;
    border-radius: 10px;
}
.alumni-thumb-cont h4 {
    font-size: 22px;
    text-transform: uppercase;
    color: #C05C1B;
    font-weight: 600;
    margin-bottom: 8px;
}
.alumni-thumb-cont p {
    color: #000 !important;
    font-weight: 600; 
    font-size: 15px;
    text-align: left !important;
}
.btm-section p { 
    color: #111 !important; 
    text-align: left !important; 
}
.modal.lifeafterlitpopup .modal-body button.close {
    opacity: 1;
    width: 40px;
    height: 40px;
    background: #c05c1b;
    color: #fff;
    text-shadow: none;
    border-radius: 50%;
    position: absolute;
    right: -16px;
    top: -16px;
}
.modal.lifeafterlitpopup .modal-body button.close span {
    display: block; 
    line-height: 37px;
    height: 40px;
    width: 40px;
}
.pagebtm-text {
    text-align: center; 
    font-size: 18px; 
    font-weight: 600; 
    margin-bottom: 5px;
    margin-top: 25px;
}
.pop-top-category {
    color: #c05c1b;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px; 
}  
.services.pagelifeafterlit{position: relative;}  
.services.pagelifeafterlit::after { 
    background-image: url(../../../files/lifeafterlit/lifelit-bg-big.jpg);
    position: absolute;    
    background-repeat:no-repeat ;    
    background-position: top center;  
     top: 0;   
    left: 0;  
    content: "";     
    opacity: .1;    
    width: 100%;   
    height: 100%; 
    z-index: 0;  
} 
.life-after-lit-page { 
    position: relative;
    z-index: 1;
}
 
.menusubtitle{margin-top: 20px !important; margin-bottom: 28px !important;}
.menusubtitle a {
    color: inherit;
}
.menusubtitle a:hover {
    color: #c05c1b; 
}

/* life after lit page end */
@media only screen and (max-width: 1280px) { 
    .custom-dd-inner ul li {
        width: calc(50% - 5px); 
    }
     .soc-col a img {
             height: 173px;
    }
    .head_logo_secondary img {
        width: 80px; 
        height: 56px; 
    }
}
@media only screen and (max-width: 1199px) {  
.soc-col a img {
    height: 141px;
}
.head_logo_secondary {    display: none;}
}

@media only screen and (max-width: 991px) {  
.fh5co-nav1 ul li a {          
    padding: 5px 5px;        
}            
.soc-col a img {
    height: 164px;
} 
.top-head-btn {
    padding: 1px 4px !important;
    font-size: 10px;
}
.logo_margin .img-responsive {
    height: 60px !important;
}
}   
@media only screen and (max-width: 767px) {
    .head_logo_secondary {
        display: flex;
        left: 0;
        right: 0;
        position: relative;
        margin: 15px auto 0 auto;
    }
    .head_logo_secondary img {        width: 80px;        height: 55px;        padding: 5px;         }
    .custom-dd-inner ul li {
        width: calc(100% - 1px);
    }
.dd-with-banner {
display: flex;
flex-wrap: wrap;
} 
.poster-sec {
margin-left: 0px;
}
.custom-dd-inner.coursespage ul li {
width: calc(100% - 5px); 
}
ul.gallery-with-caption {
grid-template-columns: repeat(2, 1fr);
grid-row-gap: 10px; 
grid-column-gap: 10px;
}
.social-cols {
grid-template-columns: repeat(2, 1fr);
grid-column-gap: 10px;
grid-row-gap: 10px;
}
.soc-col a img {
height: 180px;
}
.img-responsive-outer {
grid-template-columns: repeat(1, 1fr);
}
.pagetitle {  font-size: 20px; }
.pagesubtitle {    font-size: 15px;    line-height: 24px;    margin-bottom: 15px;}
.studentgroup-title p {        padding: 10px 15px;    font-size: 12px;    line-height: 20px; border-radius: 10px 10px 0 0;}
.studentgroup-title h4 {    font-size: 16px;    justify-content: center;    width: 100%;}
ul.studentsgrouplist {  grid-template-columns: repeat(1, 1fr);  grid-row-gap: 15px;  grid-column-gap: 0;   margin-bottom: 15px;}
.modal.lifeafterlitpopup .modal-body { padding: 15px;}   
.top-thumb-section {  display: flex;  margin-bottom: 15px;  flex-wrap: wrap;}   
.alumni-thumb { width: 100%;  margin-right: 0;  margin-bottom: 15px;}
.alumni-thumb-cont p {  font-size: 14px;  margin-bottom: 0;}
.modal.lifeafterlitpopup .modal-body button.close {    width: 32px;    height: 32px;    right: -10px;    top: -10px;}
.modal.lifeafterlitpopup .modal-body button.close span {    line-height: 28px;    height: 32px;    width: 35px;    font-size: 15px;}
.modal.lifeafterlitpopup {  padding-top: 30px !important;}
.modal.lifeafterlitpopup .modal-dialog {  max-width: 94%;  width: 100%;}
}

h4.custom-title {
    font-size: 18px;
    line-height: normal;
    color: #c05c1b;
    font-weight: 400 !important;
}
img.img-responsive.mob-responsive {
    width: 30%;
    float: left;
    margin-right: 10px; 
    margin-bottom: 5px;
}


/* Site languages */
.lang-btns a {
    color: #fff;
}
body.lang-en lang[type="en"] {
    display: contents;
  }

  body.lang-en lang[type="hi"] {
    display: none;
  }

  body.lang-hi lang[type="hi"] {
    display: contents;
  }

  body.lang-hi lang[type="en"] {
    display: none;
  }

  body.lang-hi .btn-en {
    display: block;
  }

  body.lang-en .btn-en {
    display: none;
  }

  body.lang-en .btn-hi { 
    display: block;
  }

  body.lang-hi .btn-hi {
    display: none;
  }
  /* Site languages */
.miranda-afterbanner-sec {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 80px;
}
.miranda-afterbanner-sec h3 {
     margin-bottom: 0;
     color:#c05c1b;
}
.top-links {
    display: inline-block;
}

@media only screen and (max-width: 1400px) {
    .miranda-afterbanner-sec {
        padding-top: 75px;  
    }
    .miranda-afterbanner-sec h3 { 
        font-size: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .miranda-afterbanner-sec h3 {
        font-size: 15px;
    }
}
  @media only screen and (max-width: 767px) {
.lang-btns {
    position: absolute;
    left: 0;
    top: 6px;
}
.lang-btns a {
    font-size: 12px;
}
img.img-responsive.mob-responsive {
    width: 100%;
    float: left;
    margin-right: 0px; 
    margin-bottom: 10px;
}
.top-links {
    width: 80%;
}

}
.collapse-custom.collapse{height: 0; overflow: hidden;}
.collapse-custom.collapse.in{height: auto !important; visibility: visible !important;}
.custom-dd-inner .collapse:not(.show) {  display: block !important;}

.services ul li a{color:#c05c1b ;}
.tabupdtedwithbootstrap ul.nav.nav-tabs li {
    width: auto;
}
.tabupdtedwithbootstrap .fade:not(.show) {  
    opacity: inherit;
}

#page .fac-col-right h5 a{
color: #c05c1b !important;
}
header{position: relative; z-index: 10000 !important;}
header#fh5co-header{
        z-index: inherit !important;
}

    #menu-v li ul li ul li.sub{
        background: rgb(230 230 230) !important;
    }