.klaro .cookie-modal,
.klaro .cookie-notice {
  /* The switch -- the box around the slider */
  font-size: 14px;
  font-family: "Overpass", sans-serif;
}

.klaro .cookie-modal .switch,
.klaro .cookie-notice .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
}

.klaro .cookie-modal .cm-app-input:checked + .cm-app-label .slider,
.klaro .cookie-notice .cm-app-input:checked + .cm-app-label .slider {
  background-color: #53c5c3;
}

.klaro .cookie-modal .cm-app-input.required:checked + .cm-app-label .slider,
.klaro .cookie-notice .cm-app-input.required:checked + .cm-app-label .slider {
  opacity: 0.8;
  background-color: #797977;
  cursor: not-allowed;
}

.klaro .cookie-modal .slider,
.klaro .cookie-notice .slider {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}

.klaro .cookie-modal .cm-app-input,
.klaro .cookie-notice .cm-app-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 50px;
  height: 30px;
}

.klaro .cookie-modal .cm-app-label,
.klaro .cookie-notice .cm-app-label {
  /* The slider */
  /* Rounded sliders */
}

.klaro .cookie-modal .cm-app-label .slider,
.klaro .cookie-notice .cm-app-label .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 50px;
  display: inline-block;
}

.klaro .cookie-modal .cm-app-label .slider:before,
.klaro .cookie-notice .cm-app-label .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.klaro .cookie-modal .cm-app-label .slider.round,
.klaro .cookie-notice .cm-app-label .slider.round {
  border-radius: 30px;
}

.klaro .cookie-modal .cm-app-label .slider.round:before,
.klaro .cookie-notice .cm-app-label .slider.round:before {
  border-radius: 50%;
}

.klaro .cookie-modal .cm-app-label input:focus + .slider,
.klaro .cookie-notice .cm-app-label input:focus + .slider {
  box-shadow: 0 0 1px #00c5cc;
}

.klaro .cookie-modal .cm-app-label input:checked + .slider:before,
.klaro .cookie-notice .cm-app-label input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.klaro .cookie-modal .cm-app-input:focus + .cm-app-label .slider,
.klaro .cookie-notice .cm-app-input:focus + .cm-app-label .slider {
  box-shadow: 0 4px 6px 0 rgba(125, 125, 125, 0.2),
    5px 5px 10px 0 rgba(125, 125, 125, 0.19);
}

.klaro .cookie-modal .cm-app-input:checked + .cm-app-label .slider:before,
.klaro .cookie-notice .cm-app-input:checked + .cm-app-label .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.klaro .cookie-modal .slider,
.klaro .cookie-notice .slider {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}

.klaro .cookie-modal a,
.klaro .cookie-notice a {
  color: #00c5cc;
  text-decoration: none;
}

.klaro .cookie-modal p,
.klaro .cookie-modal strong,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal ul,
.klaro .cookie-modal li,
.klaro .cookie-notice p,
.klaro .cookie-notice strong,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice ul,
.klaro .cookie-notice li {
  font-family: inherit;
  /*color: #eee;*/
  color: #2c2e34;
}

.klaro .cookie-modal p,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal ul,
.klaro .cookie-modal li,
.klaro .cookie-notice p,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice ul,
.klaro .cookie-notice li {
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-top: 0.7em;
}

.klaro .cookie-modal p {
  line-height: 1.4em;
}

.klaro .cookie-modal .cm-link,
.klaro .cookie-notice .cm-link {
  padding-left: 4px;
  vertical-align: middle;
}

.klaro .cookie-modal .cm-btn,
.klaro .cookie-notice .cm-btn {
  background: #aaa;
  color: #eee;
  border-radius: 3px;
  padding: 6px 20px;
  margin-right: 0.5em;
  border: 0;
  text-transform: uppercase;
}

.klaro .cookie-modal .cm-btn:disabled,
.klaro .cookie-notice .cm-btn:disabled {
  opacity: 0.5;
}

.klaro .cookie-modal .cm-btn.cm-btn-sm,
.klaro .cookie-notice .cm-btn.cm-btn-sm {
  padding: 6px 20px;
  font-size: 1em;
}

.klaro .cookie-modal .cm-btn.cm-btn-close,
.klaro .cookie-notice .cm-btn.cm-btn-close {
  background: #eee;
  color: #000;
}

.klaro .cookie-modal .cm-btn.cm-btn-success,
.klaro .cookie-notice .cm-btn.cm-btn-success {
  background: #53c5c3;
}

