﻿:root {
    --mainColor: #004aad;
    --secColor: #38b6ff
}

body {
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Sen', sans-serif;
    /*font-family: 'Josefin Sans', sans-serif;*/
    /*font-family: 'Crimson Text', serif;*/
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    letter-spacing: -1px;
}

.callback {
    position: fixed;
    top: 50%;
    right: 0;
    width: 110px;
    height: 50px;
    background-color: #fff;
    border-radius: 50px 0 0 50px;
    box-shadow: 0 2px 10px rgba(51, 51, 51, 0.45);
    z-index: 99;
    padding: 4px 7px;
    visibility: hidden;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*background-color: #fff;*/
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.4);
    z-index: 999;
    /*padding: 10px 0;*/
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.callback a {
    color: #333;
    text-align: right;
    display: block;
    margin-top: -3px;
}

.callback .icon {
    position: absolute;
    top: 5px;
    left: -20px;
    height: 40px;
    width: 40px;
    background-color: #8B0101;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    box-shadow: 0 2px 10px rgba(51, 51, 51, 0.45);
}

.bkg_red {
    background-color: #8B0101;
    color: #fff;
}

.bkg_blue {
    background: #004AAD;
    color: #fff;

}

.bkg_yellow {
    background-color: rgba(255, 182, 6, 1);
}

.form-control:focus {
    box-shadow: 0 0px 10px rgba(139, 1, 1, 0.51);
    border: #8B0101;
}

a:hover {
    text-decoration: none;
}


.sidebar {


    position: fixed;
    z-index: 999;

    top: 50%;
    bottom: 50%;
    display: flex;
    flex-direction: column;
}

.sidebar>a {


    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    gap: 10px;
    align-items: center;
    padding: 10px;
    font-size: 18px;
    color: white;
}


.sidebar a:hover {
    transition: ease-in-out all .8s;

    transform: scale(1.1);
}

.socials_badge {
    display: flex;
    justify-content: space-around;

}

.socials_badge>a {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;

    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: grid;
    place-content: center;
    text-align: center;
    color: white;
    display: inline-block;
}

.socials_badge>a:hover {
    transform: scale(1.2);
    transition: ease-in-out all .8s;
    transform: rotateX(360deg);
}

.top {
    height: 30px;
    z-index: 999;
    color: #fff;
    background-color: rgb(56, 182, 255);
}

.top .txt {
    font-size: 12px;
    display: block;
    line-height: 30px;
    font-weight: 300;
}

.top a {
    font-size: 12px;
    display: block;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
    text-align: right;
}

.top .icon {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff;
    color: #555;
    font-size: 10px;
    display: block;
    text-align: center;
    line-height: 20px;
    margin: 5px 5px 5px 0;
}

.top .social {
    list-style: none;
    margin: 0px 0;
    padding: 0;
    float: right;
}

.top .social li {
    float: left;
    margin-left: 10px;
}

.top .social li a {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #fff;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    color: #444;
    transition: ease-in-out all .3s;
}

.top .social li a:hover {
    background-color: #8B0101;
    color: #fff;
    box-shadow: 0 0 4px #fff;
}

.logo_section {

    /*background-color:red;*/
    padding: 10px 0;

}

.logo_section .icon {
    font-size: 24px;
    color: #555;
    line-height: 70px;
    margin-right: 7px;
}

.logo_section .icon_content {
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 15px;
}

.logo_section .icon_content a {
    color: #8B0101;
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
}

.menu {
    height: 50px;
    background-color: #8B0101;
}



.menu .link_btn {
    background-color: rgba(255, 182, 6, 1);
    font-size: 15px;
    line-height: 50px;
    padding: 8px 16px;
    text-align: right;
    color: #8B0101;
    font-weight: bold;
}



.mail {
    line-height: 25px;
    font-size: 11px;
    text-align: right;
}

.bkg {
    background: url(../img/banner1.jpg) no-repeat center left;
    background-size: cover;
    position: relative;
    height: 90vh;
}

.right-portion {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background: url(../img/top_shape.png) no-repeat;
    background-size: cover;
    height: 100%;
    padding: 100px 20px;
}


