@import url(Vazirmatn-RD-FD-font-face.css);
@import url(//fonts.googleapis.com/css?family=Lato:300:400);

body {
    color: #666;
    font-family: "Vazirmatn RD FD",sans-serif;
    font-size: 16px;
    font-weight: 500
}

a {
    text-decoration: none
}

img {
    max-width: 100%
}

html, body {
    overflow-x: hidden
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: middle
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.pt-100 {
    padding-top: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-50 {
    padding-bottom: 50px
}

.pt-50 {
    padding-top: 50px
}

.pb-70 {
    padding-bottom: 70px
}

.pt-70 {
    padding-top: 70px
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.pl-15 {
    padding-right: 15px
}

.pr-15 {
    padding-left: 15px
}

.mr-20 {
    margin-left: 20px
}

.pr-20 {
    padding-left: 20px
}

.pl-20 {
    padding-right: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mlr-5 {
    margin-left: 5px;
    margin-right: 5px
}

.mlrt-5 {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px
}

h1, h2, h3, h4, h5, h6 {
    color: #584142;
    font-family: "Vazirmatn RD FD",sans-serif;
    font-weight: 700;
    line-height: 1.4
}

body {
    font-weight: 500
}

p {
    margin-bottom: 15px;
    font-size: 16px;
    font-family: "Vazirmatn RD FD",sans-serif;
    color: #666;
    font-weight: 500;
    line-height: 1.7
}

    p:last-child {
        margin-bottom: 0
    }

a {
    text-decoration: none !important;
    color: #000
}

.owl-nav {
    margin-top: 0 !important
}

.owl-dots {
    margin-top: 0 !important
}

.form-control {
    height: 50px;
    border: 1px solid #e2e2e2;
    padding-right: 15px;
    font-weight: 500;
    color: #666
}

    .form-control::-moz-placeholder {
        color: #666;
        -moz-transition: all ease 0.5s;
        transition: all ease 0.5s;
        font-weight: 500
    }

    .form-control:-ms-input-placeholder {
        color: #666;
        -ms-transition: all ease 0.5s;
        transition: all ease 0.5s;
        font-weight: 500
    }

    .form-control::placeholder {
        color: #666;
        transition: all ease 0.5s;
        font-weight: 500
    }

    .form-control:focus {
        border: 1px solid #038f68;
        box-shadow: none
    }

        .form-control:focus::-moz-placeholder {
            color: #fff0
        }

        .form-control:focus:-ms-input-placeholder {
            color: #fff0
        }

        .form-control:focus::placeholder {
            color: #fff0
        }

textarea {
    height: auto !important
}

.bg-f0f4fc {
    background: #0c6747;
    background: linear-gradient(173deg,#0c6747 0%,#b7ad81 100%)
}

.bg-f0f5f7 {
    background-color: #f7f6f2
}

.bg-main-color {
    background-color: #038f68
}

.default-btn {
    background-color: #038f68;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 30px;
    border-radius: 5px;
    position: relative;
    text-align: center;
    transition: all ease 0.5s;
    display: inline-block;
    border: unset;
    z-index: 1;
    overflow: hidden
}

    .default-btn i {
        position: relative;
        top: 1px;
        padding-right: 6px
    }

    .default-btn::before {
        position: absolute;
        content: "";
        background-color: #202124;
        height: 100%;
        width: 0%;
        border-radius: 0 5px 5px 0;
        -webkit-clip-path: polygon(25% 0%,100% 0%,100% 100%,0% 100%);
        clip-path: polygon(25% 0%,100% 0%,100% 100%,0% 100%);
        bottom: 0;
        right: 0;
        transition: all ease 0.5s;
        z-index: -1
    }

    .default-btn::after {
        position: absolute;
        content: "";
        background-color: #006244;
        height: 100%;
        width: 0%;
        border-radius: 5px 0 0 5px;
        -webkit-clip-path: polygon(0 0,100% 0%,75% 100%,0% 100%);
        clip-path: polygon(0 0,100% 0%,75% 100%,0% 100%);
        top: 0;
        left: 0;
        transition: all ease 0.5s;
        z-index: -1
    }

    .default-btn:hover {
        color: #fff;
        border-color: #a68062
    }

        .default-btn:hover::before {
            width: 60%;
            height: 100%
        }

        .default-btn:hover::after {
            width: 60%;
            height: 100%
        }

    .default-btn.style-2 {
        background-color: #fff0;
        color: #3f240f
    }

        .default-btn.style-2 i {
            padding-left: 5px;
            top: -1px
        }

        .default-btn.style-2:hover {
            color: #fff
        }

    .default-btn:focus {
        box-shadow: none
    }

    .default-btn.for-card {
        padding: 10px 20px
    }

.section-title {
    max-width: 680px;
    margin: auto auto 40px auto;
    text-align: center
}
.section-title h1{
    max-width: 680px;
    margin: auto auto 40px auto;
    text-align: center;
    font-size:18;

}

    .section-title span {
        color: #038f68;
        display: inline-block;
        margin-bottom: 10px;
        font-weight: 500
    }

.ttile span:nth-child(1){
    font-size: 22px;
    color: red;
    display:block;
}

.section-title h2 {
    font-size: 36px;
    margin-bottom: 10px;
    position: relative;
    border-radius: 10px;
    margin-top: -10px
}

        .section-title h2 .overlay {
            position: absolute;
            right: 0;
            top: 0;
            background: #038f68;
            width: 100%;
            height: 100%;
            z-index: 1;
            border-radius: 10px
        }

    .section-title.white-title span {
        color: #038f68
    }

    .section-title.white-title h2 {
        color: #fff
    }

    .section-title.style2 {
        text-align: start;
        margin-right: 0;
        margin-left: auto
    }

.no-scroll-y {
    overflow-y: hidden
}

.ctn-preloader {
    align-items: center;
    cursor: none;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999
}

    .ctn-preloader .animation-preloader {
        position: absolute;
        z-index: 100
    }

        .ctn-preloader .animation-preloader .spinner {
            -webkit-animation: spinner 1s infinite linear;
            animation: spinner 1s infinite linear;
            border-radius: 50%;
            border: 3px solid rgb(0 0 0 / .2);
            border-top-color: #038f68;
            height: 8em;
            margin: 0 auto 3.5em auto;
            width: 8em
        }

        .ctn-preloader .animation-preloader .txt-loading {
            font: bold 5em "Montserrat",sans-serif;
            text-align: center;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

            .ctn-preloader .animation-preloader .txt-loading .letters-loading {
                color: #038f68;
                position: relative
            }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
                    -webkit-animation: letters-loading 4s infinite;
                    animation: letters-loading 4s infinite;
                    color: #202124;
                    content: attr(data-text-preloader);
                    left: 0;
                    opacity: 0;
                    position: absolute;
                    top: 0;
                    transform: rotateY(-90deg)
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
                    -webkit-animation-delay: 0.2s;
                    animation-delay: 0.2s
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
                    -webkit-animation-delay: 0.4s;
                    animation-delay: 0.4s
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
                    -webkit-animation-delay: 0.6s;
                    animation-delay: 0.6s
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
                    -webkit-animation-delay: 0.8s;
                    animation-delay: 0.8s
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
                    -webkit-animation-delay: 1s;
                    animation-delay: 1s
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
                    -webkit-animation-delay: 1.2s;
                    animation-delay: 1.2s
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
                    -webkit-animation-delay: 1.4s;
                    animation-delay: 1.4s
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
                    -webkit-animation-delay: 1.6s;
                    animation-delay: 1.6s
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before {
                    -webkit-animation-delay: 1.8s;
                    animation-delay: 1.8s
                }

    .ctn-preloader .loader-section {
        background-color: #fff;
        height: 100%;
        position: fixed;
        top: 0;
        width: calc(50% + 1px)
    }

        .ctn-preloader .loader-section.section-left {
            left: 0
        }

        .ctn-preloader .loader-section.section-right {
            right: 0
        }

.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out
}

.loaded .loader-section.section-left {
    transform: translateX(-101%);
    transition: 3.5s 0.1s all cubic-bezier(.1,.1,.1,2)
}

.loaded .loader-section.section-right {
    transform: translateX(101%);
    transition: 3.5s 0.1s all cubic-bezier(.1,.1,.1,2)
}

@-webkit-keyframes spinner {
    to {
        transform: rotateZ(360deg)
    }
}

@keyframes spinner {
    to {
        transform: rotateZ(360deg)
    }
}

@-webkit-keyframes letters-loading {
    0%,75%,100% {
        opacity: 0;
        transform: rotateY(-90deg)
    }

    25%,50% {
        opacity: 1;
        transform: rotateY(0deg)
    }
}

@keyframes letters-loading {
    0%,75%,100% {
        opacity: 0;
        transform: rotateY(-90deg)
    }

    25%,50% {
        opacity: 1;
        transform: rotateY(0deg)
    }
}

@media screen and (max-width:767px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em
    }

    .ctn-preloader .animation-preloader .txt-loading {
        font: bold 3.5em "Montserrat",sans-serif
    }
}

@media screen and (max-width:500px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em
    }

    .ctn-preloader .animation-preloader .txt-loading {
        font: bold 2em "Montserrat",sans-serif
    }
}

.top-header-area {
    background-color: #1a1a1a;
    padding-bottom: 8px;
    padding-top: 8px
}

    .top-header-area .container-fluid {
        max-width: 1660px;
        padding-right: 30px;
        padding-left: 30px;
        margin: auto
    }

    .top-header-area .top-header-left-content span {
        color: #fff
    }

    .top-header-area .top-header-right-content {
        text-align: end
    }

        .top-header-area .top-header-right-content ul {
            padding-right: 0;
            margin-bottom: 0
        }

            .top-header-area .top-header-right-content ul li {
                display: inline-block;
                margin-left: 20px
            }

                .top-header-area .top-header-right-content ul li:last-child {
                    margin-left: 0
                }

                .top-header-area .top-header-right-content ul li a {
                    color: #fff;
                    transition: all ease 0.5s
                }

                    .top-header-area .top-header-right-content ul li a:hover {
                        color: #038f68
                    }

                .top-header-area .top-header-right-content ul li .select-content {
                    position: relative
                }

                    .top-header-area .top-header-right-content ul li .select-content .form-select {
                        background-color: #1a1a1a;
                        color: #fff;
                        border: unset;
                        box-shadow: unset;
                        background-image: unset;
                        cursor: pointer
                    }

                    .top-header-area .top-header-right-content ul li .select-content i {
                        color: #fff;
                        position: absolute;
                        font-size: 13px;
                        top: 50%;
                        transform: translateY(-50%);
                        left: 10px
                    }

.navbar-area {
    position: relative;
    background-color: #fff;
    z-index: 999;
    padding-top: 18px;
    padding-bottom: 18px
}

    .navbar-area.bg-f0f4fc {
        background-color: #f0f4fc
    }

    .navbar-area.is-sticky {
        top: 0;
        right: 0;
        width: 100%;
        z-index: 999;
        background-color: #fff;
        position: -webkit-sticky !important;
        position: sticky !important;
        -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        box-shadow: 0 0 20px 3px rgb(0 0 0 / .05)
    }

    .navbar-area .container-fluid {
        max-width: 1660px;
        padding-right: 30px;
        padding-left: 30px;
        margin: auto
    }

    .navbar-area.style-2 .container-fluid {
        max-width: 1920px;
        padding-right: 60px;
        padding-left: 60px
    }

    .navbar-area.style-2 .desktop-nav .navbar-nav {
        padding-right: 140px
    }

    .navbar-area .navbar-brand .white-logo {
        display: none
    }

    .navbar-area .mobile-responsive-menu .logo .white-logo {
        display: none
    }

.navbar-brand {
    margin-left: 40px
}

.desktop-nav {
    padding-top: 0;
    padding-bottom: 0;
    margin: -1.5% 0
}

    .desktop-nav .navbar {
        transition: all ease 0.5s;
        z-index: 2;
        padding-left: 0;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0
    }

        .desktop-nav .navbar .navbar-brand {
            margin-left: 60px
        }

        .desktop-nav .navbar ul {
            margin-bottom: 0;
            list-style-type: none
        }

        .desktop-nav .navbar .navbar-nav .nav-item {
            position: relative;
            padding-bottom: 20px;
            padding-top: 20px;
            padding-left: 0;
            padding-right: 0
        }

            .desktop-nav .navbar .navbar-nav .nav-item a {
                font-size: 16px;
                line-height: 1;
                position: relative;
                font-weight: 600;
                font-family: "Vazirmatn RD FD",sans-serif;
                padding-right: 0;
                padding-top: 0;
                padding-left: 0;
                padding-bottom: 0;
                margin-right: 15px;
                margin-left: 15px
            }

                .desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle {
                    padding-left: 16px
                }

                    .desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::after {
                        display: none
                    }

                    .desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
                        content: "\f107";
                        position: absolute;
                        top: 3px;
                        left: 0;
                        font-family: "Font Awesome 6 Free";
                        line-height: 1;
                        font-size: 14px;
                        opacity: .5
                    }

                .desktop-nav .navbar .navbar-nav .nav-item a:hover, .desktop-nav .navbar .navbar-nav .nav-item a:focus, .desktop-nav .navbar .navbar-nav .nav-item a.active {
                    color: #038f68
                }

                .desktop-nav .navbar .navbar-nav .nav-item a i {
                    font-size: 18px;
                    line-height: 0;
                    position: relative;
                    top: 4px
                }

            .desktop-nav .navbar .navbar-nav .nav-item:last-child a {
                margin-left: 0
            }

            .desktop-nav .navbar .navbar-nav .nav-item:first-child a {
                margin-right: 0
            }

            .desktop-nav .navbar .navbar-nav .nav-item:hover a, .desktop-nav .navbar .navbar-nav .nav-item:focus a, .desktop-nav .navbar .navbar-nav .nav-item.active a {
                color: #038f68
            }

            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
                box-shadow: 0 0 20px 3px rgb(0 0 0 / .05);
                transition: all 0.3s ease-in-out;
                background: #fff;
                position: absolute;
                visibility: hidden;
                border-radius: 0;
                display: block;
                width: 250px;
                border: none;
                z-index: 99;
                opacity: 0;
                top: 80px;
                right: 0;
                padding: 0
            }

                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
                    padding: 0
                }

                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
                        color: #1b2336;
                        padding: 15px;
                        border-bottom: 1px dashed #ededed;
                        margin: 0;
                        font-size: 15px;
                        font-weight: 600;
                        line-height: 1;
                        display: block;
                        position: relative
                    }

                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::after {
                            display: none
                        }

                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::before {
                            content: "\f107";
                            font-family: "Font Awesome 6 Free";
                            position: absolute;
                            top: 14px;
                            left: 13px;
                            line-height: 1;
                            font-size: 16px
                        }

                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
                            color: #038f68
                        }

                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
                        left: 250px;
                        right: auto;
                        top: 0;
                        opacity: 0;
                        visibility: hidden
                    }

                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
                            color: #1b2336;
                            border-bottom: 1px dashed #ededed;
                            font-size: 15px;
                            font-weight: 600;
                            line-height: 1;
                            position: relative
                        }

                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::after {
                                display: none
                            }

                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::before {
                                content: "\ea12";
                                position: absolute;
                                top: 14px;
                                left: 13px;
                                font-family: remixicon !important;
                                line-height: 1;
                                font-size: 17px
                            }

                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
                                color: #038f68
                            }

                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
                            left: 250px;
                            right: auto;
                            top: 0;
                            opacity: 0;
                            visibility: hidden
                        }

                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                color: #000
                            }

                                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                    color: #038f68
                                }

                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                left: -250px;
                                right: auto;
                                top: 0;
                                opacity: 0;
                                visibility: hidden
                            }

                                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                    color: #000
                                }

                                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                        color: #038f68
                                    }

                                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                    left: -250px;
                                    right: auto;
                                    top: 0;
                                    opacity: 0;
                                    visibility: hidden
                                }

                                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                        color: #000
                                    }

                                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                            color: #038f68
                                        }

                                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                        left: -250px;
                                        right: auto;
                                        top: 0;
                                        opacity: 0;
                                        visibility: hidden
                                    }

                                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                            color: #000
                                        }

                                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                                color: #038f68
                                            }

                                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                            left: -250px;
                                            right: auto;
                                            top: 0;
                                            opacity: 0;
                                            visibility: hidden
                                        }

                                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                                color: #000
                                            }

                                                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                                    color: #1b2336
                                                }

                                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                            color: #1b2336
                                        }

                                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                            opacity: 1;
                                            visibility: visible;
                                            top: -15px
                                        }

                                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                        color: #038f68
                                    }

                                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                        opacity: 1;
                                        visibility: visible;
                                        top: -1px
                                    }

                                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                    color: #038f68
                                }

                                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                    opacity: 1;
                                    top: -1px;
                                    visibility: visible
                                }

                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                color: #038f68
                            }

                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                opacity: 1;
                                top: -15px;
                                visibility: visible
                            }

                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
                            color: #038f68
                        }

                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                            opacity: 1;
                            visibility: visible;
                            top: -15px
                        }

                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
                        color: #038f68
                    }

                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
                        opacity: 1;
                        visibility: visible;
                        top: 0
                    }

                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
                        border-bottom: none
                    }

            .desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
                top: 100%;
                opacity: 1;
                margin-top: 16px;
                transform: translateY(1);
                visibility: visible
            }

        .desktop-nav .navbar .others-options {
            padding-right: 40px
        }

            .desktop-nav .navbar .others-options .option-item {
                display: inline-block;
                margin-right: 15px
            }

            .desktop-nav .navbar .others-options .profile-nav-item .dropdown-bs-toggle {
                padding: 0;
                color: #666;
                font-weight: 400;
                position: relative
            }

                .desktop-nav .navbar .others-options .profile-nav-item .dropdown-bs-toggle span {
                    position: relative;
                    top: 1px;
                    color: #202124;
                    font-weight: 600;
                    transition: all ease 0.5s
                }

                    .desktop-nav .navbar .others-options .profile-nav-item .dropdown-bs-toggle span::before {
                        display: none
                    }

                .desktop-nav .navbar .others-options .profile-nav-item .dropdown-bs-toggle:hover::before {
                    color: #038f68
                }

                .desktop-nav .navbar .others-options .profile-nav-item .dropdown-bs-toggle:hover span {
                    color: #038f68
                }

            .desktop-nav .navbar .others-options .profile-nav-item .menu-profile img {
                width: 40px;
                height: 40px;
                display: inline-block;
                margin-left: 8px
            }

            .desktop-nav .navbar .others-options .profile-nav-item .menu-profile .name i {
                font-size: 14px;
                color: #666;
                padding-right: 7px
            }

            .desktop-nav .navbar .others-options .profile-nav-item.dropdown .dropdown-menu {
                padding: 15px 15px 10px;
                min-width: 230px;
                max-width: 280px;
                position: absolute;
                left: 0;
                right: auto;
                border-radius: 5px;
                margin-top: 20px;
                border: none;
                display: block;
                transition: all ease 0.5s;
                opacity: 0;
                visibility: hidden;
                box-shadow: 0 .5rem 1rem rgb(0 0 0 / .05);
                background-color: #fff
            }

                .desktop-nav .navbar .others-options .profile-nav-item.dropdown .dropdown-menu .dropdown-header {
                    padding: 0;
                    border-bottom: 1px solid #f2f4f9;
                    margin-right: -15px;
                    margin-left: -15px
                }

                    .desktop-nav .navbar .others-options .profile-nav-item.dropdown .dropdown-menu .dropdown-header .figure {
                        position: relative
                    }

                        .desktop-nav .navbar .others-options .profile-nav-item.dropdown .dropdown-menu .dropdown-header .figure img {
                            width: 80px;
                            height: 80px
                        }

                    .desktop-nav .navbar .others-options .profile-nav-item.dropdown .dropdown-menu .dropdown-header .name {
                        display: block;
                        color: #202124;
                        margin-bottom: 2px;
                        font-size: 18px;
                        font-weight: 500
                    }

                    .desktop-nav .navbar .others-options .profile-nav-item.dropdown .dropdown-menu .dropdown-header .email {
                        color: #666;
                        font-size: 15px
                    }

                .desktop-nav .navbar .others-options .profile-nav-item.dropdown .dropdown-menu .dropdown-body ul {
                    padding-right: 0;
                    list-style-type: none;
                    margin-bottom: 0
                }

                    .desktop-nav .navbar .others-options .profile-nav-item.dropdown .dropdown-menu .dropdown-body ul .nav-item {
                        margin-right: 0
                    }

                        .desktop-nav .navbar .others-options .profile-nav-item.dropdown .dropdown-menu .dropdown-body ul .nav-item .nav-link {
                            color: #666;
                            padding: 5px 38px 5px 15px;
                            position: relative;
                            font-size: 15px;
                            margin-bottom: 5px;
                            font-weight: 400
                        }

                            .desktop-nav .navbar .others-options .profile-nav-item.dropdown .dropdown-menu .dropdown-body ul .nav-item .nav-link span {
                                color: #666;
                                display: block;
                                font-weight: 400
                            }

                            .desktop-nav .navbar .others-options .profile-nav-item.dropdown .dropdown-menu .dropdown-body ul .nav-item .nav-link .icon {
                                color: #666;
                                transition: all ease 0.5s;
                                position: absolute;
                                right: 15px;
                                top: 2px;
                                font-size: 16px
                            }

                            .desktop-nav .navbar .others-options .profile-nav-item.dropdown .dropdown-menu .dropdown-body ul .nav-item .nav-link:hover span {
                                color: #038f68
                            }

                            .desktop-nav .navbar .others-options .profile-nav-item.dropdown .dropdown-menu .dropdown-body ul .nav-item .nav-link:hover i {
                                transform: rotateY(-180deg)
                            }

                .desktop-nav .navbar .others-options .profile-nav-item.dropdown .dropdown-menu .dropdown-footer {
                    margin: 10px -15px 0;
                    padding: 10px 15px 0;
                    border-top: 1px solid #eee
                }

                    .desktop-nav .navbar .others-options .profile-nav-item.dropdown .dropdown-menu .dropdown-footer ul {
                        padding-right: 0;
                        list-style-type: none;
                        margin-bottom: 0
                    }

                        .desktop-nav .navbar .others-options .profile-nav-item.dropdown .dropdown-menu .dropdown-footer ul .nav-item .nav-link {
                            color: red;
                            padding: 5px 38px 5px 15px;
                            position: relative;
                            font-size: 15px;
                            font-weight: 500
                        }

                            .desktop-nav .navbar .others-options .profile-nav-item.dropdown .dropdown-menu .dropdown-footer ul .nav-item .nav-link span {
                                color: red;
                                display: block;
                                font-weight: 400
                            }

                            .desktop-nav .navbar .others-options .profile-nav-item.dropdown .dropdown-menu .dropdown-footer ul .nav-item .nav-link img {
                                color: red;
                                transition: all ease 0.5s;
                                position: absolute;
                                right: 15px;
                                top: 8px
                            }

                            .desktop-nav .navbar .others-options .profile-nav-item.dropdown .dropdown-menu .dropdown-footer ul .nav-item .nav-link:hover i {
                                transform: rotateY(-180deg)
                            }

                .desktop-nav .navbar .others-options .profile-nav-item.dropdown .dropdown-menu.show {
                    margin-top: 10px;
                    opacity: 1;
                    visibility: visible
                }

