
html,
body,
header,
#intro-section {
    height: 100%;
}

.view {
    height: 100%;
}

/* Carousel*/
.carousel,
.carousel-item,
.carousel-item.active {
    height: 100%;
}
.carousel-inner {
    height: 100%;
}

.carousel .carousel-item video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ips-price {
    padding: 1.5rem;
    font-size: 3rem;
    font-weight: 300;
}

.signup-success {
    display:none;
}

.ips-price-small {
    font-size: 2.5rem;
}

.popover {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    max-width: 450px;
}

.popover-header {
    background: #ff3547;
    color: white;
}

@media (max-width: 740px) {
    html,
    body,
    header,
    #intro-section {
        height: 100vh;
    }
}

.top-nav-collapse {
    background-color: #563e91 !important;
}

.navbar:not(.top-nav-collapse) {
    /*background: transparent !important;*/
}

.main-features {
    margin-left: 2rem!important;
    margin-right: 2rem!important;
}

@media (max-width: 991px) {
    .navbar:not(.top-nav-collapse) {
        background: #563e91 !important;
    }


    .main-features {
        margin-left: 1rem!important;
        margin-right: 1rem!important;
    }

}

.rgba-gradient {
    background: -moz-linear-gradient(45deg, rgba(213, 15, 61, 0.6), rgba(13, 17, 198, 0.69) 100%);
    background: -webkit-linear-gradient(45deg, rgba(213, 15, 61, 0.6), rgba(13, 17, 198, 0.69) 100%);
    background: linear-gradient(45deg, rgba(213, 15, 61, 0.6), rgba(13, 17, 198, 0.69) 100%);
}

.img-gradient:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(220, 66, 37, 0.5)), color-stop(100%, rgba(0, 47, 75, 0.5)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 47, 75, 0.5) 0%, rgba(220, 66, 37, 0.5) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 47, 75, 0.5) 0%, rgba(220, 66, 37, 0.5) 100%);
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 47, 75, 0.5)), to(rgba(220, 66, 37, 0.5)));
    background: linear-gradient(to bottom, rgba(0, 47, 75, 0.5) 0%, rgba(220, 66, 37, 0.5) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
}


.top-nav-collapse, .page-footer {
    background-color: #34456a;
}


.ipslogo {
    z-index: 4;
    width: 32px;
    height: 36px;
    position: relative;
    margin-right: 7px;
}

.navbar {
    background: rgba(0,0,0,.5) !important;
    border-color: rgba(0,0,0,.5) !important;
}


.navbar .nav-item .nav-link.active {
    background-color: rgba(255,255,255,.1);
}

.testimonial-carousel .carousel-control.left, .testimonial-carousel .carousel-control.right {
    top: 0;
}

.timeline {
    position: relative;
    list-style: none;
    padding: 1rem 0;
    margin: 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    margin-left: -1px;
    background-color: #50a1ff;
}

.timeline-element {
    position: relative;
    width: 50%;
    padding: 0;
    padding-right: 2.5rem;
    text-align: right;
}

.timeline-element::before {
    content: '';
    position: absolute;
    right: -8px;
    top: 1.35rem;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #50a1ff;
    background-color: #fff;
}

.timeline-element:nth-child(even)::before {
    right: auto;
    left: -8px;
}

.timeline-element:nth-child(even) {
    margin-left: 50%;
    padding-left: 2.5rem;
    padding-right: 0;
    text-align: left;
}

.heading-seperator {
    width: 160px;
    height: 2px;
    /* background-color: orange; */
    background-color: orange;
    text-align: center;
}

.mdb-autocomplete~label.active {
    color: orange;
    text-align: left;
}

.mdb-autocomplete-wrap li {
    color: #212529;
}
#signup::before{
    display: block;
    content: " ";
    margin-top: -65px;
    height: 65px;
    visibility: hidden;
}

@media (max-width: 767.98px) {
    .timeline::before {
        left: 8px;
    }

    .main-features {
        margin-left: 0.5rem!important;
        margin-right: 0.5rem!important;
    }
    .timeline-element {
        width: 100%;
        text-align: left;
        padding-left: 2.5rem;
        padding-right: 0;
    }

    .timeline-element::before {
        top: 1.25rem;
        left: 1px;
    }

    .timeline-element:nth-child(even) {
        margin-left: 0rem;
    }

    .timeline-element:nth-child(even)::before {
        left: 1px;
    }

    .timeline-element::before {
        top: 1.25rem;
    }
}

.hover-holder {
    position: absolute;
    top: 100px;
    right: 20px;
    z-index:3000;
    display: none;
}
.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(75,75,75,0.3);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
    background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect img {
    display: block;
    position: relative;
}

.hovereffect h2 {
    /*text-transform: uppercase;*/
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    margin-top:50px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    /*padding: 7px 14px;*/
    text-transform: uppercase;
    color: #fff;
    /*border: 1px solid #fff;*/
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: normal;
    margin: -52px 0 0 0;
    /*padding: 62px 100px;*/
}

.hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 1200px) {
    .hovereffect img, .hovereffect .overlay {
        width: 60%;
    }

    .hover-holder {
        right: -60px;
    }
}
@media (max-width: 1024px) {
    /*.hide-on-sm {*/
    /*    display: none;*/
    /*}*/

    .hovereffect img, .hovereffect .overlay {
        width: 30%;
    }

    .hover-holder {
        right: -120px;
        top: 0px;
        top: auto;
        bottom: 10px;
    }

    .hovereffect h2 {
        margin-top: 10px;
    }

    .hovereffect a.info {
        display: none;
    }
}