.klaro .cookie-modal .cm-btn.cm-btn-info,
.klaro .cookie-notice .cm-btn.cm-btn-info {
  background: #039ba0;
}

.klaro .cookie-modal .cm-btn.cm-btn-right,
.klaro .cookie-notice .cm-btn.cm-btn-right {
  float: right;
  margin-left: 0.5em;
  margin-right: 0;
}

.klaro .cookie-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 1000;
}

.klaro .cookie-modal .cm-bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.klaro .cookie-modal .cm-modal {
  z-index: 1001;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  max-height: 98%;
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  overflow: auto;
  background: #fff;
  color: #2c2e34;
  padding: 15px;
}

@media (min-width: 1024px) {
  .klaro .cookie-modal .cm-modal {
    border-radius: 4px;
    position: relative;
    margin: 0 auto;
    max-width: 640px;
    height: auto;
    width: auto;
  }
}

.klaro .cookie-modal .cm-modal .hide {
  border: none;
  background: none;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.klaro .cookie-modal .cm-modal .hide svg {
  stroke: #eee;
}

.klaro .cookie-modal .cm-modal .cm-footer {
  padding: 1em;
  border-top: 1px solid #ccc;
}

.klaro .cookie-modal .cm-modal .cm-footer-buttons::before,
.klaro .cookie-modal .cm-modal .cm-footer-buttons::after {
  content: " ";
  display: table;
}

.klaro .cookie-modal .cm-modal .cm-footer-buttons::after {
  clear: both;
}

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
  font-size: 0.8em;
  padding-top: 4px;
  text-align: center;
}

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
  color: #999;
}

.klaro .cookie-modal .cm-modal .cm-header {
  padding: 1em;
  padding-right: 24px;
  border-bottom: 1px solid #ccc;
}

.klaro .cookie-modal .cm-modal .cm-header h1 {
  margin: 0;
  font-size: 2em;
  display: block;
}

.klaro .cookie-modal .cm-modal .cm-header h1.title {
  padding-right: 20px;
  margin-bottom: 10px;
}

.klaro .cookie-modal .cm-modal .cm-body {
  padding: 1em;
}

.klaro .cookie-modal .cm-modal .cm-body ul {
  display: block;
}

