@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

p {
    font-family: 'Poppins', sans-serif !important;
}

body {
    font-family: 'Poppins', sans-serif !important;
}

@font-face {
    font-family: "roboto";
    src: url("assets/fonts/Roboto-Medium.ttf");
}

* {
    margin: 0;
    padding: 0;
}

/*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay {
    display: none;
}

a#hamburg {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    z-index: 9999999;
    text-align: center;
    color: white;
    display: none;
    transition: all ease-out 0.3s;
}

a#hamburg i {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.nav1 {
    transition: all ease-out 0.3s;
    display: none;
}

.nav1 a {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}

.nav1 ul {
    margin: 0;
    padding: 0;
    background-color: #303030;
}

.nav1 ul li {
    display: inline-block;
    position: relative;
}

.nav1 ul li>a {
    display: inline-block;
    padding: 10px;
}

.nav1 ul li>a>i {
    margin-left: 15px;
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.1s;
}

.nav1 ul li ul {
    display: none;
    position: absolute;
    top: 38px;
    background: #222;
    width: 200px;
    text-align: left;
}

.nav1 .search-nav,
.nav1 .title {
    display: none;
}

.nav1 ul li ul li {
    display: block;
}

.nav1 ul li ul li a {
    display: block;
}

.nav1 ul li:hover>a {
    color: #000;
    text-decoration: none;
}

.nav1 ul li:hover>a>i {
    transform: rotateZ(90deg);
}

.nav1 ul li:hover ul {
    display: block;
}

.nav1 span.marrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    float: right;
    height: 0;
    margin: 8px 0 0 8px;
    width: 0;
}

.nav1 ul li.open span.marrow {
    border-left: 5px solid transparent;
    border-top: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
}

@media screen and (max-width:991px) {
    a#hamburg {
        display: block;
    }

    main {
        transition: all ease-out 0.3s;
    }

    .nav1 .row {
        margin: 0px;
    }

    .nav1 {
        background: linear-gradient(360deg, #af2b22, #d34d26);
        box-shadow: -2px 0 0px #ffffff inset;
        display: block;
        height: 100%;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        top: 0;
        transform: translateX(-250px);
        width: 250px;
    }

    .nav1 .search-nav,
    .nav1 .title {
        display: block;
    }

    .nav1 .search-nav input {
        border: 1px solid #2c313f;
        background-color: rgba(255, 255, 255, 0.2);
        padding: 5px;
        width: 100%;
        color: #000;
        margin: 10px 0;
    }

    .nav1 .search-nav input[type="submit"] {
        background: url("images/search-icon.png") no-repeat scroll center center;
        border: 0;
        width: auto;
        font-size: 0;
        height: 16px;
        position: absolute;
        right: 7px;
        top: 8px;
        width: 16px;
        filter: invert(100%);
    }

    .nav1 .title {
        background: #000;
        color: #fff;
        font-size: 14px;
        margin: 0 -15px;
        padding: 6px 15px 6px;
    }

    .search-nav>form {
        position: relative;
    }

    .nav1 a:hover {
        color: #0c73b4;
        text-decoration: none;
    }

    .nav1 ul {
        text-align: left;
        background-color: transparent;
        margin-top: 50px;
    }

    .nav1 ul li {
        display: block;
        border-bottom: 1px dashed #fff;
    }

    .nav1 ul li a {
        display: block;
        padding: 10px 0;
    }

    .nav1 ul li:hover>a {
        color: #0c73b4;
    }

    .nav1 ul li a>i {
        float: right;
    }

    .nav1 ul li ul {
        display: none;
        position: static;
        width: 100%;
        background-color: transparent;
        padding: 0 10px;
    }

    .nav1 ul li:hover>ul {
        display: none;
    }

    .nav1 ul li:hover>a>i {
        transform: rotateZ(0);
    }

    .nav1 ul li.open>a {
        background-color: transparent;
    }

    .nav1 ul li.open>a>i {
        transform: rotateZ(90deg);
    }

    .nav1 ul li.open>ul {
        display: block;
    }

    div#menuoverlay {
        display: block;
        visibility: hidden;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all ease-out 0.3s;
        z-index: 1;
        opacity: 0;
    }

    html.open-menu {
        overflow: hidden;
    }

    html.open-menu div#menuoverlay {
        visibility: visible;
        background: rgba(0, 0, 0, 0.5);
        min-height: 100vh;
        width: 100% !important;
        opacity: 1;
        width: calc(-150%);
        left: 250px;
    }

    html.open-menu a#hamburg {
        transform: translateX(250px);
        z-index: 999;
    }

    html.open-menu main {
        transform: translateX(250px);
    }

    html.open-menu nav.nav1 {
        z-index: 3;
        transform: translateX(0);
    }

    .menu-main-menu-container ul ul ul li a {
        padding: 5px;
    }

    ul li.has-subnav .accordion-btn {
        color: #000;
        font-size: 24px;
        width: 20px !important;
        float: right;
        line-height: inherit !important;
    }

    .nav1 ul li:last-child {
        border: 0;
    }

    .nav-cross.open>span {
        background: #ffffff;
    }

    /*---------------------Hamberg Icon --------------------------------------------- */
    .nav-cross {
        width: 24px;
        height: 40px;
        position: relative;
        margin: 0px auto;
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    .nav-cross span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #000000;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    #nav-icon1 span:nth-child(1) {
        top: 0px;
    }

    #nav-icon1 span:nth-child(2) {
        top: 18px;
    }

    #nav-icon1 span:nth-child(3) {
        top: 36px;
    }

    #nav-icon1.open span:nth-child(1) {
        top: 18px;
        transform: rotate(135deg);
    }

    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    #nav-icon1.open span:nth-child(3) {
        top: 18px;
        transform: rotate(-135deg);
    }

    .nav-cross span:nth-child(1) {
        top: 12px;
        transform-origin: left center;
    }

    .nav-cross span:nth-child(2) {
        top: 20px;
        transform-origin: left center;
    }

    .nav-cross span:nth-child(3) {
        top: 28px;
        transform-origin: left center;
    }

    .nav-cross.open span:nth-child(1) {
        transform: rotate(45deg);
        top: 11px;
        left: 4px;
    }

    .nav-cross.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    .nav-cross.open span:nth-child(3) {
        transform: rotate(-45deg);
        top: 28px;
        left: 4px;
    }
}

/* custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 1px;
}

::-webkit-scrollbar-thumb {
    background: #d43a23;
    border-radius: 1px;
}

::-webkit-scrollbar-thumb:hover {
    background: #f79383;
}

/* custom Scrollbar end */

/* global 
 *****************************/

/* ****************Home Page **************** */
.container {
    max-width: 1300px;
}

.new-span {
    color: #e34c1f;
}

p,
h2 {
    margin: 0;
}

.white {
    color: #fff;
}

.span-text {
    color: #d33a23;
}

/* Global Button */
.section {
    padding: 50px 0px;
}

.footer {
    padding: 50px 0px;
}

ul li {
    list-style: none;
}

.black {
    color: #000;
}

a {
    text-decoration: none;
    color: #000;
}

.heading-Primary {
    font-family: "Nexa", arial;
    font-weight: bold;
    margin: 0 0 30px;
}

