* {
    box-sizing: border-box;
}

.container {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
}

body {
    margin: 0;
    padding: 0;
    background-color: #0d1220;
    font-family: "Poppins", sans-serif;
    width: 100%;
    overflow-x: hidden;
}

.box {
    display: flex;
    align-items: center;
}

ul {
    padding-left: 0;
}

a {
    padding: 0;
    margin: 0;
}

a img {
    display: block;
    padding: 0;
    margin: 0;
}

/*Logo*/
.header-section .header .logo img,
.section-10 .box .col-2 .footer-logo img {
    padding: 0;
    margin: 0;
    border: 0;
    display: block;
}
/*End Logo*/

p {
    color: #c0c0c0;
    margin: 2% 0;
    font-size: 16px;
}

h1 {
    font-size: 3em;
}

h2 {
    color: white;
    font-size: 2.3em;
    font-weight: 700;
    margin: 0;
    line-height: 50px;
}

h3 {
    color: white;
    font-size: 1.4em;
    margin: 0;
    font-weight: 700;
}

h4 {
    color: white;
    font-size: 1.3em;
    font-weight: 600;
    margin: 0;
    line-height: 28px;
}

/*Header*/

.header-section {
    position: relative;
    z-index: 99;
}

.header-section header .header {
    display: flex;
    padding-top: 2%;
    align-items: center;
}

.header-section .header .col-1,
.header-section .header .col-2,
.header-section .header .col-3 {
    width: 33%;
}

.header-section header .header .col-2 ul {
    text-align: center;
}

.header-section header .header .button {
    text-align: right;
}

.header-section .header .logo img {
    width: 45%;
}

/*End Header*/

/*Header and footer menu items*/

.menu-items ul li {
    display: inline-block;
    padding: 20px;
}

.menu-items ul li a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.menu-items ul li a:hover {
    color: #5bd407;
}

/*End Header and footer menu items*/

/*Global Footer*/

footer .section-10 {
    background-image: url(/uploads/images/bg-image-2.png);
    background-size: cover;
    background-repeat: no-repeat;
}

footer .section-10 .box {
    flex-direction: column;
}

footer .section-10 .box .col-1 {
    background: rgb(42, 208, 44);
    background: linear-gradient(40deg, rgba(42, 208, 44, 1) 0%, rgb(27 113 48) 100%);
    text-align: center;
    padding: 5% 5% 6% 5%;
}

footer .section-10 .box .col-1 h2 {
    font-size: 2.8em;
    line-height: 55px;
    padding: 0 15%;
}

footer .section-10 .box .col-1 .button {
    padding-top: 4%;
}

footer .section-10 .box .col-1 .button a {
    color: black;
    background-color: white;
}

footer .section-10 .box .col-1 .button a:hover {
    color: white;
    background-color: #0d1220;
}

footer .section-10 .box .col-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid rgba(128, 128, 128, 0.281);
}

footer .section-10 .box .col-2 .menu-items-footer ul li {
    padding: 10px 0 10px 15px;
}

footer .section-10 .box .col-2 .menu-items-footer ul li a {
    font-size: 0.9em;
}

footer .section-10 .box .col-2 .footer-logo img {
    width: 200px;
}

footer .section-10 .box .col-3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

footer .section-10 .box .col-3 img {
    width: 30px;
    height: 30px;
}

footer .section-10 .box .col-3 p {
    font-size: 0.9em;
}

/*End Global Footer*/

/*Global green button*/

.button a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: 500;
    background-color: #32a64f;
    padding: 15px 40px;
    border-radius: 50px;
    text-transform: uppercase;
}

.button a:hover {
    background-color: #5bd407;
}

/*End Global green button*/

/*Global List items style*/

.list-items ul li {
    color: rgb(156, 156, 156);
    list-style-type: none;
    position: relative;
    padding-left: 25px;
    padding-bottom: 5px;
}

.list-items ul li::before {
    content: "\2713";
    color: green;
    font-size: 20px;
    position: absolute;
    left: 0;
    font-weight: 900;
}

/*End Global List items style*/
