@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@300;400;500;600;700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css");
@import url("https://unpkg.com/aos@2.3.1/dist/aos.css");

html,
body {
    height: 100%;
}

body {
    font-size: 14px;
    font-weight: 400;

}

.middle {
    height: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



@media (min-width: 1200px) {
    body {
        font-size: 1vw;

    }

    .container {
        padding: 0 2vw;
        width: 88vw;
        margin: 0 auto;
        max-width: 88vw;
    }

    .container-header {
        padding: 0 .85vw;
        width: 92vw;
        margin: 0 auto;
        max-width: 92vw;
    }

    .row>* {
        padding-left: .84vw;
        padding-right: .84vw;
    }

    .row {
        margin: 0 -.9vw;
    }

    .container-fluid {
        margin: 0 4.6vw;
        padding: 0;
    }
}

.nav-menu {
    padding: 0.5vw 0;
    background: #050a20;
}

hr {
    margin: 0;
    background-color: #311a62;
    opacity: 1;
}


.nav-menu img {
    width: 22vw;
}

.nav-menu .navbar-brand {
    padding: 0;
    margin: 0;
}

.nav-menu .nav-item a {
    font-weight: 500;
    font-size: 1vw;
    color: #fff;
    padding: 0 !important;

}

.nav-menu .nav-item {
    padding: 0 1vw;
}

.nav-menu .chaticon a {
    background: linear-gradient(to right, #de3137 0%, #36239c 100%);
    border-radius: 10vw;
    padding: 1.2vw 2.5vw !important;
    font-weight: 600;
    line-height: 0;
    position: relative;
    padding-left: 1vw !important;
    margin-left: 0.5vw;
}

.nav-menu .chaticon i {
    font-size: 1.6vw;
    position: absolute;
    top: 0.4vw;
    right: 0.5vw;
    bottom: 0;
}

.nav-menu .phoneicon {
    padding: 0vw;
}

.nav-menu .phoneicon i {
    background-color: #7a48cc;
    border-radius: 100%;
    font-size: 1vw;
    width: 2.3vw;
    display: inline-block;
    height: 2.3vw;
    text-align: center;
    line-height: 2.3vw
}

.nav-menu .navbar-nav {
    align-items: center;
}

.index-banner {
    background-image: url("../img/banner.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 90.4vh;
    padding-top: 8vw;
}

.right-image img {
    width: 26vw;
}

.right-image {
    text-align: end;
}

.index-content {
    text-align: center;
}

.index-content p {
    font-size: 1.2vw;
    color: #ffffffd9;
    margin-bottom: 0.9vw;
    font-weight: 400;
}

.index-content h2 {
    font-size: 2.5vw;
    color: #fff;
    margin-bottom: 0vw;
}

.index-content button {
    border-width: 0.2vw;
    border-style: solid;
    border-image: linear-gradient(to right, #7f48c6 0%, #fb5343 100%) 1;
    color: #ffffff;
    margin: 0;
    border-radius: inherit;
    font-size: 0.9vw;
    background: transparent;
    border-width: 1px;
    font-size: 16px;
    padding: 8px 20px;
    margin: 50px 0;

}

.index-content button i {
    padding-left: 10px;
    font-size: 23px;
}

.index-content button:hover {
    background-image: linear-gradient(to right, #7f48c6 0%, #fb5343 100%);
    color: #fff;
}


.index-content h3 {
    font-size: 4vw;
    background: linear-gradient(to right, #7f48c6 40%, #fb5343 60%);
    font-weight: bolder;
    margin-bottom: 1.2vw;
    line-height: 100%;

}

.index-content h4 {
    font-size: 1.2vw;
    color: #fff;
    margin-bottom: 1vw;
    font-weight: 200;
    line-height: 2vw;
    margin: 1.5vw 0 2vw;
}

.form-control:focus {
    box-shadow: inherit;
    outline: inherit;
    border: 0.1px solid #000;
}

.index-search {
    background-color: #fff;
    border-radius: 10vw;
    padding: 0.7vw 1vw;
    padding-bottom: 0.5vw;
    padding-right: 1vw;
}

.index-search .input-group-text {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.index-search .input-group-text,
.index-search .form-control {
    padding: 0.5vw;
    font-size: 1vw;
    background-color: #fff;
    border: inherit;
    border-radius: 0;
    line-height: 0;

}

.input-group-text i {
    font-size: 1.2vw;
}

.index-search .form-control {
    background-color: #fff;
    border: inherit;

}

.index-search .input-field1::after {
    display: none;
}

.index-search .form-control::placeholder {
    font-size: 0.8vw;
    font-weight: 600;
    color: #333333;

}

.index-search .input-field {
    position: relative;
}


.mb-3 {
    margin-bottom: 1vw;
}

.find-btn .btn {
    background: linear-gradient(to right, #36239c 0%, #de3137 100%);
    border-radius: 10vw;
    padding: 0.7vw 1.4vw !important;
    color: #fff;
    font-size: 0.9vw;
    font-weight: 600;
}

.find-btn {
    text-align: end;
}

.about-company {
    background-image: url(../img/about-background.jpg);

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5vw 0;
    position: relative;
    padding-bottom: 29.5vw;
}

.about-company .big-text {
    position: absolute;
    top: 0.7vw;
    right: 0;
    bottom: 0;
    left: 0;

}

.about-company .big-text span {
    font-size: 4vw;
    font-size: 11.3vw;
    text-align: center;
    z-index: 0;
    color: #fff;

}

.about-company .about-text {
    z-index: 9;
    position: relative;
    margin-top: 1.5vw;
}

.about-company .about-text h2 {
    font-size: 2.1vw;
    color: #1b222b;
    margin-bottom: 1.5vw;
}

.about-company .about-text h2 span {
    background: linear-gradient(to right, #513eb1 40%, #de3137 60%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.about-company .about-text p {
    font-size: 0.95vw;
    line-height: 1.5vw;
    margin-bottom: 1vw;
    color: #555555;
    text-align: justify;
}

.about-company .about-text h3 {
    background: linear-gradient(to right, #341e64 0%, #fb5343 100%);
    font-size: 1.3vw;
    font-weight: 900;
    line-height: inherit;
    margin-bottom: 0.5vw;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.about-company .about-question i {
    font-size: 1.8vw;
    color: #291d67;
    padding-top: 1.5vw;
}

.about-question {
    align-items: center;
}

.about-image {
    position: relative;
    ;
    z-index: 9;
}

.about-image img {
    width: 36vw;
}

.service-section {
    padding: 5vw 0;
    background: linear-gradient(to right, #2d1a64 5%, #e02e3b 100%);
    position: relative;
    padding-top: 12.5vw;
}

.service-section .slick-slide {
    height: auto;
}

.why-workcog {
    position: absolute;
    bottom: -5.5vw;
    z-index: 9;
    background-color: #fff;
    width: 77vw;
    padding-top: 2vw;
    left: 12vw;
}

.why-workcog h2 {
    font-size: 3.2vw;
    text-align: center;
    margin: 0.5vw 0;

}

.why-workcog h2 span {
    background: linear-gradient(to right, #513eb1 40%, #de3137 60%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.why-workcog p {
    font-size: 0.95vw;
    line-height: 1.5vw;
    margin-bottom: 1.5vw;
    color: #555555;
    text-align: center;
}

.workcog-animation {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transform: skew(0deg);
}

.card {
    flex: 1;
    transition: all 1s ease-in-out;
    height: 21.2vw;
    position: relative;
}

.card__head {
    color: black;
    padding: 1vw 2vw;
    transform-origin: 0% 0%;
    transition: all 0.5s ease-in-out;
    min-width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0vw;
    left: 0;
    font-size: 1em;
}

.card:hover {
    flex-grow: 3;
}

.card img {
    filter: grayscale(0);
}

.card__head {
    text-align: center;
    color: white;
    font-size: 1.3vw;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0, transparent 100%);
    padding: 2vw 0.5vw 2.6vw 0.5vw;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease-in-out;
}

.workcog-animation .card {
    position: relative;
    margin: 0 0.2vw;
}

.workcog-animation .card:hover .card__head {
    font-size: 1.5vw;
    text-align: left;
    padding: 2vw 1.6vw 2.6vw 1.6vw;

}

.workcog-animation .card:hover .card__head p {
    text-align: initial;
    margin-top: 1vw;
}

.workcog-animation .card:hover::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    content: '';
    opacity: 0.6;
}

.card__head p {
    font-size: 0.9vw;
    color: #fff;
}

.card__head p {
    display: none;
}

.card:hover .card__head p {
    display: block !important;
}

.card:hover .card__head {
    bottom: 0vw;
}

.service-image {
    position: relative;
    z-index: 9;
    text-align: end;
}

.service-image img {
    width: 26vw;
}

.services-offer h2 {
    font-size: 2.1vw;
    color: #fff;
    margin-bottom: 1vw;
    text-transform: uppercase;
    letter-spacing: 0.1vw;
}

.services-offer p {
    font-size: 1.2vw;
    line-height: 1.5vw;
    margin-bottom: 1vw;
    color: #fff;
    letter-spacing: 0.1vw;
}

.services-carousel {
    position: relative;
    padding-top: 2vw;
}

.services-carousel::before {
    position: absolute;
    content: 'Testimonials';
    text-transform: uppercase;
    top: -11vw;
    bottom: 0;
    right: 0;
    left: 0.9vw;
    font-size: 13.5vw;
    color: #ffffff21;
}

.card .slide-count h5 {
    color: #fff;
    font-size: 1vw;
}

.card .slide-count {
    position: absolute;
    top: 1vw;
    left: 1vw;
    z-index: 9;
}

.service-technology {
    background-color: #fff;
    border-radius: 0.6vw;
    padding: 1.3vw;
    margin: 0 0.5vw;
    min-height: 18vw;
}

.service-technology img {
    width: 5vw;
    margin: 0 auto 10px;
}

.technology-content h2 {
    font-size: 1.3vw;
    color: #1b222b;
    margin: 0.8vw 0;
    text-align: center;
}

.technology-content p {
    font-size: 1vw;
    line-height: inherit;
    margin-bottom: 1vw;
    color: #434343;
    text-align: justify;
}

.service-section .container-fluid {
    margin: inherit;
}

.service-section .slick-arrow {
    display: none !important;
}

.services-btn {
    border: 0.15vw solid #fff;
    font-size: 0.9vw;
    text-align: center;
    display: flex;
    text-align: center;
    margin: 0 auto;
    border-radius: 10vw;
    color: #fff;
    margin-top: 2vw;
    font-weight: 900;
    align-items: center;
    padding: 0.3vw 1.5vw;
}

.services-btn:hover {
    border: 0.15vw solid #fff;
    background-color: #fff;
    color: #db2d3c;
}

.services-btn i {
    padding-left: 1.5vw;
    font-size: 1.5vw;
}

.projects {
    padding: 5vw 0;
    background-color: #f9f7f7;
    position: relative;
    padding-top: 8vw;
}

.projects .big-text {
    position: absolute;
    top: 0.7vw;
    right: 0;
    bottom: 0;
    left: 0;

}

.projects .big-text span {
    font-size: 4vw;
    font-size: 11.3vw;
    text-align: center;
    z-index: 0;
    color: #fff;

}


.projects-head {
    position: relative;
    z-index: 9;
}

.projects-head h2 {
    font-size: 2.1vw;
    color: #1b222b;
    margin-bottom: 1vw;
}

.projects-head p {
    font-size: 0.95vw;
    line-height: 1.5vw;
    margin-bottom: 1vw;
    color: #000000;
    text-align: justify;
}

.projects-image img {
    width: 100%;
}

.projects-head {
    margin-bottom: 2vw;
}

.project-content {
    padding: 1.5vw 0;
}

.project-content h2 {
    font-size: 1.5vw;
    font-weight: 600;
    margin-bottom: 0.8vw;
}

.project-content p {
    font-size: 0.9vw;
    padding-right: 1.5vw;
    margin-bottom: 1vw;

}

.project-content .services-btn {
    border-width: 0.2vw;
    border-style: solid;
    border-image: linear-gradient(to right, #7f48c6 0%, #fb5343 100%) 1;
    color: #de3137;
    margin: 0;
    border-radius: inherit;
    font-size: 0.9vw;

}

.project-content .services-btn:hover {
    background-image: linear-gradient(to right, #7f48c6 0%, #fb5343 100%);
    color: #fff;
}

.project-desc {
    position: relative;
    z-index: 9;
}

.clients .container-fluid {
    margin: inherit;
}

.clients .technology-clients {
    background: linear-gradient(to right, #2d1a64 0%, #e02e3b 100%);
}

.clients .client-side {
    background: #060a21 !important;
}

.technology-clients img {
    width: 100%;
}

.technology-clients {
    padding: 5vw;
}

.technology-clients .service-technology {
    background-color: inherit;
    border-radius: inherit;
    padding: 0vw;
    margin: inherit;
}

.clients-carousel .slick-arrow {
    display: none !important;
}

.technology-clients h2 {
    font-size: 2.1vw;
    color: #fff;
    margin-bottom: 2vw;
}

.clients .slick-dots li button:before {
    color: #fff;
}

.clients .slick-dots li.slick-active button:before {
    color: #fff;
}

.clients .slick-dots {
    bottom: -2.5vw;
}

.footer {
    background-color: #f1f2f3;
    padding: 5vw 0;
    padding-bottom: 0.5vw;
    position: relative;
}

.footer h3 {
    font-size: 1vw;
    font-weight: 900;
    margin-bottom: 1.5vw;
    color: #1e1d20;
}

.footer p {
    font-size: 0.9vw;
    margin-bottom: 0.5vw;
    color: #3c3841;
}

.footer a {
    color: #3c3841;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 0.5vw;
}

.copy-footer {
    padding: 1vw 0;
}

.footer-logo img {
    width: 8vw;
}

.copy-right p {
    font-size: 0.9vw;
    margin-bottom: 0.5vw;
    color: #3c3841;
}

.social-media ul {
    padding: 0;
    margin: 0;
    display: flex;
    margin-top: 1vw;
}

.social-media ul li {
    list-style: none;
    display: flex;
    text-align: center;
    margin: 0 0.2vw;
}

.social-media ul li i {
    background-color: #80858c;
    border-radius: 100%;
    color: #fff;
    width: 2vw;
    height: 2vw;
    font-size: 1vw;
    line-height: 2vw;
    display: inline-block;
    text-align: center;
}

.footer .row-cols-5 {
    padding-bottom: 3vw;
}

.slick-dots li button {
    width: 0.5vw;
    height: 0.5vw;
    padding: 0;
    font-size: 1.2vw;
    background-color: rgba(255, 255, 255, 0.342);
    opacity: 1;
    border-radius: 100%;
}

.slick-dots li {
    width: auto;
    height: auto;
    margin: 0 0.3vw;
}

.clients .slick-dots li.slick-active {
    width: 0.5vw;
    height: 0.5vw;
    padding: 0;
    font-size: 1.2vw;
    background-color: rgb(255, 255, 255);
    opacity: 1;
    border-radius: 100%;
}

.clients .slick-dots li button:before {
    display: none;
}

.clients .slick-dots li.slick-active button:before {
    display: none;
}

@-webkit-keyframes get-a-quote-animation {
    0% {
        transform: translateX(-25%)
    }

    to {
        transform: translateX(-45%)
    }
}

@keyframes get-a-quote-animation {
    0% {
        transform: translateX(-25%)
    }

    to {
        transform: translateX(-45%)
    }
}

.big-text {
    padding-top: 7vw;
    padding-bottom: 15vw;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.big-text h2 {
    font-size: 13vw;
    color: #e1e1e1;
    position: absolute;
    top: -0.5vw;
    left: 0;
    white-space: nowrap;
    /* animation: get-a-quote-animation 8s linear infinite; */
    transition-property: color;
    text-transform: uppercase;

}

.services-carousel .slick-list {
    padding: 0 12% !important;
}

.footer hr {
    background-color: #060a21;
    opacity: 0.2;
}

.footer-anchor {
    margin-top: 1vw;
}

.scroll-dwon {
    position: absolute;
    height: 3.5vw;
    left: 50%;
    bottom: 1.5vw;
    border-radius: 1vw;
    transform: translate(-50%);
    color: #fff;
    font-size: 0.9vw;
}

.scroll-dwon::after,
.scroll-dwon::before {
    content: '';
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -100%) rotate(45deg);
    border-top: transparent !important;
    border-left: transparent !important;
    height: 0.8vw;
    width: 0.8vw;
    border: 0.15vw solid #fff;
    animation: scroll-down 1s ease-in-out infinite;

}

.scroll-dwon::after {
    top: 55%;
    animation-delay: 0.24s;
}

@keyframes scroll-down {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        top: 90%;
    }
}

a {
    text-decoration: none;
}

.scroll-dwon a {
    color: #fff;
}

/* 
.app-btn {
    padding:.9vw 1.4vw .8vw;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    border-radius: .6vw;
    border-width: 1px;
    border-style: solid;
    min-width: 9.9vw;
    text-align: left;
    font-size: .95vw;
}

.app-btn span {
    display: inherit;
    float: right;
    position: relative;
    top: -.1vw;
}

.app-btn span svg {
    width: .83vw;
}

.btn-orange {
    background: #c39a65;
    border-color: #c39a65;
    color: #fff;
    width: max-content;
}

.btn-orange span svg {
    fill: #fff;
}


.btn-orange:hover {
    color: #fff;
}


.btn-white {
    border-color: #ffffff;
    color: #03416a;
    margin: 0 .6vw;

    background-color: #fff;
}

.btn-white span svg {
    fill: #03416a;
}


.middle {
    height: 100%;
    display: flex!important;
    flex-direction: column;
    justify-content: center;
}

p {
    font-size: .95vw;
    line-height: 1.6vw;
}

@media (min-width: 1200px) {
    body {
        font-size: 1vw;

    }
    
    .container {
        padding: 0 .85vw;
        width: 85vw;
        margin: 0 auto;
        max-width: 85vw;
    }

    .row>* {
        padding-left: .84vw;
        padding-right: .84vw;
    }

    .row{
        margin: 0 -.9vw;
    }
}


.navbar{
    padding: 0;
}
.navbar .container-fluid {
    padding: 0 3.8vw;
}

.navbar .navbar-brand {
    padding: 0;
}
.navbar .navbar-brand img {
    width: 11.4vw;
}

.navbar ul li {
    margin-left: 2.2vw;
    position: relative;
}
.navbar ul li a {
    font-family: 'Conv_CircularStd-Bold';
    color: #122332;
    text-transform: uppercase;
    font-size: .86vw;
    text-decoration: none;
    line-height: 4.65vw;
}

.navbar ul li a.active::after {
    content: "";
    width: 100%;
    height: .2vw;
    background: #c39a65;
    position: absolute;
    bottom: 0;
    left: 0;
} */
.header-hero {
    background: url('../img/banner.jpg');
    background-size: 100%;
    height: 90vh;
    width: 100%;
}

.loginbutton {
    background: #c39a65;
    color: #fff !important;
    padding: .9vw 2.3vw;
    border-radius: .7vw;
    margin-left: 2vw;
}



.header-text {
    padding-right: 2vw;
}

.header-text h1 {
    font-size: 2.6vw;
    margin-bottom: 1vw;
}



.header-text p {
    font-size: 1.2vw;
    margin: 0 0 2vw;
}




.s013 form {
    overflow: hidden;
}

.s013 form .inner-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: max-content;
    margin: 0 auto;
}

.s013 form .inner-form .left {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4vw;
}

.s013 form .inner-form .input-wrap {
    background: #fff;
    position: relative;
}


.input-field.first {
    padding: .7vw 0;
}

.s013 form .inner-form .input-wrap .input-field label {
    font-size: .9vw;
    font-weight: 500;
    display: block;
    color: #255085;
    padding-left: .9vw;
}

.s013 form .inner-form .input-wrap .input-field input {
    font-size: 1vw;
    color: #122332;
    background: transparent;
    width: 100%;
    border: 0;
    font-weight: 500;
    padding: 0;
}

.s013 form .inner-form .input-wrap .input-field input.placeholder {
    color: #122332;
}

.s013 form .inner-form .input-wrap .input-field input:-moz-placeholder {
    color: #122332;
}

.s013 form .inner-form .input-wrap .input-field input::-webkit-input-placeholder {
    color: #122332;
}

.s013 form .inner-form .input-wrap .input-field input.hover,
.s013 form .inner-form .input-wrap .input-field input:focus {
    box-shadow: none;
    outline: 0;
}

.s013 form .inner-form .input-wrap.first {}



.s013 form .btn-search {
    background: #c39a65;
    white-space: nowrap;
    font-size: 16px;
    color: #fff;
    transition: all .2s ease-out, color .2s ease-out;
    border: 0;
    cursor: pointer;
    font-weight: 400;
    padding: 0 2vw;
    font-size: 1.4vw;
}





.weare {
    padding: 4vw 0;
}

.weareheader h3 {
    font-size: 2vw;
    margin-bottom: 0;
    font-weight: 500;
}

.weareheader p {
    color: #18304b;
    font-size: 1vw;
    margin: 1.5vw 0;
}

.weareheader a {
    margin: 0 .6vw;
}


.weareheader a.findtalent {
    border-color: #03416a;
    color: #03416a;
}


.wearecards {
    margin-top: 4vw;
}

.wearecards h6 {
    margin-bottom: .5vw;
    font-weight: 500;
    font-size: 1.1vw;
}

.wearecards h5 {
    font-weight: 600;
    font-size: 2.75vw;
    line-height: 3.4vw;
    margin-bottom: 1.5vw;
}


.wearecards a {
    background: #ffffff47;
    color: #fff;
    border: 0;
}

.wearecards a:hover {
    background: #c39a65;
}



.aboutus {
    background: #f7f7f7;
    padding: 5vw 0;
}

.aboutus .img {
    padding-right: 2vw;
}

.aboutus .img img {
    width: 100%;
}


.aboutus .text {
    padding-left: 1vw;
    padding-right: 2vw;
}


.aboutus .text h6 {
    color: #122332;
}

h6.sectionheading {
    text-transform: uppercase;
    letter-spacing: .4vw;
    font-weight: 400;
    color: #122332;
    font-size: .9vw;
    margin-bottom: 1vw;
    position: relative;
    padding-left: 2.5vw;
}

h6.sectionheading::before {
    content: "";
    width: 1.9vw;
    height: .1vw;
    background: #c39a65;
    position: absolute;
    left: 0;
    top: 45%;
}

.aboutus .text h5 {
    font-weight: 600;
    color: #000000;
    font-size: 1.7vw;
    margin-bottom: 1.3vw;
}

.aboutus .text p {
    color: #18304b;
    font-size: .94vw;
    line-height: 1.5vw;
    margin-bottom: 1.8vw;
}


.borderleft {
    position: relative;
}

.borderleft::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3.9vw;
    background: #fff;
}


.find-soultions {
    background-color: #03416a;
    padding: 5vw 0;
}

.section-header h2 {
    font-size: 3.2vw;
    text-align: center;
    margin-bottom: 1.5vw;
}

.section-header h2 span {
    background: linear-gradient(to right, #513eb1 40%, #de3137 60%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}


.section-header .middle {
    justify-content: end;
    height: auto;
}


.solutionslist {
    margin-top: 2.5vw;
}

.solutionslist .card {
    border-radius: 0;
    background: none;
}

.solutionslist .card img {}

.solutionslist .card .card-body {
    padding: 1.3vw 0 0;
}

.solutionslist .card .card-body h5 {
    font-weight: 700;
    font-size: 1.21vw;
    margin-bottom: .9vw;
    white-space: nowrap;
}

.solutionslist .card .card-body p {
    font-size: .9vw;
    margin-bottom: 0;
}


.testmonials {
    padding: 5vw 0;
}



.reviewcard {
    padding: 0 10vw;
}

.testmonials h5 {
    color: #122332;
    font-weight: 400;
    font-size: 2vw;
    margin: 0 0 2.5vw;
    text-align: center;
}


.reviewcard img {
    margin: 0 auto 1vw;
    width: 9vw;
}

.reviewcard h4 {
    font-size: 1.15vw;
    font-weight: 600;
    color: #03416a;
    margin: 0;
    line-height: 1.9vw;
}



.testmonials .navs {
    display: block;
    position: absolute;
    z-index: 1000;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 1vw;
    width: 3vw;
    height: 3vw;
    text-align: center;
    line-height: 3vw;
    box-shadow: 0px 0px .4vw 0px rgb(0 0 0 / 11%);
    border: 0;
    background: #f7f7fa;
    color: #272734;
    font-size: 1.4vw;
}

.testmonials .navs:hover {
    background: #c39a65;
    color: #fff;
}

.testmonials .previous {
    right: -3.3vw;
}

.testmonials .next {
    left: -3.3vw;
}


.testmonials .slick-dots {
    display: none;
}

.client-card {
    margin: 2.7vw auto 0;
    width: max-content;
}


.cleint-img {
    width: 3.2vw;
    height: 3.2vw;
    border-radius: 1vw;
    background: #fff;
    overflow: hidden;
}


.cleint-img img {
    width: 100%;
}

.cleint-name {
    height: auto;
    margin-left: 1vw;
    text-align: left;
}

.cleint-name h6 {
    margin: 0 0 .2vw;
    font-size: 1vw;
    color: #17406e;
    font-weight: 500;
}

.cleint-name p {
    margin: 0;
    font-size: .9vw;
    color: #909090;
    font-style: italic;
    line-height: inherit;
    font-weight: 400;
}

.testmonials .sectionheading {
    color: #122332;
    text-align: center;
}

.testmonials .sectionheading::before {
    display: none;
}



.findsolutions .app-btn {
    text-align: center;
    background: #1d5479;
    border: 0;
    color: #fff;
    margin: 1vw 0 0;
}

.findsolutions .app-btn:hover {
    background: #fff;
    color: #c39a65;
}

.section-header .middle {
    justify-content: center;
}

.section-header .middle p {
    font-size: .95vw;
    color: #f1f1f1;
    margin: 0;
}


.clients {
    background: #ffffff;
    /* padding: 5vw 0; */
}


.clients img {
    width: 100%;
}

.clients .slick-slide {
    margin: 0 .4vw;
}



.clients .navs {
    display: block;
    position: absolute;
    z-index: 1000;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 1vw;
    width: 3vw;
    height: 3vw;
    text-align: center;
    line-height: 3vw;
    box-shadow: 0px 0px .4vw 0px rgb(0 0 0 / 11%);
    border: 0;
    background: #f7f7fa;
    color: #272734;
    font-size: 1.4vw;
}

.clients .navs:hover {
    background: #c39a65;
    color: #fff;
}

.clients .previous {
    right: -4.3vw;
}

.clients .next {
    left: -4.3vw;
}


.clients h6 {
    color: #122332;
    text-align: center;
}

.clients h6::before {
    display: none;
}

.clients h5 {
    color: #122332;
    font-weight: 400;
    font-size: 2vw;
    margin: 0 0 2.5vw;
    text-align: center;
}



/* footer */

footer {
    padding: 4vw 0 0;
    background: #f7f7f7;
}

.footer-logo svg {
    width: 7.5vw;
    margin-bottom: 1vw;
}


.footer-logo ul {
    margin-top: 1vw;
    margin-bottom: 2vw;
}

.footer-logo ul li {
    margin-left: 1vw;
}

.footer-logo ul li a {
    font-size: 1.2vw;
    color: #fff;
}

.footer-logo p {
    margin-bottom: .5vw;
    font-weight: 400;
    color: #fff;
}

.footer-logo p a {
    font-size: .8vw;

    color: #fff;
    margin: 0;
    text-decoration: none;

}

.footer-menu h6 {
    color: #122332;
    margin-bottom: 1vw;
    font-size: .9vw;
    font-weight: 600;

}

.footer-menu p {
    font-size: .9vw;
    margin: 0 0 1vw;
    color: #122332;
}

.footer-menu p a {
    font-size: .9vw;
    margin: 0;
    color: #122332;
    cursor: pointer;
    text-decoration: none;
}


.footer-menu ul {
    padding: 0;
    margin: 0;
}

.footer-menu ul li {
    list-style: none;
    float: left;
    width: 100%;
    margin-bottom: .2vw;
}

.footer-menu ul li a {
    font-size: .85vw;
    margin: 0;
    color: #122332;
    text-decoration: none;
}


.contacts a {
    font-size: .95vw;
    color: #122332;
    text-decoration: none;
}

.contacts p {
    font-size: .8vw;

    font-weight: 400;
    color: #122332;
    margin: 3vw 0 0;
}

.footer-bottom {
    /* border-top: 1px solid #e51363; */
    margin-top: 2.5vw;
    padding-top: 1.8vw;
}

.footer-bottom a {
    font-size: .8vw;
    font-weight: 400;
    color: #122332;
    text-decoration: none;
}

.footer-bottom p {
    font-size: .8vw;
    font-weight: 400;
    color: #122332;
    margin: 0;
}

.footer-menu .email {
    font-size: .85vw;
    margin: .4vw 0 0;
    color: #122332;
    text-decoration: none;
    font-weight: 500;
    display: block;
}


.copyrights {
    border-top: 1px solid #e1e1e1;
    padding: 1vw 0;
    margin-top: 2.5vw;
}

.copyrights p {
    margin: 0;
    font-size: .9vw;
    color: #666666;
}

.socail_links {
    padding: 0;
    margin: 0;
}

.socail_links li {
    list-style: none;
    float: left;
    list-style: none;
    margin-left: 1vw;
}

.socail_links li a {
    font-size: 1vw;
    font-weight: 600;
    color: #122332;
    text-decoration: none;
}


/* footer end */



/* about page */

.innerbanner {
    height: 40vh;
    background-size: cover !important;
    position: relative;
}

.contact-banner {
    height: 76vh;
}

.innerbanner::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: #000;
    opacity: 0.5;
}


.caption-banner h2 {
    font-weight: 700;
    font-size: 3.4vw;
}

.caption-banner h6 {

    font-size: 1.7vw;
    font-weight: 700;
    letter-spacing: .5vw;
    text-transform: uppercase;
    margin-bottom: 0.5vw;
}


.about-points {
    padding: 2.2vw 0;
}


.aboutlists {
    color: #fff;
    padding: 2.5vw 0;
    text-align: center;
    border: 1px solid;
}

.aboutlists:hover {
    background-color: #fff !important;
    border: 1px solid #de3137;
    color: #de3137;
    transition: 0.5s all ease-in-out;

}

.ourpassion .container-fluid {
    margin: inherit;
}

.about-points .aboutlists:hover {
    background-color: #fff !important;
    border: 1px solid #de3137;
    color: #de3137;
    transition: 0.5s all ease-in-out;

}



.aboutlists h6 {

    margin: 0;
    font-size: 0.9vw;
    line-height: 1.5vw;
    font-weight: 900;
}



.workcog-group {
    padding: 4vw 0;
}

.img img {
    width: 100%;
}


.workcog-group .text h4 {
    font-weight: 600;

    font-size: 2.1vw;
    color: #1b222b;
    margin-bottom: 1.5vw;
}

.workcog-group .text h4 span {
    background: linear-gradient(to right, #513eb1 40%, #de3137 60%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.workcog-group .text p {
    color: #18304b;
    margin: 0;
    margin-bottom: 0.5vw;
}


.ourpassion {
    background: linear-gradient(to right, #2d1a64 5%, #e02e3b 100%);
}


.ourpassion {}

.ourpassion .text h2 {

    font-size: 2.1vw;
    color: #fff;
    margin-bottom: 1vw;
}

.ourpassion .text {
    padding: 0 6vw;
}

.ourpassion .text p {
    margin-bottom: 1vw;
    font-size: 1vw;
}

.services-btn a {
    color: inherit;
}

.vission-mission {
    padding: 5vw 0;
    background-color: #fff;
}

.vssion-mission-card {
    padding: 3vw;
    min-height: 27vw;
}

.vssion-mission-card span img {
    width: 28%;
}

.vssion-mission-card h4 {

    font-size: 1.3vw;
    color: #1b222b;
    margin: 0.8vw 0;
}

.vssion-mission-card p {
    font-size: 0.95vw;

    line-height: 1.5vw;
    margin-bottom: 1vw;
    color: #434343;
}

.corevaluespoints p {
    margin-bottom: .3vw;
}

.corevaluespoints p i {
    color: #2d1a64;
    margin-right: .1vw;
}



/* services page */

.services-section {
    padding: 4vw 0;
}


.service-card {
    padding: 2vw 1.5vw;
    height: 100%;
    border: 1px solid #fff;
}


.service-card img {
    width: 4.7vw;
}

.service-card h4 {
    font-size: 1.2vw;
    font-weight: 700;
    margin: .2vw 0 1vw;
}

.service-card p {
    font-size: .85vw;
    color: rgba(255, 255, 255, 0.884);
    text-align: justify;

}

.services-section .section-header {
    margin-bottom: 2vw;
}


.allservices {
    padding-bottom: 4vw;
}


.seviceswrap {
    background-color: #f8f8f8;
    padding: 2.5vw;
}

.allservices .section-header {
    margin-bottom: 1.9vw;
}

.allservices .section-header h2 {
    margin-bottom: 1.3vw;
}

.allservices .section-header p {
    font-size: 1vw;
    color: #18304b;
    text-align: justify;
}


.serviceslists {
    padding: 0;
    margin: 0;
}

.serviceslists li {
    list-style: none;
    float: left;
    width: 100%;
    font-size: 1.03vw;
    margin-bottom: .8vw;
    list-style: none;

    font-weight: 400;
    display: flex;
    color: #222222;
    text-transform: capitalize;
}

.directhire li i {
    color: #fff !important;
}


.serviceslists li i {
    color: #5f1a6c;
    margin-right: .7vw;
}

.directhire2 .serviceslists li i {
    color: #5f1a6c !important;
}


.directhire {
    background: linear-gradient(to right, #2d1a64 5%, #e02e3b 100%);
    padding: 4vw 0;
}


.directhire .section-header {
    margin-bottom: 2vw;
}

.directhire .section-header h2 {
    margin-bottom: 1.3vw;
    color: #fff;
}

.directhire .serviceslists li {
    color: #ebebeb;
}

.directhire .img {
    padding-left: 1vw;
}




.directhire2 {
    background: #fff !important;
}


.directhire2 .section-header {
    margin-bottom: 2vw;
}

.directhire2 .section-header h2 {
    margin-bottom: 1.3vw;
    color: #010101;
}

.directhire2 .section-header p {
    color: #010101;
}

.directhire2 .serviceslists li {
    color: #222222;
}

.directhire2 .img {
    padding-left: 0;
    padding-right: 1vw;
}





.contact_form {
    padding: 4vw 0;
    background-color: #fff;
}

.location_map_wraper {
    padding: 0;
}

.location_map {
    padding: 0.6vw;
    border-radius: 0.6vw;
    background: #fff;
    box-shadow: 0px 0px 3vw 0px rgba(0, 0, 0, 0.15);
    position: relative;
    min-height: 12.4vw;
}

.location_map1 {
    min-height: 18.4vw;
}

.location_map iframe {
    height: 18vw;
}

.location_address {
    text-align: center;
    padding: 1vw;
}

.contact-social h6 {
    margin-bottom: 2vw !important;
}

.location_address i {
    color: #513eb1;
    font-size: 2vw !important;
}

.location_address h5 {
    color: #333333;
    font-size: 1.4vw;
    margin-bottom: .8vw;

    font-weight: 700;
}

.location_address p {
    color: #333333;
    font-size: 1.1vw;
    font-weight: 400;
    margin-bottom: 0.8vw;
}

.location_address a.findlocation {
    width: max-content;
    min-width: initial;
    background: none;
    border-bottom: 2px solid #fb8068;
    padding: 1px 0;
    margin-left: 1.5vw;
    border-radius: 0;
    text-align: left;
    font-weight: 600;
    color: #fb8068;
    position: relative;
    box-shadow: none;
    font-size: 1vw;

    margin-top: 1vw;
}

.location_address h6:hover {
    background: linear-gradient(to right, #513eb1 40%, #de3137 60%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.location_address a i {
    position: absolute;
    left: -28px;
    font-size: 19px;
}

.location_address h6 {
    margin: 0 0 .3vw;
}

.location_address h6 {
    color: #010101;
    font-weight: 700;
    text-decoration: none;

    font-size: 1.3vw;
    margin-top: 2vw;
}

.location_address h6 a {
    color: inherit;
}



.contact_form h2 {
    color: #121212;
    font-size: 2.1vw;
    font-weight: 800;
    text-align: center;

    margin-bottom: 3vw;
}



/* why workcog */

.whyworkcog {
    padding: 4vw 0 1vw;
}

.whyworkcog .section-header h2 {
    font-size: 3.2vw;

    text-align: center;
    margin: 0.5vw 0;
    margin-bottom: 1.7vw;
}

.whyworkcog .section-header span {
    background: linear-gradient(to right, #513eb1 40%, #de3137 60%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.whyworkcog .section-header p {
    text-align: center;
    font-size: 0.95vw;

    line-height: 1.5vw;
    margin-bottom: 1.5vw;
    color: #555555;
    text-align: justify;
}


.whyworcogcards {
    margin-top: 4vw;
}

.whyworcogcards .row {
    margin-bottom: 4vw;
}

.whyworkcog .text {
    padding: 0 1.5vw;
}

.whyworkcog .text h3 {
    font-weight: 300;
    color: #122332;
    margin-bottom: 1.7vw;
    font-size: 1.6vw;
}


.whyworkcog .text h3 span {
    font-weight: 700;
    background: linear-gradient(to right, #513eb1 40%, #de3137 60%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.whyworkcog .text p {
    font-size: 0.95vw;

    line-height: inherit;
    margin-bottom: 0.5vw;
    color: #555555;
}




/* careers */

.sidebar_style {
    background: #fff;
    padding: 1vw;
}

.list_bg {
    background: #f7f7fa;
}

.space-ptb {
    padding: 5vw 0;
    /* background: #f7f7fa; */
}

.job-filter {
    margin-top: 1vw !important;
}


/*****************************
  Sidebar
*****************************/
.sidebar .widget {
    padding-bottom: 1vw;
}

.sidebar .widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar hr {
    margin-bottom: 1.5vw;
    margin-top: 0;
    background-color: #e5e5e5;
}

.sidebar .search {
    position: relative;
}

.sidebar .search i {
    position: absolute;
    color: #5fbd43;
    cursor: pointer;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar .search .form-control {
    font-weight: 400;
    padding-right: 40px;
    height: 50px;
    padding-left: 15px;
}

.sidebar .locations {
    position: relative;
}

.sidebar .locations i {
    position: absolute;
    color: #5fbd43;
    cursor: pointer;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar .locations .form-control {
    font-weight: 400;
    padding-right: 40px;
    height: 50px;
    padding-left: 15px;
}

/* Widget */
.widget .widget-title {
    margin-bottom: 20px;
}

.widget .widget-title h6 {
    margin-bottom: 0;
    font-size: 1vw;

    font-weight: 600;
}

.widget .widget-title a {
    color: #001935;
}

.widget .widget-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

/* similar-jobs-item */
.similar-jobs-item .job-list {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 15px;
}

.similar-jobs-item .job-list:last-child {
    margin-bottom: 0;
}

.similar-jobs-item .job-list:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* checkbox */
.widget .widget-content {
    margin-top: .9vw;
}

.widget .widget-content .form-check {
    margin-bottom: .5vw;
    display: block;
    min-height: 1.8vw;
    padding-left: 1.7vw;
    margin-bottom: .125rem;
    font-size: .9vw;
}

.widget .widget-content .form-check:last-child {
    margin-bottom: 0px;
}

.widget .form-check.fulltime-job .form-check-input {
    background-color: #186fc9;
    border-color: #186fc9;
}

.widget .form-check.parttime-job .form-check-input {
    background-color: #ffc107;
    border-color: #ffc107;
}

.widget .form-check.freelance-job .form-check-input {
    background-color: #53b427;
    border-color: #53b427;
}

.widget .form-check.temporary-job .form-check-input {
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.widget ul {
    margin: 0;
}

.widget ul li a:hover {
    color: #5fbd43;
}

.widget .company-detail-meta ul {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.widget .company-detail-meta ul li {
    margin-right: 15px;
    display: inline-block;
}

.widget .company-detail-meta ul li a {
    color: #969696;
    font-weight: 600;
    font-size: 12px;
}

.widget .company-detail-meta .share-box li {
    margin-right: 0;
    display: inline-block;
    float: left;
}

.widget .company-detail-meta ul li.linkedin a {
    padding: 15px 20px;
    border: 2px solid #eeeeee;
    border-radius: 3px;
    display: inline-block;
}

.widget .company-detail-meta ul li.linkedin a i {
    color: #06cdff;
}

.widget .company-address ul li {
    margin-bottom: 10px;
}

.widget .company-address ul li:last-child {
    margin-bottom: 0;
}

.widget .company-address ul li a {
    color: #969696;
}

.widget .widget-box {
    border: 2px solid #eeeeee;
    border-radius: 3px;
    padding: 20px 15px;
}

.widget .similar-jobs-item .job-list.jobber-list {
    padding: 15px 10px;
    border: 0;
    margin-bottom: 10px;
}

.widget .similar-jobs-item .job-list-details {
    -ms-flex-item-align: center;
    align-self: center;
}

.widget .similar-jobs-item .job-list.jobber-list .job-list-company-name {
    color: #5fbd43;
}

.widget .docs-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #eeeeee;
    padding: 30px;
    border-radius: 3px;
}

.widget .docs-content .docs-text {
    -ms-flex-item-align: center;
    align-self: center;
    color: #969696;
}

.widget .docs-content span {
    font-weight: 600;
}

.widget .docs-content .docs-icon {
    margin-left: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38px;
    flex: 0 0 38px;
}

.widget .jobber-company-view ul li {
    margin-bottom: 20px;
}

.widget .jobber-company-view ul li:last-child {
    margin-bottom: 0;
}

.widget .jobber-company-view ul li span {
    color: #001935;
    -ms-flex-item-align: center;
    align-self: center;
    font-weight: 600;
}


.job-verticle-list {
    display: block;
    width: 100%;
    margin-bottom: 1.5vw;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    border-radius: .4vw;
    padding: 0 2vw;
    border: 1px solid #ebf0f6;
    -webkit-box-shadow: 0 1px 2px 0 rgb(0 106 194 / 20%);
    box-shadow: 0 1px 2px 0 rgb(0 106 194 / 20%);
}

.vertical-job-card {
    width: 100%;
}

vertical-job-header {
    display: inline-block;
    width: 100%;
    padding: 12px 0 10px 0;
    align-items: center;
}

.vertical-job-header h4 {
    margin-bottom: .1vw;
    line-height: 1;
    font-size: 1.1vw;
}

.vertical-job-header h4 a {
    color: #001935;
    text-decoration: none;

    font-weight: 600;
}

.vertical-job-header .com-tagline {
    font-size: .92vw;
    margin-bottom: .2vw;
    display: block;
}

.vertical-job-body {
    border-top: 1px solid #eaeff5;
    border-bottom: 1px solid #eaeff5;
    padding: 1vw 0;
    width: 100%;
}

.vertical-job-card ul {
    margin: 0;
    padding: 0;
}

.vertical-job-body ul li {
    padding: .1vw 0;
    display: flex;
    font-size: .9vw;
}

.vertical-job-body ul.can-skils li strong {
    width: 9vw;
    display: inline-block;
}

.vertical-job-body ul li span {
    width: 90%;
}

.vrt-job-act {
    text-align: center;
    display: table;
}

.vertical-job-header {
    display: inline-block;
    width: 100%;
    padding: 1vw 0 .7vw 0;
    align-items: center;
}

.skill-tag {
    background-color: #eaedf3;
    border-radius: 0 2px 2px 0;
    color: #8492af;
    display: inline-block;
    font-size: .8vw;
    font-weight: 600;
    line-height: 1.2727272727;
    margin: .1vw 1vw .1vw 0px;
    padding: .2vw .7vw;
    position: relative;
    text-transform: uppercase;
    width: auto !important;
}

.skill-tag:before {
    border-top: 10px solid transparent;
    border-left: 9px solid #eaedf3;
    border-bottom: 10px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    right: -8px;
    width: 0;
}

.skill-tag:after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 4px;
    position: absolute;
    top: 8px;
    right: -2px;
    width: 4px;
}


.apply_job a {
    font-size: .87vw;
    font-weight: 600;
    padding: .8vw 1vw;
    color: #fff;
    background: #c39a65;
    display: block;
    min-width: 8.5vw;
    margin-bottom: .5vw;
    text-decoration: none;
}

.view_job a {
    background: #1a2746 !important;
}

.model_width_main {
    max-width: 450px !important;
}

.input-group-text-style {
    right: 13px !important;
    left: 14px !important;
}

.dashboar_menu {
    background: #001935;
}

.ashboard_baner {
    padding: 130px 0px 74px;
}

a.btn_footer {
    margin-bottom: 30px !important;
}


.allsectors-drop .select2-container--default .select2-search--dropdown {
    display: none !important;
}


.about-values .feature-info {
    min-height: 429px;
}

.contactus .feature-info-icon {
    font-size: 55px;
}

.contactus .feature-info-content h5 {
    margin-bottom: 15px;
}

.contactus .feature-info-content span {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    display: inline-block;
}

.contactus .feature-info-border {
    border-color: #ccc;
    min-height: 264px;
}


.success_message {
    display: none;
    color: green;
    font-weight: 600;
}

.success_message {
    padding: 40px 20px;
    font-size: 20px;
    text-align: center;
}

.registraionforms h4 {
    font-size: 16px;
    color: #111;
}

.registraionforms .modal-header {
    padding: 1.1rem 1.3rem;
}

.registraionforms .modal-body h6 {
    font-size: 14px;
}

.registraionforms .form-label {
    color: #333;
    font-size: 13px;
}

.form-label {
    color: #333;
    font-size: 13px;
    font-weight: 500;
}

.form-group label {
    font-size: 13px;
    font-weight: 500;
    color: #333;
}

.registraionforms .form-control {
    border: 1px solid #d1d1d1;
    height: 44px;
}

a {
    cursor: pointer;
}

.registraionforms .modal-body {
    padding: 2rem;
}


.add-user-form .modal-body h4 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.accessbuttons {
    /* border-radius: 8px;
      overflow: hidden; */
}


.accessbuttons button {
    padding: 9px 20px;
}

.add-user-form .modal-lg,
.add-user-form .modal-xl {
    max-width: 700px;
}

.widget .widget-title a {
    color: #001935;
}


.short-by .form-control {
    border: 1px solid #dfdfdf;
    color: #626262;
    border-radius: 0px;
    height: 2.5vw;
    padding: 0 1.5vw;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: .9vw;
    font-weight: 600;
    border-radius: 3px;
}

.list_heading h6 {
    margin-top: 1vw;
    font-size: 1.2vw;

    font-weight: 600;
}

.text-primary {
    color: #5fbd43 !important;
}



.job-filter-tag {
    float: right;
}

.job-filter-tag label {
    font-size: .9vw;
}

.short-by {
    margin-left: .5vw;
}


.jobvewbanner {
    height: 38vh;
}

.jhobdetails {
    padding: 4vw 0;
}

.jobdetails-right.sticky-top {
    top: 2vw;
}

.jobdetails-right {
    border-right: 1px solid #dddddd;
    width: 80%;
}

.jobdetails-right div {
    margin-bottom: 2.5vw;
}

.jobdetails-right span {
    font-size: .95vw;
}

.jobdetails-right h6 {
    margin: .4vw 0 0;
    color: #122332;
    font-size: 1.05vw;

}


.view-job-right {}

.view-job-right h6 {
    font-weight: 500;
    color: #09375b;
    font-size: 1.2vw;
    margin-bottom: 1.5vw;

    width: 100%;
    float: left;
}

.view-job-right p {
    font-size: 1vw;
    margin-bottom: 1.5vw;

    font-weight: 500;
    color: #666666;
}

.view-job-right span {
    font-weight: 500;
    font-size: .9vw;
    color: #666666;
    display: block;
    margin-bottom: 1vw;
}

.view-job-right ul {
    padding: 0;
    margin: 0 0 2vw;
    float: left;
    width: 100%;
}

.view-job-right ul li {
    list-style: none;
    float: left;
    font-size: .9vw;
    font-weight: 400;
    color: #000000;
    width: 100%;
    margin-bottom: 1vw;
    list-style: none;
    display: flex;
}

.view-job-right ul li i {
    color: #c39a65;
    margin-right: 1vw;
    font-size: 1.2vw;
    position: relative;
    top: -.2vw;
}


.view-job-right a {
    background: linear-gradient(to right, #36239c 0%, #de3137 100%);
    padding: 1.5vw 5vw;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.1vw;
}


.images {
    position: relative;
}


.job-form {
    background: #031763;
    padding: 10vw 0 5vw;
}


.form-wrapper {
    background: #fff;
    padding: 1vw 2.5vw;
    border-radius: .6vw;
}

.form-wrapper h2 {
    font-weight: 500;
    color: #09375b;
    font-size: 1.7vw;
    margin: 0;
    height: auto;
    text-align: center;

}


.form-section {
    padding: 0 2.5vw;
}

.form-header {
    padding-bottom: 1.5vw;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 2.5vw;
}

.form-header img {
    width: 10vw;
}

.form-wrapper .form-control {
    height: auto;
    padding: .2vw 0;
    border: 0;
    border-bottom: 0.1vw solid #c2c2c2;
    border-radius: 0;
    font-weight: 400;
    color: #333;
    font-size: 1vw;

}

.form-wrapper .btn-close {
    position: absolute;
    right: 0.5vw;
    top: 0.5vw;
}

.form-wrapper .form-control:focus {
    box-shadow: none;
}

.form-wrapper .form-control::placeholder {
    color: #999999;
    font-weight: 400;
}

.form-wrapper label {
    font-size: .92vw;
    font-weight: 400;
    color: #333333;
    margin-bottom: .2vw;
}

.form-wrapper .form-group {
    margin-bottom: 2vw;
    position: relative;
}


.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0;

}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: auto;
    padding: .2vw 0;
    border: 0;
    border-bottom: 0.1vw solid #c2c2c2;
    overflow: hidden;
    border-radius: .25rem;
    font-weight: 500;

    padding: .2vw 0;
    border: 0;
    border-bottom: 0.1vw solid #c2c2c2;
    border-radius: 0;
    font-weight: 500 !important;
    color: #333;
    font-size: 1.02vw !important;
}


/* .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
} */

.submitbutton {
    background: #c39a65;
    color: #fff;
    font-size: 1.04vw;
    padding: .8vw .9vw;
    border-radius: .3vw;
    border: 0;
    font-weight: 400;
    width: 100%;
}

.custom-file span {
    position: absolute;
    right: 0;
    color: #000;
}


.applyjobmodal .modal-dialog {
    max-width: 43vw;
    margin: 2vw auto;
}



@media (max-width: 575.98px) {
    .first .input-field span {
        font-size: 14px;
    }

    .location_address a.findlocation {
        font-size: 14px;
        margin: 10px 0 0 24px;
    }

    .location_address a i {
        left: -24px;
    }

    .location_address h6 {
        margin: 0 0 4px;
    }

    .location_address h6 a {
        font-size: 26px;
    }

    .contact_form h2 {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .contact-action {
        padding: 40px 0;
    }

    .contact-card {
        margin-bottom: 20px;
    }

    .contact-card h6 {
        margin-bottom: 6px;
    }

    .contact-card span {
        margin-bottom: 13px;
        padding: 10px;
    }

    .location_map iframe {
        height: 200px;
    }

    .location_map_wraper {
        padding: 0;
        margin-bottom: 20px;
    }

    .location_address h5 {
        font-size: 16px;
    }

    .location_address {
        padding: 16px;
    }

    .location_address p {
        margin-bottom: 8px;
        font-size: 15px;
    }

    .location_address a {
        font-size: 14px;
        margin: 0;
    }





    .view-job-right a {
        padding: 12px;
        font-size: 16px;
        width: 100%;
        text-align: center;
        float: left;
    }

    .view-job-right ul {
        margin-bottom: 20px;
    }

    .view-job-right {
        margin-top: 20px;
    }

    .view-job-right ul li i {
        margin-right: 10px;
        font-size: 14px;
        top: 1px;
    }

    .view-job-right span {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .jobdetails-right div {
        margin-bottom: 15px;
    }

    .view-job-right p {
        font-size: 14px;
        margin-bottom: 12px;
        font-weight: 500;
    }

    .view-job-right h6 {
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .jobdetails-right h6 {
        margin: 3px 0 0;
        font-size: 16px;

    }

    .jobdetails-right span {
        font-size: 13px;
    }

    .jobdetails-right.sticky-top {
        top: 0;
    }

    .jobdetails-right {
        width: 100%;
        border: 0;
    }

    .navbar {
        padding: 0 0;
    }

    .navbar-toggler {
        padding: 0;
        color: #000 !important;
        font-size: 31px;
        border: 0;
    }

    .navbar .navbar-brand {
        padding: 14px 0;
    }

    .navbar .navbar-brand img {
        width: 139px;
    }

    .navbar ul li {
        margin: 0 0 12px;
    }

    .navbar ul li a {
        font-size: 12px;
        line-height: initial;
    }

    .loginbutton {
        background: #c39a65;
        padding: 11px 23px;
        border-radius: 4px;
        margin-left: 0;
    }

    .navbar ul {
        margin: 0 0 12px;
    }

    .header-hero {
        background-size: cover;
        height: 70%;
        background-position: center;
    }



    .weare {
        padding: 40px 0;
    }

    .weareheader h3 {
        font-size: 22px;
        margin-bottom: 11px;
    }

    .weareheader p {
        font-size: 14px;
        line-height: 21px;
        margin: 19px 0;
    }

    .app-btn {
        font-size: 13px;
        padding: 10px 20px;
        height: auto;
        margin-top: 15px;
    }

    .app-btn span {
        top: 0;
        margin-left: 7px;
    }

    .app-btn span svg {
        width: 13px;
    }

    .wearecards {
        margin-top: 40px;
    }

    .wearecards h6 {
        margin-bottom: 6.83px;
        font-size: 15.026000000000002px;
    }

    .wearecards h5 {
        font-size: 25px;
        line-height: initial;
        margin-bottom: 7px;
        white-space: nowrap;
    }

    .weare .card {
        margin-bottom: 15px;
    }

    .weare .translate-middle {}

    .weare .card-img-overlay {
        width: 100%;
    }


    .aboutus {
        padding: 40px 0;
    }

    .aboutus .text h5 {
        font-size: 22px;
        margin-bottom: 11px;
    }

    .aboutus .text p {
        font-size: 14px;
        line-height: 21px;
        margin: 19px 0;
    }

    h6.sectionheading {
        letter-spacing: 3px;
        font-size: 12px;
        margin-bottom: 11px;
        padding-left: 23px;
    }

    h6.sectionheading::before {
        width: 15px;
        height: 3px;
        top: 42%;
    }

    .aboutus .text {
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px;
    }

    .section-header h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .solutionslist .card .card-body {
        padding: 15px 0 0;
        margin-bottom: 30px;
    }

    .solutionslist .card .card-body h5 {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .solutionslist .card .card-body p {
        font-size: 13px;
        line-height: inherit;
    }

    p {
        font-size: 13px;
        line-height: 22px;
    }

    .testmonials {
        padding: 40px 0;
    }

    .testmonials h5 {
        font-size: 19px;
        margin: 0 0 20px;
    }

    .reviewcard h4 {
        font-size: 15px;
        line-height: initial;
    }

    .reviewcard img {
        margin: 0 auto 10px;
        width: 130px;
    }

    .reviewcard {
        padding: 0 0;
    }

    .cleint-name {
        margin-left: 10px;
    }

    .cleint-name h6 {
        margin: 0 0 3px;
        font-size: 16px;
    }

    .cleint-img {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }

    .cleint-img img {
        width: 100%;
    }

    .cleint-name p {
        font-size: 13px;
    }

    .find-soultions {
        padding: 40px 0;
    }

    .section-header .middle p {
        font-size: 14px;
        margin: 0 0 10px;
    }

    .section-header .w-50 {
        width: 100% !important;
    }

    .findsolutions .app-btn {
        margin: 11px 0px 0;
        padding: 10px 30px;
    }

    .clients h5 {
        font-size: 18px;
        margin: 0 0 20px;
    }

    .clients .navs {
        top: 50%;
        transform: translateY(-50%);
        border-radius: 8px;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        font-size: 21px;
    }



    footer {
        padding: 40px 0;
    }

    footer .col-6 {
        width: 100%;
    }

    .footer-menu h6 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .footer-menu ul li {
        margin-bottom: 2px;
    }

    .footer-menu ul li a {
        font-size: 14px;
    }

    .footer-menu {
        overflow: hidden;
        margin-bottom: 20px;
    }

    .footer-menu p {
        font-size: 14px;
        margin: 0 0 10px;
    }

    .footer-menu .email {
        font-size: 14px;
        margin: 4px 0 0;
    }

    .copyrights {
        border-top: 1px solid #e1e1e1;
        padding: 8px 10px;
        margin-top: 20px;
    }

    .copyrights p {
        font-size: 13px;
        text-align: center;
    }

    .socail_links li a {
        font-size: 16px;
    }

    .socail_links li {
        margin-left: 10px;
    }


    .socail_links {
        justify-content: center !important;
    }

    .header-text h1 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .header-text p {
        font-size: 17px;
        margin: 0 0 20px;
    }

    .s013 form .inner-form {
        width: 100%;
    }

    .header-text {
        padding: 0;
    }

    .s013 form .btn-search {
        padding: 0 20px;
        font-size: 19px;
    }

    .input-field.first {
        padding: 8px 11px;
    }

    .s013 form .inner-form .input-wrap .input-field input {
        font-size: 14px;
    }

    .s013 form .inner-form .input-wrap .input-field label {
        font-size: 13px;
    }


    /* about us resp */

    .caption-banner h2 {
        font-size: 28px;
    }

    .caption-banner h6 {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 5px;
    }

    .innerbanner {
        height: 40%;
    }

    .about-points {
        padding: 20px 0;
    }

    .about-points .col {
        flex: 1 0 100%;
    }


    .aboutlists {
        padding: 15px 0;
    }

    .aboutlists h6 {
        font-size: 15px;
        line-height: 25px;
    }

    .aboutlists {
        margin-bottom: 13px;
    }

    .workcog-group .text h4 {
        font-size: 23px;
        line-height: 34px;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .workcog-group .text h4 br {
        display: none;
    }

    .ourpassion {
        padding: 40px 0;
    }

    .ourpassion .text {
        padding: 15px 0 0;
    }

    .ourpassion .text h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .ourpassion .text p {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .ourpassion .text p b {
        font-size: 20px;
    }

    .vission-mission {
        padding: 40px 0;
    }

    .vssion-mission-card {
        padding: 20px;
        margin-bottom: 20px;
        min-height: auto;
    }

    .vssion-mission-card h4 {
        margin: 10px 0;
        font-size: 19px;
    }

    .vssion-mission-card p {
        font-size: 14px;
        line-height: inherit;
        margin-bottom: 0;
    }

    /* why workcog resp */

    .whyworkcog .section-header p {
        font-size: 14px !important;
        color: #18304b;
        line-height: inherit;
    }

    .section-header p b {
        font-size: 14px !important;
    }

    .whyworkcog .section-header h2 {
        margin-bottom: 14px;
        font-size: 26px;
    }

    .whyworkcog {
        padding: 40px 0 20px;
    }


    .whyworcogcards {
        margin-top: 30px;
    }

    .whyworkcog .text h3 {
        margin-bottom: 12px;
        margin-top: 14px;
        font-size: 22px;
    }

    .whyworkcog .text p {
        font-size: 14px;
    }

    .whyworkcog .text {
        padding: 0;
    }

    .whyworcogcards .row {
        margin-bottom: 30px;
    }


    /* services */

    .services-section {
        padding: 40px 0;
    }

    .service-card {
        padding: 20px;
        margin-bottom: 15px;
    }

    .service-card img {
        width: 100px;
    }

    .service-card h4 {
        font-size: 24px;
        margin: 3px 0 15px;
    }

    .service-card p {
        font-size: 14px;
    }

    .allservices .section-header p {
        font-size: 14px;
    }

    .serviceslists li {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .seviceswrap {
        padding: 21px;
    }

    .serviceslists li i {
        margin-right: 7px;
    }

    .allservices {
        padding-bottom: 40px;
    }

    .directhire {
        padding: 40px 0;
    }

    .directhire .section-header h2 {
        margin-bottom: 15px;
    }

    .directhire .img {
        margin-bottom: 20px;
    }







    .widget .widget-title h6 {
        font-size: 14px;
    }

    .form-check-input {
        border-radius: 3px;
        border: 2px solid #dfdfdf;
        width: 1rem;
        height: 1rem;
        margin-top: 3px;
        margin-left: -8px !important;
        margin-right: 7px;
    }

    .widget .widget-content .form-check {
        margin-bottom: 8px;
        font-size: 14px;
    }

    .list_heading h6 {
        font-size: 20px;
        margin-top: 10px;
    }

    .widget .widget-content {
        margin-top: 10px;
    }

    .sidebar .widget {
        padding-bottom: 20px;
    }

    .short-by .form-control {
        border: 1px solid #dfdfdf;
        height: 39px;
        padding: 0 20px;
        font-size: 14px;
        border-radius: 3px;
    }

    .job-filter-tag label {
        font-size: 15px;
    }

    .job-verticle-list {
        margin-bottom: 20px;
        border-radius: 6px;
        padding: 0 25px;
        border: 1px solid #ebf0f6;
        -webkit-box-shadow: 0 1px 2px 0 rgb(0 106 194 / 20%);
        box-shadow: 0 1px 2px 0 rgb(0 106 194 / 20%);

    }

    .vertical-job-card {
        width: 100%;
    }

    .vertical-job-header {
        display: inline-block;
        width: 100%;
        padding: 12px 0 10px 0;
        align-items: center;
    }

    .vertical-job-header h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0px;
        line-height: 1;
        margin-top: 7px;
    }

    .vertical-job-header .com-tagline {
        font-size: 13px;
        margin-bottom: 2px;
        display: block;
    }

    .vertical-job-body {
        border-top: 1px solid #eaeff5;
        border-bottom: 1px solid #eaeff5;
        padding: 15px 0;
        width: 100%;
    }

    .vertical-job-card ul {
        margin: 0;
        padding: 0;
    }

    .vertical-job-body ul li {
        padding: 2px 0;
        display: flex;
        font-size: 13px;
    }

    .vertical-job-body ul.can-skils li strong {
        width: 150px;
        display: inline-block;
    }

    .vertical-job-body ul li span {
        width: 90%;
    }

    .vertical-job-header {
        padding: 12px 0 10px 0;
    }

    .skill-tag {
        border-radius: 0 2px 2px 0;
        display: inline-block;
        font-size: 11px;
        line-height: 1.2727272727;
        margin: 2px 15px 2px 0px;
        padding: 3px 7px;
        position: relative;
    }

    .skill-tag:before {
        border-top: 10px solid transparent;
        border-left: 9px solid #eaedf3;
        border-bottom: 10px solid transparent;
        right: -8px;
    }

    .skill-tag:after {
        height: 4px;
        top: 8px;
        right: -2px;
        width: 4px;
    }

    .apply_job a {
        font-size: 13px;
        padding: 12px 10px;
        color: #fff;
        margin-bottom: 10px;
        margin-right: 2px;
        width: 100%;
        float: left;
        margin-top: 10px;
    }

    .view_job a {
        background: #1a2746 !important;
    }

    .model_width_main {
        max-width: 450px !important;
    }

    .input-group-text-style {
        right: 13px !important;
        left: 14px !important;
    }

    .dashboar_menu {
        background: #001935;
    }

    .ashboard_baner {
        padding: 130px 0px 74px;
    }

    a.btn_footer {
        margin-bottom: 30px !important;
    }

    .vrt-job-act {
        float: left;
    }

    .vrt-job-act {
        float: left;
        width: 48%;
        margin-right: 5px;
    }

    .space-ptb {
        padding: 40px 0;
    }


    .form-wrapper .btn-close {
        right: 20px;
        top: 20px;
    }

    .applyjobmodal .modal-content {
        border: 0;
        border-radius: 0;
    }

    .applyjobmodal .modal-dialog {
        max-width: 100%;
        margin: 0 auto;
        border-radius: 0;
    }

    .form-section {
        padding: 0 15px;
    }

    .job-form {
        padding: 103px 0 40px;
    }

    .form-wrapper {
        background: #fff;
        padding: 15px;
        border-radius: 6px;
    }

    .form-wrapper h2 {
        font-size: 23px;
    }

    .form-header img {
        width: 110px;
    }

    .form-header {
        margin-bottom: 12px;
    }

    .form-wrapper label {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .form-wrapper .form-control {
        padding: 3px 0;
        border-bottom: 1px solid #c2c2c2;
        font-size: 17px;
    }

    .custom-file-label {
        font-size: 17px !important;
        padding: 3px 0;
    }

    .form-wrapper .form-group {
        margin-bottom: 20px;
    }

    .submitbutton {
        font-size: 16px;
        padding: 11px 10px;
        border-radius: 4px;
    }

    /*New page CSS Start*/

    .row-cols-5>* {
        flex: 0 0 auto;
        width: 33.33%;
    }

    .nav-menu {
        padding: 10px 0;
    }

    .nav-menu img {
        width: 100px;
    }

    .navbar-toggler-icon i {
        color: #fff;
    }

    .navbar-toggler:focus {
        box-shadow: inherit;
        outline: inherit;
    }

    .nav-menu .navbar-nav {
        align-items: center;
        margin-bottom: 5px !important;
    }

    .nav-menu .nav-item {
        padding: 6px 0;
    }

    .nav-menu .nav-item a {
        font-size: 14px;
    }

    .nav-menu .chaticon a {
        border-radius: 30px;
        padding-left: 0;
        margin-left: 0;
        display: inline-block;
        width: 140px;
        height: 40px;
        text-align: center;
    }

    .nav-menu .chaticon i {
        font-size: 26px;
        top: 7px;
        right: 8px;
    }

    .nav-menu .phoneicon i {
        font-size: 12px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 29px;
    }

    .index-banner {
        height: 91vh;
        padding-top: 100px;
    }

    .index-content p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .index-content h2 {
        font-size: 38px;
    }

    .index-content h3 {
        font-size: 38px;
        margin-bottom: 10px;
    }

    .index-content h4 {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: inherit;
        margin: 15px 0;
    }

    .index-content h4 br {
        display: none;
    }

    .index-search {
        border-radius: inherit;
        padding: 35px 0 20px;
    }

    .index-search .input-field {
        margin: 0 auto;
        align-items: baseline;
    }

    .index-search .input-group-text,
    .index-search .form-control {
        padding: 5px;
        font-size: inherit;
    }

    .input-group-text i {
        font-size: 14px;
        padding-right: 10px;
    }

    .index-search .form-control::placeholder {
        font-size: 12px;
    }

    .index-search .form-control {
        border: 1px solid #00000061;
        margin-bottom: 10px;
    }


    .find-btn {
        text-align: center;
        margin-top: 10px;
    }

    .find-btn .btn {
        padding: 5px 15px !important;
        font-size: 14px;
        border-radius: inherit;
    }

    .index-content {
        margin-bottom: 35px;
    }

    .about-company {
        padding: 50px 0 30px;
        padding-bottom: 70px;
    }

    .big-text h2 {
        font-size: 70px;
        top: 10px;
    }

    .about-company .about-text h2 {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: inherit;
    }

    .about-company .about-text h2 br {
        display: none;
    }

    .about-company .about-text p {
        font-size: 14px;
        line-height: inherit;
        margin-bottom: 10px;
    }

    .about-company .about-text h3 {
        font-size: 16px;
        line-height: inherit;
        margin-bottom: 10px;
    }

    .about-company .about-question i {
        font-size: 24px;
        padding-top: 13px;
    }

    .about-image img {
        width: 100%;
    }

    .about-image {
        margin-bottom: 20px;
    }

    .about-company .big-text {
        top: 0;
        z-index: 0;
    }

    .why-workcog {
        position: relative;
        width: 100%;
        padding-top: 15px;
        left: 0;
        right: 0;
    }

    .why-workcog .why-content {
        padding: 0 10px;
    }

    .why-workcog .why-content br {
        display: none;
    }

    .why-workcog h2 {
        font-size: 24px;
        margin: 10px 0;
    }

    .why-workcog p {
        font-size: 14px;
        line-height: inherit;
        margin-bottom: 10px;
    }

    .workcog-animation {
        display: inline-block;
    }

    .card {
        height: 45vh;
    }

    .card__head p {
        display: block !important;
        text-align: initial;

    }

    .card::after {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #000;
        opacity: 0.8;

    }

    .card .slide-count h5 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .card .slide-count {
        top: 20px;
        left: 20px;
    }

    .card__head {
        font-size: 18px;
        text-align: initial;
        padding: 10px 20px;
    }

    .big-text {
        padding: 0;
    }

    .service-section {
        padding: 30px 0;

    }

    .services-offer h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .services-offer p {
        font-size: 14px;
        line-height: inherit;
        margin-bottom: 10px;
    }

    .service-image img {
        width: 100%;
    }

    .services-carousel {
        padding-top: 60px;
    }

    .services-carousel::before {
        top: 0px;
        left: 0;
        font-size: 49px;
        text-align: center;
    }

    .service-technology {
        border-radius: 5px;
        padding: 15px;
        margin: 0 5px;
        min-height: 290px;
    }

    .service-technology img {
        width: 70px;
    }

    .services-carousel .slick-list {
        padding: 0 1% !important;
    }

    .technology-content h2 {
        font-size: 18px;
        margin: 10px 0;
    }

    .technology-content h2 {

        font-size: 18px;
        color: #1b222b;
        margin: 10px 0;
    }

    .technology-content p {
        font-size: 14px;
        line-height: inherit;
        margin-bottom: 0;
    }

    .services-btn {
        border: 1px solid #fff;
        font-size: 14px;
        border-radius: 30px;
        margin: 20px auto;
        padding: 8px 20px;
    }

    .services-btn i {
        padding-left: 10px;
        font-size: 23px;
    }

    .projects {
        padding: 30px 0;
        padding-top: 60px;
    }

    .projects-head {
        margin-bottom: 0px;
    }

    .projects-head h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .projects-head p {
        font-size: 14px;
        line-height: inherit;
        margin-bottom: 0px;
    }

    .project-content {
        padding: 10px 0;
    }

    .project-content h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .project-content p {
        font-size: 14px;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .project-content .services-btn {
        border-width: 1px;
        font-size: 16px;
    }

    .projects-image {
        margin-top: 20px;
    }

    .clients-carousel .service-technology img {
        width: 100% !important;
    }

    .technology-clients h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .clients .slick-dots {
        bottom: -30px;
    }

    .slick-dots li {
        margin: 0 5px;
    }

    .slick-dots li button {
        width: 5px;
        height: 5px;
        font-size: 14px;
    }

    .clients .slick-dots li.slick-active {
        width: 5px;
        height: 5px;
        font-size: 14px;
    }

    .footer {
        padding: 30px 0;
        padding-bottom: 0;
    }

    .footer h3 {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .footer .col {
        margin-bottom: 10px;
    }

    .footer p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .footer-anchor {
        margin-top: 10px;
    }

    .footer a {
        margin-bottom: 0;
        font-size: 11px;
    }

    .footer-logo {
        text-align: center;
        margin-bottom: 10px;
    }

    .footer-logo img {
        width: 100px;
    }

    .copy-right p {
        font-size: 14px !important;
        margin-bottom: 10px !important;
        text-align: center;
    }

    .social-media ul {
        justify-content: center;
    }

    .footer-anchor1 {
        text-align: center !important;
    }

    .footer-anchor1 a {
        font-size: 14px !important;
    }

    .social-media ul li i {
        font-size: 14px !important;
        width: 25px;
        height: 25px;
        line-height: 28px;
    }

    .social-media ul li {
        margin: 2px;
    }

    .workcog-animation .card:hover .card__head {
        font-size: 18px;
        text-align: left;

    }

    .scroll-dwon {
        height: 45px !important;
        bottom: 0px !important;
        border-radius: 0 !important;
        font-size: 14px !important;
    }

    .scroll-dwon::after,
    .scroll-dwon::before {
        height: 10px !important;
        width: 10px !important;
        border: 2px solid #fff;
    }

    /* New Page CSS END */




    .autoComplete_wrapper .form-control {
        padding-left: 27px !important;
        height: 26px !important;
        background-size: 16px !important;
        background-position: left 7px top 4px !important;
    }

    .autoComplete_wrapper .form-control::placeholder {
        font-size: 14px;
    }

    .card-length {
        width: 50%;
        padding: 0 5px;
    }

    .footer a br {
        display: block !important;
    }

    .workcog-group .text p {
        font-size: 14px !important;
        margin-bottom: 5px !important;
        line-height: inherit !important;
    }

    .section-header p {
        font-size: 13px !important;
    }

    .projects-content {
        padding: 40px 0 !important;
    }

    .projects-content h2 {
        font-size: 28px !important;
        margin-bottom: 15px !important;
    }

    .privacy-content h2 {
        font-size: 20px !important;
    }

    .projects-content h3 {
        font-size: 14px !important;
        margin-bottom: 10px !important;
        line-height: inherit !important;
    }

    .about-points1 {
        padding: 40px 0 !important;
    }

    .about-points1 h2 {
        font-size: 28px !important;
        margin-bottom: 15px !important;
    }

    .about-points1 .aboutlists {
        min-height: 82px !important;
    }

    .clients-carousel1 .service-technology img {
        width: 100%;
    }

    .clients-carousel1 .slick-arrow {
        width: 30px !important;
        height: 30px !important;
        font-size: 14px !important;
    }

    .clients-carousel1 .next {
        left: 37% !important;
    }

    .sidebar_style {
        padding: 20px;
    }

    .contact-banner {
        height: 130% !important;
    }

    .contact-banner form {
        margin-top: 20px !important;
    }

    .contact-form h2 {
        font-size: 22px !important;
        margin-bottom: 10px !important;
    }

    .contact-input {
        margin-bottom: 10px !important;
    }

    .contact-form .form-label {
        font-size: 14px !important;
        line-height: inherit !important;
        margin-bottom: 5px !important;
    }

    .contact-form .form-control {
        padding: 5px !important;
        font-size: inherit !important;
        border-radius: 2px !important;
    }

    .contact-input1 label {
        font-size: 14px !important;
    }

    .contact-input1 #resume {
        font-size: 14px !important;
    }

    .contact-form .form-control::placeholder {
        font-size: 14px !important;
    }

    .contact-form {
        padding: 10px !important;
        border-radius: 3px !important;
    }

    .contact_form {
        padding: 40px 0;
    }

    .contact_form h2 {
        font-size: 36px !important;
        margin-bottom: 20px !important;
    }

    .location_map {
        padding: 10px !important;
        border-radius: 5px !important;
        min-height: inherit !important;
    }

    .location_address i {
        font-size: 24px !important;
    }

    .location_address h3 {
        font-size: 18px !important;
        margin: 10px 0 !important;
    }

    .location_address h6 {
        font-size: 22px !important;
    }

    .contact-social i {
        margin: 0 10px !important;
    }

    #places-map .map-location-marker {
        height: 16px !important;
        margin-top: 0 !important;
        width: 12px !important;
    }

    #places-map .hydtip {
        top: 43% !important;
    }

    #places-map .marker-dubai {
        top: 36% !important;
    }

    #places-map .marker-peterborough {
        left: 67.5% !important;
        top: 37% !important;
    }


    .privacy-content ul {
        padding-left: 20px !important;
    }

    .privacy-content ul p {
        font-size: 16px !important;
        line-height: 30px !important;
        margin-bottom: 10px !important;
    }

    .privacy-content ul li {
        margin-bottom: 10px !important;
    }

    .chatbot {
        right: 10px !important;
        bottom: 10px !important;
        width: 30px !important;
        height: 30px !important;
        line-height: 30px !important;
    }

    .chatbot i {
        font-size: 14px !important;
        padding: 7px;
    }

    .location-contact {
        padding: 30px 0 !important;
    }

    #places-map h1 {
        font-size: 26px !important;
        margin-top: 0 !important;
        margin-bottom: 20px !important;
    }

    .location-contact .location_address i {
        font-size: 40px !important;
    }

    .location-contact .location_address h3 {
        font-size: 22px !important;
        margin: 10px 0 !important;
    }

    .location-contact .location_map_wraper p {
        font-size: 18px !important;
        line-height: inherit !important;

    }

    .location-contact .location_map_wraper .services-btn {
        padding: 5px 10px !important;
        margin: 10px auto 0 !important;
        position: inherit !important;
    }

    .location-contact .location_map_wraper .services-btn:hover {
        border: 2px solid #db2d3c !important;
    }
}




@media (min-width: 576px) and (max-width: 767.98px) {
    .location_address a.findlocation {
        font-size: 14px;
        margin: 10px 0 0 24px;
    }

    .location_address a i {
        left: -24px;
    }

    .location_address h6 {
        margin: 0 0 4px;
    }

    .location_address h6 a {
        font-size: 14px;
    }

    .contact_form h2 {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .contact-action {
        padding: 40px 0;
    }

    .contact-card {
        margin-bottom: 20px;
    }

    .contact-card h6 {
        margin-bottom: 6px;
    }

    .contact-card span {
        margin-bottom: 13px;
        padding: 10px;
    }

    .location_map iframe {
        height: 200px;
    }

    .location_map_wraper {
        padding: 0;
        margin-bottom: 20px;
    }

    .location_address h5 {
        font-size: 16px;
    }

    .location_address {
        padding: 16px;
    }

    .location_address p {
        margin-bottom: 8px;
        font-size: 15px;
    }

    .location_address a {
        font-size: 14px;
        margin: 0;
    }



    .view-job-right a {
        padding: 12px 30px;
        font-size: 16px;
        text-align: center;
    }

    .view-job-right ul {
        margin-bottom: 20px;
    }

    .view-job-right {
        margin-top: 20px;
    }

    .view-job-right ul li i {
        margin-right: 10px;
        font-size: 14px;
        top: 1px;
    }

    .view-job-right span {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .jobdetails-right div {
        margin-bottom: 15px;
    }

    .view-job-right p {
        font-size: 14px;
        margin-bottom: 12px;
        font-weight: 500;
    }

    .view-job-right h6 {
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .jobdetails-right h6 {
        margin: 3px 0 0;
        font-size: 16px;

    }

    .jobdetails-right span {
        font-size: 13px;
    }

    .jobdetails-right.sticky-top {}

    .jobdetails-right {
        width: 100%;
        border: 0;
    }

    .jhobdetails .fullwodth {
        width: 100%;
    }


    .form-wrapper .btn-close {
        right: 20px;
        top: 20px;
    }

    .applyjobmodal .modal-content {
        border: 0;
        border-radius: 0;
    }

    .applyjobmodal .modal-dialog {
        max-width: 540px;
        margin: 60px auto;
        border-radius: 0;
    }

    .form-section {
        padding: 0 15px;
    }

    .job-form {
        padding: 103px 0 40px;
    }

    .form-wrapper {
        background: #fff;
        padding: 15px;
        border-radius: 6px;
    }

    .form-wrapper h2 {
        font-size: 23px;
    }

    .form-header img {
        width: 110px;
    }

    .form-header {
        margin-bottom: 12px;
    }

    .form-wrapper label {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .form-wrapper .form-control {
        padding: 3px 0;
        border-bottom: 1px solid #c2c2c2;
        font-size: 17px;
    }

    .custom-file-label {
        font-size: 17px !important;
        padding: 3px 0;
    }

    .form-wrapper .form-group {
        margin-bottom: 20px;
    }

    .submitbutton {
        font-size: 16px;
        padding: 11px 10px;
        border-radius: 4px;
    }


    .header-hero .col-md-6 {
        width: 100%;
    }

    .s013 form {
        width: max-content;
        margin: 0 auto;
    }


    .navbar {
        padding: 0 0;
    }

    .navbar-toggler {
        padding: 0;
        color: #000 !important;
        font-size: 31px;
        border: 0;
    }

    .navbar .navbar-brand {
        padding: 14px 0;
    }

    .navbar .navbar-brand img {
        width: 139px;
    }

    .navbar ul li {
        margin: 0 0 12px;
    }

    .navbar ul li a {
        font-size: 12px;
        line-height: initial;
    }

    .loginbutton {
        background: #c39a65;
        padding: 11px 23px;
        border-radius: 4px;
        margin-left: 0;
    }

    .navbar ul {
        margin: 0 0 12px;
    }

    .header-hero {
        background-size: cover;
        height: 100%;
        background-position: center;
    }


    .navbar {
        padding: 0 0;
    }

    .navbar-toggler {
        padding: 0;
        color: #000 !important;
        font-size: 31px;
        border: 0;
    }

    .navbar .navbar-brand img {
        width: 139px;
    }







    .weare {
        padding: 40px 0;
    }

    .weareheader h3 {
        font-size: 22px;
        margin-bottom: 11px;
    }

    .weareheader p {
        font-size: 14px;
        line-height: 21px;
        margin: 19px 0;
    }

    .app-btn {
        font-size: 13px;
        padding: 10px 20px;
        height: auto;
        margin-top: 15px;
    }

    .app-btn span {
        top: 0;
        margin-left: 7px;
    }

    .app-btn span svg {
        width: 13px;
    }

    .wearecards {
        margin-top: 40px;
    }

    .wearecards h6 {
        margin-bottom: 6.83px;
        font-size: 15.026000000000002px;
    }

    .wearecards h5 {
        font-size: 25px;
        line-height: initial;
        margin-bottom: 7px;
        white-space: nowrap;
    }

    .weare .card {
        margin-bottom: 15px;
    }

    .weare .translate-middle {}

    .weare .card-img-overlay {
        width: 100%;
    }


    .aboutus {
        padding: 40px 0;
    }

    .aboutus .text h5 {
        font-size: 22px;
        margin-bottom: 11px;
    }

    .aboutus .text p {
        font-size: 14px;
        line-height: 21px;
        margin: 19px 0;
    }

    h6.sectionheading {
        letter-spacing: 3px;
        font-size: 12px;
        margin-bottom: 11px;
        padding-left: 23px;
    }

    h6.sectionheading::before {
        width: 15px;
        height: 3px;
        top: 42%;
    }

    .aboutus .text {
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px;
    }

    .section-header h2 {
        font-size: 32px;
        margin-bottom: 11px;
    }

    .solutionslist .card .card-body {
        padding: 15px 0 0;
        margin-bottom: 30px;
    }

    .solutionslist .card .card-body h5 {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .solutionslist .card .card-body p {
        font-size: 13px;
        line-height: inherit;
    }

    p {
        font-size: 13px;
        line-height: 22px;
    }

    .testmonials {
        padding: 40px 0;
    }

    .testmonials h5 {
        font-size: 19px;
        margin: 0 0 20px;
    }

    .reviewcard h4 {
        font-size: 15px;
        line-height: initial;
    }

    .reviewcard img {
        margin: 0 auto 10px;
        width: 130px;
    }

    .reviewcard {
        padding: 0 0;
    }

    .cleint-name {
        margin-left: 10px;
    }

    .cleint-name h6 {
        margin: 0 0 3px;
        font-size: 16px;
    }

    .cleint-img {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }

    .cleint-img img {
        width: 100%;
    }

    .cleint-name p {
        font-size: 13px;
    }

    .find-soultions {
        padding: 40px 0;
    }

    .section-header .middle p {
        font-size: 14px;
        margin: 0 0 10px;
    }

    .section-header .w-50 {
        width: 100% !important;
    }

    .findsolutions .app-btn {
        margin: 11px 0px 0;
        padding: 10px 30px;
    }

    .clients h5 {
        font-size: 18px;
        margin: 0 0 20px;
    }

    .clients .navs {
        top: 50%;
        transform: translateY(-50%);
        border-radius: 8px;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        font-size: 21px;
    }



    footer {
        padding: 40px 0;
    }

    footer .col-6 {
        /* width: 100%; */
    }

    .footer-menu h6 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .footer-menu ul li {
        margin-bottom: 2px;
    }

    .footer-menu ul li a {
        font-size: 14px;
    }

    .footer-menu {
        overflow: hidden;
        margin-bottom: 20px;
    }

    .footer-menu p {
        font-size: 14px;
        margin: 0 0 10px;
    }

    .footer-menu .email {
        font-size: 14px;
        margin: 4px 0 0;
    }

    .copyrights {
        border-top: 1px solid #e1e1e1;
        padding: 8px 10px;
        margin-top: 20px;
    }

    .copyrights p {
        font-size: 13px;
        text-align: center;
    }

    .socail_links li a {
        font-size: 16px;
    }

    .socail_links li {
        margin-left: 10px;
    }


    .socail_links {
        justify-content: center !important;
    }

    .header-text h1 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .header-text p {
        font-size: 18px;
        margin: 0 0 20px;
    }

    .s013 form .inner-form {
        width: 100%;
    }

    .header-text {
        padding: 0;
    }

    .s013 form .btn-search {
        padding: 0 20px;
        font-size: 19px;
    }

    .input-field.first {
        padding: 8px 11px;
    }

    .s013 form .inner-form .input-wrap .input-field input {
        font-size: 14px;
    }

    .s013 form .inner-form .input-wrap .input-field label {
        font-size: 13px;
    }


    .weare .weareheader {
        width: 80%;
    }

    .wearecards .col-md-11 {
        width: 100%;
    }

    .aboutus .col-md-11 {
        width: 100%;
    }

    .aboutus .img {
        height: 100%;
        justify-content: center;
        flex-direction: column;
        display: flex;
    }


    .solutionslist .col-md-3 {
        width: 50%;
    }


    /* about us resp */

    .caption-banner h2 {
        font-size: 38px;
    }

    .caption-banner h6 {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 5px;
    }

    .innerbanner {
        height: 40%;
    }

    .about-points {
        padding: 40px 0;
    }

    .about-points .col {
        flex: 1 0 24.33%;
    }


    .aboutlists {
        padding: 15px 0;
    }

    .aboutlists h6 {
        font-size: 15px;
        line-height: inherit;
        padding: 6px;
    }

    .aboutlists {
        margin-bottom: 13px;
    }

    .workcog-group .text h4 {
        font-size: 32px;
        line-height: initial;
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .ourpassion {
        padding: 40px 0;
    }

    .ourpassion .text {
        padding: 15px 0 0;
    }

    .ourpassion .text h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .ourpassion .text p {
        margin-bottom: 12px;
        font-size: 16px;
    }

    .vission-mission {
        padding: 40px 0;
    }

    .vssion-mission-card {
        padding: 20px;
        margin-bottom: 20px;
        min-height: auto;
    }

    .vssion-mission-card h4 {
        margin: 10px 0;
        font-size: 24px;
    }

    .workcog-group .col-md-9 {
        width: 100%;
    }

    .workcog-group {
        padding: 40px 0;
    }

    .ourpassion .col-md-6.px-md-0 {
        padding: 0 15px !important;
    }




    /* why workcog resp */

    .whyworkcog .section-header p {
        font-size: 14px !important;
        line-height: inherit;
    }


    .whyworkcog .section-header h2 {
        margin-bottom: 14px;
        font-size: 32px;
    }

    .whyworkcog {
        padding: 40px 0 20px;
    }


    .whyworcogcards {
        margin-top: 30px;
    }


    .whyworkcog .text {
        padding: 0;
    }

    .whyworcogcards .row {
        margin-bottom: 30px;
    }

    .whyworkcog .col-md-8 {
        width: 100%;
    }

    .whyworkcog .col-md-9 {
        width: 100%;
    }



    /* services */

    .services-section {
        padding: 40px 0;
    }

    .service-card {
        padding: 20px;
        margin-bottom: 15px;
    }

    .service-card img {
        width: 100px;
    }

    .service-card h4 {
        font-size: 18px;
        margin: 3px 0 10px;
    }

    .service-card p {
        font-size: 14px;
    }

    .allservices .section-header p {
        font-size: 14px;
    }

    .serviceslists li {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .seviceswrap {
        padding: 21px;
    }

    .serviceslists li i {
        margin-right: 7px;
    }

    .allservices {
        padding-bottom: 40px;
    }

    .directhire {
        padding: 40px 0;
    }

    .directhire .section-header h2 {
        margin-bottom: 15px;
    }

    .directhire .img {
        margin-bottom: 20px;
    }

    .services-section .col-md-3 {
        width: 100%;

    }



    .widget .widget-title h6 {
        font-size: 14px;
    }

    .form-check-input {
        border-radius: 3px;
        border: 2px solid #dfdfdf;
        width: 1rem;
        height: 1rem;
        margin-top: 3px;
        margin-left: -8px !important;
        margin-right: 7px;
    }

    .widget .widget-content .form-check {
        margin-bottom: 8px;
        font-size: 14px;
    }

    .list_heading h6 {
        font-size: 20px;
        margin-top: 10px;
    }

    .widget .widget-content {
        margin-top: 10px;
    }

    .sidebar .widget {
        padding-bottom: 20px;
    }

    .short-by .form-control {
        border: 1px solid #dfdfdf;
        height: 39px;
        padding: 0 20px;
        font-size: 14px;
        border-radius: 3px;
    }

    .job-filter-tag label {
        font-size: 15px;
    }

    .job-verticle-list {
        margin-bottom: 20px;
        border-radius: 6px;
        padding: 0 25px;
        border: 1px solid #ebf0f6;
        -webkit-box-shadow: 0 1px 2px 0 rgb(0 106 194 / 20%);
        box-shadow: 0 1px 2px 0 rgb(0 106 194 / 20%);

    }

    .vertical-job-card {
        width: 100%;
    }

    .vertical-job-header {
        display: inline-block;
        width: 100%;
        padding: 12px 0 10px 0;
        align-items: center;
    }

    .vertical-job-header h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0px;
        line-height: 1;
        margin-top: 7px;
    }

    .vertical-job-header .com-tagline {
        font-size: 13px;
        margin-bottom: 2px;
        display: block;
    }

    .vertical-job-body {
        border-top: 1px solid #eaeff5;
        border-bottom: 1px solid #eaeff5;
        padding: 15px 0;
        width: 100%;
    }

    .vertical-job-card ul {
        margin: 0;
        padding: 0;
    }

    .vertical-job-body ul li {
        padding: 2px 0;
        display: flex;
        font-size: 13px;
    }

    .vertical-job-body ul.can-skils li strong {
        width: 150px;
        display: inline-block;
    }

    .vertical-job-body ul li span {
        width: 90%;
    }

    .vertical-job-header {
        padding: 12px 0 10px 0;
    }

    .skill-tag {
        border-radius: 0 2px 2px 0;
        display: inline-block;
        font-size: 11px;
        line-height: 1.2727272727;
        margin: 2px 15px 2px 0px;
        padding: 3px 7px;
        position: relative;
    }

    .skill-tag:before {
        border-top: 10px solid transparent;
        border-left: 9px solid #eaedf3;
        border-bottom: 10px solid transparent;
        right: -8px;
    }

    .skill-tag:after {
        height: 4px;
        top: 8px;
        right: -2px;
        width: 4px;
    }

    .apply_job a {
        font-size: 13px;
        padding: 12px 10px;
        color: #fff;
        margin-bottom: 10px;
        margin-right: 2px;
        width: 100%;
        float: left;
        margin-top: 10px;
    }

    .view_job a {
        background: #1a2746 !important;
    }

    .model_width_main {
        max-width: 450px !important;
    }

    .input-group-text-style {
        right: 13px !important;
        left: 14px !important;
    }

    .dashboar_menu {
        background: #001935;
    }

    .ashboard_baner {
        padding: 130px 0px 74px;
    }

    a.btn_footer {
        margin-bottom: 30px !important;
    }

    .vrt-job-act {
        float: left;
    }

    .vrt-job-act {
        float: left;
        width: 100%;
    }

    .space-ptb {
        padding: 40px 0;
    }

    .space-ptb.list_bg .col-md-10 {
        width: 100%;
    }

    /* New page CSS Start 567 */

    .row-cols-5>* {
        flex: 0 0 auto;
        width: 33.33%;
    }

    .nav-menu {
        padding: 10px 0;
    }

    .nav-menu img {
        width: 100px;
    }

    .navbar-toggler-icon i {
        color: #fff;
    }

    .navbar-toggler:focus {
        box-shadow: inherit;
        outline: inherit;
    }

    .nav-menu .navbar-nav {
        align-items: center;
        margin-bottom: 5px !important;
    }

    .nav-menu .nav-item {
        padding: 6px 0;
    }

    .nav-menu .nav-item a {
        font-size: 16px;
    }

    .nav-menu .chaticon a {
        border-radius: 30px;
        padding-left: 0;
        margin-left: 0;
        display: inline-block;
        width: 140px;
        height: 40px;
        text-align: center;
    }

    .nav-menu .chaticon i {
        font-size: 26px;
        top: 7px;
        right: 8px;
    }

    .nav-menu .phoneicon i {
        font-size: 12px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 29px;
    }

    .index-banner {
        height: 91vh;
        padding-top: 100px;
    }

    .index-content p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .index-content h2 {
        font-size: 38px;
    }

    .index-content h3 {
        font-size: 38px;
        margin-bottom: 10px;
    }

    .index-content h4 {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: inherit;
        margin: 15px 0;
    }

    .index-content h4 br {
        display: none;
    }

    .index-search {
        border-radius: inherit;
        padding: 35px 0;
    }

    .index-search .input-field {
        margin: 0 auto;
        align-items: baseline;
    }

    .index-search .input-group-text,
    .index-search .form-control {
        padding: 5px;
        font-size: inherit;
    }

    .input-group-text i {
        font-size: 14px;
        padding-right: 10px;
    }

    .index-search .form-control::placeholder {
        font-size: 12px;
    }

    .index-search .form-control {
        border: 1px solid #00000061;
        margin-bottom: 10px;
    }

    .find-btn {
        text-align: center;
        margin-top: 10px;
    }

    .find-btn .btn {
        padding: 5px 15px !important;
        font-size: 14px;
        border-radius: inherit;
    }

    .index-content {
        margin-bottom: 35px;
    }

    .about-company {
        padding: 50px 0;
        padding-bottom: 70px;
    }

    .big-text h2 {
        font-size: 70px;
        top: 10px;
    }

    .about-company .about-text h2 {
        font-size: 23px;
        margin-bottom: 15px;
        line-height: inherit;
    }

    .about-company .about-text h2 br {
        display: none;
    }

    .about-company .about-text p {
        font-size: 14px;
        line-height: inherit;
        margin-bottom: 10px;
    }

    .about-company .about-text h3 {
        font-size: 16px;
        line-height: inherit;
        margin-bottom: 10px;
    }

    .about-company .about-question i {
        font-size: 24px;
        padding-top: 13px;
    }

    .about-image img {
        width: 100%;
    }

    .about-image {
        margin-bottom: 20px;
    }

    .about-company .big-text {
        top: 0;
        z-index: 0;
    }

    .why-workcog {
        position: relative;
        width: 100%;
        padding-top: 15px;
    }

    .why-workcog .why-content {
        padding: 0 10px;
    }

    .why-workcog .why-content br {
        display: none;
    }

    .why-workcog h2 {
        font-size: 24px;
        margin: 10px 0;
    }

    .why-workcog p {
        font-size: 14px;
        line-height: inherit;
        margin-bottom: 10px;
    }

    .workcog-animation {
        display: inline-block;
    }

    .card {
        height: 45vh;
    }

    .card__head p {
        display: block !important;
        text-align: initial;
    }

    .card::after {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #000;
        opacity: 0.8;

    }

    .card .slide-count h5 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .card .slide-count {
        top: 20px;
        left: 20px;
    }

    .card__head {
        font-size: 18px;
        text-align: initial;
        padding: 10px 20px;
    }

    .big-text {
        padding: 0;
    }

    .service-section {
        padding: 30px 0;

    }

    .services-offer h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .services-offer p {
        font-size: 18px;
        line-height: inherit;
        margin-bottom: 10px;
    }

    .service-image img {
        width: 100%;
    }

    .services-carousel {
        padding-top: 60px;
    }

    .services-carousel::before {
        top: 0px;
        left: 0;
        font-size: 60px;
        text-align: center;
    }

    .service-technology {
        border-radius: 5px;
        padding: 15px;
        margin: 0 5px;
        min-height: 295px;
    }

    .service-technology img {
        width: 25%;
    }

    .technology-content h2 {
        font-size: 18px;
        margin: 10px 0;
    }

    .technology-content h2 {

        font-size: 18px;
        color: #1b222b;
        margin: 10px 0;
    }

    .technology-content p {
        font-size: 14px;
        line-height: inherit;
        margin-bottom: 0;
    }

    .services-btn {
        border: 1px solid #fff;
        font-size: 14px;
        border-radius: 30px;
        margin-top: 20px;
        padding: 8px 20px;
    }

    .services-btn i {
        padding-left: 10px;
        font-size: 23px;
    }

    .projects {
        padding: 30px 0;
        padding-top: 60px;
    }

    .projects-head {
        margin-bottom: 0px;
    }

    .projects-head h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .projects-head p {
        font-size: 14px;
        line-height: inherit;
        margin-bottom: 0px;
    }

    .project-content {
        padding: 10px 0;
    }

    .project-content h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .project-content p {
        font-size: 14px;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .project-content .services-btn {
        border-width: 1px;
        font-size: 16px;
    }

    .projects-image {
        margin-top: 20px;
    }

    .clients-carousel .service-technology img {
        width: 100% !important;
    }

    .technology-clients h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .clients .slick-dots {
        bottom: -30px;
    }

    .slick-dots li {
        margin: 0 5px;
    }

    .slick-dots li button {
        width: 5px;
        height: 5px;
        font-size: 14px;
    }

    .clients .slick-dots li.slick-active {
        width: 5px;
        height: 5px;
        font-size: 14px;
    }

    .footer {
        padding: 30px 0;
        padding-bottom: 0;
    }

    .footer h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .footer .col {
        margin-bottom: 10px;
    }

    .footer p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .footer-anchor {
        margin-top: 10px;
    }

    .footer a {
        margin-bottom: 0;
        font-size: 12px;
    }

    .footer-logo {
        text-align: center;
        margin-bottom: 10px;
    }

    .footer-logo img {
        width: 100px;
    }

    .copy-right p {
        font-size: 14px !important;
        margin-bottom: 10px !important;
    }

    .social-media ul {
        justify-content: center;
    }

    .social-media ul li i {
        font-size: 14px !important;
        width: 30px;
        height: 30px;
        line-height: 34px;
    }

    .social-media ul li {
        margin: 5px;
    }

    .workcog-animation .card:hover .card__head {
        font-size: 18px;
        text-align: left;
    }

    .footer-anchor br {
        display: none;
    }

    .scroll-dwon {
        height: 45px !important;
        bottom: 40px !important;
        border-radius: 0 !important;
        font-size: 14px !important;
    }

    .scroll-dwon::after,
    .scroll-dwon::before {
        height: 10px !important;
        width: 10px !important;

        font-size: 18px !important;
    }


    /* New Page CSS END 567 */




    .autoComplete_wrapper .form-control {
        padding-left: 27px !important;
        height: 26px !important;
        background-size: 16px !important;
        background-position: left 7px top 4px !important;
    }

    .autoComplete_wrapper .form-control::placeholder {
        font-size: 14px;
    }

    .card-length {
        width: 50%;
        padding: 0 5px;
    }

    .footer a br {
        display: block !important;
    }

    .workcog-group .text p {
        font-size: 16px !important;
        margin-bottom: 10px !important;
        line-height: inherit !important;
    }

    .section-header p {
        font-size: 16px !important;
        line-height: inherit;
    }

    .projects-content {
        padding: 40px 0 !important;
    }

    .projects-content h2 {
        font-size: 28px !important;
        margin-bottom: 15px !important;
    }

    .projects-content h3 {
        font-size: 14px !important;
        margin-bottom: 10px !important;
        line-height: inherit !important;
    }

    .about-points1 {
        padding: 40px 0 !important;
    }

    .about-points1 h2 {
        font-size: 28px !important;
        margin-bottom: 15px !important;
    }

    .about-points1 .aboutlists {
        min-height: 82px !important;
    }

    .clients-carousel1 .service-technology img {
        width: 100%;
    }

    .clients-carousel1 .slick-arrow {
        width: 30px !important;
        height: 30px !important;
        font-size: 14px !important;
    }

    .clients-carousel1 .next {
        left: 37% !important;
    }

    .sidebar_style {
        padding: 20px;
    }

    .contact-banner {
        height: 100% !important;
    }

    .contact-banner form {
        margin-top: 20px !important;
    }

    .contact-form h2 {
        font-size: 22px !important;
        margin-bottom: 10px !important;
    }

    .contact-input {
        margin-bottom: 10px !important;
    }

    .contact-form .form-label {
        font-size: 14px !important;
        line-height: inherit !important;
        margin-bottom: 5px !important;
    }

    .contact-form .form-control {
        padding: 5px !important;
        font-size: inherit !important;
        border-radius: 2px !important;
    }

    .contact-form .form-control::placeholder {
        font-size: 14px !important;
    }

    .contact-form {
        padding: 10px !important;
        border-radius: 3px !important;
    }

    .contact_form {
        padding: 40px 0;
    }

    .contact_form h2 {
        font-size: 36px !important;
        margin-bottom: 20px !important;
    }

    .location_map {
        padding: 10px !important;
        border-radius: 5px !important;
        min-height: inherit !important;
    }

    .location_address i {
        font-size: 24px !important;
    }

    .location_address h3 {
        font-size: 18px !important;
        margin: 10px 0 !important;
    }

    .location_address h6 {
        font-size: 22px !important;
    }

    .contact-social i {
        margin: 0 10px !important;
    }

    #places-map .marker-peterborough {
        left: 68.5% !important;
        top: 41% !important;
    }

    #places-map .map-location-marker {
        height: 16px !important;
        margin-top: 0 !important;
        width: 12px !important;
    }

    #places-map .hydtip {
        top: 45% !important;
    }

    #places-map .marker-dubai {
        top: 42% !important;
    }

    .services-carousel .slick-list {
        padding: 0 0.3% !important;
    }

    .about-points .col {
        flex: 1 0 34%;
    }

    .vssion-mission-card p {
        font-size: 16px;
        line-height: inherit;
        margin-bottom: 0;
    }

    .section-header p b {
        font-size: 16px !important;
    }

    .whyworkcog .text h3 {
        margin-bottom: 12px;
        margin-top: 14px;
        font-size: 22px;
    }

    .whyworkcog .text p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .privacy-content ul {
        padding-left: 20px !important;
    }

    .privacy-content ul p {
        font-size: 16px !important;
        line-height: 30px !important;
        margin-bottom: 10px !important;
    }

    .privacy-content ul li {
        margin-bottom: 10px !important;
    }

    .chatbot {
        right: 10px !important;
        bottom: 10px !important;
        width: 30px !important;
        height: 30px !important;
        line-height: 30px !important;
    }

    .chatbot i {
        font-size: 14px !important;
    }

    .privacy-content h2 {
        font-size: 20px !important;
    }

    .location-contact {
        padding: 30px 0 !important;
    }

    #places-map h1 {
        font-size: 26px !important;
        margin-top: 0 !important;
        margin-bottom: 20px !important;
    }

    .location-contact .location_address i {
        font-size: 40px !important;
    }

    .location-contact .location_address h3 {
        font-size: 22px !important;
        margin: 10px 0 !important;
    }

    .location-contact .location_map_wraper p {
        font-size: 18px !important;
        line-height: inherit !important;

    }

    .location-contact .location_map_wraper .services-btn {
        padding: 5px 10px !important;
        margin: 10px auto 0 !important;
        position: inherit !important;
    }

    .location-contact .location_map_wraper .services-btn:hover {
        border: 2px solid #db2d3c !important;
    }
}


@media (min-width: 768px) and (max-width: 991.98px) {

    .location_address a.findlocation {
        font-size: 14px;
        margin: 10px 0 0 24px;
    }

    .location_address a i {
        left: -24px;
    }

    .location_address h6 {
        margin: 0 0 4px;
    }

    .location_address h6 a {
        font-size: 12px;
    }

    .contact_form h2 {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .contact-action {
        padding: 40px 0;
    }

    .contact-card {
        margin-bottom: 20px;
    }

    .contact-card h6 {
        margin-bottom: 6px;
    }

    .contact-card span {
        margin-bottom: 13px;
        padding: 10px;
    }

    .location_map iframe {
        height: 200px;
    }

    .location_map_wraper {
        padding: 0;
        margin-bottom: 20px;
    }

    .location_address h5 {
        font-size: 16px;
    }

    .location_address {
        padding: 8px;
        min-height: 130px;
    }

    .location_address p {
        margin-bottom: 8px;
        font-size: 15px;
    }

    .location_address a {
        font-size: 14px;
        margin: 0;
    }





    .view-job-right a {
        padding: 12px 30px;
        font-size: 16px;
        text-align: center;
    }

    .view-job-right ul {
        margin-bottom: 20px;
    }

    .view-job-right {
        margin-top: 20px;
    }

    .view-job-right ul li i {
        margin-right: 10px;
        font-size: 14px;
        top: 1px;
    }

    .view-job-right span {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .jobdetails-right div {
        margin-bottom: 15px;
    }

    .view-job-right p {
        font-size: 14px;
        margin-bottom: 12px;
        font-weight: 500;
    }

    .view-job-right h6 {
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .jobdetails-right h6 {
        margin: 3px 0 0;
        font-size: 16px;

    }

    .jobdetails-right span {
        font-size: 13px;
    }

    .jobdetails-right.sticky-top {}

    .jobdetails-right {
        width: 100%;
        border: 0;
    }

    .jhobdetails .fullwodth {
        width: 100%;
    }

    .form-wrapper .btn-close {
        right: 20px;
        top: 20px;
    }

    .applyjobmodal .modal-content {
        border: 0;
        border-radius: 0;
    }

    .applyjobmodal .modal-dialog {
        max-width: 540px;
        margin: 60px auto;
        border-radius: 0;
    }

    .form-section {
        padding: 0 15px;
    }

    .job-form {
        padding: 103px 0 40px;
    }

    .form-wrapper {
        background: #fff;
        padding: 15px;
        border-radius: 6px;
    }

    .form-wrapper h2 {
        font-size: 23px;
    }

    .form-header img {
        width: 110px;
    }

    .form-header {
        margin-bottom: 12px;
    }

    .form-wrapper label {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .form-wrapper .form-control {
        padding: 3px 0;
        border-bottom: 1px solid #c2c2c2;
        font-size: 17px;
    }

    .custom-file-label {
        font-size: 17px !important;
        padding: 3px 0;
    }

    .form-wrapper .form-group {
        margin-bottom: 20px;
    }

    .submitbutton {
        font-size: 16px;
        padding: 11px 10px;
        border-radius: 4px;
    }

    .header-hero .col-md-6 {
        width: 100%;
    }

    .s013 form {
        width: max-content;
        margin: 0 auto;
    }


    .navbar {
        padding: 0 0;
    }

    .navbar-toggler {
        padding: 0;
        color: #000 !important;
        font-size: 31px;
        border: 0;
    }

    .navbar .navbar-brand {
        padding: 14px 0;
    }

    .navbar .navbar-brand img {
        width: 139px;
    }

    .navbar ul li {
        margin: 0 0 12px;
    }

    .navbar ul li a {
        font-size: 12px;
        line-height: initial;
    }

    .loginbutton {
        background: #c39a65;
        padding: 11px 23px;
        border-radius: 4px;
        margin-left: 0;
    }

    .navbar ul {
        margin: 0 0 12px;
    }

    .header-hero {
        background-size: cover;
        height: 100%;
        background-position: center;
    }


    .navbar {
        padding: 0 0;
    }

    .navbar-toggler {
        padding: 0;
        color: #000 !important;
        font-size: 31px;
        border: 0;
    }

    .navbar .navbar-brand img {
        width: 139px;
    }






    .weare {
        padding: 40px 0;
    }

    .weareheader h3 {
        font-size: 22px;
        margin-bottom: 11px;
    }

    .weareheader p {
        font-size: 14px;
        line-height: 21px;
        margin: 19px 0;
    }

    .app-btn {
        font-size: 13px;
        padding: 10px 20px;
        height: auto;
        margin-top: 15px;
    }

    .app-btn span {
        top: 0;
        margin-left: 7px;
    }

    .app-btn span svg {
        width: 13px;
    }

    .wearecards {
        margin-top: 40px;
    }

    .wearecards h6 {
        margin-bottom: 6.83px;
        font-size: 15.026000000000002px;
    }

    .wearecards h5 {
        font-size: 25px;
        line-height: initial;
        margin-bottom: 7px;
        white-space: nowrap;
    }

    .weare .card {
        margin-bottom: 15px;
    }

    .weare .translate-middle {}

    .weare .card-img-overlay {
        width: 100%;
    }


    .aboutus {
        padding: 40px 0;
    }

    .aboutus .text h5 {
        font-size: 22px;
        margin-bottom: 11px;
    }

    .aboutus .text p {
        font-size: 14px;
        line-height: 21px;
        margin: 19px 0;
    }

    h6.sectionheading {
        letter-spacing: 3px;
        font-size: 12px;
        margin-bottom: 11px;
        padding-left: 23px;
    }

    h6.sectionheading::before {
        width: 15px;
        height: 3px;
        top: 42%;
    }

    .aboutus .text {
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px;
    }

    .section-header h2 {
        font-size: 32px;
        line-height: inherit;
        margin-bottom: 11px;
    }

    .solutionslist .card .card-body {
        padding: 15px 0 0;
        margin-bottom: 30px;
    }

    .solutionslist .card .card-body h5 {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .solutionslist .card .card-body p {
        font-size: 13px;
        line-height: inherit;
    }

    p {
        font-size: 13px;
        line-height: 22px;
    }

    .testmonials {
        padding: 40px 0;
    }

    .testmonials h5 {
        font-size: 19px;
        margin: 0 0 20px;
    }

    .reviewcard h4 {
        font-size: 15px;
        line-height: initial;
    }

    .reviewcard img {
        margin: 0 auto 10px;
        width: 130px;
    }

    .reviewcard {
        padding: 0 0;
    }

    .cleint-name {
        margin-left: 10px;
    }

    .cleint-name h6 {
        margin: 0 0 3px;
        font-size: 16px;
    }

    .cleint-img {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }

    .cleint-img img {
        width: 100%;
    }

    .cleint-name p {
        font-size: 13px;
    }

    .find-soultions {
        padding: 40px 0;
    }

    .section-header .middle p {
        font-size: 14px;
        margin: 0 0 10px;
    }

    .section-header .w-50 {
        width: 100% !important;
    }

    .findsolutions .app-btn {
        margin: 11px 0px 0;
        padding: 10px 30px;
    }

    .clients h5 {
        font-size: 18px;
        margin: 0 0 20px;
    }

    .clients .navs {
        top: 50%;
        transform: translateY(-50%);
        border-radius: 8px;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        font-size: 21px;
    }



    footer {
        padding: 40px 0;
    }

    footer .col-6 {
        /* width: 100%; */
    }

    .footer-menu h6 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .footer-menu ul li {
        margin-bottom: 2px;
    }

    .footer-menu ul li a {
        font-size: 14px;
    }

    .footer-menu {
        overflow: hidden;
        margin-bottom: 20px;
    }

    .footer-menu p {
        font-size: 14px;
        margin: 0 0 10px;
    }

    .footer-menu .email {
        font-size: 14px;
        margin: 4px 0 0;
    }

    .copyrights {
        border-top: 1px solid #e1e1e1;
        padding: 8px 10px;
        margin-top: 20px;
    }

    .copyrights p {
        font-size: 13px;
        text-align: center;
    }

    .socail_links li a {
        font-size: 16px;
    }

    .socail_links li {
        margin-left: 10px;
    }


    .socail_links {
        justify-content: center !important;
    }

    .header-text h1 {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .header-text p {
        font-size: 18px;
        margin: 0 0 20px;
    }

    .s013 form .inner-form {
        width: 100%;
    }

    .header-text {
        padding: 0;
    }

    .s013 form .btn-search {
        padding: 0 20px;
        font-size: 19px;
    }

    .input-field.first {
        padding: 8px 11px;
    }

    .s013 form .inner-form .input-wrap .input-field input {
        font-size: 14px;
    }

    .s013 form .inner-form .input-wrap .input-field label {
        font-size: 13px;
    }


    .weare .weareheader {
        width: 80%;
    }

    .wearecards .col-md-11 {
        width: 100%;
    }

    .aboutus .col-md-11 {
        width: 100%;
    }

    .aboutus .img {
        height: 100%;
        justify-content: center;
        flex-direction: column;
        display: flex;
    }


    .solutionslist .col-md-3 {
        width: 50%;
    }



    /* about us resp */

    .caption-banner h2 {
        font-size: 28px;
    }

    .caption-banner h6 {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 5px;
    }

    .innerbanner {
        height: 40%;
    }

    .about-points {
        padding: 20px 0;
    }

    .about-points .col {
        flex: 1 0 24.33%;
    }


    .aboutlists {
        padding: 15px 0;
    }

    .aboutlists h6 {
        font-size: 15px;
        line-height: 25px;
    }

    .aboutlists {
        margin-bottom: 0;
    }

    .workcog-group .text h4 {
        font-size: 26px;
        line-height: initial;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .ourpassion {
        padding: 40px 0;
    }

    .ourpassion .text {
        padding: 15px 0 0;
    }

    .ourpassion .text h2 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .ourpassion .text p {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: inherit;
    }

    .vission-mission {
        padding: 40px 0;
    }

    .vssion-mission-card {
        padding: 20px;
        margin-bottom: 20px;
        min-height: 96%;
    }

    .vssion-mission-card h4 {
        margin: 10px 0;
        font-size: 20px;
    }

    .workcog-group .col-md-9 {
        width: 100%;
    }

    .workcog-group {
        padding: 40px 0;
    }

    .ourpassion .col-md-6.px-md-0 {
        padding: 0 15px !important;
    }

    .about-card {
        width: 100%;
        margin-bottom: 10px;
    }

    .about-card p {
        padding-left: 5px;
    }



    /* why workcog resp */

    .whyworkcog .section-header p {
        font-size: 16px;
        color: #18304b;
        line-height: inherit;
    }

    .whyworkcog .section-header h2 {
        margin-bottom: 14px;
        font-size: 32px;
    }

    .whyworkcog {
        padding: 40px 0 20px;
    }


    .whyworcogcards {
        margin-top: 30px;
    }


    .whyworkcog .text {
        padding: 0;
    }

    .whyworcogcards .row {
        margin-bottom: 30px;
    }

    .whyworkcog .col-md-8 {
        width: 100%;
    }

    .whyworkcog .col-md-9 {
        width: 100%;
    }



    /* services */

    .services-section {
        padding: 40px 0;
    }

    .service-card {
        padding: 20px;
        margin-bottom: 15px;
    }

    .service-card img {
        width: 100px;
    }

    .service-card h4 {
        font-size: 26px;
        margin: 3px 0 10px;
    }

    .service-card p {
        font-size: 16px;
    }

    .allservices .section-header p {
        font-size: 14px;
    }

    .serviceslists li {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .seviceswrap {
        padding: 21px;
    }

    .serviceslists li i {
        margin-right: 7px;
    }

    .allservices {
        padding-bottom: 40px;
    }

    .directhire {
        padding: 40px 0;
    }

    .directhire .section-header h2 {
        margin-bottom: 15px;
    }

    .directhire .img {
        margin-bottom: 20px;
    }

    .services-section .col-md-3 {
        width: 50%;

    }



    .widget .widget-title h6 {
        font-size: 14px;
    }

    .form-check-input {
        border-radius: 3px;
        border: 2px solid #dfdfdf;
        width: 1rem;
        height: 1rem;
        margin-top: 3px;
        margin-left: -8px !important;
        margin-right: 7px;
    }

    .widget .widget-content .form-check {
        margin-bottom: 8px;
        font-size: 14px;
    }

    .list_heading h6 {
        font-size: 20px;
        margin-top: 10px;
    }

    .widget .widget-content {
        margin-top: 10px;
    }

    .sidebar .widget {
        padding-bottom: 20px;
    }

    .short-by .form-control {
        border: 1px solid #dfdfdf;
        height: 39px;
        padding: 0 20px;
        font-size: 14px;
        border-radius: 3px;
    }

    .job-filter-tag label {
        font-size: 15px;
    }

    .job-verticle-list {
        margin-bottom: 20px;
        border-radius: 6px;
        padding: 0 25px;
        border: 1px solid #ebf0f6;
        -webkit-box-shadow: 0 1px 2px 0 rgb(0 106 194 / 20%);
        box-shadow: 0 1px 2px 0 rgb(0 106 194 / 20%);

    }

    .vertical-job-card {
        width: 100%;
    }

    .vertical-job-header {
        display: inline-block;
        width: 100%;
        padding: 12px 0 10px 0;
        align-items: center;
    }

    .vertical-job-header h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0px;
        line-height: 1;
        margin-top: 7px;
    }

    .vertical-job-header .com-tagline {
        font-size: 13px;
        margin-bottom: 2px;
        display: block;
    }

    .vertical-job-body {
        border-top: 1px solid #eaeff5;
        border-bottom: 1px solid #eaeff5;
        padding: 15px 0;
        width: 100%;
    }

    .vertical-job-card ul {
        margin: 0;
        padding: 0;
    }

    .vertical-job-body ul li {
        padding: 2px 0;
        display: flex;
        font-size: 13px;
    }

    .vertical-job-body ul.can-skils li strong {
        width: 150px;
        display: inline-block;
    }

    .vertical-job-body ul li span {
        width: 90%;
    }

    .vertical-job-header {
        padding: 12px 0 10px 0;
    }

    .skill-tag {
        border-radius: 0 2px 2px 0;
        display: inline-block;
        font-size: 11px;
        line-height: 1.2727272727;
        margin: 2px 15px 2px 0px;
        padding: 3px 7px;
        position: relative;
    }

    .skill-tag:before {
        border-top: 10px solid transparent;
        border-left: 9px solid #eaedf3;
        border-bottom: 10px solid transparent;
        right: -8px;
    }

    .skill-tag:after {
        height: 4px;
        top: 8px;
        right: -2px;
        width: 4px;
    }

    .apply_job a {
        font-size: 13px;
        padding: 12px 10px;
        color: #fff;
        margin-bottom: 10px;
        margin-right: 2px;
        width: 100%;
        float: left;
        margin-top: 10px;
    }

    .view_job a {
        background: #1a2746 !important;
    }

    .model_width_main {
        max-width: 450px !important;
    }

    .input-group-text-style {
        right: 13px !important;
        left: 14px !important;
    }

    .dashboar_menu {
        background: #001935;
    }

    .ashboard_baner {
        padding: 130px 0px 74px;
    }

    a.btn_footer {
        margin-bottom: 30px !important;
    }

    .vrt-job-act {
        float: left;
    }

    .vrt-job-act {
        float: left;
        width: 100%;
    }

    .space-ptb {
        padding: 40px 0;
    }

    .space-ptb.list_bg .col-md-10 {
        width: 100%;
    }

    /* New page CSS START 768 */


    .row-cols-5>* {
        flex: 0 0 auto;
        width: 33.33%;
    }

    .nav-menu {
        padding: 10px 0;
    }

    .nav-menu img {
        width: 100px;
    }

    .navbar-toggler-icon i {
        color: #fff;
    }

    .navbar-toggler:focus {
        box-shadow: inherit;
        outline: inherit;
    }

    .nav-menu .navbar-nav {
        align-items: center;
        margin-bottom: 5px !important;
    }

    .nav-menu .nav-item {
        padding: 6px 10px;
    }

    .nav-menu .nav-item a {
        font-size: 14px;
    }

    .nav-menu .chaticon a {
        border-radius: 30px;
        padding-left: 0;
        margin-left: 0;
        display: inline-block;
        width: 89px;
        height: 30px;
        text-align: center;
    }

    .nav-menu .chaticon i {
        font-size: 26px;
        top: 7px;
        right: 8px;
    }

    .nav-menu .phoneicon i {
        font-size: 12px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 29px;
    }

    .index-banner {
        height: 51vh;
        padding-top: 100px;
        background-position: initial;
    }

    .index-content p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .index-content h2 {
        font-size: 38px;
    }

    .index-content h3 {
        font-size: 38px;
        margin-bottom: 0px;
    }

    .index-content h4 {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: inherit;
        margin: 8px 0;
    }

    .index-search {
        border-radius: inherit;
        padding: 15px 10px;
    }

    .index-search .input-field {
        margin: 0 auto;
        align-items: baseline;
    }

    .index-search .input-group-text,
    .index-search .form-control {
        padding: 5px;
        font-size: inherit;
    }

    .input-group-text i {
        font-size: 14px;
        padding-right: 10px;
    }

    .index-search .form-control::placeholder {
        font-size: 12px;
    }

    .index-search .form-control {
        border: 1px solid #00000061;
        margin-bottom: 10px;
    }

    .find-btn {
        text-align: center;
        margin-top: 0px;
    }

    .find-btn .btn {
        padding: 5px 15px !important;
        font-size: 14px;
        border-radius: inherit;
    }

    .index-content {
        margin-bottom: 35px;
    }

    .about-company {
        padding: 30px 0;
        padding-bottom: 90px;
    }

    .big-text h2 {
        font-size: 70px;
        top: 10px;
    }

    .about-company .about-text h2 {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: inherit;
    }

    .about-company .about-text h2 br {
        display: none;
    }

    .about-company .about-text p {
        font-size: 14px;
        line-height: inherit;
        margin-bottom: 10px;
    }

    .about-company .about-text h3 {
        font-size: 18px;
        line-height: inherit;
        margin-bottom: 10px;
    }

    .about-company .about-question i {
        font-size: 24px;
        padding-top: 13px;
    }

    .about-image img {
        width: 100%;
    }

    .about-image {
        margin-bottom: 20px;
    }

    .about-company .big-text {
        top: 0;
        z-index: 0;
    }

    .why-workcog {
        position: relative;
        width: 100%;
        padding-top: 15px;
        left: 0px;

    }

    .why-workcog .why-content {
        padding: 0 10px;
    }

    .why-workcog .why-content br {
        display: none;
    }

    .why-workcog h2 {
        font-size: 30px;
        margin: 10px 0;
    }

    .why-workcog p {
        font-size: 14px;
        line-height: inherit;
        margin-bottom: 10px;
    }

    .workcog-animation {
        display: inline-block;
    }

    .card {
        height: 36vh;
    }

    .card__head p {
        display: block !important;
        text-align: initial;
        font-size: 18px;
        margin-top: 10px;
    }

    .card::after {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #000;
        opacity: 0.8;

    }

    .card .slide-count h5 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .workcog-animation .card:hover .card__head {
        font-size: 24px;
    }


    .card .slide-count {
        top: 10px;
        left: 10px;
    }

    .card__head {
        font-size: 24px;
        text-align: initial;
        padding: 10px 15px;

    }

    .big-text {
        padding: 0;
    }

    .service-section {
        padding: 30px 0;

    }

    .services-offer h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .services-offer p {
        font-size: 16px;
        line-height: inherit;
        margin-bottom: 10px;
    }

    .service-image img {
        width: 100%;
    }

    .services-carousel {
        padding-top: 100px;
    }

    .services-carousel::before {
        top: 0px;
        left: 0;
        font-size: 100px;
        text-align: center;
    }

    .service-technology {
        border-radius: 5px;
        padding: 15px;
        margin: 0 5px;
        min-height: 253px;
    }

    .slick-dots {
        bottom: -34px;
    }

    .service-technology img {
        width: 50px;
    }

    .slick-dots li button:before {
        display: none;
    }

    .technology-content h2 {
        font-size: 18px;
        margin: 10px 0;
    }

    .technology-content h2 {

        font-size: 18px;
        color: #1b222b;
        margin: 10px 0;
    }

    .technology-content p {
        font-size: 14px;
        line-height: inherit;
        margin-bottom: 0;
    }

    .services-btn {
        border: 1px solid #fff;
        font-size: 14px;
        border-radius: 30px;
        margin-top: 20px;
        padding: 8px 20px;
    }

    .services-btn i {
        padding-left: 10px;
        font-size: 23px;
    }

    .projects {
        padding: 30px 0;
        padding-top: 60px;
    }

    .projects-head {
        margin-bottom: 0px;
    }

    .projects-head h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .projects-head p {
        font-size: 18px;
        line-height: inherit;
        margin-bottom: 0px;
    }

    .technology-clients {
        padding: 35px;
    }

    .project-content {
        padding: 10px 0;
    }

    .project-content h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .project-content p {
        font-size: 14px;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .project-content .services-btn {
        border-width: 1px;
        font-size: 16px;
    }

    .projects-image {
        margin-top: 20px;
    }

    .clients-carousel .service-technology img {
        width: 100% !important;
    }

    .technology-clients h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .clients .slick-dots {
        bottom: -30px;
    }

    .slick-dots li {
        margin: 0 5px;
    }

    .slick-dots li button {
        width: 5px;
        height: 5px;
        font-size: 14px;
    }

    .clients .slick-dots li.slick-active {
        width: 5px;
        height: 5px;
        font-size: 14px;
    }

    .footer {
        padding: 30px 0;
        padding-bottom: 0;
    }

    .footer h3 {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .footer .col {
        margin-bottom: 10px;
    }

    .footer p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .footer-anchor {
        margin-top: 10px;
    }

    .footer a {
        margin-bottom: 0;
        font-size: 14px;
    }

    .footer-logo {
        text-align: center;
        margin-bottom: 10px;
    }

    .footer-logo img {
        width: 100px;
    }

    .copy-right p {
        font-size: 14px !important;
        margin-bottom: 10px !important;
    }

    .social-media ul li i {
        font-size: 14px !important;
        width: 30px;
        height: 30px;
        line-height: 34px;
    }

    .social-media ul li {
        margin: 5px;
    }

    .chaticon {
        display: none;
    }

    .phoneicon {
        display: none;
    }

    .clients-carousel .service-technology {
        min-height: 156px;
    }

    .workcog-animation .card:hover .card__head {
        font-size: 18px;
        text-align: left;
    }

    .footer-anchor br {
        display: none;
    }

    .scroll-dwon {
        height: 45px !important;
        bottom: inherit !important;
        border-radius: 0 !important;
        font-size: 14px !important;
        top: 50% !important;
    }

    .scroll-dwon::after,
    .scroll-dwon::before {
        height: 10px !important;
        width: 10px !important;
        font-size: 18px !important;
    }

    /* New page CSS End 768 */




    .autoComplete_wrapper .form-control {
        padding-left: 27px !important;
        height: 26px !important;
        background-size: 16px !important;
        background-position: left 7px top 4px !important;
    }

    .autoComplete_wrapper .form-control::placeholder {
        font-size: 14px;
    }

    .card-length {
        width: 50%;
        padding: 0 5px;
    }

    .footer a br {
        display: block !important;
    }

    .workcog-group .text p {
        font-size: 16px !important;
        margin-bottom: 10px !important;
        line-height: inherit !important;
    }

    .section-header p {
        font-size: 16px !important;
        line-height: inherit;
    }

    .projects-content {
        padding: 40px 0 !important;
    }

    .projects-content h2 {
        font-size: 28px !important;
        margin-bottom: 15px !important;
    }

    .projects-content h3 {
        font-size: 14px !important;
        margin-bottom: 10px !important;
        line-height: inherit !important;
    }

    .about-points1 {
        padding: 40px 0 !important;
    }

    .about-points1 h2 {
        font-size: 28px !important;
        margin-bottom: 15px !important;
    }

    .about-points1 .aboutlists {
        min-height: 82px !important;
    }

    .clients-carousel1 .service-technology img {
        width: 100%;
    }

    .clients-carousel1 .slick-arrow {
        width: 30px !important;
        height: 30px !important;
        font-size: 14px !important;
    }

    .clients-carousel1 .next {
        left: 37% !important;
    }

    .sidebar_style {
        padding: 20px;
    }

    .contact-banner {
        height: 54% !important;
    }

    .contact-banner form {
        margin-top: 20px !important;
    }

    .contact-form h2 {
        font-size: 22px !important;
        margin-bottom: 10px !important;
    }

    .contact-input {
        margin-bottom: 10px !important;
    }

    .contact-form .form-label {
        font-size: 12px !important;
        line-height: inherit !important;
        margin-bottom: 5px !important;
    }

    .contact-form .form-control {
        padding: 5px !important;
        font-size: inherit !important;
        border-radius: 2px !important;
    }

    .contact-form .form-control::placeholder {
        font-size: 10px !important;
    }

    .contact-form {
        padding: 10px !important;
        border-radius: 3px !important;
    }

    .contact_form {
        padding: 40px 0;
    }

    .contact_form h2 {
        font-size: 36px !important;
        margin-bottom: 20px !important;
    }

    .location_map {
        padding: 0px !important;
        border-radius: 5px !important;
        min-height: inherit !important;
    }

    .location_address i {
        font-size: 24px !important;
    }

    .location_address h3 {
        font-size: 14px !important;
        margin: 5px 0 !important;
    }

    .location_address h6 {
        font-size: 14px !important;
        margin: 10px 0;
    }

    .contact-social i {
        margin: 0 10px !important;
    }

    #places-map .map-location-marker {
        height: 16px !important;
        margin-top: 0 !important;
        width: 12px !important;
    }

    #places-map .marker-peterborough {
        left: 68.5% !important;
        top: 42% !important;
    }

    #places-map .hydtip {
        top: 45% !important;
    }

    #places-map .marker-dubai {
        top: 42% !important;
    }

    .services-carousel .slick-list {
        padding: 0 0.3% !important;
    }

    .about-points .col {
        flex: 1 0 34%;
    }

    .vssion-mission-card p {
        font-size: 16px;
        line-height: inherit;
        margin-bottom: 0;
    }

    .section-header p b {
        font-size: 20px !important;
    }

    .whyworkcog .text h3 {
        margin-bottom: 12px;
        margin-top: 14px;
        font-size: 22px;
        font-weight: 600;
    }

    .whyworkcog .text p {
        font-size: 16px;
        margin-bottom: 0;
    }

    .allservices .section-header h2 {
        margin-bottom: 20px;
    }

    .project-banner {
        background-position: right !important;
    }

    .privacy-content ul {
        padding-left: 20px !important;
    }

    .privacy-content ul p {
        font-size: 16px !important;
        line-height: 30px !important;
        margin-bottom: 10px !important;
    }

    .privacy-content ul li {
        font-size: 14px !important;
        margin-bottom: 10px !important;
        line-height: inherit !important;
    }

    .chatbot {
        right: 20px !important;
        bottom: 20px !important;
        width: 40px !important;
        height: 40px !important;
        line-height: 40px !important;
    }

    .chatbot i {
        font-size: 16px !important;
    }

    .privacy-content h2 {
        font-size: 20px !important;
    }

    .location-contact {
        padding: 30px 0 !important;
    }

    #places-map h1 {
        font-size: 26px !important;
        margin-top: 0 !important;
        margin-bottom: 20px !important;
    }

    .location-contact .location_address i {
        font-size: 40px !important;
    }

    .location-contact .location_address h3 {
        font-size: 18px !important;
        margin: 10px 0 !important;
    }

    .location-contact .location_map_wraper p {
        font-size: 14px !important;
        line-height: inherit !important;

    }

    .location-contact .location_map_wraper .services-btn {
        padding: 5px 10px !important;
        margin: 10px auto 0 !important;
        left: 15%;
    }

    .location-contact .location_map_wraper .services-btn:hover {
        border: 2px solid #db2d3c !important;
    }

    .location-contact .location_map {
        min-height: 310px !important;
    }
}


@media(min-width:992px) and (max-width:1199.98px) {
    .location_address a.findlocation {
        font-size: 14px;
        margin: 10px 0 0 24px;
    }

    .location_address a i {
        left: -24px;
    }

    .location_address h6 {
        margin: 0 0 4px;
    }

    .location_address h6 a {
        font-size: 14px;
    }

    .contact_form h2 {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .contact-action {
        padding: 40px 0;
    }

    .contact-card {
        margin-bottom: 20px;
    }

    .contact-card h6 {
        margin-bottom: 6px;
    }

    .contact-card span {
        margin-bottom: 13px;
        padding: 10px;
    }

    .location_map iframe {
        height: 200px;
    }

    .location_map_wraper {
        padding: 0;
        margin-bottom: 20px;
    }

    .location_address h5 {
        font-size: 16px;
    }

    .location_address {
        padding: 16px;
    }

    .location_address p {
        margin-bottom: 8px;
        font-size: 15px;
    }

    .location_address a {
        font-size: 14px;
        margin: 0;
    }


    .view-job-right a {
        padding: 12px 30px;
        font-size: 16px;
        text-align: center;
    }

    .view-job-right ul {
        margin-bottom: 20px;
    }

    .view-job-right {
        margin-top: 20px;
    }

    .view-job-right ul li i {
        margin-right: 10px;
        font-size: 14px;
        top: 1px;
    }

    .view-job-right span {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .jobdetails-right div {
        margin-bottom: 15px;
    }

    .view-job-right p {
        font-size: 14px;
        margin-bottom: 12px;
        font-weight: 500;
    }

    .view-job-right h6 {
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .jobdetails-right h6 {
        margin: 3px 0 0;
        font-size: 16px;

    }

    .jobdetails-right span {
        font-size: 13px;
    }

    .jobdetails-right.sticky-top {}

    .jobdetails-right {
        width: 100%;
        border: 0;
    }

    .jhobdetails .fullwodth {
        width: 100%;
    }

    .navbar ul li a {
        font-size: 12px;
    }

    .header-hero .col-md-6 {
        width: 100%;
    }

    .s013 form {
        width: max-content;
        margin: 0 auto;
    }


    .navbar {
        padding: 0 0;
    }

    .navbar-toggler {
        padding: 0;
        color: #000 !important;
        font-size: 31px;
        border: 0;
    }

    /* .navbar .navbar-brand{
        padding: 14px 0;
    } */

    .navbar .navbar-brand img {
        width: 139px;
    }

    /* 
    .navbar ul li {
        margin: 0 0 12px;
    }
    .navbar ul li a{
        font-size: 12px;
        line-height: initial;
    } */

    /* .loginbutton {
        background: #c39a65;
        padding: 11px 23px;
        border-radius: 4px;
        margin-left: 0;
    } */


    .header-hero {
        background-size: cover;
        height: 100%;
        background-position: center;
    }


    .navbar {
        padding: 0 0;
    }

    .navbar-toggler {
        padding: 0;
        color: #000 !important;
        font-size: 31px;
        border: 0;
    }

    .navbar .navbar-brand img {
        width: 139px;
    }



    .weare {
        padding: 40px 0;
    }

    .weareheader h3 {
        font-size: 22px;
        margin-bottom: 11px;
    }

    .weareheader p {
        font-size: 14px;
        line-height: 21px;
        margin: 19px 0;
    }

    .app-btn {
        font-size: 13px;
        padding: 10px 20px;
        height: auto;
        margin-top: 15px;
    }

    .app-btn span {
        top: 0;
        margin-left: 7px;
    }

    .app-btn span svg {
        width: 13px;
    }

    .wearecards {
        margin-top: 40px;
    }

    .wearecards h6 {
        margin-bottom: 6.83px;
        font-size: 15.026000000000002px;
    }

    .wearecards h5 {
        font-size: 25px;
        line-height: initial;
        margin-bottom: 7px;
        white-space: nowrap;
    }

    .weare .card {
        margin-bottom: 15px;
    }

    .weare .translate-middle {}

    .weare .card-img-overlay {
        width: 100%;
    }


    .aboutus {
        padding: 40px 0;
    }

    .aboutus .text h5 {
        font-size: 22px;
        margin-bottom: 11px;
    }

    .aboutus .text p {
        font-size: 14px;
        line-height: 21px;
        margin: 19px 0;
    }

    h6.sectionheading {
        letter-spacing: 3px;
        font-size: 12px;
        margin-bottom: 11px;
        padding-left: 23px;
    }

    h6.sectionheading::before {
        width: 15px;
        height: 3px;
        top: 42%;
    }

    .aboutus .text {
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px;
    }

    .section-header h2 {
        font-size: 42px;
        margin-bottom: 11px;
    }

    .solutionslist .card .card-body {
        padding: 15px 0 0;
        margin-bottom: 30px;
    }

    .solutionslist .card .card-body h5 {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .solutionslist .card .card-body p {
        font-size: 13px;
        line-height: inherit;
    }

    p {
        font-size: 13px;
        line-height: 22px;
    }

    .testmonials {
        padding: 40px 0;
    }

    .testmonials h5 {
        font-size: 19px;
        margin: 0 0 20px;
    }

    .reviewcard h4 {
        font-size: 15px;
        line-height: initial;
    }

    .reviewcard img {
        margin: 0 auto 10px;
        width: 130px;
    }

    .reviewcard {
        padding: 0 0;
    }

    .cleint-name {
        margin-left: 10px;
    }

    .cleint-name h6 {
        margin: 0 0 3px;
        font-size: 16px;
    }

    .cleint-img {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }

    .cleint-img img {
        width: 100%;
    }

    .cleint-name p {
        font-size: 13px;
    }

    .find-soultions {
        padding: 40px 0;
    }

    .section-header .middle p {
        font-size: 14px;
        margin: 0 0 10px;
    }

    .section-header .w-50 {
        width: 100% !important;
    }

    .findsolutions .app-btn {
        margin: 11px 0px 0;
        padding: 10px 30px;
    }

    .clients h5 {
        font-size: 18px;
        margin: 0 0 20px;
    }

    .clients .navs {
        top: 50%;
        transform: translateY(-50%);
        border-radius: 8px;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        font-size: 21px;
    }



    footer {
        padding: 40px 0;
    }

    footer .col-6 {
        /* width: 100%; */
    }

    .footer-menu h6 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .footer-menu ul li {
        margin-bottom: 2px;
    }

    .footer-menu ul li a {
        font-size: 14px;
    }

    .footer-menu {
        overflow: hidden;
        margin-bottom: 20px;
    }

    .footer-menu p {
        font-size: 14px;
        margin: 0 0 10px;
    }

    .footer-menu .email {
        font-size: 14px;
        margin: 4px 0 0;
    }

    .copyrights {
        border-top: 1px solid #e1e1e1;
        padding: 8px 10px;
        margin-top: 20px;
    }

    .copyrights p {
        font-size: 13px;
        text-align: center;
    }

    .socail_links li a {
        font-size: 16px;
    }

    .socail_links li {
        margin-left: 10px;
    }


    .socail_links {
        justify-content: center !important;
    }

    .header-text h1 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .header-text p {
        font-size: 18px;
        margin: 0 0 20px;
    }

    .s013 form .inner-form {
        width: 100%;
    }

    .header-text {
        padding: 0;
    }

    .s013 form .btn-search {
        padding: 0 20px;
        font-size: 19px;
    }

    .input-field.first {
        padding: 8px 11px;
    }

    .s013 form .inner-form .input-wrap .input-field input {
        font-size: 14px;
    }

    .s013 form .inner-form .input-wrap .input-field label {
        font-size: 13px;
    }


    .weare .weareheader {
        width: 80%;
    }

    .wearecards .col-md-11 {
        width: 100%;
    }

    .aboutus .col-md-11 {
        width: 100%;
    }

    .aboutus .img {
        height: 100%;
        justify-content: center;
        flex-direction: column;
        display: flex;
    }


    .solutionslist .col-md-3 {
        width: 50%;
    }



    /* about us resp */

    .caption-banner h2 {
        font-size: 28px;
    }

    .caption-banner h6 {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 5px;
    }

    .innerbanner {
        height: 40%;
    }

    .about-points {
        padding: 20px 0;
    }

    .about-points .col {
        flex: 1 0 20.5%;
    }


    .aboutlists {
        padding: 15px 0;
    }

    .aboutlists h6 {
        font-size: 18px;
        line-height: 25px;
    }

    .workcog-group .text h4 {
        font-size: 26px;
        line-height: inherit;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .ourpassion {
        padding: 40px 0;
    }

    .ourpassion .text {
        padding: 15px 0 0;
    }

    .ourpassion .text h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .ourpassion .text p {
        margin-bottom: 12px;
        font-size: 18px;
        line-height: inherit;
    }

    .about-card {
        width: 50%;
        margin: 5px 0;
    }

    .vission-mission {
        padding: 40px 0;
    }

    .vssion-mission-card {
        padding: 20px;
        margin-bottom: 20px;
        min-height: 350px;
    }

    .vssion-mission-card h4 {
        margin: 10px 0;
        font-size: 24px;
    }

    .workcog-group .col-md-9 {
        width: 100%;
    }

    .workcog-group {
        padding: 40px 0;
    }

    .ourpassion .col-md-6.px-md-0 {
        padding: 0 15px !important;
    }




    /* why workcog resp */

    .whyworkcog .section-header p {
        font-size: 14px;
        color: #18304b;
    }

    .whyworkcog .section-header h2 {
        margin-bottom: 14px;
        font-size: 26px;
    }

    .whyworkcog {
        padding: 40px 0 20px;
    }


    .whyworcogcards {
        margin-top: 30px;
    }

    .whyworkcog .text {
        padding: 0;
    }

    .whyworcogcards .row {
        margin-bottom: 30px;
    }

    .whyworkcog .col-md-8 {
        width: 100%;
    }

    .whyworkcog .col-md-9 {
        width: 100%;
    }




    /* services */

    .services-section {
        padding: 40px 0;
    }

    .service-card {
        padding: 20px;
        margin-bottom: 15px;
    }

    .service-card img {
        width: 100px;
    }

    .service-card h4 {
        font-size: 20px;
        margin: 3px 0 10px;
    }

    .service-card p {
        font-size: 18px;
    }

    .allservices .section-header p {
        font-size: 14px;
    }

    .serviceslists li {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .seviceswrap {
        padding: 21px;
    }

    .serviceslists li i {
        margin-right: 7px;
    }

    .allservices {
        padding-bottom: 40px;
    }

    .directhire {
        padding: 40px 0;
    }

    .directhire .section-header h2 {
        margin-bottom: 15px;
    }

    .directhire .img {
        margin-bottom: 20px;
    }

    .services-section .col-md-3 {
        width: 33.33%;
    }



    .widget .widget-title h6 {
        font-size: 14px;
    }

    .form-check-input {
        border-radius: 3px;
        border: 2px solid #dfdfdf;
        width: 1rem;
        height: 1rem;
        margin-top: 3px;
        margin-left: -8px !important;
        margin-right: 7px;
    }

    .widget .widget-content .form-check {
        margin-bottom: 8px;
        font-size: 14px;
    }

    .list_heading h6 {
        font-size: 20px;
        margin-top: 10px;
    }

    .widget .widget-content {
        margin-top: 10px;
    }

    .sidebar .widget {
        padding-bottom: 20px;
    }

    .short-by .form-control {
        border: 1px solid #dfdfdf;
        height: 39px;
        padding: 0 20px;
        font-size: 14px;
        border-radius: 3px;
    }

    .job-filter-tag label {
        font-size: 15px;
    }

    .job-verticle-list {
        margin-bottom: 20px;
        border-radius: 6px;
        padding: 0 25px;
        border: 1px solid #ebf0f6;
        -webkit-box-shadow: 0 1px 2px 0 rgb(0 106 194 / 20%);
        box-shadow: 0 1px 2px 0 rgb(0 106 194 / 20%);

    }

    .vertical-job-card {
        width: 100%;
    }

    .vertical-job-header {
        display: inline-block;
        width: 100%;
        padding: 12px 0 10px 0;
        align-items: center;
    }

    .vertical-job-header h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0px;
        line-height: 1;
        margin-top: 7px;
    }

    .vertical-job-header .com-tagline {
        font-size: 13px;
        margin-bottom: 2px;
        display: block;
    }

    .vertical-job-body {
        border-top: 1px solid #eaeff5;
        border-bottom: 1px solid #eaeff5;
        padding: 15px 0;
        width: 100%;
    }

    .vertical-job-card ul {
        margin: 0;
        padding: 0;
    }

    .vertical-job-body ul li {
        padding: 2px 0;
        display: flex;
        font-size: 13px;
    }

    .vertical-job-body ul.can-skils li strong {
        width: 150px;
        display: inline-block;
    }

    .vertical-job-body ul li span {
        width: 90%;
    }

    .vertical-job-header {
        padding: 12px 0 10px 0;
    }

    .skill-tag {
        border-radius: 0 2px 2px 0;
        display: inline-block;
        font-size: 11px;
        line-height: 1.2727272727;
        margin: 2px 15px 2px 0px;
        padding: 3px 7px;
        position: relative;
    }

    .skill-tag:before {
        border-top: 10px solid transparent;
        border-left: 9px solid #eaedf3;
        border-bottom: 10px solid transparent;
        right: -8px;
    }

    .skill-tag:after {
        height: 4px;
        top: 8px;
        right: -2px;
        width: 4px;
    }

    .apply_job a {
        font-size: 13px;
        padding: 12px 10px;
        color: #fff;
        margin-bottom: 10px;
        margin-right: 2px;
        width: 100%;
        float: left;
        margin-top: 10px;
    }

    .view_job a {
        background: #1a2746 !important;
    }

    .model_width_main {
        max-width: 450px !important;
    }

    .input-group-text-style {
        right: 13px !important;
        left: 14px !important;
    }

    .dashboar_menu {
        background: #001935;
    }

    .ashboard_baner {
        padding: 130px 0px 74px;
    }

    a.btn_footer {
        margin-bottom: 30px !important;
    }

    .vrt-job-act {
        float: left;
    }

    .vrt-job-act {
        float: left;
        width: 100%;
    }

    .space-ptb {
        padding: 40px 0;
    }

    .space-ptb.list_bg .col-md-10 {
        width: 100%;
    }



    .form-wrapper .btn-close {
        right: 20px;
        top: 20px;
    }

    .applyjobmodal .modal-content {
        border: 0;
        border-radius: 0;
    }

    .applyjobmodal .modal-dialog {
        max-width: 540px;
        margin: 60px auto;
        border-radius: 0;
    }

    .form-section {
        padding: 0 15px;
    }

    .job-form {
        padding: 103px 0 40px;
    }

    .form-wrapper {
        background: #fff;
        padding: 15px;
        border-radius: 6px;
    }

    .form-wrapper h2 {
        font-size: 23px;
    }

    .form-header img {
        width: 110px;
    }

    .form-header {
        margin-bottom: 12px;
    }

    .form-wrapper label {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .form-wrapper .form-control {
        padding: 3px 0;
        border-bottom: 1px solid #c2c2c2;
        font-size: 17px;
    }

    .custom-file-label {
        font-size: 17px !important;
        padding: 3px 0;
    }

    .form-wrapper .form-group {
        margin-bottom: 20px;
    }

    .submitbutton {
        font-size: 16px;
        padding: 11px 10px;
        border-radius: 4px;
    }


    /* New page CSS START 992 */

    .row-cols-5>* {
        flex: 0 0 auto;
        width: 33.33%;
    }

    .nav-menu {
        padding: 10px 0;
    }

    .nav-menu img {
        width: 100px;
    }

    .navbar-toggler-icon i {
        color: #fff;
    }

    .navbar-toggler:focus {
        box-shadow: inherit;
        outline: inherit;
    }

    .nav-menu .navbar-nav {
        align-items: center;
        margin-bottom: 5px !important;
    }

    .nav-menu .nav-item {
        padding: 6px 8px;
    }

    .nav-menu .nav-item a {
        font-size: 13px;
    }

    .nav-menu .chaticon a {
        border-radius: 30px;
        padding-left: 0;
        margin-left: 0;
        display: inline-block;
        width: 120px;
        height: 30px;
        text-align: center;
    }

    .nav-menu .chaticon i {
        font-size: 21px;
        top: 5px;
        right: 9px;
    }

    .nav-menu .phoneicon i {
        font-size: 12px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 29px;
    }

    .index-banner {
        height: 34vh;
        padding-top: 100px;
        background-position: initial;
        position: relative;
    }

    .index-content p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .index-content h2 {
        font-size: 38px;
    }

    .index-content h3 {
        font-size: 38px;
        margin-bottom: 0px;
    }

    .index-content h4 {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: inherit;
        margin: 8px 0;
    }

    .index-content h4 br {
        display: none;
    }

    .index-search {
        border-radius: inherit;
        padding: 15px 10px;
    }

    .index-search .input-field {
        margin: 0 auto;
        align-items: baseline;
    }

    .index-search .input-group-text,
    .index-search .form-control {
        padding: 5px;
        font-size: inherit;
    }

    .input-group-text i {
        font-size: 14px;
        padding-right: 10px;
    }

    .index-search .form-control::placeholder {
        font-size: 10px;
    }

    .index-search .input-field::after {
        right: -8px;
        height: 32px;
        width: 0.1px;
    }

    .index-search .form-control {
        border: 1px solid #00000061;
        margin-bottom: 10px;
    }

    .find-btn {
        text-align: center;
        margin-top: 0px;
    }

    .find-btn .btn {
        padding: 5px !important;
        font-size: 12px;
        border-radius: inherit;
    }

    .index-content {
        margin-bottom: 35px;
    }

    .about-company {
        padding: 30px 0;
        padding-bottom: 110px;
    }

    .big-text h2 {
        font-size: 70px;
        top: 10px;
    }

    .about-company .about-text h2 {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: inherit;
    }

    .about-company .about-text h2 br {
        display: none;
    }

    .about-company .about-text p {
        font-size: 14px;
        line-height: inherit;
        margin-bottom: 10px;
    }

    .about-company .about-text h3 {
        font-size: 18px;
        line-height: inherit;
        margin-bottom: 10px;
    }

    .about-company .about-question i {
        font-size: 24px;
        padding-top: 13px;
    }

    .about-image img {
        width: 100%;
    }

    .about-image {
        margin-bottom: 20px;
    }

    .about-company .big-text {
        top: 0;
        z-index: 0;
    }

    .why-workcog {
        position: relative;
        width: 100%;
        padding-top: 15px;
        left: 50px;
    }

    .why-workcog .why-content {
        padding: 0 10px;
    }

    .why-workcog .why-content br {
        display: none;
    }

    .why-workcog h2 {
        font-size: 30px;
        margin: 10px 0;
    }

    .why-workcog p {
        font-size: 14px;
        line-height: inherit;
        margin-bottom: 10px;
    }

    .workcog-animation {
        display: inline-block;
    }

    .card {
        height: 25vh;
    }

    .card__head p {
        display: block !important;
        text-align: initial;
        font-size: 18px;
        margin-top: 10px;
    }

    .card::after {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #000;
        opacity: 0.8;

    }

    .card .slide-count h5 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .workcog-animation .card:hover .card__head {
        font-size: 24px;
    }


    .card .slide-count {
        top: 10px;
        left: 10px;
    }

    .card__head {
        font-size: 24px;
        text-align: initial;
        padding: 10px 15px;

    }

    .big-text {
        padding: 0;
    }

    .service-section {
        padding: 30px 0;

    }

    .services-offer h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .services-offer p {
        font-size: 16px;
        line-height: inherit;
        margin-bottom: 10px;
    }

    .service-image img {
        width: 100%;
    }

    .services-carousel {
        padding-top: 100px;
    }

    .services-carousel::before {
        top: 0px;
        left: 0;
        font-size: 100px;
        text-align: center;
    }

    .service-technology {
        border-radius: 5px;
        padding: 15px;
        margin: 0 5px;
        min-height: 296px;
    }

    .slick-dots {
        bottom: -34px;
    }

    .service-technology img {
        width: 25%;
    }

    .slick-dots li button:before {
        display: none;
    }

    .technology-content h2 {
        font-size: 18px;
        margin: 10px 0;
    }

    .technology-content h2 {

        font-size: 18px;
        color: #1b222b;
        margin: 10px 0;
    }

    .technology-content p {
        font-size: 14px;
        line-height: inherit;
        margin-bottom: 0;
    }

    .services-btn {
        border: 1px solid #fff;
        font-size: 14px;
        border-radius: 30px;
        margin-top: 20px;
        padding: 8px 20px;
    }

    .services-btn i {
        padding-left: 10px;
        font-size: 23px;
    }

    .projects {
        padding: 30px 0;
        padding-top: 60px;
    }

    .projects-head {
        margin-bottom: 0px;
    }

    .projects-head h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .projects-head p {
        font-size: 18px;
        line-height: inherit;
        margin-bottom: 0px;
    }

    .technology-clients {
        padding: 35px;
    }

    .project-content {
        padding: 10px 0;
    }

    .project-content h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .project-content p {
        font-size: 14px;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .project-content .services-btn {
        border-width: 1px;
        font-size: 16px;
    }

    .projects-image {
        margin-top: 20px;
    }

    .clients-carousel .service-technology img {
        width: 100% !important;
    }

    .technology-clients h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .clients .slick-dots {
        bottom: -30px;
    }

    .slick-dots li {
        margin: 0 5px;
    }

    .slick-dots li button {
        width: 5px;
        height: 5px;
        font-size: 14px;
    }

    .clients .slick-dots li.slick-active {
        width: 5px;
        height: 5px;
        font-size: 14px;
    }

    .footer {
        padding: 30px 0;
        padding-bottom: 0;
    }

    .footer h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .footer .col {
        margin-bottom: 10px;
    }

    .footer p {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .footer-anchor {
        margin-top: 10px;
    }

    .footer a {
        margin-bottom: 0;
        font-size: 19px;
    }

    .footer-logo {
        text-align: center;
        margin-bottom: 10px;
    }

    .footer-logo img {
        width: 100px;
    }

    .copy-right p {
        font-size: 14px !important;
        margin-bottom: 10px !important;
    }

    .social-media ul {
        justify-content: center;
    }

    .social-media ul li i {
        font-size: 14px !important;
        width: 30px;
        height: 30px;
        line-height: 34px;
    }

    .social-media ul li {
        margin: 5px;
    }

    .clients-carousel .service-technology {
        min-height: 156px;
    }

    .workcog-animation .card:hover .card__head {
        font-size: 18px;
        text-align: left;
    }

    .footer-anchor br {
        display: none;
    }

    .scroll-dwon {
        height: 45px !important;
        bottom: inherit !important;
        border-radius: 0 !important;
        font-size: 14px !important;
        top: 89% !important;
    }

    .scroll-dwon::after,
    .scroll-dwon::before {
        height: 10px !important;
        width: 10px !important;
        font-size: 18px !important;
    }

    /* New page CSS END 992 */


    .autoComplete_wrapper .form-control {
        padding-left: 27px !important;
        height: 26px !important;
        background-size: 16px !important;
        background-position: left 7px top 4px !important;
    }

    .autoComplete_wrapper .form-control::placeholder {
        font-size: 14px;
    }

    .card-length {
        width: 50%;
        padding: 0 5px;
    }

    .footer a br {
        display: block !important;
    }

    .workcog-group .text p {
        font-size: 18px !important;
        margin-bottom: 10px !important;
        line-height: inherit !important;
    }

    .section-header p {
        font-size: 18px !important;
        line-height: inherit !important;
    }

    .projects-content {
        padding: 40px 0 !important;
    }

    .projects-content h2 {
        font-size: 32px !important;
        margin-bottom: 15px !important;
    }

    .projects-content h3 {
        font-size: 18px !important;
        margin-bottom: 10px !important;
        line-height: inherit !important;
    }

    .about-points1 {
        padding: 40px 0 !important;
    }

    .about-points1 h2 {
        font-size: 32px !important;
        margin-bottom: 15px !important;
    }

    .about-points1 .aboutlists {
        min-height: 82px !important;
    }

    .clients-carousel1 .service-technology img {
        width: 100%;
    }

    .clients-carousel1 .slick-arrow {
        width: 30px !important;
        height: 30px !important;
        font-size: 14px !important;
    }

    .clients-carousel1 .next {
        left: 37% !important;
    }

    .sidebar_style {
        padding: 20px;
    }

    .contact-banner {
        height: 39% !important;
    }

    .contact-banner form {
        margin-top: 20px !important;
    }

    .contact-form h2 {
        font-size: 22px !important;
        margin-bottom: 10px !important;
    }

    .contact-input {
        margin-bottom: 10px !important;
    }

    .contact-form .form-label {
        font-size: 12px !important;
        line-height: inherit !important;
        margin-bottom: 5px !important;
    }

    .contact-form .form-control {
        padding: 5px !important;
        font-size: inherit !important;
        border-radius: 2px !important;
    }

    .contact-form .form-control::placeholder {
        font-size: 10px !important;
    }

    .contact-form {
        padding: 10px !important;
        border-radius: 3px !important;
    }

    .contact_form {
        padding: 40px 0;
    }

    .contact_form h2 {
        font-size: 36px !important;
        margin-bottom: 20px !important;
    }

    .location_map {
        padding: 0px !important;
        border-radius: 5px !important;
        min-height: inherit !important;
    }

    .location_address i {
        font-size: 24px !important;
    }

    .location_address h3 {
        font-size: 14px !important;
        margin: 5px 0 !important;
    }

    .location_address h6 {
        font-size: 14px !important;
        margin: 10px 0;
    }

    .contact-social i {
        margin: 0 10px !important;
    }

    #places-map .map-location-marker {
        height: 16px !important;
        margin-top: 0 !important;
        width: 12px !important;
    }

    #places-map .marker-peterborough {
        left: 68.5% !important;
        top: 42% !important;
    }

    #places-map .hydtip {
        top: 45% !important;
    }

    #places-map .marker-dubai {
        top: 42% !important;
    }

    .services-carousel .slick-list {
        padding: 0 0.3% !important;
    }

    .about-points .col {
        flex: 1 0 34%;
    }

    .vssion-mission-card p {
        font-size: 16px;
        line-height: inherit;
        margin-bottom: 0;
    }

    .section-header p b {
        font-size: 20px !important;
    }

    .whyworkcog .text h3 {
        margin-bottom: 12px;
        margin-top: 14px;
        font-size: 32px;
        font-weight: 600;
    }

    .whyworkcog .text p {
        font-size: 18px;
        margin-bottom: 0;
    }

    .allservices .section-header h2 {
        margin-bottom: 20px;
    }

    .project-banner {
        background-position: right !important;
    }

    .services-section .section-header {
        margin-bottom: 20px;
    }

    .privacy-content ul {
        padding-left: 20px !important;
    }

    .privacy-content ul p {
        font-size: 16px !important;
        line-height: 30px !important;
        margin-bottom: 10px !important;
    }

    .privacy-content ul li {
        font-size: 18px !important;
        margin-bottom: 10px !important;
        line-height: inherit !important;
    }

    .chatbot {
        right: 20px !important;
        bottom: 20px !important;
        width: 40px !important;
        height: 40px !important;
        line-height: 40px !important;
    }

    .chatbot i {
        font-size: 16px !important;
    }

    .privacy-content h2 {
        font-size: 20px !important;
    }

    .location-contact {
        padding: 30px 0 !important;
    }

    #places-map h1 {
        font-size: 26px !important;
        margin-top: 0 !important;
        margin-bottom: 20px !important;
    }

    .location-contact .location_address i {
        font-size: 40px !important;
    }

    .location-contact .location_address h3 {
        font-size: 18px !important;
        margin: 10px 0 !important;
    }

    .location-contact .location_map_wraper p {
        font-size: 14px !important;
        line-height: inherit !important;

    }

    .location-contact .location_map_wraper .services-btn {
        padding: 5px 10px !important;
        margin: 10px auto 0 !important;
    }

    .location-contact .location_map_wraper .services-btn:hover {
        border: 2px solid #db2d3c !important;
    }

    .location-contact .location_map {
        min-height: 290px !important;
    }
}



#getActiveMQ-watcher {
    font-family: "break-0";
}

@media (min-width: 20em) {
    #getActiveMQ-watcher {
        font-family: "break-1";
    }
}

@media (min-width: 30em) {
    #getActiveMQ-watcher {
        font-family: "break-2";
    }
}

@media (min-width: 37.5em) {
    #getActiveMQ-watcher {
        font-family: "break-3";
    }
}

@media (min-width: 48em) {
    #getActiveMQ-watcher {
        font-family: "break-4";
    }
}

@media (min-width: 60em) {
    #getActiveMQ-watcher {
        font-family: "break-5";
    }
}

/* =Map Pin Animation
  // ========================================================================== */
@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@-moz-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* @-webkit-keyframes bounceInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-2000px);
      transform: translateY(-2000px);
    }
    60% {
      opacity: 1;
      -webkit-transform: translateY(30px);
      transform: translateY(30px);
    }
    80% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  } */
/* @keyframes bounceInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-2000px);
      -ms-transform: translateY(-2000px);
      transform: translateY(-2000px);
    }
    60% {
      opacity: 1;
      -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
      transform: translateY(30px);
    }
    80% {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    100% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  } */
/* .bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
  }
   */
/* =Places Map
  // ========================================================================== */
#places-map {
    background: #ffffff;
    padding: 3.25em 1.5625em 2.5em;
    position: relative;
}

#places-map h1 {
    font-size: 1.3125em;
    margin-top: 0.9523809524em;
    text-align: center;
    color: #000;
}

@media (min-width: 37.5em) {
    #places-map h1 {
        font-size: 2.1875em;
        margin-top: 0.9428571429em;
    }
}

#places-map .wu-logo {
    display: none;
    height: 3.875em;
    width: 11.3125em;
}

@media (min-width: 60em) {
    #places-map .wu-logo {
        background: url(https://jeffbridgforth.com/codepen/wu-logo.jpg) no-repeat;
        display: block;
        position: absolute;
        bottom: 1.875em;
        left: 2em;
    }
}

@media (min-width: 87.5em) {
    #places-map .wu-logo {
        left: 50%;
        margin-left: -43.75em;
    }
}

#places-map img {
    height: auto;
    position: relative;
    width: 100%;
    z-index: 1;
}

.secondary-page #places-map .content {
    margin: 0;
    position: relative;
}

@media (min-width: 60em) {
    .secondary-page #places-map .content {
        margin: 0 auto;
    }
}

#places-map .map {
    position: relative;
    max-width: 56.4375em;
    margin-left: auto;
    margin-right: auto;
}

#places-map .map-pins {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}

#places-map .map-location-marker {
    background: url(https://jeffbridgforth.com/codepen/map-pin.png) no-repeat;
    cursor: pointer;
    position: absolute;
    height: 2vw;
    margin-top: -1.875em;
    width: 1vw;
    z-index: 3;
    opacity: 10;
    background-size: 100%;
}

@media (min-width: 48em) {
    .js #places-map .map-location-marker {
        visibility: hidden;
    }

    .js #places-map .map-location-marker.bounceInDown {
        visibility: visible;
    }
}

#places-map .marker-san-francisco {
    left: 8%;
    top: 30%;
}

@media (max-width: 37.4375em) {
    #places-map .marker-san-francisco {
        left: 6%;
        top: 32%;
    }
}

#places-map .marker-denver {
    left: 14%;
    top: 32%;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#places-map .marker-argentina {
    left: 29.5%;
    bottom: 21.5%;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#places-map .marker-dubai {
    left: 70.3%;
    top: 46%;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

#places-map .hydtip {
    top: 48%;
    left: 69.5%;
}

#places-map .marker-costa-rica {
    left: 17.5%;
    top: 50%;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#places-map .marker-peterborough {
    left: 68.5%;
    top: 46%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#places-map .marker-vilnius {
    left: 52%;
    top: 18%;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#places-map .marker-singapore {
    left: 79%;
    bottom: 42%;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

#places-map .marker-manila {
    left: 84.5%;
    top: 48%;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

#places-map .marker-sydney {
    bottom: 14%;
    right: 7.5%;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

#places-map .map-location-marker:after {
    -webkit-animation: pulsate 2s ease-in-out infinite;
    -moz-animation: pulsate 2s ease-in-out infinite;
    animation: pulsate 2s ease-in-out infinite;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 30px;
    content: "";
    display: block;
    height: 31px;
    left: -7px;
    opacity: 0;
    position: absolute;
    top: -8px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    width: 31px;
    z-index: 2;
}

#page-places {
    position: relative;
}

#map-info {
    background: #04426a;
    color: #fff;
    position: absolute;
    top: -1.5625em;
    left: 50%;
    margin-left: -7.8125em;
    padding: .1vw;
    width: 15.625em;
    z-index: 10;
}

#map-info .close-btn {
    background: url(http://jeffbridgforth.com/codepen//close-btn.png) no-repeat;
    cursor: pointer;
    display: block;
    height: 0.6875em;
    width: 0.6875em;
    position: absolute;
    right: 1.125em;
    top: 1.125em;
}

@media (min-width: 30em) {
    #map-info {
        top: 50%;
        margin-top: -8.875em;
    }
}

@media (min-width: 60em) {
    #map-info {
        margin-left: -8.875em;
        width: 19em;
    }
}

@media (min-width: 48em) {
    #map-info {
        margin-left: 0;
        margin-top: 0;
    }

    #map-info:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 13px 16px 13px 0;
        border-color: transparent #04426a transparent transparent;
        position: absolute;
        left: -16px;
    }

    #map-info.san-francisco {
        left: 11%;
        top: 23%;
    }

    #map-info.denver {
        left: 19%;
        top: 24.5%;
    }

    #map-info.India {
        left: 75%;
        top: 39.5%;
    }

    #map-info.argentina {
        left: 32.5%;
        bottom: 0;
        top: auto;
    }

    #map-info.argentina:before {
        top: 152px;
    }

    #map-info.costa-rica {
        bottom: 5%;
        left: 20%;
        top: auto;
    }

    #map-info.costa-rica:before {
        top: 45px;
    }

    #map-info.peterborough {
        top: 12.5%;
        left: 48%;
    }

    #map-info.vilnius {
        top: 10.5%;
        left: 54.5%;
    }

    #map-info.dubai {
        top: 35%;
        left: 66.5%;
    }

    #map-info.singapore {
        left: auto;
        top: auto;
        bottom: 0%;
        right: 24%;
    }

    #map-info.singapore:before {
        border-width: 13px 0 13px 16px;
        border-color: transparent transparent transparent #000;
        left: auto;
        right: -16px;
        top: 55px;
    }

    #map-info.manila {
        left: auto;
        top: auto;
        bottom: 1.75%;
        right: 18.5%;
    }

    #map-info.manila:before {
        border-width: 13px 0 13px 16px;
        border-color: transparent transparent transparent #000;
        left: auto;
        right: -16px;
    }

    #map-info.sydney {
        left: auto;
        top: auto;
        right: 11.5%;
        bottom: 0;
    }

    #map-info.sydney:before {
        border-width: 13px 0 13px 16px;
        border-color: transparent transparent transparent #000;
        left: auto;
        right: -16px;
        bottom: 50px;
    }
}

