/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

@font-face {
    font-family: 'SF Compact Display Thin';
    font-display: auto;
    src:
        url('fonts/SFCompactDisplay-Thin.woff') format('woff'), /* Modern Browsers */
        url('fonts/SFCompactDisplay-Thin.ttf')  format('truetype'); /* Safari, Android, iOS */
}


@font-face {
    font-family: 'SF Compact Display Light';
    font-display: auto;
    src:
        url('fonts/SFCompactDisplay-Light.woff') format('woff'),
        url('fonts/SFCompactDisplay-Light.ttf') format('truetype');
}


@font-face {
    font-family: 'SF Compact Display Regular';
    font-display: auto;
    src:
        url('fonts/SFCompactDisplay-Regular.woff') format('woff'),
        url('fonts/SFCompactDisplay-Regular.ttf') format('truetype');
}


@font-face {
    font-family: 'SF Compact Display Medium';
    font-display: auto;
    /*font-style: normal;
    font-weight: normal;*/
    src:
        url('fonts/SFCompactDisplay-Medium.woff') format('woff'),
        url('fonts/SFCompactDisplay-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'SF Compact Display Bold';
    font-display: auto;
    src:
        url('fonts/SFCompactDisplay-Bold.woff') format('woff'),
        url('fonts/SFCompactDisplay-Bold.ttf') format('truetype');
}


body {

    font-family:'SF Compact Display Medium';
    /*padding-top: 54px; for fixed-top*/
    background-color: white;
    color: #454545;
    font-size: medium;

}

.form-control{
    border-radius: 0px;
}


.form-control::placeholder{
    color: #a8a7a7;
}
.form-control:focus{
    box-shadow: 0 0 0 0.1rem rgba(0,123,255,.15);
}

@media (min-width: 992px) {
    body {
        /*padding-top: 56px; for fixed top*/
    }
}

.portfolio-item {
    margin-bottom: 30px;
    padding-left: 9px;
    padding-right: 9px;
}

@media (min-width: 1200px) {

    .portfolio-item {
        margin-bottom: 0px;
        padding-left: 9px;
        padding-right: 9px;
    }
    .productssection .btn-primary{
        margin-top: 30px;
        margin-bottom: 60px;
    }

}

@media (max-width: 1199px){
    .productssection .btn-primary{

        margin-bottom: 30px;
    }
}

header{
  background-size: cover;
  background-attachment: fixed;
}

/*Main menu bar*/

nav.navbar{
    /*height: 90px;*/
    padding: 0 1rem;
}

@keyframes menuslide {
  0%   {
    top: -100px;
    opacity: 0.4;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}

@keyframes menuslideout {
  0%   {
    top: 0px;
  }
  100% {
    top: -100px;
    opacity: 0;
  }
}
#mainnav-scroll{
  transition: none;
  position: fixed;
  top: -100px;
  width: 100%;
  z-index: 20;
  box-shadow: 0 8px 6px -9px #15002e;
}
#mainnav-scroll .container{
  margin-top: 8px !important;
}
#mainnav-scroll .navbar-brand{


  background-repeat: no-repeat;
  background-size: 50%;
  background-position: 10px 85%;

}

#accordion .collapsed .fa-chevron-down:before{
  content: "\f054";
  /*content: "\f078";*/
}
#accordion .title{
  text-align: left;
}
#accordion button.accordion-chevrons{
  padding: 0px;
  width: 20px;
}
#accordion .title a{
  color: #545454;
  padding-left: 5px;
}
#accordion button{
  color: #545454;
}
#accordion .card-header{
  background-color:white;
  border-bottom: none;
}
#accordion .alternate .card-header{
  background-color: #f7f5f5;
}
#accordion .card-body ul{
  padding-left: 30px;
}
#accordion .card-body a{
  color: #545454;
  padding-bottom: 5px;
}

/*#accordion button.accordion-chevrons[aria-expanded=true] .fa-chevron-right {
   display: none;
}
#accordion button.accordion-chevrons[aria-expanded=false] .fa-chevron-down {
   display: none;
}*/

.floatingnav-enter{
  animation-name: menuslide;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}
.floatingnav-exit{
  animation-name: menuslideout;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

/*
.floatingnav{
  transition: none;
  position: fixed;
  top: -100px;
  width: 100%;
  z-index: 20;
  animation-name: menuslide;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

.floatingnav-reverse{
  transition: none;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 20;
  animation-name: menuslideout;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

.floatingnav .container{
  margin-top: 8px !important;
}
*/



nav.bg-darkviolet{
    background-color: #15002e;
}

nav.navbar .container{
    padding-right: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#navcontent{
  margin: 40px auto 0px auto;
  transition: 0.4s;
}

.mainmenu a.nav-link{
    color: white !important;
    font-family:'SF Compact Display Regular';
    font-weight: bold;
    font-size: 13px;
    line-height: 11px;
    letter-spacing: .15em;
    border-bottom: 2px
}

.mainmenu a.nav-link:after{
    content: '';
    position: relative;
    width: 0px;
    height: 4px;
    left: 50%;
    top:5px;
    margin-bottom: -4px;
    background-color: #f6f6f6;
    border-radius: 2px;
}

@keyframes link-underline-animation {
  0%   {
    width: 0%;
    margin-left: 50%;
  }
  100% {
    width: 100%;
    margin-left: 0%;
  }
}

.mainmenu a.nav-link-selected:after{
  animation-name: link-underline-animation;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  /*width: 100%;*/
  left: 0;
  display: block;
}


/*.mainmenu a.nav-link:hover::after{
  width: 100%;
  left: 0;
  display: block;
}*/

.mainmenu .nav-item{
    padding-left: 13px;
    padding-right: 13px;
}

.navbar-brand{
    height: 90px;
    width: 280px;
    margin-top: -40px;

    background-image: url('../images/logo.png');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 80%;

}

.brand-shrinked{
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: bottom left;
}


/*Slider*/

#heroCarousel .carousel-inner{
    background-size: cover;
    /*background-repeat: no-repeat;
    background-position: center;*/
}

