.social {
    top: 20%;
    right: 0px;
    z-index: 999;
    position: fixed;
}
.social ul {
    padding: 0px;
    -webkit-transform: translate(270px, 0);
    -moz-transform: translate(270px, 0);
    -ms-transform: translate(270px, 0);
    -o-transform: translate(270px, 0);
    transform: translate(270px, 0);
}
.social ul li {
    margin: 3px;
    width: 305px;
    padding: 5px;
    display: block;
    text-align: left;
    background: rgba(171, 219, 209, 0.4);
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.social ul li b {
    color: #13829a;
}
.social ul li i {
    width: 40px;
    height: 40px;
    padding: 10px;
    color: #13829a;
    font-size: 20px;
    margin-right: 10px;
    text-align: center;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    box-sizing: border-box;
}
.subban {
    float: left;
    width: 100%;
    background: #bfddfd url("../images/subban1.png") no-repeat top right;
    border-bottom: 2px dashed #aaa;
}
.subban h1 {
    color: #3877ba;
    padding: 10% 10%;
}
.subban h1::after {
    width: 5%;
    padding-top: 5px;
    text-align: center;
    content: "" !important;
    border-bottom: 3px solid #3877ba !important;
    display: block !important;
}
.why_bg {
    float: left;
    width: 100%;
}
.sub_why {
    width: 100%;
    float: left;
    padding: 5% 0 0 0;
    background: #fff url("../images/why_bg.png") center center no-repeat;
}
.why_lft {
    width: 60%;
    margin: auto;
}
.support-title {
    padding: 0px 60px 0px 0px;
}
.support-title p {
    text-align: justify;
}
.support-title h3 {
    color: #6a6b71;
    padding: 25px 0px;
    line-height: 1.6em;
}
.span {
    color: #8e9197;
    margin-left: 65px;
    position: relative;
    letter-spacing: 2px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.span::after {
    top: 16px;
    left: -63px;
    width: 50px;
    content: "";
    display: block;
    position: absolute;
    border-bottom: 3px solid #c82737;
}
.why_rht {
    width: 100%;
    margin: 5% auto 0 auto;
}
.test {
    padding: 3% 0;
    margin-right: 2%;
    margin-bottom: 7%;
    border: 2px dashed #c82737;
    -webkit-border-radius: 0 50px 0 50px;
    -moz-border-radius: 0 50px 0 50px;
    border-radius: 0 50px 0 50px;
    box-sizing: border-box;
}
.why_rht h6 {
    padding: 0 3%;
    color: #000;
    font-size: 1.5em;
    font-weight: 500;
    text-align: center;
}
.why_rht h6 img {
    height: 120px;
    padding-bottom: 3%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.why_rht h6 img:hover {
    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Safari 3-8 */
    transform: scale(1.3);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sub_why hr {
    float: left;
    width: 100%;
    height: 2px;
    border: 0px;
    margin: 2% 0 5% 0;
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}
.desk {
    width: 80%;
    float: left;
    padding: 5% 10%;
}
.desk h1, .desk p {
    margin-bottom: 3%;
}
.desk ul, .courses ul {
    margin: 0 0 3% 3%;
}
.desk img, .metrics img, .acc_lft img {
    -webkit-border-radius: 0 50px 0 50px;
    -moz-border-radius: 0 50px 0 50px;
    border-radius: 0 50px 0 50px;
    -webkit-box-shadow: 0px 1px 15px 0px rgba(200, 200, 200, 0.9);
    -moz-box-shadow: 0px 1px 15px 0px rgba(200, 200, 200, 0.9);
    box-shadow: 0px 1px 15px 0px rgba(200, 200, 200, 0.9);
}
.desk_video01, .desk_video01 video {
    float: left;
    width: 100%;
}
.desk_video01 video {
    -webkit-border-radius: 0 50px 0 50px;
    -moz-border-radius: 0 50px 0 50px;
    border-radius: 0 50px 0 50px;
}
.desk_video01 iframe {
    width: 100%;
    border: 0px;
    height: 400px;
}
.desk h3 {
    padding-top: 2%;
}
.desk h3 a {
    color: #fff;
    padding: 10px 20px;
    background-color: #3877ba;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.desk h3 a:hover {
    background-color: #F9D022;
}
.mrg_top {
    margin-top: 3%;
}
.mrg_lft {
    margin-left: 5%;
}
.mrg_both {
    margin: 0 5%;
}
.grid {
    display: flex;
    flex-wrap: wrap;
}
.flex-item-01, .flex-item-02, .flex-item-03, .flex-item-04, .flex-item-05 {
    flex: 20%;
    box-sizing: border-box;
}
.d-flex {
    display: flex !important;
}
.testimonial-section {
    float: left;
    width: 100%;
    margin-bottom: 5%;
    background: url("../images/testi_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
}
.testimonial-bg {
    width: 80%;
    float: left;
    padding: 5% 10%;
    background-color: rgb(250 216 9 / 95%);
}
.testimonial-title span, .testimonial-title h2 {
    color: #fff;
}
.testimonial-title {
    text-align: center;
    padding-bottom: 40px;
}
.testimonial-title span {
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 2px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.testimonial-title h2 span {
    font-size: 2em;
    font-weight: 900;
    text-transform: none;
}
.testimonial-slider {
    padding: 30px 40px;
    position: relative;
    background-color: #fff;
    margin: 80px 50px 30px 0;
}
.testimonial-slider:before {
    left: 0;
    content: '';
    width: 100%;
    height: 30px;
    bottom: -30px;
    display: block;
    position: absolute;
    background-image: url("../images/shape.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
}
.testimonial-pic img {
    top: -50px;
    width: 120px;
    height: 120px;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.testimonial-pic a {
    color: #000;
    font-size: 22px;
    margin-left: 135px;
    margin-bottom: 15px;
    text-decoration: none;
    text-transform: capitalize;
}
.testimonial-pic i {
    color: #d9dde4;
    font-size: 4em;
    margin-left: auto;
    opacity: 0.9;
}
.count_bg {
    float: left;
    width: 100%;
    margin-bottom: 5%;
    background: url("../images/count_bg.jpg") bottom left no-repeat;
    background-size: cover;
}
.content {
    width: 80%;
    float: left;
    padding: 5% 10%;
    background-color: #3877ba;
    opacity: 0.95;
}
.metrics {
    float: left;
    width: 100%;
    text-align: center;
}
.metrics h1 {
    width: 80%;
    color: #fff;
    margin: auto;
    font-size: 2em;
}
.metrics h2 {
    color: #fff;
    margin-bottom: 1%;
}
.metrics p {
    margin-bottom: 3%;
}
.acc_why {
    float: left;
    width: 100%;
    margin-bottom: 5%;
    background: #fff url("../images/why_bg.png") center center no-repeat;
}
.acc_lft {
    width: 30%;
    float: left;
    margin: 2% 0;
}
.acc_lft img {
    width: 70%;
    padding: 25px;
    border: 1px solid #bfddfd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.acc_lft img:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
}
.acc_rht {
    width: 65%;
    float: right;
    margin: 2% 0;
}
.subcontent_bg {
    float: left;
    width: 80%;
    padding: 0 10% 5% 10%;
}
.subcontent {
    width: 80%;
    float: left;
    padding: 0 10%;
}
.subcontent h2 {
    margin: auto;
}
.admission {
    width: 80%;
    float: left;
    padding: 0 10% 5% 10%;
}
.adm iframe, .courses iframe {
    width: 100%;
    border: 0px;
    height: 600px;
}
.adm h1, .courses h1 {
    margin-bottom: 3%;
}
.bene_icon {
    float: left;
    width: 100%;
    margin: 20px 0;
}
.bene {
    width: 32%;
    float: left;
    text-align: center;
}
.bene p {
    margin-bottom: 3%;
}
.bene img {
    border-radius: 20px;
    box-shadow: 0px 1px 10px #666;
}
.padd {
    padding: 0 2%;
}
.gall {
    margin-bottom: 5% !important;
}
.lft_menu {
    width: 25%;
    float: left;
}
.lft_menu h1 {
    margin-bottom: 3%;
}
.lft_menu a {
    color: #666;
    display: block;
    padding: 5px 0px 5px 30px;
    border-bottom: 1px dotted #ccc;
    background: url(../images/arr1.gif) 10px 9px no-repeat;
}
.lft_menu a:hover {
    background-color: #eee;
}
.lft_menu .on {
    background-color: #eee;
}
.rht_gal {
    width: 65%;
    float: right;
}
.rht_gal h2 {
    margin-bottom: 3%;
}
.cont {
    float: left;
    width: 100%;
    margin: 5% 0;
}
.cont h1, .cont p {
    margin-bottom: 3%;
}
.cont a {
    color: #000;
    padding-bottom: 1px;
    background-image: linear-gradient(#000, #000);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .25s cubic-bezier(.24, .26, .2, 1);
    position: relative;
}
.cont a:hover {
    background-size: 100% 2px;
}
.cont p i {
    color: #000;
    font-size: 1em;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cont p a i {
    font-size: 2em;
    margin-right: 0px;
}
/** Form Starts **/
.enquiry {
    float: left;
    width: 100%;
}
.inputrow {
    float: left;
    width: 100%;
}
select {
    width: 98%;
    color: #666;
    padding: 2% 3%;
    margin: 0 0 5% 0;
    border: 1px solid #e3ddd8;
    font-family: "Fredoka", sans-serif;
}
input[type="text"], textarea {
    width: 92%;
    color: #000;
    resize: none;
    padding: 2% 3%;
    margin: 0 0 2% 0;
    border: 1px solid #e3ddd8;
    font-family: "Fredoka", sans-serif;
}
input[type="file"] {
    width: 92%;
    color: #000;
    padding: 2% 3%;
    cursor: pointer;
    margin: 0 0 2% 0;
    overflow: hidden;
    text-indent: 2000px;
    border: 1px solid #e3ddd8;
    font-family: "Fredoka", sans-serif;
    background: #fff url(../images/attach.png) 25px center no-repeat;
}
input[type="submit"], input[type="button"] {
    width: 20%;
    color: #fff;
    border: 0px;
    padding: 2% 0;
    outline: none;
    cursor: pointer;
    margin-bottom: 2%;
    text-align: center;
    text-transform: uppercase;
    font-family: "Fredoka", sans-serif;
    background-color: #666;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
input[type="submit"]:focus, input[type="button"]:focus {
    outline: none;
}
input[type="button"]::-moz-focus-inner {
    border: 0;
    outline: none;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    background-color: #c82737;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#success_msg {
    color: #000;
    margin-bottom: 2%;
    padding: 5px 0 5px 3%;
}
.errorMsg {
    color: #c30;
    height: 20px;
    font-size: 11px;
}
.successMsg, .ErrMsg {
    background-color: rgba(189, 238, 255, 0.50);
}
.ErrMsg {
    color: #c30;
}
/** Form Ends **/
@media only screen and (min-width:960px) and (max-width:1389px) {}
@media only screen and (min-width:768px) and (max-width:990px) {}
@media only screen and (min-width:768px) and (max-width:1024px) {
    .why_lft {
        width: 80% !important;
    }
    .support-title {
        padding: 0px 0px 0px 0px !important;
    }
    .flex-item-01, .flex-item-02, .flex-item-03, .flex-item-04, .flex-item-05 {
        flex: 100%;
    }
    .mrg_lft {
        margin: 2% 0 0 0 !important;
    }
    .bene_icon {
        margin: 0;
    }
    .bene {
        width: 100%;
        margin-bottom: 5%;
    }
    .padd {
        padding: 0;
    }
    .lft_menu {
        width: 100%;
        margin-bottom: 3%;
    }
    .rht_gal {
        width: 100%;
    }
}
@media all and (max-width: 768px) {
    .yrs {
        width: 70%;
        top: 20% !important;
    }
    .flex-item-01, .flex-item-02, .flex-item-03, .flex-item-04, .flex-item-05 {
        flex: 100%;
    }
    .mrg_lft {
        margin: 5% 0 0 0 !important;
    }
    .sub_why hr {
        height: 0 !important;
    }
    .why_lft {
        width: 80% !important;
    }
    .support-title {
        padding: 0px 0px 0px 0px !important;
    }
    .testimonial-title {
        padding: 40px 0 0 0 !important;
    }
    .testimonial-pic a {
        float: left;
        width: 100%;
        margin: 70px 0 15px 0 !important;
    }
    .testimonial-slider {
        margin: 80px 0px 30px 0;
    }
    .slick-dots {
        bottom: 40px !important;
        left: 30% !important;
    }
    .metrics h1 {
        width: 100%;
        font-size: 1.5em;
    }
    .subcontent {
        width: 100%;
        padding: 0 !important;
    }
    .bene_icon {
        margin: 0;
    }
    .bene {
        width: 100%;
        margin-bottom: 5%;
    }
    .padd {
        padding: 0;
    }
    .lft_menu {
        width: 100%;
        margin-bottom: 3%;
    }
    .rht_gal {
        width: 100%;
    }
}
@media only screen and (min-width:480px) and (max-width:767px) {
    .yrs {
        width: 70%;
        top: 10% !important;
    }
}
@media all and (max-width: 480px) {
    .yrs {
        width: 70%;
        top: 20% !important;
    }
}