.others-option-for-responsive {
    display: none !important
}

    .others-option-for-responsive .dot-menu {
        padding: 0 10px;
        height: 30px;
        cursor: pointer;
        z-index: 999;
        position: absolute;
        left: 60px;
        top: -38px
    }

        .others-option-for-responsive .dot-menu .inner {
            display: flex;
            align-items: center;
            height: 30px
        }

            .others-option-for-responsive .dot-menu .inner .circle {
                height: 5px;
                width: 5px;
                border-radius: 100%;
                margin: 0 2px;
                transition: all ease 0.5s;
                background-color: #038f68
            }

        .others-option-for-responsive .dot-menu:hover .inner .circle {
            background-color: #038f68
        }

    .others-option-for-responsive .container {
        position: relative
    }

        .others-option-for-responsive .container .container {
            position: absolute;
            left: -2px;
            top: 15px;
            max-width: 320px;
            margin-right: auto;
            opacity: 0;
            visibility: hidden;
            transition: all ease 0.5s;
            transform: scaleY(0);
            z-index: 2;
            padding-right: 15px;
            padding-left: 15px
        }

            .others-option-for-responsive .container .container.active {
                opacity: 1;
                visibility: visible;
                transform: scaleY(1)
            }

    .others-option-for-responsive .others-options {
        padding: 10px;
        background-color: #fff;
        text-align: center
    }

        .others-option-for-responsive .others-options .option-item .default-btn.style-2 {
            margin-bottom: 10px
        }

        .others-option-for-responsive .others-options .profile-nav-item .dropdown-bs-toggle {
            padding: 0;
            color: #666;
            font-weight: 400;
            position: relative
        }

            .others-option-for-responsive .others-options .profile-nav-item .dropdown-bs-toggle span {
                position: relative;
                top: 1px;
                color: #202124;
                font-weight: 600;
                transition: all ease 0.5s
            }

                .others-option-for-responsive .others-options .profile-nav-item .dropdown-bs-toggle span::before {
                    display: none
                }

            .others-option-for-responsive .others-options .profile-nav-item .dropdown-bs-toggle:hover::before {
                color: #038f68
            }

            .others-option-for-responsive .others-options .profile-nav-item .dropdown-bs-toggle:hover span {
                color: #038f68
            }

        .others-option-for-responsive .others-options .profile-nav-item .menu-profile img {
            width: 40px;
            height: 40px;
            display: inline-block;
            margin-left: 8px
        }

        .others-option-for-responsive .others-options .profile-nav-item .menu-profile .name i {
            font-size: 14px;
            color: #666;
            padding-right: 7px
        }

        .others-option-for-responsive .others-options .profile-nav-item.dropdown .dropdown-menu {
            padding: 15px 15px 10px;
            min-width: 230px;
            max-width: 280px;
            position: absolute;
            left: 0;
            right: auto;
            border-radius: 5px;
            margin-top: 20px;
            border: none;
            display: block;
            transition: all ease 0.5s;
            opacity: 0;
            visibility: hidden;
            box-shadow: 0 .5rem 1rem rgb(0 0 0 / .05);
            background-color: #fff
        }

            .others-option-for-responsive .others-options .profile-nav-item.dropdown .dropdown-menu .dropdown-header {
                padding: 0;
                border-bottom: 1px solid #f2f4f9;
                margin-right: -15px;
                margin-left: -15px
            }

                .others-option-for-responsive .others-options .profile-nav-item.dropdown .dropdown-menu .dropdown-header .figure {
                    position: relative
                }

                    .others-option-for-responsive .others-options .profile-nav-item.dropdown .dropdown-menu .dropdown-header .figure img {
                        width: 80px;
                        height: 80px
                    }

                .others-option-for-responsive .others-options .profile-nav-item.dropdown .dropdown-menu .dropdown-header .name {
                    display: block;
                    color: #202124;
                    margin-bottom: 2px;
                    font-size: 18px;
                    font-weight: 500
                }

                .others-option-for-responsive .others-options .profile-nav-item.dropdown .dropdown-menu .dropdown-header .email {
                    color: #666;
                    font-size: 15px
                }

            .others-option-for-responsive .others-options .profile-nav-item.dropdown .dropdown-menu .dropdown-body ul {
                padding-right: 0;
                list-style-type: none;
                margin-bottom: 0
            }

                .others-option-for-responsive .others-options .profile-nav-item.dropdown .dropdown-menu .dropdown-body ul .nav-item {
                    margin-right: 0
                }

                    .others-option-for-responsive .others-options .profile-nav-item.dropdown .dropdown-menu .dropdown-body ul .nav-item .nav-link {
                        color: #666;
                        padding: 5px 38px 5px 15px;
                        position: relative;
                        font-size: 15px;
                        margin-bottom: 5px;
                        font-weight: 400
                    }

                        .others-option-for-responsive .others-options .profile-nav-item.dropdown .dropdown-menu .dropdown-body ul .nav-item .nav-link span {
                            color: #666;
                            display: block;
                            font-weight: 400
                        }

                        .others-option-for-responsive .others-options .profile-nav-item.dropdown .dropdown-menu .dropdown-body ul .nav-item .nav-link .icon {
                            color: #666;
                            transition: all ease 0.5s;
                            position: absolute;
                            right: 15px;
                            top: 2px;
                            font-size: 16px
                        }

                        .others-option-for-responsive .others-options .profile-nav-item.dropdown .dropdown-menu .dropdown-body ul .nav-item .nav-link:hover span {
                            color: #038f68
                        }

                        .others-option-for-responsive .others-options .profile-nav-item.dropdown .dropdown-menu .dropdown-body ul .nav-item .nav-link:hover i {
                            transform: rotateY(-180deg)
                        }

            .others-option-for-responsive .others-options .profile-nav-item.dropdown .dropdown-menu .dropdown-footer {
                margin: 10px -15px 0;
                padding: 10px 15px 0;
                border-top: 1px solid #eee
            }

                .others-option-for-responsive .others-options .profile-nav-item.dropdown .dropdown-menu .dropdown-footer ul {
                    padding-right: 0;
                    list-style-type: none;
                    margin-bottom: 0
                }

                    .others-option-for-responsive .others-options .profile-nav-item.dropdown .dropdown-menu .dropdown-footer ul .nav-item .nav-link {
                        color: red;
                        padding: 5px 38px 5px 15px;
                        position: relative;
                        font-size: 15px;
                        font-weight: 500
                    }

                        .others-option-for-responsive .others-options .profile-nav-item.dropdown .dropdown-menu .dropdown-footer ul .nav-item .nav-link span {
                            color: red;
                            display: block;
                            font-weight: 400
                        }

                        .others-option-for-responsive .others-options .profile-nav-item.dropdown .dropdown-menu .dropdown-footer ul .nav-item .nav-link img {
                            color: red;
                            transition: all ease 0.5s;
                            position: absolute;
                            right: 15px;
                            top: 8px
                        }

                        .others-option-for-responsive .others-options .profile-nav-item.dropdown .dropdown-menu .dropdown-footer ul .nav-item .nav-link:hover i {
                            transform: rotateY(-180deg)
                        }

            .others-option-for-responsive .others-options .profile-nav-item.dropdown .dropdown-menu.show {
                margin-top: 10px;
                opacity: 1;
                visibility: visible
            }

