@font-face {
        font-family: 'Avenir';
    src: url('TimesNewRomanPSMT.woff2') format('woff2'),
        url('TimesNewRomanPSMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.slideup {
   
}

.slideup p{text-align: left !important;color: #000 !important;font-family: Helvetica,Arial,sans-serif !important;display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;}
    p.full {
        -webkit-line-clamp: unset !important;
    }
    a.readmore {
        color: #6b136c;
    }
.col-md-4.text-center:hover .slideup{
    opacity: 1;
    overflow: auto;
}
.col-md-4.text-center:hover .slideup p{
}

/* width */
.slideup::-webkit-scrollbar {
    width: 3px;
  }
  
  /* Track */
  .slideup::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  .slideup::-webkit-scrollbar-thumb {
    background: #ccc; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  .slideup::-webkit-scrollbar-thumb:hover {
    background: #ddd; 
  }
  .why-supervisor img {
    max-width: 150px;
    margin: 0 auto 15px;
    display: block;
}
.why-supervisor a {
    display: inline-block;
    width: max-content;
    margin: 0 auto 40px;
    color: #7c297f;
    font-weight: 700;
}
.flexslider .slides li p{
    color: #fff;
    padding: 0px 20px;
    font-family: Helvetica,Arial,sans-serif !important;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 35px;
    margin: -49px 0 0;
    overflow: hidden;
}
.flex-direction-nav a:before {
    margin-top: 9px;
}
.why-supervisor p {
    height: 37px;
    overflow: hidden;
    font-family: Helvetica,Arial,sans-serif !important;
}
.hidden-p{display:none;}
.ov-full {
    display:block;
}
.step h3 {
    color: #931693;
    font-size: 33px;
    font-weight: 900;
    font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
    text-transform: uppercase;
}
.step h4 {
   font-family: "Gill Sans",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    font-size: 21px;
    margin: 0;
    line-height: 25px;
    padding-bottom: 14px;
    letter-spacing: 0;
}

.step p {
    font-family: 'Avenir';
    font-style: inherit;
    font-weight: normal;
    text-transform: normal;
    color: #000;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.row.justify-content-center {
    justify-content: center;
    flex-wrap: wrap;
}
.why-supervisor {
    margin-bottom: 50px;
}
p.hidden-p.ov-full {
    position: absolute;
    bottom: 80px;
    background: #fff;
    padding: 20px 20px;
    height: auto;
    border-radius: 5px;
    overflow: visible;
    width: 84%;
    left: 0;
    right: 0;
}
p.hidden-p.ov-full:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    z-index: 999;
    left: 0;
    right: 0;
    margin: auto;
}





img.img-fluid.purple-bg {
    position: relative;
    left: -22%;
    width: 100%;
    min-width: 760px;
    object-fit: cover;
    height: 506px;
}
section.new-bg-gray {
    background: #e7e5e5;
    padding: 50px 0 86px;
    border-bottom-right-radius: 90px;
}
.form-box {
    background: #fff;
    padding: 50px;
    height: 92%;
    border-top-left-radius: 69px;
}
.form-box h2 {
    font-size: 22px;
    border: 1px solid #7c297e;
    padding: 10px 20px;
    border-radius: 30px;
    margin-bottom: 30px;
}
.form-box .group {
    position: relative;
    margin-bottom: 20px;
}
.form-box .field {
        font-family: 'Avenir';
    font-weight: 300;
    font-size: 16px;
    padding: 10px 10px 10px 5px;
    -webkit-appearance: none;
    display: block;
    color: #242424;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #75757566;
    resize: none;
    text-align:left;
}
section.new-bg-gray.no-curve {
    border-bottom-right-radius: 0;
    border-top-right-radius: 90px;
}
.form-box .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}
.form-box .bar {
    position: relative;
    display: block;
    width: 100%;
}
.form-box .bar:before {
    left: 50%;
}
.form-box .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #7c297f;
    transition: all 0.2s ease;
}
.text-box {
    margin-bottom: 80px;
}
.form-box label {
    color: #999;
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 20px;
    transition: all 0.2s ease;
}
.is-sticky nav.navbar {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0), 0 5px 16px 0 rgba(0,0,0,.19);
}
.navbar-light {
    box-shadow: none;
}
.form-box .field:focus ~ .highlight {
    animation: inputHighlighter 0.3s ease;
}
.form-box .field:focus {
    outline: none;
}
.form-box .field:focus ~ .bar:before {
    width: 100%;
}

