* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Signika Negative", sans-serif;
}

body {
    background-color: #00090f;
    /* height: 10000px; */

}

.header {
    background-color: #0d3445;
    width: 100%;
    height: 60px;
    z-index: 1000;
    position: fixed;

}

.parent {
    width: 100%;
    margin: auto;
    /* overflow: auto; */
    height: 60px;
}

.header-left {
    margin-top: 20px;
    float: left;
    position: relative;
    margin-left: 30px;
}

.header-right {
    float: right;
    margin-top: 20px;
    margin-right: 30px;
}

.header-right ul li {
    display: inline;
    list-style-type: none;
    margin-right: 15px;

}

.header-right ul li a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0px;
    color: white;
    position: relative;
}

.header-left input {
    width: 230px;
    height: 28px;
    border-radius: 30px;
    border: none;
    margin-top: -10px;
    position: absolute;
    top: 7px;
}

.header-left .search {
    position: absolute;
    left: 60px;
    top: 4px;
    color: #0d3445;
    z-index: 1;
}

.header-left .home {
    margin-right: 20px;
    font-size: 25px;
    color: white;
}

.header-right ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background-color: 4CC9FE;
    visibility: hidden;
}

.header-right ul li a:hover::after {
    visibility: visible;
    width: 100%;
    transition: 0.5s;
}

.header-right ul li a:hover {
    color: 4CC9FE;
    transition: 0.5s;
}

.header-right .drop_list {
    position: relative;
}

.header-right .drop_list ul li {
    color: #1ca0d8;
    display: block;

}

.header-right .drop_list ul {
    position: absolute;
    background-color: #0d3445;
    border: 2px solid #1ca0d8;
    border-radius: 10px;
    right: -100px;
    margin-top: 10px;
    width: 200px;
    padding: 10px;
    visibility: hidden;
    line-height: 40px;
}

.header-right .drop_list:hover ul {
    visibility: visible;
}

/* ====================home page========== */

.home-page {
    background-image: url(../photo/6.png);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 120px;
}

.home-layout {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100vh;
}

.home-content {
    position: absolute;
    color: rgb(228, 220, 220);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    text-align: center;
}

.home-content h2 {
    font-size: 70px;
    text-transform: capitalize;
}

.home-content h2 .highlight {
    color: #30a0d0;
}

.home-content p {
    word-spacing: 3px;
    color: rgb(197, 197, 197);
}

.home-content button {
    font-size: 18px;
    border: 0;
    border-radius: 15px;
    text-transform: capitalize;
    padding: 16px 14px;
    margin-top: 20px;
    width: 160px;
    cursor: pointer;
}

.home-content .bt1 {
    margin-left: 10px;
    background-color: #30a0d0;
    color: white;
}

.home-content button:hover {
    opacity: 0.6;
    transition: 0.3s;
}

/* ===================== */



.container {
    width: 90%;
    margin: auto;
}

.parent-welcom {
    /* width: 100%; */
    overflow: auto;
    margin-bottom: 120px;

}

.welcom-title {
    color: white;
    text-align: center;
    font-size: 40px;
    margin: 70px 0;
    position: relative;
    text-transform: capitalize;
}

.welcom-title::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 14%;
    background-color: #30a0d0;
    left: 43%;
    bottom: 0;
}

.welcom-item {
    float: left;
    width: 30%;
    text-align: center;
    padding: 30px;
    border: 1px solid #30a0d0;
    border-radius: 10px;
    position: relative;
}

.welcom-item i {
    font-size: 40px;
    color: #30a0d0;
}

.welcom-item:hover i {
    color: white;
}

.welcom-item h3 {
    margin: 30px 0 20px;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 700;
    color: white;
}

.welcom-item p {
    color: rgb(163, 163, 163);
    margin-bottom: 20px;
}

.welcom-item a {
    text-decoration: none;
    font-size: 25px;
    color: #30a0d0;
    font-weight: 500;
    text-transform: capitalize;
    cursor: pointer;
    position: relative;

}

.welcom-item a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background-color: white;
    visibility: hidden;
}

.welcom-item a:hover::before {
    visibility: visible;
    width: 100%;
    transition: 0.5s;
}

.welcom-item-center {
    margin: 0 5%;
}

.welcom-item::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: #7eb8d12f;
    visibility: hidden;
    z-index: -1;
}

