﻿

.about_section {
    padding-top: 100px;
    padding-bottom: 100px
}
.Aboutus {
    padding: 150px;
    /*background-size: cover;*/
    background-position: left;
}
.logo-set {
    height: 116px;
    border-width: 0px;
    margin-top: 1px;
    display: block;
}
@media only screen and (max-width: 600px)
{
    .logo-set {
        height: 116px;
        border-width: 0px;
        margin-top: 1px;
        display: none;  
    }
}
.welcome-area {
    background-position: center;
    background-image: url('../Kma-Image/welcome-bg.html');
}
.logo-set-mobile {
    border-width: 0px;
    margin-top: 1px;
    display: none;
    width: 236px;
}
@media only screen and (max-width: 600px)
{
    .logo-set-mobile {
        
        border-width: 0px;
        margin-top: 1px;
        width: 236px;
        display: block;
    }
}
.mobile-p {
    color: white;
    margin-top: -34px;
    text-align: center;
    display: none;
}
@media only screen and (max-width: 600px)
{
    .mobile-p{
        display: block;
    }
}

.textslides {
    background: black;
    color: white;
    width: 300px;
    margin-left: 380px;
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    text-align: center;
}

@media only screen and (max-width: 600px) {

    .textslides {
        background: black;
        color: white;
        width: 250px;
        margin-left: 50px;
    }
}

.title-student-life {
    margin-left: -20px;
    margin-left: -20px;
    background: #132f57;
    padding: 4px;
    margin-left: -30px;
    color: white;
}

    .title-student-life h1 {
        margin-left: 15px;
    }

.title-video-Chennal {
    margin-top: -20px;
    margin-bottom: 20px;
    background: #132f57;
    padding: 4px;
    color: white;
    margin-left: 16px;
}

    .title-video-Chennal h1 {
        margin-left: 10px;
    }

.video-chennal {
    border: none;
    width: 100%;
    height: 330px;
}

.footer-title {
    border-bottom: 1px solid white;
    margin-bottom: 20px;
}

.social-media-icons ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.social-media-icons a {
    display: inline-block;
    text-decoration: none;
    padding: 7px;
}

    .social-media-icons a:nth-child(1) i {
        color: #d34836;
    }

    .social-media-icons a:nth-child(2) i {
        color: #4099FF;
    }

    .social-media-icons a:nth-child(3) i {
        color: #b31217;
    }

    .social-media-icons a:nth-child(4) i {
        color: #FF6600;
    }

    .social-media-icons a i:hover {
        color: black;
    }

.copyrightbox {
    background: black;
    padding: 20px;
    color: white
}

    .copyrightbox p {
        color: white;
    }
.sec-topnews {
    padding: 20px;
    background-image: url('../Kma-Image/background-imags.html');
}
@media only screen and (max-width: 600px)
{
    .sec-topnews{
       padding: 10px;
    }
}
.qoutesbox {
    height: 400px;
    width: 100%;
    border: 5px solid #014560;
    background: white;
    margin-bottom: 50px;
    padding: 10px;
}

    .qoutesbox h2 {
        color: black;
        text-align: center;
        background: #014560;
        color: white;
        width: 260px;
    }

    .qoutesbox h4 {
        color: black;
        padding: 10px;
        text-align: center;
        background: #014560;
        color: white;
        width: 300px;
    }
.section-gcate{
    padding: 50px;
}
.content-title h3 {
    color: black;
    font-size: 20px;
    margin-top: 30px;
}

.sub-title {
    color: red;
    margin-top: 20px;
}

.quotebox {
    padding: 20px;
}

    .quotebox p {
        color: white;
        font-size: 17px;
    }


.data-center {
    margin-left: 72px;
}

.qoutes-setion {
    padding: 20px;
}

.video-gellery {
    width: 600px;
    height: 350px;
}

.videos {
    padding: 40px;
}

@media only screen and (max-width: 600px) {
    .videos {
        padding: 10px;
    }
}


.service-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

.service-icon {
    width: 100%;
    height: 220px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
}

