body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-size: 16px;
}

p {
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
}

:focus {
    outline: none;
}


@font-face {
    font-family: "f1";
    src: url(../fonts/oswald/Oswald-Bold.ttf);
}

@font-face {
    font-family: "f2";
    src: url(../fonts/bebas-neue/BebasNeue.otf);
}

@font-face {
    font-family: "f3";
    src: url(../fonts/calibri/Calibri.ttf);
}

@font-face {
    font-family: "f4";
    src: url(../fonts/roboto/Roboto-Bold.ttf);
}

.header-top {
    background: #b971f1;
}

.brand-logo {
    text-align: center;
}

.auxilium-banner {
    position: relative;
}

/*** enquiry form ***/

.free-enq {
    position: absolute;
    top: 15%;
    right: 10%;
    background: rgba(0, 0, 0, 0.56);
    border-radius: 5px;
    width: 30%;
    border: 5px solid #740482;
    padding: 50px;
}

.free-enq h3 {
    text-align: center;
    color: #fff;
    font-family: "f1";
    line-height: 25px;
    font-size: 15px;
}

.interior-enq {
    background: none;
    border: 2px solid #fff;
    padding: 15px;
    width: 100%;
    color: #fff;
}

.enq {
    height: 135px !important;
}

.enq-btn {
    text-align: center;
    margin: 0 auto;
    display: block;
    background: #e3393c;
    padding: 15px;
    width: 75%;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #e3393c;
    transition: all 0.6s linear;
}

.enq-btn:hover {
    color: #fff;
    text-decoration: none;
    background: none;
    transition: all 0.6s linear;
}

.free-enq .form-group ::placeholder {
    color: #fff;
}

.auxilium-offer img {
    width: 100%;
}

.auxilium-motivational h2 {
    font-family: "f1";
    text-align: center;
    font-size: 25px;
    padding: 20px 0px;
}
/*.auxilium-motivational {*/
/*    padding-top: 50px;*/
/*}*/
.owl-theme-s2 button.owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    background-color: rgb(255, 255, 255, .7) !important;
    font-size: 40px !important;
    height: 80px;
    line-height: 40px !important;
    width: 50px;
    border-radius: 100px 0 0 100px !important;
    margin-top: -70px !important;
    margin-left: 0px !important;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    opacity: 0;
    color: #b971f1 !important;
}

.owl-theme-s2:hover button.owl-prev {
    left: -50px;
    opacity: 1;
}

.owl-theme-s2 button.owl-prev i {
    padding-left: 5px;
}

.owl-theme-s2 button.owl-prev:hover,
.owl-theme-s2 button.owl-next:hover {
    background-color: #b971f1 !important;
    color: #fff !important;
}

.owl-theme-s2 button.owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    background-color: rgb(255, 255, 255, .7) !important;
    font-size: 40px !important;
    height: 80px;
    line-height: 40px !important;
    width: 50px;
    border-radius: 0 100px 100px 0 !important;
    margin-top: -70px !important;
    margin-right: 0px !important;
    transition: .3s;
    -webkit-transition: .3s;
    opacity: 0;
    color: #b971f1 !important;
}

.owl-theme-s2:hover button.owl-next {
    right: -50px;
    opacity: 1;
}

.owl-theme-s2 button.owl-next i {
    padding-right: 5px;
}

.owl-theme-s2 .owl-dots {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}

.owl-theme-s2 .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 0 5px;
    background-color: rgb(255, 255, 255, .7);
}

.owl-theme-s2 .owl-dots .owl-dot.active span,
.owl-theme-s2 .owl-dots .owl-dot:hover span {
    background: #b971f1;
}

/*** student testimonial ***/

.single-feedback {
    position: relative;
    border: 1px solid #f2eee2;
    padding: 20px;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
    background: rgba(197, 131, 249, 0.16);
    height: 495px;
}

.single-feedback:hover {
    background: #f2eee2;
}

.single-feedback:hover p {
    color: #333;
}

.single-feedback p {
    color: #333;
    font-weight: 600;
    text-align: justify;
    padding: 15px;
}