.heading-Primary-2 {
    font-size: 45px;
    font-family: 'poppins', sans-serif;
    font-weight: 400;
    margin: 0 0 15px;
}

.text {
    font-size: 13px;
}

.span-text-2 {
    font-size: 60px;
    font-family: "Nexa", arial;
    color: #d33a23;
    font-weight: bold;
}

/* Global Elements end */

/* My Custom Design Styling */

.blog-banner-content p {
    -webkit-text-stroke: 0.8px #ffbda2;
}

section.header-middle {
    padding: 30px 0;
}

.header-upper {
    background: linear-gradient(360deg, #af2b22, #d34d26);
}

.head-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

header.header-upper .header-social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 11px;
    padding: 15px 10px;
    transition: all ease 1s;
}

header.header-upper .header-contact {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 15px 10px;
}

header.header-upper .header-contact p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    transition: all ease 1s;
    color: #fff;
}

.header-middle .header-logo img {
    object-fit: cover;
    width: 170px;
    object-position: center;
}

.nav-links ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    margin: 0;
    font-size: 10px;
}

.head-button .btn a {
    color: #000;
}

.nav-links ul li a {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    text-decoration: none;
    padding-bottom: 10px;
    /* position: relative; */
    border-bottom: 3px solid transparent;
    transition: all ease 1s;
}

.nav-links ul li {
    list-style: none;
}

/* button */
.btn {
    /* border: 1px solid #000; */
    padding: 15px 20px;
    border-radius: 8px;
    position: relative;
}

.btn-2 {
    border: 1px solid #000;
    padding: 10px 10px;
    border-radius: 8px;
    position: relative;
    background: #af2b22;
}

.btn a::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 56px;
    background: #d43a23;
    top: -3px;
    left: -28px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    transition: .2s ease-in-out all;
    z-index: -1;
}

.btn a::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 56px;
    background: #d43a23;
    top: -3px;
    right: -79px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: .2s ease-in-out all;
    z-index: -1;
}

.btn-2 a {
    color: #fff;
}

.btn-2 a::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    transition: .2s ease-in-out all;
}

.btn-2 a::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 100%;
    background: #fff;
    top: 0;
    right: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: .2s ease-in-out all;
}

.btn a {
    text-transform: uppercase;
    padding: 15px 20px;
    text-decoration: none;
    color: #fff;
    position: relative;
    z-index: 3;
}

.btn:hover.btn a::before {
    width: 90px;
}

.btn:hover.btn a::after {
    width: 90px;
}

.section .how-it-work-bottom .head-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    height: 100%;
}

/* Section 1 Banner */
.banner-new a::before {
    left: -21px;
    top: -2px;
}

.banner-new {
    border: 1px solid #fff;
}

.banner-new a::after {
    right: -10px;
    top: -2px;
}

.section.banner-section .row {
    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: center;
}

