@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Dancing+Script:wght@400;500;600;700&family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300;400;500;600;700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

a {
    text-decoration: none !important;
}

header {
    padding-bottom: 5px;
    width: 100%;
    height: 90px;
    display: flex !important;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    z-index: 100;
    background-color: #00000023;
}

.form-group.contact_number {
    display: grid;
    grid-template-columns: 120px 1fr;
}

.form-group.contact_number select.countryCode.form-control {
    padding-left: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: -2px;
    border: 1px solid #29538975;
}

.form-group.contact_number input.form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0;
    height: 38px;
    border-left: none;
}

header a img {
    position: absolute;
    top: 0;
    height: 138px;
    margin-bottom: 20px;
    margin-left: -20px;
    z-index: 5;
    /* box-shadow: 3px 3px 5px rgba(128, 128, 128, 0.688); */
    /* border-left: 2px solid #e8cd20;
    border-right: 2px solid #e8cd20;
    border-bottom: 2px solid #e8cd20; */
    -webkit-filter: drop-shadow(3px 3px 5px #808080af);
    filter: drop-shadow(3px 3px 5px #808080af);
}

header label i {
    font-size: 30px;
    border: none;
    padding: 9px;
    padding-top: 0px;
    color: #6c6d74;
}

header label {
    display: none !important;
}

header #toggle {
    display: none;
}

header .menu {
    margin-top: 10px;
}

header .menu a {
    padding: 13px;
    text-decoration: none !important;
    font-size: 16px;
    color: white;
    font-weight: 600;
    text-align: center;
    font-family: 'Quicksand', serif;
    font-weight: 600;
    transition: .1s ease-in;
}

header .menu a:hover {
    border-bottom: 2px solid #e8cd20;
}

header .menu a:hover {
    color: #ffe32a;
}

header .icon {
    margin-top: 10px;
}

header .icon a {
    color: #e1f0fd;
    text-decoration: none;
    padding: 5px;
    font-size: 19px;
}

header .icon .login {
    color: #f5e265;
}

header .icon .login:hover {
    color: #e1f0fd;
}

header .icon a:hover {
    color: #ffe32a;
}

.header.scrolled {
    background-color: #ffffffe3;
    transition: 300ms linear;
    height: 70px;
}

.header.scrolled img {
    transition: 300ms linear;
    height: 105px;
    /* height: 90px; */
    /* border-left: 2px solid #e8cd20;
    border-right: 2px solid #e8cd20;
    border-bottom: 2px solid #e8cd20; */
}

.header.scrolled .menu {
    transition: 200ms linear;
}

.header.scrolled .menu a {
    font-size: 15px;
    padding: 10px 13px 10px 13px;
    transition: 300ms linear;
    color: #7b7b99;
}

.header.scrolled .icon .login {
    color: #e8cd20;
}

.header.scrolled .icon .login:hover {
    color: #7b7b99;
}

.header.scrolled .menu a:hover {
    color: #e8cd20;
}

.header.scrolled .icon a {
    font-size: 20px;
    transition: 300ms linear;
    color: #2f4557;
}

.header.scrolled .icon a:hover {
    color: #e8cd20;
}

.header2 {
    display: none !important;
}

/* .header2{
    position: fixed;
    width: 100%;
    height: 40px;
    top: 60px;
    background-color: rgba(0, 0, 0, 0.401);
    z-index: 10;
    display: none;
}
header .about:hover + .header2{
    display: block !important;
} */

.carousel img {
    width: 100% !important;
    height: 100vh !important;
}

.carasouel .col {
    margin-bottom: 30%;
}

.carasouel .carousel-inner span {
    margin: auto;
    padding: 5px;
    font-size: 35px;
    letter-spacing: 2px;
    font-family: 'EB Garamond', serif;
    font-weight: 500;
    animation: fadeup 1.2s cubic-bezier(0.14, 0.01, 0.43, 1.14) both;
    border-radius: 5px;
    box-shadow: 3px 3px 8px rgba(7, 7, 7, 0.652);
    display: inline-block;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 40px;
    height: 40px;
}

@keyframes fadeup {
    0% {
        opacity: 0;
        transform: translate3d(0%, 100%, 103px);
    }
    100% {
        opacity: 1;
        transform: translate3d(0%, 0, 0);
    }
}

.section1 .counter-up {
    position: absolute;
    bottom: -75px;
    min-width: 100%;
}

.section1 .counter-up .row {
    max-width: 65%;
    margin: auto;
    text-align: center;
    background-color: #ffffffea;
    padding: 30px;
    border-radius: 12px;
    border: 2px solid #d6c451;
    box-shadow: 3px 3px 10px #616161b9;
}

.section1 .counter-up h3 {
    color: #2b6682;
    font-size: 35px;
    /* font-family: 'Quicksand', sans-serif; */
    font-family: 'Playfair Display', serif;
    /* font-weight: 400; */
}

.section1 .counter-up p {
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #949494;
}

.property {
    margin-top: 130px;
}

.property p {
    font-family: 'Quicksand', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #838383;
    text-align: center;
}

.property h3 {
    /* width: 60%;
    margin: auto; */
    text-align: center;
    font-family: 'EB Garamond', serif;
    font-size: 45px;
    font-weight: 500;
    color: #295389;
    margin-top: -15px;
    text-shadow: 2px 2px 5px #80808081;
    margin-bottom: 35px;
}

.property h3::before,
.property h3::after {
    content: '';
    height: 3px;
    background-color: #e8cd20;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 10%;
    border: none;
    border-radius: 5px;
}

.property .container {
    min-width: 80% !important;
}

.property .item {
    height: 450px;
}

.property h2 {
    text-decoration: none !important;
    font-family: 'EB Garamond', serif;
    font-size: 38px;
    color: white;
    padding: 15px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.526);
}

