@charset "UTF-8";
/*!
helper-stylesheet(helper.css) - http://dibyanshusinha.github.io
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2017 Dibyanshu
*/

/*Import Local Roboto Condensed Font Files*/

/*Typography*/

h1 {
    font-size: 2em;
    line-height: 1.2em;
}

h2 {
    font-size: 2.8em;
    line-height: 1.2em;
}

h3 {
    font-size: 2.6em;
    line-height: 1.2em;
}

h4 {
    font-size: 1.4em;
    line-height: 1.4em;
}

h5 {
    font-size: 1.2em;
    line-height: 1.4em;
}

h6 {
    font-size: 1em;
    line-height: 1.4em;
}

.container-fluid {
    width: 100%;
}

/* .table.bordered {
    border-collapse: collapse;
    border: 1px solid;
} */

/* .table.bordered tr {
    border-bottom: 1px solid #cbcbcb;
} */

/* .table.bordered th,
.table.bordered tr > td {
    border: 1px solid #cbcbcb;
} */

/* .table.bordered td {
    border-bottom: 1px solid #cbcbcb;
} */

.flex-fixed {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}

.flex-grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;

}

.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.col-two,
.col-three,
.col-four,
.col-fv,
.col-two-third {
    width: 100%;
}

.margin {
    margin: 15px;
}

.margin-sm {
    margin: 10px;
}

.margin-bg-ver {
    margin-top: 50px;
    margin-bottom: 50px;
}

.margin-bg-horiz {
    margin-left: 50px;
    margin-right: 50px;
}

.margin-sm-ver {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin-sm-horiz {
    margin-left: 10px;
    margin-right: 10px;
}

.no-margin {
    margin: 0;
}

.no-margin-top {
    margin-top: 0;
}

.no-margin-ver {
    margin-top: 0;
    margin-bottom: 0;
}

.padding {
    padding: 15px!important;
}

.padding-sm {
    padding: 5px!important;
}

.padding-bg-ver {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-bg-horiz {
    padding-left: 50px;
    padding-right: 50px;
}

.padding-sm-ver {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-sm-horiz {
   padding: .2rem 1rem!important;
}

.no-padding {
    padding: 0;
}

.no-padding-top {
    padding-top: 0;
}

.no-padding-bottom {
    padding-bottom: 0;
}

.font-condensed {
    font-family: "Roboto Condensed", "Roboto", sans-serif;
}

.display-in-blck {
    display: inline-block;
}

/* 
app-root {
  display: flex;
  min-height: 90vh;
  flex-direction: column;
} */

header {
    z-index: 999;
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.full-screen {
    min-height: 100vh;
}

.side-nav {
    width: 240px;
}

.text-lighter {
    font-weight: 100;
}

.text-bolder {
    font-weight: bolder;
}

.text-normal {
    font-weight: normal;
}

.text-italic {
    font-style: italic;
}

.text-upper {
    text-transform: uppercase;
}

.text-capital {
    text-transform: capitalize;
}

.text-3d {
    color: transparent;
    text-shadow: 0px 2px 3px rgba(255, 255, 255, 0.5);
    -webkit-background-clip: text;
    background-clip: text;
}

.underline {
    text-decoration: underline;
}

.small-line {
    height: 3px;
    width: 15%;
    margin: 0 auto;
    margin-top: -8px;
    border-radius: 3px;
    border: 2px solid transparent;
}

.full-sz {
    width: 100%;
    height: 100%;
}

.full-width {
    width: 100%;
}

.col-three-fixed {
    width: 33.33%;
}

a {
    cursor: pointer;
}

.single-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.ver-center {
    -ms-flex-line-pack: center;
    align-content: center;
}

.no-scroll {
    overflow: hidden;
}

hr.thin {
    border-width: thin;
    margin: 5px;
    border-color: rgba(34, 16, 111, 0.44);
    border-radius: 10px;
}

.double-line-stroke {
    overflow: hidden;
    text-align: center;
}

.double-line-stroke:before,
.double-line-stroke:after {
    content: "";
    display: inline-block;
    height: 5px;
    border-bottom: 1px solid rgba(34, 16, 111, 0.44);
    border-top: 1px solid rgba(34, 16, 111, 0.44);
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.double-line-stroke:before {
    right: 0.5em;
    margin-left: -50%;
}

.double-line-stroke:after {
    left: 0.5em;
    margin-right: -50%;
}

.font-size-20 {
    font-size: 20px;
}

.show-on-xlarge {
    display: none;
}

.card .card-action.top {
    border-bottom: 1px solid #d6d6d6;
    border-top: 0;
}

.mouse {
    width: 25px;
    height: 45px;
    border: 2px solid #fff;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -12.5px;
    border-radius: 12px;
}

@-webkit-keyframes mouse-ball {
    0% {
        top: 10px;
    }
    25% {
        top: 14px;
    }
    50% {
        top: 19px;
    }
    75% {
        top: 24px;
    }
    100% {
        top: 28px;
    }
}




/*Responsiveness*/

/*Width Greater than 601px i.e greater than most mobiles--Ranging for tabs*/

@media screen and (min-width: 601px) {
    .col-two,
    .col-three,
    .col-four,
    .col-fv,
    .col-two-third {
        width: 50%;
    }
    h1 {
        font-size: 3em;
    }
    h2 {
        font-size: 2.6em;
    }
    h3 {
        font-size: 2.2em;
    }
    h4 {
        font-size: 1.8em;
    }
    h5 {
        font-size: 1.4em;
    }
    h6 {
        font-size: 1.2em;
    }
}


/*Greater than most tabs i.e Range of Laptops*/

@media screen and (min-width: 993px) {
    .col-two,
    .col-three,
    .col-four,
    .col-fv {
        width: 33.33%;
    }
    .col-two-third {
        width: 66.66%
    }
}

/*Width Greater than Range of Laptops- Large screen Computers*/

@media screen and (min-width: 1100px) {
    .col-two-third {
        width: 66.66%
    }
    .col-two {
        width: 50%;
    }
    .col-three {
        width: 33.33%;
    }
    .col-four {
        width: 25%;
    }
    .col-fv {
        width: 20%;
    }
    .show-on-xlarge {
        display: block;
    }
}