.service-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 220px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
    background-color: #20094f;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform: translateY(110px) rotateX(-90deg);
    -moz-transform: translateY(110px) rotateX(-90deg);
    -ms-transform: translateY(110px) rotateX(-90deg);
    -o-transform: translateY(110px) rotateX(-90deg);
    transform: translateY(110px) rotateX(-90deg);
}

.service-box .service-icon .front-content {
    position: relative;
    top: 80px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .service-box .service-icon .front-content i {
        font-size: 28px;
        color: #fff;
        font-weight: normal;
    }

    .service-box .service-icon .front-content h3 {
        font-size: 15px;
        color: #fff;
        text-align: center;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

.service-box .service-content h3 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.service-box .service-content p {
    font-size: 13px;
    color: #b1b1b1;
    margin: 0;
}

.yellow {
    background-color: #771c19;
}

.orange {
    background-color: #20094f;
}

.red {
    background-color: #771c19;
}

.grey {
    background-color: #20094f;
}

.service-box:hover .service-icon {
    opacity: 0;
    -webkit-transform: translateY(-110px) rotateX(90deg);
    -moz-transform: translateY(-110px) rotateX(90deg);
    -ms-transform: translateY(-110px) rotateX(90deg);
    -o-transform: translateY(-110px) rotateX(90deg);
    transform: translateY(-110px) rotateX(90deg);
}

.service-box:hover .service-content {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
}

.listbox {
    padding: 4px;
    border: 2px solid white;
    background-color: none;
    margin-bottom: 5px;
}

    .listbox h3 {
        margin: 12px;
    }


.mobile-display {
    display: none;
}
@media only screen and (max-width: 600px)
{
    .mobile-display {
        display: block;
    }
}
.desktop-display {
    display: block;
}
.display-Logo {
    display: none;
}
@media only screen and (max-width: 600px) {
    .desktop-display {
        display: none;
    }
    .display-Logo {
        display: block;
    }
}
.Logo-digital {
    height: 80px;
    border-width: 0px;
    margin-top: 20px;
}

.none-display-mobile {
   display:block;
}
@media only screen and (max-width: 600px)
{
    .none-display-mobile{
        display: none;
    }
}

.our_category{
    padding:50px;
    background-color: aqua;
}
@media only screen and (max-width: 600px)
{
    .our_category{
        padding: 10px;
    }
}
.thistopexam {
    padding: 30px;
    background: white;
}
.mv-section{
    
}
    .ms-title h2 {
        /*padding: 20px;*/
        
    }
.this-content{
    /*padding: 20px;*/
    
}

.theme-btn-programe {
    background: #123472;
    padding: 5px;
    width: 100%;
    border-radius: 15px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    left: 0px;
}

.my-float {
    margin-top: 16px;
}

.feedback-button {
    height: 52px;
    line-height: 33px;
    font-weight: 600;
    color: white;
    transform: rotate(-90deg);
    text-align: center;
    font-size: 17px;
    position: fixed;
    right: -59px;
    top: 45%;
    font-family: "Roboto", helvetica, arial, sans-serif;
    z-index: 999;
    width: 132px;
    background: #1588ec;
    border: 1px solid;
    font-weight: 100 !important;
}

    .feedback-button:hover {
        height: 52px;
        line-height: 33px;
        font-weight: 600;
        color: white;
        transform: rotate(-90deg);
        text-align: center;
        font-size: 17px;
        position: fixed;
        right: -59px;
        top: 45%;
        font-family: "Roboto", helvetica, arial, sans-serif;
        z-index: 999;
        width: 132px;
        background: #1588ec;
        border: 1px solid;
        font-weight: 100 !important;
    }
#feedback-main {
    display: none;
    float: left;
    padding-top: 0px;
}

#feedback-div {
    background-color: rgba(72, 72, 72, 0.4);
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 35px;
    padding-bottom: 50px;
    width: 450px;
    float: left;
    left: 50%;
    position: absolute;
    margin-top: 30px;
    margin-left: -260px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.feedback-input {
    color: #3c3c3c;
    font-family: "Roboto", helvetica, arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    border-radius: 0;
    line-height: 22px;
    background-color: #fbfbfb;
    padding: 13px 13px 13px 54px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid rgba(0, 0, 0, 0);
}

    .feedback-input:focus {
        background: #fff;
        box-shadow: 0;
        border: 3px solid #3498db;
        color: #3498db;
        outline: none;
        padding: 13px 13px 13px 54px;
    }


/* Icons ---------------------------------- */

#feedback-name {
    background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

    #feedback-name:focus {
        background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
        background-size: 30px 30px;
        background-position: 8px 5px;
        background-position: 11px 8px;
        background-repeat: no-repeat;
    }

