html {
    font-size: 10px;
}

* {
    box-sizing: border-box;
    font-size: 1.5rem;
}

h1 {
    font-size: 32pt;
}

h2 {
    font-size: 26pt;
}

h3 {
    font-size: 22pt;
}

h4 {
    font-size: 20pt;
}

h5 {
    font-size: 15pt;
}

h6 {
    font-size: 12px;
}

select {
    border: 1px solid #b1b1b1;
    padding: 2px;
    min-height: 100%;
}

main {

    z-index: 0;
}

section.fixed-div {
    position: fixed;
}

section.sticky {
    width: 100%;
    top: 0;
    z-index: 11111;
    background: #fff;
}

.accordion-button {
    font-size: 16px !important
}

.d-none {
    display: block !important
}


a, a:hover, a:visited, a:active {
    text-decoration: none;
    color: initial;
    font-size: 1.5rem;
}

textarea {
    resize: none
}

.btn {
    font-size: 1.5rem;
}

.second-nav {
    background-color: #1f497d;
    width: 300px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
       transform: translate(-100%)
}

    .second-nav ul li {
        margin: 25px 15px;
    }

        .second-nav ul li a {
            color: #fff;
            display: flex;
            width: 100%;
            justify-content: space-between;
            align-items: center;
        }

        .second-nav ul li ul {
            opacity: 0;
            visibility: hidden;
            position: absolute;
            left: 265px;
            top: 0;
            width: 100%;
            background-color: #1f497d;
            padding: 15px;
            box-shadow: 0px 0px 10px 0px #1f497d;
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
            transition: all 0.2s
        }


        .second-nav ul li:hover ul {
            visibility: visible;
            opacity: 1;
        }

.secondNavHidden {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(0%)
}

.secondNavButtonTwo {
    color: black !important;
    position: absolute;
    top: 69px;
    left: 48px;
    display: none;
}

    .secondNavButtonTwo i {
        font-size: 25px
    }

.top-logo {
    height: 55px;
    display: flex;
    align-items: end;
    justify-content: end;
    padding: 0px 25px;
    color: #fff;
}

    .top-logo i {
        font-size: 20px
    }

.home-section {
    height: 735px;
}

.bg-image {
    background: url(/img/prosysmain.webp);
    height: 735px;
    background-position: top;
    background-repeat: no-repeat;
    object-fit: cover;
    background-attachment: fixed;
    position: relative;
    background-size:cover;
}

.overlay {
    height: 735px;
    width: 100%;
    background: #0000006b;
    opacity: 0.5;
}

.bg-text {
    position: absolute;
    top: 40%;
    left: 10%;
    color: #fff;
}

.bg-image img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 500px;
    width: 700px;
    z-index: 9;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.8;
    z-index: 0
}

.bg-text p:first-child {
    font-size: 100px;
    font-weight: 500;
}

.bg-text p:last-child {
    font-size: 20px;
}

.servicesRightIcon {
    border: 1px solid #3333;
    border-radius: 50%;
    padding: 10px;
    font-size: 22px;
    transition: all 0.3s;
}

.owl-wrapper {
    margin-top: 30px
}

.card-body:hover .servicesRightIcon {
    background-color: blue;
    color: #fff;
}