.banner {
    padding: 60px 0;

}

.bannerTxt h1 {
    font-size: 3.5rem;
    font-weight: bold;
}

.slider {

    overflow: hidden;
}

.heading {
    font-weight: bold;
    font-size: 2.5rem;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.banner:after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    z-index: 10;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 2.2rem;
    background-image: url('../../img/footer-overlay.png');
}

.footJatinderDev p {
    font-size: 14px;
    text-align: center;
    margin: 0;
}

.courseBody {
    position: relative;
}

.light-blue {
    color: var(--secColor);
}

.aboutus {
    background-color: #F6F6F6;
    position: relative;
}

.courseCard {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 0 10px #dfdfdf;

}


.gradient_business {
    background-image: linear-gradient(to bottom, transparent, #38b6ff);

}

.gradient_con {
    background-image: linear-gradient(to bottom, transparent, #016eff);


}

.gradient_engine {
    background-image: linear-gradient(to bottom, transparent, #00800099);

}

.courseCard:hover .courseBody a {
    transform: scale(1.1);
    transition: ease-in-out all .4s;
    text-shadow: 0 0 10px black;
}

.courseInfo {
    padding: 20px;
    text-align: center;
    position: absolute;
    inset: 0;
    display: grid;
    place-content: center;
}

.courseInfo a {
    font-weight: bolder;
    color: white;
    font-size: 2.5rem;
    text-transform: uppercase;
}

/* modal pop up design */
.hover-lift {
    transition: transform 0.2s ease-in-out;
}

.hover-lift:hover {
    transform: translateY(-5px);
}

.bg-gradient {
    background: linear-gradient(135deg, #007bff, #0056b3);
}

@media (max-width: 768px) {
    .modal-dialog {
        margin: 1rem;
    }

    .modal-body {
        padding: 1.5rem;
    }
}

/* course page section design */
.main ul {
    margin-left: 15px;
}

.main ul li {
    font-size: 13px;
}

hr {
    margin: .5rem 0;
}

.ul>li {
    margin: 30px 0;
}

h5 {
    color: #fff;
    border: 1px solid #004AAD;
    padding: 5px 15px;
    background: var(--mainColor);
}

.course_table tbody tr td:nth-child(4),
.course_table tbody tr td:nth-child(5),
.course_table tbody tr td:nth-child(6) {
    text-align: center;
    margin-bottom: 30px;
}

.list-group li {
    border-bottom: 1px dashed #2214BB;
    padding: 10px 5px;
}

.list-group li:hover {
    background: var(--secColor);
}

.list-group li a {
    color: var(--mainColor);

    transition: ease-in-out all .5s;
    display: block;
}

.list-group li a:hover {
    font-weight: bold;
    color: #fff !important;

    transition: ease-in-out all .5s;
}

.sticky1 {
    position: fixed;
    top: 20px;
    width: 250px;
    /*background:white;*/
    /*box-shadow: 0 0 15px #333;*/
}

.p-text {
    line-height: 30px;
}

.about {
    padding: 1px;
    padding-bottom: 50px;
}

.about_content {
    padding: 30px 50px;
    margin-top: -60px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px #999;
    position: relative;
    z-index: 55;
}

.about_content:after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 50%;
    width: 60%;
    height: 12px;
    border-radius: 0 0 15px 15px;
    background: #8B0101;
    transform: translate(-50%, 0%);
    z-index: -1;
}

.about_content .head {
    margin: 0;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 32px;
}

.about_content .right-border {
    padding-right: 50px;
    border-right: 1px solid rgba(153, 153, 153, 0.3);
}

.about_content .main_link {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.about_content .main_link li {
    margin: 10px 0 15px;
}

.about_content .main_link li a {
    color: #8B0101;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 400;
}

.about_content .main_link li a img {
    width: 30px;
    display: inline-block;
    margin-right: 10px;
}

.why_us {
    /*padding: 30px 0 0;*/
}

.why_bkg {
    background: url('../../assets/img/background.jpg');
    background-attachment: fixed;
    background-size: cover;
    padding: 50px;
    position: relative;
}


.why_bkg .heading {
    z-index: 55;
    position: relative;
    text-shadow: 0 0 15px rgb(30, 69, 138);
}

.br-1 {
    /*border-right: 1px solid rgba(223, 223, 223, 0.70);*/
    position: relative;
    z-index: 55;
}

.uphover:hover {
    box-shadow: 0 10px 55px 5px rgba(188, 188, 188, 0.25);
    transform: translate3d(0, -20px, 0);
}

.delay {
    transition: ease-in-out all .5s;
}

.bxsdw {
    box-shadow: 0px 28px 65px 0px rgba(188, 188, 188, 0.25);
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.why {
    background: #fff;
    padding: 40px;
    position: relative;
    z-index: 55;
    margin-bottom: 30px;


    border-radius: 20px;
    position: relative;
    transition: ease-in-out all .5s;
}

.why .c-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.policy .why {
    margin-bottom: 60px !important;
}

.policy .why a {
    position: absolute;
    bottom: -20px;
    left: 80px;
    right: 50;
}

.policy .why .why_content h3 {
    font-size: 18px !important;
    /* line-height: 25px; */
    margin: 0;
    font-weight: 600;

}

.why:hover a {
    /*box-shadow:0 0 30px #afafaf;*/
    border-radius: 20px;
}

.why:hover h3 {
    color: rgb(56, 182, 255);
}

.why:hover img,
.why:hover i {
    transform: rotateY(360deg);
    transition: ease-in-out all .5s;

}

#ourpartners .item>img {
    width: 150px !important;
}

.why_content h3 {
    font-size: 1.25rem;
}

.why_content .para {
    text-align: center;
    /*color: #fff;*/
}

.courses {
    padding: 50px 0 100px;
    position: relative;
}

/* course card design */
.course {
    box-shadow: 0 0 10px #dfdfdf;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.course:hover .courseImg {
    transform: scale(1.1);
    transition: ease-in-out all .8s;

}

.courseImg {
    overflow: hidden;
    margin: 10px;
    border-radius: 20px;
}

.courseTxt {
    padding: 5px 10px;
}

.courseTags {
    padding: 5px 0;
    color: #999;
    border-top: 1px solid #dfdfdf;
}

.courseTxt h4 {
    margin: 0;
    color: var(--mainColor);
    padding: 5px 0;
    font-weight: 600;
    font-size: 1.3rem;
}

section {
    padding: 60px 0;
}

.background {
    /*background-color:rgba(255, 182, 6, .9);*/
    height: 350px;
    box-shadow: 0px 28px 65px 0px rgba(188, 188, 188, 0.25);
    border-radius: 50% 0 0 50%;
}

.background-pr {
    /*margin:100px 0;*/
    /*background-color:rgba(255, 182, 6, .9);*/
    height: 330px;
    box-shadow: 0px 28px 65px 0px rgba(188, 188, 188, 0.25);
    border-radius: 0 50% 50% 0;
}

.study_img {
    margin-top: -50px;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid #fff;
    box-shadow: 0px 28px 65px 0px rgba(188, 188, 188, 0.25);
    position: relative;
}

.study_img .img_content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    background: rgba(255, 182, 6, .9);
    color: #fff;
}

.study_content {
    padding: 25px 0;
}

.study_content ul {
    padding-left: 50px;
}

.study_content ul li .para {
    font-size: 15px;
    line-height: 26px;
    text-align: left;
}

.pr ul li .para {
    line-height: 32px;
}

.study_img .img_content h3 {
    font-size: 25px;
}


.link_btn {
    padding: 5px 15px;
    background-color: #38B6FF;
    color: #fff;
    font-size: 12px;
    border-radius: 15px;
    text-transform: capitalize;
    transition: ease-in-out all .4s;
}

.link_btn:hover {
    background-color: #004AAD;
    color: #fff;
}

/*.course:hover .course-content {
    background-color: #8B0101;
}*/

/*.course:hover .course-content h6 {
        color: #fff;
    }*/

/*.course:hover .course-content .para {
        color: #dfdfdf;
    }*/

/*.course:hover .course-content .link_btn {
        color: #8B0101;
        background-color: #fff;
    }*/



.review {
    position: relative;
    padding: 50px 0;
    background-color: #f6f6f6;
}

.review:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url(../../img/review.jpg) right center;
    background-size: cover;
}

.section-title {
    font-size: 28px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: 400;
    position: relative;
}

/*.section-title:after,
            .section-title:before {
                content: '';
                position: absolute;
                bottom: 0;
            }*/

/*.section-title:after {
                height: 2px;
                background-color: rgba(252, 92, 15, 0.46);
                left: 25%;
                right: 25%;
            }*/

.section-title:before {
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    background-color: #fc5c0f;
    left: 50%;
    transform: translatex(-50%);
    bottom: -6px;
    z-index: 9;
    border-radius: 50%;
}

/* CAROUSEL STARTS */
.customer-feedback .owl-item img {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    display: block;
    margin: auto;
    border: 3px solid rgba(255, 182, 6, 1);
}

.feedback-slider-item {
    position: relative;
    padding: 60px;
    margin-top: -40px;
    /*background:#fff;*/
}

.customer-name {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.feedback-slider-item h6 {
    text-align: center;
    color: rgb(251, 90, 13);
    font-size: 12px;
    letter-spacing: .5px;
}

.feedback-slider-item p {
    line-height: 1.875;
    text-align: center;
    font-size: 12px;
    height: 140px;
    overflow: hidden;
}

.customer-rating {
    background-color: #eee;
    border: 3px solid #fff;
    color: rgba(1, 1, 1, 0.702);
    font-weight: 700;
    border-radius: 50%;
    position: absolute;
    width: 47px;
    height: 47px;
    line-height: 44px;
    font-size: 15px;
    right: 0;
    top: 77px;
    text-indent: -3px;
}

.thumb-prev .customer-rating {
    top: -20px;
    left: 0;
    right: auto;
}

.thumb-next .customer-rating {
    top: -20px;
    right: 0;
}

.customer-rating i {
    color: rgb(251, 90, 13);
    position: absolute;
    top: 10px;
    right: 5px;
    font-weight: 600;
    font-size: 12px;
}

/* GREY BACKGROUND COLOR OF THE ACTIVE SLIDER */
.feedback-slider-item:after {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    top: 103px;
    background: #fff;
    border: 1px solid rgba(251, 90, 13, .1);
    border-radius: 10px;
    z-index: -1;

}

.thumb-prev,
.thumb-next {
    position: absolute;
    z-index: 99;
    top: 45%;
    width: 98px;
    height: 98px;
    left: -90px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.thumb-next {
    left: auto;
    right: -90px;

}

.feedback-slider-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(255, 182, 6, 1);


}

.feedback-slider-thumb:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.customer-feedback .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    top: -50px;
    transition: all .2s ease-in;
}

.customer-feedback .owl-nav i {
    background-color: transparent;
    color: rgb(251, 90, 13);
    font-size: 25px;
}

.customer-feedback .owl-prev {
    left: 43%;
}



.customer-feedback .owl-next {
    right: -48%;
}

/* DOTS */
.customer-feedback .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 35px;
}

.customer-feedback .owl-dot {
    display: inline-block;
}

.customer-feedback .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 0 5px;
    background: #fff;
    border: 1px solid rgb(251, 90, 13);
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    border-radius: 50%;
}