.klaro .cookie-modal .cm-modal .cm-body span {
  display: inline-block;
  width: auto;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps {
  padding: 0;
  margin: 0;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app {
  position: relative;
  line-height: 20px;
  vertical-align: middle;
  padding-left: 60px;
  min-height: 40px;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app:first-child {
  margin-top: 0;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app .switch {
  position: absolute;
  left: 0;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p {
  margin-top: 0;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p.purposes {
  font-size: 0.8em;
  color: #999;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app.cm-toggle-all {
  border-top: 1px solid #555;
  padding-top: 1em;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-app-title {
  font-weight: 600;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-required {
  padding-left: 0.2em;
  font-size: 0.8em;
  color: #999;
}

.klaro .cookie-notice {
  background: #fff;
  color: #2c2e34;
  z-index: 1999 !important;
  position: fixed;
  width: 350px;
  bottom: 10px;
  left: 10px;
  padding: 10px;
}

a.cm-link.cm-learn-more {
  white-space: nowrap;
}

@media (min-width: 990px) {
  .klaro .cookie-notice {
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.2);

    border-radius: 5px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    padding: 10px;
  }
}

@media (max-width: 989px) {
  .klaro .cookie-notice {
    /*border: none;
    border-radius: 0;*/
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2),
      5px 5px 10px 0 rgba(0, 0, 0, 0.19);
    width: 300px;
    bottom: 10px;
    left: 10px;
    padding: 10px;
  }
}

@media (max-width: 700px) {
  .portfolio-like-comment {
    width: 97%;
  }
  .likeshareicon.portfolio {
    width: 97%;
  }
  .like-comment-wrapper.mobile {
    min-height: 70px;
    border: none;
  }
}

@media (max-width: 630px) {
  a.cm-link.cm-learn-more {
    white-space: nowrap;
    display: block;
    margin-top: 10px;
  }
}

@media (max-width: 399px) {
  .klaro .cookie-notice {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2),
      5px 5px 10px 0 rgba(0, 0, 0, 0.19);
    width: 90%;
    bottom: 70px;
    right: 5%;
    padding: 5px;
  }
}

.klaro .cookie-notice .cn-body {
  margin-bottom: 0;
  margin-right: 0;
  bottom: 0;
  padding: 1em;
  padding-top: 0;
}

.klaro .cookie-notice .cn-body p {
  margin-bottom: 0.5em;
  text-align: center;
  color: #2c2e34;
  line-height: 1.4em;
}

.klaro .cookie-notice .cn-body p.cn-changes {
  text-decoration: underline;
}

.klaro .cookie-notice .cn-body .cn-learn-more {
  display: inline-block;
}

.klaro .cookie-notice .cn-body p.cn-ok {
  padding-top: 0.5em;
  margin: 0;
}

.klaro .cookie-notice-hidden {
  display: none !important;
}

button.primaryContained {
  background: #00c5cc;
  color: #fff;
  padding: 10px 10px;
  border: none;
  margin-top: 10px;
  cursor: pointer;
  text-transform: uppercase;
  box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 25%);
  transition: 1s all;
  border-radius: 3px;
}
img.imageCover {
  width: 40px;
  height: 40px;
  border-radius: 50px;
}

.like-comment-wrapper {
  min-height: 73px;
  /*overflow-y: auto;*/
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #ccc;
}

.like-wrapper {
  display: flex;
  /*box-shadow: 0 .25rem 1.75rem rgba(30,34,40,.07)!important;*/
  flex-wrap: wrap;
  /*margin-bottom: 10px;*/
}
.likeshrecommentcls.like-wrap {
  margin-bottom: 10px;
}
/*.comment-wrapper {
    height: 300px !IMPORTANT;
    overflow-y: scroll;
}*/

.comment-wrap {
  position: relative;
}
.comment-wrap .comment-grid {
  margin-bottom: 10px;
  /*box-shadow: 0 .25rem 1.75rem rgba(30,34,40,.07)!important;*/
}

.like-wrap .comment-grid {
  margin-right: 10px;
}

.likeshrecommentcls .comment-grid {
  display: flex;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #e8e6e6;
}
.comment-wrap span.close-cmt {
  position: absolute;
  right: 15px;
  top: 20px;
}
.likeshrecommentcls .comment-grid p{
    padding:0px!important;
    font-size: 12px!important
}
.comment-wrap span.close-cmt > i {
  opacity: 0;
  color: red;
  cursor: pointer;
}
.comment-wrap:hover span.close-cmt > i {
  opacity: 1;
}
.comment-wrap .text {
  padding-right: 30px;
  width: 85%;
}
.likeshrecommentcls .comment-grid title {
  display: flex;
  font-weight: 600;
}
.profile-sec {
  display: flex;
  margin-right: 15px;
  min-width: 150px;
      align-items: center;
}
.comment-wrap .comment-grid span {
  width: 20px;
  margin-right: 5px;
}

.title-sec {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
}
.title-sec a {
  color: #00c5cc;
}
.title-sec p {
  margin-top: 4px;
}

.newsContent .likeshareicon {
  margin-top: -40px;
}
.likeshareicon {
  position: relative;
}
.like-comment-list {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
    font-size: 14px;
    padding: 0 0 0 10px;
}

.likeshareicon ul {
  display: flex;
  justify-content: flex-end;
  border-bottom: 0px solid #e1e1e1;
  padding: 4px 0;
  list-style: none;
}
.likeshareicon ul li {
  margin-left: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.comment-tab a {
  color: #00c5cc;
  font-family: "Nunito Sans", sans-serif;
}
.count-like-comment {
  font-weight: bold;
  color: #00c5cc;
  display: flex;
  justify-content: end;
  padding-top: 0px;
  justify-content: flex-end;
  align-items:center;
  font-family:"Nunito Sans", sans-serif;
}
.count-like {
    margin-right: 15px;
     font-size:14px;
    font-family: "Nunito Sans", sans-serif;
    color:#000;
}
.count-comments {
    color: #000;
    font-size:14px;
}
.likeshare-section{
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
@media screen and (min-width: 768px) {
  .likeshrecommentcls .comment-grid p {
      font-size: 16px!important;
  }
}
@media screen and (max-width: 768px) {
  .count-comments{
      font-family: "Nunito Sans", sans-serif;
      font-size:12px;
      text-transform: uppercase;
  }
  .newstooltip{
        font-family: "Nunito Sans", sans-serif;
        font-size:12px;
  }
  .comment-tab a {
    font-size: 12px;
  }
  .count-like-comment {
    padding-top: 0px;
  }
  .likeshare-section{
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
}

.comment-section {
  display: none;
}
.comment-section textarea {
  width: calc(100% - 20px);
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.blog-like-comment {
  /*box-shadow: 1px 1px 5px rgb(204 204 204);*/
  /*padding: 15px 30px 30px 30px;*/
  /*padding: 20px;*/
  font-size: 16px;
  width: 90%;
  margin: 10px auto 20px auto;
}
.likeshareicon.blog {
  width: 90%;
  margin: 10px auto 50px auto;
}
.portfolio-like-comment {
  font-size: 16px;
}
.likeshareicon.portfolio {
  margin-top: 30px;
}
.content_main .likeshareicon.blog ul {
  padding: 7px 0;
}
.like-comment {
  color: #ff0000;
}
.streamColor .singleItem.sectionwrap {
  margin-bottom: 0.5em !important;
}
.likeshareicon.flowwrap {
  margin-bottom: 4em;
}
.login-register span{text-transform: uppercase; margin-right: 10px;}
.login-register {
  margin-right: 10px;
   align-items: center;
   display: flex;
   color: #000;
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
 }
.login-register span a {
    color: #000;
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

/*slider css*/
.slider > div {
  display:block; width:100%;
  text-align: center; font-size: 2em;
  margin-bottom:7px;
}

/* Navigation */
.slider-nav > div > img{ width:100%; object-fit:cover; height:40px}
.slider-nav { text-align: center; }
.slider-nav > div {
  display:inline-block;
  width:40px; 
  height: 40px; 
  margin: 0px;
  text-align: center; 
  font-size:2em;
  cursor: pointer;
  overflow:hidden;
}

.slick-prev {
    left: 15px !important;
    z-index: 1;
}
.slick-next {
    right: 30px !important;
    z-index: 1;

}


.slider {
    max-width: 100%;
    margin: auto;
}

.slider img {
    width: 100%;
    object-fit: contain;
    max-height: 500px;
}

.slick-prev:before, .slick-next:before{ color:#000 !important; font-size:65px !important}

/*Footer css*/
.blue-bg {background: #573E76;
    color: #fff;
    text-align: center;
    padding: 40px;}
  .blue-bg h2{
    padding: 25px;
    font-size: 32px;
  }
  .gray-bg {
    background: #F5EBED;
    text-align: center;
    color: #fff;
    padding: 25px;
  }
  .gray-bg p{
    font-size: 18px !important;
    padding: 20px;
    line-height: 1.3;
    color:black;
  }
  .white-bg h3{
    font-size: 25px;
    margin: 30px;
    color:#573E76;
    padding: 10px;
  }
  .flex-colom {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    background: #F5EBED;
    padding: 20px 5px;
}
.gray-bg a{color:#fff; text-decoration:none;}
.flex-colom li {
    flex: 0 0 24%;
    margin-bottom: 15px;
    text-align: center;
}
.flex-colom li a{ color:#000; text-decoration:none;}
.flex-colom img {
    width: 100%;
    height: 280px;
    object-fit: contain;
}
.text-center{text-align:center;}
.flex-colom.color-bx li:nth-child(even) {
    background: #ffd26b;
}
.flex-colom.color-bx li:nth-child(odd) {
    background: #38b6ff;
  
}
.flex-colom.color-bx li:nth-child(odd) h3 {
    color: #ffd26b;
}
.flex-colom.color-bx li:nth-child(even) h3 {
    color: #38b6ff;
}
.flex-colom.color-bx li {
    /*border-radius: 15px;*/
    padding: 50px 10px;
    font-size: 16px;
    /*box-sizing: border-box;*/
    min-height: 200px;
    background: white !important;
}
.flex-colom.color-bx li a:hover {
color: #fff !important;
}
.flex-colom.color-bx li *{
  line-height: 30px;
  color: #808080;
  margin-top: -10px;
}
.light-gray {
    background: #F5EBED;
    padding: 20px 0;
    /*margin: 13px;*/
}
ul.pipe-sg {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    font-size: 16px;
    padding: 25px;
    margin: 10px;
}
ul.pipe-sg li:not(:last-child):after {
    content:' |';
  position: absolute;
    right: -15px;
}
ul.pipe-sg li {
    position: relative;
    margin: 0 15px;
}

.th-clr {
    color: #38b6ff!important;
    font-size: 20px!important;
    margin-top: 20px !important;
}

#footer a {
    color: #808080;
    font-size: 16px;
}

#footer #copyright {
    font-size: 16px;
    padding: 10px 0;
}

#footer .nav-footer {
    padding: 13px 0 2px;
}

#footer a {
    margin: 0px 15px;
    /*text-decoration: underline;*/
}

.pagination-hover a{
  color:rgb(132, 151, 176);
}

.pagination-hover a:hover{
  color:#A6982B;
}

ul.flex-colom.flex-text li {
position: relative;
border: 1px solid #ccc;
box-shadow: 1px 1px 1px 1px #ccc;
background: #fff;
}




/*ul.flex-colom.flex-text li span {
position: absolute;
Transform: translate(-50%, -50%);
top: 50%;
left: 50%;
background: #fff;
padding: 5px;
font-size: 18px;
}*/

ul.flex-colom.flex-text li span {
  position: absolute;
  Transform: translate(-50%, -50%);
  top: 88%;
  left: 50%;
  background: #fff;
  padding: 25px 0;
  font-size: 20px;
  width: 100%;
}

ul.flex-colom.flex-text li a:hover{
  color:#A6982B !important;
}

ul.flex-colom.flex-text a {
margin: 0 !important;
}

/*.slick-prev:before, .slick-next:before {
    font-size: 45px !important;
    line-height: 40px !important;}
  .slick-slide img{object-fit:cover;}

.slick-prev, .slick-next {
   background-color: #A6982B;
   height: 60px !important;
   width: 60px !important;
}

.slick-prev:hover, .slick-next:hover {
  background: #fff !important;
}*/

#copyright-mobile{display: none}


.slider.slick-slider .slick-prev:before, .slider.slick-slider .slick-next:before {
color: #A6982B !important;
font-size: 65px !important;
}

.slider.slick-slider .slick-next:before {
font-size: 65px !important;
content: "\f054" !important;
font: normal normal normal 14px/1 FontAwesome !important;
color: #A6982B !important;
}
.slider.slick-slider .slick-prev:before {
font-size: 65px !important;
content: "\f053" !important;
font: normal normal normal 14px/1 FontAwesome !important;
color: #A6982B !important;
}

.slider.slick-slider .slick-prev:before, .slider.slick-slider .slick-next:before{font-size: 65px !important;}


.slider{
  /*background-color: #f5f5f5 !important;*/
}


.slider-naav > div {
display:inline-block;
width:80px;
height: 80px;
margin: 0 5px 5px;
/*text-align: center;*/
cursor: pointer;
overflow:hidden;
}
.slider-naav > div > img {
width: 100%;
object-fit: cover;
height: 80px;
}

.slider-naav {
/*text-align: center;*/
}

.slider-naav > div img {
height: 80px;
/*object-fit: contain;
*/
width:80px;
}

.slider .grid-item.gridHalf {
    display: flex !important;
    align-items: end;
    flex-direction: row;
    align-content: space-around;
}N


.slider .grid-item.gridHalf a {
    line-height: 25px;
    text-align: left;
}

.slider .grid-item.gridHalf p {
    flex: 0 0 35%;
    margin-left: auto!important;
    text-align: left;
    /* position: relative; */
}


.slider .grid-item.gridHalf a img {
/*height: auto !important;*/
height: 500px !important;
    width: 100% !important;
    object-fit: cover;
}



.slider .imgCol3.grid-item.gridThreeThird {
width: 100%;
max-width: inherit !important;
}

.slider .imgCol3.grid-item.gridThreeThird {
width: 100%;
max-width: inherit;
}

.slider .imgCol3.grid-item.gridThreeThird img {
max-height: 500px !important;
    width: 100% !important;
    object-fit: contain;
}

.slider-section-box {
    border: 1px solid #ccc;
    padding: 13px 0;
}

/**Tooltip css**/
[data-tooltip]:before {
    
    content: attr(data-tooltip);
    position: absolute;
    opacity: 0;
    
    transition: all 0.15s ease;
    padding: 10px;
    color: #333;
    border-radius: 10px;
    box-shadow: 2px 2px 1px silver;    
}

[data-tooltip]:hover:before {
   
    opacity: 1;
    
    background: #00c5cc;
    margin-top: -50px;
    margin-left: 20px;
    font-size: 14px;    
}

[data-tooltip]:not([data-tooltip-persistent]):before {
    pointer-events: none;
}

a.editor-content {
font-size: 13px;
line-height: 22px!important;
font-weight: normal!important;
margin-top: 30px;
}

.slider-naav div a{
  display: block;
}

a.editor-content br {
    display: none;
}

.slick-initialized .slick-slide {
    position: relative;
}

.slick-slide .masitemNewsText a{
 color: #272727;
    font-weight: 800;
}

@media screen and (min-width:300px) and (max-width:767px) {
#footer{display: none}
.flex-colom li {flex: 0 0 100%;}
#copyright-mobile{display: block;background-color: #F9F9F9;
    color: #808080;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    line-height: 2em;
    text-align: center;}
}






.title-content {
    color: #272727;
    position: absolute;
    padding: 0 70px 0 0;
    font-weight: 600;
}