/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*stylemphv4 code*/

* {
    text-decoration: none;
}

main {
    padding-top: 100px;
}

header {
    background-color: #fff;
    width: 100%;
    height: 100px;
}

header .header-main {
    font-family: Catamaran;
    font-size: 28px;
    font-weight: 900;
    color: #111;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0px;
    vertical-align: middle;
}

header nav ul {
    display: block;
    margin: 0 auto;
    width: fit-content;
}

header nav ul li {
    display: inline-block;
    float: left;
    list-style: none;
    padding: 0 16px;
}

header nav ul li a {
    font-family: Catamaran;
    font-size: 16px;
    color: #111;
    text-transform: uppercase;
}

header .header-cases {
    display: none;
}



@media only screen and (min-width: 1500px) {
    header .header-main {
        margin: 31px 0;
        text-align: left;
        line-height: 38px;
        padding: 0px 20px 0px 40px;
        border-right: 3px solid #111;
        float: left;
    }
}

header nav ul {
    margin: 20px 0px 0px 20px;
    float: left;
}

header nav ul li a {
    line-height: 37px;
}

header .header-cases {
    display: block;
    font-family: Catamaran;
    font-size: 16px;
    color: #111;
    text-transform: uppercase;
    line-height: 38px;
    border: 1px solid #111;
    float: right;
    margin-right: 40px;
    margin-top: 30px;
    padding: 0 20px;
}

/*indexmph4*/

