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

/* Base CSS */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

.column-3{
	column-count: 3;
}

.column-3 .col-12{
    break-inside: avoid-column;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #07171D;
}

h2 {
    font-size: 24px;
    margin-top: 25px;
}

h3 {
    font-size: 20px;
    margin-top: 25px;
}

body {
    color: #07171D;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none
}

a,
button,
input,
textarea {
    outline: none !important;
}

.section-padding {
    padding: 80px 0;
}


/* ------------------------------ HEADER AREA START ------------------------ */

.header__blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__left__content a {
    font-size: 55px;
    font-weight: 900;
    color: #414042;
    margin: 0;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
}

.header__right__blk a {
    font-size: 20px;
    color: #313032;
    text-transform: capitalize;
    display: inline-block;
    margin-right: 120px;
}

.link {
    margin: 0;
    text-transform: unset;
    padding: 10px 30px;
    background: #69B3B6;
    border-radius: 50px;
    color: #fff;
    border: 1px solid #69B3B6;
    transition: .2s all;
}

.header__area {
    padding: 50px 0;
}

.link:hover {
    background: transparent;
    color: #69B3B6;
}

ol{
    padding-left: 17px;
}


/* ------------------------------ HEADER AREA END ------------------------ */


/* ------------------------------ FEATURES AREA START ------------------------ */

.features__blk ul li a {
    display: block;
}

.features__blk ul li a {
    font-size: 16px;
    color: #403F41;
    display: flex;
    padding: 15px 20px;
    border-bottom: 1px solid #B8B7B8;
    align-items: center;
}

.features__blk ul li a i {
    font-size: 16px;
    color: #795EFF;
    margin-right: 10px;
}

.features__blk ul li:last-child a {
    border: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.features__blk ul .top__list {
    border: 0;
    background: #69B3B6;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    padding: 15px 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.features__blk ul .top__list i {
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}

.features__blk {
    border: 1px solid #B8B7B8;
    border-radius: 20px;
    box-shadow: 0px 10px 25px -6px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 6px 15px -5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 10px 25px -6px rgba(0, 0, 0, 0.25);
}

.features__area {
    padding-bottom: 80px;
}

.main__blk {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.footer__content p {
    margin: 0;
    background: #414042;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 20px 0;
}


/* ------------------------------ FEATURES AREA END ------------------------ */