;:root {
    --colorOne: #3f51b5;
    --colorTwo: #6610f2
}

* {
    outline: 0 !important
}

.zone {
    background: #3f51b5;
    border-radius: 5px
}

body {
    background: url(../img/bg.svg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    /* overflow: hidden; */
    display: flex;
    min-height: 100vh;
    flex-direction: column
}

main {
    flex: 1 0 auto;
}

#preloader {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 777;
    text-align: center
}

.preloader-wrapper.big {
    width: 64px;
    height: 64px;
    margin-left: 40%;
    margin-top: 15%
}

.navbar-nav .nav-link {
    display: inline-block;
    text-decoration: none
}

.navbar-nav .nav-link:hover {
    color: none !important
}

.navbar-nav .nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #3f51b5;
    transition: width .3s
}

.navbar-nav .nav-link:hover::after {
    width: 100%
}

#otherNews .list-group-item {
    background: 0 0;
    border: none
}

.pg-indigo .active>.page-link {
    background: #3f51b5 !important
}

.preloader-wrapper.active {
    -webkit-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite
}

.spinner-grow {
    width: 15rem;
    height: 15rem
}

.transparent {
    background: transparent;
}

.nish {
    background: var(--colorOne)
}

.nish-text {
    color: var(--colorOne)
}

.white {
    background: #fff
}

.white-text {
    color: #fff
}

#navigationBarNish a {
    color: var(--colorOne);
    font-weight: bolder;
    font-family: Montserrat, sans-serif
}

#navigationBarNish a:hover {
    color: var(--colorTwo)
}

.containers {
    margin: 0 auto;
    width: 250px;
    height: 200px;
    perspective: 1000px
}

.carousels {
    height: 100%;
    width: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: transform 1s
}

.itemC {
    display: block;
    position: absolute;
    background: #000;
    width: 250px;
    height: 200px;
    line-height: 200px;
    font-size: 5em;
    text-align: center;
    color: #fff;
    border-radius: 10px
}

.a {
    transform: rotateY(0) translateZ(250px);
    background: url(../img/carousel/carousel1.jpeg) center;
    background-size: contain;
    background-repeat: no-repeat
}

.b {
    transform: rotateY(60deg) translateZ(250px);
    background: url(../img/carousel/carousel2.jpeg) center;
    background-size: contain;
    background-repeat: no-repeat
}

.c {
    transform: rotateY(120deg) translateZ(250px);
    background: url(../img/carousel/carousel3.jpeg) center;
    background-size: contain;
    background-repeat: no-repeat
}

.d {
    transform: rotateY(180deg) translateZ(250px);
    background: url(../img/carousel/carousel4.jpeg) center;
    background-size: contain;
    background-repeat: no-repeat
}

.e {
    transform: rotateY(240deg) translateZ(250px);
    background: url(../img/carousel/carousel5.jpeg) center;
    background-size: contain;
    background-repeat: no-repeat
}

.f {
    transform: rotateY(300deg) translateZ(250px);
    background: url(../img/carousel/carousel6.jpeg) center;
    background-size: contain;
    background-repeat: no-repeat
}

.next,
.prev {
    position: absolute;
    top: 225px;
    cursor: pointer;
    background: #ccc;
    border-radius: 5px;
    transition: box-shadow .1s, top .1s
}

.next:hover,
.prev:hover {
    color: #000
}

.next:active,
.prev:active {
    box-shadow: 0 1px 0 #999
}

.next {
    right: 5em
}

.prev {
    left: 5em
}

::selection {
    color: #fff;
    background: #3f51b5
}

.msgNotice {
    position: fixed;
    top: 6%;
    right: 0;
    z-index: 46;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    animation: msgMove 2s
}

.msgNotice .card-title {
    font-size: 20px
}

@keyframes msgMove {
    from {
        right: -50%
    }

    to {
        right: 0
    }


}

.footerCarousel {
    height: 250px;
    width: 250px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 3em;
    background-image: url('../img/white.jpg');
}