.mobile-responsive-nav {
    display: none
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@-webkit-keyframes ripple {
    0% {
        transform: scale(1)
    }

    75% {
        transform: scale(1.75);
        opacity: .6
    }

    100% {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        transform: scale(1)
    }

    75% {
        transform: scale(1.75);
        opacity: .6
    }

    100% {
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes movebounce {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(40px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes movebounce {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(40px)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes movebounce2 {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(30px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes movebounce2 {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(30px)
    }

    100% {
        transform: translateX(0)
    }
}

.banner-area {
    padding-top: 60px;
    padding-bottom: 100px;
    overflow: hidden
}

    .banner-area .container-fluid {
        max-width: 1660px;
        padding-right: 30px;
        padding-left: 30px
    }

    .banner-area.style2 {
        background: #006445;
        background: linear-gradient(173deg,#006445 0%,#046647 25%,#bcb491 100%)
    }

.banner-area-style3 {
    background-color: #f7f6f2;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative
}

    .banner-area-style3 .container-fluid {
        max-width: 1660px;
        padding-right: 30px;
        padding-left: 30px
    }

    .banner-area-style3::before {
        position: absolute;
        content: "";
        height: 100px;
        width: 100%;
        right: 0;
        bottom: -1px;
        background-color: #fff;
        -webkit-clip-path: polygon(99% 0,100% 0%,100% 100%,0% 100%);
        clip-path: polygon(99% 0,100% 0%,100% 100%,0% 100%)
    }

.banner-content {
    position: relative
}

    .banner-content .banner-title span {
        color: #038f68;
        background-color: #dee8f7;
        display: inline-block;
        padding: 8px 15px;
        margin-bottom: 10px;
        border-radius: 5px
    }

    .banner-content .banner-title h1 {
        font-size: 70px;
        line-height: 80px;
        margin-bottom: 20px
    }

    .banner-content .serech-over {
        font-size: 18px;
        margin: 50px 0
    }

    .banner-content .shape-1 {
        position: absolute;
        top: -80px;
        right: -80px;
        -webkit-animation: spinner 10s linear infinite;
        animation: spinner 10s linear infinite
    }

    .banner-content.style2 {
        padding-left: 50px;
        top: 0
    }

        .banner-content.style2 .banner-title h1 {
            color: #fff;
            font-size: 36px;
            margin-top: -5% !important
        }

        .banner-content.style2 .serech-over {
            color: #fff
        }

        .banner-content.style2 .trending-keywords {
            margin-bottom: 60px
        }

            .banner-content.style2 .trending-keywords ul li span {
                color: #fff
            }

            .banner-content.style2 .trending-keywords ul li a {
                color: #fff;
                border: unset
            }

    .banner-content .funfacts ul {
        padding-right: 0;
        margin-bottom: 0
    }

        .banner-content .funfacts ul li {
            display: inline-block;
            margin-left: 80px;
            position: relative
        }

            .banner-content .funfacts ul li::before {
                position: absolute;
                content: "";
                height: 35px;
                width: 1px;
                background-color: #fff;
                left: -40px;
                top: 50%;
                transform: translateY(-50%);
                opacity: .4
            }

            .banner-content .funfacts ul li h4 {
                color: #fff;
                font-size: 18px;
                margin-bottom: 10px
            }

            .banner-content .funfacts ul li span {
                color: #fff
            }

            .banner-content .funfacts ul li:last-child::before {
                display: none
            }

.banner-search-form {
    background-color: #fff;
    border: 1px solid rgb(32 33 36 / .08);
    box-shadow: 0 6px 30px 5px rgb(33 34 38 / .05);
    border-radius: 5px;
    margin-bottom: 30px
}

    .banner-search-form .form-group {
        position: relative
    }

        .banner-search-form .form-group .form-control {
            border: unset;
            height: 60px;
            padding-right: 45px
        }

        .banner-search-form .form-group .form-select {
            cursor: pointer
        }

        .banner-search-form .form-group i {
            position: absolute;
            top: 20px;
            right: 20px
        }

        .banner-search-form .form-group::before {
            position: absolute;
            content: "";
            height: 30px;
            width: 1px;
            background-color: rgb(102 102 102 / .2);
            left: 20px;
            top: 50%;
            transform: translateY(-50%)
        }

        .banner-search-form .form-group.style::before {
            display: none
        }

    .banner-search-form .search-btn {
        text-align: end
    }

        .banner-search-form .search-btn .default-btn {
            border-radius: 5px 0 0 5px;
            padding: 20px
        }

    .banner-search-form .default-btn i {
        position: relative;
        padding-left: 5px;
        top: 2px
    }

    .banner-search-form.style-2 {
        padding: 10px;
        position: relative;
        margin-left: -60px
    }

        .banner-search-form.style-2 .search-btn .default-btn {
            padding: 18px;
            margin-left: 0;
            border-radius: 5px
        }

.banner-image-content {
    text-align: center;
    margin-right: 100px;
    position: relative;
    margin-bottom: -25px
}

    .banner-image-content .banner-img-1 {
        margin-bottom: 25px;
        position: relative;
        z-index: 1
    }

        .banner-image-content .banner-img-1 .shape-2 {
            position: absolute;
            right: -20px;
            bottom: -20px;
            z-index: -1;
            -webkit-animation: movebounce 10s linear infinite;
            animation: movebounce 10s linear infinite
        }

    .banner-image-content .banner-img-2 {
        top: -50px;
        position: relative;
        z-index: 1
    }

        .banner-image-content .banner-img-2 .shape-3 {
            position: absolute;
            left: -100px;
            bottom: -20px;
            z-index: -1;
            -webkit-animation: movebounce 10s linear infinite;
            animation: movebounce 10s linear infinite
        }

    .banner-image-content .banner-img-3 {
        bottom: -50px;
        position: relative
    }

    .banner-image-content .assisted-candidate {
        background-color: #fff;
        box-shadow: 0 6px 30px 5px rgb(33 34 38 / .05);
        position: absolute;
        top: 50px;
        right: 0;
        z-index: 1;
        text-align: start;
        padding: 20px;
        padding-right: 85px;
        border-radius: 5px
    }

        .banner-image-content .assisted-candidate h3 {
            font-size: 16px;
            margin-bottom: 4px
        }

        .banner-image-content .assisted-candidate .icon {
            height: 45px;
            width: 45px;
            line-height: 40px;
            border-radius: 100%;
            text-align: center;
            background-color: rgb(248 24 21 / .1);
            position: absolute;
            right: 25px;
            top: 50%;
            transform: translateY(-50%)
        }

    .banner-image-content .join-now {
        padding: 20px;
        padding-right: 80px;
        background-color: #fff;
        box-shadow: 0 6px 30px 5px rgb(33 34 38 / .05);
        border-radius: 5px;
        text-align: start;
        position: absolute;
        top: 38%;
        right: 30%;
        z-index: 1;
        transform: translateY(-38%) translateX(-30%)
    }

        .banner-image-content .join-now h3 {
            font-size: 16px;
            margin-bottom: 5px
        }

        .banner-image-content .join-now span {
            display: inline-block;
            margin-bottom: 12px
        }

        .banner-image-content .join-now .default-btn {
            display: table;
            padding: 3px 18px;
            padding-bottom: 4px;
            font-size: 13px;
            border-radius: 2px
        }

        .banner-image-content .join-now .sm-img {
            position: absolute;
            right: 20px;
            top: 30px
        }

    .banner-image-content .creative-agency {
        padding: 20px 50px;
        background-color: #fff;
        box-shadow: 0 6px 30px 5px rgb(33 34 38 / .05);
        border-radius: 5px;
        position: absolute;
        left: 100px;
        bottom: -100px;
        text-align: start;
        z-index: 1
    }

        .banner-image-content .creative-agency .icon {
            height: 45px;
            width: 45px;
            line-height: 48px;
            border-radius: 100%;
            background-color: #00b441;
            color: #fff;
            font-size: 24px;
            position: absolute;
            text-align: center;
            top: -20px;
            right: -20px
        }

        .banner-image-content .creative-agency h3 {
            font-size: 16px;
            margin-bottom: 5px
        }

    .banner-image-content .col-lg-6:nth-child(1) .banner-img-1 img {
        border-radius: 0 100px 0 0
    }

    .banner-image-content .col-lg-6:nth-child(2) .banner-img-1 img {
        border-radius: 100px 0 0 0
    }

    .banner-image-content .col-lg-6:nth-child(3) .banner-img-1 img {
        border-radius: 0 0 100px 0
    }

    .banner-image-content .col-lg-6:nth-child(4) .banner-img-1 img {
        border-radius: 0 0 0 100px
    }

.banner-image-content-style2 {
    text-align: center;
    position: relative;
    padding-right: 100px
}

    .banner-image-content-style2 .assisted-candidate {
        background-color: #fff;
        box-shadow: 0 6px 30px 5px rgb(33 34 38 / .05);
        position: absolute;
        bottom: 200px;
        left: -70px;
        z-index: 1;
        text-align: start;
        padding: 20px;
        padding-right: 85px;
        border-radius: 5px
    }

        .banner-image-content-style2 .assisted-candidate h3 {
            font-size: 16px;
            margin-bottom: 5px
        }

        .banner-image-content-style2 .assisted-candidate .icon {
            height: 45px;
            width: 45px;
            line-height: 40px;
            border-radius: 100%;
            text-align: center;
            background-color: rgb(248 24 21 / .1);
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%)
        }

    .banner-image-content-style2 .creative-agency {
        padding: 20px 50px;
        background-color: #fff;
        box-shadow: 0 6px 30px 5px rgb(33 34 38 / .05);
        border-radius: 5px;
        position: absolute;
        right: 120px;
        bottom: 30px;
        text-align: start;
        z-index: 1
    }

        .banner-image-content-style2 .creative-agency .icon {
            height: 45px;
            width: 45px;
            line-height: 48px;
            border-radius: 100%;
            background-color: #00b441;
            color: #fff;
            font-size: 24px;
            position: absolute;
            text-align: center;
            top: -20px;
            right: -20px
        }

        .banner-image-content-style2 .creative-agency h3 {
            font-size: 16px;
            margin-bottom: 5px
        }

    .banner-image-content-style2 .icon1 {
        position: absolute;
        bottom: 10px;
        right: 64%
    }

    .banner-image-content-style2 .icon2 {
        position: absolute;
        top: 180px;
        right: 240px
    }

    .banner-image-content-style2 .icon3 {
        position: absolute;
        top: 60px;
        left: 140px
    }

.banner-content-style3 {
    padding-left: 100px
}

    .banner-content-style3 p {
        margin-bottom: 27px;
        padding-top: 5%;
        text-align: center
    }

.banner-image-content-style3 {
    text-align: end;
    position: relative;
    z-index: 1
}

    .banner-image-content-style3 .sm-img {
        position: absolute;
        bottom: -50px;
        right: -30px
    }

    .banner-image-content-style3 .shape-1 {
        position: absolute;
        right: 30px;
        bottom: 120px;
        z-index: -1;
        -webkit-animation: movebounce 10s linear infinite;
        animation: movebounce 10s linear infinite
    }

.page-banner-area {
    padding-top: 20px;
    padding-bottom: 25px
}

.page-banner-content {
    text-align: center
}

    .page-banner-content h1 {
        font-size: 36px;
        margin-bottom: 10px
    }

    .page-banner-content ul {
        padding-right: 0;
        margin-bottom: 0
    }

        .page-banner-content ul li {
            display: inline-block;
            margin-left: 15px;
            position: relative
        }

            .page-banner-content ul li:last-child {
                margin-left: 0
            }

                .page-banner-content ul li:last-child::before {
                    display: none
                }

            .page-banner-content ul li a {
                color: #666;
                transition: all ease 0.5s
            }

                .page-banner-content ul li a:hover {
                    color: #038f68
                }

            .page-banner-content ul li::before {
                position: absolute;
                content: "/";
                left: -15px;
                color: #666
            }

.job-details-banner-area {
    padding-top: 50px;
    padding-bottom: 50px
}

.job-details-banner-content .job-details-banner-left-content .img {
    margin-bottom: 15px
}

.job-details-banner-content .job-details-banner-left-content span {
    display: inline-block;
    margin-bottom: 15px
}

.job-details-banner-content .job-details-banner-left-content h2 {
    font-size: 25px;
    margin-bottom: 15px
}

.job-details-banner-content .job-details-banner-left-content .info {
    margin-bottom: 30px
}

    .job-details-banner-content .job-details-banner-left-content .info ul {
        padding-right: 0;
        margin-bottom: 0
    }

        .job-details-banner-content .job-details-banner-left-content .info ul li {
            display: inline-block;
            position: relative;
            padding-right: 22px;
            margin-left: 15px
        }

            .job-details-banner-content .job-details-banner-left-content .info ul li i {
                position: absolute;
                right: 0;
                top: 2px;
                color: #038f68
            }

            .job-details-banner-content .job-details-banner-left-content .info ul li:last-child {
                margin-left: 0
            }

.job-details-banner-content .job-details-banner-right-content {
    text-align: end
}

    .job-details-banner-content .job-details-banner-right-content .default-btn {
        margin-bottom: 25px
    }

    .job-details-banner-content .job-details-banner-right-content .share-content ul {
        padding-right: 0;
        margin-bottom: 0
    }

        .job-details-banner-content .job-details-banner-right-content .share-content ul li {
            display: inline-block;
            margin-left: 7px
        }

            .job-details-banner-content .job-details-banner-right-content .share-content ul li:last-child {
                margin-left: 0
            }

            .job-details-banner-content .job-details-banner-right-content .share-content ul li span {
                font-weight: 500
            }

                .job-details-banner-content .job-details-banner-right-content .share-content ul li span i {
                    padding-left: 7px;
                    display: inline-block;
                    font-size: 14px
                }

            .job-details-banner-content .job-details-banner-right-content .share-content ul li a {
                height: 35px;
                width: 35px;
                line-height: 35px;
                border-radius: 100%;
                display: inline-block;
                text-align: center;
                background-color: #fff;
                color: #038f68;
                transition: all ease 0.5s
            }

                .job-details-banner-content .job-details-banner-right-content .share-content ul li a:hover {
                    background-color: #038f68;
                    color: #fff
                }

.single-category-card {
    border-radius: 5px;
    position: relative;
    z-index: 1
}

    .single-category-card::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 0%;
        background-color: #038f68;
        border-radius: 5px;
        left: 0;
        bottom: 0;
        transition: all ease 0.5s;
        z-index: -1
    }

    .single-category-card .icon {
        height: 70px;
        width: 70px;
        line-height: 78px;
        font-size: 40px;
        color: #038f68;
        text-align: center;
        border-radius: 5px;
        background-color: #fff;
        border: 1px solid rgb(32 33 36 / .1);
        margin-bottom: 20px;
        transition: all ease 0.5s
    }

    .single-category-card h3 {
        font-size: 22px;
        margin-bottom: 0;
        transition: all ease 0.5s
    }

    .single-category-card:hover::before {
        width: 100%;
        left: auto;
        right: 0
    }

    .single-category-card:hover h3 {
        color: #fff
    }

.single-categories-box {
    position: relative;
    padding: 25px 20px;
    padding-right: 105px;
    border-radius: 5px;
    box-shadow: 0 6px 30px 5px rgb(33 34 38 / .05);
    margin-bottom: 30px;
    z-index: 1
}

    .single-categories-box .icon {
        height: 60px;
        width: 60px;
        line-height: 65px;
        background-color: #eae9e5;
        font-size: 30px;
        border-radius: 100%;
        color: #038f68;
        text-align: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 26px;
        transition: all ease 0.5s
    }

    .single-categories-box h3 {
        font-size: 22px;
        margin-bottom: 8px;
        transition: all ease 0.5s
    }

    .single-categories-box span {
        transition: all ease 0.5s
    }

    .single-categories-box::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 0%;
        right: 0;
        top: 0;
        background-color: #b8aea1;
        transition: all ease 0.5s;
        z-index: -1;
        border-radius: 5px
    }

    .single-categories-box:hover .icon {
        background-color: #fff
    }

    .single-categories-box:hover::before {
        width: 100%;
        left: auto;
        right: 0
    }

    .single-categories-box:hover h3 {
        color: #fff
    }

    .single-categories-box:hover span {
        color: #fff
    }

    .single-categories-box.style2 {
        text-align: center;
        padding: 30px;
        margin-bottom: 0;
        background-color: #fff;
        box-shadow: 0 6px 30px 5px rgb(33 34 38 / .05);
        margin: 10px
    }

        .single-categories-box.style2 .icon {
            position: unset;
            transform: translateY(0);
            margin: auto auto 20px auto;
            background-color: #038f68;
            color: #fff;
            height: 70px;
            width: 70px;
            line-height: 78px
        }

        .single-categories-box.style2:hover .icon {
            background-color: #fff;
            color: #038f68
        }

.categories-area.style2 {
    position: relative
}

    .categories-area.style2::before {
        position: absolute;
        content: "";
        height: 120px;
        width: 100%;
        right: 0;
        bottom: 0;
        background-color: #fff
    }

.category-slider.owl-theme .owl-nav .owl-prev, .category-slider.owl-theme .owl-nav .owl-next {
    left: 0;
    background-color: #f0f5f7;
    border: none;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 100%;
    transition: all ease 0.5s;
    font-size: 32px;
    color: #038f68
}

    .category-slider.owl-theme .owl-nav .owl-prev i, .category-slider.owl-theme .owl-nav .owl-next i {
        position: relative;
        top: -1px;
        right: -15px
    }

    .category-slider.owl-theme .owl-nav .owl-prev.owl-next, .category-slider.owl-theme .owl-nav .owl-next.owl-next {
        top: 60px;
        left: 0;
        right: auto
    }

        .category-slider.owl-theme .owl-nav .owl-prev.owl-next i, .category-slider.owl-theme .owl-nav .owl-next.owl-next i {
            position: relative;
            left: -15px;
            right: auto;
            top: -1px
        }

    .category-slider.owl-theme .owl-nav .owl-prev:hover, .category-slider.owl-theme .owl-nav .owl-next:hover {
        background-color: #038f68
    }

.categories-slider2.owl-theme .owl-nav .owl-prev, .categories-slider2.owl-theme .owl-nav .owl-next {
    left: 0;
    background-color: #fff;
    box-shadow: 0 6px 30px 5px rgb(33 34 38 / .05);
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 100%;
    transition: all ease 0.5s;
    font-size: 16px;
    color: #038f68;
    position: absolute;
    right: -60px;
    top: 47%;
    transform: translateY(-50%)
}

    .categories-slider2.owl-theme .owl-nav .owl-prev i, .categories-slider2.owl-theme .owl-nav .owl-next i {
        position: relative;
        top: 0;
        right: 0
    }

    .categories-slider2.owl-theme .owl-nav .owl-prev.owl-next, .categories-slider2.owl-theme .owl-nav .owl-next.owl-next {
        left: -60px;
        right: auto
    }

        .categories-slider2.owl-theme .owl-nav .owl-prev.owl-next i, .categories-slider2.owl-theme .owl-nav .owl-next.owl-next i {
            position: relative;
            left: 0;
            right: auto;
            top: -1px
        }

    .categories-slider2.owl-theme .owl-nav .owl-prev:hover, .categories-slider2.owl-theme .owl-nav .owl-next:hover {
        background-color: #038f68;
        color: #fff;
        border-color: #038f68
    }

.title .browse-btn {
    text-align: end;
    margin-bottom: 40px
}

.single-job-card {
    margin-bottom: 30px
}

    .single-job-card .job-image {
        position: relative;
        margin-bottom: 30px
    }

        .single-job-card .job-image img {
            border-radius: 5px
        }

        .single-job-card .job-image .bookmark {
            height: 35px;
            width: 35px;
            line-height: 38px;
            text-align: center;
            background-color: #fff;
            border-radius: 100%;
            position: absolute;
            left: 20px;
            top: 20px;
            color: #666;
            transition: all ease 0.5s
        }

            .single-job-card .job-image .bookmark:hover {
                color: #fff;
                background-color: #038f68
            }

        .single-job-card .job-image .urgent {
            background-color: #038f68;
            padding: 5px 10px;
            color: #fff;
            position: absolute;
            top: 20px;
            right: 20px;
            border-radius: 5px
        }

    .single-job-card .job-content .time {
        background-color: #f0f5f7;
        color: #038f68;
        padding: 5px 15px;
        margin-bottom: 20px;
        display: inline-block;
        transition: all ease 0.5s;
        border-radius: 5px
    }

        .single-job-card .job-content .time:hover {
            color: #fff;
            background-color: #038f68
        }

    .single-job-card .job-content h2 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 18px
    }

        .single-job-card .job-content h2 a {
            color: #202124;
            transition: all ease 0.5s
        }

            .single-job-card .job-content h2 a:hover {
                color: #038f68
            }

    .single-job-card .job-content .info {
        margin-bottom: 30px
    }

        .single-job-card .job-content .info ul {
            padding-right: 0;
            margin-bottom: 0
        }

            .single-job-card .job-content .info ul li {
                display: inline-block;
                position: relative;
                padding-right: 22px;
                margin-left: 15px
            }

                .single-job-card .job-content .info ul li i {
                    position: absolute;
                    right: 0;
                    top: 2px;
                    color: #038f68
                }

                .single-job-card .job-content .info ul li:last-child {
                    margin-left: 0
                }

    .single-job-card .job-content .bottom-content ul {
        padding-right: 0;
        margin-bottom: 0
    }

        .single-job-card .job-content .bottom-content ul li {
            list-style-type: none
        }

            .single-job-card .job-content .bottom-content ul li .left-content {
                padding-right: 60px;
                position: relative
            }

                .single-job-card .job-content .bottom-content ul li .left-content .icon {
                    height: 45px;
                    width: 45px;
                    line-height: 42px;
                    background-color: #f0f5f7;
                    border-radius: 100%;
                    text-align: center;
                    position: absolute;
                    right: 0;
                    top: 50%;
                    transform: translateY(-50%)
                }

            .single-job-card .job-content .bottom-content ul li h3 {
                font-size: 20px;
                color: #038f68
            }

                .single-job-card .job-content .bottom-content ul li h3 span {
                    color: #666;
                    font-size: 16px;
                    font-weight: 400
                }

    .single-job-card.style-2 {
        background-color: #fff;
        padding: 10px;
        border-radius: 5px;
        box-shadow: 0 6px 30px 5px rgb(33 34 38 / .05)
    }

        .single-job-card.style-2 .job-content {
            padding: 15px;
            position: relative
        }

            .single-job-card.style-2 .job-content .time {
                margin-bottom: 0;
                position: absolute;
                top: -45px;
                right: 20px
            }

            .single-job-card.style-2 .job-content .bottom-content ul li .left-content .icon img {
                width: auto;
                padding-top: 9px;
                padding-right: 9px
            }

    .single-job-card.style-3 {
        box-shadow: 0 6px 30px 5px rgb(33 34 38 / .05);
        background-color: #fff;
        border-radius: 5px
    }

        .single-job-card.style-3 .job-image {
            margin-bottom: 0
        }

            .single-job-card.style-3 .job-image img {
                border-radius: 5px 5px 0 0
            }

            .single-job-card.style-3 .job-image .time {
                background-color: #fff;
                padding: 4px 12px;
                color: #038f68;
                position: absolute;
                right: 20px;
                top: 20px;
                font-weight: 500;
                border-radius: 5px;
                transition: all ease 0.5s
            }

                .single-job-card.style-3 .job-image .time:hover {
                    background-color: #038f68;
                    color: #fff
                }

        .single-job-card.style-3 .job-content {
            padding: 25px 30px 35px 30px
        }

            .single-job-card.style-3 .job-content h3 {
                font-size: 20px;
                color: #038f68
            }

                .single-job-card.style-3 .job-content h3 span {
                    color: #666;
                    font-size: 16px;
                    font-weight: 400
                }

            .single-job-card.style-3 .job-content .bottom-content {
                padding-right: 60px;
                position: relative
            }

                .single-job-card.style-3 .job-content .bottom-content .icon {
                    height: 45px;
                    width: 45px;
                    line-height: 42px;
                    background-color: #f0f5f7;
                    border-radius: 100%;
                    text-align: center;
                    position: absolute;
                    right: 0;
                    top: 50%;
                    transform: translateY(-50%)
                }

.recent-job-box {
    padding: 30px;
    box-shadow: 0 6px 30px 5px rgb(33 34 38 / .05);
    border-radius: 5px;
    padding-right: 120px;
    position: relative;
    margin: 7px;
    margin-bottom: 30px
}

    .recent-job-box .info ul {
        padding-right: 0;
        margin-bottom: 0
    }

        .recent-job-box .info ul li {
            display: inline-block;
            position: relative;
            padding-right: 22px;
            margin-left: 15px
        }

            .recent-job-box .info ul li i {
                position: absolute;
                right: 0;
                top: 2px;
                color: #00724f
            }

            .recent-job-box .info ul li:last-child {
                margin-left: 0
            }

    .recent-job-box .logo {
        height: 70px;
        width: 70px;
        background-color: #f0f5f7;
        border-radius: 100%;
        text-align: center;
        position: absolute;
        right: 30px;
        top: 30px
    }

        .recent-job-box .logo img {
            width: auto;
            padding-right: 13px;
            padding-top: 13px
        }

    .recent-job-box .bookmark {
        height: 35px;
        width: 35px;
        line-height: 38px;
        text-align: center;
        background-color: #e5e5e5;
        border-radius: 100%;
        position: absolute;
        left: 30px;
        top: 30px;
        color: #666;
        transition: all ease 0.5s
    }

        .recent-job-box .bookmark:hover {
            color: #fff;
            background-color: #038f68
        }

    .recent-job-box .time {
        background-color: #eae9e5;
        padding: 5px 10px;
        border-radius: 5px;
        margin-bottom: 17px;
        color: #837767;
        font-weight: 500;
        transition: all ease 0.5s;
        text-align: center
    }

        .recent-job-box .time:hover {
            background-color: #038f68;
            color: #fff
        }

    .recent-job-box h3 {
        font-size: 18px;
        margin-bottom: 15px
    }

        .recent-job-box h3 a {
            color: #202124;
            transition: all ease 0.5s
        }

            .recent-job-box h3 a:hover {
                color: #038f68
            }

.shoting-btn {
    text-align: center;
    margin-bottom: 40px
}

    .shoting-btn ul {
        padding-right: 0;
        margin-bottom: 0
    }

        .shoting-btn ul li {
            display: inline-block;
            margin-left: 5px
        }

            .shoting-btn ul li:last-child {
                margin-left: 0
            }

            .shoting-btn ul li button {
                background-color: #fff0;
                border: unset;
                padding: 5px 10px;
                transition: all ease 0.5s;
                font-weight: 500;
                border-radius: 5px;
                color: #666
            }

                .shoting-btn ul li button:hover, .shoting-btn ul li button:focus, .shoting-btn ul li button.active {
                    background-color: #f0f5f7;
                    color: #038f68
                }

.shorting .mix {
    display: none
}

.job-slider.owl-theme .owl-nav .owl-prev, .job-slider.owl-theme .owl-nav .owl-next {
    left: 0;
    background-color: #fff0;
    border: 1px solid #038f68;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 100%;
    transition: all ease 0.5s;
    font-size: 16px;
    color: #038f68;
    position: absolute;
    right: -60px;
    top: 45%;
    transform: translateY(-50%)
}

    .job-slider.owl-theme .owl-nav .owl-prev i, .job-slider.owl-theme .owl-nav .owl-next i {
        position: relative;
        top: 0;
        right: 0
    }

    .job-slider.owl-theme .owl-nav .owl-prev.owl-next, .job-slider.owl-theme .owl-nav .owl-next.owl-next {
        left: -60px;
        right: auto
    }

        .job-slider.owl-theme .owl-nav .owl-prev.owl-next i, .job-slider.owl-theme .owl-nav .owl-next.owl-next i {
            position: relative;
            left: 0;
            right: auto;
            top: -1px
        }

    .job-slider.owl-theme .owl-nav .owl-prev:hover, .job-slider.owl-theme .owl-nav .owl-next:hover {
        background-color: #038f68;
        color: #fff;
        border-color: #038f68
    }

.job-slider.owl-theme .owl-dots .owl-dot span {
    background: rgb(25 103 210 / .5)
}

.job-slider.owl-theme .owl-dots .owl-dot.active span {
    background-color: #038f68
}

.job-slider2.owl-theme .owl-dots .owl-dot span {
    background: rgb(25 103 210 / .5)
}

.job-slider2.owl-theme .owl-dots .owl-dot.active span {
    background-color: #038f68
}

.job-details-content .job-description {
    margin-bottom: 25px
}

    .job-details-content .job-description h3 {
        font-size: 22px;
        margin-bottom: 15px
    }

.job-details-content .our-company {
    margin-bottom: 25px
}

    .job-details-content .our-company h3 {
        font-size: 22px;
        margin-bottom: 15px
    }

.job-details-content .previous-interview {
    margin-bottom: 25px
}

    .job-details-content .previous-interview h3 {
        font-size: 22px;
        margin-bottom: 20px
    }

    .job-details-content .previous-interview .video-content {
        position: relative
    }

        .job-details-content .previous-interview .video-content .video-btn {
            position: absolute;
            text-align: center;
            right: 0;
            left: 0;
            top: 50%;
            transform: translateY(-50%)
        }

            .job-details-content .previous-interview .video-content .video-btn a {
                display: inline-block;
                height: 65px;
                width: 65px;
                line-height: 70px;
                background-color: #fff;
                border-radius: 100%;
                transition: all ease 0.5s;
                position: relative
            }

                .job-details-content .previous-interview .video-content .video-btn a i {
                    font-size: 30px;
                    position: relative;
                    right: 2px;
                    top: 2px;
                    transition: all ease 0.5s
                }

                .job-details-content .previous-interview .video-content .video-btn a::before {
                    position: absolute;
                    content: "";
                    height: 72px;
                    width: 72px;
                    background-color: rgb(255 255 255 / .4);
                    top: -3px;
                    right: -3px;
                    border-radius: 100%;
                    -webkit-animation: ripple 2s infinite linear;
                    animation: ripple 2s infinite linear
                }

                .job-details-content .previous-interview .video-content .video-btn a:hover {
                    background-color: #038f68
                }

                    .job-details-content .previous-interview .video-content .video-btn a:hover i {
                        color: #fff
                    }

.job-details-content {
    background-color: #f7f6f2;
    padding: 4%;
    border-radius: 6px
}

    .job-details-content .job-responsibilities {
        margin-bottom: 25px
    }

        .job-details-content .job-responsibilities h3 {
            font-size: 22px;
            margin-bottom: 15px
        }

        .job-details-content .job-responsibilities ul {
            padding-right: 0;
            margin-bottom: 0
        }

            .job-details-content .job-responsibilities ul li {
                list-style-type: none;
                margin-bottom: 12px;
                position: relative;
                padding-right: 18px
            }

                .job-details-content .job-responsibilities ul li::before {
                    position: absolute;
                    content: "";
                    height: 8px;
                    width: 8px;
                    border-radius: 100%;
                    background-color: #038f68;
                    right: 0;
                    top: 8px
                }

                .job-details-content .job-responsibilities ul li:last-child {
                    margin-bottom: 0
                }

    .job-details-content .our-mission {
        margin-bottom: 25px
    }

        .job-details-content .our-mission h3 {
            font-size: 22px;
            margin-bottom: 15px
        }

    .job-details-content .our-vision {
        margin-bottom: 23px
    }

        .job-details-content .our-vision h3 {
            font-size: 22px;
            margin-bottom: 15px
        }

.related-job-area h3 {
    font-size: 22px;
    margin-bottom: 20px
}

.single-employer-card {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    transition: all ease 0.5s;
    position: relative;
    margin-bottom: 30px
}

    .single-employer-card .employer-content {
        padding-right: 90px;
        position: relative
    }

        .single-employer-card .employer-content .icon {
            height: 70px;
            width: 70px;
            line-height: 67px;
            border-radius: 100%;
            text-align: center;
            background-color: #f0f5f7;
            position: absolute;
            right: 0;
            top: 7px
        }

        .single-employer-card .employer-content h3 {
            font-size: 22px;
            margin-bottom: 12px;
            transition: all ease 0.5s
        }

            .single-employer-card .employer-content h3:hover {
                color: #038f68
            }

        .single-employer-card .employer-content .info {
            margin-bottom: 15px
        }

            .single-employer-card .employer-content .info ul {
                padding-right: 0;
                margin-bottom: 0
            }

                .single-employer-card .employer-content .info ul li {
                    display: inline-block;
                    margin-left: 20px
                }

                    .single-employer-card .employer-content .info ul li span i {
                        color: #038f68;
                        font-size: 14px;
                        position: relative;
                        top: 2px;
                        padding-left: 5px
                    }

                    .single-employer-card .employer-content .info ul li i {
                        color: #ffc107
                    }

                    .single-employer-card .employer-content .info ul li:last-child {
                        margin-left: 0
                    }

        .single-employer-card .employer-content p {
            margin-bottom: 20px
        }

        .single-employer-card .employer-content .bottom-btn a {
            padding: 4px 12px;
            background-color: #f0f5f7;
            display: table;
            color: #038f68;
            font-weight: 500;
            border-radius: 5px;
            transition: all ease 0.5s
        }

            .single-employer-card .employer-content .bottom-btn a:hover {
                background-color: #038f68;
                color: #fff
            }

        .single-employer-card .employer-content .categorie-btn {
            position: absolute;
            left: 0;
            top: 0
        }

            .single-employer-card .employer-content .categorie-btn a {
                padding: 6px 12px;
                background-color: #038f68;
                color: #fff;
                transition: all ease 0.5s;
                border-radius: 5px
            }

                .single-employer-card .employer-content .categorie-btn a:hover {
                    background-color: #202124;
                    color: #fff
                }

    .single-employer-card:hover {
        transform: translateY(-10px)
    }

.employers-details-top-content {
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0 6px 30px 5px rgb(33 34 38 / .05);
    margin-bottom: 40px
}

    .employers-details-top-content .details-left-content {
        padding-right: 110px;
        position: relative
    }

        .employers-details-top-content .details-left-content .icon {
            height: 90px;
            width: 90px;
            line-height: 87px;
            text-align: center;
            background-color: #f0f5f7;
            border-radius: 100%;
            position: absolute;
            right: 0;
            top: 53%;
            transform: translateY(-50%)
        }

        .employers-details-top-content .details-left-content h3 {
            font-size: 25px;
            margin-bottom: 15px
        }

        .employers-details-top-content .details-left-content .info ul {
            padding-right: 0;
            margin-bottom: 0
        }

            .employers-details-top-content .details-left-content .info ul li {
                display: inline-block;
                margin-left: 20px;
                padding-right: 20px;
                position: relative
            }

                .employers-details-top-content .details-left-content .info ul li:last-child {
                    margin-left: 0
                }

                    .employers-details-top-content .details-left-content .info ul li:last-child i {
                        top: 5px
                    }

                .employers-details-top-content .details-left-content .info ul li a {
                    color: #666;
                    transition: all ease 0.5s
                }

                    .employers-details-top-content .details-left-content .info ul li a:hover {
                        color: #038f68
                    }

                .employers-details-top-content .details-left-content .info ul li i {
                    color: #038f68;
                    font-size: 14px;
                    position: absolute;
                    right: 0;
                    top: 3px
                }

    .employers-details-top-content .details-right-content {
        text-align: end
    }

        .employers-details-top-content .details-right-content .bookmark {
            margin-bottom: 20px
        }

            .employers-details-top-content .details-right-content .bookmark a {
                height: 30px;
                width: 30px;
                line-height: 32px;
                border-radius: 100%;
                text-align: center;
                background-color: #f0f5f7;
                display: inline-block;
                font-size: 13px;
                color: #666;
                transition: all ease 0.5s
            }

                .employers-details-top-content .details-right-content .bookmark a:hover {
                    background-color: #038f68;
                    color: #fff
                }

        .employers-details-top-content .details-right-content .position-btn a {
            background-color: rgb(25 103 210 / .1);
            display: inline-block;
            padding: 10px 18px;
            font-weight: 600;
            border-radius: 30px;
            transition: all ease 0.5s
        }

            .employers-details-top-content .details-right-content .position-btn a:hover {
                background-color: #038f68;
                color: #fff
            }

.employers-details-content .about-content {
    margin-bottom: 25px
}

    .employers-details-content .about-content h3 {
        font-size: 22px;
        margin-bottom: 15px
    }

.employers-details-content .job-responsibilities {
    margin-bottom: 25px
}

    .employers-details-content .job-responsibilities h3 {
        font-size: 22px;
        margin-bottom: 15px
    }

.employers-details-content .gallery {
    margin-bottom: 25px
}

    .employers-details-content .gallery h3 {
        font-size: 22px;
        margin-bottom: 25px
    }

.employers-details-content .jurney h3 {
    font-size: 22px;
    margin-bottom: 15px
}

.employers-details-content .jurney p {
    margin-bottom: 20px
}

.employers-details-content .review h3 {
    font-size: 22px;
    margin-bottom: 20px
}

.employers-details-content .review .single-review {
    padding: 30px;
    border: 1px solid rgb(32 33 36 / .08);
    border-radius: 5px;
    margin-bottom: 30px
}

    .employers-details-content .review .single-review .review-content {
        position: relative;
        padding-right: 90px
    }

        .employers-details-content .review .single-review .review-content .img {
            position: absolute;
            right: 0;
            top: 5px
        }

        .employers-details-content .review .single-review .review-content h3 {
            font-size: 22px;
            margin-bottom: 10px
        }

        .employers-details-content .review .single-review .review-content span {
            margin-bottom: 15px;
            display: inline-block
        }

        .employers-details-content .review .single-review .review-content .rating {
            position: absolute;
            top: 20px;
            left: 0
        }

            .employers-details-content .review .single-review .review-content .rating i {
                color: #ffc107
            }

        .employers-details-content .review .single-review .review-content p {
            margin-bottom: 0
        }

.employers-details-content .add-review {
    margin-bottom: 40px
}

.employers-details-content .features-job .section-title {
    margin-bottom: 20px
}

.add-review {
    background-color: #f0f5f7;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 30px
}

    .add-review h3 {
        font-size: 22px;
        margin-bottom: 10px
    }

    .add-review span {
        margin-bottom: 10px;
        display: inline-block
    }

    .add-review .rating {
        margin-bottom: 20px
    }

        .add-review .rating i {
            color: #ffc107
        }

    .add-review .review-form .form-group {
        margin-bottom: 25px
    }

        .add-review .review-form .form-group .form-control {
            border: unset
        }

.dream-job-content .dream-job-title {
    margin-bottom: 25px
}

    .dream-job-content .dream-job-title h2 {
        font-size: 36px;
        margin-bottom: 15px
    }

.dream-job-content .job-features-list ul {
    padding-right: 0;
    margin-bottom: 0
}

    .dream-job-content .job-features-list ul li {
        padding-right: 55px;
        position: relative;
        list-style-type: none;
        margin-bottom: 20px;
        padding-left: 100px
    }

        .dream-job-content .job-features-list ul li .icon {
            font-size: 35px;
            color: #038f68;
            position: absolute;
            right: 0;
            top: 3px
        }

        .dream-job-content .job-features-list ul li h3 {
            font-size: 22px;
            margin-bottom: 8px
        }

        .dream-job-content .job-features-list ul li:last-child {
            margin-bottom: 0
        }

.dream-job-image {
    padding-right: 200px;
    padding-bottom: 130px;
    position: relative
}

    .dream-job-image .sm-img1 {
        height: 300px;
        width: 300px;
        position: absolute;
        bottom: 0;
        right: 70px
    }

        .dream-job-image .sm-img1 img {
            border-radius: 100%;
            border: 5px solid #fff
        }

    .dream-job-image .assisted-candidate {
        background-color: #fff;
        box-shadow: 0 6px 30px 5px rgb(33 34 38 / .05);
        position: absolute;
        top: -3px;
        right: -60px;
        z-index: 1;
        text-align: start;
        padding: 20px;
        padding-right: 85px;
        border-radius: 5px
    }

        .dream-job-image .assisted-candidate h3 {
            font-size: 16px;
            margin-bottom: 5px
        }

        .dream-job-image .assisted-candidate .icon {
            height: 45px;
            width: 45px;
            line-height: 40px;
            border-radius: 100%;
            text-align: center;
            background-color: rgb(248 24 21 / .1);
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%)
        }

    .dream-job-image .join-now {
        padding: 20px;
        padding-right: 80px;
        background-color: #fff;
        box-shadow: 0 6px 30px 5px rgb(33 34 38 / .05);
        border-radius: 5px;
        text-align: start;
        position: absolute;
        bottom: -200px;
        left: 0;
        z-index: 1
    }

        .dream-job-image .join-now h3 {
            font-size: 16px;
            margin-bottom: 5px
        }

        .dream-job-image .join-now span {
            display: inline-block;
            margin-bottom: 12px
        }

        .dream-job-image .join-now .default-btn {
            display: table;
            padding: 4px 15px;
            padding-bottom: 6px
        }

        .dream-job-image .join-now .sm-img {
            position: absolute;
            right: 20px;
            top: 30px
        }

    .dream-job-image .creative-agency {
        padding: 20px 50px;
        background-color: #fff;
        box-shadow: 0 6px 30px 5px rgb(33 34 38 / .05);
        border-radius: 5px;
        position: absolute;
        right: 20px;
        bottom: -130px;
        text-align: start;
        z-index: 1
    }

        .dream-job-image .creative-agency .icon {
            height: 45px;
            width: 45px;
            line-height: 48px;
            border-radius: 100%;
            background-color: #00b441;
            color: #fff;
            font-size: 24px;
            position: absolute;
            text-align: center;
            top: -20px;
            right: -20px
        }

        .dream-job-image .creative-agency h3 {
            font-size: 16px;
            margin-bottom: 5px
        }

.single-reviews-card {
    background-color: #fff;
    border-radius: 5px;
    padding: 35px;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 6px 30px 5px rgb(33 34 38 / .05)
}

    .single-reviews-card .ratings {
        margin-bottom: 20px
    }

        .single-reviews-card .ratings i {
            color: #ffc107;
            margin-left: 5px;
            font-size: 14px
        }

            .single-reviews-card .ratings i:last-child {
                margin-left: 0
            }

    .single-reviews-card p {
        margin-bottom: 20px
    }

    .single-reviews-card .clien-info h3 {
        font-size: 18px;
        margin-bottom: 8px
    }

    .single-reviews-card .quote {
        font-size: 55px;
        line-height: 1;
        position: absolute;
        color: rgb(113 245 201 / .87);
        left: 30px;
        bottom: 20px;
        transition: all ease 0.5s
    }

    .single-reviews-card.bu {
        box-shadow: unset
    }

    .single-reviews-card:hover .quote {
        color: rgb(25 103 210 / .3)
    }

    .single-reviews-card.style2 {
        background-color: #fff;
        box-shadow: 0 6px 30px 5px rgb(33 34 38 / .05);
        margin: 10px;
        margin-bottom: 30px
    }

        .single-reviews-card.style2 .quote {
            left: 40px;
            bottom: 35px
        }

.single-review-box {
    padding: 30px;
    background-color: #fff;
    border-radius: 5px
}

    .single-review-box .top-content {
        padding-right: 100px;
        position: relative;
        margin-bottom: 25px
    }

        .single-review-box .top-content .review-img {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%)
        }

        .single-review-box .top-content h3 {
            font-size: 18px;
            margin-bottom: 8px
        }

        .single-review-box .top-content span {
            display: inline-block;
            margin-bottom: 8px
        }

        .single-review-box .top-content .ratings i {
            color: #ffc107;
            font-size: 14px;
            margin-left: 5px
        }

            .single-review-box .top-content .ratings i:last-child {
                margin-left: 0
            }

    .single-review-box.style-2 {
        margin-bottom: 30px
    }

.reviews-slider.owl-theme .owl-nav .owl-prev, .reviews-slider.owl-theme .owl-nav .owl-next {
    left: 0;
    background-color: rgb(25 103 210 / .1);
    border: none;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 100%;
    transition: all ease 0.5s;
    font-size: 32px;
    color: #038f68
}

    .reviews-slider.owl-theme .owl-nav .owl-prev i, .reviews-slider.owl-theme .owl-nav .owl-next i {
        position: relative;
        top: 0;
        right: -15px
    }

    .reviews-slider.owl-theme .owl-nav .owl-prev.owl-next, .reviews-slider.owl-theme .owl-nav .owl-next.owl-next {
        top: 60px;
        left: 0;
        right: auto
    }

        .reviews-slider.owl-theme .owl-nav .owl-prev.owl-next i, .reviews-slider.owl-theme .owl-nav .owl-next.owl-next i {
            position: relative;
            left: -15px;
            right: auto;
            top: -1px
        }

    .reviews-slider.owl-theme .owl-nav .owl-prev:hover, .reviews-slider.owl-theme .owl-nav .owl-next:hover {
        background-color: #038f68
    }

.reviews-slider2.owl-theme .owl-nav .owl-prev, .reviews-slider2.owl-theme .owl-nav .owl-next {
    left: 0;
    background-color: #fff0;
    border: 1px solid #038f68;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 100%;
    transition: all ease 0.5s;
    font-size: 16px;
    color: #038f68;
    position: absolute;
    right: -70px;
    top: 50%;
    transform: translateY(-50%)
}

    .reviews-slider2.owl-theme .owl-nav .owl-prev i, .reviews-slider2.owl-theme .owl-nav .owl-next i {
        position: relative;
        top: 1px;
        right: 0
    }

    .reviews-slider2.owl-theme .owl-nav .owl-prev.owl-next, .reviews-slider2.owl-theme .owl-nav .owl-next.owl-next {
        left: -70px;
        right: auto
    }

        .reviews-slider2.owl-theme .owl-nav .owl-prev.owl-next i, .reviews-slider2.owl-theme .owl-nav .owl-next.owl-next i {
            position: relative;
            left: 0;
            right: auto;
            top: 1px
        }

    .reviews-slider2.owl-theme .owl-nav .owl-prev:hover, .reviews-slider2.owl-theme .owl-nav .owl-next:hover {
        background-color: #038f68;
        color: #fff;
        border-color: #038f68
    }

.reviews-slider3.owl-theme .owl-dots .owl-dot span {
    background: rgb(157 235 215 / .514)
}

.reviews-slider3.owl-theme .owl-dots .owl-dot.active span {
    background-color: #038f68
}

.single-pricing-card {
    padding: 40px;
    box-shadow: 0 6px 30px 5px rgb(33 34 38 / .05);
    border-radius: 5px;
    margin-bottom: 30px
}

    .single-pricing-card .pricing-top-content {
        margin-bottom: 40px;
        position: relative
    }

        .single-pricing-card .pricing-top-content::before {
            position: absolute;
            content: "";
            height: 1px;
            width: 240px;
            background-color: #eee;
            bottom: -15px
        }

        .single-pricing-card .pricing-top-content h3 {
            font-size: 30px;
            margin-bottom: 8px;
            position: relative;
            margin-top: -5px
        }

        .single-pricing-card .pricing-top-content h1 {
            font-size: 50px;
            color: #038f68;
            font-weight: 600
        }

            .single-pricing-card .pricing-top-content h1 span {
                font-size: 16px;
                font-weight: 400
            }

    .single-pricing-card .features-list {
        margin-bottom: 30px
    }

        .single-pricing-card .features-list ul {
            padding-right: 0;
            margin-bottom: 0
        }

            .single-pricing-card .features-list ul li {
                list-style-type: none;
                position: relative;
                padding-right: 20px;
                margin-bottom: 12px
            }

                .single-pricing-card .features-list ul li i {
                    position: absolute;
                    right: 0;
                    top: 3px;
                    color: #038f68
                }

                .single-pricing-card .features-list ul li:last-child {
                    margin-bottom: 0
                }

.single-company-card {
    padding: 25px;
    box-shadow: 0 6px 30px 5px rgb(33 34 38 / .05);
    border-radius: 5px;
    margin-bottom: 30px;
    transition: all ease 0.5s
}

    .single-company-card .company-content {
        padding-right: 85px;
        position: relative
    }

        .single-company-card .company-content .icon {
            height: 70px;
            width: 70px;
            line-height: 66px;
            background-color: #f0f5f7;
            border-radius: 100%;
            text-align: center;
            position: absolute;
            right: 0;
            top: 3px
        }

        .single-company-card .company-content h3 {
            font-size: 22px;
            margin-bottom: 10px
        }

            .single-company-card .company-content h3 a {
                color: #202124;
                transition: all ease 0.5s
            }

                .single-company-card .company-content h3 a:hover {
                    color: #038f68
                }

        .single-company-card .company-content span {
            display: inline-block;
            margin-bottom: 12px
        }

            .single-company-card .company-content span i {
                color: #038f68;
                font-size: 14px;
                position: relative;
                top: 1px
            }

        .single-company-card .company-content h4 {
            font-size: 18px
        }

    .single-company-card:hover {
        transform: translateY(-10px)
    }

.company-details .details-top-content h3 {
    font-size: 22px;
    margin-bottom: 15px
}

.company-details .details-top-content p {
    margin-bottom: 20px
}

.company-details .details-top-content .top-img {
    margin-bottom: 30px
}

.company-details .about-company {
    margin-bottom: 20px
}

    .company-details .about-company h3 {
        font-size: 22px;
        margin-bottom: 15px
    }

.company-details .gallery h3 {
    font-size: 22px;
    margin-bottom: 20px
}

.company-details .gallery .gallery-img {
    margin-bottom: 30px
}

.company-details .overview {
    margin-bottom: 30px
}

    .company-details .overview h3 {
        font-size: 22px;
        margin-bottom: 15px
    }

    .company-details .overview ul {
        padding-right: 0;
        margin-bottom: 0
    }

        .company-details .overview ul li {
            list-style-type: none;
            margin-bottom: 13px;
            position: relative;
            padding-right: 15px
        }

            .company-details .overview ul li::before {
                position: absolute;
                content: "";
                height: 8px;
                width: 8px;
                border-radius: 100%;
                background-color: #038f68;
                right: 0;
                top: 8px
            }

            .company-details .overview ul li:last-child {
                margin-bottom: 0
            }

.company-details .intro-video {
    margin-bottom: 30px
}

    .company-details .intro-video h3 {
        font-size: 22px;
        margin-bottom: 20px
    }

    .company-details .intro-video .video-content {
        position: relative
    }

        .company-details .intro-video .video-content .video-btn {
            position: absolute;
            text-align: center;
            right: 0;
            left: 0;
            top: 50%;
            transform: translateY(-50%)
        }

            .company-details .intro-video .video-content .video-btn a {
                display: inline-block;
                height: 65px;
                width: 65px;
                line-height: 70px;
                background-color: #fff;
                border-radius: 100%;
                transition: all ease 0.5s;
                position: relative
            }

                .company-details .intro-video .video-content .video-btn a i {
                    font-size: 30px;
                    position: relative;
                    right: 2px;
                    top: 2px;
                    transition: all ease 0.5s
                }

                .company-details .intro-video .video-content .video-btn a::before {
                    position: absolute;
                    content: "";
                    height: 72px;
                    width: 72px;
                    background-color: rgb(255 255 255 / .4);
                    top: -3px;
                    right: -3px;
                    border-radius: 100%;
                    -webkit-animation: ripple 2s infinite linear;
                    animation: ripple 2s infinite linear
                }

                .company-details .intro-video .video-content .video-btn a:hover {
                    background-color: #038f68
                }

                    .company-details .intro-video .video-content .video-btn a:hover i {
                        color: #fff
                    }

.company-details .related-jobs h3 {
    font-size: 22px;
    margin-bottom: 20px
}

.counter-area {
    position: relative;
    z-index: 1
}

    .counter-area::before {
        position: absolute;
        top: 30%;
        content: "";
        height: 180px;
        width: 100%;
        background-color: #e5f3ef;
        z-index: -1
    }

.counter-overly {
    background-color: #038f68;
    border-radius: 5px;
    padding: 60px 40px 30px 40px
}

.single-counter-item {
    position: relative;
    padding-right: 90px;
    margin-bottom: 30px
}

    .single-counter-item h1 {
        color: #fff;
        font-size: 36px;
        margin-bottom: 4px
    }

        .single-counter-item h1 span {
            font-family: "Vazirmatn RD FD",sans-serif;
            font-style: normal
        }

        .single-counter-item h1 .target {
            position: relative;
            top: 2px
        }

    .single-counter-item p {
        color: #fff
    }

    .single-counter-item .icon {
        font-size: 60px;
        color: #fff;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        line-height: 1
    }

        .single-counter-item .icon i {
            position: relative;
            top: 5px
        }

        .single-counter-item .icon::before {
            position: absolute;
            content: "";
            height: 40px;
            width: 40px;
            border-radius: 100%;
            background-color: #fff;
            opacity: .1;
            bottom: -10px;
            left: -10px
        }

    .single-counter-item.style-2 h1 {
        color: #202124
    }

    .single-counter-item.style-2 p {
        color: #666
    }

    .single-counter-item.style-2 .icon {
        color: #038f68
    }

        .single-counter-item.style-2 .icon::before {
            background-color: #038f68
        }

.col-lg-3 .single-counter-item {
    margin-right: 55px
}

.col-lg-3:first-child .single-counter-item {
    margin-right: 20px
}

.cv-content h2 {
    font-size: 36px;
    margin-bottom: 20px
}

.cv-content p {
    margin-bottom: 30px
}

.cv-content .cv-btn .video-btn {
    color: #666
}

    .cv-content .cv-btn .video-btn i {
        color: #202124;
        height: 45px;
        width: 45px;
        line-height: 45px;
        border-radius: 100%;
        background-color: #f0f5f7;
        text-align: center;
        font-size: 20px;
        position: relative;
        top: 3px;
        margin-left: 10px;
        padding-right: 2px;
        transition: all ease 0.5s
    }

        .cv-content .cv-btn .video-btn i:hover {
            color: #fff;
            background-color: #038f68
        }

.cv-content.style2 .cv-btn .video-btn i {
    background-color: #fff
}

    .cv-content.style2 .cv-btn .video-btn i:hover {
        color: #fff;
        background-color: #038f68
    }

.cv-img-area {
    position: relative
}

    .cv-img-area .cv-img-1 {
        margin-top: 30px
    }

    .cv-img-area .cv-img-2 {
        padding-right: 30px
    }

    .cv-img-area .inbox {
        position: absolute;
        background-color: #fff;
        box-shadow: 0 6px 30px 5px rgb(33 34 38 / .05);
        border-radius: 5px;
        padding: 15px;
        padding-right: 70px;
        bottom: 25px;
        left: 180px
    }

        .cv-img-area .inbox h3 {
            font-size: 16px;
            margin-bottom: 5px
        }

        .cv-img-area .inbox .icon {
            height: 40px;
            width: 40px;
            color: #f81815;
            text-align: center;
            line-height: 40px;
            border-radius: 100%;
            background-color: rgb(248 24 21 / .1);
            position: absolute;
            font-size: 20px;
            right: 15px;
            top: 50%;
            transform: translateY(-50%)
        }

.cv-img-area-style2 {
    padding-left: 120px;
    position: relative;
    padding-bottom: 20px
}

    .cv-img-area-style2 .candidate-content {
        width: 330px;
        padding: 30px;
        box-shadow: 0 6px 30px 5px rgb(33 34 38 / .05);
        border-radius: 5px;
        background-color: #fff;
        position: absolute;
        left: 20px;
        bottom: 0
    }

        .cv-img-area-style2 .candidate-content .candidate a {
            background-color: rgb(25 103 210 / .1);
            color: #038f68;
            display: inline-block;
            padding: 5px 12px;
            border-radius: 5px;
            margin-bottom: 15px;
            transition: all ease 0.5s
        }

            .cv-img-area-style2 .candidate-content .candidate a:hover {
                background-color: #038f68;
                color: #fff
            }

        .cv-img-area-style2 .candidate-content p {
            color: #202124;
            font-weight: 600;
            font-size: 18px
        }

        .cv-img-area-style2 .candidate-content .info h4 {
            font-size: 16px;
            margin-bottom: 5px
        }

    .cv-img-area-style2 img {
        border-radius: 10%
    }

.paginations {
    text-align: center
}

    .paginations ul {
        padding-right: 0;
        margin-bottom: 0
    }

        .paginations ul li {
            display: inline-block;
            padding-left: 7px
        }

            .paginations ul li a {
                text-align: center;
                height: 40px;
                width: 40px;
                line-height: 40px;
                border-radius: 100%;
                border: 1px solid #fff0;
                display: inline-block;
                transition: all ease 0.5s;
                color: #202124;
                font-size: 18px;
                box-shadow: 0 4px 20px rgb(32 33 36 / .1)
            }

                .paginations ul li a i {
                    position: relative;
                    top: -1px;
                    font-size: 16px
                }

                .paginations ul li a:hover {
                    background-color: #038f68;
                    color: #fff;
                    border: 1px solid #038f68
                }

                .paginations ul li a.active {
                    background-color: #038f68;
                    color: #fff;
                    border: 1px solid #038f68
                }

    .paginations.style2 ul li a {
        background-color: #fff
    }

        .paginations.style2 ul li a:hover {
            background-color: #038f68;
            color: #fff;
            border: 1px solid #038f68
        }

        .paginations.style2 ul li a.active {
            background-color: #038f68;
            color: #fff;
            border: 1px solid #038f68
        }

.partner-slider.owl-carousel .owl-item img {
    margin: auto;
    width: auto
}

.partner-title {
    text-align: center;
    margin-bottom: 50px
}

    .partner-title h3 {
        font-size: 18px
    }

.parner-logo img {
    opacity: .3;
    transition: all ease 0.5s
}

    .parner-logo img:hover {
        opacity: 1
    }

.job-location-card {
    position: relative;
    border-radius: 5
}

    .job-location-card img {
        border-radius: 5px
    }

    .job-location-card::before {
        position: absolute;
        content: "";
        background: linear-gradient(180deg,#fff0 79.17%,#202124 91.15%);
        height: 100%;
        width: 100%;
        right: 0;
        top: 0;
        border-radius: 5px;
        opacity: .7
    }

    .job-location-card span {
        position: absolute;
        color: #fff;
        background-color: #038f68;
        padding: 5px 10px;
        left: 10px;
        top: 10px;
        border-radius: 5px
    }

    .job-location-card h3 {
        position: absolute;
        bottom: 20px;
        right: 20px;
        margin-bottom: 0;
        font-size: 18px
    }

        .job-location-card h3 a {
            color: #fff;
            transition: all ease 0.5s
        }

            .job-location-card h3 a:hover {
                color: #038f68
            }

.job-location-box {
    position: relative;
    border-radius: 5px;
    margin-bottom: 30px
}

    .job-location-box::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        right: 0;
        top: 0;
        background-color: #202124;
        opacity: .6;
        border-radius: 5px
    }

    .job-location-box .job-img img {
        border-radius: 5px
    }

    .job-location-box .content {
        position: absolute;
        text-align: center;
        right: 0;
        left: 0;
        top: 55%;
        transform: translateY(-50%);
        transition: all ease 0.5s
    }

        .job-location-box .content h3 {
            font-size: 22px
        }

            .job-location-box .content h3 a {
                color: #fff
            }

        .job-location-box .content .open-job {
            transition: all ease 0.5s;
            opacity: 0;
            visibility: hidden;
            margin-top: 20px;
            position: relative;
            bottom: -30px
        }

            .job-location-box .content .open-job a {
                color: #fff;
                background-color: #038f68;
                padding: 5px 10px;
                border-radius: 5px;
                transition: all ease 0.5s
            }

                .job-location-box .content .open-job a:hover {
                    background-color: #202124
                }

    .job-location-box:hover .content {
        top: 50%
    }

        .job-location-box:hover .content .open-job {
            opacity: 1;
            visibility: visible;
            bottom: 0
        }

.job-location-slider.owl-theme .owl-nav .owl-prev, .job-location-slider.owl-theme .owl-nav .owl-next {
    left: 0;
    background-color: rgb(25 103 210 / .1);
    border: none;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 100%;
    transition: all ease 0.5s;
    font-size: 32px;
    color: #038f68;
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%)
}

    .job-location-slider.owl-theme .owl-nav .owl-prev i, .job-location-slider.owl-theme .owl-nav .owl-next i {
        position: relative;
        top: -1px;
        right: -15px
    }

    .job-location-slider.owl-theme .owl-nav .owl-prev.owl-next, .job-location-slider.owl-theme .owl-nav .owl-next.owl-next {
        left: -60px;
        right: auto
    }

        .job-location-slider.owl-theme .owl-nav .owl-prev.owl-next i, .job-location-slider.owl-theme .owl-nav .owl-next.owl-next i {
            position: relative;
            left: -15px;
            right: auto;
            top: -1px
        }

    .job-location-slider.owl-theme .owl-nav .owl-prev:hover, .job-location-slider.owl-theme .owl-nav .owl-next:hover {
        background-color: #038f68;
        color: #202124
    }

.job-location-slider2.owl-theme .owl-dots .owl-dot span {
    background: rgb(25 103 210 / .5)
}

.job-location-slider2.owl-theme .owl-dots .owl-dot.active span {
    background-color: #038f68
}

.search-job-top-content {
    margin-bottom: 35px
}

    .search-job-top-content .shoing-content {
        font-weight: 600;
        color: #202124
    }

    .search-job-top-content .shorting-content {
        position: relative;
        margin-right: -50px
    }

        .search-job-top-content .shorting-content .form-control {
            background-color: #f0f5f7;
            border: unset
        }

.post-job-content1 {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 3px 3px 3px #e0e0e0
}

    .post-job-content1 .information-form .form-group {
        margin-bottom: 20px
    }

.backbg3 {
    background: #f7f6f2
}

.post-job-content {
    background-color: #eae9e5;
    padding: 40px;
    border-radius: 5px
}

    .post-job-content .information-form {
        margin-bottom: 10px
    }

        .post-job-content .information-form h3 {
            font-size: 22px;
            margin-bottom: 20px
        }

        .post-job-content .information-form .form-group {
            margin-bottom: 25px
        }

            .post-job-content .information-form .form-group .form-control {
                border: unset
            }

    .post-job-content .some-info {
        margin-bottom: 25px
    }

        .post-job-content .some-info ul {
            padding-right: 0;
            margin-bottom: 0
        }

            .post-job-content .some-info ul li {
                list-style-type: none;
                margin-bottom: 12px
            }

                .post-job-content .some-info ul li .choose-file {
                    position: relative;
                    padding-right: 120px
                }

                    .post-job-content .some-info ul li .choose-file label {
                        display: inline-block;
                        background-color: #3aca65;
                        padding: 5px 12px;
                        border-radius: 5px;
                        cursor: pointer
                    }

                    .post-job-content .some-info ul li .choose-file span {
                        position: absolute;
                        right: 0;
                        top: 50%;
                        transform: translateY(-50%)
                    }

                .post-job-content .some-info ul li:last-child {
                    margin-bottom: 0
                }

    .post-job-content .requre-information h3 {
        font-size: 22px;
        margin-bottom: 20px
    }

    .post-job-content .requre-information .form-group {
        margin-bottom: 25px
    }

        .post-job-content .requre-information .form-group .form-check {
            padding-right: 24px
        }

        .post-job-content .requre-information .form-group .form-control {
            border: unset
        }

.job-listing-search-form {
    background-color: #f0f5f7;
    border-radius: 5px;
    margin-bottom: 30px
}

    .job-listing-search-form .form-group {
        position: relative
    }

        .job-listing-search-form .form-group .form-control {
            border: unset;
            height: 65px;
            padding-right: 55px;
            background-color: #f0f5f7
        }

        .job-listing-search-form .form-group .form-select {
            cursor: pointer
        }

        .job-listing-search-form .form-group i {
            position: absolute;
            top: 23px;
            right: 30px
        }

        .job-listing-search-form .form-group::before {
            position: absolute;
            content: "";
            height: 30px;
            width: 1px;
            background-color: rgb(102 102 102 / .2);
            left: 0;
            top: 50%;
            transform: translateY(-50%)
        }

        .job-listing-search-form .form-group.style::before {
            display: none
        }

    .job-listing-search-form .search-btn {
        text-align: end
    }

        .job-listing-search-form .search-btn .default-btn {
            padding: 20px 55px
        }

.freelancer-top-content .browse-btn {
    text-align: end;
    margin-bottom: 40px
}

    .freelancer-top-content .browse-btn a {
        color: #038f68;
        padding-bottom: 3px;
        font-weight: 600;
        border-bottom: 1px solid #038f68
    }

.single-freelancer-card {
    padding: 25px;
    box-shadow: 0 6px 30px 5px rgb(33 34 38 / .05);
    border-radius: 5px;
    margin-bottom: 30px
}

    .single-freelancer-card .freelancer-img {
        position: relative;
        margin-left: -20px
    }

    .single-freelancer-card img {
        border-radius: 5px
    }

    .single-freelancer-card .freelancer-content {
        padding-right: 15px
    }

        .single-freelancer-card .freelancer-content h3 {
            font-size: 18px;
            transition: all ease 0.5s;
            white-space: nowrap
        }

            .single-freelancer-card .freelancer-content h3:hover {
                color: #038f68
            }

        .single-freelancer-card .freelancer-content span {
            display: inline-block;
            margin-bottom: 8px;
            font-size: 14px
        }

        .single-freelancer-card .freelancer-content .ratings {
            margin-bottom: 8px
        }

            .single-freelancer-card .freelancer-content .ratings i {
                color: #ffc107;
                font-size: 13px
            }

        .single-freelancer-card .freelancer-content .info ul {
            padding-right: 0;
            margin-bottom: 0;
            white-space: nowrap
        }

            .single-freelancer-card .freelancer-content .info ul li {
                display: inline-block;
                position: relative;
                padding-right: 18px;
                margin-left: 15px;
                font-size: 14px;
                color: #666
            }

                .single-freelancer-card .freelancer-content .info ul li:last-child {
                    margin-left: 0
                }

                .single-freelancer-card .freelancer-content .info ul li i {
                    color: #038f68;
                    position: absolute;
                    right: 0;
                    top: 2px;
                    font-size: 14px
                }

.single-freelancer-box {
    padding: 10px;
    box-shadow: 0 6px 30px 5px rgb(33 34 38 / .05);
    border-radius: 10px;
    margin-bottom: 30px
}

    .single-freelancer-box .freelancer-img {
        overflow: hidden;
        border-radius: 5px;
        transition: all ease 0.5s
    }

        .single-freelancer-box .freelancer-img img {
            overflow: hidden;
            border-radius: 5px;
            transition: all ease 0.5s
        }

    .single-freelancer-box .freelancers-content {
        padding: 25px 20px 20px 20px
    }

        .single-freelancer-box .freelancers-content h3 {
            font-size: 18px;
            margin-bottom: 10px
        }

            .single-freelancer-box .freelancers-content h3 a {
                color: #202124;
                transition: all ease 0.5s
            }

                .single-freelancer-box .freelancers-content h3 a:hover {
                    color: #038f68
                }

        .single-freelancer-box .freelancers-content span {
            display: inline-block;
            margin-bottom: 12px
        }

        .single-freelancer-box .freelancers-content .info-list ul {
            padding-right: 0;
            margin-bottom: 0
        }

            .single-freelancer-box .freelancers-content .info-list ul li {
                display: inline-block;
                margin-left: 8px;
                position: relative;
                padding-right: 18px;
                font-size: 14px
            }

                .single-freelancer-box .freelancers-content .info-list ul li i {
                    position: absolute;
                    right: 0;
                    top: 2px;
                    color: #038f68;
                    font-size: 13px
                }

                    .single-freelancer-box .freelancers-content .info-list ul li i.color {
                        color: #ffc107
                    }

                .single-freelancer-box .freelancers-content .info-list ul li:last-child {
                    margin-left: 0
                }

    .single-freelancer-box:hover .freelancer-img img {
        transform: scale(1.03)
    }

.freelancer-details-content .freelancer-top-content {
    margin-bottom: 30px
}

    .freelancer-details-content .freelancer-top-content .single-freelancer-card {
        padding: 0;
        box-shadow: unset;
        margin-bottom: 0
    }

    .freelancer-details-content .freelancer-top-content .download-btn {
        text-align: end
    }

.freelancer-details-content .about-content h3 {
    font-size: 22px;
    margin-bottom: 15px
}

.freelancer-details-content .about-content p {
    margin-bottom: 15px
}

.freelancer-details-content .works-experience h3 {
    font-size: 22px;
    margin-bottom: 15px
}

.freelancer-details-content .works-experience ul {
    padding-right: 0;
    margin-bottom: 0
}

    .freelancer-details-content .works-experience ul li {
        list-style-type: none;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgb(32 33 36 / .08)
    }

        .freelancer-details-content .works-experience ul li p span {
            color: #038f68;
            display: inline-block;
            padding-left: 20px;
            margin-bottom: 8px
        }

        .freelancer-details-content .works-experience ul li h4 {
            font-size: 18px;
            margin-bottom: 15px
        }

.freelancer-details-content .education {
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgb(32 33 36 / .08)
}

    .freelancer-details-content .education h3 {
        font-size: 22px;
        margin-bottom: 15px
    }

    .freelancer-details-content .education ul {
        padding-right: 0;
        margin-bottom: 0
    }

        .freelancer-details-content .education ul li {
            list-style-type: none;
            margin-bottom: 25px
        }

            .freelancer-details-content .education ul li span {
                color: #038f68;
                display: inline-block;
                padding-left: 20px;
                margin-bottom: 8px
            }

            .freelancer-details-content .education ul li h4 {
                font-size: 18px;
                margin-bottom: 15px
            }

            .freelancer-details-content .education ul li:last-child {
                margin-bottom: 0
            }

.skill-content {
    margin-bottom: 30px
}

    .skill-content h2 {
        font-size: 22px;
        margin-bottom: 20px
    }

    .skill-content .skills {
        position: relative
    }

        .skill-content .skills .skill-item {
            position: relative;
            margin-bottom: 20px
        }

            .skill-content .skills .skill-item .skill-header {
                position: relative;
                margin-bottom: 10px
            }

                .skill-content .skills .skill-item .skill-header .skill-title {
                    font-size: 16px;
                    margin-bottom: 0
                }

                .skill-content .skills .skill-item .skill-header .skill-percentage {
                    position: absolute;
                    left: 0;
                    top: 4px;
                    font-size: 16px;
                    font-weight: 500;
                    color: #202124
                }

            .skill-content .skills .skill-item:last-child {
                margin-bottom: 0
            }

            .skill-content .skills .skill-item .skill-bar {
                position: relative;
                width: 100%
            }

                .skill-content .skills .skill-item .skill-bar .bar-inner {
                    position: relative;
                    width: 100%;
                    border-bottom: 3px solid rgb(25 103 210 / .1);
                    border-radius: 30px
                }

                    .skill-content .skills .skill-item .skill-bar .bar-inner .bar {
                        position: absolute;
                        right: 0;
                        top: 0;
                        width: 0;
                        height: 3px;
                        background: #038f68;
                        transition: all 2000ms ease;
                        border-radius: 10px
                    }

                        .skill-content .skills .skill-item .skill-bar .bar-inner .bar::before {
                            position: absolute;
                            content: "";
                            height: 10px;
                            width: 10px;
                            border-radius: 100%;
                            top: -3px;
                            left: -1px;
                            background-color: #038f68
                        }

.candidates-details-content .about-content h3 {
    font-size: 22px;
    margin-bottom: 15px
}

.candidates-details-content .about-content p {
    margin-bottom: 15px
}

.candidates-details-content .works-experience h3 {
    font-size: 22px;
    margin-bottom: 15px
}

.candidates-details-content .works-experience ul {
    padding-right: 0;
    margin-bottom: 0
}

    .candidates-details-content .works-experience ul li {
        list-style-type: none;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgb(32 33 36 / .08)
    }

        .candidates-details-content .works-experience ul li p span {
            color: #038f68;
            display: inline-block;
            padding-left: 20px;
            margin-bottom: 8px
        }

        .candidates-details-content .works-experience ul li h4 {
            font-size: 18px;
            margin-bottom: 15px
        }

.candidates-details-content .education {
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgb(32 33 36 / .08)
}

    .candidates-details-content .education h3 {
        font-size: 22px;
        margin-bottom: 15px
    }

    .candidates-details-content .education ul {
        padding-right: 0;
        margin-bottom: 0
    }

        .candidates-details-content .education ul li {
            list-style-type: none;
            margin-bottom: 25px
        }

            .candidates-details-content .education ul li span {
                color: #038f68;
                display: inline-block;
                padding-left: 20px;
                margin-bottom: 8px
            }

            .candidates-details-content .education ul li h4 {
                font-size: 18px;
                margin-bottom: 15px
            }

            .candidates-details-content .education ul li:last-child {
                margin-bottom: 0
            }

.candidates-details-content .portfolio h3 {
    font-size: 22px;
    margin-bottom: 20px
}

.candidates-details-content .portfolio .gallery-img {
    margin-bottom: 30px
}

.candidates-details-banner-area {
    padding-top: 100px;
    padding-bottom: 100px
}

.candidates-details-left-content {
    padding-right: 190px;
    position: relative
}

    .candidates-details-left-content .candidates-img {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

        .candidates-details-left-content .candidates-img img {
            border-radius: 100%;
            border: 5px solid #fff;
            height: 170px;
            width: 170px
        }

    .candidates-details-left-content h3 {
        font-size: 22px;
        margin-bottom: 10px
    }

    .candidates-details-left-content .info ul {
        padding-right: 0;
        margin-bottom: 0
    }

        .candidates-details-left-content .info ul li {
            display: inline-block;
            padding-right: 20px;
            position: relative;
            margin-left: 15px
        }

            .candidates-details-left-content .info ul li i {
                position: absolute;
                right: 0;
                top: 4px;
                font-size: 14px;
                color: #038f68
            }

            .candidates-details-left-content .info ul li a {
                color: #666;
                transition: all ease 0.5s
            }

                .candidates-details-left-content .info ul li a:hover {
                    color: #038f68
                }

.candidates-share-content {
    text-align: end
}

    .candidates-share-content ul {
        padding-right: 0;
        margin-bottom: 0
    }

        .candidates-share-content ul li {
            display: inline-block;
            margin-left: 7px
        }

            .candidates-share-content ul li:last-child {
                margin-left: 0
            }

            .candidates-share-content ul li span {
                font-weight: 500
            }

                .candidates-share-content ul li span i {
                    padding-left: 7px;
                    display: inline-block;
                    font-size: 14px
                }

            .candidates-share-content ul li a {
                height: 35px;
                width: 35px;
                line-height: 35px;
                border-radius: 100%;
                display: inline-block;
                text-align: center;
                background-color: #fff;
                color: #038f68;
                transition: all ease 0.5s
            }

                .candidates-share-content ul li a:hover {
                    background-color: #038f68;
                    color: #fff
                }

.sidebarppp {
    position: sticky !important;
    top: 70px
}

.imgemy1 apc {
    color: #fff;
    background: #00724f;
    font-size: 10px;
    padding: 8px;
    border-radius: 5px;
    white-space: nowrap
}

.single-sidebar-widget {
    padding: 30px;
    background-color: #f7f6f2;
    border-radius: 5px;
    margin-bottom: 15px
}

    .single-sidebar-widget h3 {
        font-size: 22px;
        margin-bottom: 20px
    }

    .single-sidebar-widget.job-overview ul {
        padding-right: 0;
        margin-bottom: 0
    }

        .single-sidebar-widget.job-overview ul li {
            list-style-type: none;
            margin-bottom: 12px;
            position: relative;
            text-align: end
        }

            .single-sidebar-widget.job-overview ul li span {
                font-weight: 600;
                color: #202124;
                position: absolute;
                right: 0
            }

            .single-sidebar-widget.job-overview ul li:last-child {
                margin-bottom: 0
            }

    .single-sidebar-widget.owner-info ul {
        padding-right: 0;
        margin-bottom: 22px
    }

        .single-sidebar-widget.owner-info ul li {
            list-style-type: none;
            margin-bottom: 12px;
            position: relative;
            text-align: end
        }

            .single-sidebar-widget.owner-info ul li span {
                font-weight: 600;
                color: #202124;
                position: absolute;
                right: 0
            }

            .single-sidebar-widget.owner-info ul li a {
                color: #666;
                transition: all ease 0.5s
            }

                .single-sidebar-widget.owner-info ul li a:hover {
                    color: #038f68
                }

            .single-sidebar-widget.owner-info ul li:last-child {
                margin-bottom: 0
            }

    .single-sidebar-widget.owner-info .default-btn {
        width: 100%
    }

    .single-sidebar-widget.company-overview ul {
        padding-right: 0;
        margin-bottom: 25px
    }

        .single-sidebar-widget.company-overview ul li {
            list-style-type: none;
            margin-bottom: 12px;
            position: relative;
            text-align: end
        }

            .single-sidebar-widget.company-overview ul li span {
                font-weight: 600;
                color: #202124;
                position: absolute;
                right: 0
            }

            .single-sidebar-widget.company-overview ul li a {
                color: #666;
                transition: all ease 0.5s
            }

                .single-sidebar-widget.company-overview ul li a:hover {
                    color: #038f68
                }

            .single-sidebar-widget.company-overview ul li:last-child {
                margin-bottom: 0
            }

            .single-sidebar-widget.company-overview ul li .social-content a {
                height: 30px;
                width: 30px;
                line-height: 35px;
                border-radius: 100%;
                text-align: center;
                background-color: rgb(25 103 210 / .1);
                display: inline-block;
                color: #038f68;
                font-size: 14px;
                transition: all ease 0.5s;
                margin-left: 4px
            }

                .single-sidebar-widget.company-overview ul li .social-content a:last-child {
                    margin-left: 0
                }

                .single-sidebar-widget.company-overview ul li .social-content a:hover {
                    color: #fff;
                    background-color: #038f68
                }

    .single-sidebar-widget.company-overview .default-btn {
        width: 100%
    }

    .single-sidebar-widget.location .map-content iframe {
        height: 230px;
        width: 100%
    }

    .single-sidebar-widget.location.style2 .map-content {
        margin-bottom: 25px
    }

    .single-sidebar-widget.location.style2 ul {
        padding-right: 0;
        margin-bottom: 0
    }

        .single-sidebar-widget.location.style2 ul li {
            list-style-type: none;
            margin-bottom: 12px;
            position: relative;
            text-align: end
        }

            .single-sidebar-widget.location.style2 ul li span {
                font-weight: 600;
                color: #202124;
                position: absolute;
                right: 0
            }

            .single-sidebar-widget.location.style2 ul li a {
                color: #666;
                transition: all ease 0.5s
            }

                .single-sidebar-widget.location.style2 ul li a:hover {
                    color: #038f68
                }

            .single-sidebar-widget.location.style2 ul li:last-child {
                margin-bottom: 0
            }

    .single-sidebar-widget.search-bar .form-group {
        position: relative
    }

        .single-sidebar-widget.search-bar .form-group .form-control {
            border: unset
        }

        .single-sidebar-widget.search-bar .form-group .default-btn {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            padding: 10px;
            border-radius: 5px 0 0 5px
        }

            .single-sidebar-widget.search-bar .form-group .default-btn i {
                font-size: 20px;
                position: relative;
                top: 2px;
                left: 2px
            }

    .single-sidebar-widget.widget-peru-posts-thumb {
        position: relative;
        overflow: hidden
    }

        .single-sidebar-widget.widget-peru-posts-thumb h3 {
            padding-bottom: 10px;
            margin-bottom: 30px;
            border-bottom: 1px solid #038f68
        }

        .single-sidebar-widget.widget-peru-posts-thumb .item {
            overflow: hidden;
            margin-bottom: 10px;
            padding-bottom: 10px
        }

            .single-sidebar-widget.widget-peru-posts-thumb .item:last-child {
                margin-bottom: 0;
                border-bottom: none;
                padding-bottom: 0
            }

            .single-sidebar-widget.widget-peru-posts-thumb .item .thumb {
                float: right;
                height: 75px;
                overflow: hidden;
                position: relative;
                width: 75px;
                margin-left: 15px;
                border-radius: 7px
            }

                .single-sidebar-widget.widget-peru-posts-thumb .item .thumb .fullimage {
                    width: 75px;
                    height: 75px;
                    display: inline-block;
                    background-size: cover !important;
                    background-repeat: no-repeat;
                    background-position: center center !important;
                    position: relative;
                    background-color: #202124
                }

                    .single-sidebar-widget.widget-peru-posts-thumb .item .thumb .fullimage.bg1 {
                        background-image: url(../../assets/images/blog/blog-img-7.jpg)
                    }

                    .single-sidebar-widget.widget-peru-posts-thumb .item .thumb .fullimage.bg2 {
                        background-image: url(../../assets/images/blog/blog-img-2.jpg)
                    }

                    .single-sidebar-widget.widget-peru-posts-thumb .item .thumb .fullimage.bg3 {
                        background-image: url(../../assets/images/blog/blog-img-12.jpg)
                    }

            .single-sidebar-widget.widget-peru-posts-thumb .item .info {
                overflow: hidden
            }

                .single-sidebar-widget.widget-peru-posts-thumb .item .info span {
                    display: block;
                    color: #666;
                    text-transform: uppercase;
                    margin-top: 0;
                    margin-bottom: 5px;
                    font-size: 12px;
                    font-weight: 500
                }

                .single-sidebar-widget.widget-peru-posts-thumb .item .info .title {
                    margin-bottom: 0;
                    margin-top: 5px;
                    line-height: 1.4;
                    font-size: 16px;
                    font-weight: 700
                }

                    .single-sidebar-widget.widget-peru-posts-thumb .item .info .title a {
                        display: inline-block;
                        color: #202124;
                        transition: all ease 0.5s
                    }

                        .single-sidebar-widget.widget-peru-posts-thumb .item .info .title a:hover {
                            color: #038f68
                        }

    .single-sidebar-widget.categories h3 {
        padding-bottom: 10px;
        margin-bottom: 30px;
        border-bottom: 1px solid #038f68
    }

    .single-sidebar-widget.categories ul {
        padding-right: 0;
        margin-bottom: 0
    }

        .single-sidebar-widget.categories ul li {
            list-style-type: none;
            margin-bottom: 12px;
            position: relative;
            padding-right: 18px
        }

            .single-sidebar-widget.categories ul li::before {
                position: absolute;
                content: "";
                height: 8px;
                width: 8px;
                background-color: #038f68;
                right: 0;
                top: 8px
            }

            .single-sidebar-widget.categories ul li a {
                color: #666;
                transition: all ease 0.5s
            }

                .single-sidebar-widget.categories ul li a:hover {
                    color: #038f68
                }

            .single-sidebar-widget.categories ul li:last-child {
                margin-bottom: 0
            }

    .single-sidebar-widget.tags {
        padding-bottom: 20px
    }

        .single-sidebar-widget.tags h3 {
            padding-bottom: 10px;
            margin-bottom: 30px;
            border-bottom: 1px solid #038f68
        }

        .single-sidebar-widget.tags a {
            background-color: #fff;
            padding: 8px 18px;
            display: inline-block;
            margin-left: 7px;
            margin-bottom: 10px;
            color: #666;
            transition: all ease 0.5s;
            border-radius: 5px
        }

            .single-sidebar-widget.tags a:hover {
                background-color: #038f68;
                color: #fff
            }

    .single-sidebar-widget.job-alert h3 {
        margin-bottom: 18px
    }

    .single-sidebar-widget.job-alert p {
        margin-bottom: 20px;
        font-weight: 500;
        padding-left: 20px
    }

    .single-sidebar-widget.job-alert .form-group {
        margin-bottom: 25px
    }

        .single-sidebar-widget.job-alert .form-group .form-control {
            border: unset
        }

    .single-sidebar-widget.job-alert.style2 .default-btn {
        width: 100%
    }

    .single-sidebar-widget.range ul {
        padding-right: 0;
        margin-bottom: 0
    }

        .single-sidebar-widget.range ul li {
            list-style-type: none;
            margin-bottom: 15px;
            position: relative;
            padding-right: 20px;
            transition: all ease 0.5s
        }

            .single-sidebar-widget.range ul li::before {
                position: absolute;
                content: "";
                height: 8px;
                width: 8px;
                border-radius: 100%;
                background-color: #038f68;
                right: 0;
                top: 9px
            }

            .single-sidebar-widget.range ul li:last-child {
                margin-bottom: 0
            }

            .single-sidebar-widget.range ul li a {
                color: #666;
                transition: all ease 0.5s
            }

            .single-sidebar-widget.range ul li span {
                position: absolute;
                left: 0;
                height: 30px;
                width: 30px;
                line-height: 30px;
                border-radius: 100%;
                text-align: center;
                color: #038f68;
                background-color: rgb(25 103 210 / .1);
                transition: all ease 0.5s
            }

            .single-sidebar-widget.range ul li:hover a {
                color: #038f68
            }

            .single-sidebar-widget.range ul li:hover span {
                background-color: #038f68;
                color: #fff
            }

    .single-sidebar-widget.keyword .form-group .form-control {
        border: unset
    }

    .single-sidebar-widget.location-style2 .form-control {
        border: unset;
        margin-bottom: 18px
    }

    .single-sidebar-widget.location-style2 p {
        margin-bottom: 18px
    }

    .single-sidebar-widget.location-style2 .range-slider-area {
        position: relative;
        min-height: 75px;
        padding-top: 10px
    }

        .single-sidebar-widget.location-style2 .range-slider-area .ui-widget.ui-widget-content {
            height: 5px;
            border: none;
            margin-bottom: 20px;
            border-radius: 30px;
            background: rgb(25 103 210 / .2)
        }

        .single-sidebar-widget.location-style2 .range-slider-area .ui-slider .ui-slider-range {
            top: 0;
            height: 5px;
            background: #038f68
        }

        .single-sidebar-widget.location-style2 .range-slider-area .ui-state-default .ui-state-default, .single-sidebar-widget.location-style2 .range-slider-area .ui-widget-content .ui-state-default {
            position: absolute;
            top: 4px;
            width: 17px;
            height: 17px;
            background: #fff;
            border: 1px solid #038f68;
            box-sizing: border-box;
            border-radius: 20px;
            cursor: pointer;
            outline: none;
            box-shadow: none
        }

        .single-sidebar-widget.location-style2 .range-slider-area .input-outer {
            display: flex;
            justify-content: center
        }

        .single-sidebar-widget.location-style2 .range-slider-area .amount-outer {
            position: relative;
            display: flex;
            align-items: center;
            min-width: 70px;
            padding: 0 18px;
            height: 30px;
            top: 8px;
            text-align: center;
            background: rgb(25 103 210 / .2);
            border-radius: 5px;
            font-size: 14px;
            font-weight: 500;
            line-height: 19px;
            color: #038f68
        }

            .single-sidebar-widget.location-style2 .range-slider-area .amount-outer .area-amount {
                margin-left: 7px
            }

        .single-sidebar-widget.location-style2 .range-slider-area .amount {
            margin-left: 5px
        }

        .single-sidebar-widget.location-style2 .range-slider-area .ui-state-default:last-child .ui-state-default, .single-sidebar-widget.location-style2 .range-slider-area .ui-state-default .salary-range .ui-state-default {
            display: block !important
        }

        .single-sidebar-widget.location-style2 .range-slider-area .okm {
            background-color: rgb(25 103 210 / .2);
            padding: 5px 10px;
            position: absolute;
            right: 0;
            bottom: 0;
            color: #038f68;
            font-size: 14px;
            font-weight: 500;
            border-radius: 5px
        }

    .single-sidebar-widget.candidate-side-widget ul {
        padding-right: 0;
        margin-bottom: 0
    }

        .single-sidebar-widget.candidate-side-widget ul li {
            list-style-type: none;
            padding-right: 18px;
            position: relative;
            margin-bottom: 12px
        }

            .single-sidebar-widget.candidate-side-widget ul li::before {
                position: absolute;
                content: "";
                height: 8px;
                width: 8px;
                border-radius: 100%;
                background-color: rgb(25 103 210 / .3);
                right: 0;
                top: 7px;
                transition: all ease 0.5s
            }

            .single-sidebar-widget.candidate-side-widget ul li:hover::before {
                background-color: #038f68
            }

            .single-sidebar-widget.candidate-side-widget ul li a {
                color: #666
            }

            .single-sidebar-widget.candidate-side-widget ul li:last-child {
                margin-bottom: 0
            }

    .single-sidebar-widget.download .default-btn {
        margin-bottom: 25px;
        width: 100%
    }

        .single-sidebar-widget.download .default-btn.btn2 {
            margin-bottom: 0;
            background-color: #fff;
            color: #202124
        }

            .single-sidebar-widget.download .default-btn.btn2:hover {
                color: #fff
            }

.single-team-card {
    padding: 10px;
    box-shadow: 0 6px 30px 5px rgb(33 34 38 / .05);
    border-radius: 5px;
    margin-bottom: 30px
}

    .single-team-card .team-img {
        transition: all ease 0.5s;
        overflow: hidden
    }

        .single-team-card .team-img img {
            border-radius: 5px;
            transition: all ease 0.5s;
            overflow: hidden
        }

    .single-team-card .team-content {
        padding: 15px 10px 10px 10px
    }

        .single-team-card .team-content h3 {
            font-size: 18px;
            margin-bottom: 10px
        }

        .single-team-card .team-content .social-content .social-control {
            position: relative;
            transition: all ease 0.5s;
            text-align: end;
            top: 4px;
            left: 10px;
            height: 40px;
            width: 40px;
            line-height: 40px;
            border-radius: 100%;
            background-color: rgb(25 103 210 / .1);
            transition: all ease 0.5s
        }

            .single-team-card .team-content .social-content .social-control:hover {
                background-color: #038f68;
                color: #fff
            }

            .single-team-card .team-content .social-content .social-control .icon {
                text-align: center
            }

            .single-team-card .team-content .social-content .social-control .social-icon {
                position: absolute;
                left: 0;
                bottom: 40px
            }

                .single-team-card .team-content .social-content .social-control .social-icon ul {
                    padding-right: 0;
                    margin-bottom: 0
                }

                    .single-team-card .team-content .social-content .social-control .social-icon ul li {
                        margin-bottom: 8px;
                        list-style-type: none;
                        transform: translateY(30px);
                        transition: all 0.3s ease-in-out 0s;
                        opacity: 0;
                        visibility: hidden
                    }

                        .single-team-card .team-content .social-content .social-control .social-icon ul li:nth-child(1) {
                            transition-delay: 0.2s
                        }

                        .single-team-card .team-content .social-content .social-control .social-icon ul li:nth-child(2) {
                            transition-delay: 0.3s
                        }

                        .single-team-card .team-content .social-content .social-control .social-icon ul li:nth-child(3) {
                            transition-delay: 0.4s
                        }

                        .single-team-card .team-content .social-content .social-control .social-icon ul li:nth-child(4) {
                            transition-delay: 0.5s
                        }

                        .single-team-card .team-content .social-content .social-control .social-icon ul li a {
                            color: #038f68;
                            height: 40px;
                            background-color: #fff;
                            box-shadow: 0 6px 30px 5px rgb(33 34 38 / .05);
                            width: 40px;
                            line-height: 45px;
                            border: 1px solid rgb(255 255 255 / .2);
                            border-radius: 100%;
                            display: inline-block;
                            text-align: center;
                            transition: all ease 0.5s
                        }

                            .single-team-card .team-content .social-content .social-control .social-icon ul li a:hover {
                                background-color: #038f68;
                                color: #fff;
                                border-color: #038f68
                            }

            .single-team-card .team-content .social-content .social-control:hover .social-icon ul li {
                transform: translateY(0);
                opacity: 1;
                visibility: visible
            }

    .single-team-card:hover .team-img img {
        transform: scale(1.03)
    }

.download-image {
    position: relative;
    text-align: center;
    z-index: 1;
    margin-right: 60px
}

    .download-image .shape {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        left: 0;
        z-index: -1
    }

.download-content h2 {
    font-size: 36px;
    margin-bottom: 20px
}

.download-content p {
    margin-bottom: 20px
}

.download-content h3 {
    font-size: 18px;
    margin-bottom: 30px
}

.download-content .download-btn ul {
    padding-right: 0;
    margin-bottom: 0
}

    .download-content .download-btn ul li {
        display: inline-block;
        margin-left: 20px
    }

        .download-content .download-btn ul li:last-child {
            margin-left: 0
        }

.faq-img {
    padding-left: 40px
}

.faq-accordion .faq-title span {
    color: #038f68;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500
}

.faq-accordion .faq-title h2 {
    font-size: 36px;
    margin-bottom: 30px
}

.faq-accordion .accordion .accordion-item {
    display: block;
    margin-bottom: 30px;
    border: none;
    border-radius: 7px
}

    .faq-accordion .accordion .accordion-item:last-child {
        margin-bottom: 0
    }

.faq-accordion .accordion .accordion-title {
    position: relative;
    display: block;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    cursor: pointer;
    padding-right: 60px;
    transition: all ease 0.5s
}

    .faq-accordion .accordion .accordion-title i {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        color: #666;
        text-align: center;
        height: 40px;
        width: 40px;
        line-height: 40px;
        border-radius: 100%;
        background-color: #fff;
        box-shadow: 0 6px 30px 5px rgb(33 34 38 / .05);
        font-size: 16px;
        transition: all ease 0.5s
    }

    .faq-accordion .accordion .accordion-title.active i {
        background-color: #038f68
    }

        .faq-accordion .accordion .accordion-title.active i::before {
            content: "\f068";
            color: #fff;
            font-family: "Font Awesome 6 Free"
        }

.faq-accordion .accordion .accordion-content {
    display: none;
    background-color: #fff
}

    .faq-accordion .accordion .accordion-content p {
        font-weight: 400
    }

    .faq-accordion .accordion .accordion-content.show {
        display: block
    }

.single-works-card {
    padding: 30px;
    box-shadow: 0 6px 30px 5px rgb(33 34 38 / .05);
    border-radius: 20px;
    transition: all ease 0.5s;
    margin-bottom: 30px
}

    .single-works-card .icon {
        margin: -20% auto;
        height: 70px;
        width: 70px;
        line-height: 78px;
        border-radius: 100%;
        background-color: #e4f2ee;
        text-align: center;
        margin-bottom: 22px;
        position: relative
    }

@media screen and (max-width:700px) {
    .single-works-card .icon {
        margin: -10% auto;
        height: 70px;
        width: 70px;
        line-height: 78px;
        border-radius: 100%;
        background-color: #e4f2ee;
        text-align: center;
        margin-bottom: 22px;
        position: relative
    }
}

.single-works-card .icon .number {
    height: 22px;
    width: 22px;
    line-height: 22px;
    border-radius: 100%;
    background-color: #038f68;
    color: #fff;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: 0
}

.single-works-card .icon i {
    font-size: 50px;
    color: #038f68
}

.single-works-card h3 {
    font-size: 22px;
    margin-bottom: 15px
}

.single-works-card.style-2 {
    background-color: #fff
}

.single-works-card:hover {
    transform: translateY(-10px)
}

.single-works-card.style-2 h3 {
    text-align: center;
    margin-top: 10%
}

.blog-top-content .browse-btn {
    text-align: end;
    margin-bottom: 40px
}

    .blog-top-content .browse-btn a {
        color: #038f68;
        padding-bottom: 3px;
        font-weight: 600;
        border-bottom: 1px solid #038f68
    }

.single-blog-card {
    margin-bottom: 30px
}

    .single-blog-card .blog-img img {
        border-radius: 5px
    }

    .single-blog-card .blog-content {
        padding-top: 30px
    }

        .single-blog-card .blog-content .info-list {
            margin-bottom: 15px
        }

            .single-blog-card .blog-content .info-list ul {
                padding-right: 0;
                margin-bottom: 0
            }

                .single-blog-card .blog-content .info-list ul li {
                    display: inline-block;
                    margin-left: 15px;
                    padding-right: 20px;
                    position: relative
                }

                    .single-blog-card .blog-content .info-list ul li:last-child {
                        margin-left: 0
                    }

                    .single-blog-card .blog-content .info-list ul li a {
                        color: #666
                    }

                    .single-blog-card .blog-content .info-list ul li i {
                        position: absolute;
                        right: 0;
                        top: 5px;
                        font-size: 14px;
                        color: #038f68
                    }

        .single-blog-card .blog-content h2 {
            font-size: 22px;
            margin-bottom: 15px;
            line-height: 32px
        }

            .single-blog-card .blog-content h2 a {
                color: #202124;
                transition: all ease 0.5s
            }

                .single-blog-card .blog-content h2 a:hover {
                    color: #038f68
                }

        .single-blog-card .blog-content p {
            margin-bottom: 20px
        }

        .single-blog-card .blog-content .read-more {
            color: #202124;
            font-weight: 600;
            transition: all ease 0.5s
        }

            .single-blog-card .blog-content .read-more:hover {
                color: #038f68
            }

    .single-blog-card.style2 .blog-content {
        padding-top: 0
    }

        .single-blog-card.style2 .blog-content .info-list ul li {
            font-size: 14px
        }

            .single-blog-card.style2 .blog-content .info-list ul li i {
                top: 3px
            }

        .single-blog-card.style2 .blog-content h2 {
            font-size: 20px;
            line-height: 30px
        }

    .single-blog-card.style3 {
        padding: 10px;
        box-shadow: 0 6px 30px 5px rgb(33 34 38 / .05);
        border-radius: 5px
    }

        .single-blog-card.style3 .blog-content {
            padding: 25px 20px 20px 20px
        }

.subscribe-area {
    padding-top: 60px;
    padding-bottom: 30px
}

.subsceibe-left-content {
    margin-bottom: 30px
}

    .subsceibe-left-content h2 {
        font-size: 36px
    }

.subscribe-form {
    position: relative;
    margin-bottom: 30px
}

    .subscribe-form .form-control {
        border-color: #fff0;
        height: 74px
    }

    .subscribe-form .validation-danger {
        color: #f81815;
        padding-top: 5px
    }

    .subscribe-form .default-btn {
        position: absolute;
        left: 10px;
        top: 10px;
        padding: 15px 30px
    }

.blog-details .blog-details-top-content {
    margin-bottom: 30px
}

    .blog-details .blog-details-top-content .top-image {
        margin-bottom: 30px
    }

    .blog-details .blog-details-top-content .info {
        margin-bottom: 15px
    }

        .blog-details .blog-details-top-content .info ul {
            padding-right: 0;
            margin-bottom: 0
        }

            .blog-details .blog-details-top-content .info ul li {
                display: inline-block;
                margin-left: 15px;
                padding-right: 20px;
                position: relative
            }

                .blog-details .blog-details-top-content .info ul li:last-child {
                    margin-left: 0
                }

                .blog-details .blog-details-top-content .info ul li a {
                    color: #666
                }

                .blog-details .blog-details-top-content .info ul li i {
                    position: absolute;
                    right: 0;
                    top: 3px;
                    font-size: 14px;
                    color: #038f68
                }

    .blog-details .blog-details-top-content h2 {
        font-size: 22px;
        margin-bottom: 15px
    }

    .blog-details .blog-details-top-content p {
        margin-bottom: 20px
    }

.blog-details .quote {
    padding: 30px 110px 30px 40px;
    background-color: #f0f5f7;
    position: relative;
    border-radius: 5px;
    margin-bottom: 25px
}

    .blog-details .quote p {
        font-size: 18px;
        font-weight: 500;
        color: #202124
    }

    .blog-details .quote .icon {
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%)
    }

.blog-details .blog-deails-content p {
    margin-bottom: 17px
}

.blog-details .tag-and-share {
    background-color: #f0f5f7;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px
}

    .blog-details .tag-and-share .tags ul {
        padding-right: 0;
        margin-bottom: 0
    }

        .blog-details .tag-and-share .tags ul li {
            display: inline-block;
            margin-left: 5px
        }

            .blog-details .tag-and-share .tags ul li a {
                color: #666;
                position: relative;
                transition: all ease 0.5s
            }

                .blog-details .tag-and-share .tags ul li a:hover {
                    color: #038f68
                }

                .blog-details .tag-and-share .tags ul li a::before {
                    position: absolute;
                    content: ",";
                    left: -3px
                }

            .blog-details .tag-and-share .tags ul li i {
                color: #038f68;
                padding-left: 5px
            }

    .blog-details .tag-and-share .share {
        text-align: end
    }

        .blog-details .tag-and-share .share ul {
            padding-right: 0;
            margin-bottom: 0
        }

            .blog-details .tag-and-share .share ul li {
                display: inline-block;
                margin-left: 8px
            }

                .blog-details .tag-and-share .share ul li:last-child {
                    margin-left: 0
                }

                .blog-details .tag-and-share .share ul li a {
                    color: #666;
                    transition: all ease 0.5s
                }

                    .blog-details .tag-and-share .share ul li a:hover {
                        color: #038f68
                    }

.blog-details .reply-content {
    background-color: #f0f5f7;
    border-radius: 5px;
    padding: 30px;
    padding-bottom: 5px;
    margin-bottom: 30px
}

    .blog-details .reply-content h3 {
        font-size: 22px;
        margin-bottom: 10px
    }

    .blog-details .reply-content p {
        margin-bottom: 20px
    }

    .blog-details .reply-content .form-group {
        margin-bottom: 25px
    }

        .blog-details .reply-content .form-group .form-control {
            border: unset
        }

.contact-area {
    padding-top: 70px;
    padding-bottom: 70px
}

    .contact-area.style2 .contact-left-content h2 {
        color: #fff
    }

    .contact-area.style2 .contact-btn .default-btn {
        background-color: #fff;
        color: #038f68;
        font-weight: 600
    }

        .contact-area.style2 .contact-btn .default-btn::before {
            display: none
        }

        .contact-area.style2 .contact-btn .default-btn::after {
            display: none
        }

        .contact-area.style2 .contact-btn .default-btn:hover {
            background-color: #202124;
            color: #fff
        }

.contact-left-content h2 {
    font-size: 36px
}

.contact-btn {
    text-align: end
}

.single-contact-info-box {
    background-color: #f7f6f2;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
    transition: all ease 0.5s
}

    .single-contact-info-box .info-content {
        padding-right: 70px;
        position: relative
    }

        .single-contact-info-box .info-content .icon {
            height: 50px;
            width: 50px;
            line-height: 50px;
            text-align: center;
            border-radius: 100%;
            font-size: 24px;
            color: #fff;
            background-color: #038f68;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            transition: all ease 0.5s
        }

        .single-contact-info-box .info-content span {
            transition: all ease 0.5s
        }

        .single-contact-info-box .info-content h3 {
            font-size: 20px;
            margin-bottom: 10px;
            transition: all ease 0.5s
        }

        .single-contact-info-box .info-content a {
            display: block;
            color: #666;
            margin-bottom: 3px;
            transition: all ease 0.5s
        }

    .single-contact-info-box:hover {
        background-color: #038f68
    }

        .single-contact-info-box:hover .icon {
            background-color: #fff;
            color: #038f68
        }

        .single-contact-info-box:hover h3 {
            color: #fff
        }

        .single-contact-info-box:hover span {
            color: #fff
        }

        .single-contact-info-box:hover a {
            color: #fff
        }

.contact-map {
    margin-bottom: 30px
}

    .contact-map iframe {
        width: 100%;
        height: 510px
    }

.contact-form {
    background-color: #f7f6f2;
    padding: 50px;
    padding-bottom: 40px
}

    .contact-form .form-group {
        margin-bottom: 25px
    }

        .contact-form .form-group .form-control {
            border: unset
        }

        .contact-form .form-group .list-unstyled {
            color: #f81815;
            padding-top: 7px
        }

    .contact-form .text-danger {
        color: #f81815;
        font-size: 20px;
        padding-top: 10px
    }

.login {
    max-width: 650px;
    margin: auto;
    padding: 50px;
    box-shadow: 0 6px 30px 5px rgb(33 34 38 / .05)
}

    .login h3 {
        font-size: 24px;
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
        margin-bottom: 30px;
        position: relative
    }

        .login h3::before {
            position: absolute;
            content: "";
            height: 2px;
            width: 70px;
            background-color: #038f68;
            top: 48px
        }

    .login .form-group {
        margin-bottom: 20px
    }

    .login .form-check {
        margin-bottom: 30px
    }

        .login .form-check .form-check-input:checked {
            background-color: #038f68
        }

        .login .form-check .form-check-input:focus {
            box-shadow: none
        }

    .login .default-btn {
        padding: 15px 40px;
        margin-bottom: 20px
    }

    .login a {
        display: inherit;
        color: #666;
        font-weight: 500
    }

.register {
    max-width: 650px;
    margin: auto;
    padding: 50px;
    box-shadow: 0 6px 30px 5px rgb(33 34 38 / .05)
}

    .register h3 {
        font-size: 24px;
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
        margin-bottom: 30px;
        position: relative
    }

        .register h3::before {
            position: absolute;
            content: "";
            height: 2px;
            width: 70px;
            background-color: #038f68;
            top: 48px
        }

    .register .form-group {
        margin-bottom: 20px
    }

    .register .default-btn {
        padding: 15px 40px;
        margin-top: 20px
    }

.password {
    max-width: 650px;
    margin: auto;
    padding: 50px;
    box-shadow: 0 6px 30px 5px rgb(33 34 38 / .05)
}

    .password h3 {
        font-size: 24px;
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
        margin-bottom: 30px;
        position: relative
    }

        .password h3::before {
            position: absolute;
            content: "";
            height: 2px;
            width: 70px;
            background-color: #038f68;
            top: 48px
        }

    .password .form-group {
        margin-bottom: 20px
    }

    .password .default-btn {
        width: 100%
    }

.privacy-content {
    margin-bottom: 10px
}

    .privacy-content h2 {
        font-size: 36px;
        margin-bottom: 10px
    }

    .privacy-content h4 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 15px
    }

    .privacy-content p {
        margin-bottom: 25px
    }

    .privacy-content .list ul {
        margin-bottom: 20px;
        padding-right: 0
    }

        .privacy-content .list ul li {
            font-weight: 600;
            color: #202124;
            position: relative;
            padding-right: 20px;
            list-style-type: none;
            padding-bottom: 15px
        }

            .privacy-content .list ul li i {
                position: absolute;
                right: 0;
                color: #038f68;
                top: 6px;
                font-size: 14px
            }

