@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

html {
    scroll-behavior: smooth;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

ul,
ol {
    margin: 0px;
    padding: 0;
    list-style: none;
}

*,
*:before,
*:after {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

a,
img,
a:hover,
img:hover {
    border: 0px;
    outline: 0px;
    color: rgba(237, 27, 36, 1);
    text-decoration: none;
    vertical-align: top;
}

body {
    font-size: 14px;
    line-height: 1.6;
    width: 100%;
    overflow-x: hidden;
    font-weight: 400;
    position: relative;
    font-family: 'Poppins', sans-serif;
    background: #fff;
    color: #111;
}

input,
select,
textarea,
button {
    font-family: 'Poppins', sans-serif;
}

input[type=file]:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-weight: 600;
}

p {
    margin-bottom: 15px;
    display: block;
}

.scrollup {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    width: 40px;
    font-size: 20px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: rgba(237, 27, 36, 1);
    display: none;
    line-height: 40px;
    transition: all ease-in-out .5s;
}

.scrollup:hover {
    color: #fff;
    background: rgba(11, 73, 120, 1)
}

.wrapper {
    width: 100%;
    float: left;
    position: relative;
}

@media screen and (max-width : 1366px) {
    .wrapper_inner {
        max-width: 1200px;
    }
}

.wrapper_inner {
    position: relative;
    padding: 0 15px;
    max-width: 1350px;
    margin-inline: auto;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    transition: all ease-in-out .5s;
}

.header.fix {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
    transition: all ease-in-out .5s;
}

.top_bar {
    background: #0B4978;
    padding: 10px 0;
}

.top_bar img {
    float: left;
    height: 30px;
}

.top_bar a {
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin-left: 20px;
    transition: all .5s;
}

.top_bar a i {
    margin-right: 10px;
    color: rgba(237, 27, 36, 1)
}

.fLeft {
    float: left;
}

.fRight {
    float: right;
}

.logo {
    padding: 5px 0;
    float: left;
    transition: all ease-in-out .5s;
}

.logo img {
    float: left;
    height: 60px;
    transition: all ease-in-out .5s;
}

.menu_bar:after {
    width: 100%;
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(237, 27, 36, 1);
}

.navigation, .navigation ul {
    float: right;
    position: relative;
    transition: all ease-in-out .5s;
}

.navigation ul li {
    float: left;
    position: relative;
    transition: all ease-in-out .5s;
}

.navigation ul li+li {
    margin-left: 30px;
}

.navigation ul li a {
    float: left;
    position: relative;
    color: rgba(11, 73, 120, 1);
    font-weight: 500;
    font-size: 16px;
    line-height: 70px;
    transition: all ease-in-out .5s;
}

.navigation ul li a span {
    float: right;
    margin-top: 24px;
    margin-left: 5px;
    font-size: 12px;
}

.navigation ul li.bordered a {
    background: rgba(237, 27, 36, 1);
    color: #fff;
    padding-left: 50px;
}

.navigation .dropDown {
    position: absolute;
    top: 90%;
    left: 0;
    width: 270px;
    padding: 10px;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, 0.1);
    z-index: 2;
    display: none;
    transition: all ease-in-out .5s;
}

.navigation ul li:hover .dropDown {
    top: 100%;
    display: block;
}

.navigation .dropDown li {
    width: 100%;
    margin: 0;
    padding: 0;
}

