@import url(bootstrap.min.css);  
@import url(all.min.css); 
@import url(line-awesome.min.css); 
@import url(owl.carousel.min.css); 
@import url(owl.theme.default.min.css);
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/hind_d300.woff2) format('woff2');
}
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/hind_d400.woff2) format('woff2');
}
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/hind_d600.woff2) format('woff2');
}
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/hind_d700.woff2) format('woff2');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/noto_d400.woff2) format('woff2');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/noto_d700.woff2) format('woff2');
}
* {box-sizing: border-box;}
html,body {scroll-behavior: smooth;}
body {
    height: 100%;width:100%;
    font-family: 'Hind', sans-serif;    overflow-x: hidden;
}
a {
    color: #010101;
    text-decoration: none;
    transition: all .7s ease;cursor:pointer;
}
a.text-orange{
  color:#fc4a00;
}
a.text-orange:hover{
    color:#e64602;
  }
ol, ul {padding:0;margin:0}
section {
    margin-bottom: 0px;
    margin-top: 0px
}
.container-full{
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.list-home-social {
    margin: 0;
    padding: 0;
}
#fixed-social .list-home-social li {
    margin-bottom: 7px;
}
#fixed-social .list-home-social li:last-child {
    margin-bottom: 0
}
#fixed-social {
    position: fixed;
    z-index: 99999;
    top: 265px;
    right: 0;
    cursor: pointer;
    display: inline-block;
    padding: 8px;
    box-shadow: #0000002e 0 2px 4px
}
#fixed-social .list-home-social li a {
    font-size: 20px;
    padding: 2px;
    height: 30px;
    width: 30px;
    line-height: 24px;
    display: block;
    text-align: center;
    border-radius: 8px
}

#fixed-social .list-home-social li a:hover {
    color: #df0610;
    background-color: #fff
}
.icon-bar a {
    display: block;
    text-align: center;
    padding: 5px;
    transition: all 0.3s ease;
    color: #fff;
    font-size: 20px
}

.icon-bar a:hover {
    background-color: #000
}

.facebook {
    background: #3B5998;
    color: #fff
}

.twitter {
    background: #55ACEE;
    color: #fff
}

.google {
    background: #dd4b39;
    color: #fff
}

.linkedin {
    background: #007bb5;
    color: #fff
}

.youtube {
    background: #b00;
    color: #fff
}

.content {
    margin-left: 75px;
    font-size: 30px
}

.instagram {
    background: #000;
    color: #fff
}

/* ======================== Navigation Edition ================================= */

nav .fa-home{font-size: 1.25rem;}
.navbar.navbar-light {font-weight: 400;font-size:14px;}
.navbar.navbar-dark a { font-weight: 600;font-size:15px;}
.navbar.navbar-dark a.logo {padding:10px 0}
.navbar.navbar-dark .dropdown-item{font-size: 14px;padding: 0.50rem 1.5rem;}
.navbar.navbar-dark {font-weight: 600;font-size:14px;}
.navbar-light .navbar-nav .nav-link {color: rgb(64, 64, 64);}
  /* .btco-hover-menu a ,  .navbar > li > a {
  text-transform: capitalize;
    padding: 10px 15px; 
}*/
.btco-hover-menu .active a,
.btco-hover-menu .active a:focus,
.btco-hover-menu .active a:hover,
.btco-hover-menu li a:hover,
.btco-hover-menu li a:focus ,
.navbar>.show>a,  .navbar>.show>a:focus,  .navbar>.show>a:hover{
    color: #000;
    background: transparent;
    outline: 0;
}
/*submenu style start from here*/
.dropdown-menu {
    padding: 0px 0; 
    margin: 0 0 0; 
    border: 0px solid transition !important;
    border: 0px solid rgba(0,0,0,.15);	
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;

}
/*first level*/
.btco-hover-menu .collapse ul > li:hover > a{background: #343a40;color: #ffffff!important;}
.btco-hover-menu .collapse ul ul > li:hover > a, .navbar .show .dropdown-menu > li > a:focus, .navbar .show .dropdown-menu > li > a:hover{background: #df0610;}
/*second level*/
.btco-hover-menu .collapse ul ul ul > li:hover > a{background:#df0610;}
/*third level*/
.btco-hover-menu .collapse ul ul, .btco-hover-menu .collapse ul ul.dropdown-menu{background:#f5f5f5;}
.btco-hover-menu .collapse ul ul ul, .btco-hover-menu .collapse ul ul ul.dropdown-menu{background:#f5f5f5;}
.btco-hover-menu .collapse ul ul ul ul, .btco-hover-menu .collapse ul ul ul ul.dropdown-menu{background:#f5f5f5}
/*Drop-down menu work on hover*/
.btco-hover-menu{background: none;margin: 0;padding: 0;min-height:20px}
@media only screen and (max-width: 991px) {
    .btco-hover-menu .show > .dropdown-toggle::after{transform: rotate(-90deg);}
}
@media only screen and (min-width: 991px) {
    .btco-hover-menu .collapse ul li{position:relative;}
    .btco-hover-menu .collapse ul li:hover> ul{display:block}
    .btco-hover-menu .collapse ul ul{position:absolute;top:100%;left:0;display:none}
    /*******/
    .btco-hover-menu .collapse ul ul li{position:relative}
    .btco-hover-menu .collapse ul ul li:hover> ul{display:block}
    .btco-hover-menu .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:150px;display:none}
    /*******/
    .btco-hover-menu .collapse ul ul ul li{position:relative}
    .btco-hover-menu .collapse ul ul ul li:hover ul{display:block}
    .btco-hover-menu .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:150px;display:none;z-index:1}
}
@media (min-width: 768px){
.navbar-expand-md .navbar-nav .nav-link {padding-right: 0.3rem;padding-left: 0.3rem;}
}
.nav-toplinks .dropdown-menu {right: 0;left: revert !important;    padding: 5px 10px;}
.cmo-social {font-size: 14px}
.cmo-social .fa-facebook-square {color: #1a73d0;font-size: 18px}
.cmo-social .fa-twitter-square {color: #00c1ec;font-size: 18px}
.last-nav-link-bar::after {border: none}
a.urdu {direction: rtl}
.btn-orange {color: #ffffff !important;background-color: #ff8434;border-color: #ff751b}
section#brk-news {margin-bottom: 0;margin-top: 20px}
.acme-news-ticker {
    background: #fff;
    position: relative;
    height: 34px;
    margin-top: 45px
}
@media (min-width:768px) {
.acme-news-ticker {margin-top: 0}
}
.acme-news-ticker-label {
    background: #fff;
    padding: 7px 16px 8px 16px;
    width: auto;
    float: left;
    line-height: 12px;
    height: 100%;
    color: #fff;
    border: 1px solid #f11e27;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    box-shadow: -2px 1px 4px 0 #00000047
}
.acme-news-ticker-label a {color: #df0610 !important}
@media (max-width:575px) {
.acme-news-ticker-label {position: absolute;top: -45px}
}
.acme-news-ticker-box {
    padding-left: 15px;
    background-color: #df0610;
    border: 1px solid #ff464e;
    height: 100%;
    padding-top: 5px;
    overflow: hidden;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem
}
@media (max-width:575px) {
.acme-news-ticker-box {padding-left: 10px;padding-right: 120px}
}
.acme-news-ticker-box ul {
    width: 100%;
    list-style-type: none !important;
    padding: 0;
    margin: 0
}
.acme-news-ticker-box ul li a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s
}
.acme-news-ticker-box ul li a:hover {text-decoration: none;color: #fcffbc}
.acme-news-ticker-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0
}
.acme-news-ticker-controls button {
    height: 100%;
    background: #df0610;
    padding: 0;
    width: 40px;
    border-style: solid;
    border-width: 0 0 0 1px;
    cursor: pointer;
    display: inline-block
}

.acme-news-ticker-controls button:hover {background: #eee}
.acme-news-ticker-controls button.acme-news-ticker-arrow {
    margin: 0;
    display: inline-block;
    position: relative
}
.acme-news-ticker-controls button.acme-news-ticker-arrow:after {
    border-color: #fff;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: '';
    display: inline-block;
    height: 8px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 8px
}
.acme-news-ticker-controls button.acme-news-ticker-arrow:hover:after {
    border-color: #df0610
}
.acme-news-ticker-controls button.acme-news-ticker-pause {
    position: relative;
    display: inline-block
}
.acme-news-ticker-controls button.acme-news-ticker-pause:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-color: #999;
    border-style: solid;
    border-width: 0 2px 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%
}
.acme-news-ticker-controls.acme-news-ticker-horizontal-controls button.acme-news-ticker-prev:after {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg)
}
.acme-news-ticker-controls.acme-news-ticker-horizontal-controls button.acme-news-ticker-next:after {
    -webkit-transform: translate(-50%, -50%) rotate(315deg);
    -ms-transform: translate(-50%, -50%) rotate(315deg);
    transform: translate(-50%, -50%) rotate(315deg)
}
.acme-news-ticker-controls.acme-news-ticker-vertical-controls button.acme-news-ticker-prev:after {
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
    -ms-transform: translate(-50%, -50%) rotate(225deg);
    transform: translate(-50%, -50%) rotate(225deg)
}
.acme-news-ticker-controls.acme-news-ticker-vertical-controls button.acme-news-ticker-next:after {
    -webkit-transform: translate(-50%, -50%) rotate(405deg);
    -ms-transform: translate(-50%, -50%) rotate(405deg);
    transform: translate(-50%, -50%) rotate(405deg)
}
.acme-news-ticker-controls.acme-news-ticker-horizontal-controls button.acme-news-ticker-prev {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem
}
.acme-news-ticker-controls.acme-news-ticker-horizontal-controls button.acme-news-ticker-next {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem
}
.cm-carousel .item .item-desc {
    width: 100%;
    padding: 8px;
    left: 0;
    bottom: 0;
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 20%);
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    position: absolute;
   /* background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .99) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .99) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .99) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)*/
}
.cm-carousel.owl-carousel .owl-nav button.owl-prev, .cm-carousel.owl-carousel .owl-nav button.owl-next, .cm-carousel.owl-carousel button.owl-dot { background: #fc4a00; color: #fff;}
.cm-carousel.owl-carousel .owl-nav button.owl-prev:hover, .cm-carousel.owl-carousel .owl-nav button.owl-next:hover, .cm-carousel.owl-carousel button.owl-dot:hover {background: #fc4a00;
 color: #fff;}
.cm-carousel .item .item-desc p { margin-bottom: 5px}
.cm-carousel .item .item-desc .item-caption {
    font-size: 16px;
    font-weight: 700;
    background-color: #00000059;
    margin-left: -13px;
    margin-right: -13px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.cm-carousel.owl-carousel.owl-theme .owl-nav { font-size: 20px;}
.cm-carousel.owl-carousel.owl-theme .owl-nav .owl-prev{position: absolute;left: 20px;    top: 45%; top: 50%;width: 32px;height: 30px;}
.cm-carousel.owl-carousel.owl-theme .owl-nav .owl-next{position: absolute;right: 20px;    top: 45%;top: 50%;width: 32px;height: 30px;}
.cm-carousel.owl-carousel.owl-theme .owl-nav .owl-next span {padding-top:5px;}
.cm-carousel.owl-carousel.owl-theme .owl-nav .owl-prev span {padding-top:5px;}

	
	
.item-caption a {color: #fff}
.item-caption a:hover {color: #fff16e}
.cm-carousel .item .item-desc .item-date {
    font-size: 14px;
    color: #d4d4d4
}
.item-desc-cm {
    margin-top: 20px;
    left: 0;
    z-index: 999;
    position: absolute;
    background-color: #df0610;
    min-width: 20%;
    padding: 5px 10px 1px 10px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px
}
.thumb-cm-news .post_thumb {
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}
.post_thumb {
    position: relative
}
.cm-highlight {
    position: relative;
    width: 100%;
    max-width: 400px
}
.cm-highlight:hover .overlay {
    opacity: 1
}
.imghover {
    position: relative;
    overflow: hidden
}

#cm-news .post-holder {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0
}

.imghover img {
    transition: all 0.7s ease
}

.imghover:hover img {
    transform: scale(1.05)
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: #000000b5
}

.cm-highlight .icon {
    color: #fff;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center
}

.cm-highlight a:hover {
    color: #df0610
}

.cmh-title {
    color: #fff;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem .5rem .5rem;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .99) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .99) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .99) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)
}

#imp-news ul {
    padding: 0;
    margin: 0
}

.section-title {
    position: relative;
    margin-bottom: 15px;
    text-align: left;
    overflow: hidden
}

.section-title h2 {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    width: 100%;
    margin: 0
}

.section-title h2::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    margin-left: 15px;
    background-color: #df0610
}

.post_thumb figure {
    margin: 0
}

#imp-news .post_thumb figure {
    padding-bottom: 75%
}

.image-holder {
    display: block;
    position: relative;
    height: 0;
    -webkit-animation-name: background-loading;
    animation-name: background-loading;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-color: #fff;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, 0)), linear-gradient(#e5e5e5 100%, transparent 0);
    background-size: 99% 100%, cover
}

.image-holder img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#imp-news .card .post-holder {
    padding: 20px;
    background-color: rgba(0, 0, 0, .02);
    border: 1px solid rgba(0, 0, 0, .03)
}

#imp-news .card .post-holder {
    padding: 12px 0 5px 10px;
    background-color: rgba(0, 0, 0, .02);
    border: 1px solid rgba(0, 0, 0, .03);
  
}

#imp-news .entry_cats {
    margin-bottom: 10px
}

.entry_cats ul.post-categories {
    list-style: none;
    margin: 0;
    padding: 0
}

.entry_cats ul.post-categories li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0
}

.entry_cats ul.post-categories li a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    background-color: #fc4a00;
    padding: 6px 10px 3px 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    line-height: 1;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px
}

#imp-news .card {
    margin-bottom: 30px;
    border: none
}