.property .project_specs {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    bottom: 0 !important;
    padding: 15px;
}

.property .project_specs span {
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.526);
    ;
}

.property .item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.property .owl-theme .owl-dots .owl-dot span {
    display: none;
}

.testimonial {
    width: 100%;
    background-color: #f8f8f8;
    margin-top: 30px;
    padding: 30px;
}

.testimonial p {
    font-family: 'Quicksand', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #838383;
    text-align: center;
}

.testimonial h3 {
    text-align: center;
    font-family: 'EB Garamond', serif;
    font-size: 45px;
    font-weight: 500;
    color: #295389;
    margin-top: -15px;
    text-shadow: 2px 2px 5px #80808081;
    margin-bottom: 35px;
}

.testimonial h3::before,
.testimonial h3::after {
    content: '';
    height: 3px;
    background-color: #e8cd20;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 10%;
    border: none;
    border-radius: 5px;
}

.testimonial .container {
    max-width: 75%;
}

.testimonial .item {
    height: 400px;
    background-color: white;
    border-radius: 7px;
    box-shadow: 2px 2px 6px rgba(219, 219, 219, 0.741);
    padding: 55px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial .item::before {
    position: absolute !important;
    font-family: 'Font Awesome 5 Free';
    content: "\f10d";
    font-size: 38px;
    font-weight: 900;
    color: #ffc51e;
    top: -5px;
}

.testimonial .item p {
    font-size: 14px;
    text-align: left;
}

.testimonial .item .name_plate {
    display: flex;
}

.testimonial .item img {
    width: 20%;
    height: 90%;
    border-radius: 50%;
}

.testimonial .item .name_plate h4 {
    font-family: 'EB Garamond', serif;
    font-size: 22px;
    font-weight: 600;
    color: #295389;
    margin-top: 3px;
}

.testimonial .item .name_plate p {
    font-size: 13px;
    color: #aeaeae;
    margin-top: -3px;
    text-transform: uppercase;
}

/* .testimonial .owl-item.active.center {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
} */

.about_md {
    margin-top: 60px;
}

.about_md p {
    font-family: 'Quicksand', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #838383;
    text-align: center;
}

.about_md h3 {
    text-align: center;
    font-family: 'EB Garamond', serif;
    font-size: 45px;
    font-weight: 500;
    color: #295389;
    margin-top: -15px;
    text-shadow: 2px 2px 5px #80808081;
    margin-bottom: 35px;
}

.about_md h3::before,
.about_md h3::after {
    content: '';
    height: 3px;
    background-color: #e8cd20;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 10%;
    border: none;
    border-radius: 5px;
}

.about_md img {
    width: 100%;
    border-radius: 7px;
    box-shadow: 3px 3px 8px rgba(65, 65, 65, 0.479);
}

.about_md h4 {
    font-family: 'EB Garamond', serif;
    font-size: 27px;
    font-weight: 600;
    color: #295389;
    margin-bottom: 20px;
}

.about_md .title {
    font-size: 14px;
    color: #9e9e9e;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 5px;
}

.about_md .container p {
    font-size: 15px;
    text-align: left;
}

.about_md .container button {
    padding: 5px 15px;
    background-color: #ffd041;
    border: 2px solid transparent;
    border-radius: 6px;
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.about_md .container button:hover {
    background-color: white;
    border: 2px solid #ffc51e;
    color: #ffc51e
}

.banner_residential {
    background-image: url('../img/residential_banner.jpg');
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.ongoing-projects {
    margin-top: 50px;
}

.ongoing-projects .residential {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #838383;
    text-align: center;
    letter-spacing: 3px;
}

.ongoing-projects .detail_text {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #838383;
    text-align: justify;
    width: 80%;
    margin: auto;
    margin-bottom: 50px;
}

.ongoing-projects h3 {
    text-align: center;
    font-family: 'EB Garamond', serif;
    font-size: 42px;
    font-weight: 400;
    color: #295389;
    margin-top: -15px;
    text-shadow: 2px 2px 5px #80808081;
    margin-bottom: 20px;
}

.ongoing-projects h3::before,
.ongoing-projects h3::after {
    content: '';
    height: 3px;
    background-color: #e8cd20;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 10%;
    border: none;
    border-radius: 5px;
}

.ongoing-projects .container {
    min-width: 98%;
}

.ongoing-projects .col-lg-6 .in-tain {
    display: flex;
    border-radius: 7px;
    border: 1px solid #e8cd2055;
}

.ongoing-projects .col-lg-6 {
    padding: 12px !important;
}

.ongoing-projects .col-lg-6 .img_resize {
    min-width: 50%;
}

.ongoing-projects .col-lg-6 img {
    width: 50%;
    margin-right: 15px;
    /* box-shadow: 4px 4px 8px #8080807e; */
    border-radius: 7px 0 0 7px;
}

.ongoing-projects .text {
    padding: 10px;
}

.ongoing-projects .text .col-md-6 {
    width: 50% !important;
    display: flex;
    margin-top: 10px;
    padding: 5px !important;
}

.ongoing-projects .text .commercial-col {
    height: 130px;
}

.ongoing-projects .text .col-md-6 img {
    width: 27% !important;
    height: 85% !important;
}

.ongoing-projects .text .col-md-6 h4 {
    font-family: 'Quicksand', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #838383;
    letter-spacing: 1px;
}

.ongoing-projects .text .commercial-col .col-md-6 h4 {
    font-family: 'Quicksand', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #838383;
    letter-spacing: 1px;
}

.ongoing-projects .text .col-md-6 p {
    font-family: 'Quicksand', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #666666;
    margin-top: -5px;
    margin-bottom: 5px !important;
}

.ongoing-projects .text .commercial-col .col-md-6 p {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #666666;
    margin-top: -5px;
    margin-bottom: 5px !important;
}

.ongoing-projects .text .commercial-col .col-md-6 p span {
    font-family: 'Quicksand', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #838383;
}

.ongoing-projects .address {
    font-family: 'Quicksand', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #6d6d6d;
    margin-top: -7px;
}

.ongoing-projects .col-lg-6 h2 {
    font-family: 'EB Garamond', serif;
    font-size: 30px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 12px;
    transition: .3s linear;
}

.ongoing-projects .col-lg-6 h2:hover {
    text-shadow: 2px 2px 2px rgba(128, 128, 128, 0.416);
}

.banner_commercial {
    background-image: url('../img/commercial_banner.jpg');
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.about_banner {
    background-image: url('../img/about_banner.jpg');
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.about-company .tab {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 65%;
    display: flex;
    justify-content: space-evenly;
    bottom: 0vh;
    margin: auto;
    background-color: #ffffffa1;
    border-radius: 12px 12px 0 0;
    border: 2px solid gold;
    border-bottom: none;
}

.about-company .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 1px;
    width: 100%;
    height: 80px;
    color: #295389;
    font-family: 'EB Garamond', serif;
    text-shadow: 1px 2px 2px #ffffffea;
}

.about-company .tab button:hover {
    box-shadow: 8px 8px 8px rgb(70, 70, 70);
}

.about-company .tab button.active {
    box-shadow: 8px 8px 8px #333333;
}

.about-company .tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
    animation: fadeEffect 1s;
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#about .container {
    max-width: 70% !important;
}

.about-company .reach {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #838383;
    text-align: center;
    letter-spacing: 3px;
    margin-top: 50px;
}

.about-company h3 {
    text-align: center;
    font-family: 'EB Garamond', serif;
    font-size: 42px;
    font-weight: 400;
    color: #295389;
    margin-top: -15px;
    text-shadow: 2px 2px 5px #80808081;
    margin-bottom: 20px;
}

.about-company h3::before,
.about-company h3::after {
    content: '';
    height: 3px;
    background-color: #e8cd20;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 10%;
    border: none;
    border-radius: 5px;
}

.about-company p {
    font-family: quicksand;
    font-size: 14px;
    color: #6f6f6f;
    text-align: justify;
    font-weight: 400;
}

.about-company #about .col-md-6 p::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f061';
    font-weight: 900;
    color: gold;
}

.about-company #about .col-md-12 p::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f061';
    font-weight: 900;
    color: gold;
}

.about-company .star {
    display: block;
    text-align: center;
}

.about-company #about img {
    margin: auto !important;
}