.customer-feedback .owl-dots .owl-dot.active span {
    background-color: rgb(251, 90, 13);
}

/* RESPONSIVE */
@media screen and (max-width: 767px) {
    .feedback-slider-item:after {
        left: 30px;
        right: 30px;
    }

    .feedback-slider-item p {
        line-height: 1.875;
        text-align: center;
        font-size: 12px;
        height: 250px;
        overflow: hidden;
    }

    /*.customer-feedback .owl-nav [class*="owl-"] {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                margin-top: 45px;
                bottom: auto;
            }*/

    .customer-feedback .owl-prev {
        left: 40%;
    }

    .customer-feedback .owl-next {
        right: -48%;
    }
}






.testimonial {
    padding: 50px;
    border: 1px dashed rgba(255, 182, 6, 1);
    position: relative;

}

.testimonial-text {
    /*background-color:#fff;*/
    color: #fff !important;
    padding: 15px 30px;

}

.testimonial-img {
    text-align: center;
    margin-top: 10px
}

.testimonial-img img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 3px solid rgba(255, 182, 6, 1);
}

.review .video {
    height: 100%;
    position: relative;

}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #8B0101;
    border-radius: 50%;
    transition: all 200ms;
    opacity: 0.5;
}

.video-play-button:hover:after {
    background-color: #fff;
}