#map-info h1 {
    float: left;
    font-size: 1.4vw;
    line-height: 1;
    margin: 0;
    padding: .8vw .6vw;

    color: #fff;
}

#map-info a {
    color: #ffdf1c;
    display: block;
    font-size: 0.75em;
    float: right;
    margin-right: 2.5em;
    margin-top: 0.6666666667em;
    text-decoration: underline;

    font-size: .9vw;
    text-decoration: none;
    margin: .85vw 2.5vw;
}

#map-info img {
    height: auto;
    max-width: 100%;
}














.home-search i {
    color: #fff;
}

.linkdin {
    padding: 60px 0;
}


.select2-container--bootstrap-5 {
    width: 100% !important;
}

.s013 form .inner-form .input-wrap {
    width: 100%;
}

.s013 form .inner-form {
    width: 100%;
}

.inner-form .select2-container .select2-selection--single {
    border: 0 !important;
    box-shadow: none !important;
    padding-left: .9vw !important;
    font-size: 1vw;
    padding-bottom: 0;
    min-height: inherit;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    padding: 1.2VW 1.3VW !important;
    font-size: 1vw !important;
    line-height: 1.42857 !important;
    color: rgb(0 0 0 / 90%) !important;
    font-weight: 500 !important;
}



.select2-dropdown {
    box-shadow: 0px 4px 6px rgb(0 0 0 / 15%), 0px 0px 2px rgb(0 0 0 / 15%);
    border: 0 !important;
}


