.header .container {
  position: relative;
  padding: 0;
   
}

.header .container .mc-top-menu a {
  color: red;
  padding: 0 4px 0 6px;
}

@media screen and (max-width: 767px) {
  .header .container .mc-top-menu a {
    font-size: calc(14px + 0 * ((100vw - 320px) / 1280));
  }
  .img-logo{
      display: none !important;
  }
  .mob-logo{
      display:block !important;
  }
  .mob-logo .logo img{
      height:auto !important;
      object-fit:cover;
  }
}

@media screen and (min-width: 767px) {
  .header .container .mc-top-menu a {
    font-size: calc(14px + 0 * (100vw / 1280));
  }
}

.header .container .mc-top-menu a:hover {
  text-decoration: underline;
}

.header .container .mc-second-menu a {
  color: #efefef;
  font-weight: bold;
  padding: 0 25px;
}

.header .container .mc-top-menu {
  padding: 8px 25px;
  background-color: #f2f2f2;
  font-family: "Times New Roman", sans-serif;
  border-top: 4px solid #0091c8;
  height: 45px;
}

.header .container .mc-top-menu .mc-nav-left-side li {
  position: relative;
}

.header .container .mc-top-menu .mc-nav-left-side li::after {
  content: "|";
  position: absolute;
  font-size: 13px;
  top: 0;
}

.header .container .mc-top-menu .mc-nav-left-side li:nth-child(1)::after {
  display: none;
}

.header .container .mc-top-menu .mc-nav-right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .container .mc-top-menu .mc-nav-right-side .mc-social-icon li {
  margin-right: 5px;
}