.section.banner-section {
    background-image: url(assets/images/banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    display: block;
    height: auto;
    position: relative;
    padding-bottom: 150px;
}

section.section.banner-section:before {
    content: '';
    width: 696px;
    height: 63px;
    background: linear-gradient(23deg, #a54529 44%, transparent 68%);
    position: absolute;
    top: 196px;
    left: 0;
    z-index: 0;
}

section.section.banner-section .banner-content h2 {
    text-transform: capitalize;
    line-height: 50px;
    /* width: 100%; */
    margin: 0;
    z-index: 1;
    font-size: 46px;
}

.banner-content p {
    text-transform: capitalize;
    margin: 0;
    padding-top: 20px;
    font-size: 28px;
}

.banner-content .btn-banner {
    width: 160px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

section.section.banner-section .btn a {
    padding: 10px 0;
}

.banner-content .btn-banner a {
    color: #fff;
    font-size: 12px;
    /* padding: 33px; */
    background: transparent;
}

.banner-content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 495px;
}

section.section.banner-section .btn {
    margin: 15px 0;
    width: 150px;
    position: relative;
}

/* Form */
.banner-section .banner-form {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    background: #fff;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 22px 57px;
    width: 80%;
    margin: auto;
    position: relative;
    z-index: 0;
    min-height: 500px;
}

.banner-section .banner-form input {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    width: 100%;
    background: #f1f1f1;
    border: none;
    margin: 0 0 20px;
}

.banner-section .banner-form h2 {
    color: #e95529;
    font-size: 40px;
    text-transform: capitalize;
    margin: 0;
    padding: 10px 0;
}

.banner-section .banner-form h5 {
    margin: 0;
}

.banner-section .banner-form input[type="submit"] {
    position: absolute;
    bottom: -70px;
    width: 30%;
    left: 0;
    color: #e95529;
    text-transform: uppercase;
    font-weight: 700;
    border: 4px solid #e95529;
    border-bottom: 0;
    border-radius: 5px;
    cursor: pointer;
    transition: .2s ease-in-out all;
    right: 0;
    margin: auto;
}

.banner-section .banner-form input[type="submit"]:hover {
    background: #e95529;
    color: #fff;
    border: 0;
}

/* Form End */

/* Section 1 Banner end */

/* button End */

/* section 2  */
section.country-section h2.heading-Primary {
    text-transform: capitalize;
    text-align: center;
}

section.country-section p {
    color: #868588;
    text-align: center;
    margin: auto;
}

.country-section {
    background-image: url(assets/images/country-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 68px 0;
}

section.section.services-section .attestation-button {
    width: 43%;
    margin-top: 21px;
    height: 55px;
}

.row.country-row {
    padding-top: 50px;
}

/* country flags */
.country-row .country-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 0px -4px;
    border-radius: 10px;
}

.country-row .country-wrap {
    position: relative;
    z-index: 1;
    height: 110px;
    margin: 50px 0;
}

.country-row .country-wrap .country-content h2 {
    text-transform: capitalize;
    font-size: 22px;
}

.country-row .country-wrap .country-content {
    transition: .2s ease-in-out all;
    position: absolute;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: -4;
}

.country-row .country-wrap .country-content:after {
    content: url(assets/images/symbols/a.png);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #c63b1d;
    position: absolute;
    right: 0;
    bottom: 0;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.country-row .country-wrap:hover .country-content {
    top: 92%;
}

/* country flags end */

/* section 2 end */

/* section 3 */

.x-p {
    padding: 0;
}

section.counter-section {
    background-image: url(assets/images/background-02.png);
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 70px;
}

.section.counter-section .counter-no {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 263px;
}

.section.counter-section .counter-no .no-1 h2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
}

.section.counter-section .counter-no .no-1 p {
    text-transform: capitalize;
    color: #fff;
    font-size: 20px;
}

.attestation-section .attestation-content p {
    color: #4d5059;
    padding: 30px 0;
}

.attestation-section .attestation-content h2 {
    font-size: 45px;
    text-transform: capitalize;
    margin: 0;
    font-weight: bold;
}

.attestation-section .attestation-content .btn-banner {
    width: 50%;
}

/* Card */
.attestation-content .btn.btn-2 {
    width: 40%;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.section.services-section .card-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    top: -89px;
    cursor: pointer;
}

section.section.services-section .inner-item {
    margin-right: 30px;
}

section.section.services-section .service-card {
    transition: .2s ease-in-out all;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0px 20px 20px #ebebeb;
    transition: .2s ease-in-out all;
}

section.section.services-section .service-card:hover {
    box-shadow: 0px 6px 5px #ebebeb;
}

section.section.services-section .service-card img {
    width: 100%;
    padding: 15px;
}

section.section.services-section .service-card .card-body {
    padding: 50px 30px;
    width: 100%;
}

section.section.services-section .service-card .card-body h3 {
    font-size: 22px;
    letter-spacing: -1px;
}

.attestation-content {
    position: relative;
}

.attestation-content .circle {
    position: absolute;
    bottom: 24px;
    left: 179px;
    z-index: -1;
}

/* Card End */

/* section 3 end */

/* section 4  */
section.section.how-it-work {
    background: #ececec;
    padding: 0;
}

.how-it-work-content .how-it-work-blocks {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 90px;
}

.how-it-work-content .parag-wrapper {
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 50px 0;
}

.how-it-work-content .parag-wrapper h2 {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 40px;
}

.how-it-work-content .parag-wrapper p {
    text-transform: capitalize;
    color: #4d5059;
    width: 80%;
    max-width: 100%;
    margin: auto;
}

.how-it-work-content .how-it-work-blocks .block-1 p {
    margin: 0;
}

.how-it-work-content .how-it-work-blocks .block-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    cursor: pointer;
    transition: .2s ease-in-out all;
}

.how-it-work-content .how-it-work-blocks .block-1:hover {
    transform: translateY(8px);
    filter: drop-shadow(1px 1px 10px lightcoral);
}

.how-it-work-blocks .trail-arrow {
    position: absolute;
    top: -66px;
    z-index: -5;
}

.how-it-work-blocks .trail-arrow img {
    width: 100%;
}

.how-it-work-blocks {
    position: relative;
    z-index: 0;
}

section.section .how-it-work-bottom {
    background-image: url(assets/images/banner-work.png);
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 100%;
    margin: 50px 0;
    display: block;
}

section.section.how-it-work-bottom .work-bottom h2 {
    margin: 0;
    width: 220px;
    line-height: normal;
    text-transform: capitalize;
}

/* section 4 end */

/* Banner Bottom */

.row.border-row {
    border-right: 2px solid #ffffff2e;
}

.section-banner-bottom {
    background: #ab2722;
    position: relative;
}

.banner-bottom-content.delivery {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    border-left: 2px solid #ffffff2e;
    cursor: pointer;
    transition: .2s ease-in-out all;
    height: 100px;
}

.banner-bottom-content.delivery:hover {
    background: #ff080024;
    border-radius: 10px;
}

.banner-bottom-content.delivery p {
    margin: 0;
    color: #fff;
    text-transform: capitalize;
}

.section.section-banner-bottom .banner-bottom-arrow {
    position: absolute;
    top: -71px;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    transition: .2s ease-in-out all;
}

.section.section-banner-bottom .banner-bottom-arrow:hover {
    rotate: 180deg;
    filter: drop-shadow(1px 1px 3px #fff);
}

.section.section-banner-bottom .banner-bottom-arrow img {
    width: 150px;
}

/* Banner Bottom end */

/* section 5 */

section.section.testimonials-section .vector-holo {
    top: -267px;
    position: absolute;
    left: -90px;
    z-index: -2;
}

section.section.testimonials-section {
    position: relative;
}

section.section.testimonials-section .testimonial-parag {
    text-align: center;
    margin: auto;
}

section.section.testimonials-section .testimonial-parag h2 {
    font-size: 40px;
    font-weight: bold;
}

/* testimonial */
.testimonial-swipper .test-title p {
    color: #d33a23;
    font-weight: 500;
    padding: 10px 0;
}

/* testimonial end */

/* section 5 end */

/* section 6 */

/* Accordion FAQ */
div#accordionExample {
    width: 80%;
    margin: auto;
    padding: 50px 0;
    background: transparent;
}

div#headingOne,
.card-header {
    background: #eeeeee;
    border: none;
    outline: none;
}

.btn.btn-link.btn-block.text-left {
    background: transparent;
    border: none;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    letter-spacing: 0;
    font-family: 'Poppins', sans-serif !important;
}

.btn.btn-link.btn-block.text-left:focus {
    box-shadow: none;
    color: #d33a23;
}

.card-body {
    padding: 20px 20px;
    background: transparent;
}

/* Accordion FAQ end */

/* section 6 end */

/* section 7 */
section.section.group-of-company {
    background-image: url(assets/images/banner-companies.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    /* height: 100px; */
}

section.section.group-of-company .group-of-company-content h2 {
    text-align: center;
    text-transform: capitalize;
    margin: 0;
    padding: 50px 0;
    font-weight: bold;
    font-size: 40px;
}

/* section 7 end */

/* section 8 */
.row-group-of-company .company-card-1 img {
    width: 60px;
}

.row-group-of-company .company-card-1 p {
    width: 180px;
    text-align: center;
}

.row-group-of-company .company-card-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 0;
    gap: 20px;
    background: #fff;
    border: 1px solid red;
    border-radius: 15px;
    height: 190px;
}

.row-group-of-company {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    cursor: pointer;
    transition: .2s ease-in-out all;
}

.row-group-of-company .trans {
    transition: .2s ease-in-out all;
}

.row-group-of-company:hover {
    transform: translateY(10px);
    filter: drop-shadow(1px 1px 5px #fff);
}

.row-group-of-company:hover .trans {
    transform: translateY(0px);
}

.row-group-of-company .trans {
    transform: translateY(30px);
}

/* section 8 end */

/* footer */

/* footer Custom */


#footer h4.titleFooter {
    font-weight: 200;
}

.menu ul {
    padding-left: 0;
}

.menu h4,
.menu ul li {
    color: #FFF;
    list-style: none;
}

.menu ul li a {
    color: #ffffff;
    text-decoration: none;
}

.footer_detail h4 {
    font-size: 15px;
    margin-bottom: 0;
}

.footer_detail p {
    color: #f0f9ff;
}

.footer_detail {
    display: flex;
    align-items: baseline;
    margin-top: 27px;
}

.menu ul li {
    padding-bottom: 13px;
}

.footer_bottom p {
    color: #f0f9ff;
    margin-bottom: 0;
    padding-top: 15px;
}

.footer_bottom {
    border-top: solid 2px #3e4150;
}

.footer {
    padding-top: 60px;
    padding-bottom: 20px;
}

.footer_detail .footer_icon {
    color: #f0f9ff;
    margin-right: 15px;
}

h4.titleFooter {
    font-size: 20px;
    font-weight: 500;
    color: #f0f9ff;
    border-bottom: 1px solid #202a35;
    padding-bottom: 19px;
    position: relative;
    margin-bottom: 30px;
}

h4.titleFooter:after {
    content: '';
    position: absolute;
    width: 51px;
    background: #6d7179;
    height: 1px;
    bottom: 0;
    left: 0;
}

footer#footer {
    padding: 90px 0 10px;
    background: #131313;
}

.footer p {
    color: #7e8896;
    word-break: break-all;
}