.index-main {
    width: 100%;
    height: calc(100vh - 100px);
    background-image: url('images/MPH-Pic1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: table;
}

.vertical-center {
    display: table-cell;
    vertical-align: middle;
}

.index-main h2 {
    font-family: Catamaran;
    font-size: 60px;
    font-weight: 900;
    line-height: 70px;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 8px #111;
}

.index-main h1 {
    font-family: Cormorant Garamond;
    font-size: 28px;
    font-weight: 500;
    font-style: italic;
    line-height: 40px;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 0px #111;
    vertical-align: bottom;
}

.index-links div {
    margin: 16px 16px 0;
    width: calc(100% - 32px);
    height: 100px;
    background-color: #f2f2f2;
}

.index-links div h3 {
    font-family: Catamaran;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    padding-top: 29px;
    color: #111;
    text-align: center;
    text-transform: uppercase;
}

@media only screen and (min-width: 1000px) {
    .wrapper {
        width: 1000px;
        margin: 0 auto;
    }

    .index-main {
    height: 450px;
    }

    .index-main h1 {
    display: block;
    width: 1000px;
    margin: 0 auto;
    vertical-align: bottom;
    }

.index-links {
    overflow: hidden;
    }

.index-links div {
    margin: 20px 10px 0;
    height: 230px;
    background-color: #f2f2f2;
    float: left;
    }

.index-boxlink-square {
    width: calc(25% - 20px) !important;
    }

.index-boxlink-rectangle {
    width: calc(50% - 20px) !important;
    }

.index-boxlink-row {
    width: calc(100% - 20px) !important;
    }

.index-links div h3 {
    padding-top: 80px;
    line-height: 30px;
    }
}

/*whatsapp widget*/

.whatsapp {
    position: fixed;
    right: 45px;
    top: 13%;
}

.whatsapp img {
    width:40px;
}

/*telegram widget*/

.telegram {
    position: fixed;
    right: 95px;
    top: 13%;
}

.telegram img {
    width:40px;
}

/*fb-like widget*/

/*.fb-like {
    left: 35px;
}*/

.fb-like {
    float: right;
    margin-top: 200px;
    margin-right: -50px;
}

/*mphorg*/

.mphorg-links h2 {
    font-family: Catamaran;
    font-size: 22px;
    font-weight: 600;
    color: #111;
    text-align: center;
    text-transform: uppercase;
}

.img-org {
    display: block;
    width: calc(100% - 0px);
    float: left;
    padding-bottom: 10px;
    margin: 0 auto;
}

/*mphvms teams*/

*{
    box-sizing: border-box;
}

.mphvmscontainer{
    max-width:1000px;
    margin:auto;
    position: relative;
    min-height: 1px;
}

.mphvmsteam{
    min-height: 50vh;
    padding-top:15px;
    background-color:#e3e3e3; 
    float: left;
    width: calc(100% - 0px);
}

.mphvmsteam .mphvmscard {
    width:100%;
    float: left;
    padding-left:15px;
    padding-right: 15px;
}
.mphvmsteam .mphvmscard .mphvmsbox {
    padding:15px;
    background-color: #111;
    border-radius:5px;
    margin-bottom: 15px;
    transition: margin 1s ease,box-shadow 1s ease;
}

.mphvmsteam .mphvmscard .mphvmsbox:hover{
    margin-top:-15px;
    box-shadow:0px 0px 40px black;
}
.mphvmsteam .mphvmscard .mphvmsbox img{
    width:400px;
    display: block;
    margin:10px auto;
    border-radius:47%;
}

.mphvmsteam .mphvmscard .mphvmsbox h4{
    font-size: 40px;
    font-family: Catamaran;
    margin:20px 0px 10px;
    color:#ea5e71;
    text-align: center;
    font-weight: 700;
}

.mphvmsteam .mphvmscard .mphvmsbox h5{
    font-size:32px;
    font-family: Catamaran;
    font-weight: 600;
    color:#fff;
    margin:0px 0px 15px;
    text-align: center;
}

/*mphorg teams*/

*{
    box-sizing: border-box;
}

.mphorgcontainer{
    max-width:1000px;
    margin:auto;
    position: relative;
    min-height: 1px;
}

.mphorgteam{
    min-height: 50vh;
    padding-top:30px;
    background-color:#e3e3e3; 
    float: left;
    width: calc(100% - 0px);
}
.mphorgteam h1{
    font-size: 36px;
    font-family: Catamaran;
    font-weight: 700;
    color:#111;
    margin:0;
    padding-bottom:25px;
    text-align: center;
}
.mphorgteam .mphorgcard {
    width:25%;
    float: left;
    padding-left:15px;
    padding-right: 15px;
}
.mphorgteam .mphorgcard .mphorgbox {
    padding:15px;
    background-color: #111;
    border-radius:5px;
    margin-bottom: 15px;
    transition: margin 1s ease,box-shadow 1s ease;
}
.mphorgteam .mphorgcard .mphorgbox:hover{
    margin-top:-15px;
    box-shadow:0px 0px 40px black;
}
.mphorgteam .mphorgcard .mphorgbox img{
    width:150px;
    display: block;
    margin:10px auto;
    border-radius:50%;
}

.mphorgteam .mphorgcard .mphorgbox h4{
    font-size: 20px;
    font-family: Catamaran;
    margin:20px 0px 10px;
    color:#ea5e71;
    text-align: center;
    font-weight: 700;
}

.mphorgteam .mphorgcard .mphorgbox h5{
    font-size:16px;
    font-family: Catamaran;
    font-weight: 600;
    color:#fff;
    margin:0px 0px 15px;
    text-align: center;
}
.mphorgteam .mphorgcard .mphorgbox p{
    color:#fff;
    font-size: 15px;
    font-family: Catamaran;
    font-weight: 400;
    line-height: 12px;
    text-align: center;
    padding:0px 20px;
}

/*mphorg responsive*/

@media(max-width: 991px){
    .mphorgteam .mphorgcard{
        width:50%;
    }
}

@media(max-width:550px){
    .mphorgteam .mphorgcard{
        width:100%;
    }
}

/*mphorgboxk*/

.mphorgteam .mphorgcardk {
    width:50%;
    float: left;
    padding-left:15px;
    padding-right: 15px;
}
.mphorgteam .mphorgcardk .mphorgboxk {
    padding:15px;
    background-color: #111;
    border-radius:5px;
    margin-bottom: 15px;
    transition: margin 1s ease,box-shadow 1s ease;
}
.mphorgteam .mphorgcardk .mphorgboxk:hover{
    margin-top:-15px;
    box-shadow:0px 0px 40px black;
}
.mphorgteam .mphorgcardk .mphorgboxk img{
    width:450px;
    display: block;
    margin:10px auto;
    margin-left: -5px;
    border-radius:25%;
}

.mphorgteam .mphorgcardk .mphorgboxk h4{
    font-size: 20px;
    font-family: Catamaran;
    margin:20px 0px 10px;
    color:#ea5e71;
    text-align: center;
    font-weight: 700;
}

.mphorgteam .mphorgcardk .mphorgboxk h5{
    font-size:16px;
    font-family: Catamaran;
    font-weight: 600;
    color:#fff;
    margin:0px 0px 15px;
    text-align: center;
}
.mphorgteam .mphorgcardk .mphorgboxk p{
    color:#fff;
    font-size: 15px;
    font-family: Catamaran;
    font-weight: 400;
    line-height: 12px;
    text-align: center;
    padding:0px 20px;
}

/*mphorg responsive*/

@media(max-width: 991px){
    .mphorgteam .mphorgcardk{
        width:50%;
    }
    .mphorgteam .mphorgcardk .mphorgboxk img{
    width:225px;
    margin:10px auto;
    }
}

@media(max-width:550px){
    .mphorgteam .mphorgcardk{
        width:100%;
    }
    .mphorgteam .mphorgcardk .mphorgboxk img{
    width:400px;
    margin:10px auto;
    }
}

/*mphorgboxpat*/


.mphorgteam .mphorgcardpat {
    width:100%;
    display: flex;
    justify-content: center;
    padding-left: 0px;
    padding-right: 0px;
}
.mphorgteam .mphorgcardpat .mphorgboxpat {
    padding:15px;
    background-color: #111;
    border-radius:5px;
    margin-bottom: 15px;
    transition: margin 1s ease,box-shadow 1s ease;
}
.mphorgteam .mphorgcardpat .mphorgboxpat:hover{
    margin-top:-15px;
    box-shadow:0px 0px 40px black;
}
.mphorgteam .mphorgcardpat .mphorgboxpat img{
    width:150px;
    display: block;
    margin:10px auto;
    border-radius:50%;
}

.mphorgteam .mphorgcardpat .mphorgboxpat h4{
    font-size: 20px;
    font-family: Catamaran;
    margin:20px 0px 10px;
    color:#ea5e71;
    text-align: center;
    font-weight: 700;
}

.mphorgteam .mphorgcardpat .mphorgboxpat h5{
    font-size:16px;
    font-family: Catamaran;
    font-weight: 600;
    color:#fff;
    margin:0px 0px 15px;
    text-align: center;
}
.mphorgteam .mphorgcardpat .mphorgboxpat p{
    color:#fff;
    font-size: 15px;
    font-family: Catamaran;
    font-weight: 400;
    line-height: 12px;
    text-align: center;
    padding:0px 20px;
}

/*mphorgpat responsive*/

@media(max-width: 991px){
    .mphorgteam .mphorgcardpat{
        width:100%;
    }
}

@media(max-width:550px){
    .mphorgteam .mphorgcardpat{
        width:100%;
    }
}

/*mphcu teams*/

*{
    box-sizing: border-box;
}

.mphcu-links h2 {
    font-family: Catamaran;
    font-size: 22px;
    font-weight: 600;
    color: #111;
    text-align: center;
    text-transform: uppercase;
}

.img-cu {
    display: block;
    width: calc(100% - 0px);
    float: left;
    padding-bottom: 10px;
    margin: 0 auto;
}

.mphcucontainer{
    max-width:1000px;
    margin:auto;
    position: relative;
    min-height: 1px;
}

.mphcuteam{
    min-height: 50vh;
    padding-top:15px;
    background-color:#e3e3e3; 
    float: left;
    width: calc(100% - 0px);
}

.mphcuteam .mphcucard {
    width:100%;
    float: left;
    padding-left:15px;
    padding-right: 15px;
}
.mphcuteam .mphcucard .mphcubox {
    padding:15px;
    background-color: #111;
    border-radius:5px;
    margin-bottom: 15px;
    transition: margin 1s ease,box-shadow 1s ease;
}
.mphcuteam .mphcucard .mphcubox:hover{
    margin-top:-15px;
    box-shadow:0px 0px 40px black;
}
.mphcuteam .mphcucard .mphcubox img{
    width:300px;
    display: block;
    margin:10px auto;
    border-radius:47%;
}

.mphcuteam .mphcucard .mphcubox h4{
    font-size: 40px;
    font-family: Catamaran;
    margin:20px 0px 10px;
    color:#ea5e71;
    text-align: center;
    font-weight: 700;
}

.mphcuteam .mphcucard .mphcubox h5{
    font-size:32px;
    font-family: Catamaran;
    font-weight: 600;
    color:#fff;
    margin:0px 0px 15px;
    text-align: center;
}

.mphcuteam .mphcucard .mphcubox p{
    color:#fff;
    font-size: 15px;
    font-family: Catamaran;
    font-weight: 400;
    line-height: 12px;
    text-align: center;
    padding:0px 20px;
}

.mphcontact-form {
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.5);
    margin: 50px auto;
    width: 350px;
    text-align: center;   
}

