/*@import "Base/base";
@import "mdb/scss/core/bootstrap/_functions.scss";
@import "mdb/scss/core/bootstrap/_variables.scss";
@import "mdb/scss/core/_mixins.scss";

body{background-color: $color1; color: $color3;}
.dropdown:hover>.dropdown-menu {display: block;}
.dropdown>.dropdown-toggle:active {pointer-events: none;}
h1{font-size: $header-size-1; font-family:$secondary-font;}
h4{
    @include media-breakpoint-down(md){font-size: 1.1rem;line-height: 1.6;}
}
.fit_cover{
    position:relative; overflow:hidden;
    img{
        object-fit: cover;
        width: 100%;
        position: absolute !important;
        top:-100%; left:0; right: 0; bottom:-100%;
        margin: auto;
        height:100%;
    }
}
.rbkgr{background:#fbfbfb;}
.topcar{font-family:$quaternary-font; font-weight:bold;}
.topcar .card{height:110px;}
.topcar:first-child .card {
  background: #f1f1f1; position:relative;
}
.topcar:first-child .card:after {
    content: "";
     width: 0;
      height: 0;
      border-top: 200px solid #f1f1f1 ;
      border-right: 70px solid transparent;
      position:absolute; right:-40px;top:0px;
      z-index:8;

}
.regmenu .dropdown-item{padding: .25rem .5rem !important;}


.regmenu .dropdown-item.active, .regmenu .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: $color2 !important;}
.topcar:last-child .card {
  background: #fbfbfb
}
.cpink{color: $color2;}
.nav-tabs {margin-bottom: 1rem;}
.bgcover{background: transparent center center no-repeat; background-size: cover;}
.newsl{
    a:link, a:visited, a:hover{color:#000 !important;}

}
.comm{font-family:$secondary-font !important;}
.headline_gradientt{background: rgba(0, 0, 0, 0.2);bottom:0px; font-family:$secondary-font;}
.lgr{color:$color5;}
.tnews {
    height:661px;

}
.tnews9 {
    height:400px;

}
.redb{background:$color2 !important; border:1px solid $color2 !important; color: $color1 !important;}
.pinkc{color:$color3;font-family: $senary-font; font-size:14px;}
.post_content p {font-size:19px !important;}
.tnews2{height:320px;}
.tnews3{height:118px;}
.tnews4{height:350px;}
.tnews5{height:200px;}
.tnews6{height:284px;}
.tnews7{height:65px;}
.tnews8{height:110px;}
h4.tnewss4{font-size:1.30rem; color:$color3 !important}
.cardbackground{background:$color4 !important;}
.tagsfont{font-size:14px !important; background: $color3 !important}
.morenews{
    height:250px;
    h4{font-size:18px; font-weight:$font-weight-normal !important;}
}
a.redlinks{color:$color3 !important;}
.terfam{border:1px solid #bcc0c4;}
.terfamnb{
    font-family:$secondary-font !important;
    h6{font-size:14px;}
}
.cattab{
    color: #000; font-size:11px; background:$color4 !important;border:1px solid #color4 !important;
    a:link, a:visited,.classic-tabs .nav li a:link, .classic-tabs .nav li a:visited {
        color: #000;
    }
}
.post_date_gr{background:$color4;}
.bigfont{font-size:20px;}

.postda{font-size:$font-small;}
.newsnopic3{
    font-family:$secondary-font;font-weight:$font-weight-bold;
    a:link, a:visited, a:hover{color:#000;}
}
.cyellow{
    background:#1C2331 !important;
    .fab,.fas{color: $color2 !important}
}

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(0, 176, 237, 0.8);
    font-size: 12px;
    padding: 1em;
    display: none;
    z-index: 1;
    a{
        color:#FFF;
        &:hover{text-decoration: none;}
        &:hover{background-color: rgba(135, 135, 135, 0.50);}
    }
    .grecaptcha-badge{
        visibility: collapse !important;
    }
}

.skin_ad{background: transparent center top no-repeat; position: fixed; width: 100%; cursor: pointer; z-index: -1; top: 160px;}
iframe.banner{
    border:none;width:100%;
    body{
        margin: 0 !important;
        padding: 0 !important;
    }
}
div.banner.ajbanner{overflow-x: hidden;}
.classic-tabs .nav li a.active{
    color: #a20000 !important;
    border-bottom: 1px solid #a20000 !important;
    background-color: #f3eeee !important;
}
.classic-tabs .nav li a:not(.active){color: #000;}

ol.breadcrumb{
    font-size: x-large;background: none!important;padding-left: 0;
    li.breadcrumb-item{
        a:link, a:visited{color: #afafaf!important;}
        &.active{color: #afafaf!important;}
    }
    &:first-child{padding-left: 0;}
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: 1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: 100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

@import "Base/breakpoints";*/
.cid-ueUSECxeHm .navbar-brand img {
  border-radius: 0px !important;
}

