/* forntend */

.container{
    /* max-width: 95%!important; */
}
.social-media{margin:10px; text-align: center;}

.social-media a {
    padding: 15px;
    width: 40px;
    text-align: center;
    text-decoration: none;
}
.social-media a:hover {
    opacity: 0.7;
}
/* Set a specific color for each brand */

/* Facebook */
.social-media #facebook {
    background: #3B5998;
    color: white;
}

/* Twitter */
.social-media #twitter {
    background: #55ACEE;
    color: white;
}
/* Google */
.social-media #google {
    background: #dd4b39;
    color: white;
}


/* .body-content
{
    margin-top:122px
} */
.interactive-box-part {
    margin-top:-50px
}
.sewa-part {
    margin-top:53px;
}
.interactive-box {
    text-align: center;
    width:100%; height:130px; 
    border-radius: 20px 5px 20px 5px;
    display: table;
    text-align: center;

}
.interactive-box a {
    color:#fff; 
    font-weight: bold;  
    font-size: 1.25rem;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;


}
.interactive-box:hover {
    transform: scale(1.025);
    transition: ease-in-out .5s;
    box-shadow: 0px 2px 8px 0px rgb(0, 0, 0, .77);
    background-image: linear-gradient(45deg, rgba(0,0,0,0.1), rgba(247,247,247,0.30));
}
.box-space
{
    padding:15px;
}