.card {
    width: 80%;
    border-color: transparent;
    box-shadow: 0px 0px 10px 10px #eee;
    border-radius: 5px;
    transition: all 0.3s;
}

    .card img {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

.card-body img {
    width: 40px;
    border-radius: 50%;
}

.news .card {
    border: none;
    margin-bottom: 70px;
    width: 90%;
}

.news .card-body ul li {
    margin: 15px 0px;
    border-bottom: 2px solid #3333;
    padding: 15px 0px;
    transition: all 0.2s;
}

    .news .card-body ul li:hover {
        border-color: #3069b1;
        cursor: pointer;
    }

        .news .card-body ul li:hover a {
            color: #3069b1;
            transition: all 0.2s
        }

.news .recent-posts, .news .categories, .news .tags {
    background-color: #f4f5f8;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .news .recent-posts .card-header, .news .categories .card-header, .news .tags .card-header {
        background-color: #f4f5f8;
        padding: 5px 0px;
        border-color: #3069b1;
        border-width: 2px;
    }

section.news {
    padding: 70px 0px;
}

a.tag-button {
    background-color: #dde4ed;
    padding: 15px 25px;
    border-radius: 10px;
    transition: all 0.3s;
    margin: 10px 8px;
}

    a.tag-button:hover {
        background-color: #1273eb;
        color: #fff;
    }


.card:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.new-details-section1.me-5.ms-3 {
    background-color: #ecf6fa;
    border-left: 3px solid #1273eb;
    padding: 50px;
    border-radius: 5px;
}

.new-details-section1 p::after {
    position: absolute;
    right: 50px;
    top: 0;
    content: "\f10d";
    font-family: "font awesome 5 free";
    color: #666;
    font-weight: 700;
    opacity: .1;
    font-size: 70px;
}

.next-post a {
    background-color: #e7f1fd;
    display: inline-block;
    padding: 30px;
    width: 80%;
    transition: all 0.3s;
    border-radius: 10px;
}

    .next-post a:hover {
        background: #1273eb;
        color: #fff !important;
    }

        .next-post a:hover span {
            color: #fff !important;
            transition: all 0.3s
        }

.blueTon {
    color: #1f497d !important;
    font-weight: 500
}

.text-justify {
    text-align: justify
}

ul:not(.human-resources-part ul) {
    list-style-type: none
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

marquee {
    padding-top: 5px;
}

header .animation-header-text {
    background-color: #1f497d;
    color: #fff
}

header .main-header {
    padding: 15px 50px
}

    header .main-header .socialM-search .social-media {
        float: right
    }

        header .main-header .socialM-search .social-media i {
            background-color: #1f497d;
            color: #fff;
            display: inline-block;
            padding: 9px 10px 8px 10px;
            border-radius: 50%;
            font-size: 1.3rem;
            margin: 0px 5px;
            -webkit-transition: all .2s;
            transition: all .2s
        }

            header .main-header .socialM-search .social-media i:hover {
                background-color: #e4322c
            }

    header .main-header .socialM-search .search-div .input-group span {
        margin-top: 5px;
        font-size: 1.3rem;
        font-weight: 600
    }

        header .main-header .socialM-search .search-div .input-group span a {
            margin-right: 10px
        }

    header .main-header .socialM-search .search-div .input-group button {
        border-color: #c9c9c9;
        color: #c9c9c9;
        margin-right: 15px;
        height: 30px
    }

        header .main-header .socialM-search .search-div .input-group button:hover {
            background-color: #102540;
            color: #fff
        }

        header .main-header .socialM-search .search-div .input-group button:focus {
            -webkit-box-shadow: none;
            box-shadow: none
        }

    header .main-header .socialM-search .search-div .input-group .form-outline input {
        height: 30px
    }

    header .main-header .socialM-search .search-div .input-group .form-outline #form1 {
        border-color: #c9c9c9;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    header .main-header .prosys-logo {
        font-weight: 600;
        font-size: 1.8rem
    }

        header .main-header .prosys-logo a {
            color: #1f497d
        }

.first-menu {
    background-color: #f8f8f8
}

    .first-menu ul {
        z-index: 1
    }

        .first-menu ul li {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            -webkit-transition: all .2s;
            transition: all .2s;
            color: #000;
            width: 100%;
            text-align: center;
            position: relative
        }

            .first-menu ul li a .fa-angle-down {
                -webkit-transition: all .3s;
                transition: all .3s
            }

            .first-menu ul li:first-child {
                border-top-left-radius: 0px;
                border-bottom-left-radius: 0px
            }

            .first-menu ul li:last-child {
                border-top-right-radius: 0px;
                border-bottom-right-radius: 0px
            }

            .first-menu ul li:hover {
                background-color: #1f497d;
                cursor: pointer
            }

                .first-menu ul li:hover a {
                    color: #fff
                }

                    .first-menu ul li:hover a .fa-angle-down {
                        -webkit-transform: rotate(180deg);
                        transform: rotate(180deg)
                    }

                .first-menu ul li:hover ul {
                    width: 100%;
                    opacity: 1;
                    visibility: visible;
                    z-index: 1
                }

            .first-menu ul li ul {
                position: absolute;
                background-color: #1f497d;
                padding: 0;
                opacity: 0;
                visibility: hidden;
                -webkit-transition: all .3s;
                transition: all .3s;
                z-index: 1;
            }

                .first-menu ul li ul li {
                    text-align: start;
                    font-size: 1.5rem
                }

                    .first-menu ul li ul li:hover {
                        background-color: #2961a6
                    }

                    .first-menu ul li ul li a {
                        color: #fff !important;
                        justify-content: start
                    }

            .first-menu ul li a {
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 10px 20px;
                width: 100%
            }

                .first-menu ul li a i {
                    margin-left: 15px
                }

                .first-menu ul li a:hover {
                    color: #fff
                }

        .first-menu ul .li-right-border {
            background-color: #d9d9d9;
            height: 30px;
            width: 1px;
            margin-top: 7px
        }

main .our-partners .useful-links.bg-transparent #testimonial-slider2 .testimonial .testimonial-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    background-color: rgba(0,0,0,0)
}

    main .our-partners .useful-links.bg-transparent #testimonial-slider2 .testimonial .testimonial-content:hover {
        -webkit-box-shadow: 0px 0px 4px 1px #bbb;
        box-shadow: 0px 0px 4px 1px #bbb
    }