.mphcontact-form input {
    display: block;
    font-family: Catamaran;
    width: 90%;
    margin: 10px auto;
    padding: 10px;
}

.mphcontact-form textarea {
    font-family: Catamaran;
    width: 90%;
    margin: 5px auto;
    padding: 10px;
    height: 80px;
}

.submit-btn {
    cursor: pointer;
    width: 150px !important;
    margin-left: 18px !important;
}

/*.g-recaptcha {
    margin: 10px 20px;
}

.status {
    font-size: 15px;
    color: green;
    padding: 15px;
}

.status span {
    color: red;
}*/

.mphcuteam .mphcucard .mphcubox a {
    color:#fff;
    font-size: 32px;
    font-family: Catamaran;
    font-weight: 600;
    text-align: center;
}

/*mphecom*/

*{
    box-sizing: border-box;
    font-family: Catamaran;
}

.mphecom-links h2 {
    font-family: Catamaran;
    font-size: 22px;
    font-weight: 600;
    color: #111;
    text-align: center;
    text-transform: uppercase;
}

.content-section {
    /*margin: 1em;*/
    min-height: 50vh;
    padding-top:30px;
    background-color:#e3e3e3; 
    float: left;
    width: calc(100% - 0px);
}

.content-section h1 {
    font-size: 36px;
    font-family: Catamaran;
    font-weight: 700;
    color:#111;
    margin:0;
    padding-bottom:25px;
    text-align: center;
}

