@media (min-width : 992px) {
    .offcanvas {
        visibility      : visible;
        position        : relative;
        background      : none;
        border          : none;
        justify-content : end;
        color           : red;
    }
}
@media (max-width : 992px) {
    .offcanvas {
        width : 290px !important;
    }
    .offcanvas-start-lg {
        top          : 0;
        left         : 0;
        border-right : 1px solid rgba(0, 0, 0, .2);
        transform    : translateX(-100%);
    }
}

@media (min-width: 768px) {
.animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}
}

@keyframes slideIn {
0% {
    transform: translateY(1rem);
    opacity: 0;
}

100% {
    transform: translateY(0rem);
    opacity: 1;
}

0% {
    transform: translateY(1rem);
    opacity: 0;
}
}

@-webkit-keyframes slideIn {
0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
}

100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
}

0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
}
}

.slideIn {
-webkit-animation-name: slideIn;
animation-name: slideIn;
}

.offcanvas_footer {
margin-top: 100px;
padding-bottom: 10px;
text-align: center;
}
.offcanvas_footer span a {
    font-size: 16px;
}
.offcanvas_footer span a:hover {
color: #d52121;
}
.bottom-8 {
    bottom: 8% !important;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.listadzimg {
    height: 70px;
    width: 92px;
}

@media only screen and (min-width: 800px) {
    .listadzimg {
        height: 102px;
        width: 136px;
    }
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.pagination > a,
.pagination > span {
    background-color: #ddd;
    color: #636363;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 17px;
    margin: 0 3px 5px;
    width: 40px;
    height: 40px;
    text-decoration: none;
    position: relative;
    font-family: Helvetica, Arial, sans-serif;
}
.pagination > span {
    pointer-events: none;
}
.pagination svg {
    height: 24px;
    width: 24px;
}
.pagination > a:hover {
    background-color: #000080;
    color: #fff;
}
.pagination > a.page-active {
    background-color: #000080;
    color: #fff;
}

#carouselExampleDark .carousel-inner img {
    width: auto;
    height: 176px;
}
@media only screen and (min-width: 800px) {
    #carouselExampleDark .carousel-inner img {
        width: auto;
        height: 250px;
    }
}

#custCarousel .carousel-indicators {
    position: static;
    /* margin-top: 20px */
}

#custCarousel .carousel-indicators>li {
    width: 100px
}

#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75
}

#custCarousel .carousel-inner img {
    width: 100%;
    height: auto;
}
@media only screen and (min-width: 800px) {
    #custCarousel .carousel-inner img {
        width: auto;
        height: auto;
    }
}

.carousel-item img {
    width: auto
}

.bg-slider {
    background-color: #ececec;
}

.navbar .megamenu{ padding: 1rem; }

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:10%; right:0; width:80%; margin-top:0;  }

}	
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}
/* ============ mobile view .end// ============ */

.nav-pills {
    width: 100%;
}

.pointer {cursor: pointer;}

.card-icon .card-icon-aside-new {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 3rem;
    padding: 0 1rem;
    padding-bottom: 1.8rem;
}

.card-icon .card-icon-aside-new i,
.card-icon .card-icon-aside-new svg,
.card-icon .card-icon-aside-new .feather {
    height: 3rem;
    width: 3rem;
}

.pointer {cursor: pointer;}

form .post-image-collection {
    padding: 10px 0px;
    overflow: hidden;
}

form .post-image {
    position: relative;
    float: left;
    height: 152px;
    width: 170px;
    background: #f2f2f2;
    border: 1px dashed #ccc;
    padding: 0;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}

.mrm {
    margin-right: 10px;
}

.mts {
    margin-top: 5px;
}

form .post-image .upload-section img {
    max-width: 80px;
    max-height: 80px;
    width: auto;
    height: auto;
    vertical-align: top;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 50px;
}

form .post-image .preview-section img {
    border-radius: 3px;
    overflow: hidden;
    margin: 0px;
}

form .post-image .icon-camera {
    display: none;
}

form .post-image input {
    display: none;
}

form .post-image.empty {
    position: relative;
    float: left;
    height: 100px;
    width: 100px;
    background: #f2f2f2;
    border: 1px dashed #ccc;
    padding: 0;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
}

form .post-image.empty .icon-camera {
    display: block;
    height: 100%;
    line-height: 30px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0%;
    width: 100%;
    cursor: pointer;
}

form .post-image.empty .icon-camera img {
    height: 40px;
    width: 40px;
}

form .post-image.empty input {
    cursor: pointer;
}

form .post-image p,
.file_container-orange p {
    margin: 10px 0;
    margin: 1rem 0;
    text-align: center;
    font-family: "OpenSansSemiBold", sans-serif;
}

.uppercase {
    text-transform: uppercase;
}

#list {
    float: left;
}

.thumb {
    height: 100px;
    width: 100px;
    margin-right: 20px;
    margin-top: 10px;
}

.remove_img_preview {
    position: relative;
    top: -145px;
    right: -64px;
    font-size: 20px;
    padding: 2px 5px;
    border-radius: 16px;
    text-align: center;
    cursor: pointer;
    background-color: #000;
}

.remove_img_preview:before {
    content: "×";
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

/* common */
.ribbon {
    width: 80px;
    height: 80px;
    overflow: hidden;
    position: absolute;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #dc3545;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 0;
    background-color: #dc3545;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
}

/* top right*/
.ribbon-top-right {
    top: -0px;
    right: -0px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}

.ribbon-top-right::before {
    top: 0;
    left: 0;
}

.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}

.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}

.div-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow: hidden !important;
    /* Hide any scrollbars */
}

.custom-loader {
    width: 100px;
    aspect-ratio: 1;
    border-radius: 50%;
    padding: 1px;
    background: conic-gradient(rgba(0, 0, 0, 0), #0061f2) content-box;
    -webkit-mask: repeating-conic-gradient(rgba(0, 0, 0, 0) 0deg,
            #000 1deg 8.333deg,
            rgba(0, 0, 0, 0) 9.333deg 12deg), radial-gradient(farthest-side,
            rgba(0, 0, 0, 0) calc(98% - 16px),
            #000 calc(100% - 16px));
    mask: repeating-conic-gradient(rgba(0, 0, 0, 0) 0deg,
            #000 1deg 8.333deg,
            rgba(0, 0, 0, 0) 9.333deg 12deg), radial-gradient(farthest-side,
            rgba(0, 0, 0, 0) calc(98% - 16px),
            #000 calc(100% - 16px));
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
    animation: spin .85s infinite steps(30);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.swal2-container {
    overflow: hidden !important;
}

.fullscreen-swal {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw !important;
    height: 100vh !important;
    max-width: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    overflow-y: hidden;
}