@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

:root{
    --big-font:6rem;
    --small-font:1.2rem;
    --smaller-font:.8rem;
    --mr-white:white;
--mr-blue-1: rgb(0, 153, 255);
    --mr-active-1: rgba(0, 153, 255, 0.595);
    --mr-black: #0b2a63;
    /* --mr-black: rgba(0, 0, 0, 0.597); */
    --mr-orange-0: #ee7600;
    --mr-orange-1: #094d8e;
    --mr-orange: rgb(6, 83, 154);
    --mr-grey-1: grey;
    --mr-smoke-1: whitesmoke;
    --mr-white-color:white;
    --mr-off-white-color:rgba(255, 255, 255, 0.946);
    --mr-hover-1:rgba(254, 254, 254, 0.704);
    --mr-shadow-1: 1px 1px 8px 1px rgba(0, 0, 0, 0.066);
    --mr-shadow-small: 1px 1px 4px 1px rgba(0, 0, 0, 0.066);
    --mr-shadow-big: 1px 1px 18px 1px rgba(0, 0, 0, 0.174);
    --mr-active-shadow: .5px .5px 5px .5px var(--mr-active-1);
    --mr-border: 1px solid var(var(--mr-grey-1));
    --mr-radius-small:5px;
    --mr-radius-big:15px;
     --mr-msg-bg: rgb(254, 254, 254);
     --mr-msg-sent-bg: rgb(232, 251, 243);
     --mr-linear-g: linear-gradient(to bottom right,
      rgb(35, 32, 36), #181818);
    --mr-main-shadow: .5px .5px 3px 1px rgba(0, 0, 0, 0.122);
    --mr-black:#2b2b2b;
--mr-white: #fff; 
    --mr-blue-shade-1: #dbedf8;
    --mr-blue-shade-2: #95caeb;
    --mr-blue-shade-3: #3196d6;
    --mr-blue-shade-4: #1474c4;
    --mr-blue-shade-5: #095bb1;
    --mr-blue-shade-6: #003d8f;
    --mr-blue-shade-7: #0b2a63;
    --mr-blue-shade-8: #001b41;
    --mr-blue-shade-9: #02102b;
--mr-green-shade-1: #c7fae2;
--mr-green-shade-2: #46efa0;
--mr-green-shade-3: #12cf76;
--mr-green-shade-4: #0fa954;
--mr-green-shade-5: #0c8a44;
--mr-green-shade-6: #096b35;
--mr-green-shade-7: #074d26;
--mr-orange-shade-1: #ffedca;
--mr-orange-shade-2: #ffd176;
--mr-orange-shade-3: #fa0;
--mr-orange-shade-4: #ef8300;
--mr-orange-shade-5: #c36b00;
--mr-orange-shade-6: #8e4e00;
--mr-orange-shade-7: #603500;
--mr-red-shade-1: #ffe4e2;
--mr-red-shade-2: #ffa8a3;
--mr-red-shade-3: #ff6159;
--mr-red-shade-4: #f50c00;
--mr-red-shade-5: #c80a00;
--mr-red-shade-6: #9c0800;
--mr-red-shade-7: #6e0500;
--mr-grade-shade-1: #f4f7fa;
--mr-grade-shade-2: #dbe2e8;
--mr-grade-shade-3: #bcc8d4;
--mr-grade-shade-4: #97a3b4;
--mr-grade-shade-5: #718095;
--mr-grade-shade-6: #465a75;
--mr-grade-shade-7: #2e4360;
--mr-grade-shade-8: #1d2d42;
--mr-grade-shade-9: #0a121c;
--mr-lightBlue-shade-1: #d2f6fc;
--mr-lightBlue-shade-2: #7fe4f6;
--mr-lightBlue-shade-3: #11c7e6;
--mr-lightBlue-shade-4: #08a5c5;
--mr-lightBlue-shade-5: #007e9c;
--mr-lightBlue-shade-6: #005b72;
--mr-lightBlue-shade-7: #003d4b;
--mr-purple-shade-1: #fae7fe;
--mr-purple-shade-2: #f0b7fb;
--mr-purple-shade-3: #e480f8;
--mr-purple-shade-4: #d746f5;
--mr-purple-shade-5: #b410e7;
--mr-purple-shade-6: #8212c2;
--mr-purple-shade-7: #560e8a;
--black: var(--mr-black);
/* --mr-t-color-2:#0a5167; */
/* --mr-t-color-2:#021223; */
--mr-t-color-2: #0472ad;
--mr-t-color-1: #063b73;
/* --mr-t-color-1: #021223; */
/* --mr-t-color-1: rgba(0, 73, 128, 0.8939); */
--mr-section-bg: rgb(255, 255, 255);
}
[data-theme="light"] {
    --nav-overlay-bg: rgba(0, 0, 0, .8);
    --side-green:whitesmoke;
    --side-green-3:var(--side-green);
    --bg-hover:#fcfc3429;
    --blue-2: var( --sent-color);
    --antiquewhite: rgb(14, 14, 14);
    --color-bg-primary: #f1f3f5;
    --color-bg-primary: #ffffff;
    --color-bg-primary-offset: #fdfdfd;
    --color-bg-secondary: #fff;
    --color-text-primary: #3a3c42;
    --color-text-primary-offset: #898c94;
    --color-orange: #FF6347;
    --color-green: #228B22;
    --blue-1: dodgerblue;
    --color-purple: #9665c4;
    --color-black: var(--color-text-primary);
    --color-red: #d92027;
    --color-black: #000;
    --internal-light-dark: #f00;
    --shadow: 0 10px 20px rgba(64, 64, 64, 0.15);
    --this-one: var(--blue-1);
    --btn-color: var(--color-text-primary);
    --btn-bg-color: var(--blue-1);
    --op-span-bg: var(--btn-color);
    --color-bg-primary-offset-3: #c4d5e5;
    --top-shadow: var(--shadow);
}
[data-theme="dark"] {
    --side-green:rgba(7, 7, 7, 0.048);
    --side-green-2:whitesmoke;
    --nav-overlay-bg: var(--side-green);
    --bg-hover:#fcfc3429;
    --antiquewhite: antiquewhite;
    --border-color: #2d3e50;
    --color-bg-primary-1: #23272a;
    --color-bg-primary: #2c2f33;
    --blue-1: var(--mr-lightBlue-shade-3);
    --color-bg-primary: #1E2B32;
    --blue-2: var(--color-bg-primary);
    --color-bg-primary-offset: #152028;
    --color-bg-primary-offset-3: #14314c;
    --color-bg-primary-offset-2: var(--color-bg-primary);
    --color-bg-secondary: #232B32;
    --color-text-primary: #fff;
    --color-text-primary-offset: #fff;
    --color-orange: #FF6347;
    --color-green: #e0dd0b;
    --this-one: var(--color-bg-primary-offset);
    --shadow: 0 5px 10px rgba(11, 11, 11, 0.726);
    --btn-color: var(--color-text-primary);
    --btn-bg-color: var(--color-bg-primary-offset);
    --op-span-bg: var(--color-bg-primary-offset);
    --side-green-3:var(--color-bg-primary-offset);
    --top-shadow: none;
}
*{
    color: var(--black);
    cursor: default;
    font-weight: 400;
    line-height: 1.2;
    box-sizing: border-box;
    /* transition: all .1s ease; */
    /* letter-spacing: .8px; */
}   
.audio-recording-container *{
    color:initial;
}
.mr-tm *{
    color: var(--mr-orange);
}
body,
html {
    background: var(--mr-smoke-1);
    margin: 0;
    padding: 0;
    text-decoration: none;
    position: relative;
    /* height: 100vh; */
    width: 100vw;
    /* font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
    overflow-x: hidden;
    font-weight: 400;
    font-size: 14px;
    height: 100vh;
}
[class*=f-w]{width: 100%;}
[class*=f-h]{height: 100%;}
[class*=fx]{ display: flex;}
[class*=row]{flex-direction: row;}
[class*=col]{flex-direction: column;}
[class*=gap]{gap: attr(data-gap);}
[class*=gap-10]{gap: 10px;}
[class*=pad-10]{padding: 10px;}
[class*=sp]{justify-content:space-between;}
[class*=ct-x]{justify-content:center;}
[class*=ct-y]{align-items:center;}
[class*=abs]{position: absolute;}
[class*=fix]{position: fixed;}
[class*=rel]{position: relative;}
[class*=ctr]{align-content: right;}
.headed:not(.no-style):before{
    content: attr(data-head);
    padding: 5px;
    color: dodgerblue;
    z-index: 1;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
button, input{
    outline: none;
    appearance: none;
    border: none;
}
[class*=btn], input{
    border-radius: var(--mr-radius-small);
    background: var(--mr-white-color);
    box-shadow: var(--mr-shadow-small);
    padding: 6px 10px;
    gap: 10px;
    /* margin: 10px; */
    height: fit-content;
    width: fit-content;
}
input{
    padding: 10px 13px;
}
.field input{
    box-shadow: var(--mr-shadow-small);
    padding-left: 25px;
    border-radius: var(--mr-radius-big);
}
button:focus,input:focus,
    button:active{
    box-shadow: var(--mr-active-shadow);
}
.field input+[class*=icon]{
    left: 20px;
    top: 21px;
}
.fus{
    position: relative;
    padding: 10px;
    font-size: 2em;
    font-style: normal;
}
.fus-menu{
    border-radius: var(--mr-radius-small);
    color: white;
    padding: 5px 10px;
    margin-right: 10px;
    background: var(--mr-orange);
    display: none;
}
.fus-menu::before{
    content: '\2261';
}
.chat-with-us{
    border-radius: 50%;
    padding: 10px;
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 500;
    background: var(--mr-orange);
    box-shadow: var(--mr-shadow-big);
    transform: scale(0);
}
.fus-chat{
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
}
.fus-chat::before,
    .fus-chat::after{
    content: '';
    position: absolute;
    bottom: -2px;
    right: 13px;
    width: 15px;
    height: 10px;
    z-index: 1;
    background: rgb(253, 253, 253);
    border-radius: 1px 15px 5px 4px;
    transform: rotate(-30deg);
}
.fus-chat::before{
    background:var(--mr-orange);
    bottom: 7px;
    right: 7px;
    height: 7px;
    width: 14px;
    border-radius: 0 0 14px 14px;
    transform: rotate(0deg);
    z-index: 2;
} 
aside{
    width: 30%;
    min-width: 120px;
    border: var(--mr-border);
    border-right: 1px solid rgba(181, 181, 181, 0.673);
    /* box-shadow: var(--mr-shadow-1); */
    background: rgba(233, 233, 233, 0.948);
    order: 2;
    transition: all .6s ease;
    overflow: auto; 
    position: fixed;
    right: 0;
    z-index: 100;
    height: 100%;
    box-shadow: var(--mr-shadow-big);
    width: 100%;
    max-width: 420px;
    transform: translateX(1500px);
    ul{
        margin-top: 5px;
        li{
            padding: 15px 13px;
            border-bottom: 1px solid rgba(128, 128, 128, 0.212);
            position: relative;
            transition: all .3s ease-in-out;
            &::after{
                content: '\25D7';
                font-size: 1.4em;
                position: absolute;
                transition: all .3s ease-in-out;
                right: -50px;
                top: 10px;
            }
            &:hover{ 
                background: var(--mr-hover-1);
                border-radius: var(--mr-radius-small);
                padding-left: 25px;
                &::after{ 
                    right: 20px;
                }
            }
            span{
                font-size: 14pt;
            }
        }
    }
    .sub-menu .item{
        color: rgb(74, 74, 74);
    }
    .close{ 
        background-color: rgb(255, 255, 255);
        /* position: absolute; */
        border-radius: var(--mr-radius-small);
        text-align: center;
    }
}
.fus-close::before,
aside .close i::before{
    content: '\00D7';
    font-size: 2em;
    font-style: normal;
    position: absolute;
    top: 8px;
}
aside .close i+span{
    margin-left: 2em;
}   
.banner{ 
    color: white;
    background: var(--mr-linear-g);
    height: 600px;
    &::selection{
        background: #cadefb;
        color: white;
    }
}
/* content: '\2335'; angle down */
/* content: '\24d2'; copyright */
/* content: '\24d5'; facebook */
.body{
    margin-inline: auto;
    background: var(--mr-white-color);
}
.main-content{
    width: 100%;
}
main{
    /* height: calc(100vh - 93px); */
    /* overflow: auto; */
    background-color: white;
    /* background-color: rgb(225, 225, 225); */
    /* padding-top: 92px; */

}
.main-body{
    display: flex;
    flex-direction: row;
    gap: 5px;
}
.card.body{
    margin: 20px;
}
nav{
    /* background: var(--mr-white-color); */
    z-index: 10;
    top: 0;
    width: 100%;
    box-shadow: var(--mr-shadow-big);
    >div{
        /* background: var(--mr-orange); */
    }
    >div *{
        color: white;
    } 
}   
.slide *{
    color: white;
}
.page-nav {
    ul{
        display: flex; 
        li{
            padding: 10px 13px;
            a{
                text-decoration: none;
            }
            &:hover{
            background: rgba(199, 245, 246, 0.213);
            border-radius: 5px;
            }
        }
    }
}
.footer{
    background: var(--mr-linear-g);
    bottom: 0;
    z-index: 10;
}
footer.footer{
    position: relative;
}
.footer .stats .card *{
    color: rgba(255, 255, 255, 0.792);
}
.banner footer{
    background: none;
    color: white;
    gap: 15px;
    z-index: 3;
}
.logo .img{
    background-image: url(https://softumba.com/img/defaults/img/softlogo2.png);
    height: 25px;
    width: 25px;
    background-size:contain;
    background-repeat: no-repeat;
    margin-left: 15px;
    border-radius: 4px;
}
.logo .img+span{
    font-size: 30px;
    /* color: rgb(6, 83, 154); */
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
h2{
    color: var(--mr-orange-1); 
}
.fa-menu-touch{
    padding: 17px 7px;
    border-radius: 6px;
    width: fit-content;
    position: relative;
}
.fa-menu-touch:hover{
background: rgb(48, 47, 47);
}
.bars:empty{
    display:block;
}
.bars::before, .bars::after {
  content: "";
  position: absolute;
  top: -7px;
  width: 80%;
}
.bars::after { 
  top: 7px; 
}
.bars, .bars::before, .bars::after {
  width: 30px;
  height: 1.5px;
  display:block;
  background: white;
  position: relative;
  transition: 0.3s ease-in-out;
}
.fa-menu-touch:hover .bars, .fa-menu-touch:hover .bars::before, .fa-menu-touch:hover .bars::after {
  background: rgb(236, 144, 144);
}
.banner {
        .header{
            width: 100%;
            z-index: 3;
            *{
                color: white;
            }
        }
        h2{
            margin-bottom: 0; 
            &+div{
            display: flex;
                span{
                    color: rgb(220, 220, 220);
                    text-align: right;
                    /* font-size: 15px; */
                    /* letter-spacing: 15px; */
                }
            }
        }
        h2, h3{
            color: #d1fbe5;
        }
        h3 span{
        font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif
        }
        h3+div *{
            color: grey;
        }
        .footer-left{
            padding: 12px;
        }
        footer {
            *{
            color: white;
            }
            .btn{
                background: var(--mr-orange);
                padding: 13px;
                white-space: nowrap;
                transition: all .3s ease;
                &:hover{
                    background: #0282a583;
                }
            }
        }
}
.read-more{
    background: var(--mr-orange);
    padding: 13px;
    white-space: nowrap;
    transition: all .3s ease;
}
.read-more:hover{
    background: #0282a583;
}  
aside.active{
    transform: translateX(0);
}
/* .mainbody{
    display: flex;
} */
.mainbody *:not(h2){
    font-weight: 400;
    /* font-size: 14px; */
}
.floats{
    background: none;
    padding: 15px;
}
.cycle_gif{
    height: 200px;
    position: relative;
}
.intro, .stats, .floats{
    background: var(--mr-off-white-color);
    padding: 15px;
    border-radius: 10px;
} 
.intro, .floats{
    box-shadow: var(--mr-shadow-big);
    margin-top: 15px;
}
.footer .floats{
    background: transparent;
}

.footer .stats .card{ 
    margin: 15px 25px;
    height: 210px;
}
.floats.products, .floats.services{
    box-shadow: none;
}
.products .card{
    padding: 0;
}
.products .card h2{
    text-align: center;
    margin: 0;
    padding: 10px 15px;
    background: var(--mr-orange-1);
     /* rgba(14, 142, 198, 0.638); */
    /* background: rgba(14, 142, 198, 0.638); */
    border-radius: 6px 6px 0 0;
    /* font-size: 16px; */
    color: rgb(245, 245, 245);
}
.footer-links{
    gap: 120px;
}
.stats{
    gap: 10px;
    padding: 0;
}
.stats .card{
    float: left;
    min-width: 100px;
    margin: 15px;
}
.face-happy{
    width: 40px;
    height: 40px;
    background: var(--mr-orange);
    border-radius: 50%;
    display: grid;
    position: relative;
}
.face-happy .eyes,
    .face-happy .mouth{
    position: relative;
} 
.face-happy, 
.face-happy .eyes,
.face-happy .mouth{
 &::after,&::before{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 20%;
    border-radius: 50%;
    background: white;
    z-index: 1;
}
}
.face-happy .eyes::after{
    left: 60%;
}
.face-happy.face{
    &::after,&::before{
        background: rgb(130, 130, 130);
        background: var(--mr-orange);
        width: 3px;
        height: 3px;
        top: 30%;
        left: 25%;
        z-index: 4;
    }
}
.face-happy.face::before{
    left: 65%;
}
.face-happy .mouth::before{
    width: 25px;
    height: 15px;
    top: -10%;
    z-index: 1;
    left: 18%;
}
.face-happy .mouth::after{
    width: 28px;
    height: 15px;
    top: -25%;
    left: 14%;
    z-index: 2;
    background:var(--mr-orange); 
    transform: rotate(-3deg);
}
.footer-section
.stats .card{
    width: 100%;
    clear: both;
}
.stats .card *{
    color: var(--mr-orange);
}

.stats .card .amount{
    font-size: 17px;
    font-weight: 600;
}
.amount+div{
    font-size: 12px;
    font-weight: 400;
    color: grey;
}
.content{
    text-align: center;
    max-width: 500px;
    padding: 20px;
} 
.mainbody-left{
    background: white;
}
.main-body-right{
    background: var(--mr-off-white-color);
    padding: 10px;
    max-width: 320px;
    z-index: 10;
    display: none;
}
.comment{
    position: relative;
    padding: 10px;
    /* box-shadow: var(--mr-shadow-1); */
    background: var(--mr-white-color);
    border-radius: 5px;
}
.replies .comment{
    box-shadow: none;
    border-left: 1px solid rgba(128, 128, 128, 0.334);
}
.comment-thread{
    border: 1px solid var(--mr-orange);
    border-top: none;
    border-radius:0 0 10px 10px;
    padding: 10px 10px 10px 0;
}
.bold-head{
    width: 100%;
    background: var(--mr-orange);
    color: white;
    text-align: center;
    margin: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    padding: 10px;
}
.comment-voting .btn{
    padding: 5px;
    min-width: 30px;
    margin: 5px;
}
/* footer */
h4{
    margin: 0;
}
ul {
    margin: 0px;
    padding: 0px;
}
.footer-section,
.footer-section .cards {
  background: #151414;
  position: relative;
} 
.footer-section .floats{
    color: white;
    width: 100%;
} 
.products .card, .services .card{
    width: 200px;
    height: 240px;
    box-shadow: var(--mr-shadow-big);
    padding: 15px;
    border-radius: 8px;
}
.products .card{
    height: 280px;
    width: 210px;
    padding: 0px; 
}
.products .card .products-details{
    padding: 15px;
}

.products .card  ol{
    padding-inline-start: 20px;
    padding-top: 0;
    margin-top: 0;
}
.products .card:hover, .services .card:hover{ 
    box-shadow: var(--mr-active-shadow); 
}
.products [class*='-details'],
.products [class*='-details'] ol li,
.services [class*='-details']{
    color: var(--black);
}
.read-more{
    padding: 6px 12px;
    color: white;
}
.more{
    display: none;
}
.more.active{
    display: inline;
}
.footer-social-icon{
    height: 100%;
}
.footer-cta {
  border-bottom: 1px solid #373636;
  gap: 10px;
  display: grid;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 1px;
}
.cta-text span {
  color: #757575;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon  span {
    color: #fff;
    display: block;
    /* font-size: 17px; */
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px; 
}

.footer-social-icon  a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  float: left;
  width: 50%;
  margin-bottom: 12px; 
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize; 
}

.footer-widget ul li a:hover{
    color: #ff5e14;
  }

.subscribe-form {
    position: relative;
    overflow: hidden; 
}
.subscribe-form input {
    width: 100%;
    padding: 13px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
    border-radius: 6px 0 0 6px;
}
.copyright-area{
    display: inline-block;
    background: #202020;
    padding: 25px 10px;
}
.subscribe-form button {
    background: #0f0805;
    background: #ff5e14;
    padding: 13px 25px;
    /* border: 3px solid #ff5e14; */
    width: fit-content;
    border-radius: 0 6px 6px 0;
}

.subscribe-form button  i {
    color: #fff;
    font-size: 22px;
    transform: rotate(53deg);
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;  
}
.copyright-text p  a{
    color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px; 
}
.footer-menu li:hover a{
    color: #ff5e14; 
}

.footer-menu li   a {
    font-size: 14px;
    color: #878787;
}
.small-txt{
    font-size: 13.5px;
}
.white-color{
    color: white;
}
.flt{
    float: left;
}
.chat-box,.sign-in-up{
    box-shadow: var(--mr-shadow-big);
    position: fixed;
    width: 100%;
    max-width: 340px;
    bottom: -100%;
    border-radius: 10px 10px 0 0;
    background:white;
    max-height: 450px;
    z-index: 1000;
    transition: all .5s ease-in-out;
}
.chat-box{
    right: 10px; 
}
.chat-box .fa-times{
    position: relative;
    margin-bottom: 0;
    padding: 0;
}
.sign-in-up{
    bottom: -300%;
    padding: 15px;
    left: 10px;
    background:rgb(255, 255, 255);
    max-height: fit-content;
    overflow-x: hidden;
}

.code{
    margin-left: 15px;
}
.chat-with-us.active{
    transform: scale(1);
}
.chat-box.active,.sign-in-up.active{
    bottom: 0;
}
.sign-in-up .form{
    background: white;
    position: absolute;
    z-index: -1;
    right: -300%;
    transition: all .4s ease;
}
.form.active{
    position: relative;
    z-index: 2;
    right: 0%;
    display: block;
}
.chat-box .container{
    width: 100%;
    height: 100%;
    min-width: 300px;
    background-color: green;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
}
.chat-box .chat-header{
    background: var(--mr-orange);
    width: 100%;
    border-radius: 10px 10px 0 0; 
    padding: 10px;
    box-shadow: var(--mr-shadow-big);
    border-bottom: 2px solid whitesmoke;
}
.chat-box .chat-header  *{
    color: whitesmoke;
    text-align: center;
}
.chat-header .fus-close{
    position:absolute;
    top: 0px;
    right:25px;
}
.chat-content{
    background-color: rgb(247, 238, 238);
    max-height: 100%;
    padding: 5px;
    overflow-y: auto;
    width: 100%;
    margin-bottom: 50px;
    line-height: 1.2px;
}
.chat-box .footer{
    position: absolute;
    bottom: 0;
    border-radius: 0px;
    width: 100%;
    box-shadow: var(--mr-shadow-1);
    background: white;
    padding: 5px 0;
    height: 40px; 
}
.chat-box .footer .input{
    width: 90%;
    margin-left: 4px;
    background: white;
    border-radius: 5px;
    height: 25px;
    padding:10px 13px;
    display: grid;
    gap: 5px;
    line-height: 10px;
    font-size: 16px;
    overflow: auto;
    box-shadow: var(--mr-shadow-small);
}
.chat-box .footer .textarea{
    margin-bottom: 0;
    padding: 0;
    box-shadow:none;
}
.msg{
    /* box-shadow: var(--mr-shadow-1); */
    padding: 10px;
    border-radius: 8px;
    position: relative;
    margin: 10px 8px 5px 15px;
    background: var(--mr-msg-bg);
    width: 70%;
    float: left;
}
.comment.msg{
    width: 90%;
}
.msg.sent{ 
    margin: 10px 15px 5px 5px;
    background: var(--mr-msg-sent-bg);
    float: right;
}
.msg.recieved+.msg.recieved, 
    .msg.sent+.sent{ 
    margin-top: 0px;
}
.msg::before{
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: -10px;
    border-radius: 10px 0px 0 10px;
    background: var(--mr-msg-bg);
    
}
.msg.sent::before{ 
    left: 97%;
    border-radius: 0px 10px 10px 0px;
    background: var(--mr-msg-sent-bg);
}

.msg .time{
    font-size: 10px;
    color: rgba(128, 128, 128, 0.708);
}

.msg .msg-content{
    padding: 0 6px;
}
.banner_top_bg {
    position: absolute;
    bottom: 0;
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigB8iI5tb8WSVBuVUGc9UjjB8O0708X7Fdic_4O1LT4CmLHoiwhanLXiRhe82yw0R7LgACQ2IhZaTY0hhmGi0gYp_Ynb49CVzfmXtYHUVKgXXpWvJ_oYT8cB4vzsnJLe3iCwuzj-w6PeYq_JaHmy_CoGoa6nw0FBo-2xLdOPvsLTh_fmYH2xhkaZ-OGQ/s16000/footer_bg.png") no-repeat scroll center 0;
    width: 100%;
    height: 266px;
    z-index: 1;
}
.banner_bg {
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyLGwEUVwPK6Vi8xXMymsc-ZXVwLWyXhogZxbcXQYSY55REw_0D4VTQnsVzCrL7nsyjd0P7RVOI5NKJbQ75koZIalD8mqbMquP20fL3DxsWngKkOLOzoOf9sMuxlbyfkIBTsDw5WFUj-YJiI50yzgVjF8cZPHhEjkOP_PRTQXDHEq8AyWpBiJdN9SfQA/s16000/cyclist.gif") no-repeat center center;
    width: 88px;
    height: 100px;
    background-size:100%;
    bottom: 0;
    left: 38%;
    position: absolute;
    -webkit-animation: myfirst 18s linear infinite;
    animation: myfirst 18s linear infinite;
    z-index: 3;
}
.banner_bg_one {
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEia0PYPxwT5ifToyP3SNZeQWfJEWrUENYA5IXM6sN5vLwAKvaJS1pQVu8mOFFUa_ET4JuHNTFAxKURFerJYHDUWXLXl1vDofYXuij45JZelYOjEFoCOn7E6Vxu0fwV7ACPzArcno1rYuVxGB7JY6G7__e4_KZW4lTYIaHSLVaVLzklZBLZnQw047oq5-Q/s16000/volks.gif") no-repeat center center;
    width: 45%;
    height: 105px;
  background-size:100%;
    position: absolute;
    bottom: 0;
    left: -40%;
    -webkit-animation: myfirst 14s linear infinite;
    animation: myfirst 14s linear infinite;
    z-index: 2;
}

@-moz-keyframes myfirst {
  0% {
    left: -40%;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes myfirst {
  0% {
    left: -40%;
  }
  100% {
    left: 100%;
  }
}

@keyframes myfirst {
  0% {
    left: -40%;
  }
  100% {
    left: 100%;
  }
}
/* slides */

/* slides */
.caption{
    position: absolute;
    top:50%;
    left:8rem;
    z-index: 3;
    color: white;
    /* transform: translateY(-50%); */
    opacity:0;
    transition: 500ms ease opacity, 500ms ease transform;
    transform: translateY(60px);
} 
.caption.current-caption{
    transition-delay: 1000ms;
    opacity:1;
    transform: translateY(0);
  }
.caption.previous-caption{
    transform: translateY(-60px);
  }
.caption .caption-heading{
    transition: 500ms ease-in all;
}
.caption-heading h1{
    font-size: 2.2rem;
    margin-bottom:1.5rem;
    text-transform: uppercase;
    text-indent: -0.2rem;
    letter-spacing: .2rem;
    font-weight: 300;
    word-wrap: nowrap;
    color: white;
} 
.caption-subhead span{
    font-size:1rem;
    font-weight: 300;
    text-transform: uppercase;
    color: white;
        /* color: #909590; */
    letter-spacing: 4px;
    word-spacing: .1rem;
    margin-bottom: 2.5rem;
    display:block;
}
.caption a.btn{
    /* color: #333; */
    font-size: 0.8rem;
    text-decoration: none;
    background-color: white;
    padding: .5rem 1rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    position:relative;
    z-index:9;
    transition: 250ms ease-in background-color, 500ms ease-in color;
}
.caption a.btn:hover{
    background-color: black;
    color: white;
} 
.left-col, .right-col{
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  overflow:hidden;
}

.banner{
  background-size: cover;
  background-position: center top;
  position: relative;
  overflow: hidden;
}
.banner .slide{
    position: absolute;
    z-index: 1;
    /* filter: grayscale(40%); */
    position:absolute;
    width: 100%;
    height: 100%;
    background-position:  left top !important;
    background-size: cover !important;
    background-repeat:no-repeat;
    opacity:0;
    transition: 1000ms cubic-bezier(1.000, 0.040, 0.355, 1.000) transform, 1000ms cubic-bezier(0.680, -0.550, 0.265, 1.550) clip-path;
    transform:translateY(-100%); 
    transform: scale(1);
    z-index: -1;
}
.banner .slide.previous{
      z-index:1;
      opacity:.0;
      transform: translateY(0);
      animation-delay: 1s;
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
      transition:3s ease transform;
      will-change: transform;
}
.banner .slide.previous.change{
    transform: translateY(50%);
}
.banner .slide.next{
      transform: translateY(-100%);
      z-index:3;
      opacity:0;
      clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
    }
.banner .slide.current{
    opacity:.3;
    transform:translateY(0) scale(1.25);
    z-index:2;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.right-col{
  display:flex;
  align-items: center;
  justify-content: center;
}
.right-col .preview{
  max-width:400px;
} 

@media only screen and (max-width: 920px) {
    .main-body{
        display: inline;
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
       }
    .intro, .stats, .content,.comment-thread,
        .main-body-right {
        max-width: 100%;
    } 
    .intro, .stats,.floats, .main-body-right{
        margin: 10px;
    }
    .intro{
        box-shadow: none;
    }
    .comment-thread{
        max-height: 100vh;
        overflow: auto;
    }
}

.row-items{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, auto));
    gap: 2rem;
    /* align-items: center; */
    align-items: flex-start;

    /* text-align: center; */
    padding: 10px;
    margin-top: 5rem;
}
#contact-us .row-items{
    align-items: flex-start;
}
.item{
    /* box-shadow: 5px 10px 30px rgb(85 85 85 /20%); */
    /* border:  1px solid rgba(128, 128, 128, 0.618); */
    border-radius: 10px;
    /* min-height: 200px; */
    padding: 13px;
}

.item:not(.about){
    /* box-shadow:1px 1px 5px 1px rgb(60 60 60/15%); */
} 
.section{
    position: relative;
    margin-bottom: 35px;
    /* border: 1px solid whitesmoke; */
    border-radius: 16px;
}
.booking .row-items .item{
    height: fit-content;
    width: fit-content;
    display: grid;
}
.section{
    background: var(--mr-section-bg)
}
.section::before{
    content: attr(data-th);
    position: absolute;
    font-size: 25px;
    font-weight: 600;
    top: 0%;
    width: 100%;
    text-align: center;
    word-wrap: nowrap;
    background: white;
    padding: 13px;
    border-radius: 16px 16px 0 0;
} 
#packages .item{
    padding: 0;
}
.item .details{
    padding: 10px;
}  
.radios{
    background: var(--tt-bg-offset-1);
    padding: 5px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    position: relative;
    box-shadow: var(--mr-main-shadow);
    margin-top: 10px;
    margin-bottom: 15px;
}
.radios label{
    padding: 5px 10px;
    border-radius: 5px;
    width: 50%;
    z-index: 2;
    text-align: center;
}

.radios .indicator{
    content: '';
    position: absolute; 
    border-radius: 5px;
    width: calc(50% - 5px);
    height: calc(100% - 10px);
    z-index: 1;
    transform: translateX(-8790px);
    transition: all .4s ease;
    background: dodgerblue;
    box-shadow: var(--main-shadow-1);
    transform: translateX(0);
} 
.radios input:checked+label{
    color: white;
}
.radios input:checked+label+.indicator{
    transform: translateX(100%);
}
.radios input,
    .applies input{
    display: none;
}
@media only screen and (max-width: 680px) {
    .fus-menu{
        display: inline-block;
    }
    .page-nav {
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        max-width: 400px;
        z-index: 100;
        padding: 0;
        background: #094d8e;
        transition: all .4s ease-in-out;
    }
    .page-nav ul{
        flex-direction: column;
        width: 100%;
        margin: 0;
    }
    .page-nav ul li{
        width: 100%;
    }
    .sign-in-up{
        left:0px;
        right: 0px;
    }
}
   
@media only screen and (max-width: 520px) { 
    .nav .fx-sp a{
        border-radius: 50%;
    }
    .nav .fx-sp a:nth-child(1){
        bottom: 150px;
        background: rgb(60, 194, 78);
        font-size: 110%;
    }
    .nav .fx-sp a span{
       display: none;
    }
} 
        .fx{
            display: flex;
        }
        .col{
            flex-direction: column;
        }
        .f-w{
            width: 100%;
        }
        .rel{
            position: relative;
        }
        .abs{
            position: absolute;
        }
        .gap-10{
            gap: 10px;
        }
        .spacer{
            justify-content: space-between;
        }
        .card{
            /* box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.455); */
            max-width: 315px;
            border-radius: 10px;
            margin: 15px 5px;
            float:left;
            padding: 0;
        }
        .teacher-cards .card{
            max-width: 560px;
        }
        .card *{
            cursor: default;
        }
        .card.f-w{
            max-width: 100%;
        }
        .card-head{
            width: 100%;
            background: rgb(217, 231, 248);
            color: white;
            padding: 10px 13px;
            text-align: center;
            align-items: center;
            justify-content: center;
            border-radius: 10px 10px 0 0;
        }
        .card .row{
            min-width: 120px;
            padding: 5px;
            cursor: default;
            position: relative;
        }
        .card .row::after{
            content: '>';
            position: absolute;
            top: .1em;
            right: -15px;
            padding: 2px;
        }
        .card .row.active,
        .card .row:hover{
            color: dodgerblue;
        }
        .card .row:hover::after{
            color: dodgerblue;
        }
        .card-body{
            padding: 12px;
            gap: 15px;
        }
        .card ul, ul.tables{
            margin: 0;
            list-style: none;
            display: initial;
            position:relative;
            /*flex-direction:column;*/
        }
        .card ul:not(.no-style){
            list-style:decimal;
            margin: 5px 10px;
        } 
        .card ul li{
            padding: 5px;
            float:left;
            padding: 5px;  
            border: 1px solid #d3e5f5;
            margin: 2.5px;
        }
        .teacher-cards .card ul li{
            width: calc(50% - 5px);
            text-align:left;
        }
        ul.tables li{
            float:left;
        }
        .card ul li.teacher{
            padding: 10px;
        }
        .card footer{
            text-align: center;
            padding: 10px 6px;
            background: rgb(223, 230, 235);
            border-radius:0 0 10px 10px;
        }
        .card footer:hover{
            opacity: .7;
        }
        .cards .card{
            height: inherit;
        }
        .card button{
            appearance: none;
            border: none;
            padding: 10px 13px;
            border-radius: 6px;
        }
        .card .list-button{
            top: 25px;
            box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.305);
            background: white;
            border-radius: 6px;
            padding: 5px;
            display: none;
            z-index: 100;
        }
        .card .list-button.active{
            display: initial;
        }
        .card .sub:hover::before{
            content:attr(data-content);
            background:black;
            border-radius:6px;
            padding:6px;
            color:white;
            text-align:center;
            position:absolute;
            top:0;
            left:0;
            z-index:50;
        }
        .teacher{
            background: whitesmoke;
            width: 100%;
            margin: 5px;
            padding: 10px;
        }
        .subjects,.tel,.email{
            color: grey;
            font-size: 14px;
        } 
        .tip-list.active{
            background: #0472ad;
            color: wheat;
        }
        @media only screen and (max-width: 700px) {
            .card{
                min-width:100%;
            }
        }