body {
    font-family: "Roboto", sans-serif;
    color: black;
}

a {
    color: #47b2e4;
    text-decoration: none;
}

a:hover {
    color: #73c5eb;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
    color: #144F70;
}

p {
    color: black;
    font-family: "Roboto", sans-serif;
}

p2 {
    color: #000000;
    font-family: "Roboto", sans-serif;
}

p3 {
    color: black;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
}

p4 {
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 50px;
    text-align: center;
}

p5 {
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    text-align: center;
}

p6 {
    color: black;
    font-family: "Roboto", sans-serif;
}

p7 {
    color: black;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}

p8 {
    color: black;
    font-family: "Roboto", sans-serif;
}

p9 {
    color: black;
    font-family: "Roboto", sans-serif;
}

p10 {
    color: black;
    font-family: "Roboto", sans-serif;
}

p11 {
    color: #6690A2;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
}

p12 {
    color: #144F70;
    font-family: "Roboto", sans-serif;
    font-size: 50px;
}

p13 {
    color: black;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}

p14 {
    color: black;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
}

p15 {
    color: black;
    font-family: "Roboto", sans-serif;
    font-size: 23px;
    font-weight: bold;
}

p15 {
    color: black;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: bold;
}

p16 {
    color: black;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: bold;
}

p17 {
    color: black;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
}

p18 {
    color: grey;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    margin-left: 925px;
}

p19 {
    color: #144F70;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    position: absolute;
    text-align-last: left;
    margin-left: 200px;
    text-align: center;
}

p20 {
    color: #144F70;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: bold;
}

p21 {
    color: grey;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    margin-left: 940px;
}

p22 {
    color: black;
    font-family: "Roboto", sans-serif;
    font-size: 16.5px;
    position: absolute;
    text-align-last: left;
    margin-left: 430px;
    text-align: center;
}

p24 {
    color: black;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 500;
}

p25 {
    color: #144F70;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
}

p26 {
    color: #144F70;
    font-family: "Roboto", sans-serif;
    font-size: 60px;
    font-weight: bold;
}

p27 {
    color: black;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
}

p28 {
    color: #144F70;
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-weight: bold;
}

p29 {
    color: black;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
}

table {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid;
    text-align: center;
    padding: 20px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.navbar {
    background-color: #144F70 !important;
    padding-left: 50px;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    color: #47b2e4;
}

.navbar .getstarted,
.navbar .getstarted:focus {
    padding: 8px 20px;
    margin-left: 30px;
    margin-right: 100px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    border: 2px solid #47b2e4;
    font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
    color: #fff;
    background: #31a9e1;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    color: #0c3c53;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
    color: #47b2e4;
}

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f3f5fa;
}

.section-title {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #37517e;
}

.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #47b2e4;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-title p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #144F70;
}

.footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    color: white;
}

.footer-links h4 {
    font-size: 20px;
    font-weight: bold;
    color: white;
    position: relative;
    padding-bottom: 12px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    padding-top: 0;
}