#heroCarousel .carousel-indicators{
  bottom: 25px;
}

#heroCarousel .carousel-indicators li{
  width: 20px;
}

#heroCarousel .mockupholder{
    position: relative;
    top: 20px;
    left: 44px;
    height: 60vh;
    width: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../images/iPhone Mockups.png');
}

#heroCarousel .carousel-inner .container{
    padding-top: 120px;
}

#heroCarousel .carousel-item {

    height: 810px;
    min-height: 300px;
    background: no-repeat center center scroll;
    background-size: contain;

    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}

.blue-bg{
    background-size: cover;
    width: 100%;
    background-image: url('../images/sliderbg.jpeg');
    background-attachment: fixed;

}
#heroCarousel .carousel-inner{
    /*background-image: url('../images/test.png');*/
    height: 95vh;
    max-height: 810px;
    min-height: 550px;
    /*background-image: url('../images/sliderbg.jpeg');
    background-attachment: fixed;*/


}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

#heroCarousel .carousel-caption{
    color: black;
}


#heroCarousel .carousel-item-wrapper{
    width: 100%;
    /*height: 60vh;*/
    margin-top: 95px;

}

#heroCarousel .carousel-control-prev, #heroCarousel .carousel-control-next {
    opacity: 0;
    filter: alpha(opacity=0); /* IE support */
}
#featuredCarousel .carousel-control-prev, #featuredCarousel .carousel-control-next {
    opacity: 0;
    filter: alpha(opacity=0); /* IE support */
}
#reviewscarousel  .carousel-control-prev, #reviewscarousel .carousel-control-next {
    opacity: 0;
    filter: alpha(opacity=0); /* IE support */
}

#team .owl-nav{
  opacity: 0;
  filter: alpha(opacity=0);
}

#heroCarousel .controlsub{
    display: block;
    position: relative;
    bottom: 50px;
    width: 170px;
    height: 15px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: .12em;
    color: #9487bc;

    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: 'SF Compact Display Regular';
}

@media (max-width: 400px) {
    #heroCarousel .carousel-item-wrapper {
        width: 100%;
        height: 300px;
    }
}
@media (min-width: 401px) and (max-width: 800px) {
    #heroCarousel .carousel-item-wrapper {
        width: 100%;
        height: 400px;
    }
}
@media (min-width: 801px) {
    #heroCarousel .carousel-item-wrapper {
        width: 100%;
        height: 700px;
    }
}


#heroCarousel .carousel-col-left{
    padding-top: 0px;
    width: 50%;
    height: 100%;
    float: left;
    /*background-color: rgba(255,0,0,0.1);*/

}

#heroCarousel .left-caption{
    width: 90%;

    max-width: 560px;
    float: right;
}

#heroCarousel .caption-text{
    padding-top: 45px;
    width: 100%;
    float: left;
    color: white;
}

#heroCarousel .caption-text > h3 {
    font-family: 'SF Compact Display Bold';
    font-weight: bolder;

    font-size: 60px;
    /*font-size: 4.5vw;*/
    line-height: 60px;
    /*line-height: 4.3vw;*/
    font-stretch: ultra-condensed;
}

#heroCarousel .caption-text > p{
    font-family: 'SF Compact Display Thin';
    font-weight: bolder;
    font-stretch: ultra-condensed;
}

#heroCarousel .carousel-col-right{
    /*background-color: rgba(0,255,0,0.1);*/

    float: left;
    width: 50%;
    height: 100%;
    max-width: 788px;

    background-image: url('../images/iPhone Mockups.png');
    background-repeat: no-repeat;

    background-size: 62%;
    background-position: 50px 0px;

}


@media (max-width: 400px) {
    #heroCarousel .caption-appicon{
        width: 50px;
        height: 50px;
    }
    #heroCarousel .caption-text{
        padding-top: 10px;
    }
    #heroCarousel .caption-text > h3 {
        font-size: 25px;
        line-height: 25px;
    }
    #heroCarousel .caption-text > p{
        font-size: 12px;
        line-height: 15px;
    }
    #heroCarousel .carousel-col-left,#heroCarousel .carousel-col-right{
        padding-top: 30px;
        height: 500px;
        background-size: 92%;
        background-position: 0px 70px;
    }

    #heroCarousel .btn-appstore-full{
        width: 100px;
        height: 33px;
        margin: 10px 5px 0px 0px;
    }
    #heroCarousel .btn-playstore-full{
        height: 33px;
        width: 110px;
        margin: 10px 5px 0px 0px;
    }
}
@media (min-width: 401px) and (max-width: 800px) {
    #heroCarousel .caption-appicon{
        width: 100px;
        height: 100px;
    }
    #heroCarousel .caption-text{
        padding-top: 16px;
    }
    #heroCarousel .caption-text > h3 {
        font-size: 35px;
        line-height: 35px;
    }
    #heroCarousel .caption-text > p{
        font-size: 20px;
        line-height: 22px;
    }

    #heroCarousel .carousel-col-left,#heroCarousel .carousel-col-right{
        padding-top: 40px;
        background-size: 92%;
        background-position: 0px center;
    }
    #heroCarousel .carousel-inner{
        min-height: 600px;
        height: 600px;
    }

}
@media (min-width: 801px) {
    #heroCarousel .caption-appicon{
        width: 140px;
        height: 140px;
    }
    #heroCarousel .caption-text{
        padding-top: 45px;
    }
    #heroCarousel .caption-text > h3 {
        font-size: 60px;
        line-height: 60px;
    }
    #heroCarousel .caption-text > p{
        font-size: 25px;
        line-height: 27px;
    }

}