#imp-news .card .post_title h2 {
    font-size: 16px
}

.post_title h2,
.post_title h3,
.post_title h4,
.post_title h5 {
    margin-bottom: 0
}

#imp-news .imp-post-meta {
    margin-top: 0
}

ul.post_meta li {
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
    margin-bottom: 0
}

ul.post_meta li time {
    display: inline-block
}

ul.post_meta li time {
    color: #666;
    font-size: 12px;
    transition: all .7s ease
}

ul.post_meta li.posted_date time::before {
    content: "\f017";
}

.w::before {
    content: '\f017' !important
}

ul.post_meta li time::before {
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    margin-right: 5px
}

.box {
    position: relative;
    margin-bottom: 30px
}

#imp-news h2 a {
    font-weight: 600
}

#imp-news .post_title h2 a {
    font-size: 15px;
    line-height: 20px
}

.card_layout_one {
    border: none;
    margin-bottom: 15px !important
}

.widget-box {
    overflow: hidden;
    background-color: rgb(243 243 243);
    padding: 30px 20px;
    /* border: 4px solid #ff8434; */
    /* box-shadow: 0px 0px 20px 0px #ffd400a8; */
    border-radius: 4px;
}

.today-nav .nav-item {
  background-color: #fff;
  width: 33.333%;
  border-left: 1px solid #f1f1f1;
}

.today-nav .nav-link {
    font-weight: 600;
    font-size: 16px
}

.today-nav .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #df0610;
    border-color: #dee2e6 #dee2e6 #fff
}

.today-news-list .today-nav .nav-tabs .nav-item {
    margin-bottom: 0;
    background-color: #fff;
    border-right: 1px solid #f7f7f7
}

.today-news-list .tab-pane {
    padding: 15px 0 15px 0
}

.today-news-list .tab-pane ul .news-media-list-item {
    border-bottom: 1px solid #e8e8e8;
    padding: 5px;
    margin: 2px auto
}

.today-news-list .tab-pane ul .news-media-list-item a {
    font-size: 13px;
    font-weight: 700
}

.today-news-list .tab-pane ul .news-media-list-item .news-media-date {
    background-color: #e8e8e8;
    line-height: 1;
    padding: 4px 5px 3px 5px;
    font-size: 12px;
    color: #666
}

.today-news-list .news-media-date::before {
    content: '\f073';
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    margin-right: 5px
}

#depart-news {
    background-color: #f7f7f7;
}

.tie-alignright {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    width: 100%
}

.section-options {
    font-size: 12px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 25px;
    margin-top:-20px;
}

.section-options-links {
    overflow: hidden;
    height: 22px;
    padding-left: 15px
}

.section-options-links a.current {
    color: #ffffff;
    background-color: #fc4a00;
}

.section-options-links a {
    padding: 0 6px;
    margin: 0 2px;
    line-height: 22px;
    border-radius: 2px;
    color: #2c2f34;
    display: inline-block;
    transition: 0.2s;
    white-space: nowrap;
    word-wrap: normal
}

.section-options-links .slider-arrow-nav {
    -webkit-flex: 0 0 55px;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px
}

.slider-arrow-nav {
    float: right;
    margin-left: 5px
}

.slider-arrow-nav li {
    float: left;
    clear: none
}

.slider-arrow-nav a {
    border: 1px solid rgba(0, 0, 0, .1);
    margin-left: 5px;
    font-size: 12px;
    line-height: 20px;
    width: 22px;
    height: 22px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border-radius: 2px
}

.slider-arrow-nav a:hover,
.slider-arrow-nav a.active {
    background-color: #fc4a00;
    color: #FFF
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.section-options-links li a:hover {
    background-color: #fc4a00;
    color: #FFF;
    border-radius: 2px;
    text-decoration: none
}

.dept_cats {
    margin-top: -45px;
    z-index: 1;
    position: absolute;
    background-color: #fc4a00;
    min-width: 40%;
    padding: 5px 10px 1px 10px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px
}

.dept_cats a {
    color: #fff;
    font-size: 12px
}

#depart-news .card {
    margin-bottom: 30px;
    border: none
}

#depart-news .card_layout_one {
    margin-bottom: 15px !important
}



#depart-news .post_title h2 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700
}

#depart-news .post_meta {
    padding: 0;
    margin: 0
}

#depart-news .entry_cats ul.post-categories {
    margin-bottom: 5px
}

#imp-news .section-options-links a {
    padding: 0 6px;
    margin: 0 2px;
    line-height: 22px;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    transition: 0.2s;
    white-space: nowrap;
    word-wrap: normal
}

#imp-news .slider-arrow-nav a {
    border: 1px solid rgb(0 0 0 / 23%);
    background-color: #00000069;
    color: #fff
}

#imp-news .slider-arrow-nav a.active {
    border: 1px solid rgb(0 0 0 / 23%);
    background-color: #df0610;
    color: #fff
}

#imp-news .entry_cats {
    margin-bottom: 5px;
    margin-top: 5px
}

#imp-news_right h2 a {
    font-weight: 600
}

#imp-news_right .post_title h2 a {
    font-size: 14px;
    line-height: 20px
}

#imp-news_right .card .post_title h2 {
    font-size: 14px
}

#imp-news_right .post_thumb figure {
    padding-bottom: 75%
}

.post_thumb figure {
    margin: 0
}

#imp-news_right ul {
    padding: 0;
    margin: 0
}

#imp-news_right .card .post-holder {
    padding: 20px;
    background-color: rgba(0, 0, 0, .02);
    border: 1px solid rgba(0, 0, 0, .03)
}

#imp-news_right .card .post-holder {
    padding: 10px 0;
    background-color: rgba(0, 0, 0, .02);
    border: 1px solid rgba(0, 0, 0, .03)
}
#imp-news_right .post_title.big_title h2 a {font-size:16px;    line-height: 1.3;}

#imp-news_right .entry_cats {
    margin-bottom: 10px
}

.post-holder-dark {
    background-color: #000 !important;
    color: #ffffff !important;
    padding-left: 0px !important;
    padding-right: 0px !important
}

.post-holder-dark h2,
.post-holder-dark h2 a {
    background-color: #000 !important;
    color: #ffffff !important
}

.box-holder-dark {
    background-color: #000 !important;
    color: #ffffff !important
}

.box-holder-dark h2,
.box-holder-dark h2 a {
    background-color: #000 !important;
    color: #ffffff !important
}

.post-holder-dark time {
    color: #a0a0a0 !important
}

.box-holder-dark time {
    color: #a0a0a0 !important
}

#imp-news_right .card {
    margin-bottom: 30px;
    border: none ;   background: transparent;
}

#imp-news_right .card .post_title h2 {
    font-size: 14px
}

#imp-news_right .imp-post-meta {
    margin-top: 10px
}

#imp-news_right h2 a {
    font-weight: 600
}

#imp-news_right .post_title h2 a {
    font-size: 15px;
    line-height: 20px;color:#fff
}

#imp-news_right .section-options-links a {
    color: #fff
}

#imp-news_right .section-options-links a.current {
    color: #fff;
    background-color: #3e3e3e
}

#imp-news_right .slider-arrow-nav a {
    border: 1px solid rgb(0 0 0 / 23%);
    background-color: #ffffff69;
    color: #fff
}

#imp-news_right .slider-arrow-nav a.active {
    border: 1px solid rgb(0 0 0 / 23%);
    background-color: #df0610;
    color: #fff
}

.demo-gallery>ul {
    margin-bottom: 0
}

.demo-gallery>ul>li {
    float: left;
    margin-bottom: 15px;
    list-style: none
}

.demo-gallery>ul>li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left
}

.demo-gallery>ul>li a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%
}

.demo-gallery>ul>li a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    transition: all .7s ease
}

.demo-gallery>ul>li a:hover .demo-gallery-poster>img {
    opacity: 1
}

.demo-gallery>ul>li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, .1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s
}

.demo-gallery>ul>li a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, .5)
}

.demo-gallery .justified-gallery>a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%
}

.demo-gallery .justified-gallery>a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img {
    opacity: 1
}

.demo-gallery .justified-gallery>a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, .1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s
}

.demo-gallery .justified-gallery>a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, .5)
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: .8;
    width: 48px
}
.demo-gallery.dark>ul>li a {border: 3px solid #04070a}
.home .demo-gallery { padding-bottom: 80px}
.playpause {
    background-image: url(../images/video-play.png);
    background-repeat: no-repeat;
    width: 24%;
    height: 14%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: -21%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center
}
.box-shdw a {box-shadow: 0 0 3px #3c3c3c40}
.box-shdw a p {padding: 11px 0 3px 15px}
.cus_foot h3 {
    display: grid;
    width: 100%;
    align-items: center;
    text-align: center;
    grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
    grid-gap: 20px;
    color: #fff;
    padding: 15px;
    font-size: 14px;
    margin-left: -73px
}
.cus_foot h3:before { content: '';border-top: 2px solid #1d1d1d}
.cus_foot h3:after { content: '';border-top: 2px solid #fff}
.cus_foot_link h3 {
    font-weight: 700;
    color: #fff;
    padding: 15px;
    font-size: 24px;
}
section#footer {  background-color: #1d1d1d; padding: 15px 0;}
.cus_foot_link ul li a {color: #fff; font-size: 14px}
.cus_foot_link ul li {padding-bottom: 10px}
.cus_foot_link ul li a {color: #fff;font-size: 14px}
.cus_foot_most h3 {
    display: grid;
    width: 100%;
    align-items: center;
    text-align: center;
    grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
    grid-gap: 20px;
    color: #fff;
    padding: 15px;
    font-size: 14px;
    margin-left: -79px
}

.cus_foot_most h3:before {
    content: '';
    border-top: 2px solid #1d1d1d
}

.cus_foot_most h3:after {
    content: '';
    border-top: 2px solid #fff
}

.cus_foot_link ul {
    padding-left: 15px
}

.cus_foot_most ul li {
    padding-bottom: 10px
}

.cus_foot_most ul li a {
    color: #fff;
    font-size: 14px
}

.col-md-4.cus_foot_most ul li img {
    width: 100%;
    height: 76px
}

.cus_foot_most ul li i {
    color: #fff;
    font-size: 14px;
    padding-right: 7px
}

.col-md-4.cus_foot_most ul li p {
    color: #fff;
    font-size: 14px;
    margin-top: 9px
}

.cus_foot_most_new h3 {
    display: grid;
    width: 100%;
    align-items: center;
    text-align: center;
    grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
    grid-gap: 20px;
    color: #fff;
    padding: 15px;
    font-size: 14px;
    margin-left: -91px
}

.cus_foot_most_new h3:before {
    content: '';
    border-top: 2px solid #1d1d1d
}

.cus_foot_most_new h3:after {
    content: '';
    border-top: 2px solid #fff
}

.cus_foot_most_new ul li {
    padding-bottom: 5px
}

.cus_foot_most_new ul li a {
    color: #fff;
    font-size: 14px
}

.col-md-4.cus_foot_most_new ul li img {
    width: 100%;
    height: 76px
}

.cus_foot_most_new ul li i {
    color: #fff;
    font-size: 14px;
    padding-right: 7px
}

.col-md-4.cus_foot_most_new ul li p {
    color: #fff;
    font-size: 14px;
    margin-top: 9px
}

footer.bg-light.border-top.pb-2.pt-4.text-muted {
    margin-top: -30px
}

.playpause {
    cursor: pointer
}

.section-title.col-md-12 h2::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 93.5%
}

.section-title.col-md-12.videdo h2::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 92.5%
}

div#tw-post {
    height: 437px !important;
    overflow-y: scroll !important;
  
}

a#jfontsize-m:hover {
    background-color: #000 !important;
    color: #fff !important
}

a#jfontsize-d:hover {
    background-color: #000 !important;
    color: #fff !important
}

a#jfontsize-p:hover {
    background-color: #000 !important;
    color: #fff !important
}