.mphecomcontainer{
    max-width:1000px;
    margin:auto;
    position: relative;
    min-height: 1px;
}

.shop-items {
    width:25%;
    float: left;
    padding-left:15px;
    padding-right: 15px;
}

.shop-items .shop-item {
    padding:15px;
    background-color: #111;
    border-radius:5px;
    margin-bottom: 15px;
    transition: margin 1s ease,box-shadow 1s ease;
}

.shop-items .shop-item:hover{
    margin-top:-15px;
    box-shadow:0px 0px 40px black;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    /*padding: 0 1.5em;*/
}

.content-section h2 {
    font-size: 30px;
    font-family: Catamaran;
    margin:20px 0px 10px;
    color:#111;
    text-align: center;
    font-weight: 700;
}

.btn {
    text-align: center;
    vertical-align: middle;
    padding: .67em .67em;
    cursor: pointer;
}

.btn-header {
    margin: .5em 15% 2em 15%;
    color: white;
    border: 2px solid #2D9CDB;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 0;
    font-size: 1.5em;
    font-weight: lighter;
    padding-left: 2em;
    padding-right: 2em;
}

.btn-header:hover {
    background-color: rgba(255, 255, 255, .3);
}

.btn-play {
    display: block;
    margin: 0 auto;
    color: #2D9CDB;
    font-size: 4em;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding: 0;
    text-align: center;
}

.btn-primary {
    color: white;
    background-color: #56CCF2;
    border: none;
    border-radius: .3em;
    font-weight: bold;
}

.btn-primary:hover {
    background-color: #2D9CDB;
}

/*.shop-item {
    margin: 30px;
}*/

/*.mphorgteam .mphorgcard .mphorgbox img{
    width:150px;
    display: block;
    margin:10px auto;
    border-radius:50%;
}*/

.shop-item-title {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    color: #ea5e71;
    margin-bottom: 15px;
}

.shop-item-image {
    width:150px;
    display: block;
    margin:10px auto;
    border-radius:10%;
}

.shop-item-details {
    display: flex;
    align-items: center;
    padding: 5px;
}

.shop-item-price {
    flex-grow: 1;
    color: #fff;
}

.cart-header {
    font-weight: bold;
    font-size: 1.25em;
    color: #333;
}

.cart-column {
    display: flex;
    align-items: center;
    border-bottom: 1px solid black;
    margin-right: 1.5em;
    padding-bottom: 10px;
    margin-top: 10px;
}

.cart-row {
    display: flex;
    margin-right: 15px;
    margin-left: 40px;
}

.cart-item {
    width: 45%;
}

.cart-price {
    width: 20%;
    font-size: 1.2em;
    color: #333;
}

.cart-quantity {
    width: 35%;
}

.cart-item-title {
    color: #333;
    margin-left: .5em;
    font-size: 1.2em;
}

.cart-item-image {
    width: 75px;
    height: auto;
    border-radius: 10px;
}

.btn-danger {
    color: white;
    background-color: #EB5757;
    border: none;
    border-radius: .3em;
    font-weight: bold;
}

.btn-danger:hover {
    background-color: #CC4C4C;
}

.cart-quantity-input {
    height: 34px;
    width: 50px;
    border-radius: 5px;
    border: 1px solid #56CCF2;
    background-color: #eee;
    color: #333;
    padding: 0;
    text-align: center;
    font-size: 1.2em;
    margin-right: 25px;
}

.cart-row:last-child {
    border-bottom: 1px solid black;
    margin-right: 40px;
}

.cart-row:last-child .cart-column {
    border: none;
}

.cart-total {
    text-align: end;
    margin-top: 10px;
    margin-right: 50px;
}

.cart-total-title {
    font-weight: bold;
    font-size: 1.5em;
    color: black;
    margin-right: 20px;
}

.cart-total-price {
    color: #333;
    font-size: 1.1em;
}

.btn-purchase {
    display: block;
    margin: 40px auto 80px auto;
    font-size: 1.75em;
}

/*Cases*/

.mphhistory-links {
    overflow: hidden;
    margin-bottom: 20px;
}

.mphhistory-links h2 {
    font-family: Catamaran;
    font-size: 22px;
    font-weight: 600;
    color: #111;
    text-align: center;
    text-transform: uppercase;
}

.mphhistory-links .cases-link {
    float: left;
    width: 230px;
    height: 230px;
    margin: 20px 10px 0;
    background-color: #e3e3e3;
}

