/* TypoGraphy */
* {
    box-sizing: border-box;
}

:focus {
    outline: none !important;
    box-shadow: none;
    border-color: inherit;
}

textarea.form-control {
    resize: none;
    overflow: hidden;
}

html,
body {
    width: 100%;
    /* overflow-x: hidden; */
}

body.page.home {
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Myriad Pro Regular';
    font-weight: normal;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}


body {
    background: #fff;
    overflow-x: hidden;
}

figure {
    margin-bottom: 0px;
}

img {
    max-width: 100%;
}

a {
    color: #0d6efd;
}

a,
a:hover {
    text-decoration: none;
}

h1 {
    color: #fff;
    font-family: 'Rajdhani Bold';
    font-weight: bold;
    font-size: 110px;
    line-height: 99px;
    font-style: normal;
}

h2 {
    font-family: 'Rajdhani Bold';
    font-weight: bold;
    font-size: 34px;
    line-height: 1;
    font-style: normal;
    letter-spacing: 0;
    color: #fff;
}

h3 {
    font-family: 'Rajdhani Bold';
    font-weight: 600;
    font-style: bold;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: 0;
    color: rgb(173, 140, 140);
}


h4 {
    font-family: 'Rajdhani Bold';
    font-weight: 600;
    font-style: bold;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0;
    text-transform: none;
    color: rgb(173, 140, 140);
}

h5 {
    font-family: 'Rajdhani Bold';
    font-weight: bold;
    font-style: normal;
    font-size: 26px;
    line-height: 39px;
    letter-spacing: 0;
    color: rgb(173, 140, 140);
}


h6 {
    font-family: 'Rajdhani Bold';
    font-weight: bold;
    font-style: normal;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0;
    color: rgb(173, 140, 140);
}

p {
    color: #5e5e5e;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Rajdhani Medium';
    font-weight: 500;
    margin-bottom: 15px;
}

blockquote h4,
blockquote>p {
    font-family: 'Rajdhani Medium';
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0px;
    font-style: italic;
    text-transform: none;
    color: #000000
}

p:last-child {
    margin-bottom: 0;
}

ul {
    padding: 0px 0 20px 18px;
    margin: 0px;
}

ol {
    padding-left: 0;
    padding-bottom: 20px;
    counter-reset: listitem;
}

ol li {
    list-style: none;
    position: relative;
    padding-left: 34px;
}

ol li::before {
    counter-increment: listitem;
    content: counters(listitem, '.')'.';
    color: #000000;
    display: inline-block;
    font-weight: bold;
    position: absolute;
    left: 0;
}

li {
    font-family: 'Rajdhani Medium';
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0px;
    font-style: normal;
    text-transform: none;
    color: #000000
}

li a {
    color: #000000;
}

li a:hover {
    color: #1A1A1A;
}

a {
    color: #00A3FD;
}

p, span {
    font-family: 'Rajdhani Medium';
    font-weight: 500;
}


button {
    padding: 0;
    background-color: transparent;
    border: none;
}

.btn {
    background-color: rgb(226, 226, 226);
    padding: 8px 40px;
    border-radius: 48px;
    min-height: 48px;
    color: rgb(27, 27, 27);
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Rajdhani Bold';
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    border: 0;
    transition: initial;
}

.btn:visited {
    color: #1b1b1b;
    background-color: rgb(212, 212, 212);
}

.btn:hover {
    color: #1b1b1b;
    background-color: rgb(212, 212, 212);
}

.btn:hover:before {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.container {
    max-width: 1520px;
    padding: 0;
}

/* HEADER CSS START */
.header {
    background-color: #0071bc;
    padding: 12px 0;
}
.logo {
    width: 200px;
    margin: 0 auto -70px;
    position: relative;
    z-index: 1;
}
/* HEADER CSS END */

/* HERO SECTION CSS START */
.hero-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: calc(100vh - 100px);
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(270deg, rgb(0 0 0 / 77%) 0%, rgb(0 0 0 / 19%) 100%);
    pointer-events: none;
}
.hero-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.6699054621848739) 0%, rgba(0,0,0,0) 19%);
    pointer-events: none;
}
.hero-wrapper {
    width: 710px;
    margin-left: auto;
    padding: 50px 0 25px;
    position: relative;
}
.hero-heading {
    margin: 0 0 30px;
}
.hero-heading h1 strong {
    display: block;
    position: relative;
}
.hero-heading h1 strong:first-child::after {
    width: 25%;
}
.hero-heading h1 strong::after {
    content: "";
    position: absolute;
    top: 40px;
    right: 0;
    width: 54%;
    height: 8px;
    background: #fff;
}
.hero-form h2 {
    margin: 0 0 15px;
}
.form-group {
    margin-bottom: 15px;
    width: 100%;
    padding: 0 6px;
}
.half {
    width: 50%;
}
.full {
    width: 100%;
}
.form-group .form-control {
    border-radius: 0;
    min-height: 50px;
    height: 50px;
    font-family: 'Rajdhani Medium';
    font-weight: 500;
    color: #000;
    font-size: 22px;
    outline: none;
    resize: none;
    border: 0;
}
.form-group .form-control:focus {
    box-shadow: none;
    border: 0;
}
.form-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  opacity: 1;
}
.form-group .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #000;
    opacity: 1;
}
.form-group .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #000;
    opacity: 1;
}
.form-group .form-control:-moz-placeholder { /* Firefox 18- */
    color: #000;
    opacity: 1;
}
.form-group .form-submit {
    background: #0071bc;
    color: #fff;
    border: 0;
    box-shadow: none;
    min-width: 262px;
    min-height: 53px;
    font-size: 27px;
    font-family: 'Rajdhani Bold';
    font-weight: bold;
    cursor: pointer;
    transition: .35s ease;
}
.form-group .form-submit:hover {
    background: #fff;
    color: #0071bc;
}
.thanks-msg {
    padding: 0 7px;
    width: 100%;
}
.thanks-msg p {
    color: #fff;
    font-size: 20px;
}
/* .thanks-msg p {
    background: #fff;
    width: max-content;
    margin: auto;
    padding: 5px 12px;
    border-radius: 4px;
    color: #0071bc;
} */
/* HERO SECTION CSS END */

/* FOOTER CSS START */
.footer {
    background-color: #fff;
    padding: 20px 0;
}
.footer .container {
    max-width: 1810px;
}
.footer-wrapper p {
    font-size: 12px;
    font-family: 'Myriad Pro Regular';
    font-weight: normal;
    color: #000;
    line-height: 1.5;
}
/* FOOTER CSS END */
.error-form {
    border: 2px solid #f20 !important;
}
.error-form::placeholder {
    color: #f00 !important;
}
.hero-heading p {
    color: #fff;
    font-size: 22px;
    margin: 20px 0 0;
}
.hero-heading p a:hover {
    text-decoration: underline;
    color: #fff;
}
