@font-face {
    font-family: 'Myriad-Pro-Bold-Condensed';
    src: url('../fonts/Myriad Pro Bold Condensed.ttf');
}
@font-face {
    font-family: 'Myriad-Pro-Bold';
    src: url('../fonts/Myriad Pro Bold.ttf');
}
@font-face {
    font-family: 'Myriad-Pro-Regular';
    src: url('../fonts/Myriad Pro Regular.ttf');
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Myriad-Pro-Bold-Condensed';
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #212529;
    background-color: #024547;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.main {
    position: relative;
    margin: 0px;
    padding: 0px;
    background-image: url(../images/pic.jpg);
    background-size: cover;
    height: 600px;
}
.pic {
    width: 100%;
    height: auto;
}
.copyright {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 62px;
}
.logo {
    position: absolute;
    top: 164px;
    right: 50px;
}
.content {
    background-color: #024547;
    color: #fff;
    padding: 30px;
}
.content::after {
    clear: both;
}
.content::before, .content::after {
    display: table;
    content: " ";
}
.content h1 {
    font-size: 48px;
    font-family: 'Myriad-Pro-Bold';
    color: #ffff00;
    text-align: center;
    letter-spacing: 1px;
    word-spacing: 4px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.content h2 {
    font-size: 44px;
    font-family: 'Myriad-Pro-Bold';
    color: #ffff00;
    text-align: center;
    letter-spacing: 1px;
    word-spacing: 4px;
    margin-top: 30px;
    margin-bottom: 40px;
}
.content p {
    font-size: 30px;
    font-family: 'Red Hat Display';
    text-align: center;
    width: 80%;
    margin: 30px auto;
    line-height: 2;
}
.section-yellow {
    padding: 35px;
    background-color: #ffff00;
}
.section-yellow p {
    font-size: 30px;
    font-family: 'Myriad-Pro-Bold';
    text-align: center;
    margin: 0px auto;
    line-height: 2;
}
.section-white {
    padding: 100px;
    background-color: #fff;
    text-align: center;
}
.section-white h2 {
    font-size: 32px;
    font-family: 'Myriad-Pro-Bold';
    color: #024547;
    margin-top: 0px;
    margin-bottom: 50px;
}
.section-white p {
    font-size: 30px;
    font-family: 'Red Hat Display';
    text-align: center;
    width: 80%;
    margin: 0px auto;
    line-height: 2;
}
/* .text {
    position: relative;
    float: left;
    width: 45%;
    font-family: 'Red Hat Display';
    font-size: 33px;
} */
.list {
    font-family: 'Red Hat Display';
    font-size: 33px;
    display: block;
    margin: 10px auto;
    margin-bottom: 20px;
    width: fit-content;
    margin-top: 50px;
    margin-bottom: 50px;
}
.list li {
    margin-bottom: 24px;
}
.button {
    text-align: center;
    display: block;
    margin-top: 60px;
    margin-bottom: 60px;
}
.button a {
    background: none;
    background-color: #ffff00;
    border: 3px solid #ff0000;
    color: #000;
    font-family: 'Red Hat Display';
    font-size: 32px;
    font-weight: 500;
    text-decoration: none;
    padding: 4px 48px;
}
/* .heading {
    position: relative;
    float: left;
    width: 55%;
    text-align: center;
}
.heading h2 {
    color: #f8ff25;
    font-size: 60px;
    letter-spacing: 1px;
    word-spacing: 10px;
    text-transform: capitalize;
    margin-top: 30px;
    margin-bottom: 20px;
}
.heading h3 {
    font-size: 57px;
    letter-spacing: 1px;
    word-spacing: 10px;
    margin-top: 25px;
} */
.icons {
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
}
.icons img {
    width: 182px;
}
.desktop {
    display: block;
}
.mobile {
    display: none;
}
.wrapper {
    margin: 0px;
    padding: 0px;
    height: 100vh;
}
.wrapper::after {
    clear: both;
}
.wrapper::before, .wrapper::after {
    display: table;
    content: " ";
}
.main-left {
    position: relative;
    float: left;
    width: 60%;
    background-image: url(../images/pic.jpg);
    background-size: cover;
    height: 100%;
}
.content-right {
    background-color: #024547;
    position: relative;
    float: left;
    width: 40%;
    height: 100%;
    text-align: center;
}
.v-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.logo2 {
    margin-top: 45px;
    height: 170px;
}
.title {
    font-family: 'Red Hat Display';
    font-size: 35px;
    color: #fff;
    margin-top: 30px;
}
.form {
    margin-top: 30px;
}
.form .form-control {
    width: 260px;
    border: none;
    border-radius: 15px;
    padding: 5px 10px;
    font-family: 'Red Hat Display';
    font-size: 30px;
    color: #024547;
    text-align: center;
    outline: none;
}
.form .form-control::placeholder {
    color: #024547;
    opacity: 0.75 !important;
}
.form .form-group {
    margin-bottom: 30px;
}
.form .form-check {
    width: 20px;
    height: 20px;
}
.form .form-label {
    font-family: 'Red Hat Display';
    font-size: 20px;
    color: #fff;
}
.form .btn-control {
    width: 260px;
    border: none;
    border-radius: 15px;
    padding: 5px 10px;
    font-family: 'Red Hat Display';
    font-size: 30px;
    color: #024547;
    text-align: center;
    outline: none;
    cursor: pointer;
}
.form .img-control {
    display: block;
    max-width: 120px;
    height: auto;
    margin: 10px auto;
}
.form .btn {
    background: none;
    background-color: #024547;
    border: 3px solid #fff;
    color: #fff;
    font-family: 'Red Hat Display';
    font-size: 32px;
    font-weight: 500;
    text-decoration: none;
    outline: none;
    padding: 4px 50px;
}
.form a {
    font-family: 'Red Hat Display';
    font-size: 20px;
    color: #fff;
}
.form .error {
    border: 2px solid #ff0000;
}
.form .error::placeholder {
    color: #ff0000;
    opacity: 0.75 !important;
}
.form .message {
    font-family: 'Red Hat Display';
    font-size: 12px;
    font-weight: 500;
    color: #ff0000;
}

.popup-wrapper {
    background-color: rgba(255, 255, 255, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
}
.popup-wrapper .popup {
    background-color: #fff;
    position: absolute;
    top: 30%;
    left: 30%;
    right: 30%;
    bottom: 30%;
    height: 253px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.popup .close {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 32px;
    cursor: pointer;
}
.popup .popup-body {
    padding: 20px 20px;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;

}
.popup .popup-body h3 {
    color: #024547;
    font-size: 60px;
    display: table-cell;
    vertical-align: middle;
}
.popup .popup-body h4 {
    color: #024547;
    font-size: 50px;
    display: table-cell;
    vertical-align: middle;
}
.w-100 {
    width: 100% !important;
}
.subscribe-popup
{
    position: fixed;top: 100px;left: calc(50% - 300px); background-color:#fff;border: 1px solid #dfdfdf;border-radius: 25px;width: 600px;color: #000;z-index: 9999;height: 296px;text-align: center;font-size: 30px; background-color:#ffff00;
}
.yellow-div
{
    background-color: #ffff00;
border: 3px solid #ff0000;
width: auto;
display: inline-block;
margin: 0px auto;
padding: 10px 20px;
margin-top: 25px;
margin-bottom: 15px;
}
.yellow-div a
{
    color: #000;
font-family: 'Red Hat Display';
font-size: 32px;
font-weight: 500;
text-decoration: none;
line-height: 40px;
}
#divstakeholder .form-control, #divsubscribe .form-control
{
    font-size: 24px;
}
.response-popup p
{
    text-align: center !important;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .logo {
        width: 220px;
        top: 193px;
        right: 45px;
    }
    .content h1 {
        font-size: 44px;
    }
    .content h2 {
        font-size: 40px;
    }
    .content p {
        font-size: 27px;
    }
    .section-yellow p {
        font-size: 27px;
    }
    .section-white h2 {
        font-size: 30px;
    }
    .section-white p {
        font-size: 27px;
    }
    .list {
        font-size: 27px;
    }
    .list li {
        margin-bottom: 24px;
    }
    .button a {
        font-size: 30px;
    }
    .heading h2 {
        font-size: 65px;
        margin-top: 20px;
    }
    .heading h3 {
        font-size: 52px;
        margin-top: 20px;
    }
    .icons {
        margin-top: 44px;
    }
    .logo2 {
        margin-top: 40px;
        height: 160px;
    }
    .title {
        font-size: 32px;
    }
    .form {
        margin-top: 45px;
    }
    .form .form-control {
        width: 240px;
        padding: 4px 8px;
        font-size: 28px;
    }
    .form .form-group {
        margin-bottom: 25px;
    }
    .form .form-check {
        width: 20px;
        height: 20px;
    }
    .form .form-label {
        font-size: 18px;
    }
    .form .btn-control {
        width: 240px;
        padding: 4px 8px;
        font-size: 28px;
    }
    .form .img-control {
        max-width: 100px;
        margin: 8px auto;
    }
    .form .btn {
        font-size: 30px;
        padding: 4px 40px;
    }
    .form a {
        font-size: 18px;
    }
    .popup .popup-body {
        padding: 15px 60px;
    }
    .popup .popup-body h3 {
        font-size: 50px;
    }
    .popup .popup-body h4 {
        font-size: 40px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main {
        height: 500px;
    }
    .logo {
        width: 180px;
        top: 162px;
        right: 40px;
    }
    .content h1 {
        font-size: 38px;
    }
    .content h2 {
        font-size: 34px;
    }
    .content p {
        font-size: 23px;
    }
    .section-yellow p {
        font-size: 23px;
    }
    .section-white h2 {
        font-size: 27px;
    }
    .section-white p {
        font-size: 23px;
    }
    .list {
        font-size: 23px;
    }
    .list li {
        margin-bottom: 24px;
    }
    .button a {
        font-size: 27px;
    }
    .heading h2 {
        font-size: 60px;
        margin-top: 20px;
    }
    .heading h3 {
        font-size: 47px;
        margin-top: 18px;
    }
    .icons {
        margin-top: 44px;
    }
    .logo2 {
        margin-top: 35px;
        height: 150px;
    }
    .title {
        font-size: 30px;
    }
    .form {
        margin-top: 40px;
    }
    .form .form-control {
        width: 220px;
        padding: 4px 8px;
        font-size: 25px;
    }
    .form .form-group {
        margin-bottom: 25px;
    }
    .form .form-check {
        width: 18px;
        height: 18px;
    }
    .form .form-label {
        font-size: 17px;
    }
    .form .btn-control {
        width: 220px;
        padding: 4px 8px;
        font-size: 25px;
    }
    .form .img-control {
        max-width: 90px;
        margin: 8px auto;
    }
    .form .btn {
        font-size: 27px;
        padding: 4px 36px;
    }
    .form a {
        font-size: 17px;
    }
    .popup .popup-body {
        padding: 15px 60px;
    }
    .popup .popup-body h3 {
        font-size: 45px;
    }
    .popup .popup-body h4 {
        font-size: 35px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main {
        height: 450px;
    }
    .logo {
        width: 160px;
        top: 147px;
        right: 35px;
    }
    .content h1 {
        font-size: 32px;
    }
    .content h2 {
        font-size: 28px;
    }
    .content p {
        font-size: 20px;
    }
    .section-yellow p {
        font-size: 20px;
    }
    .section-white {
        padding: 80px;
    }
    .section-white h2 {
        font-size: 23px;
    }
    .section-white p {
        font-size: 20px;
    }
    .list {
        font-size: 20px;
    }
    .list li {
        margin-bottom: 24px;
    }
    .button a {
        font-size: 24px;
    }
    .heading h2 {
        font-size: 50px;
        margin-top: 20px;
    }
    .heading h3 {
        font-size: 39px;
        margin-top: 15px;
    }
    .icons {
        margin-top: 44px;
    }
    .logo2 {
        margin-top: 30px;
        height: 120px;
    }
    .title {
        font-size: 27px;
    }
    .form {
        margin-top: 40px;
    }
    .form .form-control {
        width: 200px;
        padding: 4px 8px;
        font-size: 22px;
    }
    .form .form-group {
        margin-bottom: 25px;
    }
    .form .form-check {
        width: 16px;
        height: 16px;
    }
    .form .form-label {
        font-size: 16px;
    }
    .form .btn-control {
        width: 200px;
        padding: 4px 8px;
        font-size: 22px;
    }
    .form .img-control {
        max-width: 80px;
        margin: 8px auto;
    }
    .form .btn {
        font-size: 24px;
        padding: 4px 32px;
    }
    .form a {
        font-size: 16px;
    }
    .popup .popup-body {
        padding: 10px 40px;
    }
    .popup .popup-body h3 {
        font-size: 40px;
    }
    .popup .popup-body h4 {
        font-size: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    
    .main {
        height: 360px;
    }
    .logo {
        width: 120px;
        top: 122px;
        right: 30px;
    }
    .content h1 {
        font-size: 25px;
        word-spacing: 2px;
    }
    .content h2 {
        font-size: 21px;
        word-spacing: 2px;
    }
    .content p {
        font-size: 20px;
    }
    .section-yellow {
        padding: 30px;
    }
    .section-yellow p {
        font-size: 15px;
    }
    .section-white {
        padding: 60px;
    }
    .section-white h2 {
        font-size: 23px;
        margin-bottom: 30px;
    }
    .section-white p {
        font-size: 20px;
        width: 90%;
    }
    .list {
        font-size: 20px;
        padding-left: 20px;
    }
    .list li {
        margin-bottom: 24px;
    }
    .button a {
        font-size: 21px;
    }
    .heading h2 {
        font-size: 40px;
        margin-top: 15px;
    }
    .heading h3 {
        font-size: 30px;
        margin-top: 15px;
    }
    .icons {
        margin-top: 36px;
    }
    .logo2 {
        margin-top: 25px;
        height: 100px;
    }
    .title {
        font-size: 24px;
    }
    .form {
        margin-top: 30px;
    }
    .form .form-control {
        width: 170px;
        padding: 4px 8px;
        font-size: 21px;
    }
    .form .form-group {
        margin-bottom: 25px;
    }
    .form .form-check {
        width: 14px;
        height: 14px;
    }
    .form .form-label {
        font-size: 14px;
    }
    .form .btn-control {
        width: 170px;
        padding: 4px 8px;
        font-size: 21px;
    }
    .form .img-control {
        max-width: 70px;
        margin: 8px auto;
    }
    .form .btn {
        font-size: 22px;
        padding: 4px 28px;
    }
    .form a {
        font-size: 14px;
    }
    .popup .popup-body {
        padding: 10px 30px;
    }
    .popup .popup-body h3 {
        font-size: 35px;
    }
    .popup .popup-body h4 {
        font-size: 25px;
    }
    .line-break {
        display: none;
    }
}
@media only screen and (max-width: 1000px) {
    .popup-wrapper .popup {
        top: 10%;
        left: 10%;
        right: 10%;
        bottom: auto;
        min-height: 300px;
        height: 50vh;
    }
}
@media only screen and (max-width: 767px) {
    
    .yellow-div a
    {
        font-size: 18px;
        line-height: 26px;
    }
    .sub-h2
    {
        font-size: 28px !important;
    }
    .mob-top-m-2
    {
        margin-top: 15px;   
    }
    body p
    {
        padding: 0px 15px;
        
        text-align: justify !important;
    }
    .mobile-sm-font
    {
        font-size: 15px !important;
    }
    .subscribe-popup
    {
        top: 50px;left: calc(50% - 180px); width: 360px; height: 300px;
    }
    .main {
        background-position: center;
        height: 50vh;
    }
    .copyright {
        top: 15px;
        left: 15px;
        width: 32px;
    }
    .logo {
        top: auto;
        right: auto;
        bottom: 10px;
        left: 50%;
        width: 124px;
        margin-left: -62px;
    }
    .content {
        display: table;
        width: 100%;
    }
    .content h1 {
        font-family: 'Myriad-Pro-Regular';
        font-size: 27px;
        font-weight: 500;
        word-spacing: 2px;
        line-height: 1.5;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .content h2 {
        font-family: 'Myriad-Pro-Regular';
        font-size: 22px;
        font-weight: 500;
        word-spacing: 2px;
        line-height: 1.5;
        margin-top: 20px;
    }
    .content p {
        font-size: 18px;
        width: 100%;
    }
    .section-yellow {
        padding: 30px 15px;
    }
    .section-yellow p {
        font-size: 15px;
    }
    .section-white {
        padding: 30px;
    }
    .section-white h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .section-white p {
        font-size: 17px;
        width: 100%;
        text-align: justify;
    }
    .list {
        float: none;
        display: table-footer-group;
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 45px;
        padding-left: 20px;
    }
    .list li {
        margin-bottom: 25px;
        line-height: normal;
    }
    .list.list2 {
        text-align: left;
        margin-top: 40px;
    }
    .button {
        margin-top: 10px;
        margin-bottom: 45px;
    }
    .button a {
        border-width: 2px;
        font-size: 18px;
        font-weight: 400;
        text-decoration: none;
        padding: 3px 18px;
    }
    .heading {
        float: none;
        display: table-header-group;
    }
    .heading h2 {
        font-family: 'Red Hat Display';
        font-size: 30px;
        font-weight: normal;
        letter-spacing: 1px;
        word-spacing: normal;
        text-transform: capitalize;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .heading h3 {
        font-family: 'Red Hat Display';
        font-size: 22px;
        font-weight: normal;
        letter-spacing: 1px;
        word-spacing: normal;
        margin-top: 20px;
    }
    .heading h3 span {
        display: none;
    }
    .icons {
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .icons img {
        width: 135px;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
        text-align: center;
    }
    .wrapper {
        height: auto;
    }
    .main-left {
        float: none;
        width: 100%;
        height: 50vh;
    }
    .content-right {
        float: none;
        width: 100%;
    }
    .v-center {
        position: initial;
        transform: none;
    }
    .logo2 {
        margin-top: -80px;
        height: auto;
        width: 124px;
    }
    .title {
        font-size: 24px;
    }
    .form {
        margin-top: 35px;
    }
    .form .form-control {
        width: 200px;
        border-radius: 12px;
        padding: 4px 8px;
        font-size: 22px;
    }
    .form .form-group {
        margin-bottom: 25px;
    }
    .form .form-check {
        width: 16px;
        height: 16px;
    }
    .form .form-label {
        font-size: 16px;
    }
    .form .btn-control {
        width: 200px;
        border-radius: 12px;
        padding: 4px 8px;
        font-size: 22px;
    }
    .form .img-control {
        max-width: 60px;
        margin: 8px auto;
    }
    .form .btn {
        font-size: 24px;
        padding: 4px 36px;
    }
    .form a {
        font-size: 16px;
    }
    .popup .popup-body {
        padding: 10px 30px;
    }
    .popup .popup-body h3 {
        font-size: 50px;
    }
    .popup .popup-body h4 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 428px) {
    .content h1 {
        font-size: 25px;
        margin-top: 10px;
    }
    .content h2 {
        font-size: 21px;
    }
    .section-yellow {
        padding: 30px 0px;
    }
    .section-yellow p {
        font-size: 15px;
    }
    .section-white {
        /*padding: 30px 10px;*/
    }
    .section-white h2 {
        font-size: 21px;
    }
    .section-white p {
        font-size: 16px;
        width: calc(100% - 30px);
    }
    .list {
        font-size: 18px;
    }
}
@media only screen and (max-width: 414px) {
    .section-white {
        padding: 30px 15px;
    }
}
@media only screen and (max-width: 400px) {
    .logo {
        width: 100px;
        margin-left: -50px;
    }
    .content {
        padding: 30px 10px;
    }
    .content h1 {
        font-size: 24px;
    }
    .content h2 {
        font-size: 20px;
    }
    .section-yellow p {
        font-size: 13px;
    }
    .section-white h2 {
        font-size: 20px;
    }
    .section-white p {
        font-size: 16px;
        width: calc(100% - 15px);
    }
    .heading h2 {
        font-size: 25px;
    }
    .heading h3 {
        font-size: 18px;
    }
    .text {
        font-size: 18px;
    }
}
@media only screen and (max-width: 375px) {
    .section-white p {
        font-size: 16px;
        width: 100%;
    }
}
@media only screen and (max-width: 360px) {
    .section-white p {
        font-size: 15px;
        width: 100%;
    }
}
@media only screen and (max-width: 359px) {
    .content {
        padding: 20px 5px;
    }
    .content h1 {
        font-size: 22px;
    }
    .content h2 {
        font-size: 18px;
    }
    .content p {
        font-size: 16px;
    }
    .section-yellow p {
        font-size: 12px;
    }
    .section-white {
        padding: 30px 10px;
    }
    .section-white h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .section-white p {
        font-size: 14px;
    }
    .list {
        font-size: 16px;
    }
    .button a {
        font-size: 16px;
    }
}