/* Conatct start */

#parent {
    margin-top: 50px;
}

.header-title {
    text-align: center;
    color: #00bfff;
}

#tip {
    display: none;
}

.fadeIn {
    animation-duration: 3s;
}

.form-control {
    border-radius: 0px;
    border: 1px solid #EDEDED;
}

.form-control:focus {
    border: 1px solid #00bfff;
}

.textarea-contact {
    resize: none;
}

.btn-send {
    border-radius: 0px;
    border: 1px solid #12446c;
    background: #12446c;
    color: #fff;
}

.btn-send:hover {
    border: 1px solid #12446c;
    background: #fff;
    color: #12446c;
    transition: background 0.5s;
}

.second-portion {
    margin-top: 50px;
}

@import "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css";
@import "http://fonts.googleapis.com/css?family=Roboto:400,500";
.box>.icon1 {
    text-align: center;
    position: relative;
}

.box>.icon1>.image {
    position: relative;
    z-index: 2;
    margin: auto;
    width: 88px;
    height: 88px;
    border: 8px solid white;
    line-height: 88px;
    border-radius: 50%;
    background: #12446c;
    vertical-align: middle;
}


/*		.box > .icon1:hover > .image { background: #333; } */

.box>.icon1>.image>i {
    font-size: 36px !important;
    color: #fff !important;
}

.box>.icon1:hover>.image>i {
    color: white !important;
}

.box>.icon1>.info {
    margin-top: -24px;
    background-color: #12446c;
    height: 180px;
    border: 1px solid #12446c;
    padding: 15px 0 10px 0;
    min-height: 163px;
}


/*		.box > .icon1:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; } */

.box>.icon1>.info>h3.title {
    font-family: "Robot", sans-serif !important;
    margin: 25px;
    font-size: 16px;
    color: #222;
    font-weight: 700;
}

.box>.icon1>.info>p {
    font-family: "Robot", sans-serif !important;
    font-size: 15px;
    color: #666;
    line-height: 1.5em;
    margin: 20px;
}

.box>.icon1:hover>.info>h3.title,
.box>.icon1:hover>.info>p,
.box>.icon1:hover>.info>.more>a {
    color: #222;
}

.box>.icon1>.info>.more a {
    font-family: "Robot", sans-serif !important;
    font-size: 12px;
    color: #222;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none;
}

.box>.icon1:hover>.info>.more>a {
    color: #fff;
    padding: 6px 8px;
    background-color: #63B76C;
}

.box .space {
    height: 30px;
}

input[type=text],
input[type=email],
.textarea-contact,
.courseselect {
    border: 1px solid #12446c;
}

@media only screen and (max-width: 768px) {
    .contact-form {
        margin-top: 25px;
    }
    .btn-send {
        width: 100%;
        padding: 10px;
    }
    .second-portion {
        margin-top: 25px;
    }
}


/* Conatct end */