.fltr1 {
  background: #ececec;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.f1l {
  background: #ececec !important;
  border: 1px solid #ececec !important;
}

.fltr2 {
  background: #3a3a3a;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  color: #FFF;
}

section#footer01-h a:link, section#footer01-h a:visited, section#footer01-h a:hover {
  color: #b18a6d !important;
}

.cid-uD2HWnmvog .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 155px;
  height: 110px;
  object-fit: contain;
  border-radius: 0rem !important;
}

.cid-uD2UQB88vs .mbr-section-title {
  color: #fff;
  text-shadow: -1px -1px 0 #000;
}

.cid-uD2UQB88vs .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 500px;
  padding: 45px;
}

section#features01-q .image-wrapper {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.cid-ueUSG86Nde .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 0;
  aspect-ratio: 1;
}

.item-img.tiles {
  border-radius: 0px;
  box-shadow: 5px aliceblue;
  box-shadow: 5px 5px #E4E4E4;
}

.fancybox-caption__body {
  font-size: 2rem;
}

.smalltitle {
  font-size: 12px;
}

.modal-almost-fullscreen {
  width: 95vw;
  max-width: none;
  height: 95%;
  margin-top: 22px;
  margin-bottom: 2px;
}

.modal-almost-fullscreen .modal-content {
  height: 99%;
  border: 0;
}

.modal-almost-fullscreen .modal-header,
.modal-almost-fullscreen .modal-footer {
  border-radius: 0;
}

.modal-almost-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.99px) {
  .modal-almost-fullscreen-sm-down {
    width: 99vw;
    max-width: none;
    height: 99%;
    margin: 0;
  }
  .modal-almost-fullscreen-sm-down .modal-content {
    height: 99%;
    border: 0;
    border-radius: 0;
  }
  .modal-almost-fullscreen-sm-down .modal-header,
  .modal-almost-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-almost-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.99px) {
  .modal-almost-fullscreen-md-down {
    width: 99vw;
    max-width: none;
    height: 99%;
    margin: 0;
  }
  .modal-almost-fullscreen-md-down .modal-content {
    height: 99%;
    border: 0;
    border-radius: 0;
  }
  .modal-almost-fullscreen-md-down .modal-header,
  .modal-almost-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-almost-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.99px) {
  .modal-almost-fullscreen-lg-down {
    width: 99vw;
    max-width: none;
    height: 99%;
    margin: 0;
  }
  .modal-almost-fullscreen-lg-down .modal-content {
    height: 99%;
    border: 0;
    border-radius: 0;
  }
  .modal-almost-fullscreen-lg-down .modal-header,
  .modal-almost-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-almost-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.99px) {
  .modal-almost-fullscreen-xl-down {
    width: 99vw;
    max-width: none;
    height: 99%;
    margin: 0;
  }
  .modal-almost-fullscreen-xl-down .modal-content {
    height: 99%;
    border: 0;
    border-radius: 0;
  }
  .modal-almost-fullscreen-xl-down .modal-header,
  .modal-almost-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-almost-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.99px) {
  .modal-almost-fullscreen-xxl-down {
    width: 99vw;
    max-width: none;
    height: 99%;
    margin: 0;
  }
  .modal-almost-fullscreen-xxl-down .modal-content {
    height: 99%;
    border: 0;
    border-radius: 0;
  }
  .modal-almost-fullscreen-xxl-down .modal-header,
  .modal-almost-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-almost-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.paginate_button {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  border: 1px solid #000;
  padding: 5px 10px;
  border-radius: 5px;
}

.paginate_button.current {
  background: #000;
  color: #fff;
}

.paginate_button.current:hover {
  background: #000;
  color: #fff;
}

.post_content p {
  line-height: normal !important;
}

.showover {
  position: absolute;
  z-index: 5;
  width: 100%;
  background: rgb(236, 236, 236);
  border-radius: 20px;
  padding: 15px;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}

.home-skin .card:hover {
  background: #fefbef;
}/*# sourceMappingURL=style.css.map */