@charset "utf-8";
/* CSS Document */

.about_section .about_vision .feature-content {
    display: flex;
}

.about_section .about_vision .feature-content a {
    color: #666;
    text-decoration: none;
    cursor: pointer;
    background: transparent;
    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
}

.about_section .about_vision a.feature-icon i {
    background: #ebebeb;
    font-size: 38px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%; text-align:center;
    /* color: #666; */
}

.about_section .about_vision .ftc_feature_content {text-align: left; padding-left: 23px; /*padding-right: 80px;*/ padding-top: 7px;}
.about_section .about_vision .ftc_feature_content h4{ margin:0;margin-bottom: 10px; font-weight: 500;}
.about_section .about_vision .ftc_feature_info { margin:0; color: #333; font-size: 15px;}
.about_inner {
    display: table;
    width: 100%;
    margin-top: 70px;
}
.about_section .about_img img{ width:100%;}
.about_section .about_vision{ margin-bottom:30px;}
.about2_section { background-color:#fefbf8; }

.bg-icon{
    background: #f1f1f1;
    padding: 16px;
    border: 0;
    border-radius: 50px;
}






.address-map {
    margin-top: 191px;
}
.addmap {
    position: relative;
}
.address {
    position: absolute;
    left: 10%;
    z-index: 1;
    bottom: 20px;
    width: 80%;
}
.loc_detail {
    padding: 20px;
}
.addetail {
    background-color: #444;
    height: 170px;
}
.loc_icon {
    text-align: center;
}
.loc_icon {
    font-size: 30px;
    color: #fff;
}
.add_para ul {
    padding: 0px;
}
.addetail ul li {
    color: #FFFFFF;
    font-size: 12px;
    list-style: none;
    text-align: center;
    word-break: break-all;
}
.mail_detail {
    padding: 20px;
}
.addetail {
    background-color: #444;
    height: 130px;
}

.phone_detail {
    padding: 20px;
}

.contactp {
    margin-top: 50px; margin-bottom:70px;
}
.leavemsg h3 {
    text-align: center; font-size:24px;
}
.conname {
    width: 100%;
    padding: 12px;
    border: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;     outline: none;
    font-size: 16px;
}

.contactsub {
    text-align: center;
}
.consub {
    background-color: #2d3b97;
    color: white;
    padding: 12px 60px;
    border: none;
    border-radius: 1px;
    cursor: pointer;
}





/*faqs page start*/
.faqs_section{ padding:70px 0px;}
.faq_inner{ width:80%; margin:0 auto;}
.faqs_section .faqs_tab_optn .panel {
    border: none !important;
    border-radius: 0px !important;
    background-color: transparent;
}
.faqs_section .faqs_tab_optn .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    border: 0px !important;
}
.panel-default>.panel-heading {
    background-color: transparent;
}
.faqs_section .faqs_tab_optn .panel-title {
    font-size: 14px;
}
.faqs_section .faqs_tab_optn .panel-title > a {
    display: block;
    padding: 15px;
    color: #1b1b1b;
    text-decoration: none; font-family: 'Open Sans', sans-serif;
    font-size:20px;
}
.faqs_section .faqs_tab_optn .more-less {
    float: right;
    color: #212121; border: 0;
    border: 1px solid #a1a1a1;
    padding: 0px 3px;
}
.faqs_section .faqs_tab_optn .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
    font-size: 16px; font-family: 'Open Sans', sans-serif;
}
.faqs_section .faqs_tab_optn .panel-default>.panel-heading+.panel-collapse>.panel-body a { text-decoration:none; color:#333;}
.faqs_section .faqs_tab_optn .panel-default>.panel-heading+.panel-collapse>.panel-body a:hover { text-decoration:none; color:#8dba3f;}
.faqs_section .faqs_tab_optn .panel-group .panel {
    margin-bottom: 15px;
}
/*faqs page close*/

/*career page start*/
.career_section{ margin:70px 0px;}
.career_section .career_info{ text-align:center;}
.career_section .career_info a{ text-decoration:none; color:#111111;}



@media (max-width: 991px) {
.address-map {
    margin-top: 20px;
}
.address {
    position: static;
    width: 100%;
}
.addetail {
    
    height: 130px;
        padding: 9px;
}

}

@media (max-width: 767px) {

.addetail { height: auto;}
.addetail ul li { font-size: 14px;}
.about_section .about_vision .feature-content .feature-icon{ display:none;}
.about_section .about_vision .ftc_feature_content {
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 7px;
}
.about_section .about_inner .about_img{ margin-bottom:35px;}
.faq_inner {    width: 100%;}
}