.mphhistory-links .cases-link p {
    padding-top: 30%;
    font-family: Catamaran;
    font-size: 24px;
    font-weight: 600;
    color: #111;
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
}

/*mphecom responsive*/

@media(max-width: 991px){
    .shop-items {
        width:50%;
    }
}

@media(max-width:550px){
    .shop-items {
        width:100%;
    }
}

/*Case1*/

.mphhistorycase-vid h2 {
    font-family: Catamaran;
    font-size: 22px;
    font-weight: 600;
    color: #111;
    text-align: center;
    text-transform: uppercase;
}

.mphhistorycase-vid video {
    display: block;
    margin: 0 auto;
    padding: 30px 0;
}

.mphhistorycase-vid img {
    display: block;
    margin: 0 auto;
    padding: 30px 0;
}

.mphhistorycase-vid article h3 {
    font-family: Catamaran;
    font-size: 22px;
    font-weight: 600;
    color: #111;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.mphhistorycase-vid article p {
    font-family: Catamaran;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #111;
    text-transform: uppercase;
    column-count: 3;
    column-gap: 30px;
}

/*Register Qariah*/

.register-qariah h2 {
    font-family: Catamaran;
    font-size: 22px;
    font-weight: 600;
    color: #111;
    text-align: center;
    text-transform: uppercase;
}

.register-qariah iframe {
    display: block;
    margin: 0 auto;
}

/*mphloc teams*/

*{
    box-sizing: border-box;
}

.mphloc-links h2 {
    font-family: Catamaran;
    font-size: 22px;
    font-weight: 600;
    color: #111;
    text-align: center;
    text-transform: uppercase;
}

.mphloccontainer{
    max-width:1000px;
    margin:auto;
    position: relative;
    min-height: 1px;
}

.mphlocteam{
    min-height: 50vh;
    padding-top:15px;
    background-color:#e3e3e3; 
    float: left;
    width: calc(100% - 0px);
}

.mphlocteam .mphloccard {
    width:100%;
    float: left;
    padding-left:15px;
    padding-right: 15px;
}
.mphlocteam .mphloccard .mphlocbox {
    padding:15px;
    background-color: #111;
    border-radius:5px;
    margin-bottom: 15px;
    transition: margin 1s ease,box-shadow 1s ease;
}
/*.mphlocteam .mphloccard .mphlocbox:hover{
    margin-top:-15px;
    box-shadow:0px 0px 40px black;
}*/

.mphlocteam .mphloccard .mphlocbox iframe {
    display: block;
    margin: 0 auto;
}

/*mphhistory btn*/
    
*{
    margin: 0;
    padding: 0;
    font-family: Catamaran;
}

.mphhistorybtn-links {
        width: 100%;
    }

.mphhistorybtn-links {
    overflow: hidden;
    margin-bottom: 20px;
}

.mphhistorybtn-links h2 {
    font-family: Catamaran;
    font-size: 22px;
    font-weight: 600;
    color: #111;
    text-align: center;
    text-transform: uppercase;
}

.mphhistorybtn-links .casesbtn-link {
    margin: 16px 16px 0;
    width: calc(100% - 32px);
    height: 100px;
    background-color: #f2f2f2;
}

.mphhistorybtn-links .casesbtn-link p {
    padding-top: 35px;
    font-family: Catamaran;
    font-size: 24px;
    font-weight: 600;
    color: #111;
    text-align: center;
    text-transform: uppercase;
}

/*mphhistory construction*/
    
*{
    margin: 0;
    padding: 0;
    font-family: Catamaran;
}

.contenthisact {
    margin: 10px 0;
    position: relative;
    display: grid;
    grid-template-columns: auto auto;
    grid-auto-flow: dense;
    grid-template-rows: auto auto auto auto;
    object-position: justify;
}

.content .main .boxhisact .contenthisact img {
    transition: 1s;
    padding: 0px;
    width: 200px;
}

.contenthisact img:hover {
    filter: grayscale(100%);
    transform: scale(1,1);
}

.mphhistory-links {
        width: 100%;
    }

.mphhistory-cover {
    background-color: #e3e3e3;
}

.title {
    margin-top: 0;
    padding-top: 20px;
}

.title h2 {
    font-weight: bold;
    color: #111;
}

.timeline {
  margin-top: 10px;
  position: relative;
  padding: 30px 0;
  width: 1000px;
  box-sizing: border-box;
  background-color: #e3e3e3;
}

.timeline:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 2px;
  height: calc(100% - 70px);
  background: #56CCF2;
  margin-top: 35px;
}

.timeline ul {
    margin: 0;
    padding: 0;
}

.timeline ul li {
    list-style: none;
    position: relative;
    width: 50%;
    padding: 20px 40px;
    box-sizing: border-box;
}