.video-play-button:hover span {
    border-left: 22px solid #8B0101;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-radius: 2px;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 22px solid #fff;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-radius: 2px;
    margin-top: 8px;
    margin-left: 5px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.teacher {
    padding: 50px 0 0;
}

.banner-head {
    margin-top: 150px;
    text-transform: capitalize;
}

#team .owl-stage-outer {
    padding: 20px 0;
}

.guru {
    /*background-color:green;*/
    padding: 20px;
    border-radius: 5px;
    transition: ease-in-out all .5s;
    border: 1px solid #dfdfdf;
    transform: scale(.9);
    /*border-top:4px solid transparent;*/
}

.guru_img {
    width: 100%;
    border-radius: 10%;
    background: #ffb606;
    margin: auto;
    overflow: hidden;
}

.guru_text {
    padding: 10px;
    /*box-shadow: 0 5px 10px #afafaf;*/
    /*margin-top: -30px;*/
    background-color: #fff;
    text-align: center;
    position: relative;
    z-index: 55;
    height: 100px;
}

.guru_text:after {
    content: '';
    position: absolute;
    height: 5px;
    background-color: #8B0101;
    width: 150px;
    left: 50%;
    bottom: -5px;
    transform: translate(-50%, 0);
}

.guru:hover {
    border-top: 4px solid rgba(255, 182, 6, 1);
    transform: scale(1);
}

