@keyframes mover {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(-20px)
    }
}

body {
    overflow: hidden
}

@media only screen and (max-width: 768px) {
    #main {
        background: #fff !important
    }
}

.shape-bg {
    animation: 2s linear infinite alternate mover
}

.line {
    position: relative
}

    .line::before {
        content: "";
        position: absolute;
        top: -20px;
        right: 0;
        display: block;
        width: 35px;
        height: 5px;
        border-radius: 5px
    }

.theme-middle-blue .line::before {
    background-color: #fdb900
}

.theme-panton .line::before {
    background-color: #fdb900
}

.theme-persian-green .line::before {
    background-color: #fdb900
}

.theme-blue-cola .line::before {
    background-color: #fdb900
}

.theme-cameo .line::before {
    background-color: #d7b592
}

.main {
    position: relative;
    overflow: hidden
}

    .main:before {
        content: "";
        position: absolute;
        bottom: 20rem;
        left: 100rem;
        width: 50rem;
        height: 35rem;
        border-radius: 17rem;
        transform: rotate(-45deg);
        background-color: #e8f3f9
    }

    .main .container {
        position: relative;
        z-index: 1
    }

        .main .container .shape-bg {
            position: absolute;
            top: 0;
            left: -150px
        }

    .main .image-container {
        position: relative;
        overflow: hidden;
        padding: 50px 0 80px 150px;
        margin-top: -180px;
        transform: rotate(-15deg);
        z-index: 1
    }

@media only screen and (max-width: 768px) {
    .main .image-container {
        padding: 50px !important
    }
}

.main .image-container .box {
    position: relative;
    width: 350px;
    height: 500px;
    padding: 100px 0 0 0;
    border-radius: 0 0 60px 60px
}

.theme-middle-blue .main .image-container .box {
    background-color: #79c8d7
}

.theme-panton .main .image-container .box {
    background-color: #c61a3e
}

.theme-persian-green .main .image-container .box {
    background-color: #00a693
}

.theme-blue-cola .main .image-container .box {
    background-color: #0083d6
}

.theme-cameo .main .image-container .box {
    background-color: #d7b592
}

.main .image-container .box::before {
    content: "";
    display: block;
    position: absolute;
    top: -100px;
    left: -60px;
    width: 400px;
    height: 600px;
    border-radius: 0 0 60px 60px;
    transform: rotate(-10deg);
    z-index: -1
}

.theme-middle-blue .main .image-container .box::before {
    background-color: #f3f6f6
}

.theme-panton .main .image-container .box::before {
    background-color: #f3f6f6
}

.theme-persian-green .main .image-container .box::before {
    background-color: #f3f6f6
}

.theme-blue-cola .main .image-container .box::before {
    background-color: #f3f6f6
}

.theme-cameo .main .image-container .box::before {
    background-color: #f3f6f6
}

.main .image-container .box div {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../../assets/images/shape4.png);
    border-radius: 0 0 60px 60px
}

    .main .image-container .box div .image {
        position: relative;
        width: 250px;
        transform: translate(-30px, 35px) rotate(15deg)
    }

.why-us {
    position: relative;
    padding-bottom: 50px;
    z-index: 1
}

    .why-us .box {
        position: relative;
        min-height: 350px;
        border-radius: 30px
    }

.theme-middle-blue .why-us .box {
    background-color: #79c8d7
}

.theme-panton .why-us .box {
    background-color: #c61a3e
}

.theme-persian-green .why-us .box {
    background-color: #00a693
}

.theme-blue-cola .why-us .box {
    background-color: #0083d6
}

.theme-cameo .why-us .box {
    background-color: #d7b592
}

.why-us .box::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -10px;
    width: 100%;
    height: 100%;
    transform: rotate(-3deg);
    border-radius: 30px;
    z-index: -1
}

.theme-middle-blue .why-us .box::before {
    background-color: #f3f6f6 !important
}

