* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    overflow-x: hidden !important;
}
p {
    font-weight: 400;
    line-height: 26px;
    font-size: 15px;
    color: #606060;
    font-family: 'Montserrat', sans-serif;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #171c2f;
    margin: 0;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
}
h1{
    font-size: 65px;
    line-height: 80px;
}
h2{
    font-size: 50px;
    line-height: 60px;
}
h3{
    font-size: 48px;
    line-height: 54px;
}
h4{
    font-size: 30px;
    line-height: 46px;
}
h5{
    font-size: 20px;
    line-height: 30px;
}
h6 {
    font-size: 16px;
    line-height: 26px;
}

a,
a:hover,
a:focus, 
button {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    outline: none;
}
a:hover,
a:focus, 
button:hover{
    color: #B91E24;
}

ol,
ul {
    margin: 0;
    padding: 0;
}
ol li,
ul li {
    list-style: outside none none;
    list-style-type: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow:none;
}
.btn-primary {
    border: 1px solid #ff5a2c;
    background: #ff5a2c;
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    padding: 0px 45px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 45px;
    cursor: pointer;
}
.btn-primary img{
    margin-top: -2px !important;
    padding-left: 10px;
    width: 30px;
    display: none;
}
.btn-primary:hover{
    background: #ff7e00;
    color: #ffffff;
    border: 1px solid #ff7e00;
}


.p-0{padding: 0;}
.p-l{padding-left: 0 }
.p-r{padding-right: 0;}
.particles{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}



/*----- Button Style-----*/
.btn-secondary.active{
    background: #ffffff;
    color: #333333;
     border: 1px solid #ffffff;
     margin-left: 25px;
}
.btn-secondary.active:hover{
    background: #ff5a2c;
    color: #ffffff;
     border: 1px solid #ff5a2c;
}
.btn-secondary{
    border: 1px solid #ff5a2c;
    background: #ff5a2c;
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    padding: 0px 38px;
    height: 58px;
    line-height: 58px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 45px;
    text-transform: uppercase;
}
.btn-secondary img{
    padding-left: 10px;
    display: none;
}
.btn-secondary:hover{
    background: #43baff;
    border: 1px solid #43baff;
    color: #ffffff;
}





.section_title{
    text-align: center;
    width: 80%;
    margin: 0px auto 60px;
}
.section_title span{
    font-size: 16px;
    color: #333333;
    letter-spacing: 1px;
    display: none !important;
}
.section_title h2{
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 0px;
}
.section_title p {
    margin: 15px auto 0;
    font-size: 18px;
    line-height: 30px;
}


.input-group{
    position: relative;
        width: 100%;
    margin: 0px auto;
}
.input-group input{
    border-radius: 50px !important;
    height: 90px !important;
    background: #3f415c;
    border: none;
    padding: 0 80px;
    font-size: 16px !important;
    color: #ffffff !important;
}
.input-group input:focus{
    background: #3f415c;
    box-shadow: none;
}
input::placeholder {
    color: #ffffff !important;
}