#feedback-email {
    background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

    #feedback-email:focus {
        background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
        background-size: 30px 30px;
        background-position: 11px 8px;
        background-repeat: no-repeat;
    }

#feedback-comment {
    background-image: url(http://rexkirby.com/kirbyandson/images/comment.svg);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

#feedback-comment {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize: vertical;
}

    input:hover,
    #feedback-comment:hover,
    input:focus,
    #feedback-comment:focus {
        background-color: white;
    }

#feedback-button-blue {
    font-family: "Roboto", helvetica, arial, sans-serif;
    float: left;
    width: 100%;
    border: #fbfbfb solid 4px;
    cursor: pointer;
    background-color: #3498db;
    color: white;
    font-size: 24px;
    padding-top: 22px;
    padding-bottom: 22px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: -4px;
    font-weight: 700;
}

    #feedback-button-blue:hover {
        background-color: rgba(0, 0, 0, 0);
        color: #0493bd;
    }

.feedback-button-blue:hover {
    color: #3498db;
}

.feedback-ease {
    width: 0px;
    height: 74px;
    background-color: #fbfbfb;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
}

.feedback-submit:hover .feedback-ease {
    width: 100%;
    background-color: white;
}

@media only screen and (max-width: 580px) {
    #feedback-div {
        left: 3%;
        margin-right: 3%;
        width: 88%;
        margin-left: 0;
        padding-left: 3%;
        padding-right: 3%;
    }
}
.sub-banner {
    background: #008dd0;
    min-height: 113px;
}

    .sub-banner h2 {
        font-size: 36px;
        color: white;
        margin: 0px;
        font-weight: 100;
        margin-top: 35px;
        display: inline-block;
    }

    .sub-banner .links {
        float: right;
        display: inline-block;
        margin-top: 40px;
    }

ul {
    padding-left: 0;
}

.sub-banner .links li {
    display: inline-block;
    float: left;
}

li {
    list-style: none;
}

.apply_ads {
    background: #f07c00;
    padding: 20px;
    border: none;
    height: 250px;
    margin-top: 30px;
}
@media only screen and (max-width: 600px) {
    .apply_ads {
        background: #f07c00;
        padding: 9px;
        border: none;
        height: 415px;
        margin-top: 30px;
    }
    .aply_btn_contact {
        text-align: center;
        margin-top: 75px;
        position: relative;
        top: 39px;
    }
}
.ads_title_content {
    width: 70%;
    border-right: 2px solid white;
    float: left;
}
@media only screen and (max-width: 600px) {
    .ads_title_content {
        width: 100%;
        /* border-right: 2px solid white; */
        /* float: left; */
        border-bottom: 2px solid white;
        padding-bottom: 15px;
    }
}
    .ads_title_content h2 {
        color: #1b3476;
        padding: 20px;
    }
    .ads_title_content p {
        color: white;
        padding: 20px;
        font-size: 20px;
        margin-top: -50px;
    }
.aply_btn_contact {
    text-align: center;
    margin-top: 50px;
    
}
.btn_apply {
    background: none;
    border: 1px solid white;
    padding: 10px;
    color: white;
    font-size: 19px;
    width: 100%;
}
.aply_btn_contact span {
    color: white;
    margin-top: 25px;
    margin-bottom: 25px;
    position: absolute;
    font-size: 20px;
}
.aply_btn_contact h4 {
    color: white;
    margin-top: 62px;
}
@media only screen and (max-width: 600px){
    .aply_btn_contact h4 {
        color: white;
        margin-top: 83px;
    }
}
@media only screen and (max-width: 600px){
    .ads_title_content h2 {
        color: #1b3476;
        padding: 0px;
        font-size: 30px;
        margin-bottom: 40px;
    }
    .ads_title_content p {
        color: white;
        padding: 0px;
        font-size: 20px;
        margin-top: -5px;
    }
}
.course_d_title h2 {
    
}
.without_margin {
    padding: 0px !important;
    margin: 0px !important;
}
#detail {
    padding: 0px;
    margin: 0px;
    background-image: url('../Kma-Picture/franchise_register.jpg');
}
.franch_details {
    background: rgba(26, 26, 26, .8);
    padding: 40px;
    text-align: center;
    position: relative;
    
}
.franch_title h2 {
    color: white;
    position: absolute;
    font-size: 34px;
}

