﻿* {
  padding: 0px;
  margin: 0px;
}

body {
  background-color: white !important;
}
body .logo {
  width: 70px;
  height: 70px;
  margin-top: 5px;
}
body .m-brand {
  float: left;
  margin-left: 80px;
  margin-top: -58px;
  font-size: 30px;
  font-weight: bold;
  color: #00394f;
}
body .section-bg-one {
  background-image: -moz-linear-gradient(0deg, rgb(35, 135, 204) 0%, rgb(97, 53, 207) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(35, 145, 204) 0%, rgb(119, 53, 207) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(35, 135, 204) 0%, rgb(97, 53, 207) 100%);
}
body .mobile-only {
  display: none;
}
body .team-thumb {
  width: 300px;
  height: 230px;
}
body .team-thumb img {
  object-fit: cover;
  object-position: center;
  width: 300px;
  height: 230px;
}
body .post-thumb {
  width: 100%;
  height: 400px;
}
body .post-thumb img {
  object-fit: cover;
  object-position: center;
  height: 400px;
}
body .video-image img {
  width: 100%;
}
body .ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
  border-color: transparent !important;
}
body .ck.ck-toolbar {
  border-color: transparent !important;
}
body .news-list article {
  position: relative;
}
body .news-list article .news-type {
  position: absolute;
  background-color: #1e90ff;
  display: inline-block;
  padding: 15px;
  top: 0;
  left: 0;
  color: #fff;
  font-weight: bold;
}
body .mImageViewer {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: auto;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10000;
}
body .mImageViewer .mImage-Container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  color: rgb(197, 238, 237);
  position: relative;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
body .mImageViewer .mImage-Container .mClose {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-color: red;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -50px;
  right: 0;
  cursor: pointer;
}
@media screen and (max-width: 976px) {
  body .mobile-only {
    display: inline-block;
  }
}