.jfontsize-button {
    cursor: pointer;
    font-size: 14px;
    height: 20px;
    width: 20px;
    display: inline-block;
    line-height: 1;
    padding: 2px;
    text-align: center
}

.controls-top a {
    color: #fff;
    background-color: #df0610;
    padding: 5px;
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 1px;
    margin-bottom: 10px;
    font-size: 12px
}

div#u_0_0_Un ._2p3a {
    width: 389px !important
}

div#u_0_3_Lm {
    width: 387px !important
}

.widget-box.today-news-list.success-section .card {
    background-color: #f7f7f7 !important
}

.section-title.col-md-12.adds h2 {
    color: #fff;
    padding-left: 25px
}

footer {
    background-color: #000;
    color: #ccc;
    font-size: 12px
}

footer a {
    color: #fff
}

.foot-logo {
    background-color: #292929;
    padding: 15px;
    border: 1px solid #333
}

.contact-details-list {
    padding-left: 30px;
    padding-right: 15px;
    color: #fff;
    font-size: 14px
}

.cls-district-logo h1,
.cls-district-logo h2 {
    margin: 5px auto
}

.cls-district-logo h1 {
    color: #4a4a4a;
    font-size: 22px;
    margin-top: 10px
}

.cls-district-logo h2 {
    color: #4a4a4a;
    font-size: 30px;
    margin-top: 10px;
    font-weight: 700;
    font-family: 'Eczar'
}

.district-news-list .tab-pane {
    padding: 0 0 0 0px !important
}

/*.district-news-list .tab-pane ul {
    height: 285px !important;
    margin-bottom: 0
}*/

.district-news-list .tab-pane ul
 { margin-bottom: 0; padding: 0; }


#readers-choice-archive .card {
    margin-bottom: 30px;
    border: none
}

#readers-choice-archive .card .post-holder {
    padding: 20px;
    background-color: rgba(0, 0, 0, .02);
    border: 1px solid rgba(0, 0, 0, .03)
}

#readers-choice-archive .entry_cats {
    margin-bottom: 5px;
    margin-top: 5px
}

#readers-choice-archive ul {
    padding: 0;
    margin: 0
}

#readers-choice-archive .card .post_title h2 {
    font-size: 14px
}

#readers-choice-archive .post_title h2 a {
    font-size: 14px;
    line-height: 20px
}

#readers-choice-archive .imp-post-meta {
    margin-top: 10px
}

#readers-choice-archive .card .post_title h2 {
    font-size: 14px
}

#readers-choice-archive .post_title h2 a {
    font-size: 14px;
    line-height: 20px
}

#readers-choice-archive h2 a {
    font-weight: 600
}

ul.post_meta li span {
    color: #666;
    font-size: 12px;
    transition: all .7s ease
}

.smbhg_bg {
    background: url(../images/bhopalsmbhagimg.png);
    background-repeat: no-repeat;
    height: 102px;
    background-position: center;
    box-shadow: 3px 1px 5px #ccc
}

.cls-district-logo.pull-right.py-2 {
    box-shadow: -4px 4px 4px #ccc;
    padding: 8px
}

button#btn-close {
    position: absolute;
    background-color: #000;
    border: none !important;
    margin-left: -17px;
    margin-top: -9px;
    border-radius: 5px
}

button#btn-close i {
    color: #fff
}

.news_lft_box {
    padding: 33px 60px 0 60px;
    height: 450px;
    -webkit-box-shadow: 0 3px 5px 0 rgb(0 1 1 / 10%);
    box-shadow: 0 3px 5px 0 rgb(0 1 1 / 10%);
    background: linear-gradient(to top, white, #fffffff5)
}

.page-title h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    font-size: 18px;
    text-transform: uppercase
}

.video_title h2 {
    margin-top: -8px;
    margin-bottom: -15px
}

.video_title h2 a {
    color: #fff;
    font-size: 16px
}

.breakiing-nav {
    margin-left: 450px
}

.logo-nav {
    width: 410px;
    top: -22px;
    position: absolute;
    border: 1px solid #e7eef5;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #fff;
    left: 15px;
    padding: 15px
}

.page-title {
    color: #000;
    font-size: 18px;
    margin-bottom: 20px
}

.first-brk-news {
    color: #000;
    font-size: 24px;
    padding-bottom: 15px;
    font-weight: 600
}

.page-breaking-news ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.page-breaking-news ul li {
    width: 100%;
    float: left;
    border-top: 1px solid #e0e0e0;
    margin: 0 0 0;
    padding: 20px 0 10px 0;
    color: #000;
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap
}

.page-breaking-news ul li .leftpart {
    float: left;
    width: calc(100% - 150px)
}

.page-breaking-news ul li .leftpart-inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.page-breaking-news ul li .leftpart span {
    margin-right: 12px;
    display: inline-block;
    vertical-align: top
}

.page-breaking-news ul li .brk-news-content {
    display: inline-block
}

.page-breaking-news ul li .brk-news-content p {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0
}

.rightpart a {
    margin-left: 10px
}

.rightpart a i {
    color: #ccc
}

.rightpart a i.fa-facebook:hover {
    color: #3b5998
}

.rightpart a i.fa-twitter:hover {
    color: #00acee
}

.rightpart a i.fa-whatsapp:hover {
    color: #2fbd00
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    z-index: 999999
}

.section-titler h2 {
    font-size: 16px;
    font-weight: 700;
    position: relative
}

.cus_top {
    margin-top: -30px
}

.box-shdw img {
    height: 200px !important
}

#page-login-inner {
    background: linear-gradient(90deg, rgba(233, 4, 5, 1) 26%, rgba(228, 228, 228, 1) 26%);
    padding-top: 25px;
    padding-bottom: 25px
}

.login_box {
    background-color: #fff;
    padding: 15px
}

.login h2 {
    color: #ff6400;
    border-bottom: 1px solid #ccc;
    font-size: 17px
}

.bg-section {
    background: url(../../images/login-bg.jpg) center / 100% 100%;
    height: 430px
}

.login h2 i {
    padding-right: 5px;
    color: #df0610
}

input#imgLogin {
    padding: 0 10px 0 10px
}

input#imgLogin {
    padding: 0 10px 0 10px;
    background-color: #0f9231
}

[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible
}

[data-title]:after {
    content: attr(data-title);
    position: absolute;
    bottom: -1.6em;
    left: 70%;
    padding: 4px 4px 4px 8px;
    color: #000;
    white-space: nowrap;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 4px #666;
    -webkit-box-shadow: 0 0 4px #666;
    box-shadow: 0 0 4px #666;
    background-color: #fff;
    opacity: 0;
    z-index: 99999;
    visibility: hidden
}

[data-title] {
    position: relative
}

input#btnReset {
    padding: 0 10px 0 10px;
    border: 1px solid #ccc;
    background-color: #52677c;
    color: #fff
}

.btn-info:focus,
.btn-info.focus {
    box-shadow: none !important
}

.btn-default:focus,
.btn-default.focus {
    box-shadow: none !important
}

.cptcha.col-md-3 {
    background-color: #fff;
    margin-left: -112px;
    padding-left: 34px;
    padding-top: 12px
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);

}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border-radius: 5px;
}

.border-rdius {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 4px 2px 0 #929292cc
}

.border-rdius1 {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 4px 2px 0 #929292cc
}

.border-rdius3 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 4px 2px 0 #929292cc
}

.border-rdius4 {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 4px 2px 0 #929292cc
}

article.card.box-shadoww {
    box-shadow: 1px 5px 1px 0 #d0d0d0
}

figure.imghover.image-holder {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.box-crd-shdw {
    box-shadow: 1px 5px 1px 0 #d0d0d0
}

.box-shdw a {
    box-shadow: 0 5px 2px 1px #d0d0d0
}

.tanlee {
    background-color: #3a70b3;
    color: #fff
}

.section-title.col-md-12.videdo.mt-4 h3 {
    margin-top: 12px;
    border-bottom: 1px solid #f9f9f9;
    padding-bottom: 8px
}

div#headingOne {
    padding: 0px !important;
    background-color: #bf1919;
    color: #fff
}

.headingTwo {
    padding: 0px !important;
    background-color: #f8f9fa;
    color: #292827
}

.headingThree {
    padding: 0px !important;
    background-color: #f8f9fa;
    color: #292827
}

.headingFour {
    padding: 0px !important;
    background-color: #f8f9fa;
    color: #292827
}

.headingFive {
    padding: 0px !important;
    background-color: #f8f9fa;
    color: #292827
}

.headingSix {
    padding: 0px !important;
    background-color: #f8f9fa;
    color: #292827
}

.headingSeven {
    padding: 0px !important;
    background-color: #f8f9fa;
    color: #292827
}

.headingEight {
    padding: 0px !important;
    background-color: #f8f9fa;
    color: #292827
}

.headingNine {
    padding: 0px !important;
    background-color: #f8f9fa;
    color: #292827
}

.headingTen {
    padding: 0px !important;
    background-color: #f8f9fa;
    color: #292827
}

.headingEleven {
    padding: 0px !important;
    background-color: #f8f9fa;
    color: #292827
}

.headingTweleve {
    padding: 0px !important;
    background-color: #f8f9fa;
    color: #292827
}

.headingThirtin {
    padding: 0px !important;
    background-color: #f8f9fa;
    color: #292827
}

.headingFourtin {
    padding: 0px !important;
    background-color: #f8f9fa;
    color: #292827
}

.headingFivetin {
    padding: 0px !important;
    background-color: #f8f9fa;
    color: #292827
}

.headingSixtin {
    padding: 0px !important;
    background-color: #f8f9fa;
    color: #292827
}

.headingSeventin {
    padding: 0px !important;
    background-color: #f8f9fa;
    color: #292827
}

.headingEighteen {
    padding: 0px !important;
    background-color: #f8f9fa;
    color: #292827
}

.headingNineteen {
    padding: 0px !important;
    background-color: #f8f9fa;
    color: #292827
}

table.table.table-sm.table-striped.cus_tbl tr td p {
    margin-bottom: 0
}

table.table.table-sm.table-striped.cus_tbl tr td {
    padding: 9px
}

table.table-responsive.tanlee tr th {
    padding: 4px 0 5px 10px
}

table.table.table-sm.table-striped.cus_tbl tr th {
    background-color: #3a70b3;
    color: #fff
}

.bg_iframe iframe {
    background: url(../images/comming-soon.png) no-repeat center / 100% 100%
}

.card-body.row p {
    font-size: 14px;
    text-align: justify
}

.img_custm img {
    margin: 0 0 2px 14px
}

.card-header {
    padding: 0px !important
}

.customheight img {
    height: 200px !important
}

div#headingOne {
    background-color: #df0610;
    color: #fff
}

.box_speach {
    background-color: #fff;
    box-shadow: 0 0 3px 2px #636363;
    padding: 10px 0 10px 16px
}

.box_speach p {
    float: right;
    padding-right: 15px
}

