*,
.top-nav ul {
    padding: 0;
    margin: 0
}

.gold-span,
.navbar .nav-link.active,
.navbar .nav-link:active,
.navbar .nav-link:hover,
.sec-title {
    color: var(--main-color)
}

.service-con a,
.top-nav {
    background-color: #000
}

* {
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: Cairo, sans-serif
}

a {
    text-decoration: none
}

:root {
    --main-color: #df9331
}

.top-nav ul {
    list-style: none
}

.top-nav ul li {
    margin: 6px
}

.top-nav .contact-list img {
    height: 32px
}

.top-nav .contact-list li a {
    color: #fff;
    font-size: 14px;
    line-height: 14px
}

.top-nav .social-links a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.top-nav .social-links a img,
footer .footer-social-links a img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.navbar {
    background-color: #f9f9f9
}

.navbar .navbar-brand img {
    max-width: 250px
}

.navbar .nav-link {
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

@media (min-width:992px) {
    .navbar .navbar-nav {
        width: 75%
    }
}

.sec-title {
    font-weight: 800
}

.title-line {
    position: absolute;
    top: 40%;
    width: 70%;
    height: 2px;
    background: linear-gradient(90deg, rgba(179, 148, 85, 0), #787878 50%, #787878 0, rgba(179, 148, 85, 0))
}

.register-form,
.service-con {
    position: relative
}

.order-service {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    background-color: #ffca18;
    color: #fff;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 700
}

.feature-con {
    border: 1px solid #ccc
}

.clients-sec {
    background-color: #f6f6f6
}

.service-con .service-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.service-con .service-img img {
    width: 100%;
    height: 100%
}

.service-con h1 {
    font-size: 80px;
    font-weight: 600
}

.service-con a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 12px 20px;
    font-weight: 600
}

.register-sec .register-form {
    transform: translateY(-150px)
}

.register-form {
    z-index: 10
}

.register-form form {
    border-radius: 25px;
    position: relative
}

.register-form .register-form-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 25px
}

.register-form .register-form-img img {
    width: 100%;
    height: 100%;
    border-radius: 25px
}

.title-con {
    position: relative;
    width: 100%
}

.title-con h2::after,
.title-con h2::before {
    content: "";
    position: absolute;
    width: 20%;
    left: 0;
    height: 8px;
    background-color: var(--main-color);
    top: 50%
}

.title-con h2::after {
    right: 0
}

.register-form .input-group {
    border-radius: 55px;
    height: 50px;
    background-color: var(--main-color);
    color: #fff
}

.register-form .input-group input,
.register-form .input-group span {
    background-color: transparent;
    border: none;
    color: #fff
}

.register-form .input-group input {
    outline: 0;
    box-shadow: none
}

.register-form .input-group input::placeholder {
    color: #fff
}

.register-form .form-submit {
    height: 50px;
    border-radius: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: none;
    color: #fff;
    background-color: #000
}

.P-rate .bone-rating-start {
    width: 105px;
    height: 20px;
    background-repeat: repeat-x !important;
    background-size: 21px !important;
    position: relative;
    margin: 0 4px
}

.P-rate .bone-rating-start .child-rater {
    position: absolute;
    top: 0;
    height: 100%;
    overflow: hidden !important
}

.P-rate .bone-rating-start .child-rater .start-colerd-holder {
    height: 100%;
    background-repeat: repeat-x !important;
    background-size: 21px !important;
    position: absolute;
    top: 0;
    width: 105px
}

.P-rate span,
.opinion-user p {
    white-space: nowrap
}

.opinion-line {
    background-color: #dedede;
    width: 100%;
    height: 2px
}

.about-link,
.more-link {
    display: flex;
    color: #fff;
    width: fit-content
}

.opinion-user img {
    width: 70px;
    height: 70px;
    border-radius: 50%
}

footer {
    background-color: #11161f9a;
    color: #5d6472
}

footer .footer-social-links,
footer .footer-top ul {
    padding: 0;
    margin: 0;
    list-style: none
}

footer .footer-top ul a {
    color: #5d6472;
    margin: 8px 0;
    display: flex
}

.footer-links a:hover,
footer .contact-list li a,
footer .footer-top ul a:hover {
    color: #ffffff
}

.footer-links a {
    color: #5d6472
}

footer .links-border-top {
    height: 2px;
    background: linear-gradient(90deg, rgba(179, 148, 85, 0), #787878 50%, #787878 0, rgba(179, 148, 85, 0))
}

footer .footer-social-links a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 4px;
    display: flex;
    align-items: center;
    justify-content: center
}

.copy-writes {
    background-color: #ffffff55;
    color: #fff
}

footer .contact-list li a {
    font-size: 14px;
    line-height: 14px;
    color: #ffffff
}

.about-link {
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #000;
    padding: 8px 20px
}

.more-link {
    align-items: center;
    justify-content: center;
    background-color: #ffca18;
    height: 40px;
    margin: 16px auto 0;
    padding: 10px 30px;
    border-radius: 5px
}

.mession-con .col {
    border-bottom: 2px solid #df9331;
    border-color: #df9331
}

.mession-con .col:first-child {
    border-left: 2px solid #df9331
}

.last-con {
    border-top: 2px solid #df9331
}

@media (max-width:992px) {
    .mession-con .col:first-child {
        border-left: none
    }
}