.single-feedback .client-info {
    position: relative;
    padding-left: 65px;
    margin-top: 25px;
}

.owl-carousel .single-feedback .client-info img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inline-block;
}

.single-feedback .client-info h3 {
    font-size: 18px;
    margin-bottom: 0;
}

.single-feedback .client-info span {
    color: #b971f1;
    font-size: 15px;
}

.single-feedback .quote-icon {
    width: 60px !important;
    display: inline-block !important;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: -1;
}

.single-feedback-two {
    background-color: #f2eee2;
    position: relative;
    margin-bottom: 30px;
    padding: 25px 30px 30px 80px;
}

.single-feedback-two .client-img {
    position: absolute;
    width: 110px;
    left: -50px;
    border: 5px solid #f2eee2;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.single-feedback-two .quote-icon {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 60px;
}

.single-feedback-two p {
    color: #000;
}

.single-feedback-two .client-info h3 {
    font-size: 18px;
    margin-bottom: 0;
}
h3, .h3 {
    font-size: 1.3rem;
}

.single-feedback-two .client-info span {
    color: #b971f1;
    font-size: 15px;
}
.owl-next:focus {
    outline: none;
}
.owl-prev:focus {
    outline: none;
}

/*** Letter ***/

.owl-theme .owl-dots {
    display: none;
}

.student-letters {
    position: relative;
}

.student-letters .owl-next span {
    background: #e3393c;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    right: -70px;
    width: 50px;
    height: 50px;
    line-height: 43px;
    font-size: 25px;
    color: #fff;
}

.student-letters .owl-prev span {
    background: #e3393c;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    left: -70px;
    width: 50px;
    height: 50px;
    line-height: 43px;
    font-size: 25px;
    color: #fff;
}
.regional-letters {
    text-align: center;
}
.regional-letters h2 {
    font-family: "f1";
    margin-top: 40px;
}
.auxilium-bottom {
    background: #000;
    padding: 15px;
}
.auxi-copyright p {
    color: #fff;
    text-align: center;
}
.auxi-copyright a {
    text-decoration: none;
    color: #b971f1;
}
.owl-carousel .owl-nav.disabled {
    display: block !important;
}
.motivation-speeach {
    text-align: center;
}
.auxilium-free img {
    width: 100%;
}
.auxilium-single {
    position: relative;
}
.auxilium-single::before {
    position: absolute;
    content: " ";
    background-color: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
}
.auxilium-content {
    top: 25%;
    text-align: center;
    position: absolute;
    left: 6%;
    width: 40%;
}
.eligi p a {
    text-decoration: none;
}
.eligi p a:hover {
    color: #fff;
}
.welcome-text {
    font-size: 20px;
    font-weight: 300;
    font-family: sans-serif;
}
.auxilium-content h1 {
    font-size: 55px;
    font-weight: bold;
    font-family: inherit;
}
.auxilium-content p {
    line-height: 27px;
}
.free-enq p {
    color: #c5c5c5;
    padding-bottom: 20px;
    font-size: 18px;
    text-align: center;
}
.auxilium-slider {
    position: relative;
}
/*.banner-prev {*/
/*    left: -40px;*/
/*}*/
/*.banner-next {*/
/*    right: -40px;*/
/*}*/
.auxilium-country-code {
    position: relative;
}
.country-cd {
    position: absolute;
    top: 3px;
    left: 2px;
    height: 90%;
    width: 100px;
    background: #e3393c;
    border: none;
    color: #fff;
}
.country-mobile {
    padding-left: 110px;
}
.diploma-course ul li {
    padding: 5px;
}
.diploma-course h3 {
    padding: 10px;
    font-size: 20px;
}
.brand-logos {
    padding:20px 0px;
}
 .w-20{
    width: 20%;
    margin: auto;
}
 .w-80{
    width: 80%;
    margin: auto;
}
 .w-60{
    width: 80%;
    margin: auto;
}
 
.img_file h5{
    text-transform: uppercase;
    font-size:13px;
    color: #fff;
    margin-top: 10px;
}
.venobox h5{
    font-size: 12px;
}