:root {
    --bg-primary: #04acf3;
    --bg-secondary: #faa61a;
    --bg-third: #30bccc;
}

.bg-main {
    background-color: var(--bg-primary);
}

.bg-orange {
    background-color: var(--bg-primary);
}

.bg-t {
    background-color: var(--bg-third);
}

.bg-p {
    background-color: var(--bg-primary);
}

.bg-gradient-1 {
    background-image: linear-gradient(to right bottom, #30bccc, #26bdd6, #22bee0, #26bee9, #32bef2);
}

.about-area p {
    font-size: 18px;
    text-align: justify;
}

.services-style-one .item {
    padding: 50px 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.key-features .card-box {
    /*min-width: 250px;*/
    /*max-width: 250px;*/
    height: 360px;
    overflow: hidden;
    position: relative;
    padding: 0 15px;
    border-radius: 15px;
    box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
    min-height: 100%;
    background-color: #fff;
}

.feature-area em {
    padding-top: 10px;
    color: var(--bg-primary)
}

.feature-area p {
    text-align: justify;
}

.feature-area {
    position: relative;
    z-index: 1;
}

.feature-area .shape {
    position: absolute;
    left: 0;
    top: 170px;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.4;
    background-size: cover;
    background-repeat: no-repeat;
}

.choose-us-style-two .thumb .title h4 a {
    color: var(--bg-primary);
}

.choose-us-style-two .thumb .title a i {
    color: var(--bg-primary);
}

.brand-area p {
    color: var(--bg-primary);
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.work-area p {
    color: var(--bg-primary);
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.work-items img {
    height: 50px;
}

.services-style-one:hover .icon-f i {
    background: linear-gradient(to right, #faa61a, #faa61a, #faa61a);
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.nav li a.active {
    color: var(--bg-secondary);
}

.nav li a:hover {
    color: var(--bg-secondary);
}

.sub-heading.text-whi {
    color: #fff;
    background: linear-gradient(to right, #ffb942, #ffb942, #ffb942);
    -webkit-background-clip: text;
}

.services-details-area h2 {
    color: var(--bg-primary);
}

.services-details-area .check-list li h5 {
    font-weight: 400;
    color: #666666;
}

.services-details-area .shape-animated-one {
    position: absolute;
    left: 50px;
    bottom: 58px;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: mymove;
    animation-name: mymove;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
}

@keyframes mymove {
    from {
        left: 325px;
    }
    to {
        left: 350px;
    }
}

.services-details-area .features ul li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: var(--bg-third)!important;
    font-weight: 500;
}

.demo-info {
    background: #f1f4f8;
    padding: 50px;
}

.services-details-area h6 {
    font-size: 16px;
}

.services-details-area h3.title {
    color: var(--bg-primary);
}

.modal .modal-header .modal-title {
    color: var(--bg-secondary)
}

.portfolio-area .filter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.filter button.active {
    color: #fff;
    background-color: var(--bg-primary);
    border: 1px solid var(--bg-primary);
    border-radius: 50px;
}

.filter button {
    font-size: 14px;
    font-weight: 500;
    color: var(--bg-secondary);
    font-family: 'Barlow', sans-serif;
    border: 1px solid var(--bg-secondary);
    background: transparent;
    padding: 9px 20px;
    border-radius: 50px;
    margin: 0 10px 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.btn:hover {
    background-color: var(--bg-primary);
    border: 1px solid var(--bg-primary);
    color: #ffffff;
}

.utf_grid_job_widget_area {
    background-color: #fff;
    padding: 60px 0 20px 0;
    border: 1px solid #eaeff5;
    box-shadow: 0 4px 10px 0 rgb(41 128 185 / 7%);
    -webkit-box-shadow: 0 4px 10px 0 rgb(41 128 185 / 7%);
    border-radius: 6px;
    text-align: center;
    overflow: hidden;
    transition: .7s;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.utf_grid_job_widget_area:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    cursor: pointer;
}

.utf_grid_job_widget_area .job-type {
    padding: 0px 10px;
    border-radius: 4px;
    font-size: 10px;
    line-height: 23px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #eaeff5;
    position: absolute;
    top: 15px;
    left: 15px;
}

.full-type {
    color: var(--bg-third)!important;
    border-color: rgba(31, 182, 80, 0.12) !important;
    background: rgba(31, 182, 80, 0.12);
    padding: 0px 7px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
}

.utf_grid_job_widget_area .u-content {
    padding: 0 1.25rem 1.25rem;
}

.utf_grid_job_widget_area .avatar {
    margin: 0 auto 2rem auto;
    position: relative;
    display: block;
    max-width: 90px;
    width: 90px;
    height: 90px;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0px 15px rgb(0 0 0 / 3%);
    box-shadow: inset 0 0px 15px rgb(0 0 0 / 3%);
    background: #ffffff;
    overflow: hidden;
}

.utf_grid_job_widget_area .avatar {
    transition: all 0.5s ease-in-out;
}

.avatar {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    background-color: #f5f6f7;
    color: #fff;
    text-transform: uppercase;
}

.utf_grid_job_widget_area .avatar img {
    padding: 4px;
    border-radius: 50px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
}

.avatar img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.utf_apply_job_btn_item a.job-browse-btn {
    font-size: 12px;
    padding: 8px 15px;
    border: 2px solid var(--bg-primary);
    text-transform: uppercase;
    font-weight: 500;
    color: var(--bg-primary);
    background: transparent;
}

.utf_grid_job_widget_area a.btn {
    border-radius: 4px;
}

.job-browse-btn:hover {
    background: var(--bg-secondary);
    color: var(--bg-secondary) !important;
    border-color: var(--bg-secondary) !important;
    border: 2px solid var(--bg-secondary) !important;
}

.utf_grid_job_widget_area h5 a {
    color: var(--bg-primary);
}

.utf_grid_job_widget_area h5 a:hover {
    color: var(--bg-secondary);
}

.modal-dialog {
    max-width: 700px;
}

.modal .modal-body form .title {
    color: var(--bg-primary);
}

.contact-style-two:hover i {
    color: var(--bg-secondary);
    border: 2px solid var(--bg-secondary);
}

.navbar.validnavs.navbar-common .attr-right .attr-nav li .call:hover i,
.navbar.validnavs.navbar-common .attr-right .attr-nav li .call:hover a {
    color: var(--bg-secondary);
}

ul.check-lists li {
    float: left;
    width: 100%;
    padding: 0 15px;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
}

ul.check-lists li::after {
    position: absolute;
    left: 0px;
    top: 0;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    height: 20px;
    width: 20px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#faa61a), color-stop(#faa61a), to(#faa61a));
    background: linear-gradient(to right, #faa61a, #faa61a, #faa61a);
    background-size: 220% 150%;
}

.vacancy-detail-area .title {
    color: var(--bg-primary);
    font-weight: 600;
}

form .form-control:focus {
    border-color: var(--bg-third);
    box-shadow: none;
}

.sidebar .sidebar-item-1 {
    float: left;
    margin-bottom: 50px;
    width: 100%;
}
.pricing-area .btn-close {
    float: right;
    position: absolute;
    right: 0;
    top: 12px;
}

.pricing-area .modal-header {
    display: block!important;
}
.pricing-area .modal-header .btn-close {
 
    margin: 0px!important;
}

.pricing-area .modal-body .desc-text h4{
    font-size:20px;
    font-weight:600;
}