.theme-panton .why-us .box::before {
    background-color: #f3f6f6 !important
}

.theme-persian-green .why-us .box::before {
    background-color: #f3f6f6 !important
}

.theme-blue-cola .why-us .box::before {
    background-color: #f3f6f6 !important
}

.theme-cameo .why-us .box::before {
    background-color: #f3f6f6 !important
}

.why-us .box .dot {
    position: absolute;
    top: 140px;
    left: 40px;
    transform: rotate(-15deg);
    width: 132px;
    height: 115px;
    background: url(../images/dot2.png) no-repeat
}

.why-us .box .title {
    padding: 0 3.5rem
}

@media only screen and (max-width: 768px) {
    .why-us .box .title {
        padding: 0 1rem !important
    }
}

.why-us .box .list {
    transform: translateY(100px)
}

.why-us .box .list-item .card {
    box-shadow: -3px 5px 5px 0 rgba(214,215,216,.6);
    border-radius: 20px
}

.theme-middle-blue .why-us .box .list-item .card:hover .header .mdi {
    color: #f93b3b
}

.theme-panton .why-us .box .list-item .card:hover .header .mdi {
    color: #f93b3b
}

.theme-persian-green .why-us .box .list-item .card:hover .header .mdi {
    color: #f93b3b
}

.theme-blue-cola .why-us .box .list-item .card:hover .header .mdi {
    color: #f93b3b
}

.theme-cameo .why-us .box .list-item .card:hover .header .mdi {
    color: #f93b3b
}

.why-us .box .list-item .card:hover .header .mdi::after {
    animation: spin 5s infinite linear
}

.why-us .box .list-item .card .header .mdi {
    transition: all .25s ease-in-out
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.why-us .box .list-item .card .header .mdi::after {
    content: "";
    background: url(../images/features-icon.png) no-repeat;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 83px;
    height: 86px
}

.products .shape-bg {
    position: absolute;
    bottom: 0;
    right: 0
}

.products .card {
    border-radius: 12px;
    color: #3d414a
}

    .products .card .header {
        border-radius: 12px
    }

.products .special-img {
    width: 100px
}

.products-slider {
    direction: ltr
}

.products-slider-item-1 .header {
    background-color: #9b84cb
}

.products-slider-item-2 .header {
    background-color: #a1e1e3
}

.products-slider-item-3 .header {
    background-color: #f69802
}

.products-slider-item-4 .header {
    background-color: #79c8d7
}

.products-slider-item-5 .header {
    background-color: #9b84cb
}

.products-slider-item-6 .header {
    background-color: #a1e1e3
}

.products-slider-item-7 .header {
    background-color: #f69802
}

.products-slider-item-8 .header {
    background-color: #79c8d7
}

.products-slider-item .card .img {
    width: 150px
}

.products-slider-item .btn {
    position: relative;
    display: block;
    width: 50%;
    margin: -20px auto;
    z-index: 1
}

.products .slick-arrow {
    width: 32px;
    height: 32px;
    border-radius: 7px;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 1
}

    .products .slick-arrow::before {
        color: #000
    }

.products .slick-prev {
    right: 0
}

.products .slick-next {
    left: 0
}



.main .slick-arrow {
    width: 32px;
    height: 32px;
    border-radius: 7px;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 1
}

    .main .slick-arrow::before {
        color: #000
    }

.main .slick-prev {
    right: 0
}

.main .slick-next {
    left: 0
}




.about-us {
    position: relative;
    overflow: hidden
}

    .about-us .shape-bg {
        position: absolute;
        bottom: 0;
        left: 0
    }

    .about-us .card {
        min-height: 250px;
        border-radius: 20px;
        box-shadow: 0 5px 25px 0 rgba(214,215,216,.6) !important
    }

    .about-us .image-container {
        position: relative;
        overflow: hidden;
        transform: rotate(15deg);
        z-index: 1
    }

        .about-us .image-container .box {
            position: relative;
            width: 350px;
            height: 500px;
            border-radius: 60px 60px 0 0
        }

.theme-middle-blue .about-us .image-container .box {
    background-color: #79c8d7
}

.theme-panton .about-us .image-container .box {
    background-color: #c61a3e
}

.theme-persian-green .about-us .image-container .box {
    background-color: #00a693
}

.theme-blue-cola .about-us .image-container .box {
    background-color: #0083d6
}

.theme-cameo .about-us .image-container .box {
    background-color: #d7b592
}

.about-us .image-container .box::before {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    left: -10px;
    width: 380px;
    height: 600px;
    background-color: #fff;
    border-radius: 60px 60px 0 0;
    transform: rotate(-10deg);
    z-index: -1
}

.about-us .image {
    position: absolute;
    left: 80px;
    bottom: -40px;
    width: 280px;
    z-index: 2
}

@media only screen and (max-width: 768px) {
    .about-us .image {
        left: 70px !important
    }
}

.about-us .contact-us {
    position: relative;
    overflow: hidden;
    min-height: 200px;
    background-color: #fff;
    border-radius: 20px;
    margin-top: -100px;
    z-index: 1
}

    .about-us .contact-us::before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 150px;
        height: 150px;
        transform: skewY(350deg);
        border-radius: 30px 0 0 0;
        transform-origin: right top;
        background: linear-gradient(160deg, rgb(244, 247, 252), rgba(244, 247, 252, 0.1));
        z-index: 1
    }