.partners {
    padding: 50px 0;
    background-color: #dfdfdf;
}

.partners .img-thumbnail {
    border-radius: 20px;
}

.blogs {
    padding: 50px 0;
}

.blog {
    transition: ease-in-out all .5s;
}

.blog .blog-img {
    position: relative;
}

.blog .blog-img img {
    height: 170px;
    width: 100%;

}

.blog .blog-img .date {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    text-align: center;

    background-color: rgba(255, 182, 6, 1);
}

.blog .blog-img .date span {
    line-height: 20px;
    color: #fff;
}

.blog .blog-content {
    padding: 20px 0;
}

.blog .blog-content h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 25px;
}

.blog .blog-content .para {
    height: 124px;
    overflow: hidden;
}

.blog .blog-content a {
    border: 1px solid rgba(255, 182, 6, 1);
    background-color: transparent;
    margin-top: 10px;
    display: inline-block;
    color: #333;
}

.blog .blog-content a:hover {
    background-color: rgba(255, 182, 6, 1);
    color: #fff;
}

footer {
    padding: 1px;
    background-color: var(--mainColor);
}

footer .mybox {
    /*margin-top:-25px;*/
    border-radius: 50px;
}

.mybox .form-control {
    border-radius: 50px 0 0 50px;
    height: 50px;
    line-height: 50px;
    padding: 10px 30px;
    box-shadow: 3px -2px 10px #38b6ff;
}

.mybox .btn {
    background-color: #ffb606;
    border-radius: 0 50px 50px 0;
    display: block;
    height: 50px;
    width: 100%;
    /*line-height:50px;*/
    box-shadow: 3px -2px 10px #8B0101;
}

.mybox .form-control:focus,
.mybox .form-control:hover,
.mybox .btn:focus,
.mybox .btn:hover {
    box-shadow: none;
    box-shadow: 3px -2px 10px #8B0101;
}

.footer {
    padding: 70px 0;
}

.list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.list li {
    color: #fff;
    display: block;
    margin: 3px 0;
    font-size: 15px;
}