.navigation .dropDown li a {
    width: 100%;
    margin: 0;
    padding: 12px 10px;
    line-height: 1.4;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navigation .dropDown li a:hover,
.header.fix .navigation .dropDown li a:hover {
    border-bottom: 1px solid rgba(237, 27, 36, 1);
    ;
}

.navigation ul li a.active,
.navigation ul li a:hover {
    color: rgba(237, 27, 36, 1);
    ;
}

.navigation ul li a.active:after {
    opacity: .2;
}

.navigation ul li.bordered a:hover {
    color: #0B4978;
}

.navigation ul li:hover li a {
    color: #000;
}

.navigation ul li li a:hover {
    color: rgba(237, 27, 36, 1);
    ;
}

.menuicon {
    color: #2B2A29;
    display: none;
    float: right;
    width: 30px;
    margin-top: 15px;
}

.menuicon:hover {
    color: rgba(237, 27, 36, 1)
}

.fixedNavigation {
    display: none;
    position: fixed;
    top: 110px;
    width: 300px;
    right: -100%;
    height: calc(100vh - 110px);
    z-index: 999;
    background-color: rgba(237, 27, 36, 1);
    overflow-y: auto;
    padding: 20px 0;
    transition: all ease-in-out .5s;
}

.fixedNavigation.open {
    right: 0;
}

.fixedNavigation li {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.fixedNavigation li:last-child {
    border-bottom: 0px solid #000;
}

.fixedNavigation li .fa {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: poPoppins;
}

.fixedNavigation li.active .fa {
    transform: rotate(180deg);
}

.fixedNavigation li a {
    float: left;
    width: 100%;
    padding: 5px 20px;
    line-height: 40px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    transition: all ease-in-out .5s;
}

.fixedNavigation li a:hover {
    color: #fff
}

.fixedNavigation li li a:hover {
    color: #fff
}

.fixedNavigation li ul {
    width: 100%;
    float: left;
    display: none;
    background: rgba(0, 0, 0, 0.2)
}

.menuMasked {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
    background: rgba(0, 0, 0, 0.6);
    transition: all ease-in-out .5s;
}

.menuMasked.open {
    display: block;
}

body.menuOpened {
    overflow: hidden;
}

.menuicon span:before {
    content: "\f0c9";
    font-family: "FontAwesome";
    font-size: 24px;
}

.menuicon.open span:before {
    content: "\f00d"
}

/* homeSlider */
.mtop {
    margin-top: 110px;
}

.homeSlider {
    background: #0FB6CF;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.bannerVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bannerMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .81;
    z-index: 1;
    background: linear-gradient(to bottom, #E8F5FF, #E6F4FF, #ffffff);
}

.slider {
    z-index: 2;
}

.bannerTxt {
    float: left;
    color: rgba(11, 73, 120, 1);
    width: 60%;
    margin-top: 100px;
    margin-bottom: 40px;
}

.bannerTxt h1 {
    font-size: 48px;
    line-height: 1.4;
    letter-spacing: -2px;
}

.bannerImg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
}

.bannerImg img {
    width: 100%;
}

.buttonA {
    display: inline-block;
    font-size: 14px;
    margin-top: 25px;
    color: #fff;
    padding: 15px 20px;
    background: rgba(237, 27, 36, 1);
    font-weight: 500;
    line-height: 1;
    border-radius: 15px;
    position: relative;
    text-transform: uppercase;
    transition: all ease-in-out .5s;
}

.buttonA:hover {
    color: #fff;
    background: rgba(11, 73, 120, 1)
}

.banner_socail {
    margin-top: 60px;
}

.banner_socail a {
    float: left;
    font-size: 18px;
    margin-right: 30px;
    color: rgba(11, 73, 120, 1);
    transition: all ease-in-out .5s;
}

.banner_socail a:hover {
    color: rgba(237, 27, 36, 1);
    transition: all ease-in-out .5s;
}

/* banner_bottom */
.banner_bottom {
    color: #fff;
    padding: 20px 0;
    text-align: center;
    background-color: rgba(11, 73, 120, 1);
}

.banner_bottom h2 {
    color: #97D2FF;
    font-size: 22px;
    margin-bottom: 20px;
}

.banner_bottom li {
    display: inline-block;
    font-weight: 500;
    line-height: 1;
}

.banner_bottom li+li {
    margin-left: 50px;
}

.banner_bottom li span {
    float: left;
}

.banner_bottom li .fa {
    float: left;
    width: 12px;
    height: 12px;
    line-height: 12px;
    font-size: 10px;
    background: #fff;
    color: rgba(11, 73, 120, 1);
    border-radius: 50%;
    margin-right: 8px;
}

/* .request_form */
.request_form {
    background: #fff;
    padding: 60px 0;
}

.request_form h2, .home_h1 {
    text-align: center;
    font-size: 40px;
    color: rgba(11, 73, 120, 1);
    margin-bottom: 20px;
    letter-spacing: -2px;
}

.request_form form {
    background: #E6F7FF;
    padding: 40px 30px;
    border-radius: 25px
}

.rf_input {
    width: calc((100% - 140px) / 4);
    float: left;
    margin-right: 10px;
}

.rf_input input {
    width: 100%;
    float: left;
    background: transparent;
    border: 0px;
    color: rgba(11, 73, 120, 1);
    border-bottom: 1px solid rgba(11, 73, 120, 1);
    padding-bottom: 10px;
    font-size: 16px;
}

.rf_btn {
    float: right;
    width: 100px;
}

.rf_btn button {
    width: 100%;
    float: left;
    border: 1px solid rgba(237, 27, 36, 1);
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    border-radius: 12px;
    background: rgba(237, 27, 36, 1);
    transition: all .5s;
}

.rf_btn button:hover {
    color: rgba(237, 27, 36, 1);
    background: #fff;
    transition: all .5s;
}

/* services_section */
.services_section {
    padding-bottom: 50px;
}

.home_p {
    text-align: center;
    font-size: 18px;
    color: #B7B7B7;
    margin-bottom: 30px;
    padding: 0 10%;
}

.services_section ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.services_section ul img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
}

.services_section ul span {
    position: absolute;
    font-size: 21px;
    color: #fff;
    left: 0px;
    bottom: 0;
    padding: 20px;
    font-weight: 500;
    z-index: 1;
}

.services_section ul a {
    overflow: hidden;
}

.services_section ul a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90%;
    content: "";
    background: linear-gradient(to top, #0B4978 0%, rgba(0, 0, 0, 0) 100%);
    transition: all .5s;
}

.services_section ul a:hover:before {
    height: 120%;
    opacity: .7;
}

/* jobSeeker_section */
.jobSeeker_section {
    background: #E6F7FF;
    margin-top: 50px;
}

.jobSeeker_section .js_box {
    padding: 50px 0;
}

.jobSeeker_section .home_h1 {
    text-align: left;
}

.js_txt {
    width: 67%;
    float: left;
    font-size: 17px;
    color: rgba(11, 73, 120, 1);
}

.js_img {
    width: 33%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.js_img img {
    width: 100%;
}

/* staffing_section */
.staffing_section {
    padding: 80px 0;
}

.staffing_section .home_h1 {
    line-height: 1.5;
    padding: 0 10%;
}

.staffing_section ul {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.staffing_section ul a {
    padding: 20px;
    border-radius: 0px 80px;
    background: #F1F1F1;
    color: #007EB9;
    font-size: 22px;
    font-weight: 600;
    height: 180px;
    line-height: 1.4;
    transition: all .5s;
}

.staffing_section ul a:hover {
    background: #E6F7FF;
}

.staffing_section ul a img,
.staffing_section ul a span {
    position: absolute;
}

.staffing_section ul a img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    object-position: center;
}

.staffing_section ul li:nth-child(even) a img {
    bottom: 20px;
    right: 20px;
}

.staffing_section ul li:nth-child(odd) a img {
    top: 20px;
    left: 20px;
}

.staffing_section ul li:nth-child(even) a span {
    top: 20px;
    left: 20px;
}

.staffing_section ul li:nth-child(odd) a span {
    bottom: 20px;
    right: 20px;
}

/* .know_section */
.know_section {
    background: #E6F7FF;
    margin-bottom: 25px;
}

.ks_box {
    padding: 40px 0;
}

.ks_img {
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 25%;
}

.ks_txt {
    float: right;
    width: 70%;
    font-size: 20px;
    font-weight: 600;
}

.ks_txt .p {
    float: left;
    width: calc(100% - 150px);
    color: rgba(11, 73, 120, 1)
}

.ks_txt .buttonA {
    float: right;
    margin-top: 10px;
}

/* .expert_section  */
.expert_section {
    padding: 80px 0;
}

.es_img {
    float: right;
    width: 40%;
}

.es_img img {
    width: 100%;
}

.es_txt {
    margin-top: 40px;
    float: left;
    width: 55%;
    color: #0B4978;
    font-size: 18px;
    line-height: 1.7;
}

.es_txt .home_h1 {
    text-align: left;
    font-size: 38px;
    line-height: 1.5;
    padding-right: 10%;
}

.es_txt h4 {
    color: #007EB9;
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
}

.buttonB {
    line-height: 40px;
    padding: 0 20px;
    margin-left: 10px;
    border: 2px solid rgba(237, 27, 36, 1);
    color: rgba(237, 27, 36, 1);
    background: transparent;
}

.buttonB:hover {
    border: 2px solid rgba(11, 73, 120, 1);
}

/* software_section */
.software_section {
    padding-top: 50px;
}

.software_section::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    content: "";
    background: #E6F7FF;
}

.software_section .home_h1 {
    text-align: center;
}

.software_section .home_p {
    color: #6F6F6F
}

.software_section ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.software_section ul span {
    padding: 20px;
    background: #fff;
    box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.16);
}