.franch_points {
    position: relative;
}
@media only screen and (max-width: 600px)
{
    .franch_points {
        top: 21px;
    }
}
    .franch_points ul i {
        color: black;
    }
        .franch_points ul li {
    font-size: 20px;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    line-height: 2;
}
.forming {
    margin-top: -18px;
    padding: 30px;
   height:1200px;
}
@media only screen and (max-width: 600px)
{
    .forming {
        margin-top: -18px;
        padding: 30px;
        height: auto;
    }
}
.btn_franchise {
    background: #1b3476;
    border: none;
    color: white;
    width: 100%;
    padding: 15px;
    position: relative;
    top: 15px;
}
.franch_title_form {
    padding: 20px;
    margin-top: 20px;
}
    .franch_title_form h2{
        font-size:28px;
    }
    @media only screen and (max-width: 600px) {
        .franch_details {
        background: rgba(26, 26, 26, .8);
        height: auto;
         padding: 10px; 
        text-align: center;
        position: relative;
    }
    .franch_title h2 {
        color: white;
        position: absolute;
        font-size: 23px;
        top: 14px;
    }
    #franch_form {
        background: aliceblue;
        height: auto;
    }
    .forming {
        margin-top: -18px;
         padding: 10px; 
    }
    .btn_franchise {
        background: #1b3476;
        border: none;
        color: white;
        width: 100%;
        padding: 15px;
        position: relative;
        top: 15px;
        margin-bottom: 30px;
    }
}
.logoimg {
    width: 115px;
    margin-bottom: -53px;
    margin-top: -9px;
}
.view_in_mobile {
    height: 700px;
    margin-top: -95px;
}
.mobile_view {
    padding: 150px;
    margin-top: 100px;
}
.view_font {
    color: #ffb500;
    font-size: 55px;
}
@media only screen and (max-width: 600px)
{
    .mobile_view {
        margin-top: 187px;
        display: block;
        padding: 52px;
    }
    .view_font {
        color: #ffb500;
        font-size: 21px;
    }
    .view_in_mobile {
        height: auto;
        margin-top: -95px;
    }
    .logoimg {
        width: 115px;
        margin-bottom: -3px;
        margin-top: 0px;
    }
}

/*-------We Choose Us---------*/
section#counter-stats {
    background-image: url('../../images.pexels.com/photos/1229861/pexels-photo-12298611751.jpg?auto=compress&amp;cs=tinysrgb&amp;dpr=2&amp;h=650&amp;w=940');
    background-attachment: fixed;
    background-size: cover;
    padding-top: 140px !important;
    padding-bottom: 190px !important;
    width: 100%;
    padding: 90px;
}
.card {
    background: white;
    border: 6px solid aliceblue;
    border-radius: 0px 0px 0px 0px;
    height: 200px;
    padding-top: 24px;
}
@media only screen and (max-width: 600px)
{
    section#counter-stats {
        background-image: url('../Kma-Picture/why-choose-bg.jpg');
        background-size: cover;
        width: 100%;
        padding: 50px;
    }
}
.we_title {
    text-align: center;
    margin-bottom: 20px !important;
}
    .we_title span{
        color: gold;
        margin-bottom: 10px;
    }
.we_title h2 {
    color: black;
    margin:0px !important;
     padding: 0px !important;
     margin-bottom: 30px;
}
.stats {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
}
.counting {
    color: black;
}
.stats h5 {
    color: black;
}
.stats .fa {
    color: black;
    font-size: 60px;
    margin-bottom: 15px;
}