.jscard {
    display: grid;
    text-align: center;
    height: 150px;
    margin-bottom: 30px;
    padding: 20px;
    place-content: center;
    border-radius: 20px;
    box-shadow: 0 0 10px #f9f9fb;
    border: 1px solid #dfdfdf;
}

.list li a {
    color: #fff;
    transition: ease-in-out all .5s;
}

.list li a:hover {
    color: rgba(255, 182, 6, 1);
    /* margin-left: 10px; */
}

.line {
    width: 80px;
    height: 3px;
    background-color: #8B0101;
    margin: 10px auto 0;
    position: relative;
}

.line:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 20px;
    height: 3px;
    width: 40px;
    background-color: #8B0101;
}


.banner-head h3 {
    font-weight: 300;
}

.banner-head h1 {
    margin: 20px 0;
    font-weight: 600;
    color: #ff3366;
}

.banner-head p {
    font-weight: 300;
    line-height: 32px;
    font-size: 13px;
}

.techniques {
    padding: 80px 0 0;
    backgronund-color: #efefef;
}



.para {
    color: #333;
    line-height: 24px;
    font-size: 13px;
    text-align: justify;
}


.card {
    min-height: 330px;
    margin: 30px 15px 15px;
    /*background-color: #ff3366;*/
    background: linear-gradient(0deg, rgb(212, 71, 128) 11%, rgb(247, 55, 107) 100%);
    background: #efefef;
    color: #333;
    /*border: 1px solid #E6441D;*/
    text-align: center;
    padding: 40px 20px;
    box-shadow: 0 0 5px #afafaf;
}

.card .icon {
    /*height: 50px;*/
    /*width: 50px;*/
    /*border-radius: 50%;*/
    margin: 10px auto 20px;
}

.card .icon i {
    display: block;
    line-height: 50px;
    /*font-size: 36px;*/
}

.card .card_content {}

.card .card_content h3 {
    font-weight: 400;
    font-size: 22px;
    text-transform: capitalize;
}

.card .card_content p {
    color: #888;
    font-size: 13px;
}

.purple {
    color: rebeccapurple;
}

.green {
    color: forestgreen;
}

.lightgreen {
    color: darkolivegreen;
}

.blue {
    color: cadetblue;
}

.yellow {
    background-color: #ffb606;

}

.text-yellow {
    color: #ffb606;
}

.text-red {
    color: #8B0101;
}

.pdl-3 {
    padding-left: 3rem !important;
}



input[type=text]::placeholder {
    color: #999;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999;
}


.bottom {
    background-color: #a80404;
    padding: 10px 0;
}

.bottom .fa {
    color: rgb(212, 71, 128);
}

.bottom strong {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}

.bunny {
    background: rgb(59, 70, 101) none repeat scroll 0% 0%;
    padding: 10px 0px;
    margin-top: 40px;
    color: #fff;
}

.bunny strong {
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
}

.bunny a {
    color: rgb(212, 71, 128);
    font-weight: 600;
}

/*other pages*/
.page_title {
    padding: 70px 0;
    background: url(../img/header3.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom;
    position: relative;
}

.page_title::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(30, 69, 138, 0.81);
}

.page_title .bkg-title {
    /*background-color:#fff;*/
    padding: 7px 25px;
    border-radius: 10px;
    /*box-shadow:0 0 15px #333;*/
    position: relative;
    z-index: 55;
    color: #fff;
}

.badge-aqua {
    background: rgb(56, 182, 255);
    color: #fff;
}

.page_content {
    padding: 50px 0;
}

.page_content .course {
    padding: 30px 15px;
    transition: ease-in-out all .4s;
    position: relative;
}

.page_content .course p {
    margin: 0;
}

.page_content .course:before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    width: 0px;
    height: 2px;
    background-color: #8B0101;
    transition: ease-in-out all .4s;
}

.page_content .course:hover {
    background-color: #fff;
}

.page_content .course:hover:before {
    width: 50px;
}

.page_content .side_icon img {
    background-color: #8B0101;
    padding: 15px;
    border-radius: 50%;

}