.clearfix {
    content: "";
    display: block;
    clear: both;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 98;
    background-color: whitesmoke;
    /* margin-left: 5%; */
    /* border-radius: 2.5em; */
    margin-top: 0 !important;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.pushUp {
    background: #3f51b5;
    color: #fff !important;
    border-radius: 0.25em;
}

@media (min-width: 320px) and (max-width: 480px) {
    .mobileFull {
        width: 100% !important;
    }
}

#myTab .active {
    background-color: #3f51b5 !important;
    color: #fff !important;
};/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%};.sl-wrapper .sl-close,.sl-wrapper .sl-navigation button{height:44px;line-height:44px;font-family:Arial,Baskerville,monospace}.sl-wrapper .sl-close:focus,.sl-wrapper .sl-navigation button:focus{outline:0}body.hidden-scroll{overflow:hidden}.sl-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#3f51b5;opacity:0.3;display:none;z-index:987}.sl-wrapper .sl-close,.sl-wrapper .sl-counter{top:30px;display:none;color:#000;position:fixed}.sl-wrapper{z-index:1040}.sl-wrapper button{border:0;background:0 0;font-size:28px;padding:0;cursor:pointer}.sl-wrapper button:hover{opacity:.7}.sl-wrapper .sl-close{right:30px;z-index:1060;margin-top:-14px;margin-right:-14px;width:44px;font-size:3rem}.sl-wrapper .sl-counter{left:30px;z-index:1060;font-size:1rem}.sl-wrapper .sl-navigation{width:100%;display:none}.sl-wrapper .sl-navigation button{position:fixed;top:50%;margin-top:-22px;width:22px;text-align:center;display:block;z-index:1060;color:#000}.sl-wrapper .sl-navigation button.sl-next{right:5px;font-size:2rem}.sl-wrapper .sl-navigation button.sl-prev{left:5px;font-size:2rem}.sl-wrapper .sl-image{position:fixed;-ms-touch-action:none;touch-action:none;z-index:10000}.sl-wrapper .sl-image img{margin:0;padding:0;display:block;border:0}.sl-wrapper .sl-image iframe{background:#000;border:0}@media (min-width:35.5em){.sl-wrapper .sl-navigation button{width:44px}.sl-wrapper .sl-navigation button.sl-next{right:10px;font-size:3rem}.sl-wrapper .sl-navigation button.sl-prev{left:10px;font-size:3rem}.sl-wrapper .sl-image iframe,.sl-wrapper .sl-image img{border:0}}@media (min-width:50em){.sl-wrapper .sl-navigation button{width:44px}.sl-wrapper .sl-navigation button.sl-next{right:20px;font-size:3rem}.sl-wrapper .sl-navigation button.sl-prev{left:20px;font-size:3rem}.sl-wrapper .sl-image iframe,.sl-wrapper .sl-image img{border:0}}.sl-wrapper .sl-image .sl-caption{display:none;padding:10px;color:#fff;background:rgba(0,0,0,.8);position:absolute;bottom:0;left:0;right:0}.sl-wrapper .sl-image .sl-caption.pos-top{bottom:auto;top:0}.sl-wrapper .sl-image .sl-caption.pos-outside{bottom:auto}.sl-wrapper .sl-image .sl-download{display:none;position:absolute;bottom:5px;right:5px;color:#000;z-index:1060}.sl-spinner{display:none;border:5px solid #333;border-radius:40px;height:40px;left:50%;margin:-20px 0 0 -20px;opacity:0;position:fixed;top:50%;width:40px;z-index:1007;-webkit-animation:pulsate 1s ease-out infinite;-moz-animation:pulsate 1s ease-out infinite;-ms-animation:pulsate 1s ease-out infinite;-o-animation:pulsate 1s ease-out infinite;animation:pulsate 1s ease-out infinite}.sl-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@-webkit-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-moz-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-o-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-ms-keyframes pulsate{0%,100%{opacity:0}0%{transform:scale(.1)}50%{opacity:1}100%{transform:scale(1.2)}}