.timeline ul li:nth-child(odd) {
    float: left;
    text-align: right;
    clear: both;
}

.timeline ul li:nth-child(even) {
    float: right;
    text-align: left;
    clear: both;
}

.content {
    padding-bottom: 20px;
    border: 1px solid #eee;
    padding: 10px 10px;
    border-radius: 5px;
    background: #fff;
    text-align: justify;
}

.content img {
    width:330px;
    display: block;
    margin: 0 auto;
    border-radius:5%;
}

.timeline ul li:nth-child(odd):before {
    content: '';
    position: absolute;
    top: 18px;
    right: -11px;
    width: 20px;
    height: 20px;
    background: #c23941;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(233,33,99,0.2); 
}

.timeline ul li:nth-child(even):before {
    content: '';
    position: absolute;
    top: 18px;
    left: -9px;
    width: 20px;
    height: 20px;
    background: #c23941;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(233,33,99,0.2); 
}

.timeline ul li h3 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #303e49;
}

.timeline ul li p {
    margin: 10px 0 0;
    padding: 0;
    height: 1.7;
}

.timeline ul li h4 {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.timeline ul li:nth-child(odd) .time {
    position: absolute;
    top: 12px;
    right: -180px;
    margin: 0;
    padding: 8px 16px;
    background: #303249;
    color: #fff;
    border-radius: 18px;
}

.timeline ul li:nth-child(even) .time {
    position: absolute;
    top: 12px;
    left: -180px;
    margin: 0;
    padding: 8px 16px;
    background: #303249;
    color: #fff;
    border-radius: 18px;
}

@media (max-width: 1000px) {
    .timeline {
        width: 100%;
    }

}

@media (max-width: 767px) {
    .mphhistory-links {
        width: 100%;
    }
    .title h2 {
        text-align: : center;
        font-size: 20px;
        padding: 0 20px;
        color: #111;
    }
    .timeline {
        width: 100%;
        padding-bottom: 0;
    }
    .timeline:before {
        left: 20px;
        margin-top: 0px;
    }
    .timeline ul li:nth-child(odd) {
        width: 100%;
        text-align: left;
        padding-left: 50px;
        padding-bottom: 50px;
    }
    .timeline ul li:nth-child(even) {
        width: 100%;
        text-align: left;
        padding-left: 50px;
        padding-bottom: 50px;
        left: -5px
    }
    .timeline ul li:nth-child(odd):before {
        top: -18px;
        left: 11px;
    }
    .timeline ul li:nth-child(even):before {
        top: -18px;
        left: 17px;
    }
    .timeline ul li:nth-child(odd) .time {
        top: -25px;
        left: 50px;
        right: 400px;
        width: 165px;
    }
    .timeline ul li:nth-child(even) .time {    
        top: -25px;
        left: 50px;
        right: 400px;
        width: 165px;
    }
}

    @media only screen and (max-width: 980px) {
        .contenthisact {
            margin: 10px 0;
            position: relative;
            display: grid;
            grid-template-columns: auto;
        }
    }
     @media only screen and (max-width: 700px) {
        .contenthisact {
            margin: 10px 0;
            position: relative;
            display: grid;
            grid-template-columns: auto auto;
        }
    }
     @media only screen and (max-width: 500px) {
        .contenthisact {
            margin: 10px 0;
            position: relative;
            display: grid;
            grid-template-columns: auto;
        }
    }

/*mphhistory previous activities*/
    
*{
    margin: 0;
    padding: 0;
    font-family: Catamaran;
}

.contentpreact {
    margin: 10px 0;
    position: relative;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-auto-flow: dense;
    grid-template-rows: auto auto auto auto;
    object-position: justify;
}

.contentpreact img {
    transition: 1s;
    padding: 0px;
    width: 200px;
}

.contentpreact img:hover {
    filter: grayscale(100%);
    transform: scale(1,1);
}

/*.main {
    position: relative;
    height: 100vh;
    width: 100%;
}

.main .boxpreact .contentpreact {
    position: relative;
    height: auto;
    width: 90%;
    margin: auto;
    padding: 20px 0;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 2vh;
    grid-auto-flow: dense;
    grid-template-rows: auto;
}

.main .boxpreact .contentpreact .img {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}

.main .boxpreact .contentpreact .img:first-child{
    grid-column-start: span 2;
    grid-row-start: span 2;
}

.main .boxpreact .contentpreact .img:nth-child(2n+3){
    grid-column-start: span 2;
}

.main .boxpreact .contentpreact .img:nth-child(4n+5){
    grid-column-start: span 2;
    grid-row-start: span 2;
}

.main .boxpreact .contentpreact .img:nth-child(6n+7){
    grid-column-start: span 1;
}

.main .boxpreact .contentpreact .img:nth-child(8n+9){
    grid-column-start: span 1;
    grid-row-start: span 1;
}*/

.mphhistorypreact-links {
        width: 100%;
}

.mphhistorypreact-cover {
    background-color: #e3e3e3;
    text-align: center;
}

.mphhistorypreact-links h2 {
    font-family: Catamaran;
    font-size: 22px;
    font-weight: 600;
    color: #111;
    text-align: center;
    text-transform: uppercase;
}

.title {
    margin-top: 0;
    padding-top: 20px;
}

.title h2 {
    font-weight: bold;
    color: #111;
}

.timelinepreact {
  margin-top: 10px;
  position: relative;
  padding: 30px 0;
  width: 1000px;
  box-sizing: border-box;
  background-color: #e3e3e3;
}

.timelinepreact:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 2px;
  height: calc(100% - 70px);
  background: #56CCF2;
  margin-top: 35px;
}

