/* Author: Rampradeep
http://rampradeep.com */

.app {
    display: inline-block;
    overflow: auto;
    width: 100%;
}

a {
    color: #85c63e;
}

header.header {
    display: inline-block;
    border: 0;
    padding: 10px;
    width: 100%;
    float: left;
    text-align: center;
}

header.header img {
    width: 16rem;
}

h4.wrapper-title {
    margin: 20px 0 10px;
    font-weight: 100;
}

.section-2 h4.abt-title {
    font-size: 14px;
}

.section-2 .img-abt {
    margin: 40px 0;
    text-align: center;
    display: inline-block !important;
    width: 100%;
}

.section-2 .img-abt img {
    width: 80%;
    float: none;
}

.section-2 .content-contain p {
    min-height: 154px;
}

main.main {
    padding: 1rem 1rem 4rem;
    text-transform: capitalize;
}

.abt-us {
    display: inline-block;
    width: 100%;
    /* border: 1px dashed #fff; */
    padding: 1rem 2rem;
    border-radius: 1%;
    margin: 15px 0;
    background: #212121;
}

h4.abt-title {
    margin: 20px 0 10px 0;
    font-weight: 100;
    font-size: 20px;
}

.p-0 {
    padding: 0;
}

.content-contain {
    padding: 0;
    line-height: 26px;
    font-size: 13px;
}

.img-abt img {
    width: 95%;
    float: right;
}

.img-abt {
    position: relative;
    display: inline-block;
}

/* Reach Us Page */

.page-inner {
    background: #212121;
    margin-bottom: 30px;
    border-radius: 5px;
}

.title-hr {
    width: 60px;
    display: inline-block;
    height: 3px;
    border-radius: 5px;
    background: #86c53f;
    margin: 26px 0 5px;
}

.head-container h2 {
    font-weight: 300;
    margin: 25px 0 0;
}

.head-container p {
    margin: 5px 0;
    text-transform: uppercase;
    font-size: 12px;
}

.head-container {
    margin-bottom: 15px;
}

.info-title {
    text-transform: uppercase;
}

.col-contact {
    margin: 25px 0 0;
}

.col-contact h3 {
    margin: 0 0 10px;
    font-weight: 400;
}

.col-contact p:first-child {
    margin-top: 0;
}

.col-contact h3 span {
    opacity: 0.5;
}

.text-muted, p.contact-row {
    text-transform: initial;
}

.col-contact a i.material-icons {
    vertical-align: middle;
    font-size: 14px;
}

a.phone-lg {
    display: block;
    padding: 3px 0;
}

a.phone-lg i {position: relative;top: -1px;}

ion-icon {
    font-size: 18px;
    padding: 8px 8px 8px 0;
}

form.contact-form table {
    width: 100%;
}

form.contact-form table td {
    display: inline-block;
    width: 90%;
}

form.contact-form table tr {
    display: inline-block;
    float: left;
    width: 50%;
}

form.contact-form {
    margin-top: 22px;
}

form.contact-form input[type="text"], form.contact-form textarea {
    background: #000;
    padding: 15px;
    width: 100%;
    margin-bottom: 16px;
    color:#85c63e;
    border: 1px solid #212121;
}

form.contact-form input:focus, form.contact-form textarea:focus {
    border: 1px solid #85c63e;
    box-shadow: 0 0 0;
    outline: none;
    transition: 0.3s ease-in;
}

form.contact-form table tr.comment {
    width: 100%;
}

form.contact-form table tr.comment td {
    width: 95%;
}

form.contact-form table td .btn {
    width: 80%;
    background-color: black;
    border: 1px solid #212121;
    border-radius: 0;
    float: left;
    padding: 15px 10px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 500;
    color: #84c73e;
    transition: 0.2s ease-out;
}

form.contact-form table td .btn:hover, form.contact-form table td .btn:focus {
    background-color: #84c73e;
    color: #fff;
    transition: 0.2s ease-in;
}

@media screen and ( max-width:768px ) {
    form.contact-form table tr, 
    form.contact-form table td,
    form.contact-form table tr.comment td {
        width: 100%;
    }
    
    .head-container h2 {
        text-align: center;
    }

    form.contact-form table td .btn {
        width: 50%;
    }
    div#map {
        height: 40vh !important;
    }
}