.welcom-item:hover::after {
    visibility: visible;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

.welcom-item:hover h3 {
    color: #31c1ff;
    transition: 0.5s;
}

.welcom-item:hover a {
    color: white;
}

/* ======================================= */

.featured {
    position: relative;
}

.parent-featured {
    margin-bottom: 120px;
    overflow: auto;
}

.featured-title {
    color: white;
    text-align: center;
    font-size: 40px;
    margin: 70px 0;
    position: relative;
    text-transform: capitalize;
}

.featured-title::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 14%;
    background-color: #30a0d0;
    left: 43%;
    bottom: 0;
}

.featured-item {
    width: 30%;
    position: relative;
    float: left;
    margin-bottom: 25px;

}

.featured-item img {
    width: 100%;
    height: 250px;
    border-radius: 10px;
}

.featured-item-content {

    color: white;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
}

.featured-item:hover .featured-item-content {
    visibility: visible;
}

.featured-item-content h3 {
    font-size: 45px;
    margin: 45px 0 5px;
    text-transform: uppercase;
    color: #3db2e4;
}

.featured-item-content p {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: -1px;
    color: rgb(219, 213, 213);
}

.featured-item-content .icon i {
    color: white;
    padding: 7px 15px;
    background-color: #2993c1;
    font-size: 25px;
    margin-right: 5px;
    font-weight: 500;
    border-radius: 7px;
    cursor: pointer;
}

.featured-item-center {
    margin: 0 5%;
}

/* ================================================ */

.offer-title {
    color: white;
    text-align: center;
    font-size: 40px;
    margin: 70px 0;
    position: relative;
    text-transform: capitalize;
}

.offer-title::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 14%;
    background-color: #30a0d0;
    left: 43%;
    bottom: 0;
}

.parent-offer {
    /* width: 100%; */
    overflow: auto;
    margin-bottom: 120px;
}

.item-offer {
    width: 30%;
    float: left;
    color: white;
    border: 1px solid #2993c1;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    margin-bottom: 40px;
}

.item-offer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    visibility: hidden;
    background-color: #7eb8d12f;
}

.item-offer:hover::after {
    visibility: visible;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}


.item-offer i {
    position: absolute;
    top: 11;
    left: 13px;
    margin-top: 20px;
    font-size: 28px;
    color: #1ca0d8;
    cursor: pointer;
    z-index: 2;
}

.item-offer h3 {
    padding-left: 30px;
    padding-bottom: 20px;
    font-size: 25px;
}

.item-offer:hover h3 {
    color: #2993c1;
}

.item-offer p {
    padding-left: 30px;
    color: rgb(219, 213, 213);
}

.parent-offer .center-offer {
    margin: 0 5%;
}

/* ======================== section 5 ================================ */

.parent-why {
    margin-bottom: 120px;
    overflow: auto;
}

.item-why-content {
    float: left;
    color: white;
    width: 50%;
}

.item-why-content h3 {
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 55px;
    position: relative;
}

.item-why-content h3::after {
    content: "";
    position: absolute;
    width: 80px;
    left: 0;
    bottom: -12px;
    height: 4px;
    background-color: #30a0d0;
}

.item-why-content .p-why-dec {
    margin-bottom: 30px;
    font-size: 20px;
    color: rgb(178, 178, 180);
}

.item-why-content .icon-with-p {
    position: relative;
}

.item-why-content .icon-with-p .why-icon-p {
    padding-left: 25px;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: rgb(145, 142, 142);
    font-size: 20px;
}

.item-why-content .icon-with-p i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #30a0d0;
    font-size: 18px;
}


/*  */

.item-why-image {
    float: right;
    width: 40%;
    margin-left: 10%;
}

.item-why-image img {
    width: 400px;
    height: 500px;
    border-radius: 15px;
}

.item-why-image ul {
    margin-top: 20px;
    text-align: center;
    height: 30px;
}

.item-why-image ul li {
    list-style-type: none;
    display: inline;
    margin-right: 50px;
    background-color: #1ca0d8;
    border-radius: 50%;
    position: relative;

}

.item-why-image ul li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: rgb(174, 174, 175);
    border-radius: 50%;
}

.item-why-image ul .color::after {
    background-color: #1ca0d8;
}

/* ============ */