.social {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.social a {
    text-decoration: none !important;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid #5e6369;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    color: #5e6369;
    margin: 0 5px;
    transition: .2s ease-in-out all;
}

.social a:hover {
    color: #f0f9ff;
    background: #d43a23;
}

.wigdet_4 h5 {
    color: #f0f9ff;
}

.form-new {
    display: flex;
    border: 1px solid #e8ecf6;
    background: #e8ecf62b;
    width: 100%;
    padding: 10px 20px;
    justify-content: space-between;
    margin-top: 30px;
}

.wigdet_4 input[type="text"] {
    background: transparent;
    border: 0;
    outline: none;
}

.form-new button {
    border: 0;
    outline: none;
    background: transparent;
    color: #f0f9ff;
}

.subFooter-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    PADDING-LEFT: 0;
    list-style: none;
}

.subFooter-menu li {
    padding-right: 50px;
    border-right: 1px solid #7e8896;
}

.subFooter-menu a {
    color: #7e8896;
    text-decoration: none;
}

p.copy-right {
    margin: 0;
    padding: 0;
    float: right;
}

.footer_bottom .row {
    align-items: center;
}

.subFooter-menu li:last-child {
    border: 0;
}

.footer_bottom {
    padding: 15px 0;
    margin-top: 50px;
}

.footer_content h4 {
    color: #f0f9ff;
    margin-bottom: 10px;
}

.subFooter-menu a:hover {
    color: red;
    text-decoration: none;
}

.attestation-content .btn a {
    color: black;
}

.head-button .btn a {
    color: #fff;
}

.subFooter-menu a,
.footer_bottom p {
    font-size: 14px;
    color: #fff;
}

.head-button .btn-2 a {
    color: #fff;
}

section.section.how-it-work-bottom .btn a {
    color: #fff;
}

.head-button .btn a {
    color: #000;
}

.header-button .btn-2 a {
    color: #fff;
}

.btn.btn-2 a {
    color: #fff;
}

p.copyRightText {
    float: right;
}

.titleFooter {
    text-transform: uppercase;
}

.subFooter-menu li a {
    color: #7e8896;
}

.wigdet_3.menu_3.menu ul li a {
    transition: .2s ease-in-out all;
}

.wigdet_3.menu_3.menu ul li a:hover {
    color: #d43a23;
    letter-spacing: 1px;
}

/* slider Banner*/
ul.slick-dots {
    margin: 0;
    position: absolute;
    right: -128%;
    top: 138px;
    z-index: 30;
}

ul.slick-dots li {
    list-style: none;
}

ul.slick-dots li button {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 20px;
    padding: 0 0;
    width: 59px;
    height: 70px;
}

ul.slick-dots li button:focus {
    color: #e95529;
    position: relative;
    font-size: 40px;
    transition: .2s ease-in-out all;
}

ul.slick-dots li button:focus::before {
    content: '';
    position: absolute;
    background: #e95529;
    width: 50px;
    height: 2px;
    bottom: 25px;
    right: 70px;
}

ul.slick-dots li button:active {
    color: red;
}

/* slider Banner end*/

/* footer Custom end */

/* social icons end */

/* footer end */

/* My Custom Design Styling End */

section.section.services-section {
    position: relative;
}

section.section.services-section .services-slider {
    position: relative;
    top: -90px;
}

.arrowWrapper.prevArrow.slick-arrow {
    position: absolute;
    bottom: -72px;
    left: 80px;
    z-index: 1;
}

.arrowWrapper.nextArrow.slick-arrow {
    position: absolute;
    bottom: -72px;
    z-index: 0;
}