.header .container .mc-top-menu .mc-nav-right-side .mc-social-icon li a {
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 11px;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.header .container .mc-top-menu .mc-nav-right-side .mc-social-icon li a:hover {
  border-radius: 50%;
}

.header .container .mc-top-menu .mc-nav-right-side .mc-social-icon li .facebook {
  background-color: #39599C;
}

.header .container .mc-top-menu .mc-nav-right-side .mc-social-icon li .youtube {
  background-color: #fe3432;
}

.header .container .mc-top-menu .mc-nav-right-side .mc-social-icon li .twitter {
  background-color: #00abe3;
}

.header .container .mc-top-menu .mc-nav-right-side .mc-social-icon li .instagram {
  background-color: #517fa4;
}

.header .container .mc-top-menu .mc-nav-right-side .search-area {
  margin: 0 10px 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background: #e9e9e9;
  color: #bababa;
  padding: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  height: 35px;
}

.header .container .mc-top-menu .mc-nav-right-side .search-area button{
    height: 30px;
}



.header .container .mc-top-menu .mc-nav-right-side .search-area input {
  width: 150px;
  border: none;
  background: #e9e9e9;
  color: rgba(0, 0, 0, 0.705);
}

.header .container .mc-top-menu .mc-nav-right-side .search-area input::-webkit-input-placeholder {
  color: #bababa;
  padding-left: 10px;
}

.header .container .mc-top-menu .mc-nav-right-side .search-area input:-ms-input-placeholder {
  color: #bababa;
  padding-left: 10px;
}

.header .container .mc-top-menu .mc-nav-right-side .search-area input::-ms-input-placeholder {
  color: #bababa;
  padding-left: 10px;
}

.header .container .mc-top-menu .mc-nav-right-side .search-area input::placeholder {
  color: #bababa;
  padding-left: 10px;
}

.header .container .mc-top-menu .mc-nav-right-side .search-area .fa-search {
  font-size: 12px;
  margin-right: 7px;
  margin-top: 5px;
}

.header .container .img-logo {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          padding-bottom: 4px;
}

.header .container .img-logo .logo img {
  max-width: 100%;
  height: 300px;
}

.header .container .mc-second-menu {
  background-color: #0091c8;
  padding: 0;
  -webkit-box-shadow: 0px 5px 2px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 5px 2px 0px rgba(0, 0, 0, 0.75);
  margin-bottom: 20px;
}

.header .container .mc-second-menu .mob-menu {
  color: #efefef;
  text-transform: uppercase;
  margin-left: 15px;
}

.header .container .mc-second-menu ul li {
  display: block;
  padding: 1rem;
  height: 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.header .container .mc-second-menu ul li:hover {
  background: #363636;
}

.hero-banner .container {
  background: #C1C1C1;
  padding: 28px 25px;
}

.hero-banner .owl {
  position: relative;
}

.hero-banner .owl-dots {
  display: none;
}

.hero-banner .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  color: #fff;
}

.hero-banner .owl-prev, .hero-banner .owl-next {
  background: #0091c8 !important;
  width: 40px;
  height: 40px;
  font-size: 30px !important;
  border-radius: 50% !important;
}

.hero-banner-img-wrapper {
  height:auto;
  overflow: hidden;
}

.hero-banner-img {
  height:360px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  position: relative;
  
}

.hero-banner-img:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.hero-banner-coption {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  padding-left:10px; 
  padding-right: 10px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
    background: rgba(0,0,0,0.5);
}

.hero-banner-link {
  bottom: 0;
  color: #fff;
  font-size: 25px;
  line-height: 1.4;
  text-transform: capitalize;
}

.hero-banner-link:hover {
  -webkit-text-decoration: underline #fff;
          text-decoration: underline #fff;
}

.hero-banner-link:focus {
  outline: none;
}

.hero-banner-title {
  color: #fff;
}

.hero-banner-auth {
  color: #E90000;
}

.hero-banner-date {
  color: #a6a6a6;
  display: block;
  font-size: 11px;
}

.hero-banner .hero-banner-right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hero-banner .hero-banner-right-side-img-wrapper {
  height: 185px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.hero-banner .hero-banner-right-side-img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  cursor: pointer;
  position: relative;
}

.hero-banner .hero-banner-right-side-img:hover {
  -webkit-transform: scale(1.09);
          transform: scale(1.09);
}

.hero-banner .hero-banner-right-side-link {
  position: absolute;
  width:100%;
  bottom: 0px;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  font-weight: 500;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: lowercase;
  display: inline;
  line-height: 19px;
}

.hero-banner .hero-banner-right-side-img-wrapper2 {
  height: 137px;
  overflow: hidden;
  position: relative;
}

.border-r {
  border-right: 1px solid #d9d9d9;
}

.border-l {
  border-left: 1px solid #d9d9d9;
}

.content {
  background: #ffffff;
  padding: 28px 25px;
}

.content-img-wrapper {
  position: relative;
  color: #fff;
  margin-bottom: 20px;
}

.content-img {
  width: 100%;
  height: 200px;
  object-fit:cover;
}

.content-top-link {
  position: absolute;
  top: 0;
  left: 0;
  background: #0091c8;
  margin-left: 5px;
  color: #fff;
  padding: 8px 15px;
}

.content-top-link:hover {
  background: #0091c8;
  color: #fff;
}

.content-date {
  color: #a6a6a6;
  background-color: #f2f2f2;
  display: block;
  padding: 5px 0 5px 5px;
}

.content .date {
  color: #a6a6a6;
  font-size: 12px;
}

.content-title {
  font-weight: bold;
  border-left: 3px solid #0091c8;
  padding-left: 5px;
  line-height: 1.1;
  margin-top: 10px;
}

.content-text {
  color: #19232d;
}

.content-auth {
  color: #E90000;
  text-transform: capitalize;
}

.content-thumb, .content .thumb {
  width: 80px;
  height: 90px;
  object-fit:cover;
  border-radius: 3px;
}

.content-thumb-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.content-thumb-right {
  margin-left: 10px;
  width: 100%;
}

.content-thumb-date {
  margin-bottom: 10px;
}

.content-thumb-title {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
}

.content-thumb-text {
  color: #19232d;
  font-size: 14px;
  line-height: 1.615;
  margin: 8px 0;
}

.content-thumb-auth {
  color: #E90000;
  text-transform: capitalize;
}

.right-side-title {
  background: #363636;
  text-transform: uppercase;
  color: #fff;
  padding: 10px;
  margin-top:30px;
}

.right-side-thumb {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #0091c8;
}

.right-side-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 20px;
  margin-top: 20px;
}