.condition-content {
    margin-bottom: 10px
}

    .condition-content h2 {
        font-size: 36px;
        margin-bottom: 30px
    }

    .condition-content h4 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 15px
    }

    .condition-content p {
        margin-bottom: 25px
    }

    .condition-content .list ul {
        margin-bottom: 20px;
        padding-right: 0
    }

        .condition-content .list ul li {
            font-weight: 600;
            color: #202124;
            position: relative;
            padding-right: 20px;
            list-style-type: none;
            padding-bottom: 15px
        }

            .condition-content .list ul li i {
                position: absolute;
                right: 0;
                top: 6px;
                font-size: 14px;
                color: #038f68
            }

.error-area {
    text-align: center
}

    .error-area .top-content {
        margin-bottom: 20px
    }

        .error-area .top-content ul {
            padding-right: 0;
            margin-bottom: 0
        }

            .error-area .top-content ul li {
                font-size: 200px;
                font-weight: 700;
                line-height: 1;
                display: inline-block;
                line-height: 1;
                margin-left: 30px;
                color: #038f68
            }

                .error-area .top-content ul li:first-child {
                    color: #202124;
                    transform: rotate(30deg);
                    top: 15px
                }

                .error-area .top-content ul li:last-child {
                    color: #666;
                    transform: rotate(30deg);
                    position: relative;
                    top: 15px
                }

    .error-area h2 {
        font-size: 36px;
        margin-bottom: 20px
    }

    .error-area p {
        margin-bottom: 30px
    }

