@charset "UTF-8";

/**
 * Theme Name: IGonics News
 * Version: 1.0.0
 * Theme URL: https://igonics.com
 *
 */
 .image-gallery1{
    width:420px;
} 

.image-gallery li, ul#image-gallery li {
    position: relative;
    text-align:center;
}
.image-gallery li .captions, ul#image-gallery li .captions {
    position: absolute;
    bottom: 0;
    top: auto;
    background: #00000091;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 10px 15px;
}
.image-gallery li .captions p, ul#image-gallery li .captions p {
    margin: 0;
    line-height: normal;
    font-size: 12px;
}
.image-gallery li .captions h4, ul#image-gallery li .captions h4 {
    margin: 0;
    font-size: 16px;
    margin-bottom: 5px;
}
/* ul#image-gallery .img-gal-fix {
    position: relative;
    height: 0;
    padding-top: 63.7%;
    display: block;
    width: 100%;
    background: #f2f2f2;
    overflow: hidden;
    z-index: 0;
} */
/* ul#image-gallery li img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -webkit-transition: all 2s ease-out;
    transition: all 2s ease-out;
    object-fit: contain;
    transform-origin: center;
    transform: scale(1.04);
} */
.img-gal-fix img, .nolSSlide > li > img{
    height: 400px;
    width: 100%;
    object-fit: cover;
    transition: 500ms ease-out;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: 40px;
    max-width: 100%;
    width: 100%;
}
.lSSlideOuter .lSPager.lSGallery li.active {
    border: 2px solid #b5072f;
    border-radius: 0;
}
.lSAction > a {
  background-image:none;
}

.lSSlideOuter .lSPager.lSGallery li {
    border: 2px solid transparent;
}
.lSSlideOuter .lSAction > a.lSPrev:after {
    content: '<';
    line-height: 80px;
    /* padding-top:20px; */
    font-size: 65px;
    position: absolute;
    top: -50%;
    color: #fff;
    opacity: 1;
    background: #00000069;
    height: 100px;
    width: 50px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #fff;
    left: 0;
}
.lSSlideOuter .lSAction > a.lSNext:after {
    content: '>';
    line-height: 80px;
    /* padding-top:20px; */
    font-size: 65px;
    position: absolute;
    top: -50%;
    color: #fff;
    opacity: 1;
    background: #000000ad;
    height: 100px;
    width: 50px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #fff;
    right:0;
}

/***************/


.igas-slider.seq {
    position: relative;
    /* Dimensions */
    width: 100%;
    height: 420px;
    max-width: 100%;
    /* Center the Sequence container on the page */
    margin: 0 auto;
    padding: 0;
    /* Some basic styles */
    font-family: sans-serif;
}

.igas-slider.seq .seq-pagination,
.igas-slider.seq .seq-screen,
.igas-slider.seq .seq-canvas,
.igas-slider.seq .seq-canvas > * {
    /* Reset the canvas and steps for better browser consistency */
    margin: 0;
    padding: 0;
    list-style: none;
}

.igas-slider.seq .seq-preloader {
    background: #279FE5;
}

.igas-slider.seq .seq-canvas {
    /* Make the canvas the same dimensions as the container and prevent lines
     * from wrapping so each step can sit side-by-side */
    position: absolute;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    /* Reset the font-size to remove 4px from :before and .title */
    font-size: 0;
}

.igas-slider.seq .seq-canvas > * {
    /* Make the steps the same size as the container and sit side-by-side */
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: center;
    color: white;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.igas-slider.seq .seq-canvas > *:before {
    /* Vertically align .seq-content */
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.igas-slider.seq .seq-content {
    /* Default styles for content */
    display: inline-block;
    vertical-align: middle;
    max-width: 720px;
    margin: 0 4%;
    /* Reset the font-size from 0 back to 16 */
    font-size: 16px;
}

.igas-slider.seq .seq-title {
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.igas-slider.seq .seq-title {
    display: block;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);

    position: absolute;
    padding: 5px 10px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(51,51,51,0.8);
    color: #fff;
}

.igas-slider.seq.seq-active {
    /* when JS is enabled */
    /* Hide anything that goes beyond the boundaries of the Sequence container */
    overflow: hidden;
}

.igas-slider.seq.seq-active .seq-preloader,
.igas-slider.seq.seq-active .seq-pagination {
    visibility: visible;
}

.igas-slider.seq.seq-active .seq-preloader.seq-preloaded {
    visibility: hidden;
}

.igas-slider.seq.seq-active .seq-preloader .seq-preload-circle {
    fill: white;
}

.igas-slider.seq.seq-active .seq-title {
    /* Starting positions */
    opacity: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}

.igas-slider.seq.seq-active .seq-title {
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.igas-slider.seq .seq-in .seq-title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(51,51,51,0.8);
    color: #fff;
    line-height: 1.2em;
}

.igas-slider.seq .seq-out .seq-title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.igas-slide {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.igas-slider.seq .seq-nav,
.igas-slider.seq .seq-pagination {
    /* Hide navigation when JS is disabled */
    display: none;
}

.igas-slider.seq.seq-active .seq-nav,
.igas-slider.seq .seq-pagination {
    /* Show navigation and pagination if JS is enabled */
    display: block;
}

.igas-slider.seq .seq-pagination {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 30px;
    text-align: center;
    z-index: 100;
    line-height: 30px;
}

.igas-slider.seq .seq-pagination .igas-pagination-button {
    display: inline-block;
    width: 12px;
    height: 12px;
    color: #eee;
    border: 2px solid #eee;
    text-decoration: none;
    border-radius: 100%;
    text-shadow: none;
    box-shadow: none;
}

.igas-slider.seq .seq-pagination .igas-pagination-button.seq-current {
    background-color: #eee;
}

.igas-slider.seq .seq-pagination .igas-pagination-button:hover {
    cursor: pointer;
}

.igas-slider.seq .seq-nav {
    /* Styles for next/previous buttons and pagination */
    position: absolute;
    z-index: 9999;
    top: 50%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    pointer-events: none;
    border: none;
}

.igas-slider.seq .seq-next,
.igas-slider.seq .seq-prev {
    position: absolute;
    top: 50%;
    margin-top: -33px;
    width: 35px;
    height: 66px;
    border: none;
    cursor: pointer;
    pointer-events: auto;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /* Image replacement */
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}

.igas-slider.seq .seq-next {
    right: 20px;
    background: url("images/bt-next.png");
}

.igas-slider.seq .seq-next:focus,
.igas-slider.seq .seq-next:hover {
    -webkit-transform: translate3d(4px, 0, 0);
    -ms-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
}

.igas-slider.seq .seq-prev {
    left: 20px;
    background: url("images/bt-prev.png");
}

.igas-slider.seq .seq-prev:focus,
.igas-slider.seq .seq-prev:hover {
    -webkit-transform: translate3d(-4px, 0, 0);
    -ms-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
}