.blog {
    margin-top: -135px;
}

.blog .brand2 {
    padding: 15px;
}

.blog img {
    border-radius: 10px;
    width: 100%;
    ;
}

.blog h4,
.blog span {
    font-family: 'Baloo Da 2' !important;

}
.blog p {
    font-family: 'Baloo Da 2';
    margin: 31px 0;
    font-size:19px; 
    font-weight: bold; 
    color:#CA0179;
    line-height: 25px;
}
.blog h4 {
    color: #323973;
    font-weight: bold;
}

.blog span {
    color: #323973;
}

.detailsLink .fire {
    width: 35px;
    height: 33px;
    margin-top: -12px
}

.brand img,
.brand3 img {
    width: 100%;
}

.brand .content {
    text-align: left;
    padding: 15px;
    font-weight: bold;
}

.brand .content h5 {
    color: rgba(145, 15, 93, 1);
    font-weight: bold;
    font-size: 14px;
    font-family: 'Baloo Da 2' !important;
}

.brand .content h6 {
    color: rgba(103, 110, 160, 1);
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 10px;
    font-family: 'Baloo Da 2' !important;
}

.brand .content h6:before {
    color: rgba(145, 15, 93, 1);
    content: '.';
    font-size: 50px;
    line-height: 0;
}

.brand .item {
    border-radius: 10px;
    margin: 2px;
    background: #fff;
    border: 1px solid rgba(208, 222, 239, 1);
}

.brand3 .item {
    margin: 0 10px;
    background: #fff;
}