@media only screen and (max-width: 600px) 
{
    /* .body-content
{
    margin-top:130px
} */
    .interactive-box-part {
        margin-top:-3px
    }
    .sewa-part {
        margin-top:0px;
    }

    .interactive-box {
        text-align: center;
        width:100%; height:90px; 
        border-radius: 20px 5px 20px 5px;
        display: table;
        text-align: center;

    }
    .interactive-box a {
        font-size: 1rem;
    }
    .box-space
    {
        padding:5px;
    }
    #feedback {
        display: none;
    }
}
.shadow {box-shadow:0 4px 8px 0 rgb(0 0 0 / 20%)}
.noborder{border:none;}
.left-border{border-left: 1px black;}
.top-bar {
    border-bottom: 1px solid rgba(0,0,0,.125); color:#007bff;
    background: #fff;
    padding: 9px 0;
    box-shadow: 0px 0px 4px 0px #ece9e9;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;


}
.top-header {
    padding: 44px 0 5px;
}
.top-bar .list-group-item { padding: 0.2rem 1rem; font-size: 0.875rem; border:none; border-right: 1px solid rgba(0,0,0,.125); color:#007bff;}
hr {
    margin: auto;
  }

hr.underlined {
width: 13%;
border: 2px solid #f54242;
margin-top: .5rem;
margin-bottom: .5rem;
opacity: 0.9;
}
.imp-links .card-header
{
    margin-bottom: 0;
    color: #fff;
    background: #2460b9;
    padding: 11px 20px;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}
.imp-links .card-body{
    min-height:445px;
    max-height:445px;
    overflow-y: scroll;
    padding:5px;
}

.bg-ebox {
    background-color: #f2f2f2;
}
.top-bar  .list-group {flex-direction: row;}

.contenedor {
    height: 100%;
    padding: 0;
}

.container_foto {
    /*background-color: rgba(57, 62, 93, 0.7);*/
    padding: 0;
    overflow: hidden;
    max-width: auto;
    margin: 5px;
}


.container_foto img {
    width: 100%;
    top: 0;
    left: 0;
    opacity: 01;
    -webkit-transition: all 4s ease;
    -moz-transition: all 4s ease;
    -o-transition: all 4s ease;
    -ms-transition: all 4s ease;
    transition: all 4s ease;
}

.ver_mas {
    background-color: #5e5a577a;
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: normal;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    transform: translate(0px, 70px);
    -webkit-transform: translate(0px, 70px);
    -moz-transform: translate(0px, 70px);
    -o-transform: translate(0px, 70px);
    -ms-transform: translate(0px, 70px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ver_mas .open-link  {
    font-size: 1.5rem;
    color: #fff;
    box-shadow: 0px 0px 20px #000;
    position: relative;
    margin: 0 auto;
    width: 100%;
    top: 40%;
}

/*hovers*/

.container_foto:hover {
    cursor: pointer;
}

.container_foto:hover img {
    opacity: 0.1;
    transform: scale(1.5);
}

.container_foto:hover .ver_mas {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    opacity: 1;
}
.buttons {
position: fixed;
right: 13px;
top: 50%;
display: block;
z-index: 1;
}
.buttons span {
display: block;
font-size: 1.375rem;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
background: #fefefe;
color: #dc3545;
box-shadow: 0 4px 8px #cacaca;
border-radius: 50%;
cursor: pointer;
margin-bottom: 8px;
}
.scrollToTop {
position: fixed;
width: 40px;
height: 40px;
bottom: 10%;
z-index: 1;
right: 10px;
text-align: center;
line-height: 40px;
color: #fff;
color: #dc3545;
border-radius: 8px;
cursor: pointer;
box-shadow: 0 4px 8px #cacaca;
font-weight: bold;
font-size: 1.4rem;
background: #fff;
}
/* endfrontend */
/* album page */
.small-img{
    width: 100%;
  }
.album-page {
    column-width:calc(100px + 10vw);/* mimic a bit minmax , tune to your needs */
    padding-left:2.5%;
    margin:0;
    }
.album-img { width:90%;
        margin:5% 0;
    }
/* alubm end */

/* division, gallery, division-content, ministers */
.box 
{
    padding:10px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 10px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
/* enddivision */

/* gallery page */
.gallery-page {
    column-width:calc(100px + 10vw);/* mimic a bit minmax , tune to your needs */
    padding-left:2.5%;
    margin:0;
    }
.gallery-img { width:90%;
        margin:5% 0;
    }
/* end gallery page  */

/* news */
.small-btn{
    margin-top:0px;
    padding:.01rem 0.5rem;
}
.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #ff0015;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .nav-link:hover {
    background-color: #008cba;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .nav-link:hover i {
    -webkit-transform: scale(1.2) rotate(12deg);
        -moz-transform: scale(1.2) rotate(12deg);
        -ms-transform: scale(1.2) rotate(12deg);
        -o-transform: scale(1.2) rotate(12deg);
        transform: scale(1.2) rotate(12deg);
}
.nav-tabs .nav-link {
    border: 1px solid white;
    border-radius: 0;
    padding: 13px 0px;
}
.nav-item a {
color: #f2f3f5;}
.tap-box ul {
padding-left: 0;
margin-bottom: 0;
}
.tap-box .tap-box-list {
border-bottom: 1px solid #eee;
position: relative;
padding: 10px;
transition: all 0.3s ease;
border-bottom: 1px solid #c1c1c1;
transition: all 0.3s ease;
}
.tap-box ul li {
list-style: none;
}
.tap-box .tap-box-list a {
display: block;
padding-left: 60px;
transition: all 0.3s ease;
}
.list-icon-download .dn-link {
font-family: fontawesome;
height: 45px;
width: 45px;
line-height: 45px;
color: #ee1d25;
border: 1px solid #ee1d25;
position: absolute;
text-align: center;
font-size: 1.625rem;
top: 14px;
display: block;
padding-left: 0 !important;
}
.tap-box .tap-box-list a p:first-child {
margin-bottom: 0;
font-size: 1.25rem;
color: #000;
}

.tap-box .tap-box-list a p {
color: #2460b9;
line-height: 27px;
margin-bottom: 0;
}
.tap-box .tap-box-list a:hover {
text-decoration: none;
}


.tap-box .tap-box-list:hover {
background: #dedede;
}
.tap-box .link a {
background: #ff7200;
padding: 10px 20px;
display: inline-block;
margin-top: 15px;
margin-right: 10px;
margin-bottom: 10px;
color: #fff;
border-radius: 3px;
font-size: 1.3rem;
line-height: 22px;
transition: all 0.3s ease;
}

/* end news */

/* services */
#services .box a { 
    text-decoration: none;
    color:#348451;
}
#services .box:hover a { 
    color:white;
}
#services .box {
    text-align: center;
    background-color: white;
    color: #348451;
    border: 4px solid #348451;
    margin-bottom: 4px;
    width:100%;
    height:180px;
    display:inline-grid; justify-content: center; align-content: center
}
#services .box:hover {
    background-color: #348451;
    border: 4px solid white;
    color:white;
    font-weight:bold;
    transform: scale(1.2);
    transition-duration: 0.4s;
    border-radius: 8px;
    z-index: 10;
    box-shadow: 0px 1px 9px 1px #38383838;
}

#services .box h4 {padding:15px 0; font-size:1.25rem;}
#services .box i {padding-top:20px; font-size:2rem;}
#services .box:hover i {
    -webkit-transform: scale(1.2) rotate(
12deg);
    -moz-transform: scale(1.2) rotate(12deg);
    -ms-transform: scale(1.2) rotate(12deg);
    -o-transform: scale(1.2) rotate(12deg);
    transform: scale(1.2) rotate(
12deg);
}
/* endservices */

/* footer */
.sub-member .image {
    width: 65% !important;
    height:155px !important;
}
.no-padding { padding:0px;}

/* footer-end */

/* navbar */
.blink_me {
    animation: blinker 1s linear infinite;
  }
  .custom-name {
    padding-top: 10px;
}
  .custom-name h1 {
      font-size: 2.375rem;
      color: #ee1d25;
      font-weight: bolder;
      padding: 4px 0;
  }
  .custom-name p {
      color: #484747;
      font-weight: 600;
      padding: 5px 0;
  }
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }

/* navbar end */

/* about us widget */

.about-us-sec {
	margin-bottom: 35px;
}
.about-us-sec p{margin-bottom:5px; font-size:90%; text-align: justify;}
 .view-footer a {
	background: #ee1d25;
	color: #fff;
	padding: 6px 15px;
	font-size: 88%;
	float: right;
	transition-duration: 0.5s;
	border-radius: 5px;
}
 .view-footer a:hover {
	margin-right: 6px;
	box-sizing: border-box;
	transition-duration: 0.5s;
	background: #ee1d25;
}
.about-us-sec h1 span {
	color: #ee1d25;
	font-weight: normal;
}
.about-us-sec h1 {
	text-transform: uppercase;
	font-size: 135%;
	font-weight: bold;
}
.about-us-sec h1:after{
	content: '';
	display: block;
	max-width: 100px;
	background: url(../images/frontend/radius-shape.png) no-repeat;
	height: 7px;
	margin-top: 7px;
}
.about-us-sec p {
    margin-bottom: 5px;
}

.about-us-sec h1 span{
	color: #ff7200;
	font-weight: normal;
}
.about-us-sec h1 {
	text-transform: uppercase;
	font-size: 135%;
	font-weight: bold;
}

/* /endaboutus */
/* gallery widget */

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2322313F' stroke-miterlimit='10' stroke-width='2' viewBox='0 0 34.589 66.349'%3E%3Cpath d='M34.168.8 1.7 33.268 34.168 65.735'/%3E%3C/svg%3E");
  height: 100px;
}

.carousel-control-next-icon {
  transform: rotate(180deg);
}

/* medium - display 4  */
@media (min-width: 768px) {
    #gallery .carousel-inner .carousel-item-right.active,
    #gallery .carousel-inner .carousel-item-next {
      transform: translateX(33.33333%);
    }
    
    #gallery .carousel-inner .carousel-item-left.active, 
    #gallery .carousel-inner .carousel-item-prev {
      transform: translateX(-33.33333%);
    }
}

/* large - display 5 */
@media (min-width: 992px) {
    #gallery .carousel-inner .carousel-item-right.active,
    #gallery .carousel-inner .carousel-item-next {
      transform: translateX(20%);
    }
    
    #gallery .carousel-inner .carousel-item-left.active, 
    #gallery .carousel-inner .carousel-item-prev {
      transform: translateX(-20%);
    }
}

#gallery .carousel-inner .carousel-item-right,
#gallery .carousel-inner .carousel-item-left{ 
  transform: translateX(0);
}


/* gallery slider */
#gallery .carousel-inner .carousel-item.active,
#gallery .carousel-inner .carousel-item-next,
#gallery .carousel-inner .carousel-item-prev {
  display: flex;
}

@media (max-width: 768px) {
  #gallery .carousel-inner .carousel-item > div {
    display: none;
  }
  #gallery .carousel-inner .carousel-item > div:first-child {
    display: block;
    text-align: center;
  }
}
.no-border{
	border: none !important;
}

/* end gallery widget */

/* highlights_scroll */
    .ptms_marquee a:hover{
        color:#ee1d25;
    }
    .ptms_marquee a{
        color:#2460b9;
    }
    .bn-label {
        z-index: 1;
    }
/* end highlights scroll  */

/* newsTab start  */

.small-btn{
    margin-top:0px;
    padding:.01rem 0.5rem;
}
.tap-box .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #ff0015;
    border-color: #dee2e6 #dee2e6 #fff;
}
.tap-box .nav-tabs .nav-link:hover {
    background-color: #008cba;
    border-color: #dee2e6 #dee2e6 #fff;
}
.tap-box .nav-tabs .nav-link:hover i {
    -webkit-transform: scale(1.2) rotate(12deg);
        -moz-transform: scale(1.2) rotate(12deg);
        -ms-transform: scale(1.2) rotate(12deg);
        -o-transform: scale(1.2) rotate(12deg);
        transform: scale(1.2) rotate(12deg);
}
.tap-box .nav-tabs .nav-link {
    border: 1px solid white;
    border-radius: 0;
    padding: 8px 0px;
    font-size: 100%;
}
.tap-box .nav-item a {
    color: #f2f3f5;
}
.tap-box ul {
    padding-left: 0;
    margin-bottom: 0;
    }