.coming-soon-area {
    position: relative;
    z-index: 1;
    height: 100vh
}

    .coming-soon-area::before {
        position: absolute;
        content: "";
        height: 300px;
        width: 100%;
        right: 0;
        top: 0;
        background-color: #f8f8f8;
        z-index: -1
    }

.coming-soon-counter {
    max-width: 880px;
    margin: auto;
    border: 30px solid #fff;
    background-color: #f7f7f7;
    box-shadow: 0 6px 30px 5px rgb(33 34 38 / .05);
    padding-top: 100px;
    padding-bottom: 80px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px
}

    .coming-soon-counter::before {
        position: absolute;
        content: "";
        height: 100%;
        width: auto;
        left: -60px !important;
        right: 0;
        bottom: -60px;
        border-radius: 10px;
        border: 1px solid #eee;
        z-index: -1
    }

    .coming-soon-counter .list ul {
        margin-bottom: 0;
        padding-left: 0
    }

        .coming-soon-counter .list ul li {
            margin: 0 30px;
            font-size: 48px;
            font-weight: 700;
            margin-bottom: 30px;
            position: relative;
            color: #038f68
        }

            .coming-soon-counter .list ul li span {
                font-size: 15px;
                font-weight: 500;
                color: #666
            }

            .coming-soon-counter .list ul li::before {
                position: absolute;
                content: "";
                height: 6px;
                width: 6px;
                background-color: #666;
                border-radius: 100%;
                right: -30px;
                top: 42px
            }

            .coming-soon-counter .list ul li::after {
                position: absolute;
                content: "";
                height: 6px;
                width: 6px;
                background-color: #666;
                border-radius: 100%;
                right: -30px;
                top: 55px
            }

            .coming-soon-counter .list ul li:last-child::before {
                display: none
            }

            .coming-soon-counter .list ul li:last-child::after {
                display: none
            }

