/*
Theme Name: The Concepteur 
Theme URI: https://indiansdigital.in/themes/theconcepteur
Author: Mohit Tomar
Author URI: https://indiansdigital.in/
Description: Custom WordPress Theme for The Concepteur pvt. LTD Benagaluru
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: theconcepteur
*/
@import url('https://fonts.googleapis.com/css2?family=Protest+Guerrilla&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oleo+Script+Swash+Caps:wght@400;700&family=Protest+Guerrilla&display=swap');

.section_container {
    padding: 51px 0;
}
.abtpg_mncont_para p {
    font-family:  'Poppins', sans-serif;
    color: #3a505f;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 41px;
    text-align: justify;
}
.banner_main_heading {
    text-align: center;
    color: #fff;
    font-size: 52px;
    padding: 224px 100px 100px 100px;
    font-weight: 600;
    text-shadow: 2px 2px red;
}
.abtpg_mncont_heading h3 {
    margin: 0;
    color: #291a55;
    font-size: 36px;
    font-family: var(--thm-font);
    font-weight: bold;
    letter-spacing: -.04em;
    margin-bottom: 30px;
}
.abtpg_mncont_heading h3 span {
    background-image: linear-gradient(180deg, #ff9723 0%, #ff5b11 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--heading-font);
    font-style: italic;
    letter-spacing: 0;
}
.thm-btn {
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
    background-color: #00a0e8;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    padding: 10.5px 35px;
    border-radius: 5px;
    transition: all .4s ease;
    box-shadow: 0px 2px 18px 0px rgba(22, 33, 113, 0.26);
}
.thm-btn:hover {
    background-color: #320042;
    color: #ffffff;
}
.main_div_abtpg_mnimage {
    text-align: center;
}
/* img.hmpgabtimg {
    background: #fff;
    border-radius: 10px;
    box-shadow: 5px 6px lightgreen;
} */
.aboutusimg_section {
    text-align: center;
}
.aboutusimg_section_cols {
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-color: #4566D4;
    padding: 48px 20px;
    gap: 30px;
    margin-bottom: 24px;
	color:#fff;
}
.info-card:hover {
    top: -5px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.info-card .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.info-card p{
	color:#fff;
}
.info-card .fa {
    font-size: 31px;
    border: 2px solid white;
    border-radius: 50%;
    padding: 14px 19px;
}
.contact_form_container {
    background: #4a0f61;
}
/* .quote_CT h2 {
  font-family: "Protest Guerrilla", sans-serif !important;
  font-weight: 400;
  font-style: normal;
} */
.protest-guerrilla-regular {
  font-family: "Protest Guerrilla", sans-serif !important;
  font-weight: 400;
  font-style: normal;
	    letter-spacing: 6px;
}
.oleo-script-swash-caps-bold {
  font-family: "Protest Guerrilla", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}
footer a[href="https://theconcepteur.indiansdigital.in/wp-content/themes/theConcepteur/"] {
    display: none;
}