@media (min-width: 801px) and (max-width: 1201px){
    #heroCarousel .carousel-inner{
        height: 700px;
    }
    #heroCarousel .carousel-item-wrapper{
        height: 600px;
    }

    #heroCarousel .carousel-col-right{
        background-position: 50px center;
    }

    #heroCarousel .carousel-inner{
        min-height: 600px;
    }
}

@media (max-width: 400px){
    #heroCarousel .carousel-inner{
        height: 550px;
    }
}




/*Fade effect*/


/*Slder End*/
/*Featired*/

#featuredCarousel {
    /*margin-top: -40px;*/
}
#featuredCarousel .carousel-inner{
    /*background-size: cover;*/
    width: 100%;
    /*background-image: url('../images/sliderbg.png');*/
}

#featuredCarousel .carousel-indicators li{
  width: 20px;
}

#featuredCarousel .carousel-indicators {
  bottom: 15px;
}


#featuredCarousel .carousel-col-left, #featuredCarousel .carousel-col-right{
    float: left;
    height: 610px;
    width: 50%;
}

#featuredCarousel .carousel-col-left{
    background-size: 50%;
    background-position: right 45px top;
    background-repeat: no-repeat;
}

#featuredCarousel .featured-caption{
    padding-top: 0px;
    padding-left: 45px;;
}
#featuredCarousel .featured-caption-text{
    width: fit-content;
    display: inline-block;
    position: relative;
    top: 2.7vw;
    color: white;
    left: 10px;
}

h2.section-head-wht{
    padding-top: 70px;
    font-family: 'SF Compact Display Bold';
    text-align: center;
    font-size: 60px;
    line-height: 60px;
    padding-bottom: 70px;
    color: white;
    /*text-shadow: 0px 2px 5px rgba(255,255,255,0.3);*/
    margin-bottom: 0px;

}
h2.section-head{
    padding-top: 70px;
    font-family: 'SF Compact Display Bold';
    text-align: center;
    color: #454545 !important;
    font-size: 60px;
    line-height: 60px;
    padding-bottom: 70px;
    margin-bottom: 0px;
    /*text-shadow: 0px 2px 5px rgba(175, 175, 175, 0.5)*/
}

h3.section-head{
    padding-top: 60px;
    font-family: 'SF Compact Display Medium';
    text-align: left;
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 50px;
    margin-bottom: 0px;
}

h5.section-subhead{
    font-family: 'SF Compact Display Medium';
    font-size: 30px;
    line-height: 30px;
    /*text-shadow: 0px 1px 3px rgba(255, 255, 255, 0.5);*/
    margin-bottom: -70px;
    margin-top: 70px;
}
h5.section-subhead-wht{
    font-family: 'SF Compact Display Medium';
    font-size: 30px;
    line-height: 30px;
    /*text-shadow: 0px 1px 3px rgba(255, 255, 255, 0.5);*/
    margin-bottom: -70px;
    margin-top: 70px;
}

.featured-caption-text strong{
    font-size: 18px;
}

.featured-caption-text span{
    font-size: 14px;
    font-family: 'SF Compact Display Medium';
}

.featured-caption h3{
    font-size: 36px;
    line-height: 40px;
    margin: 0px;
    font-family: 'SF Compact Display Bold';
    padding: 40px 0px 30px 5px;
    color: white;

}

.featured-caption ul{
    padding-left: 0px;
    font-size: 18px;
    line-height: 35px;
    color: white;
    font-family: 'SF Compact Display Medium';
    list-style: none;
}
.featured-caption ul li::before{
    content:"\A";
    width:  10px;
    height: 10px;
    margin-right: 10px;
    border-radius:50%;
    background: #FFFFFF;
    display:inline-block;
}
.featured-caption ul li{
    padding-left: 10px;
}

@media (max-width: 800px) {
    .featured-caption h3{
        font-size: 1.5rem;
        padding: 25px 0px 10px 2px
    }
}

@media (max-width: 1250px) and (min-width: 600px) {
    #featuredCarousel .carousel-col-left{
        background-size: 90%;
        background-position: center;
        height: 600px;
    }

    #featuredCarousel .carousel-col-right{
        height: fit-content;
        padding-bottom: 10%;
    }
}

@media (max-width: 599px){
    #featuredCarousel .carousel-col-left{
        background-size: 90%;
        width: 100%;
        background-position: center;
        height: 600px;
    }
    #featuredCarousel .carousel-col-right{

        width: 100%;
        height: fit-content;
        padding-bottom: 10%;
    }

    #featuredCarousel .featured-caption{
        padding-top: 1%;
    }
}

#featuredCarousel .featured-appicon{
    width: 20%;
    max-width: 130px;
    min-width: 75px;
}

.appicon{
    border-radius: 35px;
}

.appicon-round{
    border-radius: 20%;
}

/*reviews*/
.reviewssection{
    /*padding-top: 50px;*/
    /*background-size: cover;*/
    width: 100%;
    /*background-image: url('../images/reviewsbg.jpeg');*/
    /*background-attachment: fixed;*/

}
.reviewssection h2,.reviewssection h5,.reviewssection p{
    text-align: center;
    color: white;
}

.reviewssection p{
    font-size: 18px;
    margin-top: -40px;
    margin-bottom: 32px;
}