.software_section ul span img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    object-position: center;
}

/* shortage_section */
.shortage_section {
    padding: 50px 0;
}

.short_img {
    float: left;
    width: 50%;
    padding: 0 50px;
}

.short_img img {
    width: 100%;
}

.short_txt {
    margin-top: 100px;
    float: right;
    text-align: right;
    width: 45%;
    color: #0B4978;
    font-size: 18px;
    line-height: 1.7;
}

.short_txt .home_h1 {
    text-align: right;
    font-size: 38px;
    line-height: 1.5;
}

/* tests_section */
.tests_section {
    padding: 60px 0;
}

.tests_section::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    content: "";
    background: #E6F7FF;
}

.tests_section .img {
    float: left;
    width: 38%;
}

.tests_section .img img,
.tests_section .img iframe {
    width: 100%;
    height: 370px;
    object-fit: cover;
    object-position: center;
    border: 0px;
}

.tests_section .txt {
    width: 58%;
    color: #6F6F6F;
    font-size: 16px;
    float: right;
    padding-top: 40px;
}

.tests_section .txt .home_h1 {
    text-align: left;
}

.tests_section .txt h4 {
    color: #007EB9;
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 15px;
}

/* numbers_section */
.numbers_section {
    padding-bottom: 50px;
}

.numbers_section .home_p {
    color: #6F6F6F;
    margin-bottom: 30px;
}

.numbers_section ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.numbers_section ul h6 {
    font-size: 22px;
    color: rgba(237, 27, 36, 1);
    margin-bottom: 10px;
}

.numbers_section ul span {
    background: #007EB9;
    border-radius: 0 70px;
    height: 120px;
    display: grid;
    font-size: 40px;
    letter-spacing: 2px;
    color: #fff;
    text-align: center;
    align-content: center;
    font-family: 'Oswald', sans-serif;
}