.coming-soon-content {
    padding-top: 50px;
    max-width: 880px;
    margin: auto;
    text-align: center
}

    .coming-soon-content .top-content {
        max-width: 620px;
        margin: auto
    }

        .coming-soon-content .top-content .coming-soon-logo {
            margin-bottom: 20px
        }

            .coming-soon-content .top-content .coming-soon-logo .logo-2 {
                display: none
            }

        .coming-soon-content .top-content h1 {
            font-size: 36px;
            margin-bottom: 30px;
            font-weight: 600
        }

    .coming-soon-content .newsletter-form {
        position: relative;
        margin-bottom: 30px;
        z-index: 4
    }

        .coming-soon-content .newsletter-form .form-control {
            height: 58px
        }

        .coming-soon-content .newsletter-form .default-btn {
            position: absolute;
            left: 5px;
            top: 5px
        }

            .coming-soon-content .newsletter-form .default-btn:hover {
                background-color: #202124;
                color: #fff
            }

            .coming-soon-content .newsletter-form .default-btn i {
                position: relative;
                top: 2px;
                padding-right: 7px
            }

    .coming-soon-content .social-links ul {
        margin-bottom: 0;
        padding-right: 0
    }

        .coming-soon-content .social-links ul li {
            display: inline-block;
            margin-left: 10px
        }

            .coming-soon-content .social-links ul li:last-child {
                margin-left: 0
            }

            .coming-soon-content .social-links ul li a {
                height: 45px;
                width: 45px;
                line-height: 48px;
                background-color: #fff;
                border-radius: 100%;
                color: #666;
                box-shadow: 0 6px 30px 5px rgb(33 34 38 / .05);
                border: 1px solid #eee;
                display: inline-block;
                text-align: center;
                font-size: 18px;
                transition: all ease 0.5s
            }

                .coming-soon-content .social-links ul li a:hover {
                    background-color: #038f68;
                    color: #fff;
                    transform: translateY(-5px)
                }