main .our-partners .partners-bg {
    position: relative
}

    main .our-partners .partners-bg .bg-div {
        width: 100%;
        height: 500px;
        position: relative
    }

    main .our-partners .partners-bg .text {
        position: absolute;
        top: 0;
        color: #fff;
        font-size: 2.4rem;
        font-weight: 500;
        width: 100%;
        height: 500px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #1f497d;
        opacity: .6
    }

main .contact .map {
    position: relative;
    height: 400px;
    width: 100%
}

    main .contact .map iframe {
        position: absolute
    }

main .contact .contact-part form button {
    border: 1px solid rgba(0,0,0,0);
    color: #fff;
    background-color: #1f497d;
    padding: 7px 20px;
    border-radius: 100px;
    -webkit-transition: all .2s;
    transition: all .2s
}

    main .contact .contact-part form button:hover {
        background-color: #18375d
    }

main .contact .contact-part form .form-group input {
    width: 45%;
    border: 1px solid #e9ebef;
    padding: 5px 15px
}

    main .contact .contact-part form .form-group input:focus-visible {
        outline-color: #1f497d
    }

main .contact .contact-part form .form-group textarea {
    width: 92%;
    border: 1px solid #e9ebef;
    padding: 5px 15px
}

    main .contact .contact-part form .form-group textarea:focus-visible {
        outline-color: #1f497d
    }

main .contact .contact-part .contact-box {
    width: 350px;
    height: 250px;
    background-color: #f8f8f8;
    -webkit-box-shadow: 0px 0px 3px 1px #e3e3e3;
    box-shadow: 0px 0px 3px 1px #e3e3e3;
    text-align: center;
    padding: 50px 30px;
    -webkit-transition: all .3s;
    transition: all .3s
}

    main .contact .contact-part .contact-box:hover {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        cursor: pointer
    }

    main .contact .contact-part .contact-box i {
        font-size: 2.5rem;
        margin-bottom: 15px
    }


.carousel-img #carouselExampleCaptions .carousel-inner .carousel-item .carousel-opacity {
    background: #000;
    width: 100%;
    height: 500px;
    position: absolute;
    opacity: .6
}

.carousel-item img.d-block.w-100 {
    height: 500px;
    background-position: center;
    background-size: cover;
    object-fit: cover;
    background-attachment: fixed;
}


.carousel-img #carouselExampleCaptions .carousel-inner .carousel-item .carousel-caption {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%);
    width: 50%;
    text-align: justify;
}

    .carousel-img #carouselExampleCaptions .carousel-inner .carousel-item .carousel-caption p i {
        font-size: 3rem;
        margin-right: 10px
    }

.carousel-img #carouselExampleCaptions .carousel-inner .carousel-item .carousel-btn {
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 1px 1px #fff;
    transition: all 0.3s;
}

    .carousel-img #carouselExampleCaptions .carousel-inner .carousel-item .carousel-btn:hover {
        color: #000
    }