.right-side-item {
  margin-right: 20px;
}

.right-side-item:last-child {
  border-bottom: 1px solid #d9d9d9;
}

.right-side-post-title {
  font-size: 14px;
  color: #363636;
  width: 100%;
}

.right-side-post-title:hover {
  color: inherit;
}

.right-side-color {
  color: #E90000;
}

.right-side-auth {
  color: #19232d;
  font-weight: bold;
  padding-bottom: 15px;
}

.right-side-pdf-wrapper {
  margin-top: 100px;
  width: 100%;
}

.right-side-pdf-wrapper img {
  height: 406px;
  width: 100%;
  left: 0;
  border: 1px solid #999;
}

.right-side-news-tape-wrapper {
  line-height: 1.3;
}

.right-side-news-tape-link {
  margin-bottom: 10px;
  display: block;
  color: #363636;
}

.right-side-news-tape-date {
  font-size: 12px;
}

.right-side-news-tape-text {
  font-size: 12px;
}

.footer {
  background-color: #343a40;
  padding: 15px  15px;
  margin-bottom: 0;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-link {
  color: #b6b7b9;
  border-right: 1px solid #b6b7b9;
  padding: 0 5px;
  margin-right: 3px;
}

.footer-link:hover {
  color: #b6b7b9;
}

.footer p {
  color: #8d8e92;
}

.footer-created-by {
  border-right: 0;
}

.title {
  color: #19232d;
  font-weight: 600;
  font-size: 20px;
  border-left: 3px solid #0091c8;
  padding-left: 10px;
  margin-bottom: 20px;
}

.post {
  position: relative;
}

.post .post-header {
  margin-bottom: 50px;
}

.post .post-header-item img {
  width: 100%;
  max-height: 536px;
  
}

.post .post-header-title {
  font-weight: bold;
  border-left: 3px solid #0091c8;
  padding-left: 10px;
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  .post .post-header-title {
    font-size: calc(16px + 6.8 * ((100vw - 320px) / 1280));
  }
}

@media screen and (min-width: 767px) {
  .post .post-header-title {
    font-size: calc(16px + 4 * (100vw / 1280));
  }
}

.post .post-header-auth {
  color: #E90000;
}

.post .post-header-category {
  margin-right: 20px;
  color: #363636;
  text-transform: capitalize;
}

.post .post-header-category:hover {
  color: #363636;
}

.post-content {
  line-height: 20px;
  text-align: justify;
}

.post-text {
  margin-bottom: 1rem;
}

.post .post-footer {
  margin-bottom: 50px;
}

.post .post-footer-copyright {
  display: block;
  font-weight: bold;
  font-size: 18px;
  margin: 2rem 0 3rem;
  line-height: 25px;
  bottom: 0;
}

.post .post-footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 100px 0 0 0;
}

.post .post-footer-item {
  background: #0091c8;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.post .post-footer-item:hover {
  border-radius: 50%;
}

.post .post-footer .facebook:hover {
  color: #fff;
  background-color: #0091c8;
}

.post .post-footer .twit {
  background-color: #00abe3;
}

.post .post-footer .twitter {
  color: #00abe3;
}

.post .post-footer .twitter:hover {
  background: #00abe3;
  color: #fff;
}

.post .post-footer .youtube {
  color: #F80000;
}

.post .post-footer .youtube:hover {
  background: #F80000;
  color: #fff;
}

.post .post-footer .par-youtube {
  background-color: #F80000;
}

.post .post-footer .inst {
  background-color: #D72978;
}

.post .post-footer .instagram {
  color: #D72978;
}

.post .post-footer .instagram:hover {
  background: #D72978;
  color: #fff;
}

.post .post-footer .whats {
  background: #3ebe4f;
}

.post .post-footer .whatsapp {
  color: #3ebe4f;
}