.about-company h4 {
    text-align: center;
    width: 60%;
    margin: auto;
    margin-top: 60px;
    font-family: 'EB Garamond', serif;
    font-size: 28px;
    font-weight: 500;
    color: #295389;
    text-shadow: 2px 2px 3px #c0c0c0;
    margin-bottom: 25px;
}

#keypeople .container {
    max-width: 70% !important;
}

.about-company #keypeople .col_md {
    margin-top: 50px;
    border: 2px solid #ffc40039;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.about-company #keypeople .col-md-6 .col-md-12 {
    border: 2px solid #ffc40039;
    padding: 30px;
    border-radius: 20px;
    height: 100%;
}

.about-company #keypeople .md {
    width: 200px;
    height: 190px;
    display: block;
    margin: auto;
    border-radius: 50%;
    box-shadow: 3px 3px 8px #8080804d;
}

#keypeople .name {
    font-family: 'EB Garamond', serif;
    font-size: 27px;
    font-weight: 600;
    color: #205aa5;
    margin-bottom: 20px;
    margin-top: 5px;
}

#keypeople .des {
    font-family: quicksand;
    font-size: 15px;
    color: #9e9e9e;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    font-weight: 500 !important;
}

#csr img {
    width: 100%;
    border: 4px solid #ffc40058;
    border-radius: 40%;
}