.about-us .contact-us-phone {
    z-index: 2
}

.news a {
    color: #3d414a
}

.news-list-item {
    border-bottom: 1px solid #ddd
}

    .news-list-item:last-child {
        border-bottom: none
    }

.news-item {
    border-radius: 16px
}

    .news-item .body {
        border-radius: 12px
    }

    .news-item .image {
        width: 150px
    }

.news-item-small {
    min-width: 90px
}

    .news-item-small .image {
        width: 72px
    }

.news-item-1 .body {
    background-color: #9b84cb
}

.news-item-2 .body {
    background-color: #a1e1e3
}

.news-item-3 .body {
    background-color: #f69802
}

.news-item-4 .body {
    background-color: #79c8d7
}

.news-slider {
    direction: ltr
}

.opinion {
    position: relative;
    padding-bottom: 50px;
    z-index: 1
}

    .opinion .box {
        position: relative;
        min-height: 350px;
        border-radius: 30px
    }

.theme-middle-blue .opinion .box {
    background-color: #79c8d7
}

.theme-panton .opinion .box {
    background-color: #c61a3e
}

.theme-persian-green .opinion .box {
    background-color: #00a693
}

.theme-blue-cola .opinion .box {
    background-color: #0083d6
}

.theme-cameo .opinion .box {
    background-color: #d7b592
}

.opinion .box::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -10px;
    width: 100%;
    height: 100%;
    transform: rotate(-3deg);
    border-radius: 30px;
    z-index: -1
}

.theme-middle-blue .opinion .box::before {
    background-color: #f3f6f6
}

.theme-panton .opinion .box::before {
    background-color: #f3f6f6
}

.theme-persian-green .opinion .box::before {
    background-color: #f3f6f6
}

.theme-blue-cola .opinion .box::before {
    background-color: #f3f6f6
}

.theme-cameo .opinion .box::before {
    background-color: #f3f6f6
}

.opinion .box .dot1 {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-15deg);
    width: 382px;
    height: 300px;
    background: url(../images/shape7.png)
}

.opinion .box .dot2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 264px;
    height: 352px;
    background: url(../images/shape8.png)
}

.opinion .box .title {
    padding: 0 3.5rem
}

@media only screen and (max-width: 768px) {
    .opinion .box .title {
        padding: 0 1rem !important
    }
}