.box_speach a {
    color: blue
}

.box_speach p i {
    color: red
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
 
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border-radius: 5px
}

.border-rdius {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 4px 2px 0 #929292cc
}

.border-rdius1 {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 4px 2px 0 #929292cc
}

.border-rdius3 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 4px 2px 0 #929292cc
}

.border-rdius4 {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 4px 2px 0 #929292cc
}

article.card.box-shadoww {
    box-shadow: 1px 5px 1px 0 #d0d0d0
}

figure.imghover.image-holder {
    border-radius: 6px;
}

.box-crd-shdw {
    box-shadow: 1px 5px 1px 0 #d0d0d0
}

.box-shdw a {
    box-shadow: 0 5px 2px 1px #d0d0d0
}

.table_sachiv tr th {
    font-size: 14px;
    font-weight: 600;
    vertical-align: inherit;
    text-align: center;
    padding: 3px 0 3px 0px !important;
    background-color: #df0610;
    color: #fff
}

.cus_tttl {
    margin-bottom: 0px !important;
    padding: 8px 0 3px 22px
}

.card {
    margin-bottom: 15px
}

#advslider .carousel-control-prev,
#advslider .carousel-control-next {
    top: inherit;
    bottom: 10px
}

#advslider a.carousel-control-next.text-dark,
#advslider a.carousel-control-prev.text-dark {
    opacity: .8;
    width: 14px
}

#advslider span.fa.fa-angle-right,
#advslider span.fa.fa-angle-left {
    padding: 2px 5px;
    background-color: #fff;
    opacity: .8
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1)
    }
    to {
        -webkit-transform: scale(1.5, 1.5)
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1)
    }
    to {
        transform: scale(1.5, 1.5)
    }
}

.carousel-inner .carousel-item>img {
    -webkit-animation: zoom 20s;
    animation: zoom 20s
}

@media (min-width:768px) and (max-width:1024px) {
    .thumb-cm-news .post_thumb {
        height: 180px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin-bottom: 15px !important
    }
    #nav_custm ul li {
        display: inline-block
    }
    #nav_custm ul li a {
        display: block;
        padding: .1rem 0.2rem !important
    }
    div#navbarNavDropdown1 ul li a {
        padding-left: 12px
    }
    .acme-news-ticker-box {
        height: 56px !important
    }
    div#lbtnRelNews {
        margin-top: 46px;
        margin-bottom: 30px
    }
    ul.navbar-nav.nav-toplinks {
        display: block !important
    }
    div#navbarNavDropdown ul li.show {
        display: inline-grid
    }
    div#navbarNavDropdown ul li.show a {
        padding: 0rem 0rem !important
    }
    .acme-news-ticker-label {
        background: #fff;
        padding: 18px 16px 8px 16px;
        width: auto;
        float: left;
        line-height: 12px;
        height: 100%;
        color: #fff;
        border: 1px solid #f11e27;
        border-top-left-radius: 0rem !important;
        border-bottom-left-radius: 0rem !important;
        box-shadow: -2px 1px 4px 0 #00000047;
        margin-bottom: -14px !important;
        top: -33px !important;
        height: 56px
    }
    section#cm-news {
        margin-top: 40px
    }
    .logo-nav {
        width: 303px !important;
        top: -22px;
        position: absolute;
        border: 1px solid #e7eef5;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        background-color: #fff;
        left: 81px !important;
        padding: 15px
    }
    .breakiing-nav {
        margin-left: 0px !important
    }
    ul.section-options-links.pull-right.nav {
        margin-top: 27px !important;
        margin-bottom: 14px !important
    }
    .cm-highlight .icon {
        color: #fff;
        font-size: 50px;
        position: absolute;
        top: -286%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center
    }
    .cls-district-logo.pull-right.py-2 {
        float: left
    }
    .smbhg_bg {
        float: right;
        width: 100% !important;
        margin-top: 0px !important
    }
     .d-none{
        display:block !important;
    }
     .section-options-links {
    overflow: hidden;
    height: auto !important;
    padding-left: 15px;
}
     .cptcha.col-md-3 {
    background-color: #fff;
    margin-left: 195px;
    padding-left: 34px;
    padding-top: 12px;
    margin-top: -50px;
}
     .logo-nav.cus_mbl_lgo {
    margin-left: -82px;
}
}

@media (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    .thumb-cm-news .post_thumb {
        height: 180px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin-bottom: 15px !important
    }
    .acme-news-ticker-label {
        background: #fff;
        padding: 18px 16px 8px 16px;
        width: auto;
        float: left;
        line-height: 12px;
        height: 100%;
        color: #fff;
        border: 1px solid #f11e27;
        border-top-left-radius: 0rem !important;
        border-bottom-left-radius: 0rem !important;
        box-shadow: -2px 1px 4px 0 #00000047;
        margin-bottom: -14px !important;
        top: -33px !important;
        height: 56px !important
    }
    #nav_custm ul li {
        display: inline-block
    }
    #nav_custm ul li a {
        display: block;
        padding: .1rem 0.2rem !important
    }
    div#navbarNavDropdown1 ul li a {
        padding-left: 12px
    }
    .acme-news-ticker-box {
        height: 56px !important
    }
    div#lbtnRelNews {
        margin-top: 46px;
        margin-bottom: 30px
    }
    ul.navbar-nav.nav-toplinks {
        display: block !important
    }
    div#navbarNavDropdown ul li.show {
        display: inline-grid
    }
    div#navbarNavDropdown ul li.show a {
        padding: 0rem 0rem !important
    }
    .acme-news-ticker-label {
        background: #fff;
        padding: 7px 16px 8px 16px;
        width: auto;
        float: left;
        line-height: 12px;
        height: 100%;
        color: #fff;
        border: 1px solid #f11e27;
        border-top-left-radius: 0rem !important;
        border-bottom-left-radius: 0rem !important;
        box-shadow: -2px 1px 4px 0 #00000047;
        margin-bottom: -14px !important;
        top: -33px !important
    }
    section#cm-news {
        margin-top: 40px
    }
    .logo-nav {
        width: 303px !important;
        top: -22px;
        position: absolute;
        border: 1px solid #e7eef5;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        background-color: #fff;
        left: 81px !important;
        padding: 15px
    }
    .breakiing-nav {
        margin-left: 0px !important
    }
    ul.section-options-links.pull-right.nav {
        margin-top: 27px !important;
        margin-bottom: 14px !important
    }
    .cm-highlight .icon {
        color: #fff;
        font-size: 50px;
        position: absolute;
        top: -286%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center
    }
    .cls-district-logo.pull-right.py-2 {
        float: left
    }
    .smbhg_bg {
        float: right;
        width: 28%;
        margin-top: -102px
    }
/*.d-none{display:block !important;} */
.section-options-links {
    overflow: hidden;
    height: auto !important;
    padding-left: 15px;
}
.cptcha.col-md-3 {
    background-color: #fff;
    margin-left: 195px;
    padding-left: 34px;
    padding-top: 12px;
    margin-top: -50px;
}
.logo-nav.cus_mbl_lgo {
    margin-left: -82px;
}
}
@media (min-width:481px) and (max-width:767px) {
    .thumb-cm-news .post_thumb {
        height: 180px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin-bottom: 15px !important
    }
    #nav_custm ul li {
        display: inline-block
    }
    #nav_custm ul li a {
        display: block;
        padding: .1rem 0.2rem !important
    }
    div#navbarNavDropdown1 ul li a {
        padding-left: 12px
    }
    .acme-news-ticker-box {
        height: 56px !important
    }
    div#lbtnRelNews {
        margin-top: 46px;
        margin-bottom: 30px
    }
    ul.navbar-nav.nav-toplinks {
        display: block !important
    }
    div#navbarNavDropdown ul li.show {
        display: inline-grid
    }
    div#navbarNavDropdown ul li.show a {
        padding: 0rem 0rem !important
    }
    .acme-news-ticker-label {
        background: #fff;
        padding: 18px 16px 8px 16px;
        width: auto;
        float: left;
        line-height: 12px;
        height: 100%;
        color: #fff;
        border: 1px solid #f11e27;
        border-top-left-radius: 0rem !important;
        border-bottom-left-radius: 0rem !important;
        box-shadow: -2px 1px 4px 0 #00000047;
        margin-bottom: -14px !important;
        top: -33px !important;
        height: 56px
    }
    section#cm-news {
        margin-top: 40px
    }
    .logo-nav {
        width: 303px !important;
        top: -22px;
        position: absolute;
        border: 1px solid #e7eef5;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        background-color: #fff;
        left: 81px !important;
        padding: 15px
    }
    .breakiing-nav {
        margin-left: 0px !important
    }
    ul.section-options-links.pull-right.nav {
        margin-top: 27px !important;
        margin-bottom: 14px !important
    }
    .cm-highlight .icon {
        color: #fff;
        font-size: 50px;
        position: absolute;
        top: -286%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center
    }
    .cls-district-logo.pull-right.py-2 {
        float: right;
        margin-right: 140px
    }
    .smbhg_bg {
        float: right;
        width: 13%;
        margin-top: -102px
    }
     .d-none{
        display:block !important;
    }
     .section-options-links {
    overflow: hidden;
    height: auto !important;
    padding-left: 15px;
}
.cptcha.col-md-3 {
    background-color: #fff;
    margin-left: 195px;
    padding-left: 34px;
    padding-top: 12px;
    margin-top: -50px;
}
     .logo-nav.cus_mbl_lgo {
    margin-left: -82px;
}
}
@media (min-width:320px) and (max-width:480px) {
    .thumb-cm-news .post_thumb {
        height: 180px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin-bottom: 15px !important
    }
    ul.section-options-links.pull-right.nav {
        margin-top: 27px !important;
        margin-bottom: 14px !important
    }
    .logo-nav {
        width: 303px !important;
        top: -22px;
        position: absolute;
        border: 1px solid #e7eef5;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        background-color: #fff;
        left: 81px !important;
        padding: 15px
    }
    .breakiing-nav {
        margin-left: 0px !important
    }
    #nav_custm ul li {
        display: inline-block;vertical-align: middle;
    }
    #nav_custm ul li a {
        display: block;
        padding: .1rem 0.2rem !important
    }
    div#navbarNavDropdown1 ul li a {
        padding-left: 12px
    }
    .acme-news-ticker-box {
        height: 56px !important
    }
    div#lbtnRelNews {
        margin-top: 46px;
        margin-bottom: 30px
    }
    ul.navbar-nav.nav-toplinks {
        display: block !important
    }
    div#navbarNavDropdown ul li.show {
        display: inline-grid
    }
    /*div#navbarNavDropdown ul li.show a {
        padding: 0rem 0rem !important
    } */
    .acme-news-ticker-label {
        background: #fff;
        padding: 7px 16px 8px 16px;
        width: auto;
        float: left;
        line-height: 12px;
        height: 100%;
        color: #df0610 !important;
        border: 1px solid #f11e27;
        border-top-left-radius: 0rem !important;
        border-bottom-left-radius: 0rem !important;
        box-shadow: -2px 1px 4px 0 #00000047;
        margin-bottom: -14px !important;
        top: -33px !important
    }
    section#cm-news {
        margin-top: 40px
    }
    footer.border-top.pb-2.pt-4 p {
        text-align: center;
        padding-right: 72px;
        padding-left: 37px
    }
    .cm-highlight .icon {
        color: #fff;
        font-size: 50px;
        position: absolute;
        top: -286%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center
    }
    #imp-news .card .post-holder {
        padding: 12px 0 5px 10px;
        background-color: rgba(0, 0, 0, .02);
        border: 1px solid rgba(0, 0, 0, .03);
        height: auto !important
    }
    .cls-district-logo.pull-right.py-2 {
        float: left
    }
    .smbhg_bg {
        float: right;
        width: 28%;
        margin-top: -102px
    }
    .d-none{
        display:block !important;
    }
    .section-options-links {
    overflow: hidden;
    height: auto !important;
    padding-left: 15px;
}
    .cptcha.col-md-3 {
    background-color: #fff;
    margin-left: 195px;
    padding-left: 34px;
    padding-top: 12px;
    margin-top: -50px;
}
    .logo-nav.cus_mbl_lgo {
    margin-left: -82px;
}
}
div#navbarNavDropdown a.btn-orange:hover {
    background-color: #fff;
    background-color: #656565
}
div#navbarNavDropdown a.btn-orange:focus {
    background-color: #fff;
    background-color: #656565
}
nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.mb-4 {
    padding: 0rem 0rem !important
}
nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.mb-4 li {
    padding: 0px !important;
    list-style-type: none
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-color-index:0) {
    /*
      Define here the CSS styles applied only to the Safari 6 and 7 versions when
      running them in any device (computers, iPhone, iPad, ...)
     */
.context-fb-post {width: 370px !important;}
}

