#container {
    margin: 20px;
    width: 200px;
    height: 200px;
    position: relative;
}

.btn-coin-sec2 {
    color: #fff;
    background-color: #F0810F;
    border-color: #F0810F;
    border-radius: 0rem;
}

.btn-coin-sec2:hover {
    background-color: rgba(240, 127, 15, 0);
    color: rgb(46, 46, 46);
}
.trust{
    margin-top:50px;
}
img.grayscale {
    filter: rgba(128, 128, 128, 0.226);
    /* IE6-9 */
    -webkit-filter: opacity(50%);
    /* Chrome 19+ & Safari 6+ */
}

img.grayscale:hover {
    filter: none;
    -webkit-filter: opacity(100%);
}

.produ {
    border: 1px solid #000;
    margin: 20px;
    box-shadow: 0 0 5px grey;
    border-radius: 10px;
}

.produ:hover {
    transform: translate(-0.25em);
    box-shadow: 10px 10px 5px grey;
}

.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    right: 10px;
}

.scroll {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #b2b2b2;
    background: rgba(178, 178, 178, 0.7);
    padding: 20px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.scroll:hover {
    background: rgba(178, 178, 178, 1.0);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.scroll:hover .fa {
    padding-top: -10px;
}

.scroll .fa {
    font-size: 30px;
    margin-top: -5px;
    margin-left: 1px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

p {
    font-size: 20px;
}

.cat li {
    font-size: 21px;
}

a {
    text-decoration: none;
    color: #000;
}

.imag {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
}

.imag:hover {
    width: 102%;
}


/* 
body {
    font-family: 'Maitree', serif;
} */

.table.no-border tr td,
.table.no-border tr th {
    border-width: 0;
}

.i {
    font-family: 'Lobster', cursive;
    font-size: 25px;
}

.shadow {
    box-shadow: 0 0 60px #196282;
}

.ms-layer.text1 {
    color: #444;
    font-size: 40px;
    line-height: 50px;
    text-align: left;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-family: 'Athiti', sans-serif;
    font-weight: normal;
}

.ms-layer.text2 {
    color: #444;
    font-size: 55px;
    line-height: 50px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-family: 'Athiti', sans-serif;
    font-weight: 500;
}

.ms-layer.text4 {
    color: #444;
    font-size: 18px;
    line-height: 50px;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-family: 'Athiti', sans-serif;
    font-weight: normal;
}

.ms-layer.head {
    font-family: 'Prompt', sans-serif;
}

.playvid img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.playvid:hover img {
    opacity: 0.5;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}


/* nav bar font */

.nav-justified>li>a {
    font-family: 'Pridi', serif;
}

a.justified {
    font-family: 'Pridi', serif;
}


/*end nav bar font */


/* font content */

p {
    font-family: 'Athiti', sans-serif;
}

h4 {
    font-family: 'Baloo Chettan', cursive;
}


/* end font content */

.vl {
    border-right: 4px solid rgba(163, 163, 163, 0.5);
    height: 300px;
    position: absolute;
    left: 25%;
    margin-left: -3px;
    display: block;
    top: 250px;
}

.timeline {
    margin-bottom: 30px;
}


/* .timeline ul a {
    margin-left: 80px;
} */

.yearline {
    left: 15%;
    padding-top: 50px;
}