.opinion .box .list {
    transform: translateY(100px)
}

.opinion .box .list-item .card {
    box-shadow: -3px 5px 5px 0 rgba(214,215,216,.6);
    border-radius: 20px
}

.theme-middle-blue .opinion .box .list-item .card:hover .header .mdi {
    color: #f93b3b
}

.theme-panton .opinion .box .list-item .card:hover .header .mdi {
    color: #f93b3b
}

.theme-persian-green .opinion .box .list-item .card:hover .header .mdi {
    color: #f93b3b
}

.theme-blue-cola .opinion .box .list-item .card:hover .header .mdi {
    color: #f93b3b
}

.theme-cameo .opinion .box .list-item .card:hover .header .mdi {
    color: #f93b3b
}

.opinion .box .list-item .card:hover .header .mdi::after {
    animation: spin 5s infinite linear
}

.opinion .box .list-item .card .footer .avatar {
    width: 54px;
    border-radius: 50%
}

.theme-middle-blue .opinion .box .list-item .card .footer .date {
    background-color: #f3f6f6
}

.theme-panton .opinion .box .list-item .card .footer .date {
    background-color: #f3f6f6
}

.theme-persian-green .opinion .box .list-item .card .footer .date {
    background-color: #f3f6f6
}

.theme-blue-cola .opinion .box .list-item .card .footer .date {
    background-color: #f3f6f6
}

.theme-cameo .opinion .box .list-item .card .footer .date {
    background-color: #f3f6f6
}

.team .box {
    border-radius: 20px
}

.theme-middle-blue .team .box {
    background-color: #f3f6f6
}

.theme-panton .team .box {
    background-color: #f3f6f6
}

.theme-persian-green .team .box {
    background-color: #f3f6f6
}

.theme-blue-cola .team .box {
    background-color: #f3f6f6
}

.theme-cameo .team .box {
    background-color: #f3f6f6
}

.team .box .card {
    border-radius: 16px
}

    .team .box .card .portfolio-item .item-img-overlay {
        border-radius: 16px
    }

    .team .box .card .portfolio-item .img {
        border-radius: 16px
    }

.employer-slider {
    direction: ltr
}

    .employer-slider .employer-logo {
        width: 120px;
        border-radius: 8px;
        filter: grayscale(1);
        transition: all .25s ease-in-out
    }

    .employer-slider .employer-link {
        min-height: 100px;
        padding: 20px;
        margin: 10px;
        background-color: #fff;
        border-radius: 12px;
        transition: all .25s ease-in-out
    }

.theme-middle-blue .employer-slider .employer-link {
    border: 3px solid #f3f6f6
}

.theme-panton .employer-slider .employer-link {
    border: 3px solid #f3f6f6
}

.theme-persian-green .employer-slider .employer-link {
    border: 3px solid #f3f6f6
}

.theme-blue-cola .employer-slider .employer-link {
    border: 3px solid #f3f6f6
}

.theme-cameo .employer-slider .employer-link {
    border: 3px solid #f3f6f6
}

.employer-slider .employer-link:hover .employer-logo {
    filter: grayscale(0)
}

.portfolio-item:hover {
    background-color: #fff
}

    .portfolio-item:hover .item-img-overlay {
        transform: scale(1, 1);
        opacity: 1
    }

.portfolio-item .item-img-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    background-color: rgba(255,255,255,.831372549);
    transition: all .5s ease-in-out
}

    .portfolio-item .item-img-overlay::before {
        content: "";
        position: absolute;
        top: -5px;
        bottom: -5px;
        right: -5px;
        left: -5px;
        background: rgba(255,255,255,.5);
        z-index: -1
    }

.pricing .card {
    border-radius: 20px
}

    .pricing .card.popular-plan::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        height: 6px
    }

