* {
    margin: 0;
    padding: 0;
}
body {
    
    font-family: 'Open Sans', 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: 'Open Sans', sans-serif;
}
.container{
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1a1b1e;
    margin: 0;
    font-weight: 800;
    font-family: 'Catamaran', sans-serif;
}
a,
a:hover,
a:focus, 
button {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    outline: none;
}

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: '';
}

/*----- Button Style-----*/
button:focus, .btn:focus {
    outline: none;
    outline: none;
}

.btn-primary{
    border: 1px solid #1053ff;
    background: #1053ff;
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    padding: 0px 40px;
    height: 46px;
    line-height: 46px;
    border-radius: 0px;
    display: inline-block;
    margin-top: 45px;
    box-shadow: 0 0 32px rgb(67, 186, 255, 0.5);
    text-transform: uppercase;
}
.btn-primary img{
    margin-top: -2px !important;
    padding-left: 10px;
    width: 30px;
    display: none;
}
.btn-primary i{
    display: none;
}
.btn-primary:hover{
    background: #fe4c1c;
    color: #ffffff;
    border: 1px solid #fe4c1c;
}

.btn-secondary.active{
    background: #ffffff;
    color: #333333;
     border: 1px solid #ffffff;
     margin-left: 25px;
}
.btn-secondary.active:hover{
    background: #cf7500;
    color: #ffffff;
     border: 1px solid #cf7500;
}
.btn-secondary{
    line-height: 58px;
    padding: 0px 55px;
    height: 60px;
    background: #3ee996;
    border: 1px solid #3ee996;
    border-radius: 0px;
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 16px;
    margin-top: 50px;
    font-weight: 600;
    text-transform: uppercase;
}
.btn-secondary img{
    padding-left: 10px;
    display: none;
}
.btn-secondary:hover{
    background: #fe4c1c;
    border: 1px solid #fe4c1c;
    color: #ffffff;
}

.p-0{padding: 0;}
.p-l{padding-left: 0 }
.p-r{padding-right: 0;}





.section_title{
    text-align: center;
    width: 80%;
    margin: 0px auto 70px;
}
.section_title span{
    font-size: 20px;
    color: #3ee996;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.section_title span:after, .section_title span:before {
    position: absolute;
    content: "";
    background: #3ee996;
    height: 2px;
    width: 60px;
    top: 50%;
    transform: translateY(-50%);
}
.section_title span:before{
    left: -85px;
}
.section_title span:after{
    right: -85px;
}
.section_title span.left{
    margin-left: 85px;
}
.section_title span.left:after{
    display: none;
}
.section_title h2{
    font-size: 50px;
    font-weight: 800;
    line-height: 55px;
    padding-top: 10px;
    padding-bottom: 0px;
}
.section_title p {
    width: 85%;
    margin: 30px auto 0;
    font-size: 18px;
}
.section_title .last-word {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.section_title .last-word:before{
    position: absolute;
    content: "";
    height: 15px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #b6cbff;
    z-index: -1;
}