/**/
.bxsdw {
    box-shadow: 0px 5px 10px 0px rgba(188, 188, 188, 0.25);
}

.uphover:hover {
    box-shadow: 0 10px 35px 5px rgba(188, 188, 188, 0.5);
    transform: translate3d(0, -10px, 0);
}

.delay {
    transition: ease-in-out all .5s;
}

#accordion {
    visibility: hidden;
    transition: ease-in-out all .5s;
    position: fixed;
    bottom: 0px;
    right: 50px;
    z-index: 555;
    width: 300px;
}

#accordion .panel {
    border: none;
    box-shadow: none;
    /* margin: 0 30px 10px 30px;*/
    overflow: hidden;
    border-radius: 0;
    position: relative;
}

#accordion .panel-heading {
    padding: 1px;
    border: none;
    border-radius: 0;
    position: relative;
}

#accordion .panel-title a {
    display: block;
    padding: 10px 20px;
    margin: 0;
    background: rgba(255, 182, 6, 1);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 15px 15px 0 0;
    position: relative;
}

#accordion .panel-title a.collapsed {
    background: rgba(255, 182, 6, 1);
}

/*#accordion .panel-title a:before,
        #accordion .panel-title a.collapsed:before {
            content: "\f068";
            font-family: fontawesome;
            width: 25px;
            height: 25px;
            line-height: 21px;
            border-radius: 50%;
            background: #8B0101;
            font-size: 12px;
            font-weight: normal;
            color: #fff;
            text-align: center;
            border: 2px solid #fff;
            position: absolute;
            top: 10px;
            right: 14px;
        }

        #accordion .panel-title a.collapsed:before {
            content: "\f067";
            background: #8B0101;
            border: 2px solid #fff;
        }*/

/*#accordion .panel-title a:after,
        #accordion .panel-title a.collapsed:after {
            content: "";
            width: 17px;
            height: 6px;
            background: #8B0101;
            position: absolute;
            top: 20px;
            right: 0;
        }*/

#accordion .panel-title a.collapsed:after {
    width: 19px;
    background: #8B0101;
}

#accordion .panel-body {
    border: 3px solid rgba(255, 182, 6, 1);
    /*border-top: none;*/
    background: #fff;
    /*font-size: 15px;*/
    color: #1c2336;
    line-height: 27px;
    position: relative;
    /*box-shadow:0 0 10px #0005;*/
}

/*#accordion .panel-body:before {
        content: "";
        height: 3px;
        width: 50%;
        background: rgba(255, 182, 6, 1);
        position: absolute;
        bottom: 0;
        left: 0;
    }*/

#accordion .panel-body p {
    padding: 10px;
}