button#btn-speclose {position: absolute;right: 0px;}
.floating-menu {position: absolute!important; right: 10px;}
.btn-sq {
    display: initial !important;
    border: 1px solid #ccc;
    height: 40px;
    width: 52px;
    font-size: 10px;
    background-color: #fafafa;
    text-align: center;
    padding: 9px 13px 9px 13px !important;
    color: #337ab7;
}
 table#ContentPlaceHolder1_gvOffice {
    display: inline-table !important;
}
/***  New Theme Changes 31-07-2021   ***/
#top-header{ margin: 0px; }
#top-header .nav-link {display: block;padding: 0.25rem 0.5rem;margin-top: 0.25rem;color: #fff;}
.header-gradient {
    background-image: -webkit-linear-gradient( 70deg,#8d0303 0%,#fe803b 100%);
    background-image: -o-linear-gradient(70deg,#8d0303 0%,#fe803b 100%);
    background-image: linear-gradient( 20deg,#8d0303 0%,#fe803b 100%);    position: relative;
}
.header-gradient .navbar.navbar-dark a.nav-link {font-size: 14px;color: #fff;    padding:25px 4px;  font-weight: 600;}
.header-gradient .nav-item.active a {
    color: #fff!important;
    background-color: #ffffff29!important;
    border-color: #f67737!important;
    padding-left: 1rem!important;
    padding-right: 1rem!important;
    margin-left: 0.5rem;
}
.head-brk-news{
    color:#007bff;
    font-size:18px;
    font-weight:bold;
    text-transform: uppercase;
}
.bg_black {background:#000}
.brk-news-carousel {padding:0 15px;}
.brk-news-carousel .owl-stage-outer {  box-shadow: none;}
.brk-news-carousel .item .post-title {
    font-size: 13px;
    font-weight: 600;
    color: #222;
    line-height: 24px;
    transition: all ease 500ms;
}
.brk-news-carousel .item .post-title:hover a{
color: #fc4a00;
text-decoration: none;
}
.brk-news-carousel .item .post-meta span {
    margin-right: 10px;
    font-size: 13px;
    color: #999;
}
.brk-news-carousel .owl-nav {width:100%; top: 0px; }
.brk-news-carousel .owl-next { position: absolute;right: -30px;}
.brk-news-carousel .owl-prev {
 position: absolute;
    left: -30px;
}
.brk-news-carousel.owl-carousel .owl-nav button.owl-prev span, .brk-news-carousel.owl-carousel .owl-nav button.owl-next span {
    font-size: 30px;
    height: 30px;
    width: 30px;
    display: block;
    line-height: 28px;
    color: #007bff;
}
.brk-news-carousel.owl-carousel .owl-nav button.owl-prev, .brk-news-carousel.owl-carousel .owl-nav button.owl-next, .brk-news-carousel.owl-carousel button.owl-dot {
    background: #ffffff00;    top:15%;
}
.media.border-right {padding-right:10px;}
.counter {
    background-color: #ffffff;
    text-align: center;
    border-bottom: 2px solid #f1f1f1;
}
p.counter-count:after {
    content: '+';
}
.employees,.customer,.design,.order
{
    margin-top: 15px;
    margin-bottom: 15px;
}
.counter-count
{
    font-size: 20px;
    font-weight: 600;
    /* background-color: #00b3e7; */
    border-radius: 50%;
    position: relative;
    color: #2c498d;
    text-align: center;
    line-height: 60px;
    width: 92px;
    height: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
}
.employee-p,.customer-p,.order-p,.design-p
{
    font-size: 17px;
    font-weight: bold;
    color: #000000;
    line-height: 34px;
}
#cm-top-news .post_title h2
{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

#cm-top-news .card{
    border:none;
    margin-bottom: 25px;
}

#cm-top-news  .post_meta {
    padding: 0px;

}
#cm-top-news .post_thumb{
    margin-bottom: 10px;

}
#cm-top-news .cm-center 
{ 
    z-index: 1;
    background-color: #ffffffe8;
    width: 70%!important;
    margin: 0 auto;
    margin-top: -80px;
    padding: 30px;
    text-align: center;
    border-radius: 20px; 
}

#cm-top-news .cm-center .post-desc{
  font-size: 14px;
}
#cm-top-news .cm-center .post-categories {
    margin-top:-40px;
    margin-bottom: 20px;
}
#cm-top-news .cm-center .entry_cats ul.post-categories li a {
    font-weight: bold;
    padding: 8px 10px 6px 10px;
    border-radius: 5px!important;
}
#imp-news_right .bg-dark {
 border-radius: 5px;
}

#news-letter .inp-news{
    height: 50px;
    background-color: #ffffff63;
    border: none;
    font-size:12px;
    color:#fff;
}
#news-letter .inp-news::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: ffffff;
}
.list-home-social li a{ color:white; font-size:24px; }
.list-home-social li {margin-right:15px; }

#video-gallery .post_title h2
{    font-size: 14px;
    font-weight: 700;
    line-height: 22px;  
}
#video-gallery .vbdr{
border: 1px solid #00000000;
}
.btco-hover-menu .collapse ul ul > li:hover > a, .navbar .show .dropdown-menu > li > a:focus, .navbar .show .dropdown-menu > li > a:hover {
    background: #ffffff;
    color: #ff4b1f!important
}
.btco-hover-menu .collapse ul > li:hover > a {
    background: #ffffff2b!important;
    color: #ffffff!important;
}
.play-btn {
    position: absolute;
    z-index: 10;
    top: 28%;
    left: 82%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 21px;
    height: 17px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}
.play-btn:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
.play-btn span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 17px solid #013A6C;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.play-btn:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    transition: all 200ms;
}
@keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }

    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
  }
  .block-title.title-border {
    margin-left: 10px;
    border-bottom: 2px solid #fc4a00;font-size: 15px;
}

.block-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    line-height: 36px;
}
.block-title.title-border .title-bg {
    padding: 0 27px;
    position: relative;
    background: #fc4a00;
    display: inline-block;
    top: 2px;
}
.block-title.title-border .title-bg:before {
    position: absolute;
    content: "";
    left: -9px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #fc4a00;
    bottom: 0;
    margin: auto;
}
.block-title.title-border .title-bg:after {
    position: absolute;
    content: "";
    right: -15px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 34px solid transparent;
    border-left: 15px solid #fc4a00;
    border-bottom: 0 solid transparent;
    height: 100%;
}
.section-heading .block-title {
    text-align: left;
    color: #007bff;
}
.block-title {
    Margin: 0 0 25px 0;
}
.post_title a:hover {
    color: #fc4a00;
    text-decoration: none;}
.title-angle-shap {
    display: inline-block;
    padding: 0 0 0 15px;
    position: relative;
}
 .block-title .title-angle-shap:before {
    background: #007bff;
}
.block-title .title-angle-shap:after {
    background: #007bff;
}
.block-title .title-angle-shap:before, .block-title .title-angle-shap:after, .title-angle-shap:before, .title-angle-shap:after, .block-title .title-angle-shap:before, .block-title .title-angle-shap:after,  .title-angle-shap:before, .title-angle-shap:after {
    position: absolute;
    top: 0;
    content: "";
    left: 0;
}
.title-angle-shap:before {
    width: 3px;
    height: 12px;
}
.title-angle-shap:after {width: 12px;height: 3px;}
#photo-gallery{background-color:#f7f7f7;}
#sync1 .owl-prev {
    background: #fc4a00;
    left: 0;
    right: auto;
}
#sync1 .owl-prev, #sync1 .owl-next {
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    padding: 5px;
    background: #fc4a00;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;color:#fff;
}
#sync1 .owl-prev, #sync1 .owl-next span {padding-top:5px}
#sync1 .owl-prev, #sync1 .owl-prev span {padding-top:5px}
#sync1 .owl-nav i {
    font-size: 20px;
    color: #fff;
}
#sync1 .abs {
    position: absolute;
    bottom: -13px;
    margin: 20px 0;
    background: #0000008f;
    padding: 13px;
    /* opacity: 0.5; */
    color: white;    width: 100%;
}
#sync1  a.post-cat {
    position: relative;
    left: 0;
    top: 0;
    background: #fc4a00;
    color: #fff;
    padding: 0 10px;
    font-size: 11px;
    font-weight: 700;
    display: inline-block;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 7px;
    z-index: 1;
    margin-right: 5px;
    height: 19px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    letter-spacing: .44px;
}
#sync1 .post-title{
font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}
#sync1 .post-title a {color: #ffffff!important;}
#sync1 .post-meta-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#sync1 .post-date{list-style: none;}
#sync1.owl-carousel .owl-item img {max-height: 518px !important;  object-fit: cover;
 object-position: left top;}
  #sync2 .item {
    padding: 10px 0px;
    margin-right: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
    cursor: pointer;
    opacity: 0.8;
  }
  #sync2 .item h1 {
    font-size: 18px;
  }
  #sync2 .current .item {
    opacity: 1;
  }
  #sync2.owl-carousel .owl-item img {
 
    border-radius: 0px;
  }
  .owl-theme .owl-nav [class*=owl-] {
    transition: all 0.3s ease;
  }
  .owl-theme .owl-nav [class*=owl-].disabled:hover {
    background-color: #D6D6D6;
  }
  #sync1 .owl-nav {
    position: absolute;
    top: 40%;
    width: 98%;
  }
#video-gallery .item {position: relative;} 
#video-gallery .item-desc{
  padding: 10px;
  color: #fff;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #0000002e), to(rgba(0,0,0,.8)));
  background: -o-linear-gradient(top, #00000075  50%, rgba(0,0,0,.8) 100%);
  background: linear-gradient(to bottom, #00000075 50%, rgba(0,0,0,.8) 100%);
}
#video-gallery .item-desc a {
    color: #ffffff;
    text-decoration: none;
    transition: all .7s ease;
}
 .ts-play-btn {
    position: absolute;
    top: 45%;
    left: 45%;
    right: auto;
    font-size: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 13px 0px 0px 0px;
    display: block;
    text-align: center;
    font-size: 26px;
    background: #fc4a00;
    float: left;
    color: #fff;
    margin-right: 20px;
}
.ts-play-btn i {
    padding-left: 5px;
}

.input-bg-trans{
    background-color: #ffffff63;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

input.inp-news::placeholder {
    color: #fff;
    font-size:12px;
    margin-left:-10px;
  }

  #imp-news-cm .title-angle-shap{color: #fc4a00;}
  #imp-news-cm .block-title .title-angle-shap:before {
    background: #fc4a00;
}
#imp-news-cm .block-title .title-angle-shap:after {
    background: #fc4a00;
}

#imp-news-cm .post_title-big h2 a, #depart-news .post_title-big h2 a, #imp-news_right .post_title-big h2 a {
    margin-top: 15px;
    font-size: 16px!important;
    line-height: 1.3!important;
}
#imp-news-cm .post_title h2 {
    font-weight: 700;
    line-height:1.3;
    font-size:14px;
}
#depart-news .title-angle-shap{color: #fc4a00;}
#depart-news .block-title .title-angle-shap:before {
  background: #fc4a00;
}
#depart-news .block-title .title-angle-shap:after {
  background: #fc4a00;
}
#depart-news .card{background: none;}