.counter {
    color: #222;
    font-family: "Rubik",sans-serif;
    text-align: center;
    width: 210px;
    height: 210px;
    padding: 20px;
    margin: 0 auto;
    border-radius: 100px;
    position: relative;
    z-index: 1
}

    .counter:before {
        content: "";
        background: -webkit-gradient(linear, left top, right top, from(#3da2f4), to(#1a57f2));
        background: linear-gradient(to right, #3da2f4, #1a57f2);
        height: 50%;
        width: 95%;
        border-radius: 120px 120px 0 0;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1
    }

    .counter:after {
        content: "";
        background: -webkit-gradient(linear, left top, right top, from(#3da2f4), to(#1a57f2));
        background: linear-gradient(to right, #3da2f4, #1a57f2);
        height: 50%;
        width: 95%;
        border-radius: 120px 120px 0 0;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        border-radius: 0 0 120px 120px;
        top: auto;
        bottom: 0;
        left: auto;
        right: 0
    }

    .counter .counter-content {
        background-color: #fff;
        height: 100%;
        padding: 30px 12px;
        border-radius: 50%;
        -webkit-box-shadow: 5px 5px rgba(0,0,0,.1);
        box-shadow: 5px 5px rgba(0,0,0,.1)
    }

    .counter .counter-icon {
        color: #d1d1d1;
        font-size: 3.5rem;
        line-height: 35px;
        margin: 0 0 13px
    }

    .counter .counter-value {
        color: #1a57f2;
        font-size: 3rem;
        font-weight: 600;
        display: block
    }

    .counter h3 {
        color: #555;
        font-size: 1.6rem;
        font-weight: 500;
        text-transform: capitalize;
        margin: 0 0 8px
    }

    .counter.orange:before {
        background: -webkit-gradient(linear, left top, right top, from(#eb9421), to(#ef6024));
        background: linear-gradient(to right, #eb9421, #ef6024)
    }

    .counter.orange:after {
        background: -webkit-gradient(linear, left top, right top, from(#eb9421), to(#ef6024));
        background: linear-gradient(to right, #eb9421, #ef6024)
    }

    .counter.orange .counter-value {
        color: #ef6024
    }

    .counter.purple:before {
        background: -webkit-gradient(linear, left top, right top, from(#8475b6), to(#483f90));
        background: linear-gradient(to right, #8475b6, #483f90)
    }

    .counter.purple:after {
        background: -webkit-gradient(linear, left top, right top, from(#8475b6), to(#483f90));
        background: linear-gradient(to right, #8475b6, #483f90)
    }

    .counter.purple .counter-value {
        color: #483f90
    }

    .counter.green:before {
        background: -webkit-gradient(linear, left top, right top, from(#adce37), to(#61bc47));
        background: linear-gradient(to right, #adce37, #61bc47)
    }

    .counter.green:after {
        background: -webkit-gradient(linear, left top, right top, from(#adce37), to(#61bc47));
        background: linear-gradient(to right, #adce37, #61bc47)
    }

    .counter.green .counter-value {
        color: #61bc47
    }

@media screen and (max-width: 990px) {
    .counter {
        margin-bottom: 40px
    }
}

.tabButton {
    border: 10px solid rgba(0,0,0,0);
    background-color: rgba(0,0,0,0);
    -webkit-transition: all .3s;
    transition: all .3s
}

button.active {
    border-bottom: 10px solid #2b579a;
    -webkit-transition: all .3s;
    transition: all .3s
}

.home-tap-panels {
    padding: 30px 100px;
    text-align: justify
}

    .home-tap-panels .tab-content .tab-pane.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .home-tap-panels ul {
        border: none
    }

        .home-tap-panels ul li {
            width: 33.3333%;
            text-align: center
        }

            .home-tap-panels ul li .tabButton {
                border: 10px solid rgba(0,0,0,0);
                background-color: rgba(0,0,0,0);
                -webkit-transition: all .3s;
                transition: all .3s;
                width: 100%
            }

            .home-tap-panels ul li button.active {
                border-bottom: 10px solid #2b579a;
                -webkit-transition: all .3s;
                transition: all .3s
            }

    .home-tap-panels .tab-content .tab-pane.active {
        padding: 30px;
        border: 1px solid #dbdbdb;
        margin: 20px 0px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 0px 5px 2px #dbdbdb;
        box-shadow: 0px 0px 5px 2px #dbdbdb
    }

        .home-tap-panels .tab-content .tab-pane.active .tab-right .tab-right-text .openTabBorder {
            background-color: #2b579a;
            width: 8px;
            height: 100%;
            position: absolute;
            border-radius: 5px
        }

        .home-tap-panels .tab-content .tab-pane.active img {
            width: 300px;
            height: 150px;
            margin: 10px 30px
        }

main .governing-part .chairman .govern-section .governing-title a img, main .governing-part .deputy .govern-section .governing-title a img {
    background-color: #ebebeb;
    border-radius: 50%;
    padding: 0px 8px
}

main .governing-part .chairman .govern-section .governing-title a .governing-name p:first-child, main .governing-part .deputy .govern-section .governing-title a .governing-name p:first-child {
    color: #1647bc;
    font-weight: 500
}

main .governing-part .chairman .govern-section .governing-title a .governing-name p:last-child, main .governing-part .deputy .govern-section .governing-title a .governing-name p:last-child {
    color: #8d8d8d
}

main .governing-part div.collapse .timeline-container {
    width: 90%;
    margin: 50px auto
}

    main .governing-part div.collapse .timeline-container .row .col-md-12 .card .card-body #content .timeline {
        border-left: 2px solid #727cf5;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
        margin: 0 auto;
        letter-spacing: .2px;
        position: relative;
        line-height: 1.4em;
        font-size: 1.03em;
        padding: 0px 50px;
        list-style: none;
        text-align: left;
        max-width: 84%
    }

        main .governing-part div.collapse .timeline-container .row .col-md-12 .card .card-body #content .timeline .event {
            border-bottom: 1px dashed #e8ebf1;
            padding-bottom: 25px;
            margin-bottom: 25px;
            position: relative
        }

            main .governing-part div.collapse .timeline-container .row .col-md-12 .card .card-body #content .timeline .event span {
                left: -160px;
                text-align: left;
                font-weight: 100;
                font-size: .9em;
                min-width: 120px;
                position: absolute;
                display: block;
                top: 0
            }

            main .governing-part div.collapse .timeline-container .row .col-md-12 .card .card-body #content .timeline .event::after {
                -webkit-box-shadow: 0 0 0 3px #727cf5;
                box-shadow: 0 0 0 2px #727cf5;
                left: -58px;
                background: #fff;
                border-radius: 50%;
                height: 15px;
                width: 15px;
                content: "";
                position: absolute;
                display: block;
                top: 0
            }

main .consulting .consulting-accordion .accordion .accordion-item {
    border-left: none;
    border-right: none
}

    main .consulting .consulting-accordion .accordion .accordion-item .accordion-header {
        position: relative
    }

        main .consulting .consulting-accordion .accordion .accordion-item .accordion-header .collapseLeftDiv {
            width: 10px;
            background-color: #e4322c;
            position: absolute;
            height: 70%;
            top: 8px;
            z-index: 10
        }

        main .consulting .consulting-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
            background-color: rgba(0,0,0,0);
            color: #0c63e4
        }

        main .consulting .consulting-accordion .accordion .accordion-item .accordion-header .accordion-button:focus {
            border-color: none;
            -webkit-box-shadow: none;
            box-shadow: none
        }

main .vacancy .carousel-img .round-icon {
    display: inline-block;
    position: absolute;
    bottom: -19px;
    font-size: 1.7rem;
    left: 50%;
    transform: translate(-50%);
    background-color: #fff;
    color: #1f497d;
    padding: 3px 12px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 1px 1px #cbcbcb;
    box-shadow: 0px 0px 1px 1px #cbcbcb
}

.carousel-item, .carousel-inner {
    height: 500px;
}

main .vacancy .carousel-img .carousel .carousel-inner .carousel-item .carousel-caption {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 3rem
}


main .vacancy .vacancies .table-responsive table > :not(caption) > * > * {
    border-width: 0 20px;
    border-color: #fff
}

main .vacancy .vacancies .table-responsive table thead tr th {
    background-color: #1f497d;
    color: #fff
}

    main .vacancy .vacancies .table-responsive table thead tr th:last-child {
        background-color: #337ab7;
        text-align: center;
        width: 7%
    }

main .vacancy .vacancies .table-responsive table tbody tr:hover {
    cursor: pointer
}

main .vacancy .vacancies .table-responsive table tbody tr td p:last-child {
    color: red
}

main .vacancy .vacancies .table-responsive table tbody tr td:nth-child(2) {
    padding-top: 35px
}

    main .vacancy .vacancies .table-responsive table tbody tr td:nth-child(2) i {
        color: #1f497d
    }

    main .vacancy .vacancies .table-responsive table tbody tr td:nth-child(2) span {
        margin-left: 10px;
        color: #8d8d8d
    }

main .vacancy .vacancies .table-responsive table tbody tr td:last-child {
    text-align: center;
    padding-top: 35px
}

    main .vacancy .vacancies .table-responsive table tbody tr td:last-child a {
        background: #1f497d;
        border-radius: 50px;
        padding: 3px 20px;
        color: #fff
    }

main .vacancy .vacancies .vacancies-header-text {
    font-size: 2.5rem
}

main .similar-vacancy-section .similar-vacancies .right-part {
    border: 1px solid #e9ebef;
    border-radius: 5px
}

    main .similar-vacancy-section .similar-vacancies .right-part .vacancy .vacancy-header .v-left {
        max-width: 700px
    }

    main .similar-vacancy-section .similar-vacancies .right-part .vacancy .vacancy-header .r-left .apply-button {
        background-color: #1f497d;
        color: #fff;
        padding: 10px 20px;
        border-radius: 20px;
        -webkit-transition: all .2s;
        transition: all .2s
    }

        main .similar-vacancy-section .similar-vacancies .right-part .vacancy .vacancy-header .r-left .apply-button:hover {
            background-color: #17365c
        }

main .similar-vacancy-section .similar-vacancies .left-part {
    height: 400px;
    overflow-y: auto
}

    main .similar-vacancy-section .similar-vacancies .left-part .similar-vacancy {
        background-color: #f1f1f1;
        border-left: 15px solid #1f497d;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        -webkit-transition: all .2s;
        transition: all .2s
    }

        main .similar-vacancy-section .similar-vacancies .left-part .similar-vacancy:hover {
            background-color: #d8d8d8;
            border-color: #1a3d68;
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
            cursor: pointer
        }

main .human-resources .human-resources-part .human-resource-lists .human-resource-list {
    overflow-wrap: break-word
}

.carousel-comments {
    background-color: #f5f5f5;
    padding-bottom: 30px
}

    .carousel-comments #testimonial-slider .testimonial {
        margin: 0 20px 40px
    }

        .carousel-comments #testimonial-slider .testimonial .testimonial-content {
            padding: 35px 25px 35px 50px;
            margin-bottom: 35px;
            background: #fff;
            position: relative
        }

            .carousel-comments #testimonial-slider .testimonial .testimonial-content:before {
                content: "";
                position: absolute;
                bottom: -30px;
                left: 0;
                border-top: 15px solid #718076;
                border-left: 15px solid rgba(0,0,0,0);
                border-bottom: 15px solid rgba(0,0,0,0)
            }

            .carousel-comments #testimonial-slider .testimonial .testimonial-content:after {
                content: "";
                position: absolute;
                bottom: -30px;
                right: 0;
                border-top: 15px solid #718076;
                border-right: 15px solid rgba(0,0,0,0);
                border-bottom: 15px solid rgba(0,0,0,0)
            }

        .carousel-comments #testimonial-slider .testimonial .description {
            font-size: 1.5rem;
            font-style: italic;
            color: #8a8a8a;
            line-height: 23px;
            margin: 0
        }

        .carousel-comments #testimonial-slider .testimonial .title {
            display: block;
            font-size: 1.8rem;
            font-weight: 700;
            color: #525252;
            text-transform: capitalize;
            letter-spacing: 1px;
            margin: 0 0 5px 0
        }

        .carousel-comments #testimonial-slider .testimonial .post {
            display: block;
            font-size: 1.4rem;
            color: #1f497d
        }

    .carousel-comments #testimonial-slider .testimonial-content .testimonial-icon {
        width: 50px;
        height: 45px;
        background: #1f497d;
        text-align: center;
        font-size: 2.2rem;
        color: #fff;
        line-height: 42px;
        position: absolute;
        top: 37px;
        left: -19px
    }

        .carousel-comments #testimonial-slider .testimonial-content .testimonial-icon:before {
            content: "";
            border-bottom: 16px solid #1f497d;
            border-left: 18px solid rgba(0,0,0,0);
            position: absolute;
            top: -16px;
            left: 1px
        }

    .carousel-comments #testimonial-slider .owl-theme .owl-controls {
        margin-top: 20px
    }

        .carousel-comments #testimonial-slider .owl-theme .owl-controls .owl-page span {
            background: #ccc;
            opacity: 1;
            -webkit-transition: all .4s ease 0s;
            transition: all .4s ease 0s
        }

        .carousel-comments #testimonial-slider .owl-theme .owl-controls .owl-page.active span {
            background: #0cca4a
        }

.useful-links {
    background-color: #1f497d;
    padding-bottom: 30px
}

    .useful-links #testimonial-slider2 .testimonial {
        margin: 0 20px 40px
    }

        .useful-links #testimonial-slider2 .testimonial .testimonial-content {
            margin-bottom: 35px;
            background: #1f497d;
            position: relative;
            border: 8px solid rgba(0,0,0,0);
            border-radius: 10px;
            -webkit-transition: all .3s;
            transition: all .3s
        }

            .useful-links #testimonial-slider2 .testimonial .testimonial-content:hover {
                border-color: rgba(255,255,255,.3882352941);
                cursor: pointer
            }

                .useful-links #testimonial-slider2 .testimonial .testimonial-content:hover img {
                    border-radius: 0px
                }

            .useful-links #testimonial-slider2 .testimonial .testimonial-content img {
                border-radius: 10px
            }

        .useful-links #testimonial-slider2 .testimonial .description {
            font-size: 1.5rem;
            font-style: italic;
            color: #8a8a8a;
            line-height: 23px;
            margin: 0
        }

        .useful-links #testimonial-slider2 .testimonial .title {
            display: block;
            font-size: 1.8rem;
            font-weight: 700;
            color: #525252;
            text-transform: capitalize;
            letter-spacing: 1px;
            margin: 0 0 5px 0
        }

        .useful-links #testimonial-slider2 .testimonial .post {
            display: block;
            font-size: 1.4rem;
            color: #1f497d
        }

    .useful-links #testimonial-slider2 .testimonial-content .testimonial-icon {
        width: 50px;
        height: 45px;
        background: #1f497d;
        text-align: center;
        font-size: 2.2rem;
        color: #fff;
        line-height: 42px;
        position: absolute;
        top: 37px;
        left: -19px
    }

        .useful-links #testimonial-slider2 .testimonial-content .testimonial-icon:before {
            content: "";
            border-bottom: 16px solid #1f497d;
            border-left: 18px solid rgba(0,0,0,0);
            position: absolute;
            top: -16px;
            left: 1px
        }

    .useful-links #testimonial-slider2 .owl-theme .owl-controls {
        margin-top: 20px
    }

        .useful-links #testimonial-slider2 .owl-theme .owl-controls .owl-page span {
            background: #ccc;
            opacity: 1;
            -webkit-transition: all .4s ease 0s;
            transition: all .4s ease 0s
        }

        .useful-links #testimonial-slider2 .owl-theme .owl-controls .owl-page.active span {
            background: #0cca4a
        }