.reviewssection .carousel {
    margin: 50px auto 70px auto;
    padding: 0 20px;
}
.reviewssection .carousel .item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 290px;
}
.reviewssection .carousel .item .img-box {
    width: 148px;
    height: 148px;
    margin: 0px auto -60px auto;
    padding: 5px;
    border: 5px solid #ddd;
    border-radius: 50%;
    background-color: white;
    position: relative;
    bottom: 70px;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/*.reviewssection.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}*/
.reviewssection.carousel .testimonial {
    padding: 30px 0 10px;
}
.reviewssection.carousel .overview {
    font-style: italic;
}
.reviewssection.carousel .overview b {
    text-transform: uppercase;
    color: #7AA641;
}
.reviewssection .carousel .carousel-control {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    background: none;
}
.reviewssection .carousel-control i {
    font-size: 68px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.reviewssection .carousel .carousel-indicators {
    bottom: 0px;
    margin-bottom: 30px;
}
.reviewssection .carousel-indicators li, .reviewssection.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 1px 10px;
    border-radius: 50%;
}
.reviewssection .carousel-indicators li {
    background: #FFFFFF;
    border: 1px solid #6e2cdf;
}
.reviewssection .carousel-indicators li.active {
    background: #6e2cdf;
}

.reviewssection .carousel-control-prev, .reviewssection .carousel-control-next {
    opacity: 0;
    width: 100px;
    filter:alpha(opacity=0); /* IE support */
    height: 100% !important;
    top: 0px !important;
    transition: all 0.3s ease-in;
}
.reviewssection .carousel-control-prev:hover, .reviewssection .carousel-control-next:hover{
    opacity: 0.5;
    filter:alpha(opacity=0.5); /* IE support */
}
.reviewssection .carousel-control-prev, .reviewssection .carousel-control-next {
    width: 70px !important;
}
.reviewssection .carousel-control-next i{
    left: -5px
}
.reviewssection .carousel-control-prev i{
    right: -5px
}

.review-box{
    margin-top: 80px;
    background-color: white;
    padding-bottom: 70px;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 366px;
}
.review-box p{
    color: #454545;
    font-size: 16px;
    font-family: 'SF Compact Display Regular';
    margin-top: 20px;
}

.review-box strong{
    font-size: 22px;
    width: 100%;
    display: block;
    font-family: 'SF Compact Display Bold';
    color: #454545;
}
.review-box span{
    font-size: 18px;
    width: 100%;
    display: block;
    font-family: 'SF Compact Display Medium';
    color: #454545;
}



/*Team*/
.ourteam{
    width: 100%;
    height: fit-content;
    /*background-image: url('../images/teambg.jpeg');
    background-attachment: fixed;
    background-size: cover;*/
}

.owl-carousel .owl-stage-outer{
  padding-top: 18px; /*Adjust room for hover animation*/
  padding-bottom: 20px; /*Adjust room scroll in animation*/
}


.ourteam .owl-dot span{
  width: 20px !important;
  height: 3px !important;
  margin-right: 3px !important;
  margin-left: 3px !important;
  cursor: pointer !important;
  border-radius: 0px !important;
  background-color: rgba(255,255,255,.5) !important;
}

.ourteam .owl-dots .active span{
 background-color: #fff !important;
}


.ourteam .portrait{
    max-width: 190px;
    width: 90%;
    margin: 0px auto 20px auto;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    border: 5px solid white;
}
.ourteam .title{
    width: 100%;
    font-family: 'SF Compact Display Medium';
    text-align: center;
    font-size: 20px;
    display: block;
    color: white;
}
.ourteam .subtitle{
    width: 100%;
    font-family: 'SF Compact Display Light';
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    display: block;
    color: white;
}


.ourteam-full .section-head{
  margin-bottom: 70px;
}

.ourteam-full .team-block{
  padding-left: 10px;
  padding-right: 10px;
}

.ourteambutton{
    padding-top: 20px;
    padding-bottom: 70px;
}
.btn-social{
    width: 26px;
    height: 26px;
    background-color: white;
    border: 2px solid white;
    border-radius: 13px;
    line-height: 21px;
    padding: 0px;
    color: black;
}

.btn-social:hover{
    background-color: transparent;
    color: white;
}

.ourteam .btn-social{
    margin: 0px 5px 50px 5px;
    font-size: .9rem;
}

.ourteam .links{
    width: 76px;
    margin: 12px auto 0px auto;
}


.ourteam-full{
    background: none;

    /* TEMP:  style suggest*/
    /*background-color: white;*/
    margin-top: -15px;

}
.ourteam-full .title{
    color: #454545;
    font-size: 18px;
}
.ourteam-full .subtitle{
    color: #6f50a1;
}
.ourteam-full .btn-social{
    background-color: #6f50a1;
    border: 2px solid #6f50a1;
    color: white;
    font-size: .9rem;
}
.ourteam-full .btn-social:hover{
    background-color: white;
    color: #6f50a1;
}
.ourteam-full .portrait{

    border-color: #ebebeb;
}

.team-grouptitle{
    text-align: center;
    font-family: 'SF Compact Display Medium';
    font-size: 35px;
    margin: 0px;
    padding-bottom: 50px;
    padding-top: 30px;
}
@media (min-width: 1200px)
{
    .ourteam-full{
       /* TEMP: style suggest */
        /*max-width: 1400px;*/
    }
}
/*Typography*/


.new-square-box-holder{
  width: 100%;
  padding: 0px 20%;
  display: flex;
  justify-content: space-between;
}
.new-square-box-holder div.square-columns{
  width: 22%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #681FBB;
}
.new-square-box-holder div.new-square{
  background: linear-gradient( #681FBB, #342dae);
  width: 70%;
  padding-top: 70%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3px;
}

.new-square-box-holder  .new-square-icon{
  display: block;
float: left;
width: 100%;
padding-top: 100%;
margin-top: -100%;
background-position: center;
background-size: 80%;
background-repeat: no-repeat;
}

.square:before{
    content: "";
    display: block;
    padding-top: 100%;  /* initial ratio of 1:1*/
}

.square > .content{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.fl{
    display: block;
    float: left;

}
.margin-70{
    margin-bottom: 70px;
}
.margin-50{
    margin-bottom: 50px;
}
.margin-40{
    margin-bottom: 40px;
}
.margin-30{
    margin-bottom: 30px;
}

.margin-top-30{
    margin-top: 30px;
}
.margin-top--40{
    margin-top: -40px;
}

.padding-70{
    padding-bottom: 70px;
}
.padding-top-70{
    padding-top: 70px;
}
.padding-50{
    padding-bottom: 50px;
}
.padding-30{
    padding-bottom:  30px;
}
.padding-0{
    padding-bottom: 0px !important;
}
.page-wrapper{
    /*padding-top: 40px;*/
    background-color: white; /*#f7f5f5;*/
}


.btn-primary{
    font-family: 'SF Compact Display Bold';
    background-color: rgba(104,31,187,1);
    /*background: linear-gradient(45deg, rgba(104,31,187,1) 0%, rgba(52,45,174,1) 100%);*/

    background-size: 100%;
    background-image: linear-gradient( #681FBB, #342dae);
    border: 2px solid rgba(104,31,187,1) !important;
    color: white !important;
    border-radius: 22px;
    padding-left: 29px;
    padding-right: 29px;
    transition: all .25s ease;

}

.btn-primary:hover{
    background: transparent !important;
    background-image: linear-gradient( #ffffff, #342dae);
    background-position:100px;
    color: #6e2cdf !important;
}

.btn-wide{
    font-family: 'SF Compact Display Bold';
    width: 100%;
    background-color: #6e2cdf !important;
    border: none;
    color: white !important;
    border-radius: 0px;
    padding-left: 30px;
    padding-right: 30px;
    transition: all 0.5s ease;
}

.btn-wide:hover{
    background-color: #7a2dff !important;
}

.btn-light{
    font-family: 'SF Compact Display Bold';
    background-color: #FFFFFF !important;
    border: 2px solid #FFFFFF !important;
    color: #454545 !important;
    border-radius: 20px;
    padding-left: 30px;
    padding-right: 30px;
    transition: all 0.25s ease;
}

.btn-light:hover{
    background-color: transparent !important;
    color: white !important;
}



.paper{
    background-color: white;
    padding: 0px 20px 0px 20px;
}
.paper-bullet{
    width: 150px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.paper-bullet-container{
    padding: 30px 60px 0px 30px;
}

.boxes{
    max-width: 250px;
    margin: 0px auto 35px auto;
    box-shadow: 0px 5px 10px 0px rgba(175, 175, 175, 0.5);
    background-color: white;
    background-position: center 32%;
    background-image: url(../images/aiapps.png);
    background-repeat: no-repeat;
}
.boxes span{
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0px;
    font-size: 27px;
    line-height: 90px;
}
@media (max-width: 1200px) and (min-width: 767px){
    .boxes{
        margin-right: 1% !important;
        flex: 0 0 23%;
    }
    .boxes span{
        font-size: 20px;
        line-height: 60px;
    }
}

@media (max-width: 1080px) {
    .paper-bullet{
        width: 100px;
        height: 100%;
    }
}

.whoweare{
    margin-bottom: 35px;
}

p.subtitle{
    padding: 5px 60px 23px 60px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 18px;
}

.whoweare .card-text{
    text-align: left;
    font-size: 16px;
}

.whoweare .card-title{
    font-family: 'SF Compact Display Bold';
    font-weight: bold;
    font-size: 22px;
    text-align: left;
}
.container h2,.container h5{
    text-align: center;
    color: white;
}

.text-black{
    color: #454545 !important;
}

.latestnews .paper{
    padding-top: 1px;
    padding-bottom: 40px;
}

.latestnews p.subtitle{
    padding: 0px 50px 10px 50px;
}

.blog-items-row{
    padding-top: 52px;
}
.blog-item{
    margin-bottom: 25px;
    padding-right: 10px;
    padding-left: 10px;
}
@media (max-width: 575px) {
    .blog-item{
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
    }
}
.blog-item .card-body{
    background-color: #f6f6f6;

    padding: 17px 17px 17px 17px;
}
.blog-item .card{
    border-radius: 0px;
    overflow: hidden;
}

.blog-item .title{
    font-size: 22px;
    font-family: 'SF Compact Display Bold';
    text-align: left;
    padding: 15px 10px;

}
.blog-item .title a{
    color: black;
    text-decoration: none;
}

.blog-item .text{

    padding: 0px 10px;
    font-size: 16px;
    font-family: 'SF Compact Display Regular';
}

/*Career*/
.career-home-wrapper{
  width: 100%;
  background-color: white;
}
.career-home .banner{
  width: 95%;
  margin: 80px 0px;
}
.career-home .title{
  font-family: 'SF Compact Display Light';
  font-size: 3rem;
  margin-top: 120px;
}
.career-home .text{
  padding: 40px 0px;
  font-size: 18px;
}

.career2 .specialty{
  padding: 20px;
  border: 1px solid #d3bff5;
  margin-bottom: 30px;

}

.career2 .section-head{
  font-size: 45px;
  line-height: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.career2 h3.section-head{
  font-size: 45px;
  line-height: 46px;
  padding-top: 30px;
  padding-bottom: 50px;
  font-family: 'SF Compact Display Bold';
  text-align: center;
  color: #454545 !important;
}
.career2 .subsubhead{
  color: #6e2cdf;
  font-size: 1.6rem;
  line-height: 50px;
  display: inline-block;
  font-family: 'SF Compact Display Bold';
}
.career2 .preface{
  text-align: center;
  margin-bottom: 50px;
  padding: 0px 30px;
}
.career2 .specialty .diagonal-arrow{
  background-image: url(../images/arrowdiagonal.png);
  width: 22px;
  height: 23px;
  position: relative;
  margin-right: 7px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  top: 4px;
}
.career2 .btn-career{
  position: absolute;
  font-family: 'SF Compact Display Medium';
  right: 50px;
  top: 40px;
  border-radius: 17px;
  font-size: .9rem;
  font-weight: normal;
  padding: 5px 15px 5px 20px;
}

.career td{
    height: 100px;
    vertical-align: middle;
    font-family: 'SF Compact Display Medium';
    font-size: 17px;
}

.career td.jobtype{

}
.career td.deadline{
    text-align: right;

}
.career td.details{
    text-align: left;
    width: 150px;
}
.btn-career{
    border-radius: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.jobdetails{
    padding: 30px 85px;
}

.jobdetails ul{
    list-style: square outside url("../images/listarrow.png");
    padding-left: 30px 5px;
}
p.job-apply-info{
    padding: 40px;
    text-align: center;
}

.btn-info{
    background-color: #6e2cdf;
    border-color: #6e2cdf;
    border-width: 1px ;
}
.btn-info:hover{
    background-color: white;
    border: 1px  solid #6e2cdf;
    color: #6e2cdf;
}

#applyJobTitle{
    color: #454545 !important;
    text-align: center !important;
    width: 100%;
}
.modal-header, .modal-footer{
    border: none;
}
.custom-file-label{
    border-radius: 0px;
}
#applyJobModal form .col{
    padding-left: 8px;
    padding-right: 8px;
}
.modal-body{
    padding: 1rem 2.5rem;
}
.modal-footer{
    justify-content: center;
}
@media (min-width: 600px){
    .modal-dialog{
        min-width: 600px;
    }
}
/*.custom-file-input ~ .custom-file-label::after {
    content: "Upload";
}*/
/*Typography*/

/*cards*/

.card{
    box-shadow: 0px 2px 11px 0px rgba(175, 175, 175, 0.4);
    border: none;
    border-radius: 0px;
    margin: auto;
}

@media (min-width: 1200px){
    .productssection{
        height: 825px;
    }
}
@media (min-width: 1600px) {
    .ourproductcards{
        padding-left: 40px;
        padding-right: 40px;
    }
}
.ourproductcards .card{
    /*max-width: 260px;*/
    min-width: 185px;
}


.ourproductcards .portfolio-item{
    margin-bottom: 30px;
    max-width: 270px;
}

.portfolio-item .card-img-top{
    border-radius: 20%;
}



.card-body{
    padding-bottom: 25px;
}

.card-img-holder{
    text-align: center;
    padding: 15% 17% 0px 17%;
}

@media (min-width: 1200px) {

    .card-img-holder{
        padding: 20% 20% 20px 20%;
    }


}


.card-title{
    text-align: center;
}
.card-text{
    text-align: center;
}
.ourproductcards div.card-text{
  display: block;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
}


.card-title a{
    color: #454545;
    text-align: center;
    font-family:  'SF Compact Display Bold';
}

.card-title a:hover{
    text-decoration: none;
    color: black;
}


/*App Store icons*/

.btn-playstore-full{
    display: block;
    float: left;
    width: 166px;
    height: 50px;
    background-size: cover;
    margin: 40px 10px 0px 0px;
    background-image: url('../images/download-playstore.png');
    transition: all .5s ease-out;
}



.btn-appstore-full{
    float: left;
    display: block;
    width: 153px;
    height: 50px;
    background-size: cover;
    margin: 40px 39px 0px 0px;
    background-image: url('../images/download-appstore.png');
    transition: all .5s ease-out;
}

.btn-appstore-full:hover, .btn-playstore-full:hover{
    -webkit-filter: invert(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: invert(100%); /* FF 35+ */
}

.footer-icons .btn-appstore-full:hover,.footer-icons .btn-playstore-full:hover{
  -webkit-filter: none !important; /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: none !important;
  transform: scale(1.01) translate3d(0,-1px,0);
  box-shadow: 0 4px 8px rgba($btn-background, 20%);
}

.btn-playstore-white{
    display: block;
    float: left;
    width: 174px;
    height: 52px;
    background-size: cover;
    margin: 20px 10px 0px 0px;
    background-image: url('../images/googleplaywhite.png');
    transition: all .5s ease-out;
}

.btn-appstore-white{
    float: left;
    display: block;
    width: 162px;
    height: 53px;
    background-size: cover;
    margin: 20px 10px 0px 0px;
    background-image: url('../images/appstorewhite.png');
    transition: all .5s ease-out;
}

.btn-appstore-white:hover, .btn-playstore-white:hover{
    -webkit-filter: invert(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: invert(100%); /* FF 35+ */
}
@media (max-width: 1080px) {

    .btn-playstore-full{
        width: 156px;
        height: 47px;
        margin: 20px 10px 0px 0px;

    }

    .btn-appstore-full{
        width: 142px;
        height: 47px;
        margin: 20px 10px 0px 0px;

    }
}


.store-icons{
    width: fit-content;
    position: absolute;
    display: block;
    margin: 0px auto;
    margin-top: 30px;
    margin-bottom: 28px;
    height: 65px;
    margin-left: -75px;
    left: 50%;
    bottom: 0px;
}
.ourproductcards .store-icons{
  position: inherit;
  width: fit-content;
  display: block;
  margin: 0px auto;
  margin-bottom: 10px;
  height: 65px;
}

.ourproductcards .card-title{
  min-height: 125px;
}

.btn-appstore, .btn-playstore{

    float: left;
    display: block;
    background-image: url('../images/storeicon.png');
    background-size: cover;
    width: 45px;
    height: 45px;
    margin: 0px 5px;

    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);

    transition: all 0.5s ease;
}

@media (min-width: 550px) and (max-width: 900px) {
    .btn-appstore, .btn-playstore{
        width: 50px;
        height: 50px;
    }
    .store-icons{
        margin-left: -60px;
    }
}

@media (min-width: 1200px) and (max-width: 1340px) {
    .btn-appstore, .btn-playstore{
        width: 50px;
        height: 50px;
    }
    .store-icons{
        margin-left: -60px;
    }
}


.btn-appstore{
    background-position: 0px;
}
.btn-playstore{
    background-position: right;
}

.btn-appstore:hover, .btn-playstore:hover{
    background-image: url('../images/storeiconcolor.png');
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

/*Contact*/
.contact .paper{
    margin-bottom: 0px;
    padding-bottom: 42px;
}
.contact-info h5{
    font-weight: bolder;
    color: black;
}
.contact-info p{
    text-align: center;
    margin-bottom: 26px;
}

.contact p.subtitle{
    padding: 0px 60px 60px 60px;
    margin-bottom: 0px;
    margin-top: -45px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.formtitle{
    display: block;
    line-height: 22px;
    font-size: 22px;
    padding-bottom: 35px;
}
.contact .form-control{
    margin-bottom: 30px;
}

.contact input.form-control{
    height: 35px;
}

.contact .select2-container--default .select2-selection--single{
    padding-top: 4px;
    height: 35px;
    margin-bottom: 15px;
}
.contact .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 6px;
}

.contact textarea.form-control{
    height: 160px;
}
.contact .select2-container{
    width: 100% !important;
}

.contact .infotitle{
    font-family: 'SF Compact Display Medium';
    font-size: 18px;
    font-weight: bold;
}
.contact .info{
    font-family: 'SF Compact Display Light';
    font-size: 18px;
    font-weight: bold;
}
.contact .social-links{
    padding-top: 25px;
}
.contact i.fa.fa-info-circle{
    position: absolute;
    right: -25px;
    top: 7px;
    font-size: 20px;
    cursor: pointer;
}
.contact .form-group{
    margin-right: 25px;
}
.social-links{
    width: 100%;
    text-align: center;
}
.social-links a.btn-social{
    width: 34px;
    height: 34px;
    background-color: #454545;
    color: white;
    border-radius: 8px;
    border: 2px solid #454545;
    line-height: 32px;
    font-size: 17px;
    margin: 2px;
}
.social-links a.btn-social:hover{
    color: #454545;
    background: white;
}
.map{
    width: 100%;
    height: 300px;
    /*background-image: url('../images/Map.png');*/
    /*background-size: cover;*/
    transition: transform .3s;
}
.map:hover{
  transform: scale(1.01);
}
hr{
    border-color: rgba(255,255,255,0.5);
}

footer {
    padding: 30px 0px 40px 0px;
}

footer ul{
    margin-bottom: 0px;
}
footer ul li{
    color: #b2a8f8;
    font-size: 14px;
    line-height: 26px;
    padding-left: 5px;
    font-family: 'SF Compact Display Light';
}

footer a.footer-links{
  color: #b2a8f8;
  text-decoration: none;
}


footer hr{
    margin-top: 30px;
    margin-bottom: 30px;
}

footer p{
    font-family: 'SF Compact Display Regular';
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 15px;
    text-align: justify;
}

footer .linkswrapper{
    position:relative;
    margin-bottom: -5px;
    min-height: 270px;
    padding-left: 60px;
}

@media (max-width: 600px){
    footer .linkswrapper{
        margin-left: 20px;
    }
}
footer .links{position:absolute;
  top:55px;}
footer ul{
    padding-left: 0px;
}
footer .linkhead{
    font-family: 'SF Compact Display Bold';
    text-align: left;
    font-size: 18px;
    margin-bottom: 30px;
}


/*Contact*/


/*Blog*/

.blog-grid{
    padding-top: 50px;
}
.blog-grid .card-body{
    padding: 12px 12px 12px 12px
}
.blog-grid .blog-item .title {
    font-family: 'SF Compact Display Bold';
    font-size: 17px;
    margin-bottom: 0px;
}
.blog-grid .blog-item .text{
    font-family: 'SF Compact Display Regular';
    font-size: 14px;
}

.blog-grid hr{
    border-color: #454545;
    margin: 0px 12px 15px 12px;
}
.blog-grid .blogger-info div.portrait{

    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-size: cover;
    background-image: url('../images/uncompressed/team/arsilajim.png')

}
.blog-grid .blogger-info span{
    line-height: 50px;
    font-family: 'SF Compact Display Medium';
    padding-left: 7px;
    font-size: 15px;
}
.btn-xs{
    font-size: 12px;
    padding: 1px 8px;
    font-weight: bold;
    border-radius: 5px;
    border: 2px solid #6e2cdf !important
}
.blog-grid .btn-xs{
    margin-top: 12px;
}
.blog-search > input[type=text]{
    background-color: #f7f5f5;
    font-family: 'SF Compact Display Regular';
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.blog-search  button{
    background-color: #f7f5f5;
    border: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.blog-categories {
    box-shadow: 0px 5px 10px 0px rgba(175, 175, 175, 0.5);
/*    text-shadow: 0px 5px 10px rgba(175, 175, 175, 0.5); */
}
.blog-categories li{
    border: none;
    font-family: 'SF Compact Display Medium';
    font-size: 16px;
    /*font-weight: bold;*/
    color: #545454;
}
.blog-categories .fa-chevron-right{
    margin-right: 10px;
}
.blog-categories .badge-light, #accordion .badge-light{
    background-color: #eaeaea;
    font-size: 13px;
    font-family: 'SF Compact Display Medium';
}
.blog-grid-pagination {
    margin-top: 50px;
}
.blog-grid-pagination a.page-link{
    font-size: 16px;
    color: #707070;
}
.blog-categories li.alternate{
    background-color: #f7f5f5;
}
.blog-detail p{
    font-size: 16px;
    font-family: 'SF Compact Display Regular';
    text-align: justify;
}
.blog-detail .counterbox{
    color: #707070;
    font-size: 18px;
    font-family: 'SF Compact Display Regular';
    margin-bottom: 15px;
}
.blog-detail .counterbox i.fa{
    margin-right: 5px;
}

.blog-detail .blogger-info{
    display: block;
    height: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #454545;
    border-bottom: 1px solid #454545;
    margin-top: 50px;
}


.blog-detail .social-links{
    width: auto;
    text-align: right;
}
.blog-detail .blogger-title{
    margin-left: 40px;
    line-height: 40px;
    font-size: 17px;
}

.comment-box strong{
    font-size: 18px;
}

.comment-box{
    padding: 40px;
}
.comment-portrait{
    width: 50px;
    height: 50px;
    border: 2px solid #9e9e9e;
    border-radius: 50%;
}
form.comment-form .col{
    padding-right: 0px;
}
form.comment-form textarea{
    margin-top: 15px;
    margin-bottom: 15px;
}
form.comment-form{
    margin-top: 40px;
    border-top: 1px solid #454545;
    padding: 40px;
}


.embed-responsive-custom{
    width: 100%;
    height: 94vh;

}

@media only screen and (max-width: 768px) {
    .embed-responsive-custom{
        height: 89vh;
    }
}

.login-indicator{
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0px;
  background-color: transparent;
  z-index: 1;
  color: #b3b3b3;
  font-size: 14px;
}
.login-indicator a{
  color: #b3b3b3;
  font-size: 14px;
  text-decoration: none;
}


.product-details-wrapper{
  display: block;
  width: 100%;
  min-height: 500px;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .product-details-wrapper{
    padding: 5px;
  }
}
.product-hero{
  width: 100%;
  min-height: 200px;

  display: flex; /* or inline-flex */
  flex-direction: row;
  justify-content: flex-start ;
}
.product-icon{
  width: 220px;
  min-width: 220px;
  height: 220px;
  border-radius: 20%;
  /*float: left;*/
  flex-grow: 0;
  background-size: cover;
}

.product-head{
  padding-left: 20px;
  flex-grow: 1;
}
.star-checked {
  color: orange;
}

.product-screens-wrapper{
    margin: 20px 0px;
    width: 100%;
    overflow-x:scroll;
    white-space: nowrap;
}

.screenshot{
    height: 350px;
    display: inline-block;
    background-size: contain;
    background-position: center;
    width: 200px;
}

#supportedDevicesLabel{
  padding: 30px 0px 0px 30px;
}
pre.product-description{
  font-family: 'SF Compact Display Regular';
  font-size: 15px;
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}


/*Unavailable tooltip of apps*/
.unavailable {
  filter: grayscale(100%) !important;
}

.unavailable:hover{
  background-image: url('../images/storeicon.png');
}

/* Tooltip text */
.unavailable .tooltiptext {
  opacity: 0;
  width: 120px;

  background-color: #f6f6f6;
  box-shadow: 0px 4px 14px 0px rgba(175, 175, 175, 0.5);

  color: #454545;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text  */
  position: absolute;
  z-index: 1;

  top: 20%;
  left: 100%;
  margin-left: -60px;
  transition: all 1s ease-out;
}

.unavailable .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;  /* At the top of the tooltip */
  left: 10%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #E6E6E6 transparent;
}
/* Show the tooltip text when you mouse over the tooltip container */
.unavailable:hover .tooltiptext {
  opacity: 1;
  top: 110%;
}

.appIconHover{
  transition: transform .3s ease-out;
}
.appIconHover img{
  opacity: 0.85;
  transition: all .3s ease-out;
}
.appIconHover:hover{
  transform: scale(1.05);
}
.appIconHover:hover img{
  opacity: 1;
}

.team-block div.portrait{
  transition: all .3s ease-out;
}
.team-block:hover div.portrait{
  transform: scale(1.05);
}

.team-block div.links{
  text-align: center;
}

.blogThumbHover img {
	-webkit-transform: rotate(0deg) scale(1.);
	transform: rotate(0deg) scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.blogThumbHover:hover img {
	-webkit-transform: rotate(0deg) scale(1.05);
	transform: rotate(0deg) scale(1.05);
}

.testimonial-bg{
  background-color: white;
  width: 100%;
  height: 370px;
  display: block;
  margin-top: 100px;
  margin-bottom: -450px;
}



.scrollToTop {
  font-size: 35px !important;
  border-radius: 25px;
  opacity: 0;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #2f2183;
  color: white;
  cursor: pointer;
  padding: 10px 12px 15px 12px;
  transition: all 1.5s ease-out;
}
.scrollToTop:hover{
  background-color: #111;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.spinner {
  animation: spin 1s infinite linear;
}

.nicIndicatorWorking{
  position: fixed;
  bottom: 0px;
  right: 0px;
  background-color: #3895D3;
  color: white;
  font-weight: bold;
  padding: 10px 25px;
  opacity: 0;
  z-index: 109;
  transition: opacity 1s;
}

.nicIndicatorDone{
  position: fixed;
  bottom: 0px;
  right: 0px;
  background-color: #4CAF50;
  color: white;
  font-weight: bold;
  padding: 10px 25px;
  z-index: 109;
  opacity: 0;
  transition: opacity 1s;
}

.owl-next{
  float: right;
}
.owl-prev{
  float: left;
}

.owl-prev span, .owl-next span{
  font-size: 3em;
  font-weight: bolder;
}

.owl-prev, .owl-next{
  position: relative;
  top: -180px;
}

.owl-prev{
  position: relative;
    left: -25px;
}
.owl-next{
  position: relative;
    left: 25px;
}

.owl-prev:focus, .owl-prev:focus-within, .owl-next:focus ,.owl-next:focus-within{

  outline:none;
}

.owl-prev{
  content: "\f077";
}

.owl-theme .owl-nav [class*='owl-']:hover{
  background-color: transparent !important;
}