.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true] {
    background-color: #f3f6f8 !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
    height: auto;
    padding: 0.5vw 1vw !important;
    font-size: 1vw !important;
    border-radius: 0;
    box-shadow: none !important;
}

.footer a br {
    display: none;
}

.section-header p b {
    font-size: 1.5vw;
    font-weight: 600;
    color: #000;
}

.caption-banner {
    position: relative;
    z-index: 9;
}

.contact-form {
    background-color: #fff;
    padding: 1vw;
    position: relative;
    z-index: 9;
    border-radius: 0.3vw;
}

.contact-form .form-label {
    float: left;
    font-size: 0.9vw;

    font-weight: 700;
    line-height: 1.3vw;
    margin-bottom: 0.5vw;
}

.contact-form .form-label::placeholder {
    font-size: 0.8vw;
    font-weight: inherit;
    line-height: inherit;
}

.contact-form .form-control::placeholder {
    font-size: 0.8vw;
    font-weight: inherit;
    line-height: inherit;
}

.contact-form .form-control {
    padding: 0.3vw 0.5vw;
    font-size: 0.8vw;
    border-radius: 0.2vw;
}

.contact-form h2 {

    font-size: 2.1vw;
    color: #1b222b;
    margin-bottom: 1.5vw;
}

.contact-form .form-check label {
    float: left;
}