.timelinepreact ul {
    margin: 0;
    padding: 0;
}

.timelinepreact ul li {
    list-style: none;
    position: relative;
    width: 50%;
    padding: 20px 40px;
    box-sizing: border-box;
}

.timelinepreact ul li:nth-child(odd) {
    float: left;
    text-align: right;
    clear: both;
}

.timelinepreact ul li:nth-child(even) {
    float: right;
    text-align: left;
    clear: both;
}

.content {
    padding-bottom: 20px;
    border: 1px solid #eee;
    padding: 10px 10px;
    border-radius: 5px;
    background: #fff;
    text-align: justify;
}

/*.content img {
    width:330px;
    display: block;
    margin: 0 auto;
    border-radius:5%;
}*/

.timelinepreact ul li:nth-child(odd):before {
    content: '';
    position: absolute;
    top: 18px;
    right: -11px;
    width: 20px;
    height: 20px;
    background: #c23941;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(233,33,99,0.2); 
}

.timelinepreact ul li:nth-child(even):before {
    content: '';
    position: absolute;
    top: 18px;
    left: -9px;
    width: 20px;
    height: 20px;
    background: #c23941;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(233,33,99,0.2); 
}

.timelinepreact ul li h3 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #303e49;
}

.timelinepreact ul li p {
    margin: 10px 0 0;
    padding: 0;
    height: 1.7;
}