.section6 {
    background-image: url(../photo/section-6-2.png);
    background-size: cover;
    position: relative;
    overflow: auto;
    margin-bottom: 120px;
    width: 100%;
    height: 400px;
    background-attachment: fixed;
}

.section6 .layout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}



.parent-section6 {
    overflow: auto;
    margin-top: 100px;
    /* background-image: url(../photo/6.png); */
    margin-bottom: 70px;

}

.section6-item {
    float: left;
    text-align: center;
    width: 20%;
    text-align: center;
    color: white;
    padding: 30px;
}

.section6 .container .marg {
    margin-right: 6.666666667%;
}

.section6-item .text-section6 {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    margin-top: -5px;
}

.section6-item i {
    font-size: 50px;
    color: #31c1ff;
}

.section6-item .number {
    font-size: 30px;
    font-weight: 700;
    margin-top: 15px;
}

/* ===================================== section-7 ============================== */

.section-7 {
    width: 100%;
    /* overflow: auto; */
    margin-bottom: 120px;
}

.section-7 h2 {
    color: white;
    text-align: center;
    font-size: 40px;
    margin: 70px 0;
    position: relative;
    text-transform: capitalize;
}

.section-7 h2::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 14%;
    background-color: #30a0d0;
    left: 43%;
    bottom: 0;
}

.parent-pricing {
    overflow: auto;
    width: 100%;
}

.parent-pricing .item-pricing {
    float: left;
    width: 28%;
    padding: 50px 20px;
    border: 1px solid #2993c1;
    border-radius: 15px;
    text-align: center;
    position: relative;
    color: white;
}

.item-pricing::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #7eb8d12f;
    visibility: hidden;
    border-radius: 15px;
    z-index: 1;
}


.item-pricing:hover::after {
    height: 100%;
    transition: 0.5s;
    z-index: 2;
    visibility: visible;
    z-index: 1;

}

.item-pricing .title-item-pricing {
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 25px;
    font-weight: 600;
}

.item-pricing:hover .title-item-pricing {
    color: #3db2e4;
}

.item-pricing .circle-pricing {
    width: 110px;
    height: 110px;
    border: 2px solid #2993c1;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 40px;
}

.item-pricing .circle-pricing .price {
    margin-top: 23px;
    font-size: 28px;
    font-weight: 900;
}

.item-pricing .circle-pricing .value {
    font-size: 17px;
}

.item-pricing .pricing-text {
    margin-bottom: 15px;
    font-size: 20px;
    text-transform: capitalize;

}

.item-pricing .footer-pricing {
    padding: 4px 0;
    width: 175px;
    height: 30px;
    font-size: 18px;
    border-radius: 10px;
    border: 2px solid #2993c1;
    text-transform: capitalize;
    background-color: white;
    color: black;
    z-index: 5;
    margin-top: 20px;
}

.parent-pricing .center {
    margin: 0px 8%;
}

/* ==================================== section-8 ============================== */