/*-----For Verification Page -------*/
.verifycation {
    padding: 115px;
    background-image: url('../Kma-Picture/page-bg.jpg');
}

@media only screen and (max-width: 600px) {
    .verifycation {
        padding: 10px;
    }
}

.verify_box {
    width: 100%;
    background: white;
    border-radius: 1px;
    box-shadow: 0px 1px 10px 0px rgba(203,203,203,1);
    height: 350px;
    padding: 50px;
}

.textenroll {
    width: 100%;
    color: black !important;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 20px !important;
    text-align: center;
    font-size: 20px;
    background:aliceblue !important;
    font-weight: 100 !important;
    font-size: 14px;
}
.verify_box h3 {
    color: black;
    font-weight: 100;
    font-size: 30px;
}
 
.btn_verification {
    background: #57b846 !important;
    padding: 20px;
    color: white;
    border: none;
    width: 40%;
    border-radius: 100px;
    font-size: 16px !important;
    font-family: 'Times New Roman', Times, serif;
    position: relative;
    top: 20px;
}
.section_content {
    background-image: url('../Glance_image/Course_BG.png') !important;
    background-size: cover !important;
}
@media only screen and (max-width: 600px) {
    .btn_verification {
        width: auto;
    }
    .About_content {
        padding: 41px 0px !important;
        text-align: left;
    }
    }

.wl_section {
    background-image: url('../rightimg/wl.html');
    padding-top: 140px;
    padding-bottom: 190px;
}
.wl_title {
    text-align: center;
}
.wl_title img {
    width: 200px;
}

.no_mp {
    margin: 0px;
    padding: 0px;
}

.About_content {
    padding: 51px 50px;
    text-align: left;
}

.aboutbg {
    background: #f9f9f9;
}
.about_pic img {
   border-radius: 0px;
   width: 100%;
}
.About_content strong {
    color: red;
}

.about_section {
    background-image: url('../asset/bg17.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    padding: 40px 0 50px 0;
    background-size: cover;
}
.section_content {
   background: #fffbfb;
    padding-top: 90px;
    padding-bottom: 190px;
}
.title_area img {
    width: 174px;
}
.thiscatebtn {
    position :relative;
     top: -40px;
}
.thiscatebtn ul {
    padding: 0px !important;
    margin: 0px !important;
}
.thiscatebtn ul li {
     display: inline-block !important;
     margin: 0px 5px !important;
}
    .thiscatebtn ul li a {
        color: white  !important  ;
        background: none ;
        border: none !important;
    }
.text_counter {
    text-align: center;

}
.text_counter {
    position: relative;
    top: -60px;
    color: #00a0e3 !important;
}
.bg_first {
    background: #eba503 !important;
}
.bg_first a {
    color: white !important;
    font-size: 14px !important;
}
.bg_first i {
    color: white;
}

.whychoose {
    background-color: white;
    padding-top: 90px;
    padding-bottom: 90px;
     
}

.boxchoose {
    border: 20px solid #cfcaad;
    filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.7));
    background: WHITE;
    width: 100%;
    padding: 15px;
}

.bg-1 {
    background: #00a0e3 !important;
}

.bg-2 {
    background: #eba503 !important;
}

.bg-3 {
    background: #00a0e3 !important;
}

.bg-4 {
    background: #eba503 !important;
}

.boxchoose strong {
    margin-top: -10px;
    font-weight: 600;
    color: white;
    font-size: 25px;
    width: 50%;
}

.boxchoose h1 {
    font-weight: 600;
    position: relative;
    top: -20px;
    color: white;
    font-size: 30px;
}

.boxchoose i {
    font-size: 60px;
    position: absolute;
    top: 46px;
    color: white;
    left: 153px;
}
    
.boxchoose p {
    color: white;
}


.title_area_footer img {
    width: 81px;
    margin-top: -82px;
}

.text_white {
    color: white !important;
}
.padrght{
    padding-right:70px;
}
    .padrght h2 {
        font-size: 28px;
        padding: 20px;
        margin-top: 20px !important;
    }