@font-face {
  font-family: mont_b;
  src: url("../fonts/Montserrat/static/Montserrat-Bold.ttf");
}
@font-face {
  font-family: mont_bi;
  src: url("../fonts/Montserrat/static/Montserrat-BoldItalic.ttf");
}
@font-face {
  font-family: mont_eb;
  src: url("../fonts/Montserrat/static/Montserrat-ExtraBold.ttf");
}
@font-face {
  font-family: mont_ebi;
  src: url("../fonts/Montserrat/static/Montserrat-ExtraBoldItalic.ttf");
}
@font-face {
  font-family: mont_el;
  src: url("../fonts/Montserrat/static/Montserrat-ExtraLight.ttf");
}
@font-face {
  font-family: mont_eli;
  src: url("../fonts/Montserrat/static/Montserrat-ExtraLightItalic.ttf");
}
@font-face {
  font-family: mont_i;
  src: url("../fonts/Montserrat/static/Montserrat-Italic.ttf");
}
@font-face {
  font-family: mont_k;
  src: url("../fonts/Montserrat/static/Montserrat-Black.ttf");
}
@font-face {
  font-family: mont_ki;
  src: url("../fonts/Montserrat/static/Montserrat-BlackItalic.ttf");
}
@font-face {
  font-family: mont_l;
  src: url("../fonts/Montserrat/static/Montserrat-Light.ttf");
}
@font-face {
  font-family: mont_li;
  src: url("../fonts/Montserrat/static/Montserrat-LightItalic.ttf");
}
@font-face {
  font-family: mont_m;
  src: url("../fonts/Montserrat/static/Montserrat-Medium.ttf");
}
@font-face {
  font-family: mont_mi;
  src: url("../fonts/Montserrat/static/Montserrat-MediumItalic.ttf");
}
@font-face {
  font-family: mont_r;
  src: url("../fonts/Montserrat/static/Montserrat-Regular.ttf");
}
@font-face {
  font-family: mont_sb;
  src: url("../fonts/Montserrat/static/Montserrat-SemiBold.ttf");
}
@font-face {
  font-family: mont_sbi;
  src: url("../fonts/Montserrat/static/Montserrat-SemiBoldItalic.ttf");
}
@font-face {
  font-family: mont_t;
  src: url("../fonts/Montserrat/static/Montserrat-Thin.ttf");
}
@font-face {
  font-family: mont_ti;
  src: url("../fonts/Montserrat/static/Montserrat-ThinItalic.ttf");
}
@media (max-width: 768px) {
  body {
    background-color: #000000 !important;
  }
  *, body, table, div {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
  }
  body {
    overflow-x: hidden;
  }
  .mframe_all {
    width: 100vw;
    padding: 0;
    margin: 0;
    background-color: #000000;
  }
  .mframe_first {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #000000;
  }
  #hero {
    min-height: calc(100vh - 65px);
    background-color: #000000;
    width: 100vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
  }
  #crlogo {
    width: 10vw;
    height: 10vw;
    padding: 0;
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 75%;
    cursor: pointer;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1003;
    background-color: #cf9c51;
    padding: 10px;
    border-radius: 0 50% 50% 50%;
    aspect-ratio: 1/1;
  }
  #clifnmlogo {
    width: 60vw;
    aspect-ratio: 165/30;
    position: absolute;
    top: 29vh;
    left: 1vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #contactmelogo {
    width: 10vw;
    height: 10vw;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
    box-shadow: -3px 3px 9px #000000;
    border: 2px solid #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 75%;
    cursor: pointer;
    border-radius: 50%;
    background-color: #ffffff;
  }
  #contactmelogo img {
    position: absolute;
    z-index: 1002;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
  }
  #contactmelogo:hover {
    background-color: #ff5858;
    box-shadow: inset 15px 15px 10px rgba(255, 255, 255, 0.5);
  }
  #mmmenu {
    position: absolute;
    z-index: 1000;
    height: 65px;
    width: 100vw;
    left: 0;
    top: calc(100vh - 65px);
    padding-left: 10px;
    background-color: #333333;
    border-top: 2px solid #ffffff;
  }
  .menuspc {
    background-color: #333333;
    vertical-align: bottom;
    border-left: 2px solid #ffffff;
    display: none;
  }
  .sidetab {
    height: 60px;
    width: 20vw;
    border-radius: 0 0 15px 15px;
    border: 2px solid #ffffff;
    background-image: linear-gradient(0deg, rgb(190, 4, 44), #fb3a64, #cf9c51);
    top: -2px;
    z-index: 100;
    overflow: hidden;
    display: flex;
    position: relative;
    align-content: center;
    justify-content: center;
    box-shadow: 5px 5px 10px rgb(139, 99, 38);
    float: left;
  }
  .sidetab > span {
    align-content: center;
    justify-content: center;
    height: 60px;
    width: 20vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100%;
  }
  .sidetab > span > img {
    height: 2.35vh;
    aspect-ratio: 7/1;
    justify-self: center;
    align-self: center;
    transform: rotate(-90deg);
  }
  .sidetab:hover > span > img {
    height: 2.6vh;
    aspect-ratio: 7/1;
    justify-self: center;
    align-self: center;
  }
  .sidetab:hover {
    background-image: linear-gradient(0deg, #cf9c51, #fb3a64, rgb(190, 4, 44));
  }
  #stab3 {
    height: 60px !important;
    width: 27vw !important;
  }
  .sidetabactive {
    height: 60px;
    width: 20vw;
    background-image: linear-gradient(0deg, #ffffff, #ffffff, #ffffff, #cf9c51);
    border-left: none;
    border-radius: 0 0 15px 15px;
    border: 2px solid #ffffff;
    position: relative;
    top: -2px;
    z-index: 100;
    display: flex;
    align-content: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 5px 5px 10px rgb(139, 99, 38);
    float: left;
  }
  .sidetabactive > span {
    align-content: center;
    justify-content: center;
    height: 60px;
    width: 20vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100%;
  }
  .sidetabactive > span > img {
    height: 2.35vh;
    aspect-ratio: 7/1;
    justify-self: center;
    align-self: center;
    transform: rotate(-90deg);
  }
  .sidetabactive:hover > span > img {
    height: 2.6vh;
    aspect-ratio: 7/1;
    justify-self: center;
    align-self: center;
  }
  .sidetabactive:hover {
    background-image: linear-gradient(0deg, #cf9c51, #ffffff, #ffffff, #ffffff);
  }
  #audioplay {
    background-color: #000000 !important;
    width: 100vw;
    padding: 0;
    margin: 0;
  }
  #audioplay .mcontent {
    background-color: #000000 !important;
    width: calc(100vw - 25px);
    padding: 0;
    margin: 0 15px;
    min-height: 40px;
  }
  #audioplay .m-column1 {
    width: 100%;
    background-color: #000000;
    display: grid;
    justify-items: center;
    padding: 5vh 0 0 0;
  }
  #audioplay .m-column1 div:nth-child(1) {
    height: 100px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 42px;
  }
  #audioplay .m-column1 .sectionhero {
    display: flex;
    background-color: #ffffff;
    margin: 0;
    aspect-ratio: 1/1 !important;
    width: 60vw !important;
    background-image: url("../imgs/hero/clifton_mug.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #audioplay .m-column2 {
    width: 100%;
    background-color: #000000;
    display: flex;
    justify-items: center;
  }
  #audioplay .m-column2 > div:nth-child(1) {
    display: none;
  }
  #audioplay .m-column2 > div:nth-child(2) {
    display: none;
  }
  #audioplay .m-column2 > div:nth-child(3) {
    display: none;
  }
  #audioplay .m-column2 > div:nth-child(4) {
    width: 100%;
  }
  #audioplay .song {
    height: 57px;
    width: 100%;
    background-color: #000000;
    cursor: pointer;
  }
  #audioplay .song_over {
    height: 50px;
    width: 100%;
    background-color: #222222;
  }
  #audioplay .playing {
    height: 70px;
    width: 100%;
    background-color: #222222;
    padding: 15px;
    margin-left: 0px;
  }
  #audioplay .playing .back,
  #audioplay .playing .play,
  #audioplay .playing .next,
  #audioplay .playing .muteyn {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #audioplay .playing .play i {
    height: 40px !important;
    width: 40px !important;
  }
  #audioplay .playing .time_cur,
  #audioplay .playing .time_all {
    height: 40px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
  }
  #audioplay .playing .playline {
    height: 4px;
    width: calc(100% - 320px);
    background-color: #000;
    display: flex;
    align-self: center;
  }
  #audioplay .playing .volume {
    height: 4px;
    width: 56px;
    display: flex;
    align-self: center;
    padding: 0;
    display: flex;
    align-items: center;
  }
  #audioplay #player .song {
    padding: 0 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }
  #audioplay #player .song div:nth-child(1) {
    width: 40px;
    color: #888888;
  }
  #audioplay #player .song div:nth-child(2) {
    width: calc(100% - 100px);
    color: #888888;
    text-transform: capitalize;
    overflow: hidden;
    line-height: normal;
  }
  #audioplay #player .song div:nth-child(3) {
    width: 60px;
    color: #888888;
  }
  #audioplay #player .song:hover {
    background-color: #222;
    color: #ffffff;
  }
  #audioplay #player .song:hover > div {
    background-color: #222;
    color: #ffffff;
  }
  .song_selected div {
    color: #fff !important;
    float: left;
    padding: 0;
    margin: 0;
  }
  #hero_video {
    background-color: #333333 !important;
    width: 100vw;
    padding: 5vh 0;
    margin: 0;
  }
  #hero_video .mcontent {
    background-color: #333 !important;
    width: calc(100vw - 25px);
    padding: 0;
    margin: 40px 15px;
    min-height: 90px;
  }
  #hero_video > .rowclass {
    padding: 0;
    margin: 0;
    width: calc(100vw - 25px);
  }
  #hero_video .title_row {
    height: 60px;
    font-family: mont_sb, sans-serif;
    font-weight: 600;
    font-size: 42px;
    color: #fff;
    display: flex;
    justify-content: center;
  }
  #hero_video .trow_sub {
    height: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #888;
    display: flex;
    justify-content: center;
  }
  #hero_video .pad32 {
    height: 32px;
    width: 100%;
  }
  #hero_video #herovid, #hero_video #widget2 {
    height: 400px;
    width: 100%;
    background-color: transparent;
  }
  #hero_video #widget2 * {
    background-color: #333333 !important;
  }
  #testimonials {
    background-color: #000000 !important;
    width: 100vw;
    padding: 0;
    margin: 0;
  }
  #testimonials .mcontent {
    background-color: #000000 !important;
    width: calc(100vw - 25px);
    padding: 0;
    margin: 40px 15px;
    min-height: 90px;
  }
  #testimonials > .rowclass {
    padding: 0;
    margin: 0;
    width: calc(100vw - 25px);
  }
  #testimonials .title_row {
    height: 60px;
    font-family: mont_sb, sans-serif;
    font-weight: 600;
    font-size: 42px;
    color: #fff;
    display: flex;
    justify-content: center;
  }
  /* #testimonials .trow_sub{height: 40px; font-family: Arial, Helvetica, sans-serif; font-weight: 500; font-size: 18px; color: #888; display: flex; justify-content: center;} */
  #testimonials .pad32 {
    height: 32px;
    width: 100%;
  }
  #testimonials #test_content {
    min-height: 420px;
    width: 100%;
    border: 0px solid green;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
  }
  #testimonials .test_persons {
    min-height: 364px;
    width: 75%;
    border: 0px solid #ffffff;
    padding: 0;
    margin: 56px 0 0 0;
    display: flex;
    justify-content: center;
    position: relative;
    background-color: #222;
    border-radius: 15px;
  }
  #testimonials .test_person {
    height: 112px;
    width: 112px;
    border: 2px solid #ffffff;
    padding: 0;
    margin: -56px;
    position: absolute;
    z-index: 100;
    border-radius: 50%;
    background-color: #fff;
  }
  #testimonials .buffer {
    min-height: 364px;
    width: 80%;
    border: 0px solid yellow;
    padding: 0;
    margin: 0;
  }
  /* #testimonials .testimony{height: 100%; width:100%; display: flex; justify-content: center; border: 1px solid red;}
  #testimonials .buffer{height: calc(420px - 56px); width: 80%; border: 1px solid yellow; padding: 0 !important; margin: 0 !important; background-color: #222; margin-top: 56px; padding: 0; margin: 0; display: flex; align-self: flex-end;} */
  #testimonials .text_text {
    width: 100%;
    border: 0px solid yellow;
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 90px 0 0 0;
    border: 0px solid pink;
    line-height: 32px;
  }
  #testimonials .text_pers_name {
    padding: 0;
    margin: 0;
    text-align: center;
    color: #ffffff;
    border: 0px solid #ffffff;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    height: 30px;
  }
  #testimonials .text_pers_info {
    padding: 0;
    margin: 0;
    text-align: center;
    color: #ffffff;
    border: 0px solid #ffffff;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #888;
    text-transform: capitalize;
  }
  #testimonials .text_div {
    padding: 0;
    height: 3px;
    width: 100%;
    margin: 30px 0;
    display: flex;
    justify-content: center;
  }
  #testimonials .text_div_color {
    padding: 0;
    margin: 0;
    height: 3px;
    width: 100px;
    background-color: #fb3a64;
  }
  #testimonials .text_pers_info {
    margin-bottom: 25px;
  }
  #testimonials .scroll_navigator {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    color: #fff;
    border: 0px solid pink;
    height: 20px;
  }
  #testimonials .scroll_navigator .sn_unit {
    padding: 0;
    margin: 0 5px;
    border: 2px solid #888;
    height: 10px;
    width: 10px;
    border-radius: 5px;
  }
  #testimonials .scroll_navigator .sn_unit:hover {
    border: 2px solid #fff;
  }
  #testimonials .scroll_navigator .sn_selected {
    border: 2px solid #fb3a64;
    background-color: #fb3a64;
  }
  #testimonials .display_no {
    display: none;
  }
  #testimonials .display_ya {
    display: flex;
  }
  #newsletter {
    background-color: #333333 !important;
    width: 100vw;
    padding: 5vh 0;
    margin: 0;
  }
  #newsletter .mcontent {
    background-color: #333333 !important;
    width: calc(100vw - 25px);
    padding: 0;
    margin: 40px 15px !important;
    min-height: 90px;
  }
  #newsletter > .rowclass {
    padding: 0;
    margin: 0;
    width: calc(100vw - 25px);
  }
  #newsletter .title_row {
    height: 60px;
    font-family: mont_sb;
    font-weight: 600;
    font-size: 42px;
    color: #fff;
    display: flex;
    justify-content: center;
  }
  #newsletter .trow_sub {
    height: 40px;
    font-family: mont_m, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #888;
    display: flex;
    justify-content: center;
    color: #fff;
  }
  #newsletter .pad32 {
    height: 32px;
    width: 100%;
  }
  #newsletter #news_form {
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 0;
    margin: 0;
    border: 0px solid #fff;
  }
  #newsletter #news_form {
    width: 100%;
    height: 44px;
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: 0px solid #fff;
  }
  #newsletter #news_form > div > form {
    padding: 0;
    margin: 0;
    border: 0px solid #fff;
  }
  #newsletter #news_form .row {
    justify-content: center;
    width: 90vw;
  }
  #newsletter #news_form #news_email {
    width: 65%;
    height: 44px;
    background-color: #fff;
    padding: 0;
    margin: 0;
    border: 1px solid #333;
    border-right: 0px solid #fff;
    border-radius: 22px 0 0 22px;
    padding: 5px 5px 5px 25px;
  }
  #newsletter #news_form #news_btn {
    width: 25%;
    height: 44px;
    background-color: #fb3a64;
    padding: 0;
    margin: 0;
    border: 0px solid #fff;
    border-radius: 0 22px 22px 0;
    font-size: 14px;
    cursor: pointer;
    line-height: 16px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1.5px;
    background-image: linear-gradient(-360deg, #f857a6 0%, #ff5858 100%);
    text-shadow: 0 1px 0 rgba(105, 47, 69, 0.5);
    text-transform: uppercase;
  }
  #footer {
    background-color: #262626 !important;
    width: 100vw;
    padding: 40px 0 0 0;
    margin: 0;
  }
  #footer .mcontent {
    background-color: #262626 !important;
    width: calc(100vw - 25px);
    padding: 0;
    margin: 0 15px 0 15px !important;
    min-height: 90px;
  }
  #footer > .rowclass {
    padding: 0;
    margin: 0;
    width: calc(100vw - 25px);
  }
  #footer .title_row {
    height: 60px;
    font-family: mont_sb, sans-serif;
    font-weight: 600;
    font-size: 42px;
    color: #fff;
    display: flex;
    justify-content: center;
  }
  #footer .trow_sub {
    height: 40px;
    font-family: mont_m, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #888;
    display: flex;
    justify-content: center;
    color: #fff;
  }
  #footer .pad {
    display: flex;
    justify-content: center;
    align-content: center;
    color: #fff;
  }
  #footer .pad100 {
    height: 100px;
    width: 100%;
  }
  #footer .pad100 img {
    padding: 0 12px;
  }
  #footer .pad70 {
    min-height: 35px;
    width: 100%;
    text-align: center;
    flex-wrap: wrap;
  }
  #footer .pad70 span {
    font-family: mont_sb, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fb3a64;
    display: inline-block;
    padding: 5px 15px;
    letter-spacing: 1.1px;
    cursor: pointer;
  }
  #footer #fmenu span {
    width: 50% !important;
  }
  #footer .pad35 {
    height: 25px;
    width: 100%;
    font-family: mont_r;
    font-size: 11px;
    color: #888;
    margin-top: 35px;
  }
}
@media (min-width: 769px) and (max-width: 1399px) {
  body {
    background-color: #000000 !important;
  }
  *, body, table, div {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
  }
  .mframe_all {
    width: calc(100vw - 25px);
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: calc(95vw - 18px) 5vw;
    background-color: #000000;
  }
  .mframe_first {
    height: 100vh;
    width: calc(100vw - 25px);
    display: grid;
    grid-template-columns: calc(95vw - 18px) 5vw;
    background-color: #000000;
  }
  #hero {
    min-height: 100vh;
    background-color: #000000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
  }
  #crlogo {
    width: 4vw;
    padding: 0;
    margin: 0;
    height: 5vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 75%;
    cursor: pointer;
  }
  #clifnmlogo {
    width: 48vw;
    aspect-ratio: 165/30;
    position: absolute;
    top: 20vh;
    left: 5vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #contactmelogo {
    width: 4.5vw;
    height: 4.5vw;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 2.5vh;
    left: -15px;
    z-index: 1000;
    box-shadow: -3px 3px 9px #000000;
    border: 2px solid #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 75%;
    cursor: pointer;
    border-radius: 50%;
    background-color: #ffffff;
  }
  #contactmelogo img {
    width: 100%;
    height: 100%;
  }
  #contactmelogo:hover {
    background-color: #ff5858;
    box-shadow: inset 15px 15px 10px rgba(255, 255, 255, 0.5);
  }
  #mmmenu {
    height: 100vh;
    background-color: #000000;
    vertical-align: bottom;
    border-left: 2px solid #ffffff;
  }
  .menuspc {
    background-color: #000000;
    vertical-align: bottom;
    border-left: 2px solid #ffffff;
  }
  #mmmenu {
    position: fixed;
    z-index: 1000;
    left: calc(95vw - 18px);
    width: 5vw;
  }
  .sidetab {
    width: 3.5vw;
    height: 20vh;
    border-radius: 0 15px 15px 0;
    border: 2px solid #ffffff;
    background-image: linear-gradient(90deg, rgb(190, 4, 44), #fb3a64, #cf9c51);
    left: -2px;
    z-index: 100;
    overflow: hidden;
    display: flex;
    position: relative;
    align-content: center;
    justify-content: center;
    box-shadow: 5px 5px 10px rgb(139, 99, 38);
  }
  .sidetab > span {
    align-content: center;
    justify-content: center;
    width: 3.5vw;
    height: 20vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100%;
  }
  .sidetab > span > img {
    height: 3vh;
    aspect-ratio: 7/1;
    justify-self: center;
    align-self: center;
  }
  .sidetab:hover > span > img {
    height: 2.95vh;
    aspect-ratio: 7/1;
    justify-self: center;
    align-self: center;
  }
  .sidetab:hover {
    background-image: linear-gradient(90deg, #cf9c51, #fb3a64, rgb(190, 4, 44));
  }
  .sidetabactive {
    width: 3.5vw;
    height: 20vh;
    background-image: linear-gradient(90deg, #ffffff, #ffffff, #ffffff, #cf9c51);
    border-left: none;
    border-radius: 0 15px 15px 0;
    border: 2px solid #ffffff;
    position: relative;
    left: -2px;
    z-index: 100;
    display: flex;
    align-content: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 5px 5px 10px rgb(139, 99, 38);
  }
  .sidetabactive > span {
    align-content: center;
    justify-content: center;
    width: 3.5vw;
    height: 20vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100%;
  }
  .sidetabactive > span > img {
    height: 3vh;
    aspect-ratio: 7/1;
    justify-self: center;
    align-self: center;
  }
  .sidetabactive:hover > span > img {
    height: 2.95vh;
    aspect-ratio: 7/1;
    justify-self: center;
    align-self: center;
  }
  .sidetabactive:hover {
    background-image: linear-gradient(90deg, #cf9c51, #ffffff, #ffffff, #ffffff);
  }
  #audioplay {
    background-color: #000000 !important;
    width: calc(95vw - 18px);
    padding: 0;
    margin: 0;
  }
  #audioplay .mcontent {
    background-color: #000000 !important;
    width: calc(95vw - 18px - 48px);
    padding: 0;
    margin: 32px calc((95vw - 18px - (95vw - 18px - 48px)) / 2);
    min-height: 90px;
  }
  #audioplay > .rowclass {
    padding: 0;
    margin: 0;
    width: calc(95vw - 18px - 48px);
    display: grid;
    grid-template-columns: calc((95vw - 18px - 48px) * 40 / 100) calc(95vw - 18px - 48px - (95vw - 18px - 48px) * 40 / 100);
  }
  #audioplay .m-column1 {
    width: calc((95vw - 18px - 48px) * 40 / 100);
    float: left;
  }
  #audioplay .m-column1 > div {
    color: #ffffff;
  }
  #audioplay .m-column1 > div:nth-child(1),
  #audioplay .m-column1 > div:nth-child(3) {
    height: 100px;
  }
  #audioplay .sectionhero {
    width: calc((95vw - 18px - 48px) * 40 / 100);
    height: calc((95vw - 18px - 48px) * 40 / 100);
    background-image: url("../imgs/hero/clifton_mug.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #audioplay .m-column1 div:nth-child(1) {
    font-size: 0;
  }
  #audioplay .m-column2 {
    width: calc(95vw - 18px - 48px - (95vw - 18px - 48px) * 40 / 100);
    color: #ffffff;
    float: left;
  }
  #audioplay .m-column2 > div {
    width: calc(95vw - 18px - 48px - (95vw - 18px - 48px) * 40 / 100);
    color: #ffffff;
  }
  #audioplay .m-column2 > div:nth-child(1) {
    height: 100px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 42px;
  }
  #audioplay .m-column2 > div:nth-child(2) {
    height: 32px;
  }
  #audioplay .m-column2 > div:nth-child(3) {
    height: 150px;
  }
  #audioplay .m-column2 > div:nth-child(4) {
    height: 300px;
  }
  #audioplay .m-column2 > div:nth-child(5) {
    height: 32px;
  }
  #audioplay #songlist {
    height: 228px;
    overflow: auto;
    width: calc(100% - 15px);
  }
  /* scrollbar width */
  #audioplay #songlist::-webkit-scrollbar {
    width: 3px;
  }
  /* scrollbar Track */
  #audioplay #songlist::-webkit-scrollbar-track {
    background: #cccccc;
    border-radius: 10px;
    width: 2px;
  }
  /* scrollbar Handle */
  #audioplay #songlist::-webkit-scrollbar-thumb {
    background: #cf9c51;
    border-radius: 10px;
  }
  /* scrollbar Handle on hover */
  #audioplay #songlist::-webkit-scrollbar-thumb:hover {
    background: #cf9c51;
  }
  #audioplay .song {
    height: 57px;
    width: 100%;
    background-color: #000000;
    cursor: pointer;
  }
  #audioplay .song_over {
    height: 50px;
    width: 100%;
    background-color: #222222;
  }
  #audioplay .playing {
    height: 70px;
    width: 100%;
    background-color: #222222;
    padding: 15px;
    margin-left: 0px;
  }
  #audioplay .playing .back,
  #audioplay .playing .play,
  #audioplay .playing .next,
  #audioplay .playing .muteyn {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #audioplay .playing .play i {
    height: 40px !important;
    width: 40px !important;
  }
  #audioplay .playing .time_cur,
  #audioplay .playing .time_all {
    height: 40px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
  }
  #audioplay .playing .playline {
    height: 4px;
    width: calc(100% - 320px);
    background-color: #000;
    display: flex;
    align-self: center;
  }
  #audioplay .playing .volume {
    height: 4px;
    width: 56px;
    display: flex;
    align-self: center;
    padding: 0;
    display: flex;
    align-items: center;
  }
  #audioplay #player .song {
    padding: 0 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }
  #audioplay #player .song div:nth-child(1) {
    width: 40px;
    color: #888888;
  }
  #audioplay #player .song div:nth-child(2) {
    width: calc(100% - 100px);
    color: #888888;
    text-transform: capitalize;
  }
  #audioplay #player .song div:nth-child(3) {
    width: 60px;
    color: #888888;
  }
  #audioplay #player .song:hover {
    background-color: #222;
    color: #ffffff;
  }
  #audioplay #player .song:hover > div {
    background-color: #222;
    color: #ffffff;
  }
  .song_selected div {
    color: #fff !important;
    float: left;
    padding: 0;
    margin: 0;
  }
  #hero_video {
    background-color: #333333 !important;
    width: calc(95vw - 18px);
    padding: 0;
    margin: 0;
    height: 100vh;
  }
  #hero_video .mcontent {
    background-color: #333 !important;
    width: calc(95vw - 18px - 48px);
    padding: 0;
    height: calc(100vh - 64px);
    margin: 32px calc((95vw - 18px - (95vw - 18px - 48px)) / 2);
    min-height: 90px;
  }
  #hero_video > .rowclass {
    padding: 0;
    margin: 0;
    width: calc(95vw - 18px - 48px);
  }
  #hero_video .title_row {
    height: 60px;
    font-family: mont_sb, sans-serif;
    font-weight: 600;
    font-size: 42px;
    color: #fff;
    display: flex;
    justify-content: center;
  }
  #hero_video .trow_sub {
    height: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #888;
    display: flex;
    justify-content: center;
  }
  #hero_video .pad32 {
    height: 0;
    width: 100%;
  }
  #hero_video #herovid, #hero_video #feat_vid {
    height: calc(100vh - 172px);
  }
  #testimonials {
    background-color: #000000 !important;
    width: calc(95vw - 18px);
    padding: 0;
    margin: 0;
  }
  #testimonials .mcontent {
    background-color: #000000 !important;
    width: calc(95vw - 18px - 48px);
    padding: 0;
    margin: 32px calc((95vw - 18px - (95vw - 18px - 48px)) / 2);
    min-height: 90px;
  }
  #testimonials > .rowclass {
    padding: 0;
    margin: 0;
    width: calc(95vw - 18px - 48px);
  }
  #testimonials .title_row {
    height: 60px;
    font-family: mont_sb, sans-serif;
    font-weight: 600;
    font-size: 42px;
    color: #fff;
    display: flex;
    justify-content: center;
  }
  /* #testimonials .trow_sub{height: 40px; font-family: Arial, Helvetica, sans-serif; font-weight: 500; font-size: 18px; color: #888; display: flex; justify-content: center;} */
  #testimonials .pad32 {
    height: 32px;
    width: 100%;
  }
  #testimonials #test_content {
    height: 420px;
    width: 100%;
    border: 0px solid green;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
  }
  #testimonials .test_persons {
    height: 364px;
    width: 75%;
    border: 0px solid pink;
    padding: 0;
    margin: 56px 0 0 0;
    display: flex;
    justify-content: center;
    position: relative;
    background-color: #222;
    border-radius: 15px;
  }
  #testimonials .test_person {
    height: 112px;
    width: 112px;
    border: 2px solid white;
    padding: 0;
    margin: -56px;
    position: absolute;
    z-index: 100;
    border-radius: 50%;
    background-color: #fff;
  }
  #testimonials .buffer {
    height: 364px;
    width: 80%;
    border: 0px solid yellow;
    padding: 0;
    margin: 0;
  }
  /* #testimonials .testimony{height: 100%; width:100%; display: flex; justify-content: center; border: 1px solid red;}
  #testimonials .buffer{height: calc(420px - 56px); width: 80%; border: 1px solid yellow; padding: 0 !important; margin: 0 !important; background-color: #222; margin-top: 56px; padding: 0; margin: 0; display: flex; align-self: flex-end;} */
  #testimonials .text_text {
    width: 100%;
    border: 0px solid yellow;
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 90px 0 0 0;
    border: 0px solid pink;
    line-height: 32px;
  }
  #testimonials .text_pers_name {
    padding: 0;
    margin: 0;
    text-align: center;
    color: #fff;
    border: 0px solid pink;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    height: 30px;
  }
  #testimonials .text_pers_info {
    padding: 0;
    margin: 0;
    text-align: center;
    color: #fff;
    border: 0px solid pink;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #888;
    text-transform: capitalize;
  }
  #testimonials .text_div {
    padding: 0;
    height: 3px;
    width: 100%;
    margin: 30px 0;
    display: flex;
    justify-content: center;
  }
  #testimonials .text_div_color {
    padding: 0;
    margin: 0;
    height: 3px;
    width: 100px;
    background-color: #fb3a64;
  }
  #testimonials .scroll_navigator {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    color: #fff;
    border: 0px solid pink;
    height: 20px;
  }
  #testimonials .scroll_navigator .sn_unit {
    padding: 0;
    margin: 0 5px;
    border: 2px solid #888;
    height: 10px;
    width: 10px;
    border-radius: 5px;
  }
  #testimonials .scroll_navigator .sn_unit:hover {
    border: 2px solid #fff;
  }
  #testimonials .scroll_navigator .sn_selected {
    border: 2px solid #fb3a64;
    background-color: #fb3a64;
  }
  #testimonials .display_no {
    display: none;
  }
  #testimonials .display_ya {
    display: flex;
  }
  #newsletter {
    background-color: #333333 !important;
    width: calc(95vw - 18px);
    padding: 0;
    margin: 0;
  }
  #newsletter .mcontent {
    background-color: #333333 !important;
    width: calc(95vw - 18px - 48px);
    padding: 0;
    margin: 32px calc((95vw - 18px - (95vw - 18px - 48px)) / 2) !important;
    min-height: 90px;
  }
  #newsletter > .rowclass {
    padding: 0;
    margin: 0;
    width: calc(95vw - 18px - 48px);
  }
  #newsletter .title_row {
    height: 60px;
    font-family: mont_sb;
    font-weight: 600;
    font-size: 42px;
    color: #fff;
    display: flex;
    justify-content: center;
  }
  #newsletter .trow_sub {
    height: 40px;
    font-family: mont_m, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #888;
    display: flex;
    justify-content: center;
    color: #fff;
  }
  #newsletter .pad32 {
    height: 32px;
    width: 100%;
  }
  #newsletter #news_form {
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 0;
    margin: 0;
    border: 0px solid #fff;
  }
  #newsletter #news_form > div {
    width: 620px;
    height: 44px;
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: 0px solid #fff;
  }
  #newsletter #news_form > div > form {
    padding: 0;
    margin: 0;
    border: 0px solid #fff;
  }
  #newsletter #news_form #news_email {
    width: 470px;
    height: 44px;
    background-color: #fff;
    padding: 0;
    margin: 0;
    border: 1px solid #333;
    border-right: 0px solid #fff;
    border-radius: 22px 0 0 22px;
    padding: 5px 5px 5px 25px;
  }
  #newsletter #news_form #news_btn {
    width: 150px;
    height: 44px;
    background-color: #fb3a64;
    padding: 0;
    margin: 0;
    border: 0px solid #fff;
    border-radius: 0 22px 22px 0;
    font-size: 14px;
    cursor: pointer;
    line-height: 16px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1.5px;
    background-image: linear-gradient(-360deg, #f857a6 0%, #ff5858 100%);
    text-shadow: 0 1px 0 rgba(105, 47, 69, 0.5);
    text-transform: uppercase;
  }
  #footer {
    background-color: #262626 !important;
    width: calc(95vw - 18px);
    padding: 0;
    margin: 0;
  }
  #footer .mcontent {
    background-color: #262626 !important;
    width: calc(95vw - 18px - 48px);
    padding: 0;
    margin: 32px calc((95vw - 18px - (95vw - 18px - 48px)) / 2) 0 calc((95vw - 18px - (95vw - 18px - 48px)) / 2) !important;
    min-height: 90px;
  }
  #footer > .rowclass {
    padding: 0;
    margin: 0;
    width: calc(95vw - 18px - 48px);
  }
  #footer .title_row {
    height: 60px;
    font-family: mont_sb, sans-serif;
    font-weight: 600;
    font-size: 42px;
    color: #fff;
    display: flex;
    justify-content: center;
  }
  #footer .trow_sub {
    height: 40px;
    font-family: mont_m, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #888;
    display: flex;
    justify-content: center;
    color: #fff;
  }
  #footer .pad {
    display: flex;
    justify-content: center;
    align-content: center;
    color: #fff;
  }
  #footer .pad100 {
    height: 100px;
    width: 100%;
  }
  #footer .pad100 img {
    padding: 0 12px;
  }
  #footer .pad70 span {
    font-family: mont_sb, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fb3a64;
    display: inline-block;
    padding: 5px 15px;
    letter-spacing: 1.1px;
    cursor: pointer;
  }
  #footer .pad35 {
    height: 25px;
    width: 100%;
    font-family: mont_r;
    font-size: 11px;
    color: #888;
    margin-top: 35px;
  }
  #contact-form {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    z-index: 1001;
    top: 0;
    display: flex;
    justify-content: center;
    align-content: flex-end;
  }
  #contact-form > div {
    max-width: 800px;
    width: 50vw;
    position: absolute;
    bottom: 50px;
    margin-right: 5vw;
    border-radius: 25px;
    background-color: rgba(207, 156, 81, 0.5);
  }
  #contact-form > div > div:nth-child(1) {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-content: center;
    position: absolute;
    right: -17.5px;
    top: -17.5px;
    border: 2px solid #ffffff;
  }
  #contact-form > div > div:nth-child(1) > i {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 35px;
    color: #fb3a64;
  }
  #contact-form > div > div:nth-child(1):hover {
    background-color: #000000;
    border: 2px solid #000000;
  }
  #contact-form > div > div:nth-child(2) {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 1px solid #000000;
  }
  #contact-form > div > div:nth-child(2) form {
    margin: 10px 50px;
  }
  #contact-form > div > div:nth-child(2) form div {
    display: flex;
    width: 100%;
    font-family: mont_m;
    margin-bottom: 15px;
    font-size: 36px;
    justify-content: center;
    color: #ffffff;
  }
  #contact-form .form_elem {
    width: 100%;
    height: 40px;
    border: 1px solid #ffffff;
    padding: 2px;
    border-radius: 5px;
    font-family: mont_r;
    font-size: 16px;
    color: #000000;
    margin-bottom: 15px;
  }
  #contact-form .form_elem::-moz-placeholder {
    color: #cf9c51;
  }
  #contact-form .form_elem::placeholder {
    color: #cf9c51;
  }
  #contact-form .form_elem:focus {
    outline: none;
  }
  #contact-form #cccode {
    width: 17%;
    float: left;
  }
  #contact-form #cmobile {
    width: 39%;
    float: left;
    margin-left: 2.5%;
  }
  #contact-form #cemail {
    width: 39%;
    float: left;
    margin-left: 2.5%;
  }
  #contact-form #cmessage {
    height: 100px;
    resize: none;
    display: flex;
    align-items: flex-start !important;
  }
  #contactme_f_btn {
    width: 20%;
    margin: 5px 40%;
    height: 50px;
    background-color: #fb3a64;
    color: white;
    font-family: mont_sb;
    letter-spacing: 2px;
    border-radius: 15px;
  }
  .contact-active {
    height: 100vh;
    overflow-y: hidden;
    padding-right: 15px; /* to Avoid width reflow */
  }
}
@media (min-width: 1400px) {
  body {
    background-color: #000000 !important;
  }
  *, body, table, div {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
  }
  .mframe_all {
    width: calc(100vw - 25px);
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: calc(95vw - 18px) 5vw;
    background-color: #000000;
  }
  .mframe_first {
    height: 100vh;
    width: calc(100vw - 25px);
    display: grid;
    grid-template-columns: calc(95vw - 18px) 5vw;
    background-color: #000000;
  }
  #hero {
    min-height: 100vh;
    background-color: #000000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
  }
  #crlogo {
    width: 4vw;
    padding: 0;
    margin: 0;
    height: 5vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 75%;
    cursor: pointer;
  }
  #clifnmlogo {
    width: 48vw;
    aspect-ratio: 165/30;
    position: absolute;
    top: 20vh;
    left: 5vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #contactmelogo {
    display: flex;
    width: 2.5vw;
    height: 2.5vw;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 2.5vh;
    left: -15px;
    z-index: 1000;
    box-shadow: -3px 3px 9px #000000;
    border: 2px solid #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 75%;
    cursor: pointer;
    border-radius: 50%;
    background-color: #ffffff;
  }
  #contactmelogo img {
    width: 100%;
    height: 100%;
  }
  #contactmelogo:hover {
    background-color: #ff5858;
    box-shadow: inset 15px 15px 10px rgba(255, 255, 255, 0.5);
  }
  #mmmenu {
    height: 100vh;
    background-color: #000000;
    vertical-align: bottom;
    border-left: 2px solid #ffffff;
  }
  .menuspc {
    background-color: #000000;
    vertical-align: bottom;
    border-left: 2px solid #ffffff;
  }
  #mmmenu {
    position: fixed;
    z-index: 1000;
    left: calc(95vw - 18px);
    width: 5vw;
  }
  .sidetab {
    width: 3.5vw;
    height: 20vh;
    border-radius: 0 30px 30px 0;
    border: 2px solid #ffffff;
    background-image: linear-gradient(90deg, rgb(190, 4, 44), #fb3a64, #cf9c51);
    left: -2px;
    z-index: 100;
    overflow: hidden;
    display: flex;
    position: relative;
    align-content: center;
    justify-content: center;
    box-shadow: 5px 5px 10px rgb(139, 99, 38);
  }
  .sidetab > span {
    align-content: center;
    justify-content: center;
    width: 3.5vw;
    height: 20vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100%;
  }
  .sidetab > span > img {
    height: 3vh;
    aspect-ratio: 7/1;
    justify-self: center;
    align-self: center;
  }
  .sidetab:hover > span > img {
    height: 2.95vh;
    aspect-ratio: 7/1;
    justify-self: center;
    align-self: center;
  }
  .sidetab:hover {
    background-image: linear-gradient(90deg, #cf9c51, #fb3a64, rgb(190, 4, 44));
  }
  .sidetabactive {
    width: 3.5vw;
    height: 20vh;
    background-image: linear-gradient(90deg, #ffffff, #ffffff, #ffffff, #cf9c51);
    border-left: none;
    border-radius: 0 30px 30px 0;
    border: 2px solid #ffffff;
    position: relative;
    left: -2px;
    z-index: 100;
    display: flex;
    align-content: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 5px 5px 10px rgb(139, 99, 38);
  }
  .sidetabactive > span {
    align-content: center;
    justify-content: center;
    width: 3.5vw;
    height: 20vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100%;
  }
  .stab3 > span {
    rotate: 90deg;
    display: flex;
    align-self: flex-start;
    height: 22vh;
  }
  .sidetabactive > span > img {
    height: 3vh;
    aspect-ratio: 7/1;
    justify-self: center;
    align-self: center;
  }
  .sidetabactive:hover > span > img {
    height: 2.95vh;
    aspect-ratio: 7/1;
    justify-self: center;
    align-self: center;
  }
  .sidetabactive:hover {
    background-image: linear-gradient(90deg, #cf9c51, #ffffff, #ffffff, #ffffff);
  }
  #audioplay {
    background-color: #000000 !important;
    width: calc(95vw - 18px);
    padding: 0;
    margin: 0;
  }
  #audioplay .mcontent {
    background-color: #000000 !important;
    width: 1400px;
    padding: 0;
    margin: 90px calc((95vw - 18px - 1400px) / 2);
    min-height: 90px;
  }
  #audioplay > .rowclass {
    padding: 0;
    margin: 0;
    width: 1400px;
    display: grid;
    grid-template-columns: 560px 840px;
  }
  #audioplay .m-column1 {
    width: 560px;
    float: left;
  }
  #audioplay .m-column1 > div {
    color: #ffffff;
  }
  #audioplay .m-column1 > div:nth-child(1),
  #audioplay .m-column1 > div:nth-child(3) {
    height: 100px;
  }
  #audioplay .sectionhero {
    width: 560px;
    height: 560px;
    background-image: url("../imgs/hero/clifton_mug.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #audioplay .m-column1 div:nth-child(1) {
    font-size: 0;
  }
  #audioplay .m-column2 {
    width: 840px;
    color: #ffffff;
    float: left;
  }
  #audioplay .m-column2 > div {
    width: 840px;
    color: #ffffff;
  }
  #audioplay .m-column2 > div:nth-child(1) {
    height: 100px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 42px;
  }
  #audioplay .m-column2 > div:nth-child(2) {
    height: 32px;
  }
  #audioplay .m-column2 > div:nth-child(3) {
    height: 150px;
  }
  #audioplay .m-column2 > div:nth-child(4) {
    height: 300px;
  }
  #audioplay .m-column2 > div:nth-child(5) {
    height: 32px;
  }
  #audioplay .song {
    height: 57px;
    width: 100%;
    background-color: #000000;
    cursor: pointer;
  }
  #audioplay .song_over {
    height: 50px;
    width: 100%;
    background-color: #222222;
  }
  #audioplay .playing {
    height: 70px;
    width: 100%;
    background-color: #222222;
    padding: 15px;
    margin-left: 0px;
  }
  #audioplay .playing .back,
  #audioplay .playing .play,
  #audioplay .playing .next,
  #audioplay .playing .muteyn {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #audioplay .playing .play i {
    height: 40px !important;
    width: 40px !important;
  }
  #audioplay .playing .time_cur,
  #audioplay .playing .time_all {
    height: 40px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
  }
  #audioplay .playing .playline {
    height: 4px;
    width: calc(100% - 320px);
    background-color: #000;
    display: flex;
    align-self: center;
  }
  #audioplay .playing .volume {
    height: 4px;
    width: 56px;
    display: flex;
    align-self: center;
    padding: 0;
    display: flex;
    align-items: center;
  }
  #audioplay #player .song {
    padding: 0 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }
  #audioplay #player .song div:nth-child(1) {
    width: 40px;
    color: #888888;
  }
  #audioplay #player .song div:nth-child(2) {
    width: calc(100% - 100px);
    color: #888888;
    text-transform: capitalize;
  }
  #audioplay #player .song div:nth-child(3) {
    width: 60px;
    color: #888888;
  }
  #audioplay #player .song:hover {
    background-color: #222;
    color: #ffffff;
  }
  #audioplay #player .song:hover > div {
    background-color: #222;
    color: #ffffff;
  }
  .song_selected div {
    color: #fff !important;
    float: left;
    padding: 0;
    margin: 0;
  }
  #hero_video {
    background-color: #333333 !important;
    width: calc(95vw - 18px);
    padding: 0;
    margin: 0;
  }
  #hero_video .mcontent {
    background-color: #333 !important;
    width: 1400px;
    padding: 0;
    margin: 90px calc((95vw - 18px - 1400px) / 2);
    min-height: 90px;
  }
  #hero_video > .rowclass {
    padding: 0;
    margin: 0;
    width: 1400px;
  }
  #hero_video .title_row {
    height: 60px;
    font-family: mont_sb, sans-serif;
    font-weight: 600;
    font-size: 42px;
    color: #fff;
    display: flex;
    justify-content: center;
  }
  #hero_video .trow_sub {
    height: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #888;
    display: flex;
    justify-content: center;
  }
  #hero_video .pad32 {
    height: 32px;
    width: 100%;
  }
  #hero_video #herovid, #hero_video #feat_vid {
    height: 800px;
    width: 100%;
  }
  #testimonials {
    background-color: #000000 !important;
    width: calc(95vw - 18px);
    padding: 0;
    margin: 0;
  }
  #testimonials .mcontent {
    background-color: #000000 !important;
    width: 1400px;
    padding: 0;
    margin: 90px calc((95vw - 18px - 1400px) / 2);
    min-height: 90px;
  }
  #testimonials > .rowclass {
    padding: 0;
    margin: 0;
    width: 1400px;
  }
  #testimonials .title_row {
    height: 60px;
    font-family: mont_sb, sans-serif;
    font-weight: 600;
    font-size: 42px;
    color: #fff;
    display: flex;
    justify-content: center;
  }
  /* #testimonials .trow_sub{height: 40px; font-family: Arial, Helvetica, sans-serif; font-weight: 500; font-size: 18px; color: #888; display: flex; justify-content: center;} */
  #testimonials .pad32 {
    height: 32px;
    width: 100%;
  }
  #testimonials #test_content {
    height: 420px;
    width: 100%;
    border: 0px solid green;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
  }
  #testimonials .test_persons {
    height: 364px;
    width: 75%;
    border: 0px solid pink;
    padding: 0;
    margin: 56px 0 0 0;
    display: flex;
    justify-content: center;
    position: relative;
    background-color: #222;
    border-radius: 15px;
  }
  #testimonials .test_person {
    height: 112px;
    width: 112px;
    border: 2px solid white;
    padding: 0;
    margin: -56px;
    position: absolute;
    z-index: 100;
    border-radius: 50%;
    background-color: #fff;
  }
  #testimonials .buffer {
    height: 364px;
    width: 80%;
    border: 0px solid yellow;
    padding: 0;
    margin: 0;
  }
  /* #testimonials .testimony{height: 100%; width:100%; display: flex; justify-content: center; border: 1px solid red;}
  #testimonials .buffer{height: calc(420px - 56px); width: 80%; border: 1px solid yellow; padding: 0 !important; margin: 0 !important; background-color: #222; margin-top: 56px; padding: 0; margin: 0; display: flex; align-self: flex-end;} */
  #testimonials .text_text {
    width: 100%;
    border: 0px solid yellow;
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 90px 0 0 0;
    border: 0px solid pink;
    line-height: 32px;
  }
  #testimonials .text_pers_name {
    padding: 0;
    margin: 0;
    text-align: center;
    color: #fff;
    border: 0px solid pink;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    height: 30px;
  }
  #testimonials .text_pers_info {
    padding: 0;
    margin: 0;
    text-align: center;
    color: #fff;
    border: 0px solid pink;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #888;
    text-transform: capitalize;
  }
  #testimonials .text_div {
    padding: 0;
    height: 3px;
    width: 100%;
    margin: 30px 0;
    display: flex;
    justify-content: center;
  }
  #testimonials .text_div_color {
    padding: 0;
    margin: 0;
    height: 3px;
    width: 100px;
    background-color: #fb3a64;
  }
  #testimonials .scroll_navigator {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    color: #fff;
    border: 0px solid pink;
    height: 20px;
  }
  #testimonials .scroll_navigator .sn_unit {
    padding: 0;
    margin: 0 5px;
    border: 2px solid #888;
    height: 10px;
    width: 10px;
    border-radius: 5px;
  }
  #testimonials .scroll_navigator .sn_unit:hover {
    border: 2px solid #fff;
  }
  #testimonials .scroll_navigator .sn_selected {
    border: 2px solid #fb3a64;
    background-color: #fb3a64;
  }
  #testimonials .display_no {
    display: none;
  }
  #testimonials .display_ya {
    display: flex;
  }
  #newsletter {
    background-color: #333333 !important;
    width: calc(95vw - 18px);
    padding: 0;
    margin: 0;
  }
  #newsletter .mcontent {
    background-color: #333333 !important;
    width: 1400px;
    padding: 0;
    margin: 90px calc((95vw - 18px - 1400px) / 2) !important;
    min-height: 90px;
  }
  #newsletter > .rowclass {
    padding: 0;
    margin: 0;
    width: 1400px;
  }
  #newsletter .title_row {
    height: 60px;
    font-family: mont_sb;
    font-weight: 600;
    font-size: 42px;
    color: #fff;
    display: flex;
    justify-content: center;
  }
  #newsletter .trow_sub {
    height: 40px;
    font-family: mont_m, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #888;
    display: flex;
    justify-content: center;
    color: #fff;
  }
  #newsletter .pad32 {
    height: 32px;
    width: 100%;
  }
  #newsletter #news_form {
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 0;
    margin: 0;
    border: 0px solid #fff;
  }
  #newsletter #news_form > div {
    width: 620px;
    height: 44px;
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: 0px solid #fff;
  }
  #newsletter #news_form > div > form {
    padding: 0;
    margin: 0;
    border: 0px solid #fff;
  }
  #newsletter #news_form #news_email {
    width: 470px;
    height: 44px;
    background-color: #fff;
    padding: 0;
    margin: 0;
    border: 1px solid #333;
    border-right: 0px solid #fff;
    border-radius: 22px 0 0 22px;
    padding: 5px 5px 5px 25px;
  }
  #newsletter #news_form #news_btn {
    width: 150px;
    height: 44px;
    background-color: #fb3a64;
    padding: 0;
    margin: 0;
    border: 0px solid #fff;
    border-radius: 0 22px 22px 0;
    font-size: 14px;
    cursor: pointer;
    line-height: 16px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1.5px;
    background-image: linear-gradient(-360deg, #f857a6 0%, #ff5858 100%);
    text-shadow: 0 1px 0 rgba(105, 47, 69, 0.5);
    text-transform: uppercase;
  }
  #footer {
    background-color: #262626 !important;
    width: calc(95vw - 18px);
    padding: 0;
    margin: 0;
  }
  #footer .mcontent {
    background-color: #262626 !important;
    width: 1400px;
    padding: 0;
    margin: 90px calc((95vw - 18px - 1400px) / 2) 0 calc((95vw - 18px - 1400px) / 2) !important;
    min-height: 90px;
  }
  #footer > .rowclass {
    padding: 0;
    margin: 0;
    width: 1400px;
  }
  #footer .title_row {
    height: 60px;
    font-family: mont_sb, sans-serif;
    font-weight: 600;
    font-size: 42px;
    color: #fff;
    display: flex;
    justify-content: center;
  }
  #footer .trow_sub {
    height: 40px;
    font-family: mont_m, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #888;
    display: flex;
    justify-content: center;
    color: #fff;
  }
  #footer .pad {
    display: flex;
    justify-content: center;
    align-content: center;
    color: #fff;
  }
  #footer .pad100 {
    height: 100px;
    width: 100%;
  }
  #footer .pad100 img {
    padding: 0 12px;
  }
  #footer .pad70 {
    height: 35px;
    width: 100%;
  }
  #footer .pad70 span {
    font-family: mont_sb, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fb3a64;
    display: inline-block;
    padding: 5px 15px;
    letter-spacing: 1.1px;
    cursor: pointer;
  }
  #footer .pad35 {
    height: 25px;
    width: 100%;
    font-family: mont_r;
    font-size: 11px;
    color: #888;
    margin-top: 35px;
  }
  #contact-form {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    z-index: 1001;
    top: 0;
    display: flex;
    justify-content: center;
    align-content: flex-end;
  }
  #contact-form > div {
    max-width: 800px;
    width: 50vw;
    height: 50vh;
    position: absolute;
    bottom: 50px;
    margin-right: 5vw;
    border-radius: 25px;
    background-color: rgba(207, 156, 81, 0.5);
  }
  #contact-form > div > div:nth-child(1) {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-content: center;
    position: absolute;
    right: -17.5px;
    top: -17.5px;
    border: 2px solid #ffffff;
  }
  #contact-form > div > div:nth-child(1) > i {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 35px;
    color: #fb3a64;
  }
  #contact-form > div > div:nth-child(1):hover {
    background-color: #000000;
    border: 2px solid #000000;
  }
  #contact-form > div > div:nth-child(2) {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 1px solid #000000;
  }
  #contact-form > div > div:nth-child(2) form {
    margin: 50px;
  }
  #contact-form > div > div:nth-child(2) form div {
    display: flex;
    width: 100%;
    font-family: mont_m;
    margin-bottom: 15px;
    font-size: 36px;
    justify-content: center;
    color: #ffffff;
  }
  #contact-form .form_elem {
    width: 100%;
    height: 40px;
    border: 1px solid #ffffff;
    padding: 2px;
    border-radius: 5px;
    font-family: mont_r;
    font-size: 16px;
    color: #000000;
    margin-bottom: 15px;
  }
  #contact-form .form_elem::-moz-placeholder {
    color: #cf9c51;
  }
  #contact-form .form_elem::placeholder {
    color: #cf9c51;
  }
  #contact-form .form_elem:focus {
    outline: none;
  }
  #contact-form #cccode {
    width: 17%;
    float: left;
  }
  #contact-form #cmobile {
    width: 39%;
    float: left;
    margin-left: 2.5%;
  }
  #contact-form #cemail {
    width: 39%;
    float: left;
    margin-left: 2.5%;
  }
  #contact-form #cmessage {
    height: 250px;
    resize: none;
    display: flex;
    align-items: flex-start !important;
  }
  #contactme_f_btn {
    width: 20%;
    margin: 5px 40%;
    height: 50px;
    background-color: #fb3a64;
    color: white;
    font-family: mont_sb;
    letter-spacing: 2px;
    border-radius: 15px;
  }
  .contact-active {
    height: 100vh;
    overflow-y: hidden;
    padding-right: 15px; /* to Avoid width reflow */
  }
}
#johncolors {
  background-color: skyblue;
  color: navy;
}/*# sourceMappingURL=csscss.css.map */