﻿.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.png');
}
.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.jpg');
}
@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;
}
.new-form{
    padding: 50px;
    background: white;
}
.mv-section {
    padding: 50px;
    background-image: url('../Kma-Picture/page-bg.jpeg');
}
@media only screen and (max-width: 600px)
{
    .mv-section{
        padding: 10px;
    }
    .new-form{
        padding:10px;
    }
}
    .ms-title h2 {
        /*padding: 20px;*/
        
    }
.this-content{
    /*padding: 20px;*/
    
}

.theme-btn-programe {
    background: #123472;
    padding: 5px;
    width: 100%;
    border-radius: 15px;
}

.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;

}

#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;
}

.top_contact ul li a {
    color: white;
    font-size: 15px;
}

.top_contact ul li{
    float: left;
}