html, body{font-family:Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif; font-size:1rem!important;font-weight:normal}
body, h1,h2,h3,h4,h5,h6,span,p,div{color:#000!important}
.top-bar {
    border-top: #CCC solid 2px;
    margin-top: 10px;
    border-bottom: 2px #6b6b6b solid;
    font-weight: bold;
    color: #000 !important;
	background-color: #f8f9fa!important;
}
.footer li a{color:#fff!important;}
.badge-primary {
    color: #fff!important;
    background-color: #007bff;
}
/*a:hover{color: #ffd200;}*/
p{font-size: 1rem}
.container{max-width:1230px}
/* Make the image fully responsive */
  .carousel-inner img {
      width: 100%;
      height: 100%;
      position:relative;
          max-height: 300px;
  }

.bg-light {
    background-color: #f5f5f5!important;
}
.logo-img{
    color: black;
    font-weight: 900;
    font-variant: all-petite-caps;
    font-size: 30px;
    letter-spacing: 3px;
}
@media (max-width: 768px){
.navbar-nav .menu-iconlink {
    display: none;
}
}
@media (min-width: 768px){
.navbar-nav .menu-iconlink {
    display: none;
}
}
/*.logo-img img{width: 85px;}*/
.navbar-dark .navbar-nav .active{
  background-color: #dc3545;
}
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link{
    color: #fff;
    white-space: normal;
    letter-spacing: 0.1rem;
    padding: 1.25rem 0.75rem;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #FF9800;
    font-size: 16px;
    transition: 0.3s linear;
    letter-spacing: 0.10rem;
}
.sticky-top{background: #05203c;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
}
.breaking-caret:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-left: 15px solid #dc3545;
    border-bottom: 15px solid transparent;
    position: absolute;
    right: 0px;
    top: 0;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 12px;
    height: 6px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #14f9cc;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    transition: opacity .6s ease;
}
.carousel-indicators .active{
    background-color: #fff;
}

#slider-banner:before, #slider-banner:after{
    content:'';
    z-index:-1;
    width:200px;

    position:absolute;
    bottom:65px;
    left:10px;
    top:80%;
    box-shadow:0 20px 15px #e9ecef;
    transform:rotate(-5deg);
}
#slider-banner:after{
    left:auto;
    right:10px;
    transform:rotate(5deg);
}
.heading-title{
  font-weight: 900;
    text-transform: capitalize;
   /* margin-bottom: 3rem;*/
}
.tab-services .nav-pills .nav-link {
    border-radius: .25rem;
    font-weight: 600;
    font-size: 14px;
    border-bottom: 2px solid #ddd;
    border-radius: unset;
}
.tab-services .nav-pills .nav-link.active,
.tab-services .nav-pills .show>.nav-link{
  color: #FF9800;
    background-color: unset;
    border-color: #FF9800;
}
#stab .card .card-body h3{font-weight:bold}
#stab .card .card-body h3 small{font-size:60%}
#stab p{font-size:16px}
#stab .body-box-heading p{font-size:unset !important}
.box .card .card-body{
  position:relative;
  -webkit-transition: all 0.4s ease-in-out 0s;
 -moz-transition: all 0.4s ease-in-out 0s;
 transition: all 0.4s ease-in-out 0s;
}
.box p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.media-list img, .news-box img, .related_other-videos img{width:163px; height:93px}
.media-list p, .news-box p, .related_other-videos p{
  font-size:14px;
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-box .media{border-bottom: 2px dashed #eee !important}
.news-box img{width:163px; height:93px}
.box .card{max-height:240px; margin-bottom:2rem;}
.img-overlay {
  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    font-size: 18px;
    display: flex;
    right: 0;
    background: rgba(0, 0, 0, 0.36);
    justify-content: center;
    align-items: center;
    color: #fff;
    visibility: hidden;
    -webkit-transform: translate(0%, 100%);
     -moz-transform: translate(0%, 100%);
     transform: translate(0%, 100%);
    -webkit-transition: all 0.4s ease-in-out 0s;
   -moz-transition: all 0.4s ease-in-out 0s;
   transition: all 0.4s ease-in-out 0s;
}
.box:hover .img-overlay{
  visibility: visible;
  -webkit-transform: translate(0%, 0%);
   -moz-transform: translate(0%, 0%);
   transform: translate(0%, 0%);
   -webkit-transition: all 0.3s ease-in-out 0s;
   -moz-transition: all 0.3s ease-in-out 0s;
   transition: all 0.3s ease-in-out 0s;
}
.video-list .card .card-body p{
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.box .card{min-height:260px; height:auto;}
.img-overlay i{
  border: 1px solid #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

footer {
  padding: 45px 0 0px 0;
    /* background-color: white; */
    /* border-top: gray 1px solid; */
    /* z-index: -1; */
    background: #042446;
    /* box-shadow: 23px 4px 49px #271414; 
    background-image: linear-gradient(white, #1c51b1d1);*/
    margin-top: 34px;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
footer h5 {
    color: #fff;
}
footer hr{
    border: 0;
    border-top: 2px solid #ffd200;
    clear: both;
    width: 40px;
    margin: 0px 0 20px 0;
}
footer a{color:#fff; opacity: 0.7}
footer a:hover{opacity:1}
footer .border-top, footer .border-bottom {border-color:#555 !important}
footer ul, .middle-header ul {
    padding: 0;
    margin: 0;
}
footer li, .middle-header li {
    letter-spacing: 0.01em;
}
.footer-nav li, .middle-header li {
    float: left;
    background: none;
    margin: 15px 20px;
    line-height: 34px;
    list-style-type: none;
}
.middle-header li {
    float: left;
    background: none;
    padding: 9px 12px;
    line-height: 15px;
    list-style-type: none;
    border: 1px solid #eee;
    margin:unset;
    margin-right: 1rem !important;
    box-shadow: 1px 2px 3px #eee;
}
.socialnetwork li a{font-size: 18px}
marquee a{font-size: 14px !important;
    font-weight: 500;}
marquee a:hover{color:#dc3545!important;}
.flag_icon{width: 35px !important;}
.detail-content{font-size: 14px; line-height: 2}
.breadcrumb-item.active{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post_comment_box p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#post_user{
    height: calc(1.5em + .75rem + 15px)
}
.post-button{
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.video-list{height:auto; max-height:585px; overflow-y:scroll}
.location
{
    color:#e00a0a!important;
    font-weight: bold;
}