.banner_contact {
    background-image: url('../img/contact_banner.jpg');
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.contact .reach {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #838383;
    text-align: center;
    letter-spacing: 3px;
    margin-top: 50px;
}

.contact h3 {
    text-align: center;
    font-family: 'EB Garamond', serif;
    font-size: 42px;
    font-weight: 400;
    color: #295389;
    /* margin-top: -15px; */
    text-shadow: 2px 2px 5px #80808081;
    margin-bottom: 20px;
}

.contact h3::before,
.contact h3::after {
    content: '';
    height: 3px;
    background-color: #e8cd20;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 10%;
    border: none;
    border-radius: 5px;
}

.contact .container-fluid {
    margin-top: 50px;
}

.contact .container .col-md-4 h4,
.contact .container .col-md-3 h4,
.contact .container .col-md-5 h4 {
    font-family: 'EB Garamond', serif;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #285b9e;
}

.contact p {
    font-family: quicksand;
    font-size: 14px;
    font-weight: 500;
    color: #6f6f6f;
    margin-bottom: 7px;
}

.contact a {
    font-family: quicksand;
    font-size: 15px;
    font-weight: 500;
    color: #134c97;
    display: block;
    margin-bottom: 12px;
    transition: .2s linear;
}

.contact a:hover {
    text-shadow: 2px 2px 2px #80808059;
}

.contact .data-form {
    max-width: 60%;
}

.contact input,
.contact select {
    width: 100%;
    padding: 12px;
    border: none;
    border-bottom: 1px solid #123a6d;
    margin-top: 15px;
    font-size: 17px;
    font-family: quicksand;
    color: #363636;
}

/* .contact option{
    margin-bottom: 12px;
} */

.contact input:focus,
.contact select:focus {
    outline: none;
}

.contact .check_main {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: center;
    align-items: flex-start;
    margin-top: 15px;
}

.contact .check_main input {
    margin-top: 5px;
    max-width: 3%;
}

.contact .check_main input[type=checkbox] {
    -ms-transform: scale(1.5);
    /* IE */
    -moz-transform: scale(1.5);
    /* FF */
    -webkit-transform: scale(1.5);
    /* Safari and Chrome */
    -o-transform: scale(1.5);
    /* Opera */
    transform: scale(1.5);
    padding: 5px;
}

.contact .check_main label {
    max-width: 97%;
    font-size: 15px;
    font-weight: 400;
    color: #6f6f6f;
    margin-bottom: 0;
    font-family: quicksand;
}

.contact .submit {
    width: 49%;
    margin-top: 30px;
    padding: 9px;
    color: white;
    border: none;
    background-color: #295389;
    border-radius: 7px;
    font-size: 17px;
    font-weight: 600;
    transition: .2s linear;
}

.contact .submit:hover {
    background-color: #cbb10b;
}

.contact iframe {
    width: 100%;
    height: 450px;
    margin-top: 50px;
    border-top: 3px solid #bcbcbc !important;
    margin-bottom: -5px;
}

.banner_terms {
    background-image: url('../img/terms_banner.jpg');
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.terms .reach {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #838383;
    text-align: center;
    letter-spacing: 3px;
    margin-top: 50px;
}

.terms h3 {
    text-align: center;
    font-family: 'EB Garamond', serif;
    font-size: 42px;
    font-weight: 400;
    color: #295389;
    /* margin-top: -15px; */
    text-shadow: 2px 2px 5px #80808081;
    margin-bottom: 30px;
}

.terms h3::before,
.terms h3::after {
    content: '';
    height: 3px;
    background-color: #e8cd20;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 10%;
    border: none;
    border-radius: 5px;
}

.terms ul {
    list-style-type: circle;
}

.terms p,
.terms li {
    font-family: quicksand;
    font-size: 14px;
    color: #6f6f6f;
    text-align: justify;
    font-weight: 400;
}

.terms li {
    margin-left: 30px;
    display: list-item;
}

.terms h4 {
    margin: auto;
    margin-top: 25px;
    font-family: 'EB Garamond', serif;
    font-size: 22px;
    font-weight: 500;
    color: #295389;
    text-shadow: 2px 2px 3px #c0c0c051;
    margin-bottom: 15px;
}

.banner_career {
    background-image: url(../img/career_banner.jpg);
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.banner .container {
    min-width: 85%;
}

.upcoming_banner {
    background-image: url('../img/upcoming_banner.jpg');
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.upcoming p {
    font-family: quicksand;
    font-size: 18px;
    color: #6f6f6f;
    text-align: center;
    font-weight: 400;
    margin-top: 20px;
}

.upcoming span {
    font-size: 20px;
    font-weight: 600;
    color: rgb(0, 3, 189);
}

.career .reach {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #838383;
    text-align: center;
    letter-spacing: 3px;
    margin-top: 50px;
}

.career h3 {
    text-align: center;
    font-family: 'EB Garamond', serif;
    font-size: 42px;
    font-weight: 400;
    color: #295389;
    margin-top: -15px;
    text-shadow: 2px 2px 5px #80808081;
    margin-bottom: 30px;
}

.career h3::before,
.career h3::after {
    content: '';
    height: 3px;
    background-color: #e8cd20;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 10%;
    border: none;
    border-radius: 5px;
}

.banner_cp {
    background-image: url('../img/banner_cp.jpg');
    width: 100%;
    height: 75vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.cp input,
.cp input[type=file],
.cp select {
    width: 100% !important;
    padding: 6px 10px;
    border-radius: 6px;
    border: 2px solid #e9e9e9;
    color: gray;
    outline: none;
}

.cp input::placeholder,
.cp input[type=file]::placeholder,
.cp select::placeholder {
    color: gray;
    font-family: quicksand;
    font-size: 15px;
    font-weight: 500;
}

.cp input[type=file] {
    padding: 4px 10px;
}

.cp input[type=file]::file-selector-button {
    background: #e3c91f;
    border: none;
    border-radius: 5px;
    font-family: quicksand;
    font-size: 14px;
    padding: 4px 5px;
    color: white;
}

.cp label {
    font-family: 'EB Garamond', serif;
    font-size: 18px;
    margin-bottom: 3px;
    color: #285b9e;
}

.cp label span {
    color: red;
}

.cp .row1,
.cp .row2 {
    margin-top: 15px;
}

.cp #accept,
.cp #additionalField {
    width: inherit !important;
}

.cp input[type=checkbox] {
    transform: scale(1.7);
    margin-bottom: 3px;
}

/* .cp .checkmark{
    height: 20px !important;
    width: 20px !important;
    cursor: pointer;
    background-color: #eee;
    margin-top: 3px;
}
.container:hover input ~ .checkmark {
    background-color: #ccc;
}
  .container input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
  .container input:checked ~ .checkmark:after {
    display: block;
  }
  .container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  } */

.cp .cp_terms {
    width: 100%;
    height: 200px;
    overflow-y: scroll;
    scroll-behavior: smooth;
    border: 2px solid #e9e9e9;
    ;
    margin-top: 30px;
    border-radius: 8px;
    padding: 15px 20px;
}

.cp .cp_terms::-webkit-scrollbar {
    width: 10px;
}

/* .cp .cp_terms h4{
    text-align: center;
} */

.cp .cp_terms li {
    margin-bottom: 10px;
}

.cp #accept {
    margin-left: 20px;
    size: 20px
}

.cp .cpSubmit {
    margin: auto;
    width: 30%;
    margin-top: 30px;
    padding: 9px;
    color: white;
    border: none;
    background-color: #e0c514;
    border-radius: 7px;
    font-size: 17px;
    font-weight: 600;
    transition: .2s linear;
}

.cp .cpSubmit:hover {
    background-color: #295389;
}

.qr {
    min-width: 100%;
    background-image: url('../img/qr_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    top: 0 !important;
    padding-top: 155px;
}

.qr h2 {
    font-family: 'EB Garamond', serif;
    font-size: 28px;
    color: #295389;
    text-shadow: 2px 2px 2px #acacac49;
    text-align: center;
    margin-bottom: 15px;
}

.qr .logo {
    width: 150px;
    position: absolute;
    top: 85px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.qr .container {
    max-width: 40%;
    background-color: white;
    box-shadow: 4px 8px 10px #545454cb;
    border-radius: 15px;
    height: auto;
    padding: 40px;
    margin: 0 auto;
    padding-top: 90px;
    /* border: 3px solid #f2ba2d; */
    padding-bottom: 60px;
}

.qr .col label {
    display: block;
    color: #295389;
    font-family: 'Quicksand', sans-serif;
    margin-top: 20px;
    margin-bottom: 7px;
}

.qr .col input,
.qr .col select {
    min-width: 100%;
    height: 35px;
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid #b3b3b3;
    transition: .2s linear;
    color: #4e4e4e;
}

.qr .col input:focus,
.qr .col select:focus {
    outline: none;
    background-color: #eeeeee;
}

.qr .col input::placeholder,
.qr .select_value {
    color: #c4c3c3;
}

.qr button {
    text-align: center;
    margin: auto;
    display: block;
    padding: 6px 25px;
    background-color: transparent;
    color: #ffbb00;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    border-radius: 6px;
    border: 2px solid gold;
    margin-top: 25px;
    font-size: 17px;
    transition: .3s ease-in-out;
}

.qr button:hover {
    background-color: #ffbb00;
    color: white;
    border: 2px solid white;
}

footer {
    background-color: #f8f8f8;
    height: 70vh;
    margin-top: 110px;
    padding: 100px 50px;
}

footer .footer_break {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

footer .footer_break .logo img {
    height: 150px;
}

footer .logo .links {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

footer a {
    text-decoration: none;
}

footer .logo .links a {
    color: #295389;
    font-size: 18px;
}

footer h4 {
    font-family: 'EB Garamond', serif;
    font-size: 25px;
    font-weight: 700;
    color: #295389;
    margin-bottom: 20px;
    margin-left: 18px;
}

footer li {
    list-style: none;
    line-height: 30px;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fdd24f;
}

footer li a {
    color: #717171;
}

footer li::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f101';
    font-weight: 900;
    margin-right: 5px;
}

footer .reach {
    width: 20%;
}

footer .reach i {
    color: #fdd24f;
    margin-right: 7px;
    font-size: 18px;
}

footer .reach a {
    color: #717171;
    font-size: 14px;
    font-weight: 600;
}

footer .copyright {
    color: #717171;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    margin-top: 80px;
}