.timelinepreact ul li h4 {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.timelinepreact ul li:nth-child(odd) .time {
    position: absolute;
    top: 12px;
    right: -180px;
    margin: 0;
    padding: 8px 16px;
    background: #303249;
    color: #fff;
    border-radius: 18px;
}

.timelinepreact ul li:nth-child(even) .time {
    position: absolute;
    top: 12px;
    left: -180px;
    margin: 0;
    padding: 8px 16px;
    background: #303249;
    color: #fff;
    border-radius: 18px;
}

/*@media (max-width: 1000px) {
    .timeline {
        width: 100%;
    }

}

@media (max-width: 767px) {*/
    .mphhistoryperact-links {
        width: 100%;
    }
    .title h2 {
        text-align: : center;
        font-size: 20px;
        padding: 0 20px;
        color: #111;
    }
    .timelinepreact {
        width: 100%;
        padding-bottom: 0;
    }
    .timelinepreact:before {
        left: 20px;
        margin-top: 0px;
    }
    .timelinepreact ul li:nth-child(odd) {
        width: 100%;
        text-align: left;
        padding-left: 50px;
        padding-bottom: 50px;
    }
    .timelinepreact ul li:nth-child(even) {
        width: 100%;
        text-align: left;
        padding-left: 50px;
        padding-bottom: 50px;
        left: -5px
    }
    .timelinepreact ul li:nth-child(odd):before {
        top: -18px;
        left: 11px;
    }
    .timelinepreact ul li:nth-child(even):before {
        top: -18px;
        left: 17px;
    }
    .timelinepreact ul li:nth-child(odd) .time {
        top: -25px;
        left: 50px;
        right: 400px;
        width: 165px;
    }
    .timelinepreact ul li:nth-child(even) .time {    
        top: -25px;
        left: 50px;
        right: 400px;
        width: 165px;
    }

    @media only screen and (max-width: 900px) {
        .contentpreact {
            margin: 10px 0;
            position: relative;
            display: grid;
            grid-template-columns: auto auto auto;
        }
    }
     @media only screen and (max-width: 700px) {
        .contentpreact {
            margin: 10px 0;
            position: relative;
            display: grid;
            grid-template-columns: auto auto;
        }
    }
     @media only screen and (max-width: 500px) {
        .contentpreact {
            margin: 10px 0;
            position: relative;
            display: grid;
            grid-template-columns: auto;
        }
    }
/*}*/

/*Links & files*/
.btndldfile {
    background-color: #56CCF2;
    border: none;
    width: 250px;
    height: 40px;
    color: white;
    border-radius: 20px;
    font-family: Catamaran;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}

.btndldfile:hover {
    background-color: #2D9CDB;
}

.mphcuteam .mphcucontainer .mphcucard .mphcubox img {
    width:300px;
    display: block;
    margin:10px auto;
    border-radius: 3%;
}

/*current & Future*/
.btniddjepun {
    background-color: #56CCF2;
    border: none;
    width: 250px;
    height: 40px;
    color: white;
    border-radius: 20px;
    font-family: Catamaran;
    font-weight: bold;
    font-size: 18px;
}

.btniddjepun:hover {
    background-color: #2D9CDB;
}

/*mph tube Channel*/

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

/*body {
    background-color: #111;
}*/

.mphtubecontainer{
    max-width:1000px;
    margin:auto;
    position: relative;
    min-height: 1px;
}

.mphtubeteam {
    padding-top:15px;
    background-color: #fff; /*#e3e3e3;*/ 
    float: left;
    width: calc(100% - 0px);
}
/*margin-left: 259px*/

.mphtubeteam .mphtubecard {
    width:100%;
    float: left;
    padding-left:15px;
    padding-right: 15px;
}
.mphtubeteam .mphtubecard .mphtubebox {
    padding:15px;
    background-color: #111;
    border-radius:5px;
    margin-bottom: 15px;
    transition: margin 1s ease,box-shadow 1s ease;
}

.mphtubeteam .mphtubecard .mphtubebox:hover{
    margin-top:-15px;
    box-shadow:0px 0px 40px black;
}

.mphtubeteam .mphtubecard .mphtubebox h4{
    font-size: 20px;
    font-family: Catamaran;
    color:#ea5e71;
    text-align: center;
    font-weight: 700;
}

.bannersection p {
    font-size: 18px;
    font-family: catamaran;
    font-weight: 400;
    color: #fff;
}

.bannersection button {
    font-family: catamaran;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    font-size: 15px;
    background-color: #56CCF2;
    border-radius: 20px;
    color: #fff;
}

.bannersection button:hover {
    transform: scale(1.02);
}

.tubewrapper {
    background-color: #111;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
    "bannersection"
    "firstsection";
}

.bannersection {
    grid-area: bannersection;
    min-height: 370px;
    display: grid;
    grid-template-columns: 10% 1fr 10%;
    grid-template-areas:
    ". headtop .";
    background: linear-gradient(rgba(23,25,29,0.8), rgba(23,25,29,0.8)), url(images/mphtube/covertubemphart1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #111;
}

.bannersection headtop {
    grid-area: headtop;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*padding-top: 200px;*/
}

.bannersection headtop p {
    max-width: 1000px;
    margin-bottom: 10px;
    line-height: 50px;
    font-size: 20px;
}

.bannersection headtop button {
    width: 131px;
    padding: 5px 0;
    border: none;
}

.firstsection {
    grid-area: firstsection;
    display: grid;
    grid-template-columns: 10% 1fr 10%;
    grid-template-areas: 
    ". playlist1 ."
    ". playlist2 .";
    margin-bottom: 60px;
}

.playlist1 {
    grid-area: playlist1;
}

.playlist2 {
    grid-area: playlist2;
}

.playlisttitle {
    margin: 30px 0;
}

.mphtubes {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 20px;
}

.tube {
    height: 100px;
    grid-column-start: span 3;
    position: relative;
    transition: all 0.3s ease 0s;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tube:hover {
    transform: scale(1.02);
}

.tube i {
    cursor: pointer;
    font-size: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0.85;
    transition: all 0.3s ease 0s;
}

.tube i:hover {
    opacity: 1;
}

@media only screen and (max-width: 1200px) {
    .tube {
        grid-column-start: span 6;
        height: 240px;
    }
}

@media only screen and (max-width: 800px) {
    .tube {
        grid-column-start: span 12;
     }
}

/*Footer*/

footer {
    width: calc(100% - 0px);
    padding: 40px 40px;
    margin-top: 20px;
    background-color: #111;
    overflow: hidden;
}

footer ul {
    width: fit-content;
    float: left;
    padding-left: 20px;
}

footer ul li {
    display: block;
    list-style: none;
}

footer ul li a {
   font-family: Catamaran;
   font-size: 20px;
   color: #fff;
   line-height: 40px;
}

.footer-links-cases {
    display: none;
}

.footer-sm {
    width: 50px;
    float: right;
}

.footer-sm img {
    width: 100%;
    margin-bottom: 10px;
}
@media only screen and (min-width: 1000px) {
    .footer-links-cases {
        display: block;
    }

    footer ul {
        padding-right: 30px;
    }

    footer ul li p {
       font-family: Catamaran;
       font-size: 20px;
       color: #fff;
       line-height: 40px;
       text-transform: uppercase;
    }
}