/*Common*/

:root {
    --blue: #00a2c5;
    --white: #ffffff;
}

.body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-size: 14px;
    line-height: 20px;
    color: #4b4b4b;
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', 'Open Sans', sans-serif !important;
}

p, small {
    font-family: 'Roboto', 'Open Sans', sans-serif !important;
}

@font-face {
    font-family: abeatbykai;
    src: url('../fonts/abeatbykai/ABEAKRG.TTF');
}

@font-face {
    font-family: caviardreams;
    src: url('../fonts/caviar_dreams/CaviarDreams.ttf');
}

@font-face {
    font-family: deliciouscurls;
    src: url('../fonts/delicious_curls/Delicious Curls bold.ttf');
}

.navbar .social-link {
    background-color: var(--blue);
    color: var(--white);
    border-radius: 50%;
}

.p-10 {
    padding: 10rem;
}

/*Header*/
.smart-scroll {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.scrolled-down {
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
}

.scrolled-up {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

.hero-img, .footer-img {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.footer-img {
    background-image: url('../images/footer-grid.jpg');
}

.font-caviar-dreams {
    font-family: caviardreams !important;
}

.font-delicious-curls {
    font-family: deliciouscurls !important;
}

.section-background-img, .section-background-img-pink {
    height: auto;
    margin-top: 0px;
    background-position: 50% 0px;
    background-size: cover;
}

.section-background-img {
    background-image: url('../images/section_background.svg');
}

.section-background-img-pink {
    background-image: url('../images/section_background_pink.svg');
}

.bg-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 0;
}

.bg-overlay-black {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    opacity: .8;
}

.bg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    background: -moz-linear-gradient(90deg, #02588a 0%, #7dd4af 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #02588a), color-stop(100%, #7dd4af));
    background: -webkit-linear-gradient(90deg, #02588a 0%, #7dd4af 100%);
    background: -o-linear-gradient(90deg, #02588a 0%, #7dd4af 100%);
    background: -ms-linear-gradient(90deg, #02588a 0%, #7dd4af 100%);
    background: linear-gradient(90deg, #02588a 0%, #7dd4af 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02588a', endColorstr='#7dd4af', GradientType=1);
    opacity: .7;

}

.border-radius-50 {
    border-radius: 50%;
}

.social-link {
    width: 40px;
    height: 40px;
    padding: 0px;
    line-height: 40px;
    font-size: 1.25rem;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

/*Youtube Container*/
.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*Testimonial*/
.testimonial {
    text-align: center;
    margin: 50px 10px 0;
    background: #fff;
}

.testimonial .pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    margin-top: -50px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .description {
    font-size: 16px;
    font-style: italic;
    color: #808080;
    line-height: 30px;
    margin: 10px 0 20px;
}

.testimonial .testimonial-title {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    color: #333;
    text-transform: uppercase;
}

.testimonial .post {
    display: block;
    font-size: 13px;
    color: #777;
    text-transform: capitalize;
}

.testimonial .post:before {
    content: "";
    width: 30px;
    display: block;
    margin: 10px auto;
    border: 1px solid #d3d3d3;
}

.testimonial .testimonial-rating {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}

.testimonial .testimonial-rating li {
    color: #d3d3d3;
    display: inline-block;
}

.testimonial .testimonial-rating li.fa-star {
    color: #333;
}

.alumni-testimonial-pic {
    width: 175px;
    height: 175px;
    border-radius: 5%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.alumni-testimonial-pic img {
    width: 100%;
    height: 100%;
}

.bg-dodger-blue {
    background: dodgerblue !important;
}

.text-dodgerblue {
    color: dodgerblue !important;
}

.text-pink {
    color: #efd9e5 !important;
}

.cr-pointer {
    cursor: pointer !important;
}

.institution-popover .popover-body {
    padding: 0 !important;
    width: 500px !important;
    min-width: 500px !important;
}

.institution-popover .card-img-top {
    height: 250px !important;
}

div.marquee {
    white-space: no-wrap;
    overflow: hidden;
}

div.marquee > div.marquee-text {
    white-space: nowrap;
    display: inline;
    width: auto;
}

.o-container {
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 100%;
}

.o-container .overlay {
    position: absolute;
    transition: all 0.3s ease;
    opacity: 0.7;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    background-color: #ffffff;
}

.o-container:hover .overlay {
    width: 100%;
}

.o-container .o-content {
    position: absolute;
    transition: all 0.3s ease;
    left: 0;
    top: 0;
    opacity: 0;
}

.o-container:hover .o-content {
    opacity: 1;
}

.o-container .bottom-heading {
    position: absolute;
    transition: all 0.3s ease;
    right: 0;
    bottom: 10px;
    opacity: 1;
    background-color: #900047;
    border-radius: 50px 0px 0px 20px;
}

.g-title{
    opacity: 1;
}


.img-slider .owl-prev,
.img-slider .owl-next {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    z-index: 100;
    width: 50px;
    display: inline-block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    background-color: #070a57 !important;
    color: #ffffff !important;
    margin-top: -25px;
    left: 20px;
    top: 50%;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
}

@media only screen and (max-width: 767px) {
    .img-slider .owl-prev,
    .img-slider .owl-next {
        left: 20px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 18px;
    }
}

.img-slider .owl-prev:hover, .img-slider .owl-prev:focus,
.img-slider .owl-next:hover,
.img-slider .owl-next:focus {
    color: #0f99f3 !important;
}
.img-slider .owl-next {
    left: auto;
    right: 20px;
}

@media only screen and (max-width: 767px) {
    .img-slider .owl-next {
        right: 20px;
    }
}

.img-slider:hover .owl-prev,
.img-slider:hover .owl-next, .img-slider:focus .owl-prev,
.img-slider:focus .owl-next {
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 767px) {
    .alumni-testimonial-div{
        width: 100% !important;
    }
}