#imp-news_right .title-angle-shap{color: #fff;}
#imp-news_right .block-title .title-angle-shap:before {
  background: #fff;
}
#imp-news_right .block-title .title-angle-shap:after {
  background: #fff;
}
.bg-trans{background: #ffffff00;}
/*** New Theme Chamges ***/

/*** New Model Pop Up ***/

  .modal-header {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
  }
  
  .close-model {
 background: none;
    border: none;
    cursor: pointer;
    display: flex;
    height: 24px;
    text-decoration: none;
    width: 24px;
    position: absolute;
    z-index: 999999;
    right: 6px;
    color: #ffffff;
    top: 3px;
    border: 2px solid #000;
    border-radius: 99px;
    background-color: #000;
    padding: 5px;
  }
  .close-model svg {
    width: 16px;
  }
  
  .modal-wrapper {
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
  }
  
  #modal {
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    visibility: hidden;
  }
  #modal:target {
    opacity: 1;
    visibility: visible;
  }
  #modal:target .modal-body {
    opacity: 1;
    transform: translateY(1);
  }
  #modal .modal-body {
    max-width: 70%;
    opacity: 0;
    transform: translateY(-100px);
    transition: opacity 0.25s ease-in-out;
    width: 100%;
    z-index: 1;
    top: 16%;
    height: 510px;
   
  }
  
  .outside-trigger {
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
  }
  
  .button__link {
    text-decoration: none;
  }

/*** End Model Pop Up ***/
/**** Second Modal ***/

#modal2 {
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    visibility: hidden;
  }
  #modal2:target {
    opacity: 1;
    visibility: visible;
  }
  #modal2:target .modal-body {
    opacity: 1;
    transform: translateY(1);
  }
  #modal2 .modal-body {
    max-width: 70%;
    opacity: 0;
    transform: translateY(-100px);
    transition: opacity 0.25s ease-in-out;
    width: 100%;
    z-index: 1;
    top: 16%;
    height: 550px;
    background-color:#000;
  }
/**** *
/***** Search Model   *****/
#modal-search {
    background-color: #0000009c;
    z-index: 999999;
}
#modal-search .modal-header {
    border-bottom: none;
  }
/*  #modal-search .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    max-width: inherit;
  } */
  
  #modal-search .modal-backdrop {
  background-color:#fff;
    opacity:1!important;
      border: 10px solid rgba(136, 136, 136, .4);
  }
  
  #modal-search .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
    background: none;
    box-shadow: none;    border: 0;
  }
  
  #modal-search .modal-body {
    text-align: center;
  }
  
  #modal-search .modal-body form {
    margin: 0 auto;
    float: none;
    width: 800px;
  }
  
  #modal-search .modal-content .close {
    opacity: 1;
    font-size: 30px;
  }
  
  #modal-search .navbar-default .navbar-collapse,
  #modal-search .navbar-default .navbar-form {
    border: none;
  }
  .btn-search{
      color:#ffffff!important;
    line-height: 35px;
  }
  .btn-close-icon{
    font-size: 24px;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 99px;
    height: 40px;
    width: 40px;
    padding: 7px 5px 5px 5px;
    display: block;
  }
.btn-close-icon:hover {
    background-color: #fffffff2;
    color: #000;
}
.input-serch-box{
    background-color: #0000;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 99px!important;
    height: 70px;
    padding: 0 35px;
    font-family: open sans;
    font-size: 14px;
}
.input-serch-box:focus{
    background-color: #0000!important;
    color: #ffffff!important;
    border: 2px solid #fff!important;
}
.input-serch-box::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    font-family: open sans;
    font-size: 14px;
}
.search-button{
    background-color: transparent;
    border: 0;
    padding: 0;
    color: #fff;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 34%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 53%;
    width: 70px;
    border-radius: 0 50px 50px 0;
    z-index: 99999999;
    }
    .search-button i{
        top: 14%;
        position: absolute;
        right: 10px;
        height: 30px;
        width: 30px;
        line-height: 30px;
    }
    .mdgov_popSearches {text-align: left;}
    .mdgov_popSearches > a{
        font-size: 16px!important;
        font-weight: normal!important;}

        .post-author a {
            color: #a0a0a0 !important;
        }
/***** End Search Model *****/

/**** Right Side Floating Buttons ****/
#mySidenav a {
    position: absolute;
    right: -137px;
    transition: 0.3s;
    padding: 10px;
    padding: 0 15px 0 0;
    width: 188px;
    text-decoration: none;
    line-height: 40px;
    font-size: 20px;
    color: white;
    border-radius: 2px 0px 0px 2px;
    margin-top: 16%;
    position: fixed;
    z-index: 100000;
}
#about {
    top: 20px;
    background-color: #365c28;
}
#blog {
    top: 66px;
    background-color: #1d3a7c;
}
#projects {
    top: 113px;
    background-color: #fc4a00;
}
#mySidenav .fa-phone, #mySidenav .fa-eye,  #mySidenav .fa-bell, #mySidenav .fa-user {
    margin-left: 19px;
    font-size: 15px;
}
.side {
    font-weight: 400;
    font-size: 14px;
    margin-left: 15px;
}
#mySidenav a:hover {
    right: 0;
}
/*** End Buttons  ***/