.section-8 {
    background-image: url(../photo/sectionThree\(55-w\).png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    height: 400px;
    margin-bottom: 120px;
}

.section-8 .layout {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.parent-section-8 {
    width: 100%;
    overflow: auto;
    margin-top: 100px;
}

.item-section-8 {
    width: 45%;
    float: left;
    padding: 20px;
    color: white;
    z-index: 5;
}

.parent-section-8 .two {
    margin-left: 10%;
}

.item-section-8 .item-image {
    position: relative
}

.item-section-8 .item-image img {
    position: absolute;
    left: 6px;
    top: -19px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.item-section-8 .item-image h3 {
    margin-left: 130px;
    /* padding-top: 6px; */
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 900;
}

.item-section-8 .item-image p {
    margin-left: 130px;
    padding-top: 8px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    color: #1ca0d8;
}

.item-section-8 .item-document {
    margin-top: 35px;
    margin-left: 20px;
    line-height: 25px;
    font-size: 18px;
}

/* ============================= section-9 ================================ */
.section-9 {
    width: 100%;
    margin-bottom: 120px;
}

.section-9 h2 {
    color: white;
    text-align: center;
    font-size: 40px;
    margin: 70px 0;
    position: relative;
    text-transform: capitalize;
}

.section-9 h2::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 14%;
    background-color: #30a0d0;
    left: 43%;
    bottom: 0;
}

.parent-section-9 {
    overflow: auto;
}

.item-section-9 {
    width: 30%;
    float: left;
    color: white;
    text-align: center;
    border: 1px solid #1ca0d8;
    padding: 40px 20px;
    border-radius: 10px;
    position: relative;
}

.item-section-9::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #7eb8d12f;
    visibility: hidden;
    border-radius: 10px;
}

.item-section-9:hover::after {
    height: 100%;
    transition: 0.5s;
    visibility: visible;
}

.item-section-9 .image-icon {
    position: relative;
    margin: 20px auto;
    width: 80%;
}

.item-section-9 .image-icon img {
    width: 100%;
    height: 220px;
}

.item-section-9 .image-icon .icons {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

.item-section-9:hover .image-icon .icons {
    visibility: visible;
    transition: 0.5s;
}

.item-section-9 .image-icon i {
    display: block;
    color: white;
    background-color: #30a0d0;
    margin-left: auto;
    width: 40px;
    height: 40px;
    font-size: 20px;
    padding-top: 9px;
}

.item-section-9 .name {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin: 20px;
    letter-spacing: -1px;
}

.item-section-9:hover .name {
    color: #1ca0d8;
}

.item-section-9 .jop {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    /* margin-bottom: 20px; */
}

.parent-section-9 .center {
    margin: 0 5%;
}

/* ============================================= section-10 ======================================= */

.section-10 {
    margin-bottom: 120px;
}

.section-10 h2 {
    color: white;
    text-align: center;
    font-size: 40px;
    margin: 70px 0;
    position: relative;
    text-transform: capitalize;
}

.section-10 h2::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 14%;
    background-color: #30a0d0;
    left: 43%;
    bottom: 0;
}

.parent-section-10 {
    overflow: auto;
}

.item-section-10 {
    float: left;
    width: 30%;
    padding: 20px 10px;
    position: relative;
    border: 1px solid #30a0d0;
    border-radius: 15px;
    color: white;
    text-align: center;
}

.item-section-10::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 15px;
    background-color: #7eb8d12f;
    visibility: hidden;
}

.item-section-10:hover::after {
    visibility: visible;
    transition: 0.4s;
    height: 100%;
}

.item-section-10 .item-image {
    width: 80%;
    margin: auto;
    border-radius: 15px;
    position: relative;
    z-index: 20;
}

.item-section-10 .item-image {
    width: 250px;
    height: 250px;

}

.item-section-10 .item-image img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.item-section-10 .item-icons {
    margin: 20px 0 10px 9px;
    width: 100%;
    text-align: center;
    height: 40px;
}

.item-section-10 .item-icons i {
    color: #31c1ff;
    margin-right: 5px;
    font-size: 18px;
}

.item-section-10 .item-icons span {
    margin-right: 15px;
}

.item-section-10 .jop {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}

.item-section-10:hover .jop {
    color: #1ca0d8;
}

.item-section-10 .docum {
    margin-bottom: 20px;
}

.item-section-10 a {
    /* margin-top: 20px; */
    text-decoration: none;
    /* color: white; */
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 700;
    color: #1ca0d8;
    position: relative;
    z-index: 20;
}

.item-section-10 a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    top: 27px;
    left: 0;
    background-color: white;
    visibility: hidden;
}

.item-section-10 a:hover {
    color: white;

}

.item-section-10 a:hover::after {
    visibility: visible;
    width: 100%;
    transition: 0.4s;
}

.parent-section-10 .center {
    margin: 0 5%;
}


/* ================================== footer section ===================== */
.footer {
    width: 100%;
    padding: 20px 0;
    background-color: #1a566f;
}

.container-footer {
    width: 50%;
    margin: auto;
    text-align: center;
}

.image-item-footer img {
    border-radius: 15px;
    width: 500px;
    height: 300px;
}

.ul-footer {
    margin: 20px 0;
}

.ul-footer ul {
    list-style: none;
    color: white;
}

.ul-footer ul li {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #1ca0d8;
    display: inline-block;
    padding-top: 10px;
    margin-right: 8px;
    cursor: pointer;
}

.ul-footer ul li:hover {
    background-color: white;
    transition: 0.3s;
}

.ul-footer ul li:hover i {
    color: #1ca0d8;
    transition: 0.3s;
}

.ul-footer ul li i {
    font-size: 30px;
}