.bg-color {
    background-color: #e5f3ef
}

.single-footer-widget {
    margin-bottom: 30px
}

    .single-footer-widget h3 {
        font-size: 22px;
        color: #000;
        position: relative;
        margin-bottom: 45px
    }

        .single-footer-widget h3::before {
            position: absolute;
            content: "";
            height: 2px;
            width: 90px;
            background: #000;
            opacity: .2;
            bottom: -15px;
            right: 0
        }

        .single-footer-widget h3::after {
            position: absolute;
            content: "";
            height: 2px;
            width: 40px;
            background: #038f68;
            bottom: -15px;
            right: 0
        }

    .single-footer-widget.logo-content {
        padding-left: 100px
    }

        .single-footer-widget.logo-content .footer-logo {
            margin-bottom: 30px
        }

        .single-footer-widget.logo-content p {
            color: #000;
            margin-bottom: 25px;
            font-weight: 500
        }

        .single-footer-widget.logo-content .social-content ul {
            padding-right: 0;
            margin-bottom: 0
        }

            .single-footer-widget.logo-content .social-content ul li {
                display: inline-block;
                margin-left: 7px
            }

                .single-footer-widget.logo-content .social-content ul li:last-child {
                    margin-left: 0
                }

                .single-footer-widget.logo-content .social-content ul li span {
                    color: #000
                }

                .single-footer-widget.logo-content .social-content ul li a {
                    height: 30px;
                    width: 30px;
                    line-height: 30px;
                    color: #038f68;
                    text-align: center;
                    background-color: #fff;
                    border-radius: 100%;
                    display: inline-block;
                    transition: all ease 0.5s
                }

                    .single-footer-widget.logo-content .social-content ul li a:hover {
                        background: #038f68;
                        color: #000
                    }

    .single-footer-widget.quick-link ul {
        padding-right: 0;
        margin-bottom: 0
    }

        .single-footer-widget.quick-link ul li {
            margin-bottom: 13px;
            list-style-type: none;
            position: relative;
            padding-right: 20px
        }

            .single-footer-widget.quick-link ul li::before {
                position: absolute;
                content: "";
                height: 8px;
                width: 8px;
                background-color: #038f68;
                right: 0;
                top: 8px
            }

            .single-footer-widget.quick-link ul li:last-child {
                margin-bottom: 0
            }

            .single-footer-widget.quick-link ul li a {
                color: #000;
                transition: all ease 0.5s;
                font-weight: 500
            }

                .single-footer-widget.quick-link ul li a:hover {
                    color: #038f68
                }

    .single-footer-widget.info {
        padding-right: 70px
    }

        .single-footer-widget.info ul {
            padding-right: 0;
            margin-bottom: 0
        }

            .single-footer-widget.info ul li {
                list-style-type: none;
                margin-bottom: 20px;
                padding-right: 25px;
                position: relative
            }

                .single-footer-widget.info ul li:last-child {
                    margin-bottom: 0
                }

                .single-footer-widget.info ul li i {
                    position: absolute;
                    right: 0;
                    color: #038f68;
                    top: 2px
                }

                .single-footer-widget.info ul li h4 {
                    font-size: 16px;
                    margin-bottom: 6px;
                    color: #000
                }

                .single-footer-widget.info ul li span {
                    color: #000
                }

                .single-footer-widget.info ul li a {
                    color: #000;
                    transition: all ease 0.5s
                }

                    .single-footer-widget.info ul li a:hover {
                        color: #038f68
                    }

