@font-face {
    font-family: 'Lora-Bold';
    src: url('../fonts/Lora-Bold.ttf');
}

@font-face {
    font-family: 'NunitoSans';
    src: url('../fonts/NunitoSans.ttf');
}

@font-face {
    font-family: 'BebasNeue';
    src: url('../fonts/BebasNeue.ttf');
}

:root {
    --bs-primary: #1b3a68;
    --bs-secondary: #ff6600;
}

html {
    overflow-x: hidden;
}

html body {
    overflow-x: hidden;
}

.btnall {
    background-color: var(--bs-secondary);
    color: #fff;
    overflow: hidden;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 12px 15px;
    display: block;
    text-align: center;
    font-weight: 700;
    border-radius: 4px;
    transition: 0.2s ease-in-out;
}

.btnall:hover {
    background-color: var(--bs-primary);
    transition: 0.2s;
}

.container {
    padding: 0 15px;
    width: 1200px;
    margin: 0 auto;
}

body a {
    text-decoration: none;
    transition: 0.2s ease-in-out;
}

ul li,
ol li {
    margin: 0;
}

img {
    max-width: 100%;
}

body {
    font-family: 'NunitoSans';
    font-size: 18px;
    line-height: 1.64em;
    color: #000;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lora-Bold';
    font-weight: bold;
    margin: 1rem 0;
    line-height: 1.3;
}

h1 {
    font-size: 46px;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 31px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 19px;
}

h6 {
    font-size: 18px;
}

p {
    margin-bottom: 1.5rem;
}

/* ----------------Header ---------------- */
.main-header {
    background: #1b3a68;
    padding: 25px 0;
}

.main-header .inner-header img {
    width: 230px;
}

.main-header .inner-header a {
    font-family: 'Lora-Bold';
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}

.main-header .inner-header a:hover {
    color: #ff6600;
}

.main-header .inner-header a svg {
    position: relative;
    bottom: 2px;
    right: 5px;
    color: #fff;
    height: 30px;
    width: 20px;
    transition: 0.2s ease-in-out;
}

.main-header .inner-header a:hover svg {
    color: #ff6600;
}

/* ----------- Banner Section ------------- */

.left-banner {
    padding: 0px 30px 0 85px;
}

.left-banner a {
    width: 260px;
    border-radius: 30px;
    padding: 9px 0;
}

.left-banner hr {
    opacity: 1;
    border-width: 6px;
    width: 25%;
    color: #1b3a68;
    margin: 15px 0 30px;
}

.banner-section h1 {
    font-family: 'BebasNeue';
    font-size: 85px;
    color: #1b3a68;
    font-weight: normal;
    margin: 0;
}

.banner-section p {
    font-size: 28px;
    color: #1b3a68;
    font-weight: bold;
    line-height: 1.2;
}

/* -------------Content sec ------------- */
.first-content-sec {
    background-color: #1b3a68;
    padding: 60px 0;
}

.first-content-sec p {
    color: #fff;
    line-height: 1.4;
}

.first-content-sec h2 {
    color: #fff;
    font-size: 36px;
    margin-top: 0;
}

.first-content-sec ul {
    padding-left: 21px;
}

.first-content-sec ul li {
    color: #fff;
}

.first-content-sec ul li::marker {
    color: #ff6616;
}

.second-content-sec {
    padding: 60px 0;
}

.second-content-inner-left h2 {
    font-size: 36px;
    color: #1b3a68;
}

.second-content-inner-left hr {
    border-color: #acc6e6;
    opacity: 1;
}

.second-content-inner-left ul li::marker {
    color: #1b3a68;
}

.second-content-inner-right h2 {
    background-color: #1b3a68;
    color: #fff;
    font-size: 30px;
    margin: 0;
    border-radius: 20px 20px 0px 0px;
    padding: 10px 30px;
}

.second-content-box {
    border: 1px solid #1b3a68;
    border-radius: 0px 0 20px 20px;
    padding: 0 30px 15px;
}

.second-content-box h3 {
    font-size: 22px;
    font-family: 'NunitoSans';
    color: #1b3a68;
    margin-bottom: 5px;
}

.second-content-box p {
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 1.7;
}

.second-content-box hr {
    border-color: #acc6e6;
    opacity: 1;
}

.education-box {
    border: 1px solid #1b3a68;
    border-radius: 0px 0 20px 20px;
    padding: 0 30px 15px;
}

.education-box h3 {
    font-size: 22px;
    font-family: 'NunitoSans';
    color: #1b3a68;
    margin-bottom: 5px;
}

.education-box p {
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 1.7;
}

.certifications-box {
    border: 1px solid #1b3a68;
    border-radius: 0px 0 20px 20px;
    padding: 0 12px 15px 30px;
}

.certifications-box h3 {
    font-size: 22px;
    font-family: 'NunitoSans';
    color: #1b3a68;
    margin-bottom: 5px;
}

.certifications-box ul {
    padding: 0 0px 0 20px;
    margin: 10px 0 0px;
}

.certifications-box ul li {
    font-size: 15px;
    line-height: 1.3;
}

.certifications-box ul li::marker {
    color: #1b3a68;
    font-size: 20px;
}

.testimonial-box {
    background-color: #cadefd;
    text-align: center;
    border-radius: 20px;
    position: relative;
    padding: 30px;
    margin-top: 53px;
}

.testimonial-box h2 {
    margin: 0 0 30px;
}

.testimonial-box p {
    font-size: 22px;
}

.testimonial-box h4 {
    font-family: 'NunitoSans';
    font-size: 24px;
}

.testimonial-box::before {
    content: '';
    position: absolute;
    left: 5%;
    top: 35%;
    transform: translateY(-50%);
    width: 48px;
    height: 32px;
    background-image: url('../images/coma-left.png');
    background-size: cover;
}

.testimonial-box::after {
    content: '';
    position: absolute;
    left: auto;
    right: 5%;
    top: auto;
    bottom: 23%;
    transform: translateY(-50%);
    width: 48px;
    height: 32px;
    background-image: url('../images/coma-right.png');
    background-size: cover;
}

.third-content-sec{
    text-align: center;
    margin-top: 20px;
}

.third-content-inner{
    background-color: #1b3a68;
    border-radius: 20px;
    padding: 30px 70px 50px;
}

.third-content-inner h2{
    color: #fff;
    font-size: 45px;
    margin-top: 0;
}
.third-content-inner p{
    color: #fff;
}

.third-content-inner a{
    width: 370px;
    border-radius: 30px;
    border: 1px solid var(--bs-secondary);
    font-size: 22px;
    font-weight: bold;
    margin: 0 auto;
    display: block;
}

.footer {
    background: #151515;
    padding: 107px 0 25px;
    color: #fff;
    margin-top: -80px;
    position: relative;
    z-index: -999;
}

.footer p {
    margin: 0;
    padding: 0;
    text-align: center;
}