.arrowWrapper.nextArrow.slick-arrow:active {
    filter: drop-shadow(1px 1px 1px #000);
}

.arrowWrapper.prevArrow.slick-arrow:active {
    filter: drop-shadow(1px 1px 1px red);
}

.t-main {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
    box-shadow: 6px 4px 4px 0px #ebebeb;
    width: 100%;
    background: #ffffff;
    border-radius: 20px;
    padding: 20px;
    transition: all ease 1s;
}

.img-box {
    display: flex;
    align-items: center;
}

.img-box .test-title span {
    color: #d33a23;
    text-transform: capitalize;
    font-weight: 500;
}

.img-box .test-title h2 {
    text-transform: capitalize;
    line-height: 48px;
    font-size: 22px;
    line-height: 26px;
}

.test-title {
    padding: 10px;
}

.t-main .t-content {
    padding: 10px;
    line-height: 26px;
    font-size: 14px;
}

.t-main .t-content p {
    font-size: 12px;
    color: #505356;
    padding-left: 0;
    line-height: 16px;
    text-align: center;
    height: 160px;
}

.nextArrow.testimonial-r.slick-arrow {
    background: #000;
    width: 6%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 40px;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    position: absolute;
    right: 270px;
    bottom: -72px;
}

.prevArrow.testimonial-l.slick-arrow {
    background: #000;
    width: 6%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 40px;
    padding: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    position: absolute;
    left: 980px;
}

.t-main .img-box img {
    width: 120px;
}

.testimonial-slider .slick-current.slick-active.slick-center {
    transform: scale(1.2) translateY(-3px);
    position: relative;
    z-index: 3;
    transition: all ease 1s;
}

.testimonial-slider {
    margin: 50px 0;
}

.testimonial-slider .slick-list.draggable {
    padding: 50px 0 !important;
}

.testimonial-slider .slick-current.slick-active.slick-center .t-main {
    background: #f7f1f1e0;
}

section.section.faq-section {
    background: #eeeeee;
}

.faq-sub-content {
    text-align: center;
    padding: 10px 0;
}

.faq-sub-content h2 {
    padding: 10px;
    font-weight: bold;
    font-size: 40px;
}

.faq-sub-content p {
    color: #6b727f;
    width: 540px;
    margin: auto;
    font-size: 15px;
}

.enquiry a::before {
    left: -21px;
}

.enquiry a::after {
    right: -20px;
}

.banner-new a::before {
    left: -30px;
    top: -7px;
}

.banner-new a::after {
    right: -30px;
    top: -7px;
}

.how-it-work-2nd a::after {
    right: -20px;
    top: -2px;
}

.how-it-work-2nd a::before {
    left: -20px;
    top: -2px;
}

.header-btn a:before {
    left: -20px;
    top: -2px;
}

.header-btn a:after {
    right: -20px;
    top: -2px;
}

.header-btn-2 a:before {
    left: -21px;
    top: -2px;
}

.header-btn-2 a:after {
    right: -11px;
}

.header-btn-2 a:after {
    right: -20px;
    top: -2px;
}

.faq-testi a:before {
    left: -20px;
    top: -2px;
}

.faq-testi a:after {
    right: -20px;
    top: -2px;
}

.faq-testi a {
    color: #000;
    font-weight: 700;
}

.btn.faq-testi {
    margin-top: 28px;
}

.btn.faq-testi {
    height: 56px;
    width: 160px;
}

.btn.faq-testi a {
    padding: 0;
}

.btn.faq-testi a:before {
    top: -17px;
    left: -25px;
}

.btn.faq-testi a:after {
    right: -27px;
    top: -17px;
}

/******* counter *******/

/*-=-=-=-=-=-=-=-=-=-=-=- */

/* Column Grids */

/*-=-=-=-=-=-=-=-=-=-=-=- */

.col_half {
    width: 49%;
}

.col_third {
    width: 32%;
}

.col_fourth {
    width: 23.5%;
}

.col_fifth {
    width: 18.4%;
}

.col_sixth {
    width: 15%;
}

.col_three_fourth {
    width: 74.5%;
}

.col_twothird {
    width: 66%;
}

.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth {
    position: relative;
    display: inline;
    display: inline-block;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}

.end {
    margin-right: 0 !important;
}

/* Column Grids End */
.wrapper {
    margin: 30px auto;
    position: relative;
}

.counter {
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    position: relative;
}

.count-text {
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}

.count-title:after {
    content: '+';
    position: absolute;
    padding-left: 10px;
}

.btn:hover a {
    color: #fff;
}

/******* counter *******/
.btn.btn-link.btn-block.text-left:hover {
    color: #d43a23;
}

header.header-upper .header-contact p:hover {
    color: #000;
    transition: all ease 1s;
    cursor: pointer;
    font-weight: 600;
}

.nav-links ul li a:hover {
    border-bottom: 3px solid #d43a23;
    position: relative;
    color: #d43a23;
    transition: all ease 1s;
}

header.header-upper .header-social a:hover {
    transform: scale(1.3);
    transition: all ease 1s;
}

header.header-upper .header-social a:hover,
a {
    color: #000;
}

header.header-upper .header-social a {
    color: #ddd;
    transition: all ease 1s;
}

header.header-upper .header-social a:hover {
    color: #000;
    transition: all ease 1s;
}

/* ****************Home Page End**************** */

/* ****************Services Page**************** */

.services-page-banner {
    background-image: url(assets/images/services-img/service-banner-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: auto;
    padding-bottom: 0 !important;
}

.service-banner-heading {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 300px;
}

.service-banner-heading h2 span {
    letter-spacing: 12px;
    font-family: 'poppins', sans-serif;
}

.section.services-page-banner .banner-right-man img {
    width: 80%;
}

.banner-right-man {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.virtual-section.heading-of-white h2 {
    color: #fff;
}

.virtual-section.heading-of-white span {
    color: #fff;
}

.services-page-banner-bottom {
    background-image: url(assets/images/services-img/banner-bottom-services.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 250px;
}

.services-banner-content {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.services-banner-content .service-banner-sub-content p {
    font-size: 13.7px;
}

.services-banner-content .service-banner-sub-content h2 {
    font-size: 48px;
    font-weight: bolder;
    line-height: 90px;
    font-family: 'poppins', sans-serif;
}

.services-banner-content .service-banner-btx a {
    color: #fff;
}

/* SERVICES BUTTON */
.services-page-banner-bottom .service-01 {
    background: #fff;
}

/* SERVICES BUTTON END */

/* Map */
p {
    color: #4d5059;
    font-size: 15px;
}

.services-map {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.wrap-map img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.section.map-section .services-map h2 {
    font-size: 46px;
    width: 500px;
    max-width: 100%;
    line-height: 1.2;
}

.section.map-section .services-map span {
    font-size: 46px;
    font-family: 'poppins', sans-serif;
    font-weight: 750;
}

.services-map p {
    padding: 10px 0;
    line-height: 27px;
    font-size: 15px;
    color: #97a1ad;
}

.map-content-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

/* Map end */

/* Stamp Section end */
.section.degree-section {
    background: #ececec;
}

.section.degree-section .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section.degree-section .stamp-section img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.wrap-map img {
    transition: .5s ease-in-out all;
}

.wrap-map img:hover {
    filter: hue-rotate(218deg);
    scale: 1.1;
    rotate: 1deg;
}

.section.degree-section .stamp-section {
    position: relative;
}

.section.degree-section .stamp-section a img {
    position: absolute;
    z-index: 1;
    width: 100px;
    right: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .2s ease-in-out all;
}

.section.degree-section .stamp-section a img:hover {
    rotate: 50deg;
    scale: 1.1;
    filter: drop-shadow(2px 4px 28px #fff);
}

.stamp-right-content {
    padding-left: 50px;
}

.stamp-right-content h2 {
    font-size: 46px;
    width: 690px;
    max-width: 100%;
    line-height: 1.2;
    font-family: 'poppins', sans-serif;
}

.stamp-right-content span {
    font-size: 46px;
    font-weight: 750;
    font-family: 'poppins', sans-serif;
}

.stamp-right-content p {
    padding: 20px 0px;
    color: #707f80;
}

.stamp-right-content .seprate {
    font-size: 15px;
    font-family: 'poppins', sans-serif;
    color: #97a1ad;
    font-weight: 500;
}

/* Stamp Section end */

/* Virtual Section */

.section.virtual-office-section .virtual-section {
    width: 80%;
    text-align: center;
    margin: auto;
    line-height: 1.7;
}

.virtual-section h2 {
    padding: 10px 0;
    font-size: 46px;
    font-weight: 750;
    font-family: 'poppins', sans-serif;
}

.virtual-section p {
    width: 70%;
    margin: auto;
    text-align: center;
}

section.section.virtual-office-section .left-lasdist-lines ul li::before {
    position: absolute;
    content: '';
    left: -20px;
    background-image: url(assets/images/services-img/r.png);
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
}

section.section.virtual-office-section .left-lasdist-lines ul li::before {
    position: absolute;
    content: '';
    left: 0;
    background-image: url(assets/images/services-img/r.png);
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
}

.left-lasdist-lines .section virtual-office-section ul li {
    margin: 1px;
}

.virtual-office-section {
    background-image: url(assets/images/services-img/ssssss.png);
}

section.section.virtual-office-section .right-lasdist-lines ul li::before {
    position: absolute;
    content: '';
    right: 0;
    background-image: url(assets/images/services-img/r.png);
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
}

.right-lasdist-lines .section virtual-office-section ul li {
    margin: 1px;
}

.right-lasdist-lines ul li {
    position: relative;
    padding-right: 30px;
    margin: 0 0 20px;
}

.left-lasdist-lines ul li {
    position: relative;
    padding-left: 30px;
    margin: 0 0 15px;
}

.right-lasdist-lines {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

section.section.virtual-office-section .center-girl img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.left-lasdist-lines {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.center-girl {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
}

.left-lasdist-lines ul li a {
    text-decoration: none;
}

.left-lasdist-lines ul li a:hover {
    color: #be3b19;
    font-weight: 900;
}

.right-lasdist-lines ul li a {
    text-decoration: none;
}

.right-lasdist-lines ul li a:hover {
    color: #be3b1a;
    font-weight: 900;
}

/* Saudi-Virtual Section  */
.saudi-virtual {
    background-image: url(assets/images/services-img/arabic-virtual.png);
    background-repeat: no-repeat;
}

.virtual-section h2 {
    /* color: #fff; */
}

.virtual-section h2 span {
    /* color: #fff; */
}

.virtual-section p {
    color: #bbb;
    width: 50%;
    padding: 20px 0;
}

.virtual-section {
    text-align: center;
}

/* cards */
.cards-of-services img {
    width: 100%;
}

.cards-of-services {
    background: #fff;
    padding: 10px 10px;
    border-radius: 20px;
}

.cardbody-of-services h3 {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    margin: auto;
}

.cardbody-of-services p {
    margin: 10px 0;
}

.cardbody-of-services {
    height: 286px;
}

.saudi-virtual-button .saudi-virtual-btn-01 {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    width: 186px;
}

.saudi-virtual-button .saudi-virtual-btn-01 a {
    width: 150px;
}

.cards-of-services {
    box-shadow: 0px 9px 0px 0px #d7d7d775;
    margin-top: 30px;
}

/* cards end */

/* Saudi-Virtual Section end */

/* Services Form Right end */

/* About Section */
section.section.banner-section.about-banner-section {
    background-image: url(assets/images/about-img/about-banner.png.png);
    background-position: center bottom;
    background-size: cover;
    height: auto;
}

section.section.banner-section.about-banner-section .about-form::before {
    position: absolute;
    content: '';
    background: #dc4721;
    width: 120px;
    height: 51px;
    top: -51px;
    right: 0;
    left: 0;
    margin: auto;
    animation: FormBox 4s linear infinite;
}

@keyframes FormBox {
    0% {
        left: 0px;
        background: #dc4721;
    }

    50% {
        left: -300px;
        background: #aa2d0d;
    }

    100% {
        left: 0;
        background: #dc4721;
    }
}

.btn.faq-testi.about-02 a {
    color: #fff;
}

.about-banner-heading {
    width: 100%;
    height: 600px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.banner-form {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.about-form input {
    width: 100% !important;
}

.about-form select {
    width: 100%;
    padding: 10px 10px;
}

.about-form textarea {
    width: 100%;
    padding: 10px 10px;
}

.about-form select {
    color: #767676;
    margin: 10px 0;
}

.about-form input {
    margin: 15px 0;
}

section.section.banner-section.about-banner-section::before {
    display: none;
}

section.section.banner-section.about-banner-section .about-form {
    height: 680px;
}

.about-form input[type="submit"] {
    width: 40% !important;
    margin: 0;
}

section.section.banner-section.about-banner-section .about-form p {
    font-weight: bold;
    text-transform: capitalize;
}

section.section.banner-section.about-banner-section .about-form select {
    background: #f1f1f1;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 15px 0;
}

section.section.banner-section.about-banner-section .about-form input {
    background: #f1f1f1;
    border: none;
    outline: none;
}

section.section.banner-section.about-banner-section .about-form textarea {
    background: #f1f1f1;
    border: none;
    outline: none;
    height: 140px;
}

.banner-section.about-banner-section .about-form input[type="submit"] {
    position: absolute;
    bottom: -60px;
    width: 30%;
    left: 0;
    color: #e95529;
    text-transform: uppercase;
    font-weight: 700 !important;
    border: 4px solid #e95529 !important;
    border-bottom: 0 !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    transition: .2s ease-in-out all !important;
    right: 0;
    margin: auto;
}

.banner-section.about-banner-section .about-form input[type="submit"]:hover {
    background: #e95529;
    color: #fff;
}

.about-sec-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* line-height: 0; */
}

.about-sec-bottom h2 {
    color: #fff;
    font-size: 25px;
}

.about-sec-bottom p {
    text-align: center;
}

.about-sec-bottom {
    border-left: none !important;
}

.about-sec-bottom {
    border-right: none;
}

.about-border-row {
    border-right: none !important;
}

.about-sec-bottom.center {
    border: 1px solid #bc524e !important;
    border-bottom: none !important;
    border-top: none !important;
}

/* About Section End */

/* CV Section */
.about-cv-section .about-cv-content {
    width: 100%;
    height: 300px;
    background: #232020;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-cv-section .about-cv-content .cv-man {
    position: absolute;
    top: 80px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 2;
}

.about-cv-section .about-cv-content .cv-man img {
    width: 70%;
    object-fit: cover;
    object-position: center;
}

.about-cv-content {
    padding: 20px 20px 20px 40px;
}

.about-cv-content h2 {
    color: #fff;
    font-weight: 900;
    text-transform: capitalize;
}

.about-cv-content p {
    color: #fff;
}

.about-cv-content h2 {
    margin: 0px 0;
    font-size: 45px;
    padding: 0 0 15px;
}

.about-cv-content p {
    padding: 0 0 20px;
    font-size: 19px;
    width: 40%;
}

.about-btn {
    width: 14%;
}

.about-btn a::before {
    top: -1px;
    left: -21px;
}

.about-btn a::after {
    top: -1px;
    right: -21px;
}

/* Map Section*/
.about-map iframe {
    width: 100%;
    height: 600px;
}

.map-padding-off {
    padding: 0;
}

.about-testi-section {
    margin-top: 0;
}

.about-cv-section {
    background: linear-gradient(180deg, #ab2722 25%, transparent 25%);
}

.about-btn {
    left: 20px;
}

.circle-vec {
    background: #e34c1f;
    width: 500px;
    height: 500px;
    position: absolute;
    right: -130px;
    top: -101px;
    border-radius: 50%;
    transition: .2s ease-in-out all;
}

.cv-man {
    position: absolute;
    right: -120px;
    top: 51px;
}

.cv-man img {
    width: 80%;
}

.about-cv-section:hover .circle-vec {
    background: #ff5a28;
    width: 58%;
    border-radius: 0;
    z-index: 0;
    box-shadow: 20px 20px 100px #ff5a28;
}

/* Map Section End*/

/* About Form */

.contact-form-section.section {
    background-image: url('assets/images/services-img/form-bg.png');
    width: 100%;
    height: auto;
}

.contact-information {
    background-image: url('assets/images/services-img/dark-form.png');
    background-position: right;
    background-size: cover;
    padding: 100px 50px;
    border-radius: 10px;
    position: relative;
}

.contact-information::after {
    content: "";
    background: url('assets/images/services-img/handset.png');
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    right: -120px;
    bottom: -170px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

.contact-information .header-btns {
    float: unset;
}

.contact-information p.contact-para {
    font-size: 30px;
    max-width: 80%;
    margin: 30px 0px;
}

.contact-information .contact-num-email a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 40px;
    margin: 15px 0px;
}

.contact-information .header-btns ul li a p span {
    color: #fff;
}

section.contact-form-section .sec-top-text h2 {
    font-size: 42px;
    font-weight: 900;
}

section.contact-form-section .sec-top-text::before {
    right: 0;
    left: 0;
    right: unset;
    margin-left: 20px;
}

.banner-form input,
.banner-form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    padding: 10px 10px;
    resize: none;
}

.banner-inputs {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-information h6 {
    color: #fff;
}

.contact-information h6 p {
    color: #fff !important;
}

.contact-information .contact-para {
    color: #fff;
    font-weight: 900;
    font-size: 24px !important;
}

.contact-num-email a:nth-child(1) {
    color: #ec6d18;
    font-weight: 900;
}

.header-btns ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.header-btns-content h2 {
    color: #ec6d18;
    font-weight: 800;
    line-height: 50px;
}

.contact-information .header-btns h5 {
    color: #ec6d18;
    font-size: 15px;
    line-height: 45px;
}

.banner-inputs img {
    width: 2%;
}

.banner-inputs img {
    position: absolute;
    left: 17px;
    filter: contrast(0.3);
}

.banner-inputs input,
.banner-inputs textarea {
    padding-left: 29px;
}

.banner-inputs.banner-textarea img {
    padding-bottom: 100px;
}

.banner-inputs input,
.banner-inputs textarea {
    background: transparent;
}

.banner-inputs input,
.banner-inputs textarea:focus {
    outline: none;
}

.contact-information .header-btns a {
    text-decoration: none;
}

.contact-information .header-btns ul li:hover {
    background: #ec6d181a;
    border-radius: 7px;
}

.contact-information .header-btns ul li {
    transition: .2s ease-in-out all;
}

.banner-inputs {
    padding: 30px 0;
}

/* About Form End */

/* ****************Services Page End**************** */

/* ****************Blog Page End**************** */

/************ SECTION ONE CSS START ************/

section.BlogSecOne {
    /* margin: 15px 0 50px 0; */
}

.BlogSecOne .BlogImg img {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.BlogSecOne h4 {
    font-weight: 600;
    padding-top: 18px;
    line-height: normal;
}

.BlogSecOne .span-text {
    display: block;
}

.BlogSecOne p {
    color: #97a1ad !important;
    font-size: 15px;
    padding: 2px 0px 8px 0px;
}

.SearchCategory input {
    border: none;
    outline: none;
    padding: 5px 5px 8px 11px;
    font-size: 21px;
}

.BlogContact {
    display: flex;
    flex-wrap: wrap;
    margin-left: 42px;
}

.SearchCategory h4 {
    padding: 0px;
}

.BlogContact form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 2px solid #eaeaea;
    padding: 20px;
}

.SearchCategory {
    margin-left: 15px;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 25px;
}

.SearchCategory i {
    font-size: 21px;
}

.BlogForm .FormText {
    padding: 10px;
    width: 100%;
    outline: none;
    border-radius: 10px;
    margin: 8px 0 8px 0;
    border: 2px solid #eaeaea;
    background-color: #f0f4f8;
}

.FormTextArea {
    border: 2px solid #eaeaea;
    background-color: #f0f4f8;
    outline: none;
    margin: 8px 0 8px 0;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    resize: none;
}

.BlogForm .span-text {
    display: inline;
}

.SubmitBtn {
    width: 100%;
    outline: none;
    border: 2px solid #eaeaea;
    border-radius: 10px;
    padding: 10px;
    margin: 8px 0 8px 0;
    background-color: #d43a23;
}

/************ SECTION ONE CSS END ************/

/************ SECTION TWO CSS START ************/

section.BlogSecTwo {
    margin: 0px 0 50px 0;
}

.BlogSecTwo .BlogImg img {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.BlogSecTwo h4 {
    font-weight: 600;
    padding-top: 18px;
    line-height: normal;
}

.BlogSecTwo .span-text {
    display: block;
}

.BlogSecTwo p {
    color: #97a1ad !important;
    font-size: 15px;
    padding: 2px 0px 8px 0px;
}

/* row2 */
.rectangleProService {
    background-image: url(./assets/images/blog-imgs/rectangle-blogsec.png);
    background-size: cover;
    background-position: center;
    padding: 50px;
    margin-top: 45px;
    margin-bottom: 10px;
}

.rectangleProService h5 {
    color: #fff;
    font-size: 27px;
}

.rectangleProService p {
    color: #fff !important;
}

/************ SECTION TWO CSS END ************/

/************ SECTION Three CSS Start ************/

section.BlogSecThree {
    margin: 0px 0 50px 0;
}

.BlogSecThree .BlogImg img {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.BlogSecThree h4 {
    font-weight: 600;
    padding-top: 18px;
    line-height: normal;
}

.BlogSecThree .span-text {
    display: block;
}

.BlogSecThree p {
    color: #97a1ad !important;
    font-size: 15px;
    padding: 2px 0px 8px 0px;
}

/* row2 */
.rectangleProService {
    background-image: url(./assets/images/blog-imgs/rectangle-blogsec.png);
    background-size: cover;
    background-position: center;
    padding: 50px;
    margin-top: 45px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rectangleProService h5 {
    color: #fff;
    font-size: 27px;
}

.rectangleProService p {
    color: #fff !important;
}

.imgdiv img {
    width: 100%;
    margin: 50px 0 50px 0;
}

.RelianceServices {
    display: flex;
    border: 2px solid #d33a23;
    padding: 30px;
    flex-direction: row;
}

.imgRs img {
    width: 80px;
}

.imgRs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
    padding-right: 25px;
    position: relative;
}

.imgRs:after {
    content: "";
    background: #d33a23;
    width: 3px;
    height: 75%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.RelianceText h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 3px;
}

.RelianceText p {
    font-size: 14px;
}

/************ SECTION Three CSS END ************/

/* ****************Blog Page End**************** */


[role="button"].ghost,
[type="button"].ghost,
[type="submit"].ghost,
button.ghost {
    color: #000;
    font-weight: 600;
    text-decoration: none;
    background: transparent;
    border-color: #c64125;
    border: 1px solid #c13c24;
    width: 180px;
    letter-spacing: 0;
    text-align: center;
    /* box-shadow: 0 0 22px 0 rgba(165, 64, 24, 0.7),
        0 12px 64px 0 rgba(165, 64, 24, 0.7); */
}


[role="button"],
[type="button"],
[type="submit"],
button {
    position: relative;
    overflow: hidden;
    font-family: Noir Pro, sans-serif;
    letter-spacing: 0.25rem;
    text-transform: uppercase;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.125rem 1.5625rem;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    background: #c64124;
    outline: none;
    cursor: pointer;
    transition-property: background, border-color, color;
    transition-timing-function: ease-in-out;
    transition-duration: 0.2s;
    justify-content: center;
}

.ghost i {
    border: 0 solid;
    border-color: #ca4525 !important;
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.ghost i:nth-of-type(1) {
    top: 0;
    left: 0;
    border-top: 2px solid;
    border-left: 2px solid;
}

.ghost i:nth-of-type(2) {
    top: 0;
    right: 0;
    border-right: 2px solid;
    border-top: 2px solid;
}

.ghost i:nth-of-type(3) {
    bottom: 0;
    right: 0;
    border-bottom: 2px solid;
    border-right: 2px solid;
}

.ghost i:nth-of-type(4) {
    bottom: 0;
    left: 0;
    border-left: 2px solid;
    border-bottom: 2px solid;
}

[role="button"].ghost:hover {
    background-color: #ca4525;
    animation: a 1.5s infinite;
}

@keyframes a {
    0% {
        box-shadow: 0 0 0 0 rgba(165, 64, 24, 0.7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(24, 98, 165, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(24, 98, 165, 0);
    }
}

a.ghost.ghost-002 {
    background: #c94425;
}

a.ghost.ghost-002 span {
    color: #fff;
}

[role="button"].ghost:hover span {
    color: #fff;
}

a.ghost.ghost-002:hover {
    background: transparent;
}

a.ghost.ghost-002:hover span {
    color: #000;
}

.bten {
    margin-top: 20px;
}

.head-button.enquiry a:nth-child(1) {
    color: #fff;
}

a.ghost.ghost-002.enq:hover span {
    color: #fff;
}

a.ghost.ghost-002.banner-bten {
    margin-top: 20px;
}

.service-banner-btx {
    padding-top: 30px;
}

a.ghost.ghost-002.service-map span {
    font-size: 16px;
}

a.ghost.ghost-002.service-map.service-map-02 {
    width: auto;
}

.all {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}

a.ghost.ghost-secondary span {
    font-size: 16px;
}

a.ghost.ghost-secondary span {
    font-size: 16px !important;
}

a.ghost.ghost-secondary {
    width: auto;
}

input.custom-submit-btx {
    color: #fff;
    border: 1px solid #c94425;
    background: #c94425;
    height: 65px;
    width: 30%;
    transition: .2s ease-in-out all;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    border-radius: 3px;
}

input.custom-submit-btx:hover {
    background: transparent;
    color: #c94425;
}

.cv-btx a span {
    color: #fff;
}

.cv-btx-2 {
    padding-top: 20px;
}

input#blogBtx {
    width: 317px;
}

a.ghost.ghost-002.banner-bten.bnr:hover span {
    color: #fff;
}

.form-new.footer-input {
    display: flex;
    border: 1px solid #e8ecf6;
    background: #e8ecf62b;
    width: 100%;
    padding: 0px 20px;
    justify-content: space-between;
    margin-top: 30px;
}

.footer_content a {
    color: #6d7179;
    transition: all ease 1s;
}

.footer_content a:hover {
    color: #d43a23;
    text-decoration: none;
    letter-spacing: 1px;
}

.banner-form form {
    width: 100%;
}

/* footer input */
.form-new.footer-input {
    position: relative;
}

.form-new.footer-input button {
    position: absolute;
    top: 0;
    right: 0;
}

.form-new.footer-input input {
    height: 50px;
}

/* footer input end */

/* pushmenu */
div#navbarSupportedContent .menuss {
    background: #f3f3f3;
    padding: 10px 10px;
    margin-top: 20px;
}

div#navbarSupportedContent .menuss ul li {
    text-transform: capitalize;
    padding: 10px 10px;
}

div#navbarSupportedContent .menuss ul li a {
    transition: .2s ease all;
}

div#navbarSupportedContent .menuss ul li a:hover {
    color: #c94425;
    text-decoration: none;
    font-weight: 600;
}

.section.header-middle button.navbar-toggler.pushmenu.d-lg-none.d-block {
    width: 10%;
    background: transparent;
    font-size: 20px;
    padding: 0;
}

a.span-text {
    text-decoration: none;
    color: #d33a23;
}

.logo.d-lg-none.d-block {
    width: 30%;
    margin: auto;
}

.form-new.footer-input input {
    width: 100%;
}

.contact-information::after {
    display: none;
}

/* pushmenu end */

/* inside blog page */

section.section.blog-grid .row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px 0;
}

section.blog-grid .blog-body {
    border: 1px solid #ccc;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    transition: .2s ease-in-out all;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.blog-grid .blog-body:hover {
    box-shadow: 5px 5px 3px #e9e9e9;
}

section.blog-grid .blog-body img {
    width: 100%;
    transition: .2s ease-in-out all;
    height: 220px;
    object-fit: cover;
}

section.blog-grid .blog-body img:hover {
    cursor: pointer;
    filter: sepia(.3);
}

.blog-banner .blog-banner-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.blog-grid .blog-body a h2 {
    font-size: 20px;
}

.blog-body .blog-body-content {
    padding: 20px 20px;
    height: 290px;
    display: flex;
    justify-content: space-between;
}

.blog-body .blog-body-content p {
    padding: 10px 0;
    /* height: 160px; */
}

.blog-body .blog-body-content a {
    text-transform: capitalize;
    text-decoration: none;
    transition: .1s ease-in-out all;
}

.blog-body .blog-body-content a:hover {
    color: #d33a23;
}

.blog-body-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    justify-content: center;
}

/* BLogs In */
.blog-list ul li {
    list-style: disc;
    color:  #97a1ad;
}

.blog-list ul li a {
    color: #97a1ad;
    text-decoration: none;
}

.blog-list ul li a:hover {
    color: #d33a23;

}

.police-blog ul li {
    list-style: devanagari;
    color: #97a1ad;
}

.police-content h4 a {
    text-decoration: none;
    color: #d33a23;
}

.southafrica-list ul li {
    list-style: decimal;
    color: #97a1ad;
}

.Mofiac-Link-Heading a {
    text-decoration: none;
}

.Mofiac-Link-Heading a:hover {
    color: #d33a23;

}

.mofaic-blog-list ul li {
    list-style: disc;
}

.fast-service-attestation-link p a {
    text-decoration: underline;
    color: #97a1ad;
    
}

.fast-service-attestation-link p a:hover {
    color: #d33a23;
}

.commercial-document-attestation-list ul li {
    list-style: disc;
    color: #97a1ad;
}

.attest-marriage-list ul li {
    list-style: disc;
    color: #97a1ad;
}

.marriage-attestation-section ul li {
    list-style-type: disc;
}

.marriage-attestation-section ul li {
    color: #97a1ad;
}

.canada-embassry-section-link a {
    text-decoration: underline;
    transition: .2s ease-in-out all;
}

.canada-embassry-section-link a:hover {
    color: #d33a23;

}

.canadian-embassy-from-dubai-link a {
    text-decoration: none;
    color: #d33a23;
}

.uae-visa-list ul li {
    list-style: disc;
    color: #97a1ad;
}

.divorce-section a {
    text-decoration: underline;
}

.divorce-section a:hover {
    color: #d33a23;

}

.teacher-attestation-list ul li {
    list-style: disc;
    color: #97a1ad;
}

.france-embassy-list ul li {
    list-style: disc;
    color: #97a1ad;
}

.useful-tips-list ul li {
    list-style: disc;
    color: #97a1ad;
}

.medical-list ul li {
    list-style: disc;
    color: #97a1ad;
}

.commercial-content-list ul li {
    list-style: auto;
}

.legalisation-list ul li {
    list-style: disc;
    color: #97a1ad;
}

.German-Certificate-list ul li {
    color: #97a1ad;
    list-style: decimal;
}

.German-Certificate-list ul li {
    list-style: disc;
}

.German-Certificate-list ,.num ul li {
    list-style: decimal;
}

.brth-Certificate-list.num ul li {
    color: #97a1ad;
}

.mofa-marriage-list-0 ul li {
    list-style: disc;
}

.legalisation-content i {
    color: #97a1ad;
}

.uk-list ul li {
    list-style: disc;
    color: #97a1ad;
}

.uk-list h5 {
    font-weight: 900;
    font-size: 17px;
}

.uk-list p {
    color: #97a1ad;
}
.two-content-paragaraph .same-para {
    margin-top: 50px;
    padding: 20px 20px;
    border-radius: 7px;
    box-shadow: 0 0px 19px 0px #ccc;
    transition: .2s ease-in-out all;
}

.two-content-paragaraph .same-para:hover {
    box-shadow: 4px 4px 19px 0px #ccc;
}

/* BLogs In end */
/* inside blog page end */


.cardbody-of-services h2 {
    font-size: 20px;
}

.card-body.cardbody-of-services a {
    text-decoration: none;
    transition: .2s ease all;
}

.card-body.cardbody-of-services a:hover {
    color: #d33a23;
}