.post .post-footer .whatsapp:hover {
  color: #fff;
  background-color: #3ebe4f;
}

.post .post-footer-link {
  width: 100%;
  height: 100%;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-size: 18px;
}

.post .post-footer-cat {
  margin-top: 30px;
  font-weight: bold;
  color: #363636;
  border-top: 1px solid  #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: #f9f9f9;
  display: block;
  padding: 10px 0 10px 10px;
  text-transform: capitalize;
}

.post .post-footer-wrapper img {
  width: 100%;
}

.post .post-footer-wrapper a {
  text-decoration: none;
  color: #363636;
}

.post .post-footer-date {
  background-color: #F2F2F2;
  display: block;
  padding: 5px;
}

.post .post-footer-title {
  font-size: 14px;
  margin-top: 10px;
  border-left: 2px solid #0091c8;
  padding-left: 5px;
}

.post .post-footer-title span {
  color: red;
}

@media (max-width: 767px) {
  .header {
    padding: 0 10px;
  }
  .header .mc-top-menu {
    padding: 8px 5px !important;
  }
  .header .mc-top-menu .mc-nav-left-side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .header .mc-top-menu .mc-nav-left-side li:nth-child(2) .nav-link {
    padding: 0 10px 0 10px;
  }
  .header .mc-top-menu .mc-nav-right-side .mc-social-icon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .header .mc-top-menu .mc-nav-right-side .search-area {
    display: none;
  }
  .header .mc-m-search-area {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1rem;
    position: relative;
  }
   form{
       width:100%;
 
   }
  .header .mc-m-search-area input {
    width: 100%;
    font-size:13px;
    padding-left:10px;
 
  }
   .header .mc-m-search-area .btn{
       width:60px;
       font-size: 13px;
       border-radius:0;
       background-color:red;
       color:#fff;
   }
  .header .mc-m-search-area a {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 100%;
    text-decoration: none;
    background: green;
    right: 0;
  }
  .header .mc-m-search-area a i {
    color: #fff;
     
  }
  .header .mc-second-menu {
    padding: 5px !important;
  }
  .header .mc-second-menu .mob-menu {
    display: block !important;
  }
  .header .mc-second-menu .collapse {
    margin-top: 0.5rem;
  }
  .header .mc-second-menu .collapse ul li {
    height: 44px;
    border-top: 1px solid #363636;
  }
  .header .mc-second-menu .collapse ul li a {
    height: 100%;
    display: block;
    line-height: 50%;
  }
  .hero-banner .container {
      padding-top:15px;
      padding-bottom:40px;
  }
  .hero-banner-img-wrapper .hero-banner-img{
      height:200px;
  }
  .hero-banner .owl-nav{
       
      padding:0;
      
  }
  .hero-banner .owl-nav span{
      font-size:37px;
      display:flex;
      background:red;
          align-items: center;
    justify-content: center;
    padding: 5px;
    opacity: 0.5;
  }
 
  .hero-banner .owl-prev, .hero-banner .owl-next{
      display:flex;
       justify-content:center;
       align-items:center;
       height:25px;
       width:25px;
       background:transparent !important;
        
       
  }
  .hero-banner-link{
      line-height:1.3;
      font-size:13px;
  }
  .hero-banner-right-side{
      display:none !important;
  }
}

@media only screen and (min-width: 776px){
  .footer-right-res{
    display: flex;
    flex-direction: column;
    align-items: start;
    
  }
}

@media only screen and (max-width: 568px){
  .footer-right-res{
    display: flex;
    flex-direction: column;
    align-items: center;
    
  }
}

@media only screen and (min-width: 776px){
  .footer-dev{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    
  }
}

@media only screen and (max-width: 568px){
  .footer-dev{
    display: flex;
    flex-direction: column;
    align-items: center;
    
  }
}

.post-content img{ width: 100% !important;}

button.owl-next, button.owl-prev{ display: flex !important; justify-content: center !important;}

/*# sourceMappingURL=mc-style.css.map */