    /* ================== Font Link ================== */
    /* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
   /* @import url(https://allfont.net/allfont.css?fonts=agency-fb); */
    /* @import url('http://fonts.cdnfonts.com/css/avenir');  */

    @font-face {
        font-family: 'Avenir';
        src: url('/fonts/Avenir-Font/avenir_ff/AvenirLTStd-Roman.otf') format('woff');
        font-weight: 400;
        font-style: normal;
      }

    @font-face {
        font-family: 'Agency FB';
        src: url('/fonts/AgencyFB/agencyfb_reg.ttf') format('truetype');
        font-weight: 400;
        font-style: normal;
      }

    @font-face {
        font-family: 'Roboto';
        src: url('/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
        font-weight: 400;
        font-style: normal;
      }
      @font-face {
        font-family: 'Roboto';
        src: url('/fonts/Roboto/Roboto-Light.ttf') format('truetype');
        font-weight: 300;
    }
    @font-face {
        font-family: 'Roboto';
        src: url('/fonts/Roboto/Roboto-Medium.ttf') format('truetype');
        font-weight: 500;
    }
    @font-face {
        font-family: 'Roboto';
        src: url('/fonts/Roboto/Roboto-Bold.ttf') format('truetype');
        font-weight: 700;
    }



    @font-face {
        font-family: 'Poppins'; /* Replace with the name of your font */
        src: url('/fonts/Poppins/Poppins-Regular.ttf') format('truetype');
        font-weight: 400;
        font-style: normal;
    }

    @font-face {
        font-family: 'Poppins'; /* Replace with the name of your font */
        src: url('/fonts/Poppins/Poppins-Light.ttf') format('truetype');
        font-weight: 300;
    }
    @font-face {
        font-family: 'Poppins'; /* Replace with the name of your font */
        src: url('/fonts/Poppins/Poppins-Medium.ttf') format('truetype');
        font-weight: 500;
    }
    @font-face {
        font-family: 'Poppins'; /* Replace with the name of your font */
        src: url('/fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
        font-weight: 600;
    }
    @font-face {
        font-family: 'Poppins'; /* Replace with the name of your font */
        src: url('/fonts/Poppins/Poppins-Bold.ttf') format('truetype');
        font-weight: 700;
    }

    @font-face {
        font-family: 'Open Sans';
        src: url('/fonts/OpenSans/OpenSans-VariableFont_wdth,wght.ttf') format('woff2');
        font-weight: 400;
        font-style: normal;
    }

    @font-face {
        font-family: 'Heebo';
        src: url('/fonts/Heebo/Heebo-VariableFont_wght.ttf') format('woff2');
        font-weight: 400;
        font-style: normal;
    }


    html, body{
        overflow-x: hidden;
    }
    body {
        font-family: var(--font-open-sans);
    }
    a, button {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        cursor: pointer;
        border: none;
        outline: none;
        background: none;
        text-decoration: none;
        }
   /* Scrollbar */
   ::-webkit-scrollbar {
    width: 10px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #d3d3d3;
        border-radius: 25px;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #d3d3d3;
    }
    /* ================== Root ================== */
    :root {
        --primary-green:#00A88F;
        --navy:#002A49;
        --blue:#87BAF3;
        --light-green:#EDF3F5;
        --white:#fff;
        --black:#000;
        --black-shade:#333;
        --dark-gray-shade:#444948;
        --font-open-sans:'Open Sans', sans-serif;
        --font-heebo:'Heebo', sans-serif;
        --font-popins:'Poppins', sans-serif;
        --font-light: 300;
        --font-regular: 400;
        --font-medium: 500;
        --font-semi-bold: 600;
        --font-bold: 700;
        --font-16:16px;
    }
    :root {
        --color-white: #ffffff;
        --color-light: #f1f5f9;
        --color-black: #121212;
        --color-night: #001632;
        --color-red: #f44336;
        --color-blue: #1a73e8;
        --color-gray: #80868b;
        --color-grayish: #dadce0;
        --shadow-normal: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.06);
        --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -1px rgba(0, 0, 0, 0.06);
        --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
      }
  .bg-green, .bg-green-fixed, .footer{
        background: url(../../assets/images/footer-bg.png) no-repeat center center !important;
        background-size: 100% 100%;
    }
    .bg-greenn{
        background-color: var(--primary-green);
    }
    .hight-120{
        height: 120px;
    }
    /* ================== Font Section ================== */
    .main-heading{
        color: var(--navy);
        font-size: 50px;
        font-weight: bold;
        font-family: 'Agency FB', arial;
    }
    .text-shadow{
        text-shadow: 0px 3px 2px rgb(0 0 0 / 25%);
    }
    .main-heading.text-shadow{
        display: inline-block;
    }
    .sub-heading{

    }
    .para{
      font-size: var(--font-16);
      color: var(--dark-gray-shade);
      font-weight: var(--font-regular);
    }
    .para1{
        font-size:13px;
        color: var(--dark-gray-shade);
        font-weight: var(--font-regular);
      }
    .green-text{
        color: var(--primary-green);
    }
    .fab, .far {
        font-weight: 900;
    }
    /* ================== Button Section ================== */
    .btn{
        border-radius: 7px;
        font-size:var(--font-16);
        font-weight: var(--font-regular);
        padding: 0.6rem 0.8rem;
        text-align: center;
    }
    .btn-check:focus+.btn, .btn:focus, .btn:active:focus, :focus-visible{
        outline: none;
        box-shadow: none;
    }
    .btn-primary{
        background-color: var(--primary-green);
        color: var(--white);
        border: 1px solid var(--primary-green);
        min-width: 120px;
    }
    .btn-primary:hover, .btn-primary:active {
        background-color: var(--navy);
        color: var(--white);
        border: 1px solid var(--navy);
    }
    .btn-secondary{
        background-color: var(--navy);
        color: var(--white);
        border: 1px solid var(--navy);
    }
    .btn-secondary:hover, .btn-secondary:active {
        background-color: var(--primary-green);
        color: var(--white);
        border: 1px solid var(--primary-green);
    }
    .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
        border-radius: 7px !important;
    }
    .btn-third{
        background-color: #c4c4c4;
        border: 1px solid #c4c4c4;
        border-radius: 25px;
        color: var(--white);
        width: 100%;
        font-size: 22px;
        font-weight: var(--font-medium);
    }
    /* ================== Navbar Section ================== */

    .nav-link{
        color: var(--white);
        text-transform: uppercase;
        font-size: var(--font-16);
        font-weight: var(--font-regular);
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
        color: var(--white);
    }
    /* ================== Banner Section ================== */
    .banner{
        position: relative;
        background-image: url("../../assets/images/banner-bg.png");
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding: 5rem 0;
    }
    .banner::after{
        position: absolute;
        content: "";
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background-color: var(--primary-green);
        right: 6%;
        bottom: 5%;
    }
    .banner-cnt{
        margin: 10rem 0;
    }
   .banner .main-heading{
    color: var(--navy);
    font-size: 100px;
    line-height: 97px;
   }
   .banner .para{
    color: var(--dark-gray-shade);
    font-size: 20px;
    font-weight: var(--font-regular);
   }
   .custom-form{
    padding: 0.3rem;
    border-radius: 5px;
    color: #1D1D1B !important;
    box-shadow: 0px 5px 7px -1px rgb(68 73 72 / 43%);
    margin-bottom: 2rem;
   }
   .custom-form .form-control, .dropdown-toggle, .dropdown-menu{
    color: var(--dark-gray-shade);
   }
   .custom-form i{
    color: #1D1D1B;
   }
   .custom-form .dropdown-toggle{
    flex: 1 1 auto;
    width: 1%;
   }
   .dropdown-toggle::after {
    display: inline-block;
    margin-left: 1.5rem;
    vertical-align: middle;
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    border-top: none;
    border-right: none;
    border-bottom: 0;
    border-left: none;
    }
    .para.strong{
    color: var(--black);
    font-family: var(--font-heebo);
    font-size: var(--font-16);
    font-weight: var(--font-medium);
    }
    .social-icon{
        background-color: var(--primary-green);
        color: var(--white);
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        display: inline-block;
        border-radius: 7px;
        font-size: 12px;
        vertical-align: middle;
    }
    a.green-text{
        font-size: var(--font-16);
        font-weight: var(--font-regular);
        line-height: 30px;
    }
    /* ================== Category Section ================== */
    .category{
        transform: translateY(-17%);
    }
    .category-cnt{
        background-color: #F4F8F9;
        padding: 2rem;
        text-align: center;
        border-radius: 10px;
        box-shadow:0px 5px 5px 0px rgb(0 0 0 / 35%);
        margin: 1rem 0;
        transition: all 0.5s;
        height: 100%;
    }
    .category-img-cnt{
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background-color: var(--primary-green);
        margin: 1rem auto;
        transition: all 0.5s;
        line-height: 100px;
    }
    .category-img-cnt svg{
        width: 50px;
        height: 50px;
    }
    .category-cnt h4{
        font-family: var(--font-open-sans);
        font-size: 20px;
        font-weight: var(--font-semi-bold);
        color: var(--black);
        transition: all 0.5s;
    }
    .category-img-cnt path{
        transition: all 0.5s;
    }
    .category-cnt:hover{
        box-shadow:0px 5px 5px 0px rgb(0 0 0 / 45%);
    }
    .category-cnt:hover .category-img-cnt{
        background-color: var(--white);
    }
    .category-cnt:hover path{
        fill: var(--primary-green) !important;
    }
    .category-cnt:hover h4{
        font-weight: var(--font-bold);
        text-shadow: 0px 3px 2px rgb(0 0 0 / 30%);
    }
    /* ================== Client slider Section ==================  */
    .our-client .card{
        height: 125px;
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .our-client .card img{
        width: 70%;
        height: auto;
    }
    /* ================== Client Review Section ==================  */
    .client-review{
        background-color: var(--light-green);
        padding: 5rem 0 3rem;
    }
    .client-review .item{
        padding: 2rem 0;
    }
    .client-card{
        position: relative;
        border: none;
        background-color: var(--white);
        padding: 2rem 3rem;
        margin-top: 1rem;
    }
    .client-card::before, .client-card::after{
        position: absolute;
        content: "\f10d";
        font-family: 'Font Awesome 5 Free';
        color: var(--blue);
        font-size: 50px;
        font-weight: 900;
    }
    .client-card::before{
        top: -18%;
        left: 2%;
    }
    .client-card::after{
        bottom: -18%;
        right: 2%;
        transform: rotate(180deg);
    }
    .client-details-cnt {
        display: flex;
        margin-bottom: 0rem;
    }
    .client-details-cnt h3{
        font-family: var(--font-open-sans);
        font-size: 20px;
        font-weight: var(--font-bold);
        color: var(--black);
    }
    .client-details-cnt a{
        font-size: 12px;
        font-family: var(--font-open-sans);
        margin-left: 0.7rem;
        font-weight: var(--font-regular);
        color: var(--dark-gray-shade);
    }
    .client-details{
        align-self: center;
        margin-left: 1rem;
    }
     /* ================== Job Section ==================  */
     .job-cnt{
        position: relative;
     }
     .job .main-heading{
        transform: translateY(-48%);
     }
     .job .job-cnt::before{
        position: absolute;
        content: url(../../assets/images/Group-3634.png);
        left: -5%;
        top: 0;
        z-index: -1;
     }
     .job .job-cnt1{
        position: relative;
     }
     .job-cnt1::before{
        position: absolute;
        content: url(../../assets/images/Mask-group.png);
        right: 0;
        top: 0;
        z-index: -1;
     }
     .card.job-card {
        border: none;
        background: #fff;
        box-shadow: 0px 0px 10px 0px rgb(0 168 143 / 15%);
        padding: 1.5rem 2rem 0.5rem;
        /*margin: 1.5rem 1rem;*/
        height: 100%;
    }
    .card.job-card p:last-child{
        margin-top: auto;
    }
    .card.job-card h3 {
        font-family: var(--font-open-sans);
        font-size: 18px;
        font-weight: var(--font-bold);
        color: var(--navy);
        margin: 0 0 0.1rem;
    }
    .card.job-card h2{
        font-family: var(--font-open-sans);
        font-size: 22px;
        font-weight: var(--font-regular);
        color: var(--navy);
    }
    .job.job-card p.green-text{
        font-size: 14px;
        font-weight: var(--font-regular);
        margin: 0;
    }
    p.job-para {
        font-size: 12px;
        font-family: var(--font-open-sans);
        font-weight: var(--font-regular);
        color: var(--dark-gray-shade);
        margin-bottom: 0.5rem;
    }
    .job-list{
        list-style: none;
        margin-bottom: 0.3rem;
    }
    .job-list li {
        counter-increment: step-counter;
        position: relative;
        margin: .50rem 0 .5rem 0;
      }
      .job-list li p{
        margin-bottom: 0 !important;
      }

      .job-list li::before {
        position: absolute;
        content: url(../../assets/images/loading-alt-5.png);
        top: -18%;
        left: -9%;
      }
     .big-number{
        font-family: 'Agency FB', arial;
        font-size: 83px;
        font-weight: var(--font-regular);
        color: var(--black);
     }
     .small-text{
        font-size: 20px;
        font-family: var(--font-open-sans);
        color: var(--black);
        line-height: 0px;
        font-stretch: condensed;
     }
     .roboto{
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: var(--font-regular);
     }
     .roboto span{
        font-size: 12px;
     }
     .p-button{
        margin: 0 1rem;
        width: 60px;
        height: 60px;
        text-align: center;
        background: #fff;
        box-shadow: 0 0 10px 0 #ccc;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
     }
     .job-offers-list {
        list-style-type: none;
        padding-left: 7rem;
      }

      .job-offers-list li {
        counter-increment: step-counter;
        position: relative;
        margin: 1rem 0 2.5rem 0;
      }

      .job-offers-list li::before {
        content: counter(step-counter);
        font-family: var(--font-open-sans);
        font-weight: var(--font-semi-bold);
        display: block;
        position: absolute;
        top: -5%;
        left: -17%;
        width: 60px;
        height: 60px;
        line-height: 1.25rem;
        background-color: var(--light-green);
        color: var(--primary-green);
        font-weight: bold;
        font-size: 24px;
        text-align: center;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .job-offers-list h3{
        margin:1rem 0 !important
      }
    /* ================== Why Section ==================  */
    .why .para, .job-offers-list p{
        font-size: 13px;
        font-weight: var(--font-regular);
        color: #5E5E5E;
    }
    .why-card{
        border: none;
        background-color: var(--white);
        padding: 2rem 3rem;
        box-shadow: 0 0 15px 0 #ececec;
        margin: 3rem 1rem;
    }
    .why-card h3, .job-offers-list h3 {
        font-family: var(--font-open-sans);
        font-size: 22px;
        font-weight: var(--font-semi-bold);
        color: var(--black);
        transition: all 0.5s;
        margin: 2rem 0;
    }
    /* ================== Subscribe Section ================== */

    .subscribe{
        background-color: var(--light-green);
        padding: 1.5rem;
        border-radius: 10px;
        transform: translateY(-50%);
    }
    /* ================== Footer Section ================== */
    .footer{
        padding: 0rem 0 1rem 0;
        background-image: linear-gradient(to bottom, var(--navy), rgb(23 61 89 / 48%)) !important;
    }
    .footer .nav-link {
        font-size: 13px;
        font-weight: 400;
        text-transform: capitalize;
    }
    .list-inline-item:first-child a{
        padding-left: 5px !important;
    }
    .footer .nav-link.icon{
        font-size: 18px;
    }
    .footer .para{
        font-size: 14px;
        color: var(--white);
        font-weight: var(--font-regular);
    }
    hr{
        border-top: 1px solid #ffff;
    }

    /* ================== Sign up Form Section ==================  */

    /* .sign-up {
        max-width: 28rem;
        width: 100%;
        margin: 2rem auto;
        padding: 2rem 2.5rem;
        border: none;
        outline: none;
        border-radius: 0.25rem;
        color: var(--color-black);
        background: var(--color-white);
        box-shadow: var(--shadow-large);
    } */

    .sign-up .form {
        width: 100%;
        height: auto;
        margin-top: 2rem;
    }
    .sign-up .sign-up-img-cnt{
        margin: 3rem 0;
    }
    .sign-up .sign-up-img{
        width: 48px;
        height: 48px;
        margin: auto;
        background-color: #c4c4c4;
        border-radius: 50%;
    }
    .sign-up-img-cnt .main-heading{
        font-family: var(--font-popins);
        font-size: 32px;
        text-align: center;
        color: var(--black-shade);
    }
    .sign-up .sub-heading{
        font-family: var(--font-popins);
        font-size: 18px;
        text-align: center;
        color: var(--black-shade);
    }
    .sign-up .form-label{
        font-family: var(--font-popins);
        font-size: var(--font-16);
        color: #666666;
        font-weight: var(--font-regular);
    }
    .sign-up .form-control{
        font-family: var(--font-popins);
        font-size: var(--font-16);
        font-weight: var(--font-regular);
        color: rgb(102 102 102 / 50%);
        padding: 0.8rem 0.75rem;
        border: 1px solid rgb(102 102 102 / 50%);
    }
    .sign-up .form-text{
        font-family: var(--font-popins);
        font-size: 14px;
        font-weight: var(--font-regular);
        color: #666666;
    }
    .sign-up .icon-hide{
        font-family: var(--font-popins);
        font-size: 18px;
        font-weight: var(--font-regular);
        color: rgb(102 102 102 / 50%);
        float: right;
    }
    .sub-heading-1{
        font-family: var(--font-popins);
        font-size: var(--font-16);
        font-weight: var(--font-regular);
        color: #111111;
    }
    .sub-heading-1 .text-lght{
        color: #666666;
    }
    .form-check-input{
        border: 1px solid #111111;
    }
    .form-check label, .sign-up label.labell{
        font-family: var(--font-popins);
        font-size: var(--font-16);
        font-weight: var(--font-regular);
        color: #111111;
    }
    .sign-up label.labell a{
        color: #111111 !important;
        text-decoration: underline !important;
    }
    .sign-up .dropdown-toggle{
        border: 1px solid rgb(102 102 102 / 50%);
    }
    .dropdown-toggle::after{
        float: right;
    }
    .form-check-input:checked {
        background-color: #111111;
        border-color: #111111;
    }
    .form-check.check-box{
        padding-left: 2rem;
    }
    .form-check-input[type=checkbox] {
        width: 1.3em;
        height: 1.3em;
        margin-left: -1.8rem;
    }
    .sign-up .form .input-submit {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 500;
        line-height: inherit;
        cursor: pointer;
        min-width: 40%;
        height: auto;
        padding: 0.65rem 1.25rem;
        border: none;
        outline: none;
        border-radius: 2rem;
        color: var(--color-white);
        background: var(--color-blue);
        box-shadow: var(--shadow-medium);
        text-transform: capitalize;
        text-rendering: optimizeLegibility;
    }
    .sign-up .striped {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 2rem 0 1rem;
    }
    .sign-up .striped-line {
        flex: auto;
        flex-basis: auto;
        border: none;
        outline: none;
        height: 2px;
        background: var(--color-grayish);
    }
    .sign-up .striped-text {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 500;
        line-height: inherit;
        color: var(--color-black);
        margin: 0 1rem;
    }
    .sign-up .method-control {
        margin-bottom: 1rem;
    }
    .sign-up .method-action {
        font-family: inherit;
        font-size: 24px;
        font-weight: var(--font-medium);
        line-height: inherit;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
        padding: .5rem 1.25rem;
        outline: none;
        border: 1px solid var(--black-shade);
        border-radius: 2rem;
        color: var(--black-shade);
        background: var(--white);
        transition: all 0.35s ease;
        font-family: 'Avenir', sans-serif;
    }
    .sign-up .method-action img{
        margin-right: 0.5rem;
    }
    .sign-up .method-action:hover {
        background: var(--color-light);
    }
    /* Chaptcha */
    #anchor{
        border-radius: 10px;
        border-color: #c4c4c4;
        background-color: white;
    }
    /* ================== Login Form Section ==================  */
    .login .main-heading{
        font-family: var(--font-popins);
        font-size: 45px;
        font-weight: var(--font-medium);
        text-align: center;
        display: block;
        margin: 0px 0px 1.2rem 0px;
    }
    .login .AppFormLeft{
        padding: 1rem 3rem;
    }
    .login .sub-heading{
        font-family: var(--font-popins);
        font-size: 35px;
        font-weight: var(--font-medium);
        text-align: center;
        display: block;
        color: var(--black-shade);
    }
    .login .sub-heading-1{
        font-family: var(--font-popins);
        font-size: 19px;
        font-weight: var(--font-medium);
        color: #7D7D7D;
        text-align: center;
    }
    .login .AppForm  .sub-heading-1.my-2{
        margin-top: 0px !important;
        margin-bottom: 5px !important;
    }
    .login .form-control{
        font-family: var(--font-popins);
        font-size: var(--font-16);
        font-weight: var(--font-regular);
        color: var(--black-shade);
        padding: 0.6rem 0.75rem;
        border:1px solid #00CDA8;
        border-radius: 0;
    }
    .login .form-check label{
        font-size: 13px;
        font-family: var(--font-popins);
        font-weight: var(--font-regular);
        color: #737373;
    }
    .login .form-check-input:checked{
        background-color: #00CDA8;
        border-color: #00CDA8;
    }
    .login a{
        font-size: 14px;
        font-family: var(--font-popins);
        font-weight: var(--font-regular);
        color: #0C50D4;
    }
    .login .custom-sub-heading{
        font-size: 20px;
        font-family: var(--font-popins);
        font-weight: var(--font-regular);
        color: #585858;
    }
    .login .font-strong{
        font-size: 30px;
        font-family: var(--font-popins);
        font-weight: var(--font-semi-bold);
        color: #585858;
    }
    .login .custom-sub-heading a{
        color: #3D50B4;
        font-size: 20px;
    }
    a.method-action-1 {
        width: 30px;
        height: 30px;
    }
    a.method-action-1:first-child{
        margin-left: 1rem;
    }
    a.method-action-1 img{
        width: 25px;
    }
    .login .form-check{
        padding-left: 2rem;
    }
    /* ================== Responsiveness Section ================== */

    @media (min-width: 992px) {

    }
    @media (max-width: 1200.5px){

    }

    @media (max-width: 1400px) {

    }
    @media (max-width: 991.5px){
        .job-cnt1::before{
            display: none;
        }
    }

    @media (max-width: 992px) {

    }
    @media (max-width: 768.5px) {
        .logo{
            width: 190px;
        }
        .banner-cnt {
            margin: 3rem 0;
        }

        .banner .dropdown-toggle{
            display: block;
            width: 100%;
        }
        .custom-form{
            background: transparent !important;
            box-shadow: none;
        }
        .custom-form .input-group-text, .custom-form .dropdown-toggle{
            background: #fff !important;
            border-radius: 0 !important;
        }
        .custom-form input{
            border-radius: 0 !important;
            padding-top: 1rem;
            padding-bottom: 1rem;
        }
        .custom-form .dropdown-toggle{
            margin: 1rem 0;
            padding-top: 1rem;
            padding-bottom: 1rem;
        }
        .custom-form .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
            border-radius: 0 !important;
        }
        .category {
            transform: translateY(-5%);
        }

    }



    /* ========================= Recruiter Register Section ======================= */
    .recruiter-register-pack{
        margin-bottom: 5rem;
        font-family: var(--font-popins);
    }
    .recruiter-register-pack .card {
        margin: 1.5rem 1rem;
        background: #fff;
        border: none;
        box-shadow: 0px 0px 10px 0 #ececec;
    }
    .recruiter-register-pack .card .card-header {
        text-align: center;
        border-bottom: none;
        color: #fff;
        background: #00a88f;
        height: 0;
        padding: 0;
        transition: all .5s;
    }
    .recruiter-register-pack .card .card-header h3{
        font-size: 20px !important;
        font-weight: 600 !important;
    }
    .recruiter-register-pack .card .card-title:first-child{
        margin-top: 1rem;
    }
    .recruiter-register-pack .card .card-title{
        font-size: 18px;
        font-weight: 500;
        line-height: 27px;
        color: #272727;
        margin: .5rem 0 0rem;
    }
    .bold-number {
        font-size: 1.8rem;
        font-weight: 700;
        margin: 1.5rem 0;
    }
    .recruiter-register-pack .card .btn-primary{
        width: 100%;
        background: transparent;
        color: #00a88f;
        transition: all .5s;
        box-shadow: 0px 0px 10px 0 #ececec;
   }
   .recruiter-register-pack .card ul{
        margin-top: 2rem;
   }
   .recruiter-register-pack .card ul li{
        position: relative;
        padding-left: 35px;
        font-size: var(--font-16);
        color: var(--dark-gray-shade);
        font-weight: var(--font-regular);
        margin-bottom: 1.3rem;
   }
   .recruiter-register-pack .card ul li::before{
        position: absolute;
        left: 3px;
        top: 0;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f00c";
        color: #00a88f;
        font-size: 15px;
   }
   .recruiter-register-pack .card .custom-note{
        font-weight: 600;
        color: #272727;
        font-size: 16px;
   }
   .recruiter-register-pack .card.active .card-header, .recruiter-register-pack .card:hover .card-header{
        height: auto;
        padding: 12px 0;
   }
   .recruiter-register-pack .card.active .btn-primary, .recruiter-register-pack .card:hover .btn-primary{
        background-color: #00a88f !important;
        color: #fff;
   }
   .recruiter-registration form{
        padding: 2rem 1rem;
        box-shadow: 0px 0px 10px 0 #ececec;
        margin-top: 0 !important;
    }
    .recruiter-registration .card, .recruiter-register-details .card{
        background: #fff;
        border: none;
        box-shadow: 0px 0px 10px 0 #ececec;
    }
    .recruiter-registration .card .card-header, .recruiter-register-details .card .card-header {
        background: #fff;
        border-bottom: none !important;
        padding: 2rem 1rem 0;
        font-size: 20px;
        font-family: var(--font-popins);
        color: var(--black-shade);
        font-weight: 600;
    }
    .recruiter-registration .card .card-header h3{
        font-size: 20px;
        font-family: var(--font-popins);
        color: var(--black-shade);
        font-weight: 600;
    }
    .recruiter-registration .card p{
        font-family: var(--font-popins);
        font-size: var(--font-16);
        color: #666666;
        font-weight: 400;
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .recruiter-registration .card p.custom-total, .recruiter-register-details .card p.total-listing {
        font-weight: 600;
        color: #272727;
    }
    .recruiter-register-details .card p{
        font-family: var(--font-popins);
        font-size: var(--font-16);
        color: #666666;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .recruiter-register-details .card p .total-cost{
        font-size: 30px;
        font-weight: 600;
        color: #00a88f;
        padding-left: 8px;
    }
    .recruiter-register-details .card .total-cost-details p{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .recruiter-register-details .card .total-cost-details{
        padding: 0 40px;
        margin-top: 1rem;
    }
   @media(max-width:768px){
    .recruiter-register-pack {
        margin-bottom: 10rem;
    }
   }
   /* Notification Dropdown */
   .notification .dropdown-toggle::after{
    display: none;
   }
   .notification .dropdown-menu{
    min-width: 350px;
    max-height: 400px;
    overflow-y: auto;
    border: none !important;
    padding: 10px;
   }
   .notification .bg-secondary.total {
    position: absolute;
    right: -2px;
    top: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px;
    padding: 0;
}
   .notification .dropdown-menu li{
    margin-bottom: 1rem;
    padding-bottom: 15px;
    border-bottom: 1px solid hwb(0deg 87% 13% / 30%);
}
   .notification .dropdown-menu h2{
    text-transform: capitalize;
    padding-left: 0 !important;
    font-family: 'Inter';
    font-style: normal;
    font-weight: var(--font-medium);
    font-size: 16px;
    color: #8f8f8f;
   }
   .notification .dropdown-menu p{
    font-size: 14px;
    margin-bottom: 0;
    line-height: normal;
    color: #8f8f8f;
    font-weight: var(--font-light);
   }
   .notification .bg-secondary {
    --bs-bg-opacity: 1;
    background-color: #E2F5F4 !important;
    color: #00a88f;
    float: right;
}
@media(max-width:768px){
    #header-navbar .notification .dropdown-menu {
        right: auto !important;
        left: -100% !important;
        min-width: 270px !important;
    }
}

  /*********** Custom css Pawar ***********/
  .banner-cnt .custom-form .mb-3 {
    margin-bottom: 0px !important;
  }
  .banner-cnt .custom-form .input-group {
    align-items: center;
  }
  .banner-cnt .custom-form .btn {
    padding: 0.4rem 0.8rem;
  }
  .banner-cnt .custom-form select {
    margin-right: 15px;
  }
  .reset-pass {
    margin: 150px 0px;
  }

    .error {
    color: red;
}
.sign-up {
    padding: 130px 0px;
  }



  /***********************new updates***********************/
  .banner-cnt .custom-form .input-group .fa-map-marker-alt{
    margin-left: 7px;
}

.footer ul.quick-links{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 50px;
}
.footer ul.quick-links.list-inline li.list-inline-item,
.footer ul.quick-links.list-inline li.list-inline-item a{
    padding: 0 !important;
    margin: 0 !important;
}
.job-offers-list{
    padding-left: unset !important;
}
.job-offers-list li{
    padding-left: 6rem;
}
.job-offers-list li::before{
    left: 0 !important;
}
@media(max-width:992px){
    .footer ul.quick-links{
        justify-content: center;
    }
    .footer ul.social-links{
        margin-top: 15px;
        text-align: center;
    }
    footer > .container .row:last-child {
        text-align: center;
    }
    footer > .container .row:last-child img{
        margin-bottom: 15px;
    }
    /* .navbar .navbar-nav:not(.bg-green) {
        background: #0000007d;
    } */
    .navbar.bg-green{
        background-size: 100% 100% !important;
    }
    .navbar> .container{
        position: unset;
    }
    .navbar-collapse.collapsing::after,
    .navbar-collapse.show::after{
        content: '';
        width: 158%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: url(../../assets/images/footer-bg.png) no-repeat center center !important;
        background-size: 100% 100% !important;
        z-index: -1;
    }
    .job .container > .row > .col-lg-7 > .d-flex{
        justify-content: space-evenly;
        text-align: center;
    }
    .job .container > .row > .col-lg-7 > .d-flex .p-button{
        margin-left: 28px;
    }
}
@media(max-width:768.5px){
    .banner-cnt  .custom-form input{
        padding: 0.375rem 0.75rem !important;
    }
    .banner-cnt  .custom-form span.input-group-text.bg-transparent,
    .banner-cnt .custom-form .input-group .fa-map-marker-alt{
        background: transparent !important;
        display:none;
    }
    .banner-cnt .custom-form .input-group input[type="text"]{
        margin-right: 15px;
    }
    .banner-cnt .custom-form .input-group .btn-primary{
        min-width: auto;
    }
    .category{
        margin-bottom: 50px;
    }

    .banner .main-heading {
        font-size: 68px;
        line-height: 79px;
    }
}
@media(max-width:575px){
    .why-section .row p.para + .row > div{
        text-align: center;
    }
    .job-offers .job-offers-list{
        padding: 10px !important;
    }
    .job-offers .job-offers-list li{
        padding-left: 4.5rem;
    }

    .bg-white.custom-form input {
        width: 100%;
        margin-bottom: 15px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered{
        line-height: 38px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 38px;
    }
    .banner {
        background-position: 76% 0%;
    }
}

@media(max-width:420px){
    .job h2.main-heading + a{
        display: flex;
        align-items: center;
        justify-content: end;
        margin-top: -40px;
        margin-bottom: 16px;
        padding-right: 22px;
        gap: 5px;
    }
}

.date-icon {
    position: relative;
    top: -29px;
    left: 96%;
    cursor: pointer;
    color: #aaa;   
}

.contact .main-heading.text-shadow{
  font-family: var(--font-popins);
  font-size: 45px;
  font-weight: var(--font-medium);
  text-align: center;
  display: block;
  margin: 0px 0px 1.2rem 0px;
}
.contact .address {
    padding-left: 50px;
}  
.contact .address h4 {
    font-weight: bold;
}
.contact .btn.btn-primary {
    width: 100%;
}
.map{
    margin: 20px 0px;
}
.contact .locations .item p {
    margin-bottom: 0px;
    line-height: 175%;
}
.contact .locations .item h4{
    font-weight: bold;
}
.contact .locations .item{
  padding: 20px 25px;
  margin: 20px;
}
.dataTables_wrapper .table .form-check-input[type="checkbox"] {
    display: none;
}
/* Select 2 */
.select2 {
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    padding: .375rem 0px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    height: 51px;
    border-radius: .375rem;
  }
.select2-selection.select2-selection--single, .select2-selection.select2-selection--multiple {
    border: none !important;
    padding: 0px .75rem;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0px;
    color: #212529;
    line-height: 40px;
}
.select2-container .select2-selection--single {
    height: 42px;
}    
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 51px;
    right: 5px;
}
.select2-container .select2-search--inline .select2-search__field{
    margin-top: 0px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 0px 5px;
}
/* select 2 */