.contact-form .services-btn {
    color: #db2d3c;
    border: 0.15vw solid #db2d3c;
    background-color: #fff;
}

.contact-form .services-btn:hover {
    color: #fff;
    border: 0.15vw solid #fff;
    background: linear-gradient(to right, #de3137 0%, #36239c 100%);
}

.btn:focus {
    box-shadow: inherit;
    outline: inherit;
}

.contact_form h2 {
    font-size: 3.2vw;

    text-align: center;
    margin-bottom: 1.5vw;
}

.contact_form h2 span {
    background: linear-gradient(to right, #513eb1 40%, #de3137 60%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.location_address h3 {
    font-size: 1.4vw;

    font-weight: 600;
    margin: 0.5vw 0;
}

.contact-social i {
    margin: 0 0.7vw;
}

.contact-social a i {
    position: inherit;
    font-size: inherit;
}

.autoComplete_wrapper>input {

    font-size: 1rem;
    text-overflow: ellipsis;
    outline: 0;
    border-radius: 10rem;
    border: .05rem solid rgba(255, 122, 122, .5);
    /* background-position: left 1.05rem top 0.8rem; */
    /* background-repeat: no-repeat; */
    /* background-origin: border-box; */
    /* background-color: #fff; */
    background-image: none;
    transition: all .4s ease;
    width: 100%;
    -webkit-transition: all -webkit-transform .4s ease;

}

.index-search .input-field {
    position: relative;
    width: 100%;
}

.autoComplete_wrapper {
    display: inline-block;
    position: relative;
    width: 100%;
}

.autoComplete_wrapper>input:focus {
    color: #222;
    border: none;
}

.autoComplete_wrapper .form-control {
    padding-left: 2.4vw;
    height: 2.8vw;
    width: 100%;
    background-size: 1.2vw;
    background-position: left 0.7vw top 0.8vw;
}

.autoComplete_wrapper>input:hover {
    color: #000 !important;
    border: 1px solid #fff;
}

.autoComplete_wrapper #autoCompleteJobs {
    color: #000 !important;
    border: 1px solid #fff !important;
}

.autoComplete_wrapper>input::placeholder,
.autoComplete_wrapper>:active::placeholder {
    color: #000;
    border: 1px solid #fff !important;

}

.autoComplete_wrapper>input:hover ::placeholder,
.autoComplete_wrapper>input:active ::placeholder {
    color: #000 !important;
    border: 1px solid #fff;
}

.projects-content {
    padding: 5vw 0;
    background-color: #fbfbfb;
}

.projects-content h3 {
    font-size: 1vw;

    line-height: 1.5vw;
    margin-bottom: 1vw;
    color: #555555;
}

.projects-content h2 {
    font-size: 3.2vw;

    text-align: center;
    margin-bottom: 1.5vw;

}

.projects-content h2 span {
    background: linear-gradient(to right, #513eb1 40%, #de3137 60%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.about-points1 {
    padding: 5vw 0;
}

.about-points1 h2 {
    font-size: 3.2vw;

    text-align: center;
    margin-bottom: 1.5vw;
}

.about-points1 .aboutlists {
    min-height: 8.1vw;
}

.clients-carousel1 .service-technology {
    margin: 1vw;
}

.clients-carousel1 .slick-next,
.slick-prev {
    color: #000;
}

.clients-carousel1 .slick-arrow {
    display: inline-block;
    border-radius: 6%;
    width: 3vw;
    height: 3vw;
    font-size: 1.5vw;
    text-align: center;
    line-height: 1vw;
    border: inherit;
    background: linear-gradient(to right, #de3137 0%, #36239c 100%);
    color: #fff;
    position: absolute;
    z-index: 9;
}

.clients-carousel1 {
    position: relative;
}

.clients-carousel1 .next {
    bottom: 0;
    left: 44%;
}

.clients-carousel1 .previous {
    bottom: 0;
    left: 50%;
}

.clients-carousel .service-technology {
    min-height: inherit;
}

.section-header p {
    font-size: 1vw;
    color: #18304b;
    text-align: justify;
}

.contact-input {
    margin-bottom: 0.5vw;
}

hr {
    height: 0.09vw !important;
}

.chatbot {
    position: fixed;
    right: 1vw;
    bottom: 1vw;
    background-color: #00a884;
    border-radius: 100%;
    width: 3vw;
    height: 3vw;
    text-align: center;
    line-height: 3vw;
}

.chatbot i {
    color: #ffff;
    font-size: 1.2vw;
}

.privacy-content h2 {
    font-size: 2vw;
    text-align: left;
}

.footer-anchor1 {
    margin: 0;
    text-align: end;
}

.privacy-content ul p {
    font-size: 1.3vw;

    line-height: 1.5vw;
    margin-bottom: 1vw;
    color: #000000;
    font-weight: 600;
}

.privacy-content ul {
    padding-left: 1.5vw;
    margin: 0;
}

.service-card:hover {
    z-index: 9;
    transform: scale(1.03) !important;
    transition: 0.2s all ease-in-out;
    position: relative;
}

.form-check-input:focus {
    box-shadow: inherit;
    outline: inherit;
}

.contact-input1 label {
    float: left;
    font-size: 0.9vw;

    font-weight: 700;
    line-height: 1.3vw;
    margin-bottom: 0.5vw;
}

.contact-input1 #resume {
    font-size: 0.7vw;
    float: left;

}

.location-contact {
    padding: 3vw 0;
}

.location-contact h1 {
    margin-bottom: 3vw;
}

.location-contact .location_map_wraper .services-btn i {
    left: 6vw !important;
}

.location-contact .location_map_wraper .services-btn {
    background: linear-gradient(to right, #de3137 0%, #36239c 100%);
    width: fit-content;
    padding: 0.7vw 1vw;

    bottom: 1vw;
    left: 21%;

}

.location-contact .location_map_wraper .services-btn:hover {
    color: #db2d3c;
    border: 0.15vw solid #db2d3c;
    background: #fff;
}

.location-contact .location_map_wraper p {
    font-size: 1vw;
}