.numbers_section ul .p {
    color: #007EB9;
    text-align: right;
    margin-top: 10px;
    font-weight: 600;
}

/* how_section */
.how_section {
    padding: 50px 0;
    background: #E6F7FF;
}

.how_section ul {
    margin-top: 20px;
    padding: 0 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 50px;
}

.how_section ul li {
    padding: 0 30px;
}

.how_section ul .img {
    float: left;
    width: 180px;
    position: relative;
}

.how_section ul .img img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    object-position: center;
}

.how_section ul .img::before {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    font-size: 66px;
    font-weight: 600;
    color: #007EB9;
    content: attr(data-number)
}

.how_section ul h5 {
    float: right;
    width: calc(100% - 220px);
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: rgba(11, 73, 120, 1);
    line-height: 1.5;
}

.how_section ul .hs_box {
    margin-top: 20px;
    background: #fff;
    padding: 0 30px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.16)
}

/* teamForm_section */
.teamForm_section {
    padding: 60px 0;
}

.teamForm_section .home_p {
    padding: 0 20%;
    color: #6F6F6F
}

.teamForm_section form {
    background: #E6F7FF;
    padding: 30px;
    border-radius: 30px;
}

.inputSapn-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.teamForm_section textarea,
.teamForm_section input {
    width: 100%;
    float: left;
    background: transparent;
    border: 0px;
    height: 37px;
    color: rgba(11, 73, 120, 1);
    border-bottom: 1px solid rgba(11, 73, 120, 1);
    padding-bottom: 10px;
    font-size: 16px;
}

.teamForm_section textarea {
    margin-top: 25px;
}

.teamForm_section button {
    margin-top: 15px;
    float: left;
    border: 1px solid rgba(237, 27, 36, 1);
    line-height: 35px;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    border-radius: 12px;
    background: rgba(237, 27, 36, 1);
    transition: all .5s;
}

.teamForm_section button:hover {
    color: rgba(237, 27, 36, 1);
    background: #fff;
    transition: all .5s;
}

/* stories_section */
.stories_section {
    padding-bottom: 50px;
}

.stories_section .home_p {
    color: #6F6F6F
}

.stories_scroll {
    overflow: hidden;
}

.stories_scroll li {
    overflow: hidden;
    border-radius: 0px 70px;
}

.stories_scroll li .txt {
    padding: 25px 20px;
    color: #6F6F6F;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
    background: #F1F1F1;
}

.stories_scroll li h5 {
    background: #007EB9;
    color: #fff;
    font-size: 20px;
    padding-left: 70px;
    padding-right: 50px;
    display: flex;
    align-items: center;
    height: 80px;
}

.stories_scroll .owl-nav {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 10px;
}

.stories_scroll .owl-nav button {
    display: inline-block;
    border: 0px;
    background: transparent;
    margin: 0 3px;
}

.stories_scroll .owl-nav span {
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    color: #6f6f6f;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    opacity: .7;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
    transition: all ease-in-out .5s;
}

.stories_scroll .owl-nav button:hover span {
    opacity: 1;
}

/* footer */
.footer {
    background: #002E51;
    padding: 50px 0;
}

.foo_newsletter {
    color: #fff;
    padding: 0 10%;
    padding-bottom: 50px;
    border-bottom: 1px solid #fff;
}

.foo_newsletter h5 {
    text-align: center;
    font-size: 28px;
    line-height: 50px;
    float: left;
    width: 45%;
}

.foo_newsletter form {
    float: left;
    width: 55%;
    height: 50px;
    background: #0B4978;
    border-radius: 50px;
    padding: 5px;
}

.foo_newsletter form input {
    float: left;
    height: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
    background: transparent;
    color: #fff;
    border: 0px;
    padding: 0 30px;
    width: calc(100% - 150px);
}

.foo_newsletter form button {
    float: right;
    width: 150px;
    line-height: 40px;
    border-radius: 50px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 13px;
    background: rgba(237, 27, 36, 1);
    color: #fff;
    border: 0px;
    transition: all .5s;
}

.foo_newsletter form button:hover {
    background: #fff;
    color: rgba(237, 27, 36, 1);
}

.fbox {
    color: #fff;
    float: left;
    font-weight: 300;
}

.foo_a {
    width: 35%;
    margin-top: 40px;
}

.foo_a img {
    height: 60px;
}

.foo_a .p {
    margin-top: 20px;
    padding-right: 20%;
}

.foo_a .p a,
.foo_a .p span {
    opacity: .5;
}

.foo_a .p a {
    font-weight: 600;
    color: #fff;
    text-decoration: underline;
    text-transform: uppercase;
    transition: all .5s;
}

.foo_a .p a:hover {
    opacity: 1;
}

.foo_q {
    width: 15%;
    padding-right: 5%;
}

.foo_s {
    width: 25%;
    padding-right: 5%;
}

.foo_c {
    width: 25%;
}