.brand3 .item h6 {
    color: rgba(145, 15, 93, 1);
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
    font-family: 'Baloo Da 2' !important;
    text-align: center;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.brand .item img {
    border-radius: 10px 10px 0 0;
}

.brand3 .item img {
    border-radius: 10px;
}
.brand3.story .item {
   background: transparent !important;
}
.brand3.story .item img {
    border-radius: 50%;	 
    border: 1px solid #CA0179;
    box-shadow: 9px 11px 14px 0px #ca01791f;
}

.brand3.story .owl-item:last-child .item {
    position: relative;
}
.brand3.story .owl-item:last-child .item h6 {   
    top: 35%;
    position: absolute;
    z-index: 1;
    color: #fff;
    left: 0;
    right: 0;
}
.brand3.story .owl-item:last-child .item .hello {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000006b;
    top: 0;
    border-radius: 50%
}
.brand .content p:before {
    content: "";
    width: 10px;
    border: 1px solid red;
    width: 23px;
    height: 21px;
}

.events .nav li a {
    color: #31386B;
    font-weight: bold;
    border: 0;
    background: transparent;
}

.events .nav li.active a {
    color: #cc1784;
    border: 0;
    background: transparent;
}

.events .nav li.active {
    border-bottom: 2px solid #cc1784;
}

.course_ad {
    position: relative;
    background: #37112F;
    margin: 80px 0 0;
}

.course_ad .ad_left_content h2,
.ad_left_content p {
    font-family: 'Baloo Da 2' !important;
    margin-left: 20px;
}

.course_ad .ad_left_content h2 {
    color: #25ECA4;
    font-size: 25px;
}

.course_ad .ad_left_content p span {
    color: #25ECA4;
}

.course_ad .ad_left_content p {
    font-size: 16px;
    margin-top: 20px;
    color: #fff;
}

.course_ad .ad_right_content img {
    width: 53%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.course_ad .ad_left_content p.discount {
    color: #25ECA4;
    font-size: 20px;
}

.course_ad .ad_left_content p.discount span {
    color: #FFCB00;
    font-size: 28px;
}


.work_field li {
    --border-angle: 0turn;
    --main-bg: conic-gradient(from var(--border-angle), #213, #112 5%, #112 60%, #213 95%);
    border: solid 5px transparent;
    border-radius: 1em;
    --gradient-border: conic-gradient(from var(--border-angle), transparent 25%, #08f, #f03 99%, transparent);
    background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
    background-position: center center;
    animation: bg-spin 3s linear infinite;
}

@keyframes bg-spin {
    to {
        --border-angle: 1turn;
    }
}

@property --border-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
}


@keyframes float {
    0% {
        /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
        transform: translatey(0px);
    }

    50% {
        /* box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2); */
        transform: translatey(-20px);
    }

    100% {
        /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
        transform: translatey(0px);
    }
}

.slide_avtar {
    display: flex;
    animation: float 6s ease-in-out infinite;
    justify-content: space-between;
    align-items: flex-end;
}

.slide_avtar .img1 {
    width: 100%;
}

.right_content .slide_avtar img.img2 {
    width: 100px;
    position: absolute;
    right: -27px;
}

.right_content .slide_avtar img.img3 {
    position: absolute;
    width: 182px;
    left: -122px;
}

.left_content .slide_avtar img.img2 {
    width: 100px;
    position: absolute;
    left: -27px;
}

.left_content .slide_avtar img.img3 {
    position: absolute;
    width: 182px;
    right: -122px;
    rotate: 110deg;
}
.custBanner img{
    width: 100%;
}

.brand .owl-buttons .owl-prev,
.brand3 .owl-buttons .owl-prev {
    top: 50%;
    position: absolute;
    left: -30px;
    background: #CA0179;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    line-height: 23px;
    padding: 0;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
}

.brand .owl-buttons .owl-next,
.brand3 .owl-buttons .owl-next {
    top: 50%;
    position: absolute;
    right: -30px;
    transform: translateY(-50%);
    background: #CA0179;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    line-height: 23px;
    padding: 0;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
}

.brand .owl-buttons .owl-prev i {
    color: #fff;
}

.brand2 .owl-buttons .owl-prev {
    border: 1px solid #fff;
    top: 50%;
    position: absolute;
    left: -30px;
    background: #CA0179;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    line-height: 27px;
    padding: 0;
    text-align: center;
    width: 27px;
    height: 27px;
}

.brand2 .owl-controls .owl-pagination {
    text-align: center;
}

.brand2 .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
}

.brand2 .owl-controls .owl-page.active span {
    background: #850F59;
    width: 25px;
}

.brand2 .owl-controls .owl-page span {
    display: block;
    width: 18px;
    height: 9px;
    margin: 4px 2px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.brand2 .owl-buttons .owl-next i {
    color: #fff;
}

.brand2 .owl-buttons .owl-prev i {
    color: #fff;
}

.brand2 .owl-buttons .owl-next {
    border: 1px solid #fff;
    top: 50%;
    position: absolute;
    right: -30px;
    transform: translateY(-50%);
    background: #CA0179;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 27px;
    padding: 0;
    text-align: center;
}

.brand2 .owl-dot.active span {
    position: relative;
    background: #CA0179;
}

.brand2 .owl-dot span {
    width: 12px;
    height: 12px;
    background: #eeeeee;
    margin-left: 5px;
    display: inline-block;
}

.brand2 .owl-dot.active span:after {
    position: absolute;
    width: 12px;
    height: 2px;
    background: #fbbc05;
    content: "";
    top: -4px;
}

.brand2 .owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -5px;
    position: absolute;
    left: 50%;
    bottom: -39px;
    transform: translate(-50%);

}

.work_field {
    overflow: hidden;
    margin: 41px 0 6px 110px;
    width: 300px;
}

.work_field ul {
    list-style-type: square;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    list-style-position: inside;
}

.work_field ul li:nth-child(1) {
    margin-bottom: 10px;
}

.work_field ul li:nth-child(3) {
    margin-bottom: 10px;
}

.work_field ul li:nth-child(1)::before {
    width: 32px;
    height: 26px;
}

.work_field ul li:nth-child(2)::before {
    width: 27px;
    height: 30px;
    margin-right: 11px;
}

.work_field ul li:nth-child(4)::before {
    width: 29px;
    height: 27px;
}

.work_field ul li {
    padding: 10px 5px;
    background: #fff;
    color: #000;
    font-weight: bold;
    line-height: 15px;
    height: 58px;
    font-size: 13px;
    display: flex;
    align-items: center;
    font-family: "Baloo Da 2";
    justify-content: start;
}

.work_field li::before {
    content: '';
    float: left;
    width: 23px;
    height: 21px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 5px;
}


.faci img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

.faci {
    background: #fff;
    margin: 15px 0;
    color: #000;
    padding: 10px 15px 10px 10px;
    cursor: pointer;
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
    border-radius: 5px;
    border: 2px solid transparent;
    min-height: 60px;
}

.faci.active {
    border: 2px solid #C0187E;
}

.faci:first-child {
    margin-top: 0
}

.faci:last-child {
    margin-bottom: 0
}

.faci .faci_text {
    color: #2D4797;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Baloo Da 2' !important;
}

.faci.active::after {
    content: '';
    position: absolute;
    right: -19px;
    top: 12%;
    display: block;
    border-left: 20px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    width: 25px;
    height: 25px;
}

.faci_body.active {
    display: block;
}

.faci_body {
    display: none;
}

.faci_body img.thumb {
    border-radius: 5px;
    height: 515px;
    width: 660px;
}

.mainWrapper {
    display: none;
}
.mainWrapper .controls{
    display: none;
}
.more_pic_feature{
    font-family: 'Baloo Da 2';
    color: #671345;
    background: #fff;
    border: 0;
    padding: 8px 15px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    left: 5px;
    bottom: 5px
}
.more_pic_feature:focus{
    color: #671345;
    background: #fff;
}
@media (max-width: 767px) {
   .fancybox-slide--video .fancybox-content {
	width  : 800px;
	height : 600px;
	max-width  : 80%;
	max-height : 80%;
}
    .course_ad {
        height: 400px;
    }

    .course_ad .ad_left_content p.discount span {
        font-size: 21px;
    }

    .course_ad .discount {
        font-size: 14px !important;
    }

    .course_ad .ad_left_content .discount img {
        width: 40px;
    }

    /*  */

    .work_field {
        margin: 0;
        width: auto;
    }

    .academy_block {
        height: 655px !important;
    }

    .academy_block h3.titles {
        font-size: 25px;
    }

    .academy_block p.subtitle {
        font-size: 14px;
    }

    .academy_block br {
        display: none;
    }

    .blog {
        margin-top: -213px;
    }

    .faci {
        margin: 0;
        padding: 0;
        display: table-cell;
        position: relative;
        text-align: center;
        cursor: grab;
        cursor: -webkit-grab;
        color: #efefef;
        vertical-align: middle;
        min-height: auto !important;
    }

    .mainWrapper {
        display: block;
    }
    .mainWrapper .controls{
        display: block;
    }
    .faci_body img.thumb {
        border-radius: 5px;
        height: auto;
        width: 85%;
    }
    .feature_img_2 {
        position: absolute;
        bottom: -25px;
        right: 0;
        left: 50%;
    }
    .faci_body {
        padding-top: 34px;
        padding-bottom: 30px;
    }
    .feature_img_1 {
        position: absolute;
        top: -7%;
        border-radius: 10px;
        z-index: 1;
        right: 0px;
        left: 51%;
    }
    .feature_img_2 img, .feature_img_1 img {
        width: 100%;
        border-radius: 10px;
    }
    .mainWrapperGallery {
        overflow: hidden;
        margin-top: 20px;
    }
    #basic img{
        width: 28px;
    height: 28px;
    margin-right: 10px;
    }
    #basic .faci_text {
        color: #2D4797;
        font-size: 12px;
        font-weight: bold;
        font-family: 'Baloo Da 2' !important;
    }
    #basic li.active .faci_text {
        color: #fff !important;
    }
    #basic li div {
       float: left;
    }
    #basic li table {
        height: 50px;
     }
    #basic li td {
    vertical-align: middle;
    padding-left: 10px;
     }
    
    .mainWrapper .prev {
        border: 1px solid #fff;
        top: 50%;
        position: absolute;
        left: 4px;
        background: #CA0179;
        transform: translateY(-50%);
        border-radius: 50%;
        width: 25px;
        height: 25px;
        display: inline-block;
        vertical-align: middle;
        line-height: 27px;
        padding: 0;
        text-align: center;
        width: 27px;
        height: 27px;
        color: #fff;
    }
    .mainWrapper .next {
        top: 50%;
        position: absolute;
        right: 6px;
        transform: translateY(-50%);
        background: #CA0179;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        display: inline-block;
        vertical-align: middle;
        line-height: 23px;
        padding: 0;
        text-align: center;
        color: #fff;
        border: 1px solid #fff;
    }
  
    .webFeatures{display: none;}
    .mainWrapper .faci.active::after {
        content: none;
    }
}