/*@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');*/

body {
    font-family: 'Myriad Pro' !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    font-weight: 400;
}

a,
a:hover {
    text-decoration: none !important;
}
.banenr {
    line-height: 0;
}
video#myvideo {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

button#muteButton {
    position: absolute;
    right: 24px;
    bottom: 24px;
    z-index: 7;
    border: 0;
    width: auto;
    padding: 0;
    
    background: transparent;
}
img {
    max-width: 100%;
    height: auto;
}

button:focus,
.form-control:focus {
    outline: 0;
    box-shadow: unset;
}

.h-font {
    font-family: "Raleway", sans-serif;
}

.grow-grid {
    padding: 90px 0;
    background: linear-gradient(180deg, rgba(4, 32, 58, 0) -54.18%, #04203A 31.52%);
}

.aboutus {
    background-image: url(../images/about.jpg);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    padding-top: 102px;
    padding-bottom: 210px;
    color: white
}

.logobg {
    height: 100vh;
    background-image: url(../images/background2.jpg);
    background-size: cover;
    background-position: center center;
}

.mission {
    background-image: url(../images/missionbg.jpg);
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    height: 100vh;
    background-attachment: fixed;
}

.visson {
    background-image: url(../images/vissionbg.jpg);
}

.founder {
    background-image: url(../images/founderbg.jpg);
    background-size: cover;
    background-position: center center;
}

.services {
    background: #04203A;
    padding: 77px 0 110px 0;
}

.contentbox {
    max-width: 293px;
    gap: 14px;
}

.aboutus h1 {
    font-size: 40px;
    font-weight: 400;
    line-height: 46.96px;
    margin-bottom: 20px;
}

.line {
    width: 124px;
    height: 2px;
    background: white;
}

.abouttext.position-absolute {
    font-size: 150px;
    font-weight: 700;
    line-height: 100px;
    color: #FFFFFF0D;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: table;
}

.aboutus .col-md-12 {
    margin-bottom: 100px;
}

.aboutus h2 {
    font-size: 45px;
    font-weight: 500;
    line-height: 52.83px;
    color: #C38937;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.aboutus p {

    font-size: 18px;
    font-weight: 400;
    line-height: 26.1px;
    max-width: 593px;

}

.aboutus .def-btn {
    margin-top: 56px;
}

.def-btn {
    display: inline-flex;
    background: #A17534;
    color: white;
    border: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 12px 22px;
    gap: 12px;
    align-items: center;
    transition: 0.5s all;
    position: relative;
    z-index: 9;
}

.def-btn:hover svg {
    transform: translateX(6px);
}

.def-btn svg {
    transition: 0.3s all;
}



.mission h3 {
    background: linear-gradient(89.87deg, rgba(31, 70, 105, 0) 0.11%, #1F4669 36.58%, rgba(31, 70, 105, 0) 99.75%);
    justify-content: center;
    align-items: center;
    gap: 20px;
    box-shadow: 0px 4px 17.6px 4px #0000000A;
    font-family: "Raleway", sans-serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 64.57px;
    text-transform: uppercase;
    color: white;
}

.mission p {
    max-width: 385px;
    color: white;
    margin: auto;
    font-size: 20px;
    line-height: 32px;
    margin-top: 50px;
}

.mission {
    padding-top: 100px;
}

.founder {
    padding: 100px 0;
}

.founder .container {
    background: #04203A;
    padding: 95px 75px 140px 75px;
}

.founder h3 {
    color: white;
    font-size: 40px;
    font-weight: 400;
    line-height: 46.96px;
    margin-bottom: 20px;
}

.founder .container .row+.row {
    margin-top: 130px;
}

.founder h3 {
    font-size: 55px;
    font-weight: 500;
    line-height: 64.57px;
    color: #C38937;
    margin-bottom: 16px;
}

.founder p {
    color: white;
    max-width: 650px;
}

.founder h4 {
    font-size: 40px;
    font-weight: 500;
    line-height: 46.96px;
    color: #C38937;
    margin-top: 45px;
}

.founder ul {
    color: white;
    list-style: none;
    padding: 0;
    margin-top: 22px;
    max-width: 650px;
}

.founder ul li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}

.founderabs {
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    display: table;
    margin: auto;
    font-family: "Raleway", sans-serif;
    font-size: 150px;
    font-weight: 700;
    line-height: 100px;
    text-align: left;
    color: white;
    opacity: 0.05;
}

.services h4 {
    color: white;
    font-size: 40px;
    font-weight: 400;
    line-height: 46.96px;
    margin-bottom: 20px;

}

.services .container .row:nth-child(1) {
    margin-bottom: 120px;

}



.contentbox h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 37.2px;
    color: #C38937;
    margin-bottom: 22px;
}