.fbox h6 {
    font-size: 22px;
    color: #00AEFF;
    margin-bottom: 15px;
    margin-top: 40px;
    font-weight: 400;
}

.fbox li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.fbox li a {
    float: left;
    color: #fff;
    transition: all ease-in-out .5s;
}

.foo_socail a:hover,
.fbox li a:hover {
    color: rgba(237, 27, 36, 1)
}

.foo_socail a {
    margin-top: 5px;
    margin-right: 30px;
    color: #fff;
    font-size: 26px;
    transition: all ease-in-out .5s;
}

.foo_copy,
.foo_copy a {
    color: #fff;
}

.foo_links {
    margin-bottom: 10px;
}

.foo_links a,
.foo_links span {
    float: left;
    margin-right: 10px;
}

/* pagebanner */
.pagebanner {
    padding: 30px 0;
    background: rgba(11, 73, 120, 1);
    color: #fff;
}

.pagebanner h1 {
    float: left;
    font-size: 30px;
    line-height: 30px;
}

.pagebanner ul {
    float: right;
}

.pagebanner ul li {
    float: left;
    position: relative;
}

.pagebanner ul li:after {
    content: "\f105";
    font-family: "FontAwesome";
    margin: 0 15px;
    line-height: 30px;
    font-size: 12px;
    display: inline-block;
    opacity: .4;
}

.pagebanner ul li:last-child::after {
    display: none;

}

.pagebanner ul li a {
    float: left;
    line-height: 30px;
    color: #fff;
    opacity: .6;
    transition: all .5s;
}

.pagebanner ul li a:hover {
    opacity: 1;
}

.pagebanner ul li:last-child a {
    opacity: 1;
}

/* page */
.page {
    padding: 50px 0;
    font-size: 16px;
    color: #555;
    line-height: 1.9;
}

.page h2 {
    font-size: 26px;
    color: rgba(11, 73, 120, 1);
    margin-bottom: 20px;
}

.about_page .img {
    float: right;
    width: 50%;
    position: relative;
}

.about_page .img:before {
    position: absolute;
    top: 50px;
    left: 0;
    bottom: 50px;
    width: 50px;
    content: "";
    background: #fff;
}

.about_page .txt {
    float: left;
    width: 50%;
    padding: 60px 0;
}

.bglight {
    background: #E6F4FF
}

.about_page.img_left .img {
    float: left;
}

.about_page.img_left .img:before {
    left: auto;
    right: 0;
}

.page img {
    max-width: 100%;
}

.about_page_unique {
    padding: 60px 0;
    background: #E6F7FF;
    color: #555;
}

.about_page_unique h2 {
    color: rgba(11, 73, 120, 1);
    text-align: center;
}

.about_page_unique li {
    float: left;
    width: 47%;
    margin-right: 5%;
    font-size: 16px;
    line-height: 2;
    margin-top: 20px;
}

.about_page_unique li:last-child {
    margin-right: 0;
}

.about_page_unique li h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 25px 0;
    color: #002E51
}

.about_page_unique li h3:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: attr(data-number);
    color: currentColor;
    opacity: 0.05;
    font-size: 120px;
    font-weight: 700;
    transform: translateY(-50%);
}

.about_page_unique li h3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 1px;
    content: "";
    background: rgba(11, 73, 120, 1);
}

/* careers */
.jobsList h6 {
    font-size: 16px;
    text-transform: uppercase;
    color: #666;
    letter-spacing: 1px;
    margin-bottom: 30px;
    padding-left: 20px;
    border-left: 2px solid rgba(237, 27, 36, 1);
}

.jobsList h2 {
    font-weight: 700;
    margin-bottom: 30px;
}

.jobsListLi .jobTitle_h4 {
    margin-top: 10px;
    padding: 20px;
    cursor: pointer;
    color: #242424;
    background: #E6F4FF;
    border: 1px solid #E6F7FF;
    /* box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.06); */
    transition: all ease-in-out .5s;
}

.jobsListLi .jobTitle_h4 h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
}

.jobsListLi .jobTitle_h4:hover,
.jobsListLi .jobTitle_h4.active {
    background: rgba(237, 27, 36, 1);
    color: #fff
}

.jobsListLi .jobTitle_h4 .jbTitle {
    float: left;
}

.jobsListLi .jobTitle_h4 .location {
    float: right;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.jobTitle_txt {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    justify-content: space-between;
}

.jobTitle_txt strong {
    opacity: .5;
    font-weight: 500;
}

.jobListDiv {
    background: #E6F4FF;
    padding: 40px;
    display: none;
}

.jobListDiv h3 {
    margin: 20px 0;
    font-size: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.page_ul ul {
    margin: 20px 0;
}

.page_ul ul li {
    width: 100%;
    float: left;
    padding: 5px 0 5px 30px;
    position: relative
}

.page_ul ul li:before {
    position: absolute;
    top: 13px;
    left: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 3px solid rgba(11, 73, 120, 1);
    content: '';
}

.jobListDiv .applyBtn {
    background: #ddd;
    padding: 20px;
    margin-top: 20px;
    line-height: 40px;
}

.jobListDiv .applyBtn span {
    font-size: 20px;
    font-weight: 600;
    float: left;
}

.jobListDiv .applyBtn a {
    float: right;
    padding: 0 30px;
    border-radius: 5px;
    background-color: rgba(237, 27, 36, 1);
    color: #fff;
    transition: all ease-in-out .5s;
}

.jobListDiv .applyBtn a:hover {
    background-color: rgba(11, 73, 120, 1);
}

.jobFormModel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    overflow: hidden;
    background: rgba(0, 0, 0, .6);
    overflow-y: auto;
    display: none;
}

.jobFormBox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 20px;
}