@media only screen and (min-width:300px) and (max-width:599px) {
    .fixed {
        height: 75px !important;
    }

    #accordion {
        right: 30px !important;
    }

    .callback {
        visibility: hidden;
    }

    .banner:after {
        bottom: -30px;
    }

    .about {
        padding: 0;
    }

    .about_content {
        margin: 0;
        padding: 30px 15px;
        box-shadow: none;
    }

    .about_content:after {
        visibility: hidden;
    }

    .br-1 {
        border-color: transparent;
    }

    .pdl-3 {
        padding: 15px !important;
    }

    .background {
        /*background-color:rgba(255, 182, 6, .9);*/
        /*height: 350px;*/
        height: auto;
        border-radius: 30% 30% 0 0;
    }

    .background-pr {
        /*margin:100px 0;*/
        /*background-color:rgba(255, 182, 6, .9);*/
        height: auto;
        border-radius: 40% 40% 0 0;
    }

    .background-pr .study_img {
        margin: 0;
    }

    .study_img {
        margin-top: -50px;
        border-radius: 50%;
        overflow: hidden;
        border: 8px solid #fff;
        box-shadow: 0px 28px 65px 0px rgba(188, 188, 188, 0.25);
        position: relative;
    }

    .pt-150 {
        padding-top: 80px;
    }

    .study_img .img_content {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translate(0, -50%);
        background: rgba(255, 182, 6, .9);
        color: #fff;
    }

    .study_content {
        padding: 0px 0;
    }

    .study_content ul {
        margin-top: 15px;
    }

    .pr ul li .para {
        line-height: 26px;
    }

    .pr {
        margin-bottom: 15px;
    }








    /*.course {
        margin-bottom: 35px !important;
        margin-top: 35px;
    }

        .course .course-img {
            width: 100%;
        }

        .course .course-content {
            width: 100%;
            padding: 20px;
            background-color: #fff;
            position: static;
            top: 50%;
            left: 25%;
            box-shadow: 0 0 10px #dfdfdf;
            transition: ease-in-out all .5s;
            min-height: 235px;
        }*/

    .banner-head {
        margin-top: 50px;
    }


    .about_content .right-border {
        border: none;
        padding: 0;
    }

    .review {
        padding-bottom: 0;
    }

    .review:after {
        visibility: hidden;
    }

    .review .video {
        margin-top: 30px;
        height: 300px;
        background: url(../../img/review.jpg) no-repeat top right;
        background-size: cover;
    }

    .review .video .video-play-button {
        top: 50%;
    }

    .vision:after {
        visibility: hidden;
    }

    .owl-theme .owl-controls .owl-buttons div:nth-child(1) {
        left: 30% !important;
        bottom: -5% !important;
    }

    .owl-theme .owl-controls .owl-buttons div:nth-child(2) {
        left: 48% !important;
        bottom: -5% !important;
    }
}

@media only screen and (min-width:768px) and (max-width:980px) {
    .fixed {
        height: 75px !important;
    }

    .banner:after {
        bottom: -18px;
    }

    .about {
        padding: 50px 0 0;
    }

    .about_content {
        margin: 0;
        padding: 30px 0px;
        box-shadow: none;
    }

    .about_content:after {
        visibility: hidden;
    }

    .br-1 {
        border-color: transparent;
    }

    .pdl-3 {
        padding-left: 15px !important;
    }

    .banner-head {
        margin-top: 50px;
    }


    .about_content .right-border {
        border: none;
        padding: 0;
    }

    .study_img {
        margin-top: 55px;
    }

    .study_img .img_content h3 {
        font-size: 22px;
    }

    .courses {
        padding-bottom: 150px;
    }

    .review {
        background-position: right;
    }

    .review:after {
        width: 30%;
    }

    /*.review .video {
        height: 150px;
    }*/

    .review .video .video-play-button {
        top: 50%;
    }

    .owl-theme .owl-controls .owl-buttons div:nth-child(1) {
        left: 39% !important;
        bottom: -5% !important;
    }

    .owl-theme .owl-controls .owl-buttons div:nth-child(2) {
        left: 52% !important;
        bottom: -5% !important;
    }

    .banner-head {
        margin-top: 150px;
        text-transform: capitalize;
    }

    .banner-head h3 {
        font-weight: 100;
        font-size: 18px;
    }



    .banner-head h1 {
        font-weight: 600;
        font-size: 28px;
    }

    .h-image {
        margin-top: 50px;
    }

    .banner-head p {}
}


.txtbox {
    display: block;
    width: 100%;
    line-height: 30px;
    color: #555;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: 30px !important;
    font-size: 14px !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    margin-bottom: 15px;
    border-radius: 0;
}

.txtarea {
    width: 100%;
    display: block;
    height: 150px;
    box-shadow: none;
    border: 1px solid #e9e9e9 !important;
    border-radius: 0;
    background-color: #fff;
    padding: 6px 12px;
    margin-bottom: 15px;
}

.rqd {
    font-size: 10px;
}

.snd {
    display: inline-block;
    padding: 15px 25px;
    background-color: #333;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 15px;
    text-transform: uppercase;
}

.mapbox {
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px #dfdfdfdf;
    overflow: hidden;
    background: #f9f9fb;
}

.mapbody {
    padding: 10px;

}

.mapfooter {
    padding: 10px 5px;
    background: var(--mainColor);
    text-align: center;
}

.mapfooter p {
    margin: 0;
    color: white;
}