@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&amp;display=swap");

body {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #505056;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
    transition: all linear 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    color: #0e1133;
    margin: 0px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

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

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #505056;
    margin: 0px;
}

.Workon-section-title {
    padding-bottom: 25px;
}

.Workon-section-title .Workon-title {
    font-size: 44px;
    line-height: 54px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .Workon-section-title .Workon-title {
        font-size: 36px;
        line-height: 46px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .Workon-section-title .Workon-title {
        font-size: 36px;
        line-height: 46px;
    }
}

@media (max-width: 767px) {
    .Workon-section-title .Workon-title {
        font-size: 26px;
        line-height: 36px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .Workon-section-title .Workon-title {
        font-size: 36px;
        line-height: 46px;
    }
}

.Workon-section-title p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 11px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .Workon-section-title p {
        font-size: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .Workon-section-title p {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .Workon-section-title p {
        font-size: 15px;
    }
}

.Workon-section-title .main-btn {
    border-radius: 30px;
    border: 2px solid #e7eaef;
    background: #fff;
    color: #0e1133;
}

.Workon-section-title .main-btn:hover {
    background: #00aedd;
    color: #fff;
    border-color: #00aedd;
}

.Workon-section-title.Workon-section-title-2 .Workon-title {
    color: #fff;
}

.Workon-section-title.Workon-section-title-2 p {
    color: #fff;
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 999;
    display: none;
}

.back-to-top a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: #00aedd;
    border-radius: 6px;
    color: #fff;
}

.back-to-top.back-to-top-2 a {
    background: #00aedd;
}

.back-to-top.back-to-top-3 a {
    background: #ff6b58;
}

.back-to-top.back-to-top-6 a {
    background: #9b2cfa;
}

.back-to-top.back-to-top-5 a {
    background: #801f82;
}

.back-to-top.back-to-top-8 a {
    background: #db0f30;
}

.off_canvars_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    cursor: crosshair;
    background: #232323;
    top: 0;
    transition: all linear 0.3s;
}

.off_canvars_overlay.active {
    opacity: .5;
    visibility: visible;
}

.offcanvas_menu {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .offcanvas_menu {
        display: block;
    }
}

@media (max-width: 767px) {
    .offcanvas_menu {
        display: block;
    }
}

.offcanvas_menu_wrapper {
    width: 290px;
    position: fixed;
    background: #fff;
    z-index: 9999;
    top: 0;
    height: 100%;
    transition: .5s;
    left: 0;
    margin-left: -300px;
    padding: 50px 15px 30px;
    overflow-y: visible;
}

.offcanvas_menu_wrapper.active {
    margin-left: 0;
}

.offcanvas_main_menu li {
    position: relative;
}

.offcanvas_main_menu li:last-child {
    margin: 0;
}

.offcanvas_main_menu li span.menu-expand {
    position: absolute;
    right: 0;
}

.offcanvas_main_menu li a {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ededed;
    color: #222;
    -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;
}

.offcanvas_main_menu li a:hover {
    color: #00aedd;
}

.offcanvas_main_menu li ul.sub-menu {
    padding-left: 20px;
}

.offcanvas_menu_wrapper.active .canvas_close {
    opacity: 1;
    visibility: visible;
}

.canvas_close {
    position: absolute;
    top: 10px;
    right: -50px;
    opacity: 0;
    visibility: hidden;
    transition: all linear 0.3s;
}

.canvas_close a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    border: 1px solid #00aedd;
    border-radius: 10px;
    background: #00aedd;
    color: #fff;
    -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;
}

.canvas_close a:hover {
    background: #00aedd;
    border-color: #00aedd;
    color: #fff;
}

.canvas_open a {
    font-size: 26px;
    width: 50px;
    height: 42px;
    display: block;
    line-height: 39px;
    text-align: center;
    border: 1px solid #232323;
    color: #222;
    -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;
}

.canvas_open a:hover {
    color: #00aedd;
    border-color: #00aedd;
}

.offcanvas-social {
    margin-bottom: 40px;
    margin-top: 40px;
}

.offcanvas-social ul li {
    display: inline-block;
}

.offcanvas-social ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    color: #00aedd;
    border: 1px solid #eaeaea;
    border-radius: 50%;
    margin: 0 5px;
    -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;
}