.jobFormDiv {
    width: 100%;
    display: inline-block;
    position: relative;
    background: #fff;
    border-radius: 3px;
    padding: 30px;
    max-width: 800px;
    width: 100%;
}

.closeJobForm {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 10px;
    background: rgba(237, 27, 36, 1);
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    border-radius: 3px;
    transition: all ease-in-out .5s;
}

.closeJobForm:hover {
    color: rgba(11, 73, 120, 1);
}

.jobTitle {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.jobFormDiv .span2 {
    width: calc(50% - 10px);
    float: left;
}

.jobFormDiv .span2:nth-child(even) {
    float: right;
}

.label_control {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    transition: all ease-in-out .5s;
}

.input_control {
    width: 100%;
    float: left;
    border: 1px solid #ddd;
    padding: 10px;
    height: 50px;
    border-radius: 3px;
    background: #fff;
    margin-bottom: 20px;
    transition: all ease-in-out .5s;
}

textarea.input_control {
    height: 100px;
}

.buttonDiv {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.button_control {
    display: inline-block;
    padding: 15px 40px;
    background: rgba(11, 73, 120, 1);
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    border-radius: 3px;
    border: 0px;
    cursor: pointer;
    transition: all ease-in-out .5s;
}

.button_control:hover {
    background: rgba(237, 27, 36, 1);
}

/* contact_page */
.contact_page {
    text-align: center;
}

.contact_page h6 {
    font-size: 16px;
    text-transform: uppercase;
    color: #666;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.contact_page h2 {
    font-weight: 700;
    margin-bottom: 30px;
}

.contact_page .call_us li {
    display: inline-block;
    width: 300px;
    margin: 10px;
    border: 1px solid #ddd;
    padding: 30px;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.06)
}

.contact_page .call_us li i {
    width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: 58px;
    border-radius: 50%;
    color: #333;
    border: 1px solid rgba(237, 27, 36, 1);
    color: rgba(237, 27, 36, 1);
}

.contact_page .call_us li p {
    margin-top: 20px;
    font-weight: 600;
    color: rgba(11, 73, 120, 1)
}

.contact_page .call_us li a {
    color: #333;
    transition: all .5s;
}

.contact_page ul li a:hover {
    color: rgba(237, 27, 36, 1);
}

.contact_form {
    background: #E6F4FF
}

.span3 {
    width: calc((100% - 30px) / 3);
    margin-right: 15px;
    float: left;
}

.span3:nth-child(3n+3) {
    margin-right: 0;
}

.span2 {
    width: calc((100% - 15px) / 2);
    float: left;
}

.span2:nth-child(even) {
    float: right;
}

.contact_form .cp_form input,
.contact_form .cp_form select,
.contact_form .cp_form textarea {
    width: 100%;
    height: 50px;
    border: 0px;
    font-size: 16px;
    margin-bottom: 15px;
    padding: 10px;
    background: transparent;
    font-weight: 500;
    border: 1px solid #707070;
    transition: all ease-in-out .5s;
}

.contact_form .cp_form input:hover,
.contact_form .cp_form input:focus,
.contact_form .cp_form select:hover,
.contact_form .cp_form select:focus,
.contact_form .cp_form textarea:hover,
.contact_form .cp_form textarea:focus {
    border: 1px solid rgba(11, 73, 120, 1);
}

.contact_form .cp_form textarea {
    height: 100px;
}

.contact_form .cp_form button {
    margin-top: 20px;
    border: 1px solid rgba(237, 27, 36, 1);
    line-height: 50px;
    background: rgba(237, 27, 36, 1);
    color: #fff;
    border-radius: 10px;
    padding: 0 20px;
    cursor: pointer;
    letter-spacing: 1px;
    transition: all ease-in-out .5s;
}

.contact_form .cp_form button i {
    margin-right: 10px;
    transition: all ease-in-out .5s;
}

.contact_form .cp_form button:hover {
    color: rgba(237, 27, 36, 1);
    background: #fff;
}

.contact_page_map {
    padding: 60px 0;
    min-height: 450px;
    background: rgba(11, 73, 120, 1);
}

.contact_page_map::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .8;
    z-index: 1;
    background: rgba(11, 73, 120, 1);
}

.contact_page_map iframe {
    width: 100%;
    height: 100%;
    border: 0px;
    position: absolute;
    top: 0;
    left: 0;
}