.footer-links ul a {
    color: white;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

.footer-links ul a:hover {
    text-decoration: none;
    color: #47b2e4;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.left {
    position: absolute;
    top: 400px;
    left: 100px;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.img8 {
    float: left;
    width: 630px;
    height: 350px;
    background-size: cover;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.container {
    position: relative;
    text-align: left;
    color: white;
}

.button {
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-top: 30px;
    margin-left: 440px;
    cursor: pointer;
    width: 200px;
    height: 50px;
    border-radius: 100px;
    background-color: #6690A2;
}

/*--------------------------------------------------------------
# Pesonas & About Us
--------------------------------------------------------------*/
.img6 {
    float: left;
    width: 700px;
    height: 380px;
    background-size: cover;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: ;
}

.img7 {
    float: right;
    width: 700px;
    height: 380px;
    background-size: cover;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: ;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.card {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 20px 20px;
}

.card-body h5 {
    text-align: center;
}

/*--------------------------------------------------------------
# Job Chances
--------------------------------------------------------------*/
.card2 {
    background-color: #6690A2;
    width: 100%;
    height: 480px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 20px 20px;
}

.card-tittle2 {
    color: white;
    font-size: 25px;
    padding-top: 425px;
    text-align: center;
}

.img4 {
    float: left;
    width: 636px;
    height: 400px;
    background-size: cover;
    border-radius: 20px 20px 0px 0px;
}

.img5 {
    float: right;
    width: 636px;
    height: 400px;
    background-size: cover;
    border-radius: 20px 20px 0px 0px;
}

/*--------------------------------------------------------------
# Administrative Assistant
--------------------------------------------------------------*/
.card3 {
    background-color: white;
    padding-top: 30px;
    padding-left: 20px;
    width: 100%;
    height: 820px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 20px 20px;
}

.card-body3 {
    text-align: left;
}

/*--------------------------------------------------------------
# Housemaid / Cleaner
--------------------------------------------------------------*/
.card4 {
    background-color: white;
    padding-top: 30px;
    padding-left: 20px;
    width: 100%;
    height: 870px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 20px 20px;
}

.card-body4 {
    text-align: left;
}

/*--------------------------------------------------------------
# Cleaning Services
--------------------------------------------------------------*/
.img2 {
    float: left;
    width: 780px;
    height: 500px;
    background-size: cover;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 20px 20px;
}

.img3 {
    float: right;
    width: 480px;
    height: 500px;
    background-size: cover;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 20px 20px;
}

.card5 {
    width: 100%;
    height: 650px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 20px 20px;
}

.card-body5 {
    text-align: center;
}

.button2 {
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    width: 300px;
    height: 80px;
    border-radius: 100px;
    background-color: #6690A2;
}

.card5 ul a {
    color: white;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

.card5 ul a:hover {
    text-decoration: none;
    color: #47b2e4;
}

/*--------------------------------------------------------------
# Hire Now
--------------------------------------------------------------*/
.card13 {
    background-color: white;
    padding-top: 15px;
    padding-left: 15px;
    width: 100%;
    height: 200px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 20px 20px;
}

.card-body13 {
    text-align: center;
}

.img10 {
    width: 170px;
    height: 170px;
    background-size: cover;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 20px 20px;
}

.button4 {
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-top: 100px;
    margin-left: 310px;
    cursor: pointer;
    width: 180px;
    height: 50px;
    border-radius: 100px;
    background-color: #6690A2;
}

/*--------------------------------------------------------------
# Hire Now (Maids)
--------------------------------------------------------------*/
.img11 {
    width: 400px;
    height: 520px;
    background-size: cover;
    margin-left: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 20px 20px;
}

.button5 {
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-top: 470px;
    margin-left: 800px;
    cursor: pointer;
    width: 200px;
    height: 50px;
    border-radius: 100px;
    background-color: #6690A2;
}

/*--------------------------------------------------------------
# Consultation
--------------------------------------------------------------*/
.flip-card2 {
    background-color: transparent;
    width: 400px;
    height: 225px;
    perspective: 1000px;
    border-radius: 20px 20px 20px 20px;
}


.flip-card-inner2 {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 20px 20px;
}

.flip-card2:hover .flip-card-inner2 {
    transform: rotateY(180deg);
    border-radius: 20px 20px 20px 20px;
}

.flip-card-front2,
.flip-card-back2 {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 20px 20px 20px 20px;
}

.flip-card-front2 {
    background-color: #6690A2;
    color: black;
    border-radius: 20px 20px 20px 20px;
}

.flip-card-back2 {
    background-color: white;
    padding: 20px;
    text-align: center;
    color: white;
    transform: rotateY(180deg);
    border-radius: 20px 20px 20px 20px;
}

/*--------------------------------------------------------------
# Price and Packages
--------------------------------------------------------------*/
.img9 {
    float: up;
    width: 1300px;
    height: 520px;
    background-size: cover;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 20px 20px;
}

.card6 {
    width: 100%;
    height: 520px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 20px 20px;
}

.card-body6 {
    text-align: center;
}

.button3 {
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-top: 440px;
    margin-left: 980px;
    cursor: pointer;
    width: 250px;
    height: 50px;
    border-radius: 100px;
    background-color: #6690A2;
}

/*--------------------------------------------------------------
# Foreign Domestic Helpers
--------------------------------------------------------------*/
.card7 {
    background-color: white;
    padding-top: 50px;
    width: 100%;
    height: 1400px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 20px 20px;
}

.card-body7 {
    text-align: center;
}

.card8 {
    background-color: #6690A2;
    margin-left: 10%;
    width: 80%;
    height: 340px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 20px 20px;
}

.card-body8 {
    text-align: center;
}

.card9 {
    background-color: #6690A2;
    margin-left: 10%;
    width: 80%;
    height: 409px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 20px 20px;
}

.card-body9 {
    text-align: center;
}

.card10 {
    background-color: #6690A2;
    margin-left: 10%;
    width: 80%;
    height: 200px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 20px 20px;
}

.card-body10 {
    text-align: center;
}

/*--------------------------------------------------------------
# Foreign Domestic Helpers
--------------------------------------------------------------*/
.card11 {
    background-color: white;
    padding-top: 50px;
    width: 100%;
    height: 440px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 20px 20px;
}

.card-body11 {
    text-align: center;
}

.card12 {
    background-color: #6690A2;
    margin-left: 10%;
    width: 80%;
    height: 340px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 20px 20px;
}

.card-body12 {
    text-align: center;
}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
.flip-card {
    background-color: transparent;
    width: 550px;
    height: 240px;
    perspective: 1000px;
    border-radius: 20px 20px 20px 20px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 20px 20px;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
    border-radius: 20px 20px 20px 20px;
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 20px 20px 20px 20px;
}

.flip-card-front {
    background-color: #6690A2;
    color: black;
    border-radius: 20px 20px 20px 20px;
}

.flip-card-back {
    background-color: white;
    padding-left: 50px;
    text-align: left;
    color: white;
    transform: rotateY(180deg);
    border-radius: 20px 20px 20px 20px;
}