.offcanvas-social ul li a:hover {
    background: #00aedd;
    border-color: #00aedd;
    color: #fff;
}

.toggle-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 20px;
    color: #0e1133;
}

.loader-wrap {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.loader-wrap .layer-one {
    position: absolute;
    left: 0%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-two {
    position: absolute;
    left: 33.3333%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-three {
    position: absolute;
    left: 66.6666%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #F4F9FF;
}


/*===========================
    2.HEADER css 
===========================*/

.Workon-sticky.sticky {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1010;
    background: #fff;
    box-shadow: 0 15px 30px 0 #0000000f;
    padding-top: 10px;
    padding-bottom: 10px;
    animation: sticky 1.2s;
}

.Workon-header-area {
    padding-top: 30px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
}

.Workon-header-area.Workon-header-3-area.Workon-sticky.sticky {
    background: #0e1133;
}

.Workon-header-area.Workon-header-4-area.Workon-sticky.sticky {
    background: linear-gradient(90deg, #6b1fcd 0%, #374ede 100%);
}

.Workon-header-area.Workon-header-page-area.Workon-sticky.sticky {
    background: #0a44b9;
}

.Workon-header-area.Workon-header-7-area.Workon-sticky.sticky {
    background: #290645;
}

.header-nav-box .Workon-btn-box {
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nav-box .Workon-btn-box {
        padding-right: 50px;
    }
}

@media (max-width: 767px) {
    .header-nav-box .Workon-btn-box {
        padding-right: 30px;
    }
}

.header-nav-box.header-nav-box-3 .Workon-header-main-menu ul>li>a {
    color: #fff;
}

.header-nav-box.header-nav-box-3 .toggle-btn {
    color: #fff;
    font-size: 20px;
}

.header-nav-box.header-nav-box-5 .Workon-header-main-menu ul>li>a {
    color: #fff;
}

.header-nav-box.header-nav-box-5 .toggle-btn {
    color: #fff;
    font-size: 20px;
}

.header-nav-box.header-nav-4-box .Workon-header-main-menu ul>li>a:hover {
    color: #801f82;
}

.header-nav-box.header-nav-box-6 .Workon-header-main-menu ul>li>a:hover {
    color: #9b2cfa;
}

.header-nav-box.header-nav-box-6 .Workon-btn-box form {
    display: inline-block;
    margin-left: 18px;
}

@media (max-width: 767px) {
    .header-nav-box.header-nav-box-6 .Workon-btn-box form {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-nav-box.header-nav-box-6 .Workon-btn-box form {
        display: inline-block;
    }
}

.header-nav-box.header-nav-box-7 .Workon-header-main-menu ul>li>a {
    color: #fff;
}

.header-nav-box.header-nav-box-7 .Workon-header-main-menu ul>li>a:hover {
    color: #00aedd;
}

.header-nav-box.header-nav-box-7 .Workon-btn-box .toggle-btn {
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .Workon-header-main-menu {
        display: none;
    }
}

@media (max-width: 767px) {
    .Workon-header-main-menu {
        display: none;
    }
}

.Workon-header-main-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.Workon-header-main-menu ul>li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .Workon-header-main-menu ul>li {
        margin-right: 14px;
    }
}

.Workon-header-main-menu ul>li>a {
    font-size: 15px;
    font-weight: 500;
    color: #0e1133;
    line-height: 45px;
    position: relative;
}

.Workon-header-main-menu ul>li>a i {
    padding-left: 6px;
}

@-webkit-keyframes sticky {
    0% {
        top: -200px;
    }

    100% {
        top: 0;
    }
}

@keyframes sticky {
    0% {
        top: -200px;
    }

    100% {
        top: 0;
    }
}

.Workon-hero-area {
    padding-top: 200px;
    padding-bottom: 110px;
    overflow: hidden;
    position: relative;
    z-index: 10;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.Workon-hero-area .hero-shape-2 {
    position: absolute;
    left: 80px;
    z-index: -1;
    top: 480px;
    animation: linear 25s animationFramesThree infinite;
}

.Workon-hero-area .hero-shape-3 {
    position: absolute;
    bottom: 120px;
    right: 320px;
    z-index: -1;
    animation: linear 25s animationFramesFive infinite;
}

.Workon-hero-area.Workon-hero-7-area {
    background-image: url(../images/hero-bg-4.png);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .Workon-hero-content {
        margin-bottom: 50px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .Workon-hero-content {
        margin-bottom: 50px;
        text-align: center;
    }
}

.Workon-hero-content>span {
    color: #00aedd;
    font-size: 14px;
    font-weight: 500;
}

.Workon-hero-content .Workon-title {
    font-size: 60px;
    line-height: 70px;
    margin-top: 10px;
    margin-bottom: 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .Workon-hero-content .Workon-title {
        font-size: 48px;
        line-height: 58px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .Workon-hero-content .Workon-title {
        font-size: 48px;
        line-height: 58px;
    }
}

@media (max-width: 767px) {
    .Workon-hero-content .Workon-title {
        font-size: 28px;
        line-height: 38px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .Workon-hero-content .Workon-title {
        font-size: 36px;
        line-height: 46px;
    }
}

.Workon-hero-content p {
    font-size: 15px;
    line-height: 28px;
}

@media (max-width: 767px) {
    .Workon-hero-content p {
        font-size: 15px;
        line-height: 26px;
    }
}

.Workon-hero-content ul {
    margin: 41px 0 0;
    padding: 0;
    list-style-type: none;
}

.Workon-hero-content ul li {
    display: inline-block;
    margin-right: 8px;
}

@media (max-width: 767px) {
    .Workon-hero-content ul li {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .Workon-hero-content ul li {
        margin-bottom: 0px;
    }
}

.Workon-hero-content ul li a {
    background: #0e1133;
    color: #fff;
    line-height: 40px;
    padding: 0 23px;
    border-radius: 6px;
    border: 2px solid #0e1133;
}

.Workon-hero-content ul li a i {
    padding-right: 6px;
}

.Workon-hero-content ul li a:hover {
    /* background: transparent; */
    color: #0e1133;
}

.Workon-hero-content ul li a.item-2 {
    background: transparent;
    color: #0e1133;
}

.Workon-hero-content ul li a.item-2:hover {
    background: #0e1133;
    color: #fff;
}

.Workon-hero-content.Workon-hero-content-6>span {
    color: #9b2cfa;
}

.Workon-hero-content.Workon-hero-content-6 .Workon-title {
    font-weight: 700;
    font-size: 70px;
    line-height: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .Workon-hero-content.Workon-hero-content-6 .Workon-title {
        font-size: 60px;
        line-height: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .Workon-hero-content.Workon-hero-content-6 .Workon-title {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width: 767px) {
    .Workon-hero-content.Workon-hero-content-6 .Workon-title {
        font-size: 36px;
        line-height: 46px;
    }
}

.Workon-hero-content.Workon-hero-content-6 ul li a {
    background: #9b2cfa;
    border-color: #9b2cfa;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
}

.Workon-hero-content.Workon-hero-content-6 ul li a span {
    line-height: 20px;
}

.Workon-hero-content.Workon-hero-content-6 ul li a span span {
    font-size: 16px;
    font-weight: 700;
    display: block;
    line-height: 20px;
}

.Workon-hero-content.Workon-hero-content-6 ul li a i {
    font-size: 30px;
}

.Workon-hero-content.Workon-hero-content-6 ul li a:hover {
    background: #fff;
    color: #0e1133;
    border-color: #fff;
}

.Workon-hero-content.Workon-hero-content-6 ul li a.item-2 {
    background: #fff;
    border-color: #fff;
}

.Workon-hero-content.Workon-hero-content-6 ul li a.item-2:hover {
    background: #9b2cfa;
    border-color: #9b2cfa;
    color: #fff;
}

.Workon-hero-content.Workon-hero-content-6.Workon-hero-content-7 .Workon-title {
    color: #fff;
}

.Workon-hero-content.Workon-hero-content-6.Workon-hero-content-7 p {
    color: #fff;
    opacity: 0.5;
}

.Workon-hero-content.Workon-hero-content-6.Workon-hero-content-7 ul li a {
    background: #fff;
    color: #0e1133;
    border-color: #fff;
}

.Workon-hero-content.Workon-hero-content-6.Workon-hero-content-7 ul li a:hover {
    background: transparent;
    border-color: #54386a;
    color: #fff;
}

.Workon-hero-content.Workon-hero-content-6.Workon-hero-content-7 ul li a.item-2 {
    background: transparent;
    color: #fff;
    border-color: #54386a;
}

.Workon-hero-content.Workon-hero-content-6.Workon-hero-content-7 ul li a.item-2:hover {
    border-color: #fff;
    background: #fff;
    color: #0e1133;
}

.Workon-hero-thumb-3 {
    position: absolute;
    right: -83px;
    bottom: 0;
    width: 56%;
}

.Workon-page-title-area {
    height: 450px;
    background-image: url(../images/workon-faqbanner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.Workon-page-title-area.Workon-page-service-title-area .Workon-page-title-item .thumb {
    right: 110px;
    width: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .Workon-page-title-area.Workon-page-service-title-area .Workon-page-title-item .thumb {
        right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .Workon-page-title-area.Workon-page-service-title-area .Workon-page-title-item .thumb {
        display: none;
    }
}

@media (max-width: 767px) {
    .Workon-page-title-area.Workon-page-service-title-area .Workon-page-title-item .thumb {
        display: none;
    }
}

.Workon-page-title-item {
    margin-top: 80px;
    position: relative;
}

.Workon-page-title-item .thumb {
    position: absolute;
    right: 0;
    bottom: -100px;
    width: 160px;
}

@media (max-width: 767px) {
    .Workon-page-title-item .thumb {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .Workon-page-title-item .thumb {
        display: block;
    }
}

.Workon-page-title-item span {
    color: #fff;
    font-weight: 500;
    opacity: 0.7;
    padding-bottom: 14px;
}

.Workon-page-title-item .title {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .Workon-page-title-item .title {
        font-size: 26px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .Workon-page-title-item .title {
        font-size: 32px;
    }
}

.Workon-page-title-item nav {
    display: inline-block;
    margin-top: 20px;
}

.Workon-page-title-item nav ol {
    background: transparent;
    padding: 0;
}

.Workon-page-title-item nav ol li a {
    color: #fff;
    opacity: 0.8;
}

.Workon-page-title-item nav ol li.active {
    color: #fff;
    opacity: 0.8;
}

.Workon-service-area.Workon-service-3-area {
    background: none;
}

@media (max-width: 767px) {
    .Workon-service-area.Workon-service-3-area {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .Workon-service-area.Workon-service-3-area {
        padding-top: 95px;
    }
}

.Workon-single-service {
    padding: 50px 30px 43px;
    background: #fff;
    border-radius: 6px;
    transition: all linear 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .Workon-single-service {
        padding: 50px 15px 43px;
    }
}

.Workon-single-service .icon {
    display: inline-block;
    border-radius: 20px;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    background: linear-gradient(135deg, #84bcfa 0%, #00aedd 100%);
    box-shadow: 0px 6px 10px 0px rgba(16, 73, 189, 0.3);
    position: relative;
}

.Workon-single-service .icon>span {
    position: absolute;
    right: -10px;
    top: -10px;
    height: 30px;
    width: 30px;
    background: #00aedd;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 3px 6px 0px rgba(14, 17, 51, 0.1);
    line-height: 28px;
    color: #fff;
}

.Workon-single-service .Workon-title {
    font-size: 20px;
    font-weight: 700;
    padding-top: 33px;
    padding-bottom: 10px;
}

.Workon-single-service:hover {
    box-shadow: 0px 40px 40px 0px rgba(14, 17, 51, 0.1);
    transform: translateY(-15px);
}

.Workon-single-service.item-2 .icon {
    background: linear-gradient(135deg, #f7b8af 0%, #f8452d 100%);
}

.Workon-single-service.item-2 .icon span {
    background: #f8452d;
}

.Workon-single-service.item-3 .icon {
    background: linear-gradient(135deg, #a0eac2 0%, #31c369 100%);
}

.Workon-single-service.item-3 .icon span {
    background: #31c369;
}

.Workon-single-service.item-4 .icon {
    background: linear-gradient(135deg, #d8aaff 0%, #9b2cfa 100%);
}

.Workon-single-service.item-4 .icon span {
    background: #9b2cfa;
}

.Workon-single-service.Workon-single-services-3 {
    background: transparent;
}

.Workon-single-service.Workon-single-services-3 .icon {
    border-radius: 50%;
    background-image: -moz-linear-gradient(110deg, #ff5f4a 0%, #ff9e91 100%);
    background-image: -webkit-linear-gradient(110deg, #ff5f4a 0%, #ff9e91 100%);
    background-image: -ms-linear-gradient(110deg, #ff5f4a 0%, #ff9e91 100%);
}

.Workon-single-service.Workon-single-services-3 a {
    color: #505056;
    font-size: 14px;
    font-weight: 500;
    margin-top: 25px;
}

.Workon-single-service.Workon-single-services-3 a:hover {
    color: #ff6b58;
}

.Workon-single-service.Workon-single-services-3.item-2 {
    background: linear-gradient(0deg, rgba(39, 153, 246, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
}

.Workon-single-service.Workon-single-services-3.item-2 .icon {
    background-image: -moz-linear-gradient(110deg, #2799f6 0%, #76c1ff 100%);
    background-image: -webkit-linear-gradient(110deg, #2799f6 0%, #76c1ff 100%);
    background-image: -ms-linear-gradient(110deg, #2799f6 0%, #76c1ff 100%);
}

.Workon-single-service.Workon-single-services-3.item-3 .icon {
    background-image: -moz-linear-gradient(110deg, #f2335b 0%, #ff718f 100%);
    background-image: -webkit-linear-gradient(110deg, #f2335b 0%, #ff718f 100%);
    background-image: -ms-linear-gradient(110deg, #f2335b 0%, #ff718f 100%);
}

.Workon-single-service.Workon-single-services-3.item-4 {
    background: linear-gradient(0deg, rgba(119, 89, 237, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
}

.Workon-single-service.Workon-single-services-3.item-4 .icon {
    background-image: -moz-linear-gradient(110deg, #7759ed 0%, #ac97ff 100%);
    background-image: -webkit-linear-gradient(110deg, #7759ed 0%, #ac97ff 100%);
    background-image: -ms-linear-gradient(110deg, #7759ed 0%, #ac97ff 100%);
}

.Workon-single-service.Workon-single-services-3.Workon-single-services-5 a:hover {
    color: #801f82;
}

.Workon-features-area {
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.Workon-features-area .features-shape-1 {
    position: absolute;
    left: 560px;
    top: 130px;
    animation: animationFramesOne 20s linear infinite;
    z-index: -1;
}

.Workon-features-area .features-shape-2 {
    position: absolute;
    left: 500px;
    bottom: 0px;
    animation: animationFramesThree 20s linear infinite;
    z-index: -1;
}

.Workon-features-area .features-shape-3 {
    position: absolute;
    right: 270px;
    bottom: 0;
    animation: animationFramesFive 20s linear infinite;
    z-index: -1;
}

@keyframes mymove {
    0% {
        width: 0%
    }

    25% {
        width: 25%
    }

    50% {
        width: 50%
    }

    75% {
        width: 75%
    }

    100% {
        width: 100%
    }
}

.Workon-features-area-2 {
    background: #0e1133;
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.Workon-features-area-2 .features-shape-1 {
    position: absolute;
    left: 240px;
    top: 240px;
    z-index: -1;
    animation: linear 20s animationFramesThree infinite;
}

.Workon-features-area-2 .features-shape-2 {
    position: absolute;
    right: 190px;
    top: 160px;
    z-index: -1;
    animation: linear 20s animationFramesFive infinite;
}

.Workon-features-area-2 .features-shape-3 {
    position: absolute;
    right: 160px;
    bottom: 260px;
    z-index: -1;
    animation: linear 20s animationFramesOne infinite;
}

.Workon-features-area-2.Workon-features-area-5 {
    background: #fff;
}

.Workon-features-box-item {
    border: 1px solid #202234;
    padding: 15px 16px 15px 55px;
    border-radius: 6px;
    -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;
    margin-bottom: 20px;
    margin-left: 100px;
    margin-right: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .Workon-features-box-item {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .Workon-features-box-item {
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media (max-width: 767px) {
    .Workon-features-box-item {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 60px;
    }
}

.Workon-features-box-item .title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .Workon-features-box-item .title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .Workon-features-box-item .title {
        font-size: 20px;
    }
}

.Workon-features-box-item .title::before {
    position: absolute;
    content: '';
    left: -40px;
    top: 0;
    height: 20px;
    width: 20px;
    background: #ff3e66;
    border: 6px solid #2a182d;
    border-radius: 50%;
}

.Workon-features-box-item p {
    font-size: 14px;
    opacity: 0.6;
    color: #fff;
    margin-top: 3px;
}

.Workon-features-box-item:hover {
    border-color: #ff3e66;
}

.Workon-features-box-item.item-2 .title::before {
    background: #2eacfc;
    border-color: #15233d;
}

.Workon-features-box-item.item-2:hover {
    border-color: #2eacfc;
}

.Workon-features-box-item.item-3 .title::before {
    background: #33c956;
    border-color: #15262c;
}

.Workon-features-box-item.item-3:hover {
    border-color: #33c956;
}

.Workon-features-box-item.Workon-features-box-5-item .title {
    color: #0e1133;
}

.Workon-features-box-item.Workon-features-box-5-item .title::before {
    border-color: rgba(9, 8, 8, 0.21);
}

.Workon-features-box-item.Workon-features-box-5-item p {
    color: #505056;
    opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .Workon-features-thumb {
        text-align: center;
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .Workon-features-thumb {
        text-align: center;
        margin-top: 50px;
    }
}

.Workon-features-area {
    background: #eef1f6;
}


/*===========================
    10.Workon FOOTER css 
===========================*/

.Workon-footer-area {
    background: #eef1f6;
    padding-top: 50px;
    padding-bottom: 25px;
}

.Workon-footer-area.Workon-footer-about-area {
    padding-top: 230px;
}

.Workon-footer-area.Workon-footer-about-area.Workon-footer-8-area {
    background: #fff;
}

.Workon-footer-area.Workon-footer-about-area.Workon-footer-8-area .footer-about-widget .social ul li a {
    border: 2px solid #e6e7ea;
}

.Workon-footer-area.Workon-footer-about-area.Workon-footer-8-area .footer-about-widget .social ul li a:hover {
    background: #db0f30;
    border-color: #db0f30;
    color: #fff;
}

.Workon-footer-area.Workon-footer-about-area.Workon-footer-8-area .footer-navigation ul li a:hover {
    color: #db0f30;
}

.Workon-footer-area.Workon-footer-about-area.Workon-footer-8-area .footer-widget-info ul li a i {
    color: #db0f30;
}

.Workon-footer-area.Workon-footer-about-area.Workon-footer-8-area .footer-copyright .apps-download-btn ul li a {
    background: #0e1133;
    color: #fff;
    border-color: #0e1133;
}

.Workon-footer-area.Workon-footer-about-area.Workon-footer-8-area .footer-copyright .apps-download-btn ul li a:hover {
    background: #fff;
    color: #0e1133;
}

.Workon-footer-area.Workon-footer-about-area.Workon-footer-8-area .footer-copyright .apps-download-btn ul li a.item-2 {
    background: #fff;
    color: #0e1133;
}

.Workon-footer-area.Workon-footer-about-area.Workon-footer-8-area .footer-copyright .apps-download-btn ul li a.item-2:hover {
    background: #0e1133;
    color: #fff;
    border-color: #0e1133;
}

.footer-about-widget {
    padding-right: 70px;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .footer-about-widget {
        text-align: center;
        padding-right: 0;
    }
}

.footer-about-widget p {
    padding-top: 25px;
}

.footer-about-widget>a {
    font-size: 15px;
    font-weight: 500;
    color: #0e1133;
    margin-top: 15px;
}

.footer-about-widget>a i {
    padding-left: 6px;
}

.footer-about-widget .social ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-about-widget .social ul li {
    display: inline-block;
}

.footer-about-widget .social ul li a {
    height: 36px;
    width: 36px;
    text-align: center;
    background: #fff;
    color: #0e1133;
    border-radius: 6px;
    line-height: 36px;
    margin-right: 5px;
}

.footer-about-widget .social ul li a:hover {
    background: #00aedd;
    color: #fff;
}

.footer-about-widget.footer-about-widget-2 ul li a:hover {
    background: #00aedd;
}

.footer-about-widget.footer-about-widget-3 ul li a:hover {
    background: #ff6b58;
}

.footer-about-widget.footer-about-widget-6 ul li a:hover {
    background: #9b2cfa;
}

.footer-about-widget.footer-about-widget-5 ul li a:hover {
    background: #801f82;
}

.footer-navigation {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .footer-navigation {
        text-align: center;
    }
}

.footer-navigation .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
}

.footer-navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-navigation ul li a {
    color: #505056;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 6px;
}

.footer-navigation ul li a:hover {
    color: #00aedd;
}

.footer-navigation.footer-navigation-2 ul li a:hover {
    color: #00aedd;
}

.footer-navigation.footer-navigation-3 ul li a:hover {
    color: #ff6b58;
}

.footer-navigation.footer-navigation-6 ul li a:hover {
    color: #9b2cfa;
}

.footer-navigation.footer-navigation-5 ul li a:hover {
    color: #801f82;
}

.footer-widget-info {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .footer-widget-info {
        text-align: center;
    }
}

.footer-widget-info .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
}

.footer-widget-info ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-widget-info ul li a {
    color: #505056;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

.footer-widget-info ul li a i {
    position: absolute;
    left: 0;
    top: 0;
    color: #00aedd;
}

.footer-copyright {
    padding-top: 35px;
    border-top: 1px solid #e1e5ec;
    margin-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-copyright {
        display: block !important;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .footer-copyright {
        display: block !important;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-copyright .apps-download-btn {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .footer-copyright .apps-download-btn {
        margin-bottom: 20px;
    }
}

.footer-copyright .apps-download-btn ul {
    padding: 0;
    list-style-type: none;
}

.footer-copyright .apps-download-btn ul li {
    display: inline-block;
    margin-right: 8px;
}

@media (max-width: 767px) {
    .footer-copyright .apps-download-btn ul li {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-copyright .apps-download-btn ul li {
        margin-bottom: 0px;
    }
}

.footer-copyright .apps-download-btn ul li a {
    background: #fff;
    color: #0e1133;
    line-height: 40px;
    padding: 0 23px;
    border-radius: 6px;
    border: 2px solid #fff;
}

.footer-copyright .apps-download-btn ul li a i {
    padding-right: 6px;
}

.footer-copyright .apps-download-btn ul li a:hover {
    background: transparent;
    color: #0e1133;
    border-color: #e7eaef;
}

.footer-copyright .apps-download-btn ul li a.item-2 {
    background: transparent;
    color: #0e1133;
    border-color: #e7eaef;
}

.footer-copyright .apps-download-btn ul li a.item-2:hover {
    background: #fff;
    color: #0e1133;
}


/*===========================
    11.Workon ABOUT css 
===========================*/

.Workon-about-content {
    padding-right: 50px;
}

@media (max-width: 767px) {
    .Workon-about-content {
        padding-right: 0;
    }
}

.Workon-about-content span {
    font-size: 14px;
    font-weight: 500;
    color: #00aedd;
}

.Workon-about-content .title {
    font-size: 40px;
    line-height: 54px;
    margin-top: 8px;
    margin-bottom: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .Workon-about-content .title {
        font-size: 32px;
        line-height: 42px;
    }
}

@media (max-width: 767px) {
    .Workon-about-content .title {
        font-size: 30px;
        line-height: 40px;
    }
}

.Workon-about-service {
    position: relative;
    padding-left: 40px;
}

@media (max-width: 767px) {
    .Workon-about-service {
        text-align: left;
    }
}

.Workon-about-service .icon {
    position: absolute;
    left: 0;
    top: 5px;
}

.Workon-about-service .icon i {
    height: 26px;
    width: 26px;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    color: #fff;
    background: #31c369;
}

.Workon-about-service .title {
    font-size: 20px;
    font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .Workon-about-service .title {
        font-size: 16px;
    }
}

.Workon-about-service p {
    font-size: 15px;
    margin-top: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .Workon-about-service p {
        font-size: 14px;
    }
}

@keyframes popup {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    25% {
        transform: scale(1.1);
        opacity: 0.8;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.6;
    }

    75% {
        transform: scale(1.3);
        opacity: 0.4;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

.faq-section {
    position: relative;
    background: #f7f6fa;
    padding: 65px 0;
}