.contact_page_map .address_list {
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.contact_page_map .address_list li {
    padding: 30px;
    background: #fff;
    font-size: 16px;
}

.contact_page_map .address_list h5 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
    color: rgba(11, 73, 120, 1);
    margin-bottom: 15px;
}

.contact_page_map .address_list h5:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 1px;
    content: "";
    background: rgba(237, 27, 36, 1)
}

.contact_page_map .address_list a {
    float: left;
    margin-top: 15px;
    color: rgba(11, 73, 120, 1);
    transition: all .5s;
}

.contact_page_map .address_list a:hover {
    color: rgba(237, 27, 36, 1)
}

.contact_page_map .address_list a i {
    margin-right: 10px;
}

.teamForm_section.services_page {
    border-top: 1px solid #E6F7FF;
}

.teamForm_section.services_page button {
    float: none;
    display: table;
    margin: auto;
    margin-top: 20px;
    padding: 5px 30px;
}

.about_page .txt ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
  clear: both;
}

.about_page .txt ul li {
  float: left;
  position: relative;
  padding: 0px 0 5px 25px;
  display: inline-block;
  width: 100%;
}

.about_page .txt ul li:before {
  position: absolute;
  top: 0px;
  left: 5px;
  font-family: FontAwesome;
  font-weight: 900;
  content: "\f105";
  color: #0b4978;
  font-size: 16px;
}
.p h4{
    font-size: 22px;
    margin-bottom: 15px;
    color: #0b4978;
}
/*
    ===============================
        responsive starts here
    ===============================
 */
@media screen and (max-width : 1279px) {
    .wrapper_inner {
        max-width: 980px;
    }

    .navigation ul li.bordered a {
        padding-left: 15px;
    }

    .bannerTxt {
        margin-top: 60px;
    }

    .bannerTxt h1 {
        font-size: 36px;
    }

    .bannerImg {
        width: 46%;
    }

    .banner_bottom li {
        margin: 5px;
    }

    .request_form h2, .home_h1 {
        font-size: 36px;
    }

    .jobSeeker_section {
        margin-top: 0;
    }

    .expert_section {
        padding: 50px 0;
    }

    .es_txt .home_h1, .tests_section .txt, .how_section ul, .how_section ul li {
        padding: 0;
    }

    .numbers_section ul {
        grid-template-columns: repeat(3, 1fr);
    }

    .how_section ul {
        gap: 50px;
    }

    .foo_newsletter {
        padding-left: 0;
        padding-right: 0;
    }

    .foo_a img {
        height: 50px;
    }

    .ks_img {
        bottom: 50%;
        transform: translateY(50%);
    }

    .about_page .txt {
        padding: 0;
    }

    .about_page .img {
        width: 48%;
    }

    .about_page .img::before {
        display: none;
    }

    .about_page .txtRight {
        float: right;
    }

    .contact_page .call_us li {
        width: 290px;
    }

    .contact_page_map .address_list {
        gap: 15px;
    }
}