.copy-right {
    background-color: #1a1a1a;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgb(255 255 255 / .15);
    text-align: center
}

    .copy-right p {
        color: #fff
    }

        .copy-right p span {
            color: #fff
        }

        .copy-right p a {
            color: #fff;
            font-weight: 600;
            transition: all ease 0.5s
        }

            .copy-right p a:hover {
                color: #038f68
            }

.go-top {
    position: fixed;
    cursor: pointer;
    top: 87%;
    left: -10%;
    background-color: #038f68;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 50px;
    line-height: 45px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: 0.9s
}

    .go-top i {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        left: 0;
        margin: 0 auto;
        color: #fff;
        transition: 0.5s;
        font-size: 20px
    }

        .go-top i:last-child {
            opacity: 0;
            visibility: hidden;
            top: 60%
        }

    .go-top::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        z-index: -1;
        background-color: #038f68;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s
    }

    .go-top:hover {
        color: #fff;
        background: #202124
    }

        .go-top:hover::before {
            opacity: 1;
            visibility: visible
        }

        .go-top:hover i {
            color: #fff
        }

            .go-top:hover i:first-child {
                opacity: 0;
                top: 0;
                visibility: hidden
            }

            .go-top:hover i:last-child {
                opacity: 1;
                visibility: visible;
                top: 50%
            }

    .go-top:focus {
        color: #fff
    }

        .go-top:focus::before {
            opacity: 1;
            visibility: visible
        }

        .go-top:focus i:first-child {
            opacity: 0;
            top: 0;
            visibility: hidden
        }

        .go-top:focus i:last-child {
            opacity: 1;
            visibility: visible;
            top: 50%
        }

    .go-top.active {
        transform: translateY(-95%);
        opacity: 1;
        visibility: visible;
        left: 3%;
        top: 93%
    }

.banner-area.style2 {
    height: 500px
}

.banner-image-content-style2 img {
    width: 80%;
    margin-top: -15%
}

body {
    margin: 0
}

h1 {
    font-family: 'Lato',sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 48px
}

p {
    font-family: 'Lato',sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
    color: #333
}

.header {
    position: relative;
    text-align: center;
    background: linear-gradient(60deg,#543ab7 0%,#00acc1 100%);
    color: #fff
}

.logo {
    width: 50px;
    fill: #fff;
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle
}

.inner-header {
    height: 65vh;
    width: 100%;
    margin: 0;
    padding: 0
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    transform: rotate(180deg);
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px
}

.content {
    position: relative;
    height: 20vh;
    text-align: center;
    background-color: #fff
}

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite
}

    .parallax > use:nth-child(1) {
        animation-delay: -2s;
        animation-duration: 7s
    }

    .parallax > use:nth-child(2) {
        animation-delay: -3s;
        animation-duration: 10s
    }

    .parallax > use:nth-child(3) {
        animation-delay: -4s;
        animation-duration: 13s
    }

    .parallax > use:nth-child(4) {
        animation-delay: -5s;
        animation-duration: 20s
    }

@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0)
    }

    100% {
        transform: translate3d(85px,0,0)
    }
}

@media (max-width:768px) {
    .waves {
        height: 40px;
        min-height: 40px
    }

    .content {
        height: 30vh
    }

    h1 {
        font-size: 24px
    }
}

.toop {
    padding-top: 1%
}

.wudf input {
    width: 100%
}

.colorwithe h5, li {
    color: #fff
}

.backbg {
    background-image: url(employer.jpg) !important;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center
}

.backbg1 {
    background-image: url(jobseeker.jpg) !important;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center
}

.mobilelogo img {
    fill: #fff;
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.colorfont ul li {
    color: #000 !important
}

.fontsizz a {
    font-size: 13px;
    color: #000;
    text-decoration: inherit
}

.info1 ul li {
    color: #000;
    display: inline-block;
    list-style: none;
    padding: 1% 2%;
    width: 31%;
    background-color: #fff;
    border-radius: 6px;
    text-align: center;
    color: #000;
    box-shadow: 1px 1px 7px #007956;
    margin: 3px
}

@media screen and (max-width:400px) {
    .info1 ul li {
        width: 90%;
        margin: 0 auto;
        display: table
    }
}

.table {
    text-align: center
}

.colorul li {
    color: #000
}

#customers {
    border-collapse: collapse;
    width: 100%;
    text-align: center
}

    #customers td, #customers th {
        border: 1px solid #ddd;
        padding: 8px
    }

    #customers tr:nth-child(even) {
        background-color: #fff
    }

    #customers tr:hover {
        background-color: #ddd
    }

    #customers th {
        padding-top: 12px;
        padding-bottom: 12px;
        background-color: #038f68;
        color: #fff
    }

.info2 ul li {
    color: #000;
    display: inline-block;
    list-style: none;
    padding: 1% 2%;
    width: 48%;
    background-color: #fff;
    border-radius: 6px;
    text-align: center;
    color: #000;
    box-shadow: 1px 1px 7px #007956;
    margin: 5px
}

@media screen and (max-width:700px) {
    .info2 ul li {
        color: #000;
        display: inline-block;
        list-style: none;
        padding: 2% 2%;
        width: 90%;
        background-color: #fff;
        border-radius: 6px;
        text-align: center;
        color: #000;
        box-shadow: 1px 1px 7px #007956;
        margin: 5px
    }
}

.colorul label {
    color: #00724f;
    padding: 5px
}

.imagekarjo img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    box-shadow: 0 1px 15px 1px #038f68;
    margin: 0 auto;
    display: table
}

@media screen and (min-width:700px) {
    .textundr li {
        display: inline-block;
        width: 49%
    }
}

.smssend {
    background: #c1ddd5;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 8px 12px 6px #eae9e5
}

    .smssend span label {
        color: #00724f;
        margin: 10px
    }

.tetet {
    margin: 5% 0 2%;
    background: #e4f2ee;
    border-radius: 10px;
    box-shadow: 2px 2px 20px #938a7c
}

.bgbtnd button {
    width: 100%
}

.imgemy1 {
    margin-top: 10% !important
}

    .imgemy1 a {
        color: #fff;
        background: #00724f;
        font-size: 13px;
        padding: 8px;
        border-radius: 5px;
        white-space: nowrap
    }

@media screen and (min-width:700px) {
    .imgemy img {
        width: 80px;
        height: 80px
    }
}

@media screen and (max-width:700px) {
    .imgemy img {
        width: 110px;
        height: 80px
    }
}

.textabout p {
    text-align: justify
}

.coloricon li {
    color: #666
}

.textvege span {
    text-align: justify
}

.els li {
    display: block;
    text-align: justify;
    color: #000
}

.accordion-content .els li::before {
    content: "√"
}

.accordion-content .els li::after {
    content: "."
}

.els li::before {
    content: "âˆš";
    color: #006e5e;
    font-weight: bolder;
    font-size: 20px;
    padding: 10px
}

.popular_wrapper {
    padding-top: 20px
}

.jp_register_section_main_wrapper {
    border-radius: 10px
}

.regis_btn {
    margin: 0 -34px -11px 0 !important
}

.freelancers-card {
    margin-bottom: 30px;
    padding: 30px;
    background-color: var(--whiteColor);
    -webkit-box-shadow: 0 0 15px 006e5e;
    box-shadow: 0 0 15px 006e5e;
    text-align: center;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border: 1px solid #fff0;
    border-radius: 10% !important
}

.popular_wrapper {
    position: relative;
    background: #fff;
    padding-bottom: 50px
}

.jb_cover {
    direction: rtl;
    display: flow-root;
    width: 88%;
    margin: 0 auto;
    display: table
}

.jp_register_section_main_wrapper {
    border-radius: 200px;
    border: 1px solid #038f68
}

.jp_regis_left_side_box_wrapper {
    float: right;
    width: 50%;
    text-align: center;
    padding-top: 5px;
    border-left: 1px solid #006e5e;
    position: relative
}

.jp_regis_right_side_box p {
    text-align: center
}

.jp_regis_left_side_box_wrapper i:before, .jp_regis_right_side_box i:before {
    color: #006e5e;
    font-size: 40px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s
}

.jp_regis_left_side_box_wrapper:hover i:before, .jp_regis_right_side_box:hover i:before {
    color: #006e5e;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s
}

.jp_regis_left_side_box_wrapper:hover .regis_btn, .jp_regis_right_side_box_wrapper:hover .regis_btn {
    background: #006e5e;
    color: #fff
}

.jp_regis_left_side_box_wrapper {
    float: right;
    width: 50%;
    text-align: center;
    padding-top: 5px;
    border-left: 1px solid #038f68;
    position: relative
}

    .jp_regis_left_side_box_wrapper i:before, .jp_regis_right_side_box i:before {
        color: #006e5e;
        font-size: 40px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s
    }

.jp_regis_left_side_box {
    margin-top: 20px;
    display: inline-block
}

    .jp_regis_left_side_box span, .jp_regis_right_side_box span {
        font-size: 20px;
        color: #414141;
        text-transform: capitalize;
        padding-top: 15px;
        font-weight: 600
    }

    .jp_regis_left_side_box p {
        padding-top: 20px
    }

    .jp_regis_left_side_box ul {
        position: relative;
        bottom: -32px;
        margin-top: 15px
    }

.jp_regis_left_side_box_wrapper:hover i:before, .jp_regis_right_side_box:hover i:before {
    color: #414141;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s
}

.price_btn {
    width: 250px;
    height: 40px;
    background: #fff;
    display: inline-block;
    border: 1px solid #006e5e;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    color: #222;
    margin-bottom: 40px;
    text-transform: capitalize
}

    .price_btn:hover {
        color: #070707
    }

.monthly {
    float: left;
    position: relative;
    color: #030303;
    font-weight: 400;
    text-transform: capitalize;
    top: -10px;
    right: 8px
}

.pricing_box_wrapper:hover .price_btn {
    background: #006e5e;
    color: #000;
    border: 1px solid #006e5e;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.jp_regis_right_side_box_wrapper {
    float: left;
    width: 50%;
    padding-top: 5px;
    position: relative;
    text-align: center
}

.jp_regis_right_side_box p {
    text-align: center
}

.jp_regis_left_side_box_wrapper i:before, .jp_regis_right_side_box i:before {
    color: #006e5e;
    font-size: 40px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s
}

.jp_regis_right_side_box_wrapper {
    float: left;
    width: 50%;
    padding-top: 5px;
    position: relative;
    text-align: center
}

.jp_regis_right_side_box {
    display: inline-block;
    position: relative;
    margin-top: 20px
}

    .jp_regis_right_side_box h4 {
        font-size: 20px;
        color: #414141;
        text-transform: capitalize;
        padding-top: 15px
    }

    .jp_regis_right_side_box p {
        padding-top: 20px
    }

    .jp_regis_right_side_box ul {
        position: relative;
        bottom: -32px;
        margin-top: 15px
    }

@media screen and (max-width:700px) {
    .jp_register_section_main_wrapper {
        border-radius: 70px
    }

    .jp_regis_left_side_box_wrapper {
        border-right: 0;
        border-left: 0;
        border-bottom: 1px solid #006e5e
    }

    .jp_register_section_main_wrapper {
        border-radius: 70px
    }

    .jp_regis_left_side_box_wrapper, .jp_regis_right_side_box_wrapper {
        width: 100%
    }
}

.jp_regis_left_side_box_wrapper:hover i:before, .jp_regis_right_side_box:hover i:before {
    color: rgb(b8cc2d);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s
}

.jp_regis_left_side_box_wrapper:hover .regis_btn, .jp_regis_right_side_box_wrapper:hover .regis_btn {
    background: #038f68;
    color: #fff
}

.jp_regis_center_tag_wrapper {
    width: 70px;
    height: 70px;
    background: 006e5e;
    position: absolute;
    right: -36px;
    top: 46%;
    margin-top: -20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px
}

    .jp_regis_center_tag_wrapper h1 {
        color: 006e5e;
        line-height: 70px;
        font-size: 18px;
        letter-spacing: 1px;
        font-weight: 600
    }

.jp_regis_center_tag_wrapper {
    background: #038f68;
    width: 70px;
    height: 70px;
    position: absolute;
    right: -34px;
    top: 46%;
    margin-top: -20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

    .jp_regis_center_tag_wrapper span {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        position: absolute;
        top: 20px;
        left: 40%;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

.jp_regis_left_side_box ul li a {
    white-space: nowarp
}

.elish {
    margin: 0 auto;
    display: table
}

.section-title span {
    font-size: 30px;
    color: #00724f
}

@media screen and (max-width:600px) {
    .jp_regis_center_tag_wrapper {
        display: none
    }

    .jp_regis_right_side_box ul {
        position: relative;
        bottom: -15px;
        margin-top: 15px
    }
}

.single-works-card span {
    margin: 0 auto;
    display: table;
    font-size: 18px;
    font-weight: 800
}

.single-freelancer-card1 {
    background: #fff;
    margin-top: 10px;
    margin-bottom: 40px
}

.title5 span {
    padding-top: 20px
}

.pt11 {
    padding-top: 25px
}

.pb4 {
    padding-bottom: 40px
}

.banner-content-style3 h3 {
    margin-top: -10%
}

video {
    position: absolute;
    right: 50px;
    bottom: -200px;
    width: 100%;
    border-radius: 20%
}

@media screen and (max-width: 600px) {
    .mobile-responsive-nav .others-options {
        /*display: none !important;*/
        background: #038f68;
        display: block;
        position: absolute;
        top: 3%;
        right: 49%;
        color: #fff !important;
    }

    .item2 {
        display: none !important;
    }
}

video {
    position: absolute;
    right: 12px;
    bottom: -100px;
    width: 108%;
    border-radius: 10%;
}

@media screen and (max-width:500px) {
    video {
        position: relative;
        right: 0;
        bottom: 30px;
        margin-top: 10%;
        width: 100%;
        border-radius: 20%;
    }
}
*/