.main-footer .footer-part-1 {
    padding: 20px 50px
}

.main-footer .footer-part-2 {
    padding: 20px 50px
}

    .main-footer .footer-part-2 p span {
        margin-left: 10px
    }

.main-footer .footer-part-3 {
    padding: 20px 50px
}

    .main-footer .footer-part-3 form .footer-form-input {
        background-color: rgba(0,0,0,0);
        border: none;
        border-bottom: 1px solid gray;
        width: 60%;
        padding: 10px
    }

        .main-footer .footer-part-3 form .footer-form-input:focus-visible {
            outline: none
        }

    .main-footer .footer-part-3 form .footer-form-button {
        background-color: rgba(0,0,0,0);
        color: gray;
        border: 1px solid gray;
        border-radius: 15px;
        padding: 5px 40px;
        -webkit-transition: all .2s;
        transition: all .2s
    }

        .main-footer .footer-part-3 form .footer-form-button:hover {
            background-color: #fff;
            border-color: #000;
            color: #000
        }

.main-footer .social-media a i {
    background-color: #707070;
    color: #fff;
    display: inline-block;
    padding: 9px 10px 8px 10px;
    border-radius: 50%;
    font-size: 1.3rem;
    margin: 0px 5px;
    -webkit-transition: all .2s;
    transition: all .2s
}

    .main-footer .social-media a i:hover {
        background-color: #e4322c
    }
/*# sourceMappingURL=style.min.css.map */
