@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;900&display=swap');

body {margin: 0; padding: 0;}
.section_title{
    font-family: cambian;
    opacity:.9;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
}
.title_top_heading {
    font-size: 36px;
    line-height: 48px;
    color: var(--heading);
    margin-bottom: 14px;
    font-weight: 100;
}
.section_text_wrapper h4{
    font-size: 32px;
    font-weight: 400;
    margin: 10px 0px;
    opacity: 9.2;
}.section_text_wrapper p{
    font-size: 16px;
    line-height: 30px;color: var(--navColor);
}.section_text_wrapper a{
    color: #ae0a46;
}.section_text_wrapper a:hover{
    color: #850635;
}

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: var(--crimson);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {

    background: var(--dark-crimson);
}

a {
    text-decoration: none;
}a:hover {
    text-decoration: none;
}

/*Fixed position*/
.stick {
    position: fixed;
    top: 0px;
    z-index: 999999999999;
    margin: 0 auto;
    width: 100%;
}

/*common button*/
.common_button {
    padding: 10px 40px;
    cursor: pointer;
    font-family: "klinic-slab", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    color: #ae0a46;
    border: 1px solid #5f5753;
}
.common_button:hover {
    background-color: #5f5753;
    color: white;
    transition: .3s;
}
.common_button2 {
    padding: 15px 20px;
    cursor: pointer;
    font-family: "klinic-slab", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    background-color: var(--crimson);
    transition: .3s;
    outline: none;
    border: none;
    color: white;
}
.common_button2:hover {
    background-color: var(--dark-crimson);
    color: #fff;
}
.common_button3 {
    padding: 15px 20px;
    cursor: pointer;
    font-family: "klinic-slab", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    color: #ae0a46;
    transition: .3s;
    outline: none;
    border: none;
}
.common_button3:hover {
    background-color: var(--navColor);
    color: var(--bgColor);
}

.section_padding{
    padding: 60px 0px;
}
.padding_top{
    padding-top: 60px;
}
.padding_bottom{
    padding-bottom: 60px;
}
.title_top_heading {
    font-size: 36px;
    color: #222222;
    opacity: .8;
    font-family: Cambria;
    margin-bottom: 15px;
    font-weight: 100;
}
.section_wp{
    background: #f7f6f5;
    padding: 60px 0px;
    color: #3e332d;
    border-top: .7px solid silver;
    border-bottom: .7px solid silver;
}
.section_wp2{
    background: #f7f6f5;
    padding: 40px 0px;
    color: #3e332d;
}
/*-----End-----*/







