/* Default CSS Code */

* {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

:focus * {
    outline: 0;
}

button {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

.btn.focus,
.btn:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
}

.form-group {
    margin-bottom: 0;
}

figure {
    margin: 0;
}

p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    display: inline-block;
    color: #000;
}

a:hover {
    text-decoration: none;
}

.overflow {
    overflow: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.custom-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #003056;
    color: #fff;
    font-size: 20px;
    line-height: 29px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    cursor: pointer;
}

.container {
    max-width: 1300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* Default CSS Code */

body {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    background: #fff;
    color: #000;
}

.section__heading h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #798888;
}

/* Navbar */

.navbar-toggler {
    position: absolute;
    width: 35px;
    height: 25px;
    top: 5px;
    right: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    background: transparent;
    border: 0;
    z-index: 999;
    display: none;
}

.navbar-toggler .toggler-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.toggler-btn .bar {
    width: 100%;
    display: block;
    height: 4px;
    background: #0c162b;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 5px;
}

.toggler-btn .bar:nth-child(3) {
    margin-bottom: 0;
}

.navbar-toggler.change .toggler-btn .bar1 {
    background: #000000;
    transform: rotate(-45deg) translate(-6px, 6px);
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    -moz-transform: rotate(-45deg) translate(-6px, 6px);
    -ms-transform: rotate(-45deg) translate(-6px, 6px);
    -o-transform: rotate(-45deg) translate(-6px, 6px);
}

.navbar-toggler.change .toggler-btn .bar2 {
    opacity: 0;
}

.navbar-toggler.change .toggler-btn .bar3 {
    background: #000000;
    transform: rotate(45deg) translate(-8px, -9px);
    -webkit-transform: rotate(45deg) translate(-8px, -9px);
    -moz-transform: rotate(45deg) translate(-8px, -9px);
    -ms-transform: rotate(45deg) translate(-8px, -9px);
    -o-transform: rotate(45deg) translate(-8px, -9px);
}

.header {
    padding: 20px 0;
    background: #f0f2f2;
    border-bottom: 1px solid #a5b5b5;
}

.mobile-menu {
    padding-bottom: 35px;
}

.navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.logo a {
    display: block;
    font-size: 34px;
    line-height: 1;
    color: #324b66;
    font-weight: 500;
}

.nav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav__items li {
    margin-right: 56px;
}

.nav__items li:last-child {
    margin-right: 0;
}

.nav__items li a {
    transition: all 0.25 ease-in-out;
    -webkit-transition: all 0.25 ease-in-out;
    -moz-transition: all 0.25 ease-in-out;
    -ms-transition: all 0.25 ease-in-out;
    -o-transition: all 0.25 ease-in-out;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
}

.nav__items li a:hover {
    opacity: 0.8;
}

.client__btn {
    width: 130px;
    height: 44px;
    border: 1px solid #1c1c1c;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    background: transparent;
    color: #000;
}

.client__btn:hover {
    background: #2d4762;
    color: #fff;
}

/* Navbar */

/* Hero Area */

.hero__area {
    padding: 150px 0;
}

.hero__wrapper {
    display: flex;
    align-items: center;
    gap: 130px;
}

.hero__content {
    flex: 1;
}

.hero__content h1 {
    font-size: 60px;
    line-height: 76px;
    margin-bottom: 30px;
}

.hero__content p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}

.hero__image {
    width: auto;
    height: 500px;
}

.hero__image img {
    object-fit: contain;
}

/* Hero Area */

/* Benefits Area */

.benefits__area {
    padding: 150px 0;
    background: #f0f2f2;
}

.benefits__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    max-width: 85%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.benefits__icon {
    margin-bottom: 50px;
}

.benefits__icon img {
    width: 160px;
    height: 160px;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
}

.benefits__item {
    text-align: center;
    background: #fff;
    padding: 70px 30px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding-top: 50px;
}

.benefits__content h5 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.benefits__content p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

/* Benefits Area */

/* Features Area */
.features__area {
    padding: 100px 0;
    background: #2d4762;
    color: #fff;
}

.features__area .container {
    max-width: 900px;
}

.features__area .section__heading h3 {
    color: #fff;
    font-size: 36px;
    line-height: 46px;
    text-transform: none;
}

.features__info {
    max-width: 700px;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    padding-top: 40px;
}

.features__items {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.features__item {
    display: flex;
    align-items: center;
    padding: 50px 0;
}

.features__border {
    border-top: 1px solid #169793;
}

.features__item h5 {
    flex: 0.4;
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    color: #44f78a;
    display: flex;
    align-items: center;
}

.features__item h5 span img {
    width: 40px;
    height: 40px;
    margin-right: 70px;
}

.features__item .features__item-content {
    flex: 0.6;
}

/* Features Area */

/* Careers Area */
.careers__area {
    display: flex;
    align-items: center;
}

.careers__left {
    flex: 1;
    background: #44f78a;
    min-height: 500px;
    padding-top: 100px;
}

.careers__right {
    flex: 1;
    background: #179a9c;
    min-height: 500px;
    padding-top: 100px;
}

.careers__left-content {
    width: 450px;
    margin-left: auto;
    margin-right: 100px;
}

.careers__left-content h5 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    color: #000;
}

.careers__left-content p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    margin-top: 40px;
}

.careers__right-content {
    width: 350px;
    margin-right: auto;
    margin-left: 100px;
    padding-top: 80px;
}

.careers__right-content li {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.careers__right-content li span img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    margin-right: 20px;
}

.careers__right-content li p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
}

/* Careers Area */

/* Footer Area */

.footer {
    background: #151515;
    min-height: 300px;
}

.footer__nav {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 80px;
}

.footer__nav .nav__items li {
    margin-right: 100px;
}

.footer__nav .nav__items li:last-child {
    margin-right: 0;
}

.footer__nav .logo a {
    color: #fff;
}

.footer__nav .nav__items li a {
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
}

.footer__right-nav .nav__items {
    flex-direction: column;
    align-items: flex-start;
}

.footer__right-nav .nav__items li {
    margin-right: 0;
    margin-bottom: 5px;
}

.footer__right-nav {
    min-width: 200px;
}

.footer__right-nav p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-top: 50px;
}

/* Footer Area */