.tap-box .tap-box-list {
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 10px;
    transition: all 0.3s ease;
    border-bottom: 1px solid #c1c1c1;
    transition: all 0.3s ease;
}
.tap-box ul li {
    list-style: none;
}
.tap-box .tap-box-list a {
    display: block;
    padding-left: 60px;
    transition: all 0.3s ease;
}
.list-icon-download .dn-link {
    font-family: fontawesome;
    height: 45px;
    width: 45px;
    line-height: 45px;
    color: #ee1d25;
    border: 1px solid #ee1d25;
    position: absolute;
    text-align: center;
    font-size: 1.625rem;
    top: 14px;
    display: block;
    padding-left: 0 !important;
}
.tap-box .tap-box-list a p:first-child {
    margin-bottom: 0;
    font-size: 1rem;
    color: #000;
}

.tap-box .tap-box-list a p {
    color: #2460b9;
    line-height: 20px;
    margin-bottom: 0;
}
.tap-box .tap-box-list a:hover {
    text-decoration: none;
}


.tap-box .tap-box-list:hover {
    background: #dedede;
}
.tap-box .link a {
    background: #ee1c25;
    padding: 8px 15px;
    display: inline-block;
    margin-top: 3px;
    margin-right: 10px;
    margin-bottom: 3px;
    color: #fff;
    border-radius: 3px;
    font-size: 1rem;
    line-height: 22px;
    transition: all 0.3s ease;
}
/* end newstab */

/* new_right_side_persons */
.staff-desk {
	background: #fff;
	border: 4px;
	margin: 75px 0 10px;
	position: relative;
	box-shadow: -1px 0px 4px 1px #e2e2e2;
	border-radius: 15px;
}
.staff-photo {
	width: 140px;
	height: 140px;
	border: 1px solid #fff;
	border-radius: 50%;
	position: absolute;
	overflow: hidden;
	box-shadow: 0px 3px 1px #9e9a9a;
	left: 50%;
	top: 0;
	transform: translateX(-50%) translateY(-50%);
}
.staff-photo img {
	width: 140px;
	height: 140px;
}
.minister-content a, .deputy-commissioner a {
	color: inherit;
	font-size: 95%;
} 
.staff-info h2 + p{ text-overflow: ellipsis; overflow: hidden;}
.i18n-hi .staff-info h2 + p{height:63px;}
.minister-content a:hover, .staff-info a:hover {
	color: #fc9928;
}
.minister-photo img {
	width: 140px;
	height: 140px;
}
.staff-info {
	text-align: center;
	padding: 75px 15px 20px;
}
.staff-info h2 {
	font-size: 110%;
	margin-top: 10px;
    font-weight: 600;
}
.staff-info p {
	margin:0;
}
/* end new right side person  */

/* quicklinks */
    .quick-links .nav-item {background-color: #14a2b8; text-align: center; font-weight:bold;}
    .quick-links .nav-item .active {background-color: red;}
    .quick-links .nav-item .nav-link {color: white;}
    .list-group-item {
        padding: 0.2rem .5rem;
    }
/* end quicklinks */

/* quickboxes */
#quickbox .box a { 
    text-decoration: none;
    color:#2b86b4;
}
#quickbox .box:hover a { 
    color:white;
}
#quickbox .box {
    text-align: center;
    background-color: white;
    color: #2b86b4;
    border: 4px solid #2b86b4;
    margin-bottom: 4px;
    width:100%;
    display:inline-grid; justify-content: center; align-content: center
}
#quickbox .box:hover {
    background-color: #ff0015;
    color:white;
    font-weight:bold;
    transform: scale(1.2);
    transition-duration: 0.4s;
    border-radius: 8px;
    z-index: 10;
    box-shadow: 0px 1px 9px 1px #38383838;
}

#quickbox .box h4 {padding:5px 0; font-size:1rem;}
#quickbox .box i {padding-top:15px; font-size:1.25rem;}
#quickbox .box:hover i {
    -webkit-transform: scale(1.2) rotate(
12deg);
    -moz-transform: scale(1.2) rotate(12deg);
    -ms-transform: scale(1.2) rotate(12deg);
    -o-transform: scale(1.2) rotate(12deg);
    transform: scale(1.2) rotate(
12deg);
}
/* end quickboxes */

/* navbar start  */

.custom-name p.govname{
    line-height:35px; 
    margin:0;padding:0; 
    font-size: 1.125rem;
}
.custom-name h1.officename
{
    font-size:1.75rem; 
    margin:0px; 
    line-height:50px; 
    padding:0px
}
.custom-name p.addressname{
    line-height:30px;margin-bottom:5px;padding:0;font-size: 1rem;
}
.national-flag
{
    width:70px; height:90px
}

/* navbar end  */
/* breaking-news */
.breaking-news-ticker{

    font-size: 0.875rem;
  }

  /* end breaking-news */

  .fontResizer
  {
      cursor: pointer;
  }
  .fontResizer>span
  {
    color:#007bff;
    padding:0px 8px;
  }
  .fontResizer>span:hover
  {
    color:#0056b3;
    text-decoration: underline;
    }
    @media print {
        * {font-size:12pt;}
        .no_print {display:none;}
    }