/* Deepak Editon */
a:hover, a:focus, a:active {text-decoration:none;outline:0}
button:hover, button:focus, button:active {text-decoration:none;outline:0}
/* NavBar Modification  */
.navbar-toggler.x {border: none;    z-index: 10;}
.navbar-toggler.x:focus { outline: none;}
.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}
.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}
.navbar-toggler.x .icon-bar {
  width: 22px;
  display: block;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-toggler.x .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-toggler.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.navbar-toggler.x .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-toggler.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.h1_center {text-align:center;position:relative;margin:0 auto;background:#fff;font-size: 20px;display: inline-block;line-height: 1.1;padding: 10px 30px;z-index:1;border:1px solid #eee}
.line_head {position:relative; margin: 10px 0;}
.line_head:before {position:absolute;content:"";top:50%;left:0;right:0;height: 1px;z-index: 1;background: #eee;}
.h1_center small {font-size:14px;}
.cus_foot_link ul li:before {content: "\2022";color: #fc4a00;font-weight: bold;display: inline-block;width: 1em;margin-left: -1em;}
.cus_foot_link ul li a:hover {letter-spacing: 1px;}
img {max-width:100%}
.footer_address {margin-bottom:15px}
.footer_address h1 {color:#fff;font-size:20px;line-height:1.3}
.footer_address p {color:#eee;margin-bottom:5px;}
.footer_address p a {color:#eee}
.search_bar_option { padding: 20px;background: #eee; position: relative;    margin: 10px 0 0;}
.search_bar_option .btn-primary {color: #fff; background-color: #fc4a00; border-color: #fc4a00;}
.news_details_box {padding: 20px; border: 1px solid #eee;}
.news_details_box h1 {font-size:24px;    font-weight: 600;}
.news_details_box p {font-size: 14px; letter-spacing: 0.5px; }
.social_list {margin-bottom:15px}
.social_list a .fa-whatsapp {color: #12af0a;}
.social_list a .fa-facebook-square {color: #3b5998;}
.social_list a .fa-twitter-square {color: #51cbff;}
.social_list a .fa-linkedin {color: #007bb5;}
.related_news {position:relative;margin-bottom:20px}
.newslist_control .list-item {position:relative; padding: 0; list-style-type: none;}
.newslist_control .list-item i {
    float: left;
    padding: 0;
    margin-top: 2px;
    color: #111;
    font-size: 20px;
    text-align: left;
}
.newslist_control .list-item li {
    padding-left: 30px;
    padding-bottom: 10px;
    font-weight: 400;
    line-height: unset;
    letter-spacing: 1px;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}
.newslist_control .list-item li a {color:#111}
.newslist_control .list-item li a:hover {color:#df0610}
.newslist_control .list-item li:last-child {border-bottom:0}
.news_img { margin-bottom: 15px; padding: 5px; border: 1px solid #eee; background: #fffbfa; border-radius: 10px;}
.news_img img {max-height: 300px; object-fit: cover; width: 100%;}
.related_news h3 { background: #f57637; padding: 10px 20px;  font-size: 20px; color: #fff;margin-bottom:0;    font-weight: 600;}
.newslist_control { padding: 20px; border: 1px solid #eee;}
.h4_center {
    text-align: center;
    position: relative;
    margin: 10px auto;
    background: #fff;
    font-size: 16px;
    display: inline-block;
    line-height: 1.1;
    padding: 10px 30px;
    z-index: 1;
    border: 1px solid #eee;
}
.action_btn {margin-bottom:5px;}
.action_btn a {
font-size: 11px;
    border: 1px solid #eee;
    padding: 3px 15px;
    margin-right: 3px;
    border-radius: 15px;
}
.action_btn a:hover , .action_btn a:active, .action_btn a:focus {background:#fc4a00;color:#fff;border-color: #fc4a00;}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {    background-color: #fc4a00; border-color: #fc4a00;}
.user_info {
	font-size: 14px;
    font-weight: 600;
    padding-bottom: 5px;
    border: 1px solid #fc4a00;
    padding: 5px 30px;    background: #fc4a00;
    color: #fff;border-radius:30px;
	}
.user_info i {color: #fff;}
#video-gallery {overflow:hidden}
#top-header .nav-toplinks .dropdown-menu .nav-link {color: rgb(31, 29, 29);}
.page_title_section {position:relative;overflow:hidden}
.banner_shadow {position:relative;margin: 15px 0;}
.banner_shadow:before {position:absolute;content:"";top:50%;left:0;right:0;height: 1px;z-index: -1;background: #ddd;}
.line_breadcum {background: #fff;
    z-index: 1;
    display: inline-block;
    padding: 5px 30px 5px 15px;
    border: 1px solid #ddd;}
.banner_shadow h1 { font-size: 16px; margin-bottom: 0;}
.pagelinks {font-size:12px;}	
.pagelinks a {font-size:12px;}	
.bg_dark_org {background: #fc4a00}
#top-header .nav-link.bg_dark_org:hover, #top-header .nav-link.bg_dark_org:focus {background: rgba(0,0,0,.5);color:#fff}
.post_date {text-align:right}
.news_title_sub {text-align:center}
.post_date { text-align: right; position: relative;}
.post_date p {position: relative;    background: #fff; z-index: 1;}
.post_date p:before {position:absolute;content:"";top:45%;left:0;right:0;height: 1px;z-index: -1;background: #eee;}
.tab_control .nav-tabs .nav-link {width: 50%;    text-align: center;    font-weight: 600;}	
.tab_control .nav-tabs .nav-item.show .nav-link, .tab_control .nav-tabs .nav-link.active { background-color: #fff; color: #111;border-bottom: 2px solid #fc4a00;}
.search_bar_option .form-inline .btn.btn-primary {margin-left:10px;}
.action_btn a.language_btn {border: 1px solid #1d3a7c;background: #1d3a7c;color: #fff;}
#news_slider.owl-theme .owl-nav {position: absolute; bottom: 0; right: 0;}
#news_slider.owl-theme .owl-nav [class*=owl-] {}
#video-gallery .item-image img {object-fit:cover; object-position: left center;}
#news-letter {padding:20px 0}
#preloader {
background-image: -webkit-linear-gradient( 70deg,#8d0303 0%,#fe803b 100%);
background-image: -o-linear-gradient(70deg,#8d0303 0%,#fe803b 100%);
background-image: linear-gradient(20deg,#8d0303 0%,#fe803b 100%);
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 9999;
width: 100%;
height: 100%;
}
#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
#status img {background:#fff;}
.modal_control .modal_text h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
    padding: 10px 0;
}
.modal_control .modal-footer {padding: 0 .75rem;}
.modal_control  button.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #fc4a00;
    color: #fff;
    opacity: 1;    z-index: 1;
}
.modal_control .modal-footer .btn-secondary {background-color: #fc4a00; border-color: #fc4a00;}
.loading {
  width: 200px;
  height: 60px;
  position: relative;
}
.loading p {
top: 0;
    padding: 0;
    margin: 10px 0;
    color: #fff;
    animation: text 3.5s ease both infinite;
    font-size: 26px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 600;
}
@keyframes text {
  0% {
    letter-spacing: 1px;
    transform: translateX(0px);
  }
  40% {
    letter-spacing: 2px;
    transform: translateX(26px);
  }
  80% {
    letter-spacing: 1px;
    transform: translateX(32px);
  }
  90% {
    letter-spacing: 2px;
    transform: translateX(0px);
  }
  100% {
    letter-spacing: 1px;
    transform: translateX(0px);
  }
}
.loading span {
  background-color: #fff;
  border-radius: 50px;
  display: block;
  height: 16px;
  width: 16px;
  bottom: 0;
  position: absolute;
  transform: translateX(64px);
  animation: loading 3.5s ease both infinite;
}
.loading span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #007bff;
  border-radius: inherit;
  animation: loading2 3.5s ease both infinite;
}
@keyframes loading {
  0% {
    width: 16px;
    transform: translateX(0px);
  }
  40% {
    width: 100%;
    transform: translateX(0px);
  }
  80% {
    width: 16px;
    transform: translateX(64px);
  }
  90% {
    width: 100%;
    transform: translateX(0px);
  }
  100% {
    width: 16px;
    transform: translateX(0px);
  }
}
@keyframes loading2 {
  0% {
    transform: translateX(0px);
    width: 16px;
  }
  40% {
    transform: translateX(0%);
    width: 80%;
  }
  80% {
    width: 100%;
    transform: translateX(0px);
  }
  90% {
    width: 80%;
    transform: translateX(15px);
  }
  100% {
    transform: translateX(0px);
    width: 16px;
  }
}
.gallery_photo_box { position: relative;}
.gallery_photo {position:relative;overflow: hidden;}
.gallery_photo .icon_list {
	background: linear-gradient( 20deg,rgb(252 74 0 / 87%) 0%,rgb(10 5 2 / 45%) 100%);
	position: absolute;
	bottom: -25px; 
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	/*border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	padding: 2px; */
    width: 100%;
    height: 100%; text-align: center;color:#fff
}
.gallery_photo_box:hover .icon_list, .gallery_photo:hover .icon_list {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;bottom: 0;
}
.gallery_photo_box:hover {box-shadow: 0 5px 20px #eee}
#gallery_page .card-body h5 {font-size:15px;line-height:1.5} 
.gallery_photo .theme_button {
	background: #fff;
    color: #111;
    padding: 7px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
	    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    max-width: 150px;
    text-align: center;
    margin: 0 auto;
    top: 50%;
}
.gallery_section {padding:10px 0 50px;position:relative}
.gallery_photo_text {position:relative;border:1px solid #eee;    padding: 15px;
    margin-bottom: 20px;} 
#gallery_page .gallery_photo_text h5 {font-size:15px;line-height:1.5} 
.profile_section {position:relative;    padding: 25px 0 50px;}
.profile_content_div h3 {margin-top:10px;}
.profile_content_div .small_head {background: #ff8434; color: #fff; padding:5px 10px 5px 10px; }
.profile_img {position:relative; text-align:center;    background: #eee;    margin-top: 30px;}
.profile_img:before {
    background: #ff8434;
    height: 400px;
    position: absolute;
    top: -50px;
    right: -50px;
    width: 100%;
    content: "";
    z-index: -1;
}
.highlight_box {
padding: 15px;
    background: #fff8f6;
    font-size: 18px;
    color: #111;
    border-bottom: 2px solid #ccc;margin-bottom:20px;
}
.highlight_box p {margin-bottom:0}
.btn_theme {padding: 10px 30px;
    background: #1d3a7c;
    border-radius: 30px;
    color: #fff;    margin-bottom: 10px;}
	.btn_theme i {margin-right:5px;}
.btn_theme:hover, .btn_theme:active, .btn_theme:focus {color:#fff;background:#ff8434;outline:none;box-shadow:none}
.pdflist_control .list-item {position:relative; padding: 0; list-style-type: none;}
.pdflist_control .list-item i {
    float: left;
    padding: 0;
    margin-top: 2px;
    color: #1d3a7c;
    font-size: 20px;
    text-align: left;
}
.pdflist_control .list-item li {
    padding-left: 30px;
    padding-bottom: 10px;
    font-weight: 400;
    line-height: unset;
    letter-spacing: 1px;
    font-size: 18px;
    text-align: left;
    margin-bottom: 5px;
}
.pdflist_control .list-item li a {color:#111;    border-bottom: 1px solid #dfdfdf;}
.pdflist_control .list-item li a:hover {color:#ff8434}
.control_form_modal {display:block}
.modal_control .modal-body {padding:3px}
.side_menu_list .list-item {position:relative; padding: 0; list-style-type: none;}
.side_menu_list .list-item i {
    float: left;
    padding: 0;
    margin-top: 2px;
    color: #ffffff;
    font-size: 20px;
    text-align: left;
}
.side_menu_list .list-item li {
    padding-left: 30px;
    padding-bottom: 10px;
    font-weight: 400;
    line-height: unset;
    letter-spacing: 1px;
    font-size: 18px;
    text-align: left;
    margin-bottom: 5px;
}
.side_menu_list .list-item li a {color:#fff}
.side_menu {
    position: relative;
    width: auto;
    margin-left: 0;
    padding: 0;
}
.navbar.navbar-dark .side_menu a {
    color: #fff;
    display: block;
    position: relative;
	font-size: 20px;  
}
.side {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -350px;
  width: 350px;
  padding: 60px 30px;
  height: 100%;
  display: block;
 /* background-color: #962b28; */
  background: linear-gradient( 
20deg ,#cc3c00 0%,#6b250e 100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 99;
 
}
/* width */
.side::-webkit-scrollbar, .side::-webkit-scrollbar {
  width: 0; height:10px;border-radius:10px;transition:0.5s ease;background: #ff8a8b; 
}
/* Track */
.side::-webkit-scrollbar-track, .side::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px grey; border-radius:10px;
  border-radius: 0px;transition:0.5s ease;
}
/* Handle */
.side::-webkit-scrollbar-thumb, .side::-webkit-scrollbar-thumb {
  background: #ccc; 
  border-radius: 0px;border-radius:10px;transition:0.5s ease;
}
/* Handle on hover */
.side::-webkit-scrollbar-thumb:hover, .side::-webkit-scrollbar-thumb:hover {
  background: #ccc; border-radius:10px;
}
.side.on {right: 0;}
.side .close-side {
  border-radius: 50%;
  color: #fff;
  float: right;
  font-size: 30px;
  font-weight: 400;
  height: 40px;
  line-height: 38px;
  position: relative;
  text-align: center;
  top: -40px;
  width: 40px;
  z-index: 2;font
}
.navbar.navbar-dark a.close-side {font-size:30px;}
.show_md {display:none;}
.floating_media {
  position: fixed;
  top: 45%;right:0;
  z-index:999; 
}
/* Style the icon bar links */
.floating_media a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 15px;margin-bottom:2px;
}
.section {overflow:hidden;position:relative}
.loadmore_btn {position:relative;overflow:hidden;    text-align: center;    margin-top: 20px;margin-bottom: 10px;}
.loadmore_btn a {text-align:center;position:relative;margin:0 auto;background: #fc4a00;font-size: 15px;display: inline-block;line-height: 1.1;padding: 10px 30px;z-index:1;border:1px solid #eee;color: #fff;border-radius: 40px;}
.loadmore_btn:before {position:absolute;content:"";top:50%;left:0;right:0;height: 1px;z-index: 1;background: #eee;}
.scroll_news_box1 {
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.scroll_widget { max-height: 400px; overflow-y: scroll; overflow-x: hidden; }
/* width */
.scroll_news_box1::-webkit-scrollbar, .scroll_news_box1::-webkit-scrollbar, .scroll_widget::-webkit-scrollbar, .scroll_widget::-webkit-scrollbar, .scroll_widget::-webkit-scrollbar, .tw-post::-webkit-scrollbar  {
  width: 10px; height:10px;border-radius:10px;transition:0.5s ease;background: #ccc; 
}
/* Track */
.scroll_news_box1::-webkit-scrollbar-track, .scroll_news_box1::-webkit-scrollbar-track, .scroll_widget::-webkit-scrollbar-track, .scroll_widget::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px grey; border-radius:10px;
  border-radius: 0px;transition:0.5s ease;
}
/* Handle */
.scroll_news_box1::-webkit-scrollbar-thumb, .scroll_news_box1::-webkit-scrollbar-thumb, .scroll_widget::-webkit-scrollbar-thumb, .scroll_widget::-webkit-scrollbar-thumb {
  background: #fc4a00; 
  border-radius: 0px;border-radius:10px;transition:0.5s ease;
}
/* Handle on hover */
.scroll_news_box1::-webkit-scrollbar-thumb:hover, .scroll_news_box1::-webkit-scrollbar-thumb:hover, .scroll_widget::-webkit-scrollbar-thumb:hover, .scroll_widget::-webkit-scrollbar-thumb:hover {
  background: #fc4a00; border-radius:10px;
}
/* New Edition */ 
.side_menu_list {
    padding: 20px;
    border: 2px solid #eeeeee38;
    border-radius: 15px;
}
.sticky-header.sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
  -webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border-bottom: 0;
  display: block;
}
.scroll_news_box1 .boxes_holder {padding-right: 25px;text-align: justify;}
#gotop {z-index:9}
div#tw-post.height_match {height:495px !important}
.nav-toplinks .dropdown-menu {    background: #eee;}
#nav_custm .navbar-nav .dropdown-menu { position: absolute;}
.top_header {position:relative; padding: 5px 0;}
.left_top {position:relative}
.left_top a {font-size:14px}
.right_top {position:relative;    text-align: right;}
.dropmenu_list .list-item {list-style-type:none;margin:0;padding:0; }
.dropmenu_list .list-item li {display:inline-block;    vertical-align: middle;}
.lang_btn {background: #ff8434;color:#fff;  padding: 5px;font-size:14px;}
.reader_btn {background:#fc4a00;color:#fff;  padding: 5px;font-size:14px;}	
.lang_btn:hover {color:#fff;}
.reader_btn:hover {color:#fff;}	
.right_top .dropdown-menu {
	-webkiit-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: 0.6s;
    transition: 0.6s; border: 0;background:#eee;  padding: 10px;min-width: 9rem;}
.right_top .dropdown-menu.show {
	display:block;
    -webkiit-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1); box-shadow: 0 5px 50px 0 rgb(0, 0, 0, 0.15);
}
.right_top .dropdown-menu a {font-size:14px;margin-right:5px;padding:5px; text-align: left;display: inline-block;}
.right_top .dropdown-menu a:hover {background:#111;color:#fff}
.blink_light {font-size:13px; font-weight: 600;position:relative;overflow:hidden;padding:4px 10px;background: #ffc100;color:#111;display:block}
.blink_light spap:after{content:'';top:0;transform:translateX(100%);width:100%;height:100%;position:absolute;z-index:1;animation:slide 3s infinite;background:-moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,.8)),color-stop(99%,rgba(128,186,232,0)),color-stop(100%,rgba(125,185,232,0)));background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);background:-o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);background:-ms-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%)}@keyframes slide{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}
.floating_media .side_menu {display:none} 
.floating_media .side_menu a {background: #fc4a00;} 
.floating_media .side_menu_list .list-item li a {text-align:left;padding:0}
.floating_media .side .close-side {top: -50px;}
.three_tab .nav-tabs .nav-link {width: 33.33%; text-align: center;}
.three_tab .nav-tabs .nav-link.active {font-weight: 600;border-bottom: 2px solid #fc4a00;}
#Urdu_Lang .boxes_holder {text-align:right}
#Eng_Lang .scroll_widget {min-height:445px}
#Hindi_Lang .scroll_widget {min-height:445px}
#Urdu_Lang .scroll_widget {min-height:445px}
.copyright_section {border-top: 1px solid #dee2e6;padding:20px 0;}
.centrdiv {text-align:center}
.rightdiv {text-align:right}
.leftdiv p {margin-bottom:0}
.rightdiv p {margin-bottom:0}
.row_mg0 {margin:0}
.number_box  {
	font-size: 16px;
    color: #ffd245;
    border: 1px solid #dee2e647;
    border-radius: 20px;
    display: inline-block;
    padding: 5px 40px;
}
.main_control {position:relative;overflow:hidden;}
.cm-carousel.owl-carousel .owl-item img {border-radius: 0;} 

.blink_btn {
  background-color: #F44336;
  color: #FFFFFF;
  -webkit-animation: glowing 1200ms infinite;
  -moz-animation: glowing 1200ms infinite;
  -o-animation: glowing 1200ms infinite;
  animation: glowing 1200ms infinite;
  padding:4px 10px;font-size:13px;font-weight:600;    vertical-align: middle;
    display: inline-block;
}
@-webkit-keyframes glowing {
  0% { background-color: #F44336; }
  50% { background-color: #1d3a7c; }
  100% { background-color: #F44336;}
}

@-moz-keyframes glowing {
  0% { background-color: #F44336;}
  50% { background-color: #1d3a7c;  }
  100% { background-color: #F44336;}
}

@-o-keyframes glowing {
  0% { background-color: #F44336;  }
  50% { background-color: #1d3a7c;}
  100% { background-color: #F44336;  }
}

@keyframes glowing {
  0% {background-color: #F44336; }
  50% {background-color: #1d3a7c; }
  100% { background-color: #F44336; }
}
.blink_btn:hover {background:linear-gradient(#F44336, #ff6e63);color:#fff}




/* New Edition */ 

@media (min-width:1300px) { .container {max-width: 1230px;}}
@media (max-width:1300px) {
.header-gradient .navbar.navbar-dark a.nav-link {font-size: 13px;}
.header-gradient .navbar.navbar-dark a.nav-link {padding: 15px 4px;}
.navbar.navbar-dark a.logo {max-width: 250px;}
}
@media (min-width:1100px) and (max-width:1200px) {
#top-header .container { max-width: 1150px;}
.header-gradient .container { max-width: 1150px;}
}
@media (max-width:1120px)  {
.header-gradient .navbar.navbar-dark a.nav-link { font-size: 12px;}
.top_header .row {margin:0}
}
@media (min-width:991px) and (max-width:1100px) {
#top-header .container { max-width: 1050px;}
.header-gradient .container { max-width: 1050px;}
.navbar.navbar-dark a.logo {max-width: 220px;}
.header-gradient .navbar.navbar-dark a.nav-link {padding: 15px 4px;}
div#navbarNavDropdown1 ul li a {padding-left:5px}
}
@media (max-width:990px) {
.employee-p, .customer-p, .order-p, .design-p {font-size: 14px;}
.btco-hover-menu .collapse ul ul.dropdown-menu li a.dropdown-item:hover ul {display: block; margin-left: 15px;}
.hide_md {display:none}
.show_md {display: flex; position: fixed; bottom: 15%; right: 18%; z-index:9;}
.navbar.navbar-dark .side_menu a {background: #1b3876;    width: 50px;
height: 50px; text-align: center; padding-top: 12px; text-align:center; border-radius: 30px; color: #fff;    box-shadow: 0px 10px 15px #eee;}   
.side { right: -105%; width: 70%;}	
.header-gradient .navbar.navbar-dark a.nav-link {font-size: 20px;    padding: 15px 4px 10px;}
.navbar.navbar-dark .dropdown-item {font-size: 14px;}
.header-gradient .nav-item.active a {margin-left:0}
.brk-news-carousel .item .post-title {text-align:left}	
.floating_media .side_menu {display:block} 
}
@media (max-width:768px) {
.brk-news-carousel .owl-next {right: 0;}
.brk-news-carousel .owl-prev {left: -15px;}
#mySidenav a {margin-top: 50%;}
.profile_img:before {top: 0;right: 0;}
.btn_theme {display: block;padding: 7px 10px;margin-bottom: 10px;}
#photo-gallery .menu.list-unstyled li {width:49%;    float: left; margin: 1px;}
.fixed .navbar.navbar-dark a.logo {max-width: 200px;} 
.order_control {order:-1}
.sticky-header.sticky .navbar.navbar-dark a.logo {max-width: 150px;}
.leftdiv {text-align:center}
.rightdiv {text-align:center}
.leftdiv p {margin-bottom: 10px;}
.centrdiv { margin-bottom: 10px;}
.blink_btn {padding: 2px 10px; font-size: 11px;}
.blink_light {padding: 2px 5px;font-size: 11px;margin-top: 2px;}
.brk-news-carousel .media.border-right {border:0 !important}
.brk-news-carousel .item .post-title {padding: 0 10px;}
.lang_btn {font-size: 11px;}
.reader_btn {font-size: 11px;}
.cus_tweet {margin-top: 15px;}
.section-heading .block-title {margin-top: 15px;}
.widget-box {padding: 10px 0;}
#nav-tabContent .boxes_holder {padding: 15px 5px;}
}
@media (max-width:600px) {
.right_top {text-align: center; }
.left_top {text-align: center; }
.lang_btn {padding: 3px 5px; font-size: 12px;}
.reader_btn {padding: 3px 5px; font-size: 12px;}
}
@media (max-width:480px) {
.navbar.navbar-dark a.logo {max-width:220px}
#sync1 .post-title {line-height: 1.1;}
#sync1 .post-title a {color: #ffffff!important;font-size: 14px;line-height: 1.1;}
section#brk-news {margin-top: 10px;}
section#cm-news {margin-top: 0px;}
.cm-carousel.owl-carousel.owl-theme .owl-nav .owl-prev {left: 0;top: 40%;width: 25px;height: 25px;font-size: 14px;opacity:0.3}
.cm-carousel.owl-carousel.owl-theme .owl-nav .owl-next {right: 0;top: 40%;width: 25px;height: 25px;font-size: 14px;opacity:0.3}
.cm-carousel.owl-carousel.owl-theme .owl-nav .owl-prev:hover {opacity:1}
.cm-carousel.owl-carousel.owl-theme .owl-nav .owl-next:hover {opacity:1}
.media.border-right {border:0;text-align: center;}
.brk-news-carousel .item .post-title {font-size: 14px;}
.header-gradient .navbar-nav {margin-top:10px;}
.header-gradient .navbar.navbar-dark a.nav-link {font-size: 14px;padding: 5px 5px;}
#video-gallery .item-image img {max-height: 300px;}
.side { right: -105%; width: 100%;}	
.fixed .navbar.navbar-dark a.logo {max-width: 150px;}
#sync1.owl-carousel .owl-item img {max-height: 300px !important;}
.owl-carousel .owl-item img {object-fit: cover; object-position: top left;}
.scroll_news_box1 .boxes_holder {padding-right: 10px;}
.ts-play-btn {top: 30%;}
#sync1 .abs {padding: 5px 10px;}
#sync1 .post-date {font-size: 12px;}
#cm-top-news .cm-center { width: 90%!important;   margin-top: -50px;}
#cm-top-news .post-holder {margin-bottom:10px;}
#video-gallery .bg_black {margin: 5px 15px;}
#video-gallery .item-desc {padding: 0px 10px;}
#cm-top-news .card {margin-bottom:10px}
.blink_btn {padding: 2px 5px; font-size: 11px;}
.blink_light {font-size: 11px;}
.top_header .container {padding:0;}
}

body { background: #000;}
a {color:#ffcb2a !important}
.btco-hover-menu .collapse ul ul, .btco-hover-menu .collapse ul ul.dropdown-menu {background:#000}
h1, h2, h3, h4, h5, h6 {color:#ffcb2a !important}
.brk-news-carousel.owl-carousel .owl-nav button.owl-prev span, .brk-news-carousel.owl-carousel .owl-nav button.owl-next span {color:#ffcb2a !important}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color:#ffcb2a !important}
.brk-news-carousel .item h4.post-title a {color:#ffcb2a !important}
#cm-top-news .post-holder {padding: 10px 15px;}
a.text-orange {color: #fc4a00 !important;}
#cm-top-news .cm-center {width: 80%!important;margin-top: -25px;}
#imp-news-cm .title-angle-shap {color:#ffcb2a}
#imp-news-cm .block-title .title-angle-shap:before {background:#ffcb2a}
#imp-news-cm .block-title .title-angle-shap:after {background:#ffcb2a}
#imp-news-cm .post-holder {padding: 10px 15px;}
#imp-news-cm .post_title h2 {padding: 10px 10px 0 0px;}
#depart-news {  background-color: #000000;}
.block-title.title-border .title-bg {background: #ffcb2a;    color: #000 !important;}
.block-title.title-border .title-bg:before {background: #ffcb2a;}
.block-title.title-border .title-bg:after {border-left: 15px solid #ffcb2a;}
.block-title.title-border {    border-bottom: 2px solid #ffcb2a;}
#depart-news .title-angle-shap {color:#ffcb2a}
#depart-news .block-title .title-angle-shap:before {background:#ffcb2a}
#depart-news .block-title .title-angle-shap:after {background:#ffcb2a}
#depart-news .post_title h2 a {color:#ffcb2a !important}
#imp-news_right .post_title.big_title h2 a {color:#ffcb2a !important}
#imp-news_right .post_title h2 a {color:#ffcb2a !important}
#imp-news_right .title-angle-shap {color:#ffcb2a !important}
#imp-news_right .block-title .title-angle-shap:before {background:#ffcb2a}
#imp-news_right .block-title .title-angle-shap:after {background:#ffcb2a}
.three_tab .nav-tabs .nav-link.active {background: #111;border-bottom: 2px solid #ffcb2a;}
.tab_control .nav-tabs .nav-item.show .nav-link, .tab_control .nav-tabs .nav-link.active {background: #111;border-bottom: 2px solid #ffcb2a;}
.block-title .title-angle-shap:before {background:#ffcb2a}
.block-title .title-angle-shap:after {background:#ffcb2a}
.widget-box {background:#000}
#photo-gallery {background: #000;}
.card_layout_one .boxes_holder {background: #000;}
.entry_cats ul.post-categories li a {background-color: #ffcb2a;    color: #111 !important;    font-weight: 600;}
.dept_cats {background-color: #ffcb2a;    color: #111 !important;}
.slider-arrow-nav a:hover, .slider-arrow-nav a.active {
    background-color: #ffcb2a;
    color: #111 !important;
}
#depart-news .post_title h2 a {
    color: #ffcb2a !important;
}
#imp-news-cm .post-holder {background: #000;    border: 1px solid #eeeeee30;}
#imp-news-cm  .boxes_holder {   background: #000; border: 1px solid #eeeeee30;}
.dept_cats a {color:#000 !important;font-weight:600}
.section-options-links a.current {    background-color: #000000;}
.lang_btn {background: #000000;}
.reader_btn {background: #000000;}
.blink_btn {background: #000000;    color: #fff !important;}
.blink_light {background: #000000;}
.header-gradient {background:#000}
.right_top .dropdown-menu {background:#000}
#cm-top-news .card {background:#000}
#cm-top-news .cm-center {background:#000}
#cm-top-news .cm-center .post-desc {color:#ffcb2a}
#imp-news-cm .post-desc {color:#ffcb2a}
.card_layout_one .boxes_holder .post-desc {color:#ffcb2a}
ul.post_meta li {color: #ffcb2a;}
#sync1 .post-title a {
    color: #ffcb2a!important;
}
#sync1 a.post-cat {background:#000 !important}
#sync1 .abs {background: #000000db;}
.box-holder-dark h2, .box-holder-dark h2 a {color: #ffcb2a !important;}
#video-gallery .item-desc {    background: linear-gradient(to bottom, #000000f2 50%, rgba(0,0,0,.8) 100%);}
.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2;
    color: #ffcb2a !important;
    background: #111;
}
.input-bg-trans {background-color: #ffcb2a;}
#news-letter .inp-news 	{background-color: #ffcb2a;}
#footer h3 {color: #ffcb2a!important;}
.footer_address p { color: #ffcb2a;}
.leftdiv p { color: #ffcb2a;}
.rightdiv p { color: #ffcb2a;}
.section-title h2::after {    background-color: #ffcb2a;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {    border-color: #ffcb2a #ffcb2a #ffcb2a;}
ul.post_meta li time { color: #ccc;}
.header-gradient .nav-item.active a {color: #ffcb2a!important;}
.btn-search { color: #ffcb2a!important;}
.blink_btn {
    animation: none;
    color: #ffcb2a !important;
}
.side {background:#000}
section#footer { background-color: #000000;}
ul.post_meta li time { color: #ffcb2a;}
.head-brk-news {background:#000}


#news-letter .form-control::-webkit-input-placeholder { /* Edge */
  color: black;font-weight:600;font-size:14px
}

#news-letter .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;font-weight:600;font-size:14px
}

#news-letter .form-control::placeholder {
  color: black;font-weight:600;font-size:14px
}
#news-letter .input-group-text i {color:#000 !important}
#news-letter .inp-news {color:#000;font-weight:600;}
#video-gallery .item-desc {color:#ffcb2a}
#sync1 .post-date {color:#ffcb2a}