.field:focus ~ label {
    top: -20px;
    transform: scale(.75);
    left: -2px;
    color: #242424;
}
input.theme-css {
    background: #e8b367;
    border: none;
    padding: 10px 25px;
    border-radius: 30px;
    margin: 40px auto 30px;
    display: block;
}
textarea#message {
    height: 41px;
}
.form-box{position: relative;}
.form-box:before {
    position: absolute;
    right: -58%;
    background: #fff;
    left: 82px;
    content: "";
    top: 0;
    bottom: 0px;
    z-index: 0;
}
.boxed {
    z-index: 999;
    position: relative;
}
.image-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    height: max-content;
    margin: auto;
    max-width: 400px;
    max-height: 194px;
   
}
.image-inner h1 {
    color: #fff;
    line-height: 47px;
    font-size: 38px;
}
.d-flex {
    display: flex;
}
.mx-3{margin:0 10px;}
.d-flex h2{color:#fff;font-size: 20px;}
img.img-fluid.mx-3 {
    width: 85px;
    height: auto;
    object-fit: contain;
    margin-top: -9px;
}
.d-flex.mt-4 {
    margin-top: 20px;
    align-items: center;
}
.image-box:before {
    content: "";
    position: absolute;
    left: -30%;
    right: 14%;
    top: 13%;
    bottom: -13%;
    background: #fff;
    border-bottom-right-radius: 78px;
}
.image-box {
    margin-bottom: 37px;
    position: relative;
}
section.new-white-bg {
    padding: 50px 0;
}
h2.theme-h2{position: relative;}
h2.theme-h2:after {
    width: 150px;
    content: "";
    margin-left: 10px;
    height: 2px;
    background: #7c297f;
    display: inline-block;
    top: 0;
    position: absolute;
    bottom: 0;
    margin: auto 0px auto 8px;
}
.border-bottom {
    border-bottom: 1px solid #ccc;
}
.small-img-icon {
    width: 121px;
    height: 121px;
    border: 1px solid #b8882e;
    margin: 0 auto;
    padding: 32px;
    border-radius: 100%;
    display: flex;
    align-items: center;
}
.text-box h2 {
    font-size: 17px;
    font-weight: 700;
}
.mb-5 {
    margin-bottom: 50px;
}
.col-sm-6 .row {
    align-items: center;
    margin-bottom: 52px;
}
p {
    color: #000;
    font-size: 15px;
    line-height: 18px;
    font-family: Helvetica,Arial,sans-serif;
}
.white-box {
    padding: 50px;
    margin-left: 6%;
    padding-left: 0;
    background-image: url(../images/white-bg.png);
    background-size: 77%;
    background-position: top right;
    background-repeat: no-repeat;
    border-bottom-right-radius: 62px;
    background-color: #fff;
}
.white-box .col-sm-8 {
    padding-left: 40px;
}
.progress-img-box{
    margin-left: -72px;
    position: relative;
}
.progress-img-box img.img-fluid {
    /* margin-left: -72px; */
    position: relative;
}
.row.mt-5 {
    margin-top: 40px;
}
.processtext h2 {
    color: #931693;
    font-size: 33px;
    font-weight: 900;
    font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
}
.processtext h3 {
    font-family: "Gill Sans",Helvetica,Arial,sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 25px;
    margin: 0;
    text-align: left;
    line-height: 32px;
    padding-bottom: 15px;
    letter-spacing: 1.88px;
}
.panel-title a {
    font-size: 14.8px;
    font-family: Helvetica,Arial,sans-serif;
}
.processtext p {
    font-family: 'Avenir';
    font-family: Helvetica,Arial,sans-serif;
    font-style: inherit;
    font-weight: normal;
    color: #000;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    margin-left: 0;
    margin-right: auto;
    max-width: 460px;
}
h2.theme-h2.mb-4 {
    margin-bottom: 30px;
}
h2.theme-h2.no-boreder:after{display: none;}
.panel-group .panel+.panel {
    margin-top: 0;
}
.panel-heading {
    position: relative;
  }
  a[data-toggle="collapse"]:after {
    content: '';
    width:20px;
    height: 20px;
    background-image: url("../images/faq-arrow.png");
    background-size: 100%;
    position: absolute;
    color: #e7b26c;
    font-size: 15px;
    line-height: 22px;
    right: 20px;
    top: calc(50% - 10px);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(-180deg);
    -moz-transform:    rotate(-180deg);
    -ms-transform:     rotate(-180deg);
    -o-transform:      rotate(-180deg);
    transform:         rotate(-180deg);
}
  a[data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(0deg);
    -moz-transform:    rotate(0deg);
    -ms-transform:     rotate(0deg);
    -o-transform:      rotate(0deg);
    transform:         rotate(0deg);
  }
  .panel {
    margin-bottom: 20px;
    background-color: transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 0px !important;
}
.panel-title a {
    display: block;
    line-height: 30px;
}
.p0{padding:0;}
.navbar-light {
    z-index: 99999 !important;
}
h2.theme-h2 {
    position: relative;
    font-family: "Gill Sans",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    color: #000;
    font-size: 28px;
    text-align: left;
    line-height: 25px;
    padding-bottom: 0;
    letter-spacing: .25rem;
}
.align-center{
    align-items: center;
}

.group input:valid ~ label,.group textarea:valid ~ label {
    top: -20px !important;
    font-size: 14px !important;
}
.progress-img-box:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #a6a6a6;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    border-radius: 35px;
    filter: blur(4px);
    border-bottom-left-radius: 0;
}
section.new-bg-gray {
    overflow-x: hidden;
}
.form-box.p0:before{display: none;}
@media(max-width:1024px){
    img.img-fluid.purple-bg {
        min-width: 610px;
    }
}
@media(max-width:768px){
    .form-box:before {
        right: -30%;
    }   
    img.img-fluid.purple-bg{min-width:100%;} 
    img.img-fluid.purple-bg {
        min-width: 1000px;
        left: -30%;
    }
    
}
@media(max-width:768px){
    .why-supervisor p {
        height: auto;}
    
    h2.theme-h2:after {
        width: 56px;
        margin: 0;
        bottom: 18px;
        top: auto;
    }
    .image-inner {
        padding: 10px;
    }
    .image-inner h1 {
        font-size: 28px;
    }
    .col-md-5 {
        margin-top: 50px;
    }
    section.new-bg-gray {
        padding: 50px 0 25px;
    } 
    p, .processtext p {
        font-size: 16px;
        line-height: 25px;
    }
    .small-img-icon {
        margin-bottom: 30px;
    }
    h2.theme-h2 {
        line-height: 39px;
        font-size: 21px;
    }
    .progress-img-box img.img-fluid {
        margin-left: -15px;
    }
    .processtext {
        margin-top: 13px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .processtext h3{
        font-size: 20px;
    }
    .white-box {
        padding: 5px;
        margin-left: 0;
    }
    .white-box .col-sm-8 {
        padding-left: 15px;
    }
    .form-box h2 {
        font-size: 17px;
    }
    .form-box:before {
        bottom: 0px;
    }
    
    .form-box:before {
        right: -30%;
    }
    .text-box h2 {
        line-height: 30px;
    }
    .panel-title a {
        padding-right: 26px;
    }
    .progress-img-box:before {
        left: -8px;}
        p.hidden-p.ov-full{
            width:100%;
        }
        
}
@media(max-width:480px){
    .step {
        text-align: center;
    }
    p.hidden-p.ov-full {
        position: absolute;
        bottom: 124px;}
    .slideup {
        margin-bottom: 20px;
    }
    .res-p0{padding-top: 0px !important;}
    .form-box {
        padding: 25px;}
    h2.theme-h2:after {
        width: 56px;
        margin: 0;
        bottom: -8px;
        top: auto;
        left: 0;
        right: 0;
        margin: auto;
    }
    .processtext h3 {
        font-size: 19px;
        letter-spacing: 1px;
    }
    h2.theme-h2 {
        text-align: center;
    }
    .image-inner h1 {
        font-size: 28px;
        text-align: center;
    }
    .d-flex.mt-4 {
        margin-top: 20px;
        justify-content: center;
    }
    .text-box {
        text-align: center;
    }
    .progress-img-box {
        margin-left: 0;
    }
    .progress-img-box:before {
        left: -16px;
    }
}
@media(max-width:320px){
    nav .mobileContent img {
        width: 78%;
    }
    .processtext h2 {
        font-size: 27px;
    }    
    .image-inner h1 {
        font-size: 21px;
        line-height: 39px;
    }
    .d-flex h2 {
        color: #fff;
        font-size: 19px;
    }
    img.img-fluid.mx-3 {
        width: 54px;}
        .form-box {
            background: #fff;
            padding: 30px;}
            .form-box h2 {
                font-size: 13px;
            }
}