@media screen and (max-width : 979px) {
    .wrapper_inner {
        max-width: 768px;
    }

    .logo {
        padding: 10px 0;
    }

    .logo img {
        height: 40px;
    }

    .menuicon {
        display: block;
    }

    .navigation {
        display: none;
    }

    .fixedNavigation {
        display: block;
    }

    .bannerImg {
        display: none;
    }

    .bannerTxt {
        width: 100%;
        margin-top: 50px;
    }

    .request_form, .staffing_section, .expert_section, .shortage_section, .tests_section, .teamForm_section {
        padding: 30px 0;
    }

    .request_form h2, .home_h1 {
        font-size: 30px;
    }

    .home_p {
        padding: 0;
        font-size: 16px;
    }

    .services_section ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .services_section {
        padding-bottom: 30px;
    }

    .js_img {
        width: 55%;
    }

    .staffing_section .home_h1 {
        padding: 0;
    }

    .staffing_section ul {
        grid-template-columns: repeat(3, 1fr);
    }

    .know_section {
        margin-bottom: 0;
    }

    .es_txt, .short_txt {
        margin-top: 0;
        font-size: 16px;
    }

    .es_txt .home_h1, .short_txt .home_h1 {
        font-size: 30px;
    }

    .es_txt h4 {
        font-size: 20px;
    }

    .software_section {
        padding-top: 30px;
    }

    .software_section ul {
        grid-template-columns: repeat(3, 1fr);
    }

    .short_img, .teamForm_section .home_p {
        padding: 0;
    }

    .tests_section .img img, .tests_section .img iframe {
        height: 300px;
    }

    .how_section ul {
        grid-template-columns: 1fr;
    }

    .stories_section {
        padding-bottom: 20px;
    }

    .foo_newsletter h5 {
        width: 100%;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .foo_newsletter form {
        width: 100%;
    }

    .foo_a {
        padding-top: 40px;
    }

    .foo_a, .foo_q, .foo_s, .foo_c {
        width: 50%;
        min-height: 250px;
        margin-top: 0;
    }

    .foo_copy {
        margin-top: 30px;
    }

    .menu_bar::after {
        display: none;
    }

    .rf_input {
        width: calc((100% - 140px) / 2);
        margin-bottom: 10px;
    }

    .inputSapn-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .page h2 {
        font-size: 32px;
    }

    .contact_page .call_us li {
        width: 220px;
        min-height: 220px;
        padding: 15px;
    }

    .contact_page_map .address_list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width : 767px) {
    .wrapper_inner {
        max-width: 550px;
    }

    .top_bar {
        height: 34px;
        overflow: hidden;
    }

    .top_bar img {
        display: none;
    }

    .fRight {
        width: 100%;
    }

    .top_bar a+a {
        margin-left: 10px;
    }

    .top_bar a i {
        margin-right: 5px;
    }

    .top_bar a {
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 0px;
        margin: 0;
        line-height: 1;
    }

    .logo img {
        height: 36px;
    }

    .fixedNavigation {
        width: 100%;
        top: 90px;
        height: calc(100vh - 90px);
    }

    .menuicon {
        width: auto;
        margin-top: 10px;
    }

    .mtop {
        margin-top: 90px;
    }

    .scrollup {
        right: 10px;
        bottom: 10px
    }

    .bannerTxt h1 {
        font-size: 28px;
    }

    .bannerTxt h1 br {
        display: none;
    }

    .banner_bottom li+li {
        margin: 0;
    }

    .banner_bottom li {
        width: 50%;
        margin: 0;
        float: left;
        padding: 5px;
    }

    .request_form h2, .home_h1, .es_txt .home_h1, .short_txt .home_h1 {
        font-size: 26px;
    }

    .request_form form {
        padding: 10px;
    }

    .rf_input {
        width: 100%;
    }

    .services_section ul, .staffing_section ul, .numbers_section ul, .inputSapn-4 {
        grid-template-columns: 1fr;
    }

    .jobSeeker_section .js_box, .how_section {
        padding: 30px 0;
    }

    .js_img, .ks_img {
        width: 100%;
        position: relative;
        margin-bottom: 20px;
    }

    .js_txt {
        width: 100%;
        font-size: 16px;
    }

    .ks_img {
        bottom: 0;
        transform: translateY(0);
    }

    .ks_txt, .ks_txt .p, .es_img, .es_txt, .short_txt, .short_img, .tests_section .img, .tests_section .txt {
        width: 100%;
    }

    .es_img, .short_img {
        margin-bottom: 20px;
    }

    .software_section ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .short_txt, .es_txt .home_h1, .short_txt .home_h1 {
        text-align: left;
    }

    .tests_section .img img, .tests_section .img iframe {
        height: 200px;
        margin-bottom: 20px;
    }

    .how_section ul .img {
        width: 110px;
    }

    .how_section ul .img img {
        height: 90px;
    }

    .how_section ul h5 {
        width: calc(100% - 125px);
        height: 90px;
        font-size: 18px;
    }

    .teamForm_section form {
        padding: 10px;
    }

    .stories_scroll .owl-nav {
        padding-top: 20px;
    }

    .footer {
        padding: 30px 0;
    }

    .foo_newsletter h5 {
        font-size: 22px;
    }

    .foo_newsletter {
        padding-bottom: 30px;
    }

    .foo_a, .foo_q, .foo_s, .foo_c {
        width: 100%;
        min-height: 100px;
    }

    .fbox h6 {
        margin-top: 25px;
    }

    .page {
        padding: 30px 0;
    }

    .about_page .img {
        width: 100%;
        margin-bottom: 20px;
    }

    .about_page .txt {
        width: 100%;
    }

    .page h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .about_page_unique li {
        width: 100%;
        margin-right: 0;
    }

    .foo_newsletter form input {
        padding: 0 10px;
    }

    .pagebanner h1 {
        font-size: 26px;
    }

    .pagebanner ul {
        width: 100%;
        margin-top: 10px;
    }

    .pagebanner ul li::after {
        margin: 0 8px;
    }

    .pagebanner {
        padding: 15px 0;
    }

    .jobsListLi .jobTitle_h4 .jbTitle {
        width: 100%;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .jobsListLi .jobTitle_h4 .location {
        float: left;
        font-size: 14px;
    }

    .jobTitle_txt {
        flex-wrap: wrap;
    }

    .jobListDiv {
        padding: 10px;
    }

    .jobFormDiv .span2 {
        width: 100%;
    }

    .jobTitle {
        font-size: 26px;
    }

    .contact_page .call_us li {
        width: 100%;
        margin: 10px 0;
        float: left;
        min-height: 120px;
    }

    .contact_page_map .address_list {
        grid-template-columns: 1fr;
    }

    .span3, .span2 {
        width: 100%;
        margin-right: 0;
    }

    .contact_page_map .address_list h5 {
        font-size: 20px;
    }
}

@media screen and (max-width : 359px) {
    .wrapper_inner {
        max-width: 320px;
    }
}