.theme-middle-blue .pricing .card.popular-plan::after {
    background: linear-gradient(to right, #79c8d7 50%, #fdb900 50%)
}

.theme-panton .pricing .card.popular-plan::after {
    background: linear-gradient(to right, #c61a3e 50%, #fdb900 50%)
}

.theme-persian-green .pricing .card.popular-plan::after {
    background: linear-gradient(to right, #00a693 50%, #fdb900 50%)
}

.theme-blue-cola .pricing .card.popular-plan::after {
    background: linear-gradient(to right, #0083d6 50%, #fdb900 50%)
}

.theme-cameo .pricing .card.popular-plan::after {
    background: linear-gradient(to right, #d7b592 50%, #d7b592 50%)
}

.pricing .card.popular-plan .popular {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: .8em
}

.theme-middle-blue .pricing .card.popular-plan .popular {
    background-color: #79c8d7;
    background-color: #dbf0f4;
    color: #52b8cb
}

.theme-panton .pricing .card.popular-plan .popular {
    background-color: #c61a3e;
    background-color: #ed738c;
    color: #991430
}

.theme-persian-green .pricing .card.popular-plan .popular {
    background-color: #00a693;
    background-color: #27ffe6;
    color: #007366
}

.theme-blue-cola .pricing .card.popular-plan .popular {
    background-color: #0083d6;
    background-color: #57beff;
    color: #0064a3
}

.theme-cameo .pricing .card.popular-plan .popular {
    background-color: #d7b592;
    background-color: #f9f4ef;
    color: #c99c6d
}

.theme-middle-blue .pricing .card .header .mdi {
    color: #79c8d7
}

.theme-panton .pricing .card .header .mdi {
    color: #c61a3e
}

.theme-persian-green .pricing .card .header .mdi {
    color: #00a693
}

.theme-blue-cola .pricing .card .header .mdi {
    color: #0083d6
}

.theme-cameo .pricing .card .header .mdi {
    color: #d7b592
}

.faq::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../../assets/images/shape1.png) no-repeat;
    background-size: cover
}

.faq li {
    border-radius: 16px;
    box-shadow: none !important
}

.theme-middle-blue .faq li {
    background-color: #f3f6f6
}

.theme-panton .faq li {
    background-color: #f3f6f6
}

.theme-persian-green .faq li {
    background-color: #f3f6f6
}

.theme-blue-cola .faq li {
    background-color: #f3f6f6
}

.theme-cameo .faq li {
    background-color: #f3f6f6
}

.faq li .link[aria-expanded=true] {
    font-weight: bold
}

.contact-us .box {
    border-radius: 20px
}

.theme-middle-blue .contact-us .box {
    background-color: #f3f6f6
}

.theme-panton .contact-us .box {
    background-color: #f3f6f6
}

.theme-persian-green .contact-us .box {
    background-color: #f3f6f6
}

.theme-blue-cola .contact-us .box {
    background-color: #f3f6f6
}

.theme-cameo .contact-us .box {
    background-color: #f3f6f6
}

.contact-us .box .img {
    margin-top: -76px;
    max-width: 600px
}

@media only screen and (max-width: 768px) {
    .contact-us .box .img {
        max-width: 400px !important
    }
}

.contact-us .form-control {
    border: none !important;
    box-shadow: -2px 3px 0px 0 rgba(214,215,216,.6) !important
}

.contact-us textarea {
    resize: none
}

.scroll-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 48px;
    height: 48px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    transition: all .25s ease-in-out;
    z-index: 99;
    cursor: pointer
}

.theme-middle-blue .scroll-to-top {
    background-color: #b9caca
}

.theme-panton .scroll-to-top {
    background-color: #b9caca
}

.theme-persian-green .scroll-to-top {
    background-color: #b9caca
}

.theme-blue-cola .scroll-to-top {
    background-color: #b9caca
}

.theme-cameo .scroll-to-top {
    background-color: #b9caca
}

.scroll-to-top:hover {
    border-radius: 50%
}