.contentbox p {
    color: white;
    font-size: 14px;
    line-height: 24px;
}

.services-abs {
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    display: table;
    margin: auto;
    font-family: "Raleway", sans-serif;
    font-size: 150px;
    font-weight: 700;
    line-height: 100px;
    text-align: left;
    color: white;
    opacity: 0.05;
}

.project-abs {
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    display: table;
    margin: auto;
    font-family: "Raleway", sans-serif;
    font-size: 150px;
    font-weight: 700;
    line-height: 100px;
    text-align: left;
    color: white;
    opacity: 0.05;
}

.box:hover figure {
    transform: rotateY(180deg);
}

.box figure {
    transition: transform 0.6s;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.project {
    background: linear-gradient(180deg, #1F4669 0%, #1F4669 100%);
    padding: 60px 0;
}

.project h5 {
    color: white;
    font-size: 40px;
    font-weight: 400;
    line-height: 46.96px;
    margin-bottom: 20px;
}

.project .nav {
    margin-top: 60px;
    border: 0;
    gap: 10px;
}

.project .nav button {
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: white;
    font-size: 24px;
    line-height: 31px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    padding: 8px 24px;
}

.project .nav button.active {
    background: #A17534;
    color: white;
}

.project .tab-content {
    margin-top: 80px;
    margin-bottom: 80px;
}

.project .tab-content p {
    font-size: 22px;
    color: white;
    line-height: 28px;
}

.comingsoon {
    height: 327px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 90px;
    line-height: 95px;
}

.news {
    background: linear-gradient(180deg, #1F4669 0%, #1F4669 100%);
    padding-top: 80px;
    padding-bottom: 350px;
}

.news h6 {
    color: white;
    font-size: 40px;
    font-weight: 400;
    line-height: 46.96px;
    margin-bottom: 20px;
}

.news .container .row+.row {
    margin-top: 118px;
}

.blog-card figure img {
    display: block;
    width: 100%;
}

.blog-content a:hover {
    background: #a17534;
}

.blog-card {
    background-color: white;
    position: relative;
    z-index: 2;
}

.blog-content {
    padding: 24px 32px;
}

.blog-content h3 {
    font-family: Raleway;
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0.02em;
    color: #000000;
    margin-top: 12px;
    min-height: 88px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-content .line {
    width: 100%;
    height: 1px;
    display: block;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(48, 48, 48, 0.5) 49.5%, rgba(102, 102, 102, 0) 100%);
    margin: 24px 0;


}

.date {
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.02em;
}

.blog-content a {
    background-color: #04203A;
    color: white;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.02em;
    padding: 6px 12px;

}

.newsabs {
    bottom: 250px;
    left: 0;
    right: 0;
    display: table;
    margin: auto;
    font-family: "Raleway", sans-serif;
    font-size: 150px;
    font-weight: 700;
    line-height: 100px;
    text-align: left;
    color: white;
    opacity: 0.05;
}

footer {
    background: #04203A;
    padding-top: 304px;
    padding-bottom:24px;
}

.contact-fom {
    position: absolute;
    left: 0;
    right: 0;
    top: -170px;
}

.title {
    font-family: Raleway;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: white;
    margin-bottom: 16px;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li,
footer ul li a {
    font-family: Myriad Pro;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: white;
}

footer ul li {
    margin-bottom: 10px;
}

footer ul li a:hover {
    color: #a17534;
}

.social li {
    width: 30px;
    flex: 0 0 30px;
    margin: 0;
}

.social li a {
    display: block;
}

footer p,
footer label {
    color: white;
    font-size: 14px;
    font-weight: 500;
}

footer label {
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

footer label input {
    height: 16px;
    flex: 0 0 16px;
}

footer .container+.container .col-md-12  {
    border-top: 1px solid white;
    padding-top: 28px;
    margin-bottom: 0;
    margin-top: 28px;
    font-size: 16px;
    font-weight: 400;
}

.footerform input {
    border: 1px solid white;
    border-radius: 0;
    background: transparent;
    color: white;
    margin-bottom: 8px;
    color: white;
}

.footerform input:focus {
    background: transparent;
    color: white;
}

.footerform input::placeholder {
    color: white;
}

.footerform .def-btn {
    border: 1px solid #a17534;
    background: transparent;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    padding: 7px 0;
}

.footerform .def-btn:hover {
    background: #a17534;
    color: white;
}

.contact-fom .col-md-12 {
    background-image: url(../images/frombg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contact-fom .col-md-12 {
    padding: 70px 60px 110px 60px;
    border: 1px solid white;
    border-radius: 28px;
}

.contact-fom .col-md-12 {
    padding: 70px 60px;
    border: 1px solid white;
    border-radius: 28px;
}

.contact-fom h2 {
    font-family: Raleway;
    font-size: 54px;
    font-weight: 500;
    line-height: 55px;
    letter-spacing: -0.02em;
    text-align: left;
    color: white;
    max-width: 450px;
    margin-bottom: 60px;
}

.contact-fom .form-control {
    background: transparent;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
    color: white;
    padding: 0;
    height: 44px;
}

.contact-fom .form-control::placeholder {
    color: white;
}

.founderloog {
    position: absolute;
    max-width: 200px;
    left: 70px;
    top: 50px;
}

ul.social {
    gap: 12px;
    margin-top: 20px;
}

.grow {
    padding: 84px 0;

    background: linear-gradient(180deg, rgba(4, 32, 58, 0) -54.18%, #04203A 31.52%);
}

.grow-text {
    max-width: 80%;
    box-shadow: 0px 4px 17.6px 4px #0000000A;
    background: linear-gradient(89.87deg, rgba(31, 70, 105, 0) 0.11%, #1F4669 19.87%, rgba(31, 70, 105, 0) 99.75%);
    padding-top: 24px;
    padding-bottom: 60px;
    padding-left: 80px;
}

.grow-text figure {
    width: 280px;
    right: -200px;
    bottom: 0;
    margin: 0;
}

.grow-text h2 {
    color: white;
    font-family: Raleway;
    font-size: 80px;
    font-weight: 700;
    line-height: 100px;
    text-align: left;
}

.grow-text p {
    color: white;
    margin: 0;
    font-size: 35px;
    font-weight: 400;
    line-height: 42px;
    text-align: left;
}

.grow-block {
    background: #04203A;
}

header {
    background: #04203A;
    color: white;
}

header ul li a.nav-link {
    color: white;
    font-size: 18px;
    line-height: 24px;
    padding: 0;
}

header ul {
    gap: 40px;
}

header ul li a.nav-link:hover {
    color: #A17534;
}

header.sticky-top {
    z-index: 9999;
}

.titlewraper {
    height: 340px;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.titlewraper h1 {
    color: white;
    font-size: 50px;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
}

.servicescontent {
    padding: 160px 0;
    display: flex;
    flex-direction: column;
    gap: 130px;
}

.grid-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 38px 38px;
    color: white;
}

.right-content {
    background: linear-gradient(90deg, rgba(4, 32, 58, 0) 16.3%, rgba(4, 32, 58, 0.5) 39.18%, #04203A 100%);
    text-align: right;
}



.grid-content h1 {
    font-size: 55px;
    font-weight: 500;
    line-height: 55px;
    font-family: "Raleway", sans-serif;
    color: #A17534;
}

.grid-content p {
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    max-width: 600px;
}

.right-content p {
    margin-left: auto;
}

.right-left {
    background: linear-gradient(271deg, rgba(4, 32, 58, 0) 16.3%, rgba(4, 32, 58, 0.5) 39.18%, #04203A 100%);
}

.innerpage-footer .contact-fom {
    display: none;
}

.innerpage-footer footer {
    padding-top: 120px;
}

.aboutuspageinner {
    padding-top: 210px;

}

.career {
    background: linear-gradient(180deg, #1F4669 0%, #1F4669 100%);
    padding-top: 116px;
    padding-bottom: 224px;
}

.career h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    color: white;
}

.career .line {
    width: 90px;
}

.career h2 {
    font-size: 45px;
    font-weight: 500;
    line-height: 54.57px;
    color: white;
    text-align: center;
    margin-top: 34px;
}

.career h6 {
    font-size: 25px;
    font-weight: 500;
    line-height: 30.31px;
    text-align: center;
    color: white;
    max-width: 655px;
    display: table;
    margin: auto;
    margin-top: 16px;
}

.career p {
    color: white;
    font-size: 20px;
    line-height: 24px;
    max-width: 820px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    text-align: center;
}

.career figure {
    margin-top: 80px;
}

.career-abs {
    font-size: 150px;
    font-weight: 700;
    line-height: 100px;
    color: #FFFFFF0D;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: table;
    position: absolute;
}

img.backimg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
    transition: 0.3s all;
}

.box figure img:nth-child(1) {
    position: relative;
    z-index: 1;
}

.box:hover figure .backimg {
    z-index: 1;
    opacity: 1;
}

.commingtext {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    color: #C38937;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 70px;
    font-weight: 600;
}

.owl-news button {
    width: 50px;
    height: 50px;
    background: #0000006e !important;
    color: white !important;
    border-radius: 50%;
    font-size: 35px !important;
}

.owl-news button:hover {
    background: black !important;
}

.owl-news .owl-dots {
    display: none !important;
}

.owl-nav {
    display: flex;
    justify-content: flex-end;
    gap: 13px;
    margin-top: 30px;
}

.careeropurtinity {
    background: #04203A;
    color: white;
    padding: 90px 0;
    margin-bottom: 60px;
}

.careeropurtinity h1 {
    font-size: 64px;
    font-weight: 500;
    margin-bottom: 28px;
}

.careeropurtinity p {
    max-width: 650px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    margin-bottom: 64px;
}

.careeropurtinity .card {
    width: 430px;
    color: black;
    box-shadow: 0px 4px 17.6px 4px #0000000A;
    border-radius: 14px;
    padding: 40px 48px;
    border: 0;
}

.careeropurtinity .card .card-heading h6 {
    color: #747474;
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: 400;
}

.careeropurtinity .card .card-heading h5 {
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}

.careeropurtinity .card .card-heading {
    padding-bottom: 24px;
    border-bottom: 1px solid #AEAEAE;
}

.careeropurtinity .card .row {
    border-bottom: 1px solid #AEAEAE;
    margin: 0;
    padding: 12px 0;
}

.careeropurtinity .card .row>div {
    padding: 0;
}

.careeropurtinity .card .row div:nth-child(1) {
    font-size: 16px;
    font-weight: 600;
}

.careeropurtinity .card .row div:nth-child(2) {
    font-size: 16px;
    text-align: right;
    color: #747474;
}

.showimgehover img:nth-child(2) {
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
}

.showimgehover:hover img:nth-child(2) {
    opacity: 9;
}
.careeropurtinity .card a {
    background: #04203A;
    box-shadow: 0px 4px 17.6px 4px #0000000A;
    color: white;
    padding: 8px 20px 6px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.careeropurtinity .card a:hover {
    color: white;
}
#contactmodal .modal-dialog {
    max-width: 530px;
    border: 0;
}

#contactmodal .modal-dialog form {
    max-width: 90%;
    display: table;
    margin: auto;
    margin-top: 40px;
}

#contactmodal .modal-dialog form .row {
    gap: 27px;
}

#contactmodal .modal-dialog form .row input {
    height: 44px;
    width: 100%;
    padding-left: 17px;
}

#contactmodal .modal-dialog h6 {
    font-size: 44px;
    line-height: 48px;
    text-transform: uppercase;
}

#contactmodal .modal-dialog .modal-body {
    padding-top: 50px;
    padding-bottom: 40px;
}

#contactmodal button.btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

#contactmodal .modal-dialog form button {
    text-align: center;
    justify-content: center;
}
@media only screen and (max-width: 600px) {

.grow-text{
    max-width:100%;
}
.grow-text figure {
    position: relative !important;
    left: auto;
    right: auto;
    display: table;
    margin: auto;
}

.newsabs {
    font-size: 60px;
    text-align: center;
    line-height: 70px;
    bottom: 0px;
}

.project-abs {
    font-size: 60px;
}

.services-abs {
    font-size: 60px;
}

.founderabs {
    font-size: 60px;
}

.abouttext.position-absolute {
    font-size: 60px;
}
.banenr video {
    height: 350px !important;
    object-fit: cover;
}
.grow-text {
    padding-left: 16px;
    padding-right: 16px;
}

.grow-text h2 {
    font-size: 50px;
    line-height: 64px;
    text-align: center;
}

.grow-text p {
    text-align: center;
    font-size: 26px;
    margin-bottom: 34px;
}

.grow {
    padding: 60px 0;
}

.aboutus .col-md-12 {
    margin-bottom: 44px;
}

.aboutus p {
    font-size: 16px;
    text-align:center;
}

.aboutus {
            padding-top: 60px;
        background-image: url(../images/aboutmoble.jpg);
        background-position: center bottom;
        padding-bottom: 350px;

}

.aboutus .def-btn {
    margin-left: auto;
    margin-right: auto;
    display:flex;
}

.mission h3 {
    font-size: 34px;
}

.mission.sticky-top {
    position: relative;
    height:unset !important;
    padding-bottom:100px;
    
}

.mission p {
    font-size: 18px;
}

.founder {
    padding: 40px 20px;
}

.founderloog {
    left: 4px;
    top: 7px;
    width: 50px;
}

.founder .container {
            padding: 70px 16px 120px 16px;
}

.founder .container .row+.row {
    margin-top: 60px;
}

.founder h3 {
    font-size: 34px;
    line-height: 44px;
}

.founder h3 {
    font-size: 34px;
    line-height: 44px;
}

.founder h4 {
    font-size: 34px;
    line-height: 44px;
}
.contentbox h3 {
    font-size: 24px;
    line-height: 31px;
}
.contentbox .text-end {
    text-align: left !important;
}
.mobile-order .contentbox div:nth-child(1) {
    order: 1;
}

.mobile-order .contentbox div:nth-child(2) {}

.mobile-order .box:nth-child(1) .contentbox div:nth-child(1) {
    order: 1 !important;
}

.mobile-order .box:nth-child(1) .contentbox div:nth-child(2) {
    order: 2;
}

.mobile-order {
    gap: 50px;
}

.mobile-order .box figure {
    order: 2;
}
.gap {
    gap: 50px;
    margin-bottom: 40px;
}
.gap {
    gap: 50px;
    margin-bottom: 40px;
}

.project h5 {
    font-size: 34px;
    line-height: 44px;
}

.project .nav button {
    font-size: 22px;
}

.project .tab-content p {
    font-size: 18px;
}

.project-abs {
    bottom: -26px;
}

.project .tab-content {
    margin-bottom: 30px;
}

.news h6 {
    font-size: 34px;
}

.news .container .row+.row {
    margin-top: 60px;
}

.blog-content h3 {
    font-size: 16px;
    line-height: 26px;
            min-height: 78px;
}

.blog-content {
    padding: 24px;
}

.contact-fom {
    position: relative;
    top: 0;
    margin: 0 20PX;
    margin-bottom: 60px;
}

.news {
    padding-bottom: 120px;
}

footer {padding-top: 60PX;}

.contact-fom .col-md-12 {
    PADDING: 50px 20px;
}

.contact-fom h2 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 30px;
}

.contact-fom .col-md-4 {
    justify-content: center !important;
    margin-top: 40px;
}

.contact-fom .col-md-4 .def-btn {width: 100%;text-align: center;justify-content: center;}

footer figure img{
    max-width:190px !important;
}

footer> .container> .row {
    gap: 30px;
}
footer label {
    margin-top: 22px;
}

footer label input {
    margin-top: 0;
    top: 3px;
    position: relative;
}
footer .container+.container .col-md-12 p {
    font-size: 14px;
    text-align: center;
}
.commingtext {
    font-size: 34px;
    line-height: 44px;
}
.titlewraper {
    background-position: center center;
    height: 170px;
}

.titlewraper h1 {
    font-size: 34px;
    line-height: 44px;
}
.innerpage-footer footer {
    padding-top: 60px;
}
.grid-content h1 {
    font-size: 26px;
    line-height: 44px;
}

.grid-content p {
    font-size: 16px;
    line-height: 24px;
}
.grid-content {
    padding: 18px;
}

.servicescontent {
    padding: 90px 0;
    gap: 60px;
}
.careeropurtinity .card {
    width: 90%;
    margin: auto;
    padding: 34px 24px;
}

.careeropurtinity h1 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 24px;
}

.careeropurtinity p {
    font-size: 18px;
}

.career-abs {
    font-size: 50px;
}

.career {
    padding-bottom: 120px;
    padding-top: 90px;
}

.career h2 {
    font-size: 34px;
    line-height: 44px;
}

.career h6 {
    font-size: 22px;
}

.career p {
    font-size: 16px;
}
header ul {
    padding-top: 30px;
    padding-bottom: 30px;
    gap: 24px;
}

button.navbar-toggler {
    outline: 0;
    box-shadow: unset !important;
}
.right-content
{
        background: linear-gradient(90deg, rgba(4, 32, 58, 0) 16.3%, rgb(4 32 58) 39.18%, #04203A 100%);
}
.right-left {
    background: linear-gradient(271deg, rgba(4, 32, 58, 0) 0%, rgb(4 32 58 / 70%) 39.18%, #04203A 100%);
}
}