@charset "UTF-8";

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/IranSans/IRANSansWeb(FaNum).eot');
    src: url('../../fonts/IranSans/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    /*url('../fonts/IranSans/IRANSansWeb(FaNum).woff2') format('woff2'),*/ /* FF39+,Chrome36+, Opera24+*/
    /*url('../fonts/IranSans/IRANSansWeb(FaNum).woff') format('woff'),*/ /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../../fonts/IranSans/IRANSansWeb(FaNum).ttf') format('truetype');
}

@font-face {
    font-family: Maad;
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/MaadFont/Maad.woff') format('woff');
}

@font-face {
    font-family: Maad;
    font-style: normal;
    font-weight: 500;
    src: url('../../fonts/MaadFont/Maad-Medium.woff') format('woff');
}

@font-face {
    font-family: Maad;
    font-style: normal;
    font-weight: bold;
    src: url('../../fonts/MaadFont/Maad-Bold.woff') format('woff');
}

body {
    font-family: Maad, sans-serif;
    /* background: url(../images/2.jpg) no-repeat right top; */
    background-size: cover;
    background-attachment: fixed;
    /*   display: grid;
    grid-template-rows: auto 1fr auto;*/
    min-height: 100vh;
}

@media(max-width:576px) {
    body {
        display: inherit;
        grid-template-rows: unset;
    }
}

::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
}

::-webkit-scrollbar-track {
    background: #f5f5f5;
}

a {
    color: unset;
    text-decoration: none
}

    a:focus {
        outline: 0 solid
    }

    a:hover {
        text-decoration: none;
        color: unset
    }

img {
    max-width: 100%;
    height: auto
}

h1, h2, h3, h4, h5, h6 {
    color: #202020;
    margin-bottom: 0
}

html, body {
    font-weight: 400;
    line-height: 1.6;
    color: #454545
}

p {
    margin-bottom: 0
}

.table td, .table th {
    padding: 0.15rem 0.25rem !important;
    vertical-align: middle !important;
    font-size: 14px;
}

input:focus, textarea:focus, button:focus {
    outline: none
}

::-webkit-input-placeholder {
    font-size: 14px;
    color: #696969;
    font-weight: 400
}

:-ms-input-placeholder {
    font-size: 14px;
    color: #696969;
    font-weight: 400
}

::-ms-input-placeholder {
    font-size: 14px;
    color: #696969;
    font-weight: 400
}

::placeholder {
    font-size: 14px;
    color: #696969;
    font-weight: 400
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

i.bx {
    vertical-align: middle
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    box-shadow: 0 0 0 1000px #fff inset !important
}

    input:-webkit-autofill:hover, input:-webkit-autofill:focus {
        -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
        box-shadow: 0 0 0 1000px #fff inset !important
    }

.mt-100 {
    margin-top: 100px
}

.mt-50 {
    margin-top: 50px
}

.mt-55 {
    margin-top: 55px
}

.mt-24 {
    margin-top: 24px
}

.mt-26 {
    margin-top: 26px
}

.mt-76 {
    margin-top: 76px
}

.mb-76 {
    margin-bottom: 76px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-19 {
    margin-bottom: 19px
}

.mb-9 {
    margin-bottom: 9px
}

.mb-35 {
    margin-bottom: 35px
}

.pt-55 {
    padding-top: 55px
}

.pt-100 {
    padding-top: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-76 {
    padding-bottom: 76px
}

.title-30 {
    font-size: 30px;
    font-weight: 500;
}

.common-btn {
    -webkit-transition: .5s;
    transition: .5s
}

    .common-btn.btn-style-1 {
        border: 2px solid #fff;
        border-radius: 20px;
        font-weight: 500;
        font-size: 18px;
        color: #fff;
        padding: 6px 33px
    }

        .common-btn.btn-style-1:hover {
            background: #f1962f;
            border: 2px solid #f1962f
        }

    .common-btn.btn-style-2 {
        background: rgba(241,150,47,.2);
        border-radius: 3px;
        font-size: 14px;
        color: #202020;
        padding: 4px 9px;
        -webkit-clip-path: polygon(5% 0,100% 2%,93% 100%,0 94%);
        clip-path: polygon(5% 0,100% 2%,93% 100%,0 94%);
        -webkit-transition: .5s;
        transition: .5s;
        float: left;
    }

    .common-btn.btn-style-3 {
        background: #fff;
        border-radius: 30px;
        font-style: normal;
        font-size: 18px;
        color: #202020;
        padding: 12px 33px
    }

        .common-btn.btn-style-3:hover {
            background: #f1962f;
            color: #fff
        }

    .common-btn.btn-style-4 {
        font-style: normal;
        font-size: 18px;
        color: #454545;
        position: relative;
        z-index: 1;
        -webkit-transition: .5s;
        transition: .5s
    }

        .common-btn.btn-style-4::before {
            position: absolute;
            left: 5px;
            top: 12px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            content: "";
            background: #454545;
            height: 1px;
            width: 114%;
            z-index: -1;
            -webkit-transition: .5s;
            transition: .5s
        }

    .common-btn.btn-style-5 {
        font-style: normal;
        font-size: 16px;
        text-transform: capitalize;
        color: #202020;
        position: relative;
        z-index: 1;
        -webkit-transition: .5s;
        transition: .5s
    }

        .common-btn.btn-style-5::before {
            position: absolute;
            left: 0;
            top: 52%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            content: "";
            background: rgba(241,150,47,.2);
            width: 53px;
            height: 28px;
            z-index: -1;
            -webkit-transition: .5s;
            transition: .5s;
            border-radius: 3px 0 0 3px
        }

    .common-btn.btn-style-6 {
        border: 1.5px solid #04001d;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 20px 0 20px 20px;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        color: #04001d;
        padding: 5px 10px;
    }

        .common-btn.btn-style-6:hover {
            background: #08beab;
            border: 1.5px solid #08beab
        }

.section-title h1 {
    font-size: 40px;
    margin-top: -14px;
    color: #202020
}

.section-title p {
    font-size: 16px;
    margin-top: 8px
}

.section-title.section-title-style-2 h1 {
    color: #fff
}

.section-title.section-title-style-2 p {
    color: #fff
}

.btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .btn-wrap.btn-wrap-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

.shape {
    position: absolute
}

.breadcrumb-area {
    padding: 200px 0;
    background-image: url(../images/breadcrumb-img.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

    .breadcrumb-area h1 {
        -webkit-text-stroke: 2px #454545;
        /* -webkit-text-fill-color: transparent; */
        /* font-weight: 700; */
        font-size: 50px;
        /* letter-spacing: .05em */
    }

    .breadcrumb-area p {
        font-weight: 600;
        font-size: 16px;
        margin-top: 8px
    }

        .breadcrumb-area p a {
            font-weight: 400
        }

        .breadcrumb-area p i {
            font-size: 20px;
            margin: 0 2px
        }

.pagination-wrap li {
    display: inline-block;
    margin-right: 20px
}

    .pagination-wrap li:last-child {
        margin-right: 0
    }

    .pagination-wrap li a {
        background: #fff;
        border: 1px dashed #202020;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 50%;
        width: 36px;
        height: 36px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-weight: 600;
        font-size: 14px;
        line-height: 0;
        color: #202020;
        -webkit-transition: .4s;
        transition: .4s
    }

        .pagination-wrap li a:hover {
            background: #202020;
            color: #fff
        }

        .pagination-wrap li a i {
            font-size: 18px;
            line-height: 0
        }

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #fff;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@-webkit-keyframes loader {
    0%,10%,100% {
        width: 80px;
        height: 80px
    }

    65% {
        width: 150px;
        height: 150px
    }
}

@keyframes loader {
    0%,10%,100% {
        width: 80px;
        height: 80px
    }

    65% {
        width: 150px;
        height: 150px
    }
}

@-webkit-keyframes loaderBlock {
    0%,30% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    55% {
        background-color: #08beab
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@keyframes loaderBlock {
    0%,30% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    55% {
        background-color: #08beab
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@-webkit-keyframes loaderBlockInverse {
    0%,20% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    55% {
        background-color: #08beab
    }

    100% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

@keyframes loaderBlockInverse {
    0%,20% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    55% {
        background-color: #08beab
    }

    100% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

.preloader .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    -webkit-transform: translate(-50%,-50%) rotate(45deg) translate3d(0,0,0);
    transform: translate(-50%,-50%) rotate(45deg) translate3d(0,0,0);
    -webkit-animation: loader 1.2s infinite ease-in-out;
    animation: loader 1.2s infinite ease-in-out
}

    .preloader .loader span {
        position: absolute;
        display: block;
        width: 40px;
        height: 40px;
        background-color: #08beab;
        -webkit-animation: loaderBlock 1.2s infinite ease-in-out both;
        animation: loaderBlock 1.2s infinite ease-in-out both
    }

        .preloader .loader span:nth-child(1) {
            top: 0;
            left: 0
        }

        .preloader .loader span:nth-child(2) {
            top: 0;
            right: 0;
            -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
            animation: loaderBlockInverse 1.2s infinite ease-in-out both
        }

        .preloader .loader span:nth-child(3) {
            bottom: 0;
            left: 0;
            -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
            animation: loaderBlockInverse 1.2s infinite ease-in-out both
        }

        .preloader .loader span:nth-child(4) {
            bottom: 0;
            right: 0
        }

.logo, .main-nav, .menu-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.header-menu-area {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background: 0 0;
    border-bottom: 1px solid #30333d
}

    .header-menu-area.submenu-color nav ul li .sub-menu li a {
        color: #202020
    }

@media(max-width:991px) {
    .header-menu-area.submenu-color nav ul li .sub-menu li a {
        color: #fff
    }
}

.header-menu-area.submenu-color nav ul li .sub-menu li a:hover {
    color: #f1962f
}

.menu-btn:before {
    background: #fff
}

.main-nav {
    float: right
}

.menu-btn-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

.menu-toggle-btn {
    padding-left: 30px
}

    .menu-toggle-btn li {
        background: #fff;
        height: 2px;
        width: 22px;
        margin-bottom: 6px;
        border-radius: 10px
    }

        .menu-toggle-btn li:last-child {
            margin-bottom: 0
        }

    .menu-toggle-btn ul {
        cursor: pointer;
        position: relative
    }

.hamburger {
    position: relative;
    width: 40px;
    height: 30px;
    cursor: pointer;
    border: 5px solid transparent;
    margin-top: 10px;
    display: none;
    z-index: 1
}

    .hamburger span {
        width: 100%;
        height: 2px;
        background: #fff;
        display: block;
        position: absolute;
        right: 0;
        -webkit-transition: all .3s;
        transition: all .3s
    }

        .hamburger span.h-top {
            top: 0
        }

        .hamburger span.h-bottom {
            bottom: 0;
            width: 27px
        }

        .hamburger span.h-middle {
            top: 50%;
            margin-top: -1px;
            width: 25px
        }

    .hamburger.h-active span {
        width: 100%
    }

        .hamburger.h-active span.h-top {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            top: 50%;
            margin-top: -1px
        }

        .hamburger.h-active span.h-middle {
            -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
            opacity: 0
        }

        .hamburger.h-active span.h-bottom {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            bottom: 50%;
            margin-bottom: -1px
        }

.bottombar {
    background-color: #08509e
}

.main-nav > ul > li {
    display: inline-block;
    position: relative;
    padding: 20px 16px
}

    .main-nav > ul > li.has-child-menu:after {
        position: absolute;
        right: -5px;
        top: 12px;
        font-family: boxicons;
        content: "";
        font-size: 20px;
        color: #ffffffa1;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .main-nav > ul > li:hover.has-child-menu:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .main-nav > ul > li + li {
        padding: 15px 11px;
    }

    .main-nav > ul > li > a {
        display: block;
        text-decoration: none;
        font-size: 15px;
        color: #fff;
        position: relative;
        -webkit-transition: all .3s;
        transition: all .3s
    }

        .main-nav > ul > li > a.active {
            color: #f1962f
        }

    .main-nav > ul > li:hover > a {
        color: #f1962f
    }

        .main-nav > ul > li:hover > a:after {
            opacity: 1
        }

.main-nav ul li .sub-menu {
    position: absolute;
    left: 0;
    top: 50px;
    right: 0;
    min-width: 200px;
    list-style: none;
    margin: 0;
    padding: 10px 0 15px;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #fff;
    -webkit-box-shadow: 0 7px 10px rgba(13,52,79,.08);
    box-shadow: 0 7px 10px rgba(13,52,79,.08)
}

    .main-nav ul li .sub-menu li .sub-menu {
        right: -200px;
        left: inherit;
        top: 0
    }

    .main-nav ul li .sub-menu > li {
        display: block;
        margin: 0;
        position: relative
    }

        .main-nav ul li .sub-menu > li a {
            display: block;
            padding: 9px 20px;
            line-height: 1;
            font-size: 15px;
            font-weight: 500;
            border-bottom: 1px solid #ddd;
            text-decoration: none;
            -webkit-transition: all .3s;
            transition: all .3s
        }

            .main-nav ul li .sub-menu > li a:last-child {
                border: none
            }

            .main-nav ul li .sub-menu > li a:hover {
                color: #08beab
            }

.main-nav .fl {
    width: 30px;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-style: normal;
    position: absolute;
    right: -5px;
    top: 0;
    z-index: 999;
    display: none;
    cursor: pointer
}

    .main-nav .fl:before {
        font-size: 14px;
        text-align: center;
        line-height: 35px
    }

.main-nav > ul > li + li > .sub-menu {
    left: 15px
}

.main-nav > ul > li:hover > .sub-menu, .main-nav ul li .sub-menu li:hover > .sub-menu, .main-nav ul li .sub-menu li .sub-menu li:hover > .sub-menu {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1
}

.slideInUp {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
    transform: translate3d(0,30px,0);
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out
}

.is-active .slideInUp {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slideInUp2 {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.sticky {
    position: fixed;
    top: 0;
    background: #000;
    z-index: 99;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 7px 10px rgba(13,52,79,.05);
    box-shadow: 0 7px 10px rgba(13,52,79,.05);
    padding-top: unset
}

    .sticky .main-nav > ul > li {
        position: relative;
        /* padding: 25px 16px */
    }

        .sticky .main-nav > ul > li.has-child-menu:after {
            position: absolute;
            top: 24px
        }

    .sticky .main-nav ul li .sub-menu {
        position: absolute;
        left: 0;
        top: 74px
    }

@media(max-width:991px) {
    .sticky .main-nav ul li .sub-menu {
        position: unset
    }
}

.herobanner-area {
    padding: 238px 0 530px;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(100%,rgba(2,6,19,0.85)),to(rgba(2,6,19,0.85))),url(../images/hero-bg.png);
    background: linear-gradient(rgba(2,6,19,0.85) 100%,rgba(2,6,19,0.85) 100%),url(../images/hero-bg.png);
    position: relative;
    z-index: 1
}

    .herobanner-area .hero-dot-shape {
        position: absolute;
        z-index: -1;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .herobanner-area .hero-top-left, .herobanner-area .hero-top-left-2 {
        left: 0;
        top: 0;
        z-index: -1
    }

    .herobanner-area .hero-botto-left {
        left: 0;
        bottom: 0;
        z-index: -1;
        -webkit-animation: zm1 2.2s alternate infinite;
        animation: zm1 2.2s alternate infinite
    }

    .herobanner-area .hero-top-right {
        right: 0;
        top: 0;
        z-index: -1
    }

    .herobanner-area .hero-botto-right {
        right: 0;
        bottom: 50px;
        z-index: -1
    }

    .herobanner-area .nice-select .list {
        width: 100%;
        margin-top: 0;
        border-radius: 0
    }

        .herobanner-area .nice-select .list li {
            font-size: 14px;
            color: #696969
        }

    .herobanner-area .nice-select option {
        line-height: 30px
    }

@media(max-width:767px) {
    .herobanner-area {
        padding: 200px 0 390px
    }
}

@-webkit-keyframes zm1 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .3
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 1
    }
}

@keyframes zm1 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .3
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 1
    }
}

.hero-content h1 {
    font-style: normal;
    font-size: 55px;
    line-height: 80px;
    color: #fff
}

.hero-content p {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 54px
}

.hero-content .hero-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .hero-content .hero-form .form-content {
        width: 100%;
        position: relative;
        border-radius: 30px
    }

        .hero-content .hero-form .form-content .form-input-area input {
            background: #fff;
            border-radius: 30px;
            font-size: 14px;
            color: #9e9e9e;
            border: none;
            width: 100%;
            padding: 19px 130px 19px 30px
        }

        .hero-content .hero-form .form-content .form-input-area .nice-select {
            background: #f1962f;
            color: #fff;
            border-radius: 2px;
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            padding: 10px 51px;
            border-radius: 0 30px 30px 0;
            font-weight: 600;
            font-size: 18px;
            border: none
        }

            .hero-content .hero-form .form-content .form-input-area .nice-select .option {
                color: #696969
            }

            .hero-content .hero-form .form-content .form-input-area .nice-select.open:after {
                -webkit-transform: translateY(-50%) rotate(-135deg);
                transform: translateY(-50%) rotate(-135deg)
            }

            .hero-content .hero-form .form-content .form-input-area .nice-select:after {
                border-bottom: 2px solid #fff;
                border-right: 2px solid #fff;
                height: 8px;
                width: 8px;
                right: 33px;
                -webkit-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg)
            }

    .hero-content .hero-form button {
        background: #fff;
        border-radius: 30px;
        border: none;
        font-size: 20px;
        text-transform: uppercase;
        color: #202020;
        padding: 14px 40px;
        margin-left: 20px;
        -webkit-transition: .5s;
        transition: .5s
    }

        .hero-content .hero-form button:hover {
            background: #f1962f;
            color: #fff
        }

.knowledge-area {
    position: relative;
    z-index: 1
}

    .knowledge-area .kw-shape {
        left: 0;
        top: 14%;
        z-index: -1
    }

.knowledge-box {
    background: #fff;
    -webkit-box-shadow: 5px 7px 40px rgba(145,145,145,.1);
    box-shadow: 5px 7px 40px rgba(145,145,145,.1);
    border-radius: 5px;
    margin-bottom: 24px;
    padding: 30px;
    -webkit-transition: .4s;
    transition: .4s
}

    .knowledge-box:hover .common-btn.btn-style-2 {
        background: #f1962f;
        color: #fff
    }

    .knowledge-box:hover .knowledge-icon i {
        color: #fff;
        background: #f1962f
    }

    .knowledge-box .knowledge-icon i {
        width: 60px;
        height: 60px;
        background: rgba(241,150,47,.15);
        color: #f1962f;
        font-size: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 50%;
        -webkit-transition: .5s;
        transition: .5s
    }

    .knowledge-box .knowledge-content {
        margin-bottom: 25px
    }

        .knowledge-box .knowledge-content h3 {
            font-size: 22px;
            letter-spacing: .02em;
            margin-top: 17px;
            margin-bottom: 24px
        }

        .knowledge-box .knowledge-content ul li {
            font-size: 15px;
            margin-bottom: 15px;
            -webkit-transition: .5s;
            transition: .5s
        }

            .knowledge-box .knowledge-content ul li:hover {
                color: #f1962f
            }

            .knowledge-box .knowledge-content ul li i {
                margin-right: 12px
            }

    .knowledge-box .knowledge-btn-wrap i {
        color: #202020;
        line-height: 0;
        cursor: pointer
    }

.support-area {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(100%,rgba(2,6,19,0.9)),to(rgba(2,6,19,0.9))),url(../images/support-bg.png);
    background: linear-gradient(rgba(2,6,19,0.9) 100%,rgba(2,6,19,0.9) 100%),url(../images/support-bg.png);
    padding: 75px 0
}

    .support-area.support-area-design-2 {
        padding: 75px 0 0 0
    }

.support-box {
    margin-bottom: 24px;
    border: 2px solid #51525a;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px 0;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s
}

    .support-box::before {
        position: absolute;
        background: rgba(255,255,255,.15);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right;
        transform-origin: right;
        -webkit-transition: all .5s linear;
        transition: all .5s linear;
        -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
        transition-timing-function: cubic-bezier(.075,.82,.165,1);
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform,-webkit-transform;
        z-index: -1;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        content: ""
    }

    .support-box:hover::before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: left;
        transform-origin: left
    }

    .support-box:hover span {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform-origin: left;
        transform-origin: left
    }

    .support-box span {
        position: absolute;
        top: 0;
        left: 0;
        width: 98px;
        height: 38px;
        background: #f3f3f3;
        border-bottom-right-radius: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-weight: 500;
        font-size: 18px;
        color: #202020;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transform-origin: right;
        transform-origin: right;
        -webkit-transition: all .5s linear;
        transition: all .5s linear
    }

    .support-box .support-icon-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto;
        width: 73.85px;
        height: 73.85px;
        background: rgba(255,255,255,.9);
        border-radius: 50%;
        border: 11px solid #818389;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        margin-bottom: 16px
    }

    .support-box .support-content h2 a {
        font-size: 25px;
        color: #fff;
        margin-bottom: 22px;
        margin-top: 21px
    }

    .support-box .support-content .read-btn {
        font-style: normal;
        font-size: 16px;
        color: #fff;
        position: relative;
        display: inline-block;
        margin-top: 20px
    }

        .support-box .support-content .read-btn::before {
            position: absolute;
            top: 100%;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            content: "";
            width: 20px;
            height: 2px;
            background: #fff;
            border-radius: 100px
        }

.tab-content-shape {
    position: relative;
    z-index: 1
}

    .tab-content-shape .doc-shape {
        z-index: -1;
        top: 0;
        left: -100px
    }

.documentation-tab-wrap .nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 8px
}

.documentation-tab-wrap .nav-link {
    background: 0 0;
    border: none;
    border-radius: unset;
    padding: 9px 20px;
    margin: 0 5px;
    /**/
    font-style: normal;
    font-size: 20px;
    color: #454545
}

    .documentation-tab-wrap .nav-link.active, .documentation-tab-wrap .nav-pills .show > .nav-link {
        color: #fff;
        border-radius: 4px;
        background-color: #f1962f;
        position: relative
    }

        .documentation-tab-wrap .nav-link.active::before, .documentation-tab-wrap .nav-pills .show > .nav-link::before {
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            top: 99%;
            content: "";
            background: #f1962f;
            height: 10px;
            width: 14px;
            -webkit-clip-path: polygon(50% 100%,0 0,100% 0);
            clip-path: polygon(50% 100%,0 0,100% 0)
        }

.documentation-box {
    background: #fff;
    /* -webkit-box-shadow: 5px 7px 40px rgb(69 69 69 / 10%); */
    /* box-shadow: 5px 7px 40px rgb(69 69 69 / 10%); */
    border-radius: 5px;
    margin: 2px;
    padding: 5px;
    -webkit-transition: .4s;
    transition: .4s;
    /*
    background: #fff;
    -webkit-box-shadow: 5px 7px 40px rgba(69,69,69,.1);
    box-shadow: 5px 7px 40px rgba(69,69,69,.1);
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 10px 10px;
    -webkit-transition: .4s;
    transition: .4s*/
}

    .documentation-box:hover .common-btn.btn-style-4 {
        color: #f1962f
    }

        .documentation-box:hover .common-btn.btn-style-4::before {
            background: #f1962f
        }

    .documentation-box:hover .documentation-icon i {
        color: #fff;
        background: #f1962f
    }

    .documentation-box .documentation-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .documentation-box .documentation-icon i {
            width: 60px;
            height: 60px;
            background: rgba(241,150,47,.15);
            color: #f1962f;
            font-size: 30px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-radius: 50%;
            -webkit-transition: .5s;
            transition: .5s
        }

        .documentation-box .documentation-icon h3 {
            font-style: normal;
            font-size: 22px;
            padding-left: 20px
        }

    .documentation-box .documentation-content p {
        color: #707070;
        line-height: 24px;
        margin-top: 18px;
        margin-bottom: 11px
    }

    .documentation-box .documentation-content ul {
        padding-bottom: 17px;
        border-bottom: 1px solid #eee;
        margin-bottom: 11px
    }

        .documentation-box .documentation-content ul li {
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            color: #454545;
            -webkit-transition: .5s;
            transition: .5s;
            margin-bottom: 8px
        }

            .documentation-box .documentation-content ul li:last-child {
                margin-bottom: 0
            }

            .documentation-box .documentation-content ul li:hover {
                color: #f1962f
            }

            .documentation-box .documentation-content ul li i {
                margin-right: 10px
            }

    .documentation-box .documentation-btn-wrap {
        position: relative;
        display: inline-block;
        float: left;
    }

.blog-box {
    margin-bottom: 24px;
    -webkit-transition: .5s;
    transition: .5s
}

    .blog-box:hover .btn-wrap .common-btn.btn-style-5::before {
        background: #f1962f;
        width: 100%;
        border-radius: 3px
    }

    .blog-box:hover .blog-img img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-filter: brightness(80%) hue-rotate(45deg);
        filter: brightness(80%) hue-rotate(45deg)
    }

    .blog-box.blog-box-style-2 {
        border: 1px solid #eee;
        border-radius: 5px
    }

        .blog-box.blog-box-style-2 .blog-img {
            width: 100%;
            max-width: 372px
        }

        .blog-box.blog-box-style-2 .blog-content {
            padding: 0 30px
        }

    .blog-box .blog-img {
        overflow: hidden;
        border-radius: 5px 0 0 5px
    }

        .blog-box .blog-img img {
            -webkit-transition: .3s cubic-bezier(.445,.05,.55,.95);
            transition: .3s cubic-bezier(.445,.05,.55,.95)
        }

    .blog-box .blog-content {
        padding: 22px 0 0
    }

        .blog-box .blog-content .meta-wrap {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .blog-box .blog-content .meta-wrap .meta-item p {
                font-size: 14px
            }

            .blog-box .blog-content .meta-wrap .meta-item i {
                margin-right: 5px
            }

        .blog-box .blog-content .blog-title h3 {
            font-style: normal;
            font-size: 20px;
            text-transform: capitalize;
            margin-top: 13px;
            margin-bottom: 13px;
            -webkit-transition: .3s;
            transition: .3s
        }

            .blog-box .blog-content .blog-title h3:hover {
                color: #f1962f
            }

        .blog-box .blog-content .blog-title p {
            line-height: 28px;
            margin-bottom: 15px
        }

        .blog-box .blog-content .btn-wrap i {
            font-size: 20px;
            color: #454545;
            margin-top: 4px;
            cursor: pointer
        }



@-webkit-keyframes zm {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zm {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.widget {
    color: #c1c1c1
}

    .widget:hover .title h2.footer-title::before, .widget:hover .title h3.footer-title::before {
        width: 7px
    }

    .widget:hover .title h2.footer-title::after, .widget:hover .title h3.footer-title::after {
        width: 25px;
        left: 12px
    }

    .widget .title h2, .widget .title h3 {
        font-style: normal;
        color: #fff;
        margin-bottom: 29px
    }

        .widget .title h2.footer-title, .widget .title h3.footer-title {
            position: relative;
            display: inline-block;
            z-index: 1
        }

            .widget .title h2.footer-title::before, .widget .title h3.footer-title::before {
                position: absolute;
                width: 25px;
                height: 3px;
                background: #fff;
                border-radius: 100px;
                content: "";
                left: 0;
                bottom: -8px;
                -webkit-transition: all .2s ease;
                transition: all .2s ease
            }

            .widget .title h2.footer-title::after, .widget .title h3.footer-title::after {
                position: absolute;
                width: 7px;
                height: 3px;
                background: #fff;
                border-radius: 100px;
                content: "";
                left: 30px;
                bottom: -8px;
                -webkit-transition: all .2s ease;
                transition: all .2s ease
            }

    .widget .title h3 {
        font-size: 22px
    }

    .widget .title h2 {
        font-size: 30px
    }

    .widget .content {
        padding-bottom: 22px;
        border-bottom: 1px solid #202020;
        margin-bottom: 15px
    }

        .widget .content p {
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 28px
        }

    .widget .link li {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 12px;
        -webkit-transition: .3s;
        transition: .3s;
        position: relative;
        padding-left: 0
    }

        .widget .link li::before {
            content: '';
            position: absolute;
            top: 12px;
            left: 0;
            width: 6px;
            height: 2px;
            background: #fff;
            opacity: 0;
            -webkit-transition: .3s;
            transition: .3s
        }

        .widget .link li:hover {
            color: #fff;
            padding-left: 10px
        }

            .widget .link li:hover::before {
                opacity: 1
            }

        .widget .link li:last-child {
            margin-bottom: 0
        }

.newsletter-wrap {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.07);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0;
}

@media(max-width:767px) {
    .newsletter-wrap {
        padding: 20px 10px
    }
}

.newsletter-wrap h2 {
    font-size: 25px;
    color: #fff
}

.newsletter-wrap form {
    position: relative;
    padding-left: 50px
}

    .newsletter-wrap form input {
        border: none;
        border-bottom: 1px solid #fff;
        background: 0 0;
        width: 100%;
        color: #fff
    }

    .newsletter-wrap form i {
        position: absolute;
        color: #fff;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 100%;
        font-size: 28px
    }

.footer-wrap {
    padding: 90px 0 65px
}

.border--top {
    border-top: 1px solid #202020
}

.copy-wrap {
    padding-bottom: 30px;
    padding-top: 6px;
    margin-top: 10px
}

    .copy-wrap .copy-social li {
        display: inline-block;
        margin-right: 20px
    }

        .copy-wrap .copy-social li:last-child {
            margin-right: 0
        }

        .copy-wrap .copy-social li i {
            width: 34px;
            height: 34px;
            background: rgba(255,255,255,.15);
            border-radius: 2px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            color: #fff;
            -webkit-transition: .4s;
            transition: .4s
        }

            .copy-wrap .copy-social li i:hover {
                background: #fff;
                color: #202020
            }

    .copy-wrap .copy-right-area p {
        font-weight: 500;
        font-size: 14px;
        color: #c1c1c1
    }

.about-wrap {
    max-width: 970px;
    background: #fff;
    -webkit-box-shadow: 5px 7px 40px rgba(69,69,69,.1);
    box-shadow: 5px 7px 40px rgba(69,69,69,.1);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -110px;
    position: relative;
    z-index: 2
}

    .about-wrap .down-icon {
        position: absolute;
        bottom: -25px;
        font-size: 23px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #fff;
        height: 56px;
        width: 56px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #f1962f;
        border-radius: 50%;
        -webkit-transition: .5s;
        transition: .5s
    }

        .about-wrap .down-icon:hover {
            background: #f1962f;
            color: #fff
        }

    .about-wrap .about-box {
        padding: 52px 38px;
        position: relative
    }

        .about-wrap .about-box:hover .about-content h3 {
            color: #f1962f
        }

        .about-wrap .about-box:nth-child(3):before {
            content: none
        }

        .about-wrap .about-box::before {
            position: absolute;
            right: 0;
            background: #eee;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 2px;
            height: 126px;
            content: ""
        }

        .about-wrap .about-box:last-child::before {
            display: none
        }

        .about-wrap .about-box .about-content h3 {
            font-size: 22px;
            color: #202020;
            margin-top: 7px;
            margin-bottom: 10px;
            -webkit-transition: .3s;
            transition: .3s
        }

        .about-wrap .about-box .about-icon {
            min-height: 65px
        }

.testimonial-area {
    position: relative;
    z-index: 2;
    margin-top: 75px
}

    .testimonial-area .testimonial-sp {
        left: 0;
        top: -20px;
        z-index: -5
    }

.testimonial-content-box {
    position: relative
}

    .testimonial-content-box .qt {
        color: #e9e9e9;
        position: absolute;
        right: 0;
        top: -12px;
        font-size: 59px
    }

    .testimonial-content-box li {
        display: inline-block;
        margin-right: 10px;
        color: #f1962f
    }

        .testimonial-content-box li:last-child {
            margin-right: 0
        }

    .testimonial-content-box p {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .testimonial-content-box h3 {
        font-style: normal;
        font-size: 22px;
        text-transform: capitalize;
        color: #454545
    }

.testimonial-relative {
    position: relative
}

.testimonial-content-wrap.slick-slider {
    position: unset
}

.testimonial-content-wrap .ts {
    position: absolute;
    left: 12px;
    bottom: 64px;
    width: 44px;
    height: 44px;
    border: 1.5px solid #f1962f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #f1962f;
    border-radius: 50%;
    cursor: pointer;
    font-size: 25px;
    -webkit-transition: .5s;
    transition: .5s
}

    .testimonial-content-wrap .ts:hover {
        background: #f1962f;
        color: #fff
    }

    .testimonial-content-wrap .ts.ts-2 {
        left: 76px
    }

.testimonial-image-box {
    overflow: hidden;
    border-radius: 5px
}

    .testimonial-image-box.slick-slide {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        -webkit-transition: .5s;
        transition: .5s
    }

        .testimonial-image-box.slick-slide.slick-current.slick-active.slick-center {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

.header-menu-area.header-menu-area-design-2 {
    border-bottom: none
}

    .header-menu-area.header-menu-area-design-2.sticky {
        background: #fff;
    }

        .header-menu-area.header-menu-area-design-2.sticky .main-nav > ul > li {
            /*padding: 25px 20px*/
        }

            .header-menu-area.header-menu-area-design-2.sticky .main-nav > ul > li.has-child-menu:after {
                top: 24px
            }

        .header-menu-area.header-menu-area-design-2.sticky .sub-menu {
            margin-top: -10px
        }

    .header-menu-area.header-menu-area-design-2 .main-nav > ul > li > a {
        font-weight: 500;
        color: #000;
    }

    .header-menu-area.header-menu-area-design-2 .main-nav > ul > li.has-child-menu:after {
        color: #1d1d1da1
    }

    .header-menu-area.header-menu-area-design-2 .menu-toggle-btn li {
        background: #04001d
    }

.herobanner-area {
    position: relative
}

    .herobanner-area.herobanner-design-2 {
        padding: 0px 0 60px;
        background: #fff;
        box-shadow: 0px 5px 40px #00000014;
    }

@media(max-width:767px) {
    .herobanner-area.herobanner-design-2 {
        padding: 0px 0 54px
    }
}

.herobanner-area.herobanner-design-2 .hero-img-2 {
    right: 0;
    bottom: 0;
    z-index: -1
}

.herobanner-area.herobanner-design-2 .hero-dot-shape-2 {
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.herobanner-area.herobanner-design-2 .hero-top-left-home-2 {
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-animation: zm 2.5s alternate infinite;
    animation: zm 2.5s alternate infinite
}

.herobanner-area.herobanner-design-2 .hero-content h1 {
    font-weight: 600;
    color: #202020
}

.herobanner-area.herobanner-design-2 .hero-content p {
    color: #202020
}

.herobanner-area.herobanner-design-2 .hero-content .hero-form {
    width: 100%;
    max-width: 740px;
    margin: 0 auto
}

    .herobanner-area.herobanner-design-2 .hero-content .hero-form .form-content .form-input-area input {
        -webkit-box-shadow: 0 0 30px rgba(69,69,69,.1);
        box-shadow: 0 0 30px rgba(69,69,69,.1);
        border-radius: 5px
    }

    .herobanner-area.herobanner-design-2 .hero-content .hero-form .form-content .form-input-area .nice-select {
        background: #08beab;
        border-radius: 0 5px 5px 0;
        border: none
    }

        .herobanner-area.herobanner-design-2 .hero-content .hero-form .form-content .form-input-area .nice-select:focus {
            border: none
        }

    .herobanner-area.herobanner-design-2 .hero-content .hero-form button {
        background: #202020;
        border-radius: 5px;
        color: #fff
    }

        .herobanner-area.herobanner-design-2 .hero-content .hero-form button:hover {
            background: #08beab
        }

.social-left-area {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 18px;
    max-width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 5px
}

@media(max-width:991px) {
    .social-left-area {
        display: none
    }
}

.social-left-area .social-text p {
    font-size: 20px;
    font-weight: 600;
    color: #454545;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    text-orientation: upright;
    letter-spacing: 4px;
    margin-left: 1px
}

.social-left-area .social-icon {
    margin: 30px auto
}

    .social-left-area .social-icon li {
        width: 34px;
        height: 34px;
        line-height: 30px;
        border-radius: 50%;
        border: 1.5px solid #454545;
        text-align: center;
        margin-bottom: 23px;
        -webkit-transition: .4s ease;
        transition: .4s ease
    }

        .social-left-area .social-icon li i {
            color: #454545
        }

        .social-left-area .social-icon li:hover {
            background: #454545
        }

            .social-left-area .social-icon li:hover i {
                color: #fff
            }

.social-left-area.social-style-2 .social-text p {
    color: #fff
}

.social-left-area.social-style-2 .social-icon {
    margin: 30px auto
}

    .social-left-area.social-style-2 .social-icon li {
        border: 1.5px solid #fff
    }

        .social-left-area.social-style-2 .social-icon li i {
            color: #fff
        }

        .social-left-area.social-style-2 .social-icon li:hover {
            background: #fff
        }

            .social-left-area.social-style-2 .social-icon li:hover i {
                color: #333
            }

.about-area {
    background: #fff;
    z-index: 1
}

    .about-area.about-design-1 {
        margin-top: -187px
    }

@media(max-width:767px) {
    .about-area.about-design-1 {
        margin-top: 50px
    }
}

@media(max-width:767px) {
    .about-area {
        margin-top: 0
    }
}

.about-area.about-curve {
    border-top-left-radius: 200px;
    position: relative
}

    .about-area.about-curve .about-right-curve {
        position: absolute;
        top: -198px;
        right: 0;
        z-index: 1
    }

@media(max-width:767px) {
    .about-area.about-curve .about-right-curve {
        display: none;
        visibility: hidden
    }
}

.about-wrap {
    margin-bottom: 25px
}

    .about-wrap.about-wrap-design-2 {
        max-width: unset;
        -webkit-box-shadow: 5px 7px 40px rgba(69,69,69,.06);
        box-shadow: 5px 7px 40px rgba(69,69,69,.06);
        border-radius: 10px;
        display: unset;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        margin-top: unset
    }

        .about-wrap.about-wrap-design-2 .about-box:hover .about-content h3 {
            color: #08beab
        }

        .about-wrap.about-wrap-design-2 .about-box::before {
            display: none
        }

.about-area-design-2 {
    position: relative
}

.about-wrap-design-2 {
    position: unset
}

    .about-wrap-design-2 .owl-item img {
        display: unset;
        width: unset
    }

    .about-wrap-design-2 .owl-stage-outer {
        position: unset
    }

    .about-wrap-design-2 .owl-nav button {
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: 2px solid #08beab;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #08beab;
        background: #fff;
        font-size: 25px;
        -webkit-transition: .5s;
        transition: .5s;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        left: 170px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 50%
    }

        .about-wrap-design-2 .owl-nav button:hover {
            background: #08beab;
            color: #fff
        }

        .about-wrap-design-2 .owl-nav button.owl-next {
            left: auto;
            right: 170px
        }

.documentation-box.documentation-knowledge-design-2 {
    background: #fff;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 30px 0 0;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .documentation-box.documentation-knowledge-design-2 .documentation-card-header {
        padding: 0 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .documentation-box.documentation-knowledge-design-2 .documentation-card-header h3 {
            font-weight: 600;
            font-size: 20px;
            letter-spacing: .02em;
            color: #202020
        }

        .documentation-box.documentation-knowledge-design-2 .documentation-card-header .documentation-icon {
            width: 38px;
            height: 38px;
            border: 1px solid #08beab;
            padding: 8px;
            border-radius: 50%;
            margin-right: 15px
        }

            .documentation-box.documentation-knowledge-design-2 .documentation-card-header .documentation-icon img {
                width: 100%;
                height: auto
            }

    .documentation-box.documentation-knowledge-design-2 .documentation-content {
        padding: 0 30px
    }

        .documentation-box.documentation-knowledge-design-2 .documentation-content ul {
            padding-bottom: 0;
            border-bottom: unset;
            margin-bottom: 25px;
            margin-top: 25px
        }

            .documentation-box.documentation-knowledge-design-2 .documentation-content ul li {
                font-size: 15px;
                margin-bottom: 14px
            }

                .documentation-box.documentation-knowledge-design-2 .documentation-content ul li:last-child {
                    margin-bottom: 0
                }

                .documentation-box.documentation-knowledge-design-2 .documentation-content ul li:hover {
                    color: #08beab
                }

    .documentation-box.documentation-knowledge-design-2 .documentation-knowledge-design-2-btn-wrap {
        background: rgba(8,190,171,.05);
        padding: 6px 30px;
        -webkit-transition: .5s;
        transition: .5s
    }

        .documentation-box.documentation-knowledge-design-2 .documentation-knowledge-design-2-btn-wrap .documentation-knowledge-btn {
            font-weight: 600;
            font-size: 16px;
            color: #696969
        }

        .documentation-box.documentation-knowledge-design-2 .documentation-knowledge-design-2-btn-wrap i {
            color: #696969;
            margin: 4px 0 0 5px
        }

    .documentation-box.documentation-knowledge-design-2:hover {
        -webkit-box-shadow: 5px 9px 30px rgba(69,69,69,.1);
        box-shadow: 5px 9px 30px rgba(69,69,69,.1);
        border: 1px solid #fff
    }

        .documentation-box.documentation-knowledge-design-2:hover .documentation-knowledge-design-2-btn-wrap {
            background: #08beab
        }

            .documentation-box.documentation-knowledge-design-2:hover .documentation-knowledge-design-2-btn-wrap .documentation-knowledge-btn {
                color: #fff
            }

            .documentation-box.documentation-knowledge-design-2:hover .documentation-knowledge-design-2-btn-wrap i {
                color: #fff
            }

.support-area.support-area-design-2 {
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(45.2%,rgba(8,190,171,0.3)),color-stop(56.25%,rgba(8,190,171,0.18)),to(rgba(255,255,255,0))),url(../images/support-bg-home-two.png);
    background: linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(8,190,171,0.3) 45.2%,rgba(8,190,171,0.18) 56.25%,rgba(255,255,255,0) 100%),url(../images/support-bg-home-two.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat
}

.support-box.support-box-design-2 {
    border: none;
    background: #04001d
}

    .support-box.support-box-design-2:hover::before {
        -webkit-transform: unset;
        transform: unset;
        -webkit-transform-origin: unset;
        transform-origin: unset;
        width: 100%;
        height: 100%
    }

    .support-box.support-box-design-2::before {
        background: #08beab;
        -webkit-transform: unset;
        transform: unset;
        -webkit-transform-origin: unset;
        transform-origin: unset;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
        -webkit-transition-timing-function: unset;
        transition-timing-function: unset;
        -webkit-transition-property: unset;
        transition-property: unset;
        width: 15px;
        height: 15px;
        left: 0;
        top: 0;
        border: unset;
        content: "";
        right: 0;
        bottom: 0
    }

.support-area-design-2 .common-btn.btn-style-3 {
    border: 1.5px solid #696969;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    background: 0 0
}

    .support-area-design-2 .common-btn.btn-style-3:hover {
        background: #08beab;
        color: #fff;
        border: 1.5px solid #08beab
    }

.documentation-tab-wrap-design-2 .nav-pills-design-2 {
    background: #161765;
    padding: 2px 0;
    border-radius: 50px;
    position: relative;
    z-index: 1
}

.documentation-tab-wrap-design-2 .nav-link {
    background: 0 0;
    border: none;
    padding: 8px 19px;
    border-radius: 30px;
    margin: 0 0;
    color: #fff;
    /**/
    font-style: normal;
    font-weight: 500;
    font-size: 16px
}

    .documentation-tab-wrap-design-2 .nav-link.active, .documentation-tab-wrap-design-2 .nav-pills .show > .nav-link {
        background: #fff;
        color: #08beab;
        border-radius: 30px
    }

        .documentation-tab-wrap-design-2 .nav-link.active::before, .documentation-tab-wrap-design-2 .nav-pills .show > .nav-link::before {
            display: none
        }

.documentation-box.documentation-box-design-2 {
    position: relative;
    z-index: 1;
    overflow: hidden
}

    .documentation-box.documentation-box-design-2 span {
        position: absolute;
        right: 0;
        bottom: 0;
        /* z-index: -1;*/
        background: #08beab;
        padding-left: 3px;
        /**/
        font-weight: 500;
        font-size: 18px;
        color: #fff;
        /* width: 38px;*/
        height: 38px;
        border-radius: 40px 40px 5px 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: .5s;
        transition: .5s;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    .documentation-box.documentation-box-design-2 .documentation-content p {
        margin-top: 0
    }

    .documentation-box.documentation-box-design-2 .documentation-content h2 {
        font-size: 17px;
    }

    .documentation-box.documentation-box-design-2 .documentation-content ul li:hover {
        color: #08beab
    }

    .documentation-box.documentation-box-design-2:hover span {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .documentation-box.documentation-box-design-2:hover .common-btn.btn-style-4 {
        color: #08beab
    }

        .documentation-box.documentation-box-design-2:hover .common-btn.btn-style-4::before {
            background: #08beab
        }

    .documentation-box.documentation-box-design-2:hover .documentation-btn-wrap i {
        color: #08beab
    }

.blog-box.blog-box-design-2:hover .btn-wrap .common-btn.btn-style-5::before {
    background: #08beab
}

.blog-box.blog-box-design-2 .blog-content .blog-title h3 {
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize
}

    .blog-box.blog-box-design-2 .blog-content .blog-title h3:hover {
        color: #08beab
    }

.blog-box.blog-box-design-2 .btn-wrap .common-btn.btn-style-5::before {
    background: rgba(8,190,171,.2)
}

.newsletter-wrap.newsletter-wrap-design-2 {
    background: #161765;
    -webkit-box-shadow: 5px 7px 40px rgba(145,145,145,.1);
    box-shadow: 5px 7px 40px rgba(145,145,145,.1);
    border-radius: 10px;
    margin-bottom: -23px;
    position: relative;
    z-index: 2
}

    .newsletter-wrap.newsletter-wrap-design-2 form input::-webkit-input-placeholder {
        color: #fff
    }

    .newsletter-wrap.newsletter-wrap-design-2 form input:-ms-input-placeholder {
        color: #fff
    }

    .newsletter-wrap.newsletter-wrap-design-2 form input::-ms-input-placeholder {
        color: #fff
    }

    .newsletter-wrap.newsletter-wrap-design-2 form input::placeholder {
        color: #fff
    }

.newsletter-wrap form i {
    top: 28%;
    left: 91%;
    cursor: pointer
}

.testimonial-area-design-2 .tes-sp-2 {
    left: 0;
    top: 0;
    z-index: -1
}

.testimonial-img-slide-box {
    position: relative
}

    .testimonial-img-slide-box.slick-active img {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .testimonial-img-slide-box img {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: all .5s;
        transition: all .5s
    }

    .testimonial-img-slide-box i {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 90px;
        height: 90px;
        background: #fff;
        -webkit-box-shadow: 5px 7px 40px rgba(145,145,145,.1);
        box-shadow: 5px 7px 40px rgba(145,145,145,.1);
        color: #08beab;
        font-size: 30px;
        border-radius: 50%;
        position: absolute;
        top: 107px;
        right: 14px
    }

.testimonial-content-slide-box {
    padding-bottom: 22px
}

    .testimonial-content-slide-box h2 {
        font-weight: 600;
        font-size: 25px;
        text-transform: capitalize;
        color: #202020
    }

    .testimonial-content-slide-box p {
        margin-top: 19px;
        margin-bottom: 17px
    }

    .testimonial-content-slide-box h3 {
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        text-transform: capitalize;
        color: #454545
    }

    .testimonial-content-slide-box span {
        font-weight: 400;
        font-size: 16px;
        color: #202020;
        margin-top: 4px;
        display: inline-block
    }

.testimonial-content-slide-wrap .tst {
    position: relative;
    width: 44px;
    height: 44px;
    border: 1.5px solid #08beab;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #08beab;
    border-radius: 50%;
    cursor: pointer;
    font-size: 25px;
    -webkit-transition: .5s;
    transition: .5s
}

    .testimonial-content-slide-wrap .tst:hover {
        background: #08beab;
        color: #fff
    }

    .testimonial-content-slide-wrap .tst.tst-1 {
        position: absolute;
        bottom: 0;
        left: 0
    }

    .testimonial-content-slide-wrap .tst.tst-2 {
        margin-left: 60px
    }

.faq-form-ques-box {
    background: #fff;
    -webkit-box-shadow: 5px 7px 40px rgba(145,145,145,.1);
    box-shadow: 5px 7px 40px rgba(145,145,145,.1);
    border-radius: 5px;
    padding: 17px 25px
}

    .faq-form-ques-box .ques-content-wrap .ques-content {
        padding-left: 20px
    }

        .faq-form-ques-box .ques-content-wrap .ques-content h3 {
            font-style: normal;
            font-weight: 600;
            font-size: 20px;
            text-transform: capitalize
        }

        .faq-form-ques-box .ques-content-wrap .ques-content p {
            font-size: 14px;
            color: #000
        }

    .faq-form-ques-box .faq-click-btn span {
        background: #08beab;
        border-radius: 5px;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        color: #fff;
        padding: 10px;
        -webkit-transition: .5s;
        transition: .5s;
        cursor: pointer;
        white-space: nowrap;
    }

        .faq-form-ques-box .faq-click-btn span:hover {
            background: #202020
        }

.faq-form {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    visibility: hidden;
    opacity: 0;
    position: absolute
}

    .faq-form.fq-active {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .5s ease-in;
        transition: all .5s ease-in;
        visibility: visible;
        opacity: 1;
        position: relative;
        margin-top: 30px
    }

.contat-input {
    position: relative
}

    .contat-input input, .contat-input textarea {
        border: 1px solid #eee;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 5px;
        width: 100%;
        padding: 8px 15px;
        margin-bottom: 30px
    }

    .contat-input .form-btn-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .contat-input .form-btn-wrap .form-btn {
            background: #08beab;
            border-radius: 5px;
            font-style: normal;
            font-weight: 500;
            font-size: 18px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #fff;
            padding: 12px 41px;
            border: none;
            -webkit-transition: .5s;
            transition: .5s
        }

            .contat-input .form-btn-wrap .form-btn:hover {
                background: #202020
            }

    .contat-input .form-message {
        position: absolute;
        top: 100%
    }

.faq-title h2 {
    font-weight: 500;
    font-size: 25px;
    color: #454545;
    margin-bottom: 22px
}

.faq-wrap .faq-item {
    margin-bottom: 24px;
    border: none
}

    .faq-wrap .faq-item:last-child {
        margin-bottom: 0
    }

.faq-wrap .accordion-button {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    background: #fff;
    -webkit-box-shadow: 5px 7px 40px rgba(145,145,145,.1);
    box-shadow: 5px 7px 40px rgba(145,145,145,.1);
    border-radius: 5px;
    color: #454545;
    cursor: pointer;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    padding: 10px;
    padding-right: 60px
}

    .faq-wrap .accordion-button:focus {
        z-index: unset;
        border-color: unset;
        outline: 0;
        background: #fff;
        -webkit-box-shadow: 5px 7px 40px rgba(145,145,145,.1);
        box-shadow: 5px 7px 40px rgba(145,145,145,.1)
    }

    .faq-wrap .accordion-button::after {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: unset;
        height: unset;
        margin-left: auto;
        background-image: none;
        background-repeat: unset;
        background-size: unset;
        font-family: bootstrap-icons !important;
        position: absolute;
        right: 22px;
        content: "\f4fe";
        -webkit-transition: unset;
        transition: unset;
        font-size: 20px;
        color: #08beab;
        width: 30px;
        height: 30px;
        background: rgba(8,190,171,.1);
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .faq-wrap .accordion-button:not(.collapsed)::after {
        background-image: none;
        -webkit-transform: unset;
        transform: unset;
        font-family: bootstrap-icons !important;
        content: "\f2ea";
        background: #fff
    }

    .faq-wrap .accordion-button:hover {
        background: #08beab;
        color: #fff
    }

        .faq-wrap .accordion-button:hover::after {
            color: #fff
        }

.faq-wrap .faq-body {
    font-weight: 400;
    font-size: 14px;
    background: #fff;
    /*font-family: inter,sans-serif;*/
    border: 1px solid #08beab;
    border-top: none;
    padding: 15px 25px;
    line-height: 28px
}

.faq-wrap .accordion-button:not(.collapsed) {
    -webkit-box-shadow: 5px 7px 40px rgba(145,145,145,.1);
    box-shadow: 5px 7px 40px rgba(145,145,145,.1);
    background: #08beab;
    color: #fff;
    border-radius: 5px 5px 0 0;
    font-weight: 400
}

.category-wrap {
    background: #fff;
    -webkit-box-shadow: 5px 7px 40px rgba(145,145,145,.1);
    box-shadow: 5px 7px 40px rgba(145,145,145,.1);
    border-radius: 5px;
    padding: 30px 20px
}

.category-title h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 24px
}

.category-list li {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #202020;
    -webkit-transition: .5s;
    transition: .5s;
    background: 0 0;
    border-radius: 2px 3px 3px 2px;
    overflow: hidden;
    border-left: 3px solid transparent;
    padding: 5px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0;
    cursor: pointer
}

    .category-list li:hover {
        background: rgba(8,190,171,.04);
        border-left: 3px solid #08beab;
        padding-left: 15px;
        font-weight: 500
    }

        .category-list li:hover i {
            visibility: visible
        }

    .category-list li:last-child {
        margin-bottom: 0
    }

    .category-list li i {
        color: #08beab;
        font-size: 20px;
        -webkit-transition: .3s;
        transition: .3s;
        visibility: hidden
    }

.input-card-wrap {
    padding: 60px 50px;
    background: #fff;
    -webkit-box-shadow: 5px 7px 40px rgba(69,69,69,.1);
    box-shadow: 5px 7px 40px rgba(69,69,69,.1);
    border-radius: 10px
}

.input-card-title h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px
}

.input-card-title p {
    color: #202020;
    margin-top: 18px
}

    .input-card-title p a {
        font-weight: 600
    }

.input-card-box form input, .input-card-box form button {
    width: 100%
}

.input-card-box form input {
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    color: #202020;
    padding: 11px 20px
}

.input-card-box form button {
    border: none;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    background: #08beab;
    border-radius: 5px;
    padding: 9px 10px;
    -webkit-transition: .5s;
    transition: .5s
}

    .input-card-box form button:hover {
        background: #202020
    }

.input-card-box h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #202020;
    position: relative;
    z-index: 1;
    margin: 40px 20px
}

    .input-card-box h3::before {
        position: absolute;
        left: 0;
        height: 2px;
        width: 42%;
        background: #696969;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "";
        z-index: -1
    }

    .input-card-box h3::after {
        position: absolute;
        right: 0;
        height: 2px;
        width: 42%;
        background: #696969;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "";
        z-index: -1
    }

.input-card-box .input-card-social li {
    background: #4285f4;
    border-radius: 5px;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    padding: 14px 0;
    position: relative;
    z-index: 1
}

    .input-card-box .input-card-social li:hover::before {
        width: 100%
    }

    .input-card-box .input-card-social li::before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        background: #dddddd24;
        width: 0;
        height: 100%;
        z-index: -1;
        -webkit-transition: .5s;
        transition: .5s
    }

    .input-card-box .input-card-social li:last-child {
        margin-bottom: 0;
        background: #4267b2
    }

    .input-card-box .input-card-social li i {
        margin-right: 10px;
        font-size: 22px
    }

.input-card-box p {
    color: #202020
}

    .input-card-box p a {
        font-weight: 600
    }

.input-card-wrap.input-card-wrap-design-2 .input-card-box form input.form-control-pass {
    display: block;
    margin-top: 24px
}

.input-card-wrap.input-card-wrap-design-2 .input-card-box form .field-icon {
    float: right;
    padding-right: 20px;
    margin-top: -36px;
    position: relative;
    z-index: 2;
    cursor: pointer
}

.input-card-wrap.input-card-wrap-design-2 .input-card-box form a {
    font-weight: 500;
    font-size: 14px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #08beab;
    margin-top: 13px;
    display: inline-block
}

.blog-category-box {
    background: #fff;
    -webkit-box-shadow: 5px 7px 40px rgba(69,69,69,.1);
    box-shadow: 5px 7px 40px rgba(69,69,69,.1);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 9px 14px
}

    .blog-category-box .blog-category-btn-wrap .nav-link {
        border: none;
        border-radius: 50%;
        margin: 0 15px 0 0;
        width: 36px;
        height: 36px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 20px;
        color: #08beab;
        background: rgba(8,190,171,.1)
    }

        .blog-category-box .blog-category-btn-wrap .nav-link.active, .blog-category-box .blog-category-btn-wrap .nav-pills .show > .nav-link {
            color: #fff;
            background: #08beab;
            position: relative
        }

    .blog-category-box .category-select-wrap .nice-select {
        background: 0 0;
        border: none;
        padding: 0 18px 0 0;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        color: #454545
    }

        .blog-category-box .category-select-wrap .nice-select:after {
            border-bottom: 2px solid #454545;
            border-right: 2px solid #454545;
            height: 7px;
            margin-top: -5px;
            width: 7px;
            right: 0
        }

.blog-search {
    margin-bottom: 30px;
    -webkit-box-shadow: 5px 7px 40px rgba(69,69,69,.1);
    box-shadow: 5px 7px 40px rgba(69,69,69,.1);
    padding: 20px
}

    .blog-search h3 {
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        color: #2d373c;
        border-bottom: 1px solid #eee;
        padding-bottom: 12px;
        margin: 0 -20px 20px;
        padding-left: 20px
    }

    .blog-search form {
        position: relative;
        border-radius: 5px;
        overflow: hidden
    }

        .blog-search form input {
            background: #f6f9ff;
            border: 1px solid #eee;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            color: #202020;
            width: 100%;
            padding: 9px 86px 9px 15px
        }

            .blog-search form input::-webkit-input-placeholder {
                color: #c1c1c1
            }

            .blog-search form input:-ms-input-placeholder {
                color: #c1c1c1
            }

            .blog-search form input::-ms-input-placeholder {
                color: #c1c1c1
            }

            .blog-search form input::placeholder {
                color: #c1c1c1
            }

        .blog-search form button {
            background: #08beab;
            position: absolute;
            height: 100%;
            right: 0;
            top: 0;
            border: none;
            font-weight: 700;
            font-size: 12px;
            color: #fff;
            border-radius: 0 ​5px 5px 0p;
            padding: 0 18px;
            -webkit-transition: .4s;
            transition: .4s
        }

            .blog-search form button:hover {
                background: #202020
            }

.category-wrap.category-wrap-design-2 {
    padding: 20px 0;
    margin-bottom: 30px;
    -webkit-box-shadow: 5px 7px 40px rgba(69,69,69,.1);
    box-shadow: 5px 7px 40px rgba(69,69,69,.1);
    position: relative
}

    .category-wrap.category-wrap-design-2:last-child {
        margin-bottom: 0
    }

    .category-wrap.category-wrap-design-2 .category-title {
        padding-left: 15px;
        border-bottom: 1px solid #eee;
        padding-bottom: 12px;
        margin-bottom: 15px
    }

        .category-wrap.category-wrap-design-2 .category-title h3 {
            font-style: normal;
            font-weight: 500;
            font-size: 20px;
            color: #202020;
            margin-bottom: 0
        }

    .category-wrap.category-wrap-design-2 .category-content-wrap {
        padding: 0 15px
    }

        .category-wrap.category-wrap-design-2 .category-content-wrap .category-blog-list li {
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            color: #454545;
            margin-bottom: 12px;
            -webkit-transition: .3s;
            transition: .3s
        }

            .category-wrap.category-wrap-design-2 .category-content-wrap .category-blog-list li:hover {
                color: #08beab
            }

            .category-wrap.category-wrap-design-2 .category-content-wrap .category-blog-list li:last-child {
                margin-bottom: 0
            }

            .category-wrap.category-wrap-design-2 .category-content-wrap .category-blog-list li span {
                float: right
            }

            .category-wrap.category-wrap-design-2 .category-content-wrap .category-blog-list li i {
                margin-right: 15px;
                font-size: 14px
            }

        .category-wrap.category-wrap-design-2 .category-content-wrap .category-post-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 25px
        }

            .category-wrap.category-wrap-design-2 .category-content-wrap .category-post-list:hover .category-post-img img {
                -webkit-transform: scale(1.02);
                transform: scale(1.02);
                -webkit-filter: grayscale(70%);
                filter: grayscale(70%)
            }

            .category-wrap.category-wrap-design-2 .category-content-wrap .category-post-list:hover .category-post-content h4 {
                color: #08beab
            }

            .category-wrap.category-wrap-design-2 .category-content-wrap .category-post-list:last-child {
                margin-bottom: 0
            }

            .category-wrap.category-wrap-design-2 .category-content-wrap .category-post-list .category-post-img {
                overflow: hidden;
                border-radius: 2px;
                width: 100%;
                max-width: 75px
            }

                .category-wrap.category-wrap-design-2 .category-content-wrap .category-post-list .category-post-img img {
                    -webkit-transition: .3s;
                    transition: .3s
                }

            .category-wrap.category-wrap-design-2 .category-content-wrap .category-post-list .category-post-content {
                padding-left: 20px
            }

                .category-wrap.category-wrap-design-2 .category-content-wrap .category-post-list .category-post-content h4 {
                    font-style: normal;
                    font-weight: 500;
                    font-size: 16px;
                    color: #1d1d1d;
                    margin-bottom: 4px;
                    -webkit-transition: .4s;
                    transition: .4s
                }

                .category-wrap.category-wrap-design-2 .category-content-wrap .category-post-list .category-post-content p {
                    font-weight: 400;
                    font-size: 14px;
                    color: #6b6b6b
                }

        .category-wrap.category-wrap-design-2 .category-content-wrap .category-tag-list li {
            display: inline-block;
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            color: #454545;
            border: 1px solid #eee;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border-radius: 2px;
            padding: 2px 11px;
            margin: 0 10px 15px 0;
            -webkit-transition: .5s;
            transition: .5s
        }

            .category-wrap.category-wrap-design-2 .category-content-wrap .category-tag-list li:hover {
                background: #08beab;
                color: #fff
            }

.error-wrap .error-content h1 {
    font-weight: 600;
    font-size: 40px;
    text-transform: capitalize;
    color: #1d1d1d
}

.error-wrap .error-content p {
    color: #6b6b6b;
    margin-top: 19px;
    margin-bottom: 42px
}

.error-wrap .error-content .back-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .error-wrap .error-content .back-btn-wrap .back-btn {
        background: #08beab;
        border-radius: 5px;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        color: #fff;
        padding: 16px 35px;
        -webkit-transition: .5s;
        transition: .5s
    }

        .error-wrap .error-content .back-btn-wrap .back-btn:hover {
            background: #202020
        }

        .error-wrap .error-content .back-btn-wrap .back-btn i {
            margin-right: 5px
        }

.contact-wrap {
    background: #fff;
    -webkit-box-shadow: 5px 7px 40px rgba(69,69,69,.1);
    box-shadow: 5px 7px 40px rgba(69,69,69,.1);
    border-radius: 5px;
    padding: 15px
}

.contact-form-box h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 30px
}

.contact-form-box p {
    margin-top: 11px;
    margin-bottom: 33px
}

.contat-input.contat-input-design-2 label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #454545;
    display: inline-block;
    line-height: 1;
    margin-bottom: 17px
}

.contat-input.contat-input-design-2 input, .contat-input.contat-input-design-2 textarea {
    padding: 12px 15px
}

.contat-input.contat-input-design-2 .form-btn-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

    .contat-input.contat-input-design-2 .form-btn-wrap button {
        padding: 11px 28px
    }

.address-wrap .contact-address-box {
    background: #fafafa;
    border-radius: 5px;
    padding: 25px;
    margin-bottom: 24px;
    -webkit-transition: .5s;
    transition: .5s
}

    .address-wrap .contact-address-box:hover {
        -webkit-box-shadow: 5px 7px 40px rgba(69,69,69,.1);
        box-shadow: 5px 7px 40px rgba(69,69,69,.1);
        background: #fff
    }

        .address-wrap .contact-address-box:hover i {
            color: #fff;
            background: #08beab
        }

    .address-wrap .contact-address-box:last-child {
        margin-bottom: 0
    }

    .address-wrap .contact-address-box i {
        width: 46px;
        height: 46px;
        background: rgba(8,190,171,.1);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 20px;
        border-radius: 50%;
        color: #08beab;
        margin-bottom: 11px;
        -webkit-transition: .4s;
        transition: .4s
    }

    .address-wrap .contact-address-box h3 {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        color: #454545
    }

    .address-wrap .contact-address-box p {
        margin-bottom: 8px
    }

    .address-wrap .contact-address-box span {
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        color: #202020
    }

        .address-wrap .contact-address-box span.address-map {
            margin-top: 8px;
            display: inline-block
        }

.details-wrap {
    margin-bottom: 31px
}

    .details-wrap:last-child {
        margin-bottom: 0
    }

    .details-wrap .blog-box {
        margin-bottom: 0
    }

        .details-wrap .blog-box.blog-box-design-2 .blog-content .blog-title h3 {
            font-size: 30px
        }

        .details-wrap .blog-box.blog-box-design-2 .blog-content .blog-title p {
            margin-bottom: 17px;
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            color: #696969
        }

.details-quote-wrap {
    background: #f6f9ff;
    padding: 28px 35px;
    position: relative
}

    .details-quote-wrap i {
        color: #08beab;
        position: absolute;
        right: 35px;
        bottom: 20px;
        font-size: 25px
    }

    .details-quote-wrap h3 {
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        margin-top: 15px
    }

.details-video-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 5px
}

    .details-video-wrap .video-play {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

        .details-video-wrap .video-play .video-icon {
            width: 37px;
            height: 37px;
            background: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-radius: 50%;
            position: relative
        }

            .details-video-wrap .video-play .video-icon i {
                font-size: 25px;
                color: #08beab
            }

            .details-video-wrap .video-play .video-icon:before {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                border-radius: 50%;
                background: rgba(255,255,255,.5);
                -webkit-animation: ripple-1 2s infinite ease-in-out;
                animation: ripple-1 2s infinite ease-in-out;
                z-index: -1
            }

            .details-video-wrap .video-play .video-icon:after {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                border-radius: 50%;
                background: rgba(255,255,255,.3);
                z-index: -1;
                -webkit-animation: ripple-2 2s infinite ease-in-out;
                animation: ripple-2 2s infinite ease-in-out;
                -webkit-animation-delay: .5s;
                animation-delay: .5s
            }

.details-video-content h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    margin-top: 17px
}

.blog-details-content h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px
}

.blog-details-content p {
    margin-bottom: 20px;
    margin-top: 22px
}

    .blog-details-content p:last-child {
        margin-bottom: 0;
        margin-top: 0
    }

@-webkit-keyframes ripple-1 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
        opacity: 0
    }
}

@keyframes ripple-1 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
        opacity: 0
    }
}

@-webkit-keyframes ripple-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.9);
        transform: scale(1.9);
        opacity: 0
    }
}

@keyframes ripple-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.9);
        transform: scale(1.9);
        opacity: 0
    }
}

.share-wrap {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px
}

    .share-wrap .share-social li {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        color: #00152b;
        display: inline-block;
        margin-right: 5px;
        line-height: 1
    }

        .share-wrap .share-social li:last-child {
            margin-right: 0
        }

        .share-wrap .share-social li i {
            width: 24px;
            height: 24px;
            background: #fff;
            color: #00152b;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-radius: 50%;
            -webkit-transition: .3s;
            transition: .3s;
            font-size: 16px
        }

            .share-wrap .share-social li i:hover {
                background: #08beab;
                color: #fff
            }

    .share-wrap .details-next-button li {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        color: #454545;
        line-height: 1;
        margin-right: 20px;
        display: inline-block;
        -webkit-transition: .3s ease;
        transition: .3s ease
    }

        .share-wrap .details-next-button li:last-child {
            margin-right: 0
        }

            .share-wrap .details-next-button li:last-child i {
                margin-right: 0;
                margin-left: 10px
            }

        .share-wrap .details-next-button li:hover {
            color: #202020
        }

        .share-wrap .details-next-button li i {
            margin-right: 10px
        }

        .share-wrap .details-next-button li:hover {
            color: #08beab
        }

.eg-table {
    width: 100%;
    border-collapse: collapse
}

    .eg-table thead {
        background: #fff
    }

        .eg-table thead tr th {
            font-size: 1rem;
            font-weight: 600;
            opacity: 1;
            vertical-align: top;
            text-align: center;
            border-width: 0
        }

@media(max-width:767px) {
    .eg-table thead tr th {
        display: none
    }
}

.eg-table tbody tr td {
    font-weight: 400;
    color: #454545;
    text-align: center;
    vertical-align: middle
}

@media(max-width:767px) {
    .eg-table tbody tr td {
        display: block;
        width: 100%;
        text-align: right;
        padding-left: 50%;
        position: relative
    }
}

@media(max-width:767px) {
    .eg-table tbody tr {
        display: block;
        width: 100%;
        margin-bottom: 20px
    }
}

@media(max-width:767px) {
    .eg-table tbody {
        display: block;
        width: 100%
    }
}

@media(max-width:767px) {
    .eg-table {
        display: block;
        width: 100%
    }
}

@media(max-width:767px) {
    .eg-table td:before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        text-align: left;
        font-size: 14px;
        font-weight: 500;
        color: #454545;
    }
}

.topic-section .topic-table-title {
    font-size: 30px;
    color: #202020;
    font-weight: 500;
    margin-bottom: 42px
}

.topic-section .recent-topic-table thead tr th {
    background-color: #f7f9ff;
    font-size: 14px;
    font-weight: 400;
    color: #454545;
    padding: 19px
}

    .topic-section .recent-topic-table thead tr th:first-child {
        text-align: left
    }

@media(max-width:767px) {
    .topic-section .recent-topic-table thead tr th:first-child {
        text-align: center
    }
}

.topic-section .recent-topic-table thead tr:hover {
    -webkit-box-shadow: 5px 7px 40px rgba(145,145,145,.1);
    box-shadow: 5px 7px 40px rgba(145,145,145,.1)
}

.topic-section .recent-topic-table tbody tr {
    border-bottom: 2px solid #eee;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

    .topic-section .recent-topic-table tbody tr td {
        padding: 20px 0
    }

        .topic-section .recent-topic-table tbody tr td:first-child {
            max-width: 232px
        }

@media(max-width:767px) {
    .topic-section .recent-topic-table tbody tr td:first-child {
        max-width: 100%;
        min-width: 100%
    }

        .topic-section .recent-topic-table tbody tr td:first-child::before {
            display: none
        }
}

.topic-section .recent-topic-table tbody tr td:nth-child(2), .topic-section .recent-topic-table tbody tr td:nth-child(3) {
    font-weight: 500;
    color: #202020;
}

.topic-section .recent-topic-table tbody tr:hover {
    border-bottom: 2px solid #fff;
    -webkit-box-shadow: 5px 7px 40px rgba(145,145,145,.1);
    box-shadow: 5px 7px 40px rgba(145,145,145,.1)
}

    .topic-section .recent-topic-table tbody tr:hover .img-bottom-dash {
        opacity: 1
    }

.topic-section .topic-author {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

@media(max-width:767px) {
    .topic-section .topic-author {
        text-align: left;
        display: block
    }
}

.topic-section .topic-author .topic-author-img {
    max-width: 80px;
    width: 100%;
    height: 80px;
    position: relative
}

@media(max-width:767px) {
    .topic-section .topic-author .topic-author-img {
        max-width: 65px;
        margin-left: 30px;
        display: none
    }
}

.topic-section .topic-author .topic-author-img img {
    width: 100%;
    height: auto;
    border-radius: 50%
}

.topic-section .topic-author .topic-author-img .img-bottom-dash {
    position: absolute;
    bottom: -21px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 12px;
    height: 2px;
    background-color: #f1962f;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    opacity: 0
}

    .topic-section .topic-author .topic-author-img .img-bottom-dash::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: -12px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 12px;
        height: 2px;
        background-color: #08beab
    }

    .topic-section .topic-author .topic-author-img .img-bottom-dash::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: -24px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 12px;
        height: 2px;
        background-color: #08beab
    }

.topic-section .topic-author .topic-author-content {
    text-align: left
}

@media(max-width:767px) {
    .topic-section .topic-author .topic-author-content {
        text-align: left
    }
}

.topic-section .topic-author .topic-author-content h5 {
    font-size: 20px;
    color: #454545;
    font-weight: 500
}

.topic-section .topic-author .topic-author-content p {
    font-size: 14px;
    font-weight: 400;
    font-family: inter,sans-serif;
    color: #696969;
    line-height: 24px
}

.topic-section .topic-last-post span {
    font-size: 14px;
    color: #000;
    font-weight: 400
}

.topic-section .topic-last-post .last-post-img {
    max-width: 44px;
    max-height: 44px;
    margin: 5px auto 0
}

@media(max-width:767px) {
    .topic-section .topic-last-post .last-post-img {
        margin: 5px 0 5px auto;
        display: none
    }
}

.topic-section .topic-last-post .last-post-img img {
    border-radius: 50%;
    width: 100%;
    height: 100%
}

.widget-list-title {
    font-size: 20px;
    font-weight: 500;
    color: "Rubik",sans-serif;
    margin-bottom: 12px;
    padding-left: 20px
}

.widget-card {
    padding: 30px 0 10px;
    border-radius: 5px;
    -webkit-box-shadow: 5px 7px 40px rgba(145,145,145,.1);
    box-shadow: 5px 7px 40px rgba(145,145,145,.1);
    background-color: #fff;
    margin-bottom: 30px
}

    .widget-card:last-child {
        margin-bottom: 0
    }

.widget-list-d1 li {
    padding: 0 20px;
    display: block;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    position: relative
}

.widget-list-d1 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #454545;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    padding: 11px 0;
    border-bottom: 1px solid #eee
}

    .widget-list-d1 li:last-child a {
        border-bottom: 1px solid #fff
    }

    .widget-list-d1 li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        /* background: #9f9f9f61; */
        width: 2px;
        height: 50px;
        opacity: 0;
        -webkit-transition: .5s ease;
        transition: .5s ease
    }

    .widget-list-d1 li:hover {
        /* background: rgb(190 126 8 / 10%); */
    }

        .widget-list-d1 li:hover::before {
            opacity: 1
        }

        .widget-list-d1 li:hover a {
            padding-left: 10px;
            font-weight: 500
        }

.widget-list-d2 li {
    padding: 0 20px;
    display: block;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

    .widget-list-d2 li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
        font-weight: 400;
        color: #454545;
        -webkit-transition: .3s ease;
        transition: .3s ease;
        padding: 11px 0;
        border-bottom: 1px solid #eee
    }

    .widget-list-d2 li:hover a {
        border-bottom: 1px solid rgba(8,190,171,.4);
        color: #08beab
    }

    .widget-list-d2 li:last-child a {
        border-bottom: 1px solid #fff
    }

.ask-form-section .ask-form-header {
    border-radius: 5px 5px 0 0;
    background-color: #f7f9ff;
    padding: 10px 20px;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:576px) {
    .ask-form-section .ask-form-header {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media(max-width:576px) {
    .ask-form-section .ask-form-header .topic-select {
        margin-top: 3px
    }
}

.ask-form-section .ask-form-header .nice-select {
    background-color: #f7f9ff;
    border-radius: 5px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    min-width: 100px
}

    .ask-form-section .ask-form-header .nice-select .list {
        border-radius: 0 0 3px 3px;
        top: 40px;
        position: absolute;
        right: 0
    }

    .ask-form-section .ask-form-header .nice-select .option {
        font-size: 14px;
        padding: 0 15px
    }

        .ask-form-section .ask-form-header .nice-select .option:hover {
            background-color: #f7f9ff
        }

        .ask-form-section .ask-form-header .nice-select .option.selected.focus {
            background-color: #f7f9ff
        }

.ask-form-area input {
    margin-bottom: 10px
}

.ask-form-area input, .ask-form-area textarea {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 9px 15px;
    width: 100%
}

    .ask-form-area input::-webkit-input-placeholder, .ask-form-area textarea::-webkit-input-placeholder {
        font-size: 14px;
        font-weight: 400;
        color: #696969;
        font-family: inter,sans-serif
    }

    .ask-form-area input:-ms-input-placeholder, .ask-form-area textarea:-ms-input-placeholder {
        font-size: 14px;
        font-weight: 400;
        color: #696969;
        font-family: inter,sans-serif
    }

    .ask-form-area input::-ms-input-placeholder, .ask-form-area textarea::-ms-input-placeholder {
        font-size: 14px;
        font-weight: 400;
        color: #696969;
        font-family: inter,sans-serif
    }

    .ask-form-area input::placeholder, .ask-form-area textarea::placeholder {
        font-size: 14px;
        font-weight: 400;
        color: #696969;
        font-family: inter,sans-serif
    }

.ask-form-area .form-submit-btn {
    background-color: #08beab;
    border-radius: 5px;
    text-align: center;
    /*padding: 12px 42px;*/
    padding: 6px 11px;
    color: #fff;
    display: inline-block;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    font-size: 18px;
    font-weight: 500;
    border: none;
    outline: none;
    margin-top: 20px;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

@media(max-width:576px) {
    .ask-form-area .form-submit-btn {
        padding: 8px 35px
    }
}

.ask-form-area .form-submit-btn:hover {
    background-color: #222
}

.suggest-topic-section .suggest-table-title {
    font-size: 30px;
    color: #202020;
    font-weight: 500;
    margin-bottom: 42px
}

.suggest-topic-section .suggest-topic-table thead tr th {
    background-color: #f7f9ff;
    font-size: 14px;
    font-weight: 400;
    color: #454545;
    padding: 19px
}

    .suggest-topic-section .suggest-topic-table thead tr th:first-child {
        text-align: left
    }

@media(max-width:767px) {
    .suggest-topic-section .suggest-topic-table thead tr th:first-child {
        text-align: center
    }
}

.suggest-topic-section .suggest-topic-table tbody tr {
    border-bottom: 2px solid #eee;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

    .suggest-topic-section .suggest-topic-table tbody tr td {
        padding: 20px 0
    }

        .suggest-topic-section .suggest-topic-table tbody tr td:first-child {
            max-width: 232px
        }

@media(max-width:767px) {
    .suggest-topic-section .suggest-topic-table tbody tr td:first-child {
        max-width: 100%;
        min-width: 100%
    }
}

.suggest-topic-section .suggest-topic-table tbody tr td:nth-child(2), .suggest-topic-section .suggest-topic-table tbody tr td:nth-child(3) {
    font-weight: 500;
    color: #202020;
}

.suggest-topic-section .suggest-topic-table tbody tr:hover {
    border-bottom: 2px solid #fff;
    -webkit-box-shadow: 5px 7px 40px rgba(145,145,145,.1);
    box-shadow: 5px 7px 40px rgba(145,145,145,.1)
}

    .suggest-topic-section .suggest-topic-table tbody tr:hover .img-bottom-dash {
        opacity: 1
    }

.suggest-topic-section .topic-author {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

@media(max-width:767px) {
    .suggest-topic-section .topic-author {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.suggest-topic-section .topic-author .topic-author-img {
    max-width: 80px;
    width: 100%;
    height: 80px;
    position: relative
}

@media(max-width:767px) {
    .suggest-topic-section .topic-author .topic-author-img {
        max-width: 65px;
        margin-left: 30px
    }
}

.suggest-topic-section .topic-author .topic-author-img img {
    width: 100%;
    height: auto;
    border-radius: 50%
}

.suggest-topic-section .topic-author .topic-author-img .img-bottom-dash {
    position: absolute;
    bottom: -21px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 12px;
    height: 2px;
    background-color: #f1962f;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    opacity: 0
}

@media(max-width:767px) {
    .suggest-topic-section .topic-author .topic-author-img .img-bottom-dash {
        bottom: 0
    }
}

.suggest-topic-section .topic-author .topic-author-img .img-bottom-dash::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -12px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 12px;
    height: 2px;
    background-color: #08beab
}

.suggest-topic-section .topic-author .topic-author-img .img-bottom-dash::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -24px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 12px;
    height: 2px;
    background-color: #08beab
}

.suggest-topic-section .topic-author .topic-author-content {
    text-align: left
}

@media(max-width:767px) {
    .suggest-topic-section .topic-author .topic-author-content {
        text-align: right
    }
}

.suggest-topic-section .topic-author .topic-author-content h5 {
    font-size: 20px;
    color: #454545;
    font-weight: 500
}

.suggest-topic-section .topic-author .topic-author-content p {
    font-size: 14px;
    font-weight: 400;
    font-family: inter,sans-serif;
    color: #696969;
    line-height: 24px
}

.suggest-topic-section .topic-last-post span {
    font-size: 14px;
    color: #000;
    font-weight: 400
}

.suggest-topic-section .topic-last-post .last-post-img {
    max-width: 44px;
    max-height: 44px;
    margin: 5px auto 0
}

@media(max-width:767px) {
    .suggest-topic-section .topic-last-post .last-post-img {
        margin: 5px 0 5px auto
    }
}

.suggest-topic-section .topic-last-post .last-post-img img {
    border-radius: 50%;
    width: 100%;
    height: 100%
}

.suggest-topic-section .widget-list-d2 li {
    padding: 0 20px;
    display: block;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

    .suggest-topic-section .widget-list-d2 li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
        font-weight: 400;
        color: #454545;
        -webkit-transition: .3s ease;
        transition: .3s ease;
        padding: 11px 0;
        border-bottom: 1px solid #eee
    }

    .suggest-topic-section .widget-list-d2 li:hover a {
        border-bottom: 1px solid rgba(8,190,171,.4);
        color: #08beab
    }

    .suggest-topic-section .widget-list-d2 li:last-child a {
        border-bottom: 1px solid #fff
    }

.topic-post {
    padding: 30px 25px 0;
    -webkit-box-shadow: 5px 7px 40px rgba(145,145,145,.1);
    box-shadow: 5px 7px 40px rgba(145,145,145,.1);
    border-radius: 5px;
    margin-bottom: 45px
}

    .topic-post .topic-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 27px
    }

        .topic-post .topic-header .topic-img {
            max-width: 70px;
            height: auto;
            margin-right: 20px
        }

@media(max-width:767px) {
    .topic-post .topic-header .topic-img {
        margin-bottom: 10px
    }
}

.topic-post .topic-header .topic-img img {
    width: 100%;
    height: auto;
    border-radius: 50%
}

.topic-post .topic-header .topic-title h4 {
    font-size: 25px;
    font-weight: 500;
    color: #202020;
    margin-bottom: 8px
}

.topic-post .topic-header .topic-post-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: center
}

    .topic-post .topic-header .topic-post-date span {
        font-size: 14px;
        font-weight: 400;
        font-family: inter,sans-serif;
        margin-top: 3px;
        margin-left: 10px;
        color: #454545
    }

.topic-post .topic-body {
    padding-bottom: 30px
}

    .topic-post .topic-body p {
        font-size: 16px;
        font-weight: 400;
        font-family: inter,sans-serif;
        color: #696969;
        line-height: 28px
    }

    .topic-post .topic-body h6 {
        font-size: 16px;
        font-weight: 500;
        color: #454545;
        margin-top: 16px
    }

.topic-post .topic-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #eee;
    padding: 20px 0
}

    .topic-post .topic-footer p {
        font-size: 16px;
        font-family: inter,sans-serif;
        font-weight: 400
    }

    .topic-post .topic-footer .comment-notification {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: .3s ease;
        transition: .3s ease
    }

        .topic-post .topic-footer .comment-notification img {
            margin-right: 10px
        }

@media(max-width:767px) {
    .topic-post .topic-footer .comment-notification {
        margin-top: 10px
    }
}

.topic-post .topic-footer .comment-notification:hover {
    color: #08beab
}

.topic-details-tag {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .topic-details-tag li {
        font-size: 16px;
        font-weight: 500;
        color: #454545;
        margin-right: 8px;
        -webkit-transition: .4s ease;
        transition: .4s ease
    }

        .topic-details-tag li:hover {
            color: #08beab
        }

.comment-link {
    margin-bottom: 45px
}

    .comment-link span {
        font-size: 16px;
        font-weight: 400;
        color: #696969;
        font-family: #696969
    }

        .comment-link span a {
            font-weight: 500;
            border-bottom: 1.5px solid #696969;
            margin-left: 4px;
            -webkit-transition: .3s ease;
            transition: .3s ease
        }

            .comment-link span a:hover {
                color: #08beab;
                border-bottom: 1.5px solid #08beab
            }

.all-comments-area {
    border-radius: 5px 5px 0 0;
    background-color: #f7f9ff;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:576px) {
    .all-comments-area {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media(max-width:576px) {
    .all-comments-area .topic-select {
        margin-top: 3px
    }
}

.all-comments-area .nice-select {
    background-color: #f7f9ff;
    border-radius: 5px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    min-width: 100px
}

    .all-comments-area .nice-select .list {
        border-radius: 0 0 3px 3px;
        top: 40px;
        position: absolute;
        right: 0
    }

    .all-comments-area .nice-select .option {
        font-size: 14px;
        padding: 0 15px
    }

        .all-comments-area .nice-select .option:hover {
            background-color: #f7f9ff
        }

        .all-comments-area .nice-select .option.selected.focus {
            background-color: #f7f9ff
        }

.topic-comment-box {
    margin-top: 30px
}

    .topic-comment-box .comment-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 13px
    }

        .topic-comment-box .comment-header .author-img {
            max-width: 50px;
            height: auto;
            margin-right: 15px
        }

            .topic-comment-box .comment-header .author-img img {
                width: 100%;
                height: auto;
                border-radius: 50%
            }

        .topic-comment-box .comment-header .author-name h5 {
            font-size: 20px;
            font-weight: 500;
            color: #1d1d1d
        }

        .topic-comment-box .comment-header .author-name span {
            font-size: 1rem;
            color: #696969;
            font-family: inter,sans-serif;
            font-weight: 400
        }

    .topic-comment-box .comment-body p {
        font-size: 1rem;
        font-weight: 400;
        font-family: inter,sans-serif;
        color: #696969;
        line-height: 28px
    }

    .topic-comment-box .comment-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #eee;
        margin-top: -8px;
        padding: 20px 0
    }

        .topic-comment-box .comment-footer button {
            border: none;
            outline: none;
            background: 0 0;
            font-size: 12px;
            font-weight: 700;
            -webkit-transition: .3s ease;
            transition: .3s ease
        }

            .topic-comment-box .comment-footer button:hover {
                color: #08beab
            }

    .topic-comment-box .comment-footer-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .topic-comment-box .comment-footer-icon li {
            margin-right: 15px;
            border: 1px solid #696969;
            width: 26px;
            height: 26px;
            line-height: 22px;
            text-align: center;
            border-radius: 50%;
            -webkit-transition: .3s ease;
            transition: .3s ease
        }

            .topic-comment-box .comment-footer-icon li i {
                font-size: 12px
            }

            .topic-comment-box .comment-footer-icon li:hover {
                background-color: #08beab;
                border: 1px solid #fff
            }

                .topic-comment-box .comment-footer-icon li:hover i {
                    color: #fff
                }

.forum-qsn-section .nice-select {
    height: 25px;
    line-height: 25px;
    border: none;
    background-color: #f7f9ff
}

    .forum-qsn-section .nice-select .list {
        width: 100%;
        border: none;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 12px rgba(145,145,145,.1);
        box-shadow: 0 0 12px rgba(145,145,145,.1)
    }

        .forum-qsn-section .nice-select .list li:hover {
            background-color: #f7f9ff
        }

        .forum-qsn-section .nice-select .list li.selected {
            background-color: #f7f9ff
        }

.forum-qsn-section .forum-title {
    font-size: 30px;
    font-weight: 500;
    color: #202020;
    margin-bottom: 42px
}

.forum-qsn-section .forum-header {
    background-color: #f7f9ff;
    font-size: 14px;
    font-weight: 400;
    color: #454545;
    vertical-align: middle;
    padding: 18px 20px;
    border-radius: 5px 5px 0 0;
    margin-bottom: 40px
}

    .forum-qsn-section .forum-header .view-button {
        background: #f7f9ff;
        border: none;
        outline: none;
        color: #454545;
        font-size: 14px;
        font-weight: 400;
    }

.forum-qsn-section .forum-list .single-list {
    border: 1px solid #eee;
    padding: 25px 20px;
    margin-bottom: 45px;
    border-radius: 5px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    position: relative
}

    .forum-qsn-section .forum-list .single-list:hover {
        border: 1px solid #fff;
        -webkit-box-shadow: 5px 7px 40px rgba(69,69,69,.1);
        box-shadow: 5px 7px 40px rgba(69,69,69,.1)
    }

        .forum-qsn-section .forum-list .single-list:hover .forum-badge {
            background: #eee
        }

    .forum-qsn-section .forum-list .single-list .forum-badge {
        position: absolute;
        top: -12px;
        right: 40px;
        padding: 3px 15px;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        background-color: #fff;
        color: #454545;
        border-radius: 2px;
        border: 1px solid #eee;
        -webkit-transition: .4s ease;
        transition: .4s ease
    }

.forum-qsn-section .topic-reaction-area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .forum-qsn-section .topic-reaction-area ul li a {
        font-size: 16px;
        font-weight: 500;
        color: #202020;
    }

    .forum-qsn-section .topic-reaction-area ul li .user-list li {
        width: 32px;
        height: auto;
        margin-left: -12px;
        -webkit-box-shadow: 3px 3px 12px rgba(145,145,145,.1);
        box-shadow: 3px 3px 12px rgba(145,145,145,.1);
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        position: relative
    }

        .forum-qsn-section .topic-reaction-area ul li .user-list li:first-child {
            margin-left: 0
        }

        .forum-qsn-section .topic-reaction-area ul li .user-list li img {
            width: 100%;
            height: auto;
            border-radius: 50%
        }

        .forum-qsn-section .topic-reaction-area ul li .user-list li .user-details-dropdown {
            position: absolute;
            top: 35px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            padding: 20px;
            border-radius: 3px;
            -webkit-box-shadow: 3px 3px 18px rgba(145,145,145,.1);
            box-shadow: 3px 3px 18px rgba(145,145,145,.1);
            background: #fff;
            opacity: 0;
            visibility: hidden;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 200px;
            min-width: 150px;
            z-index: 99;
            -webkit-transition: .3s ease;
            transition: .3s ease
        }

            .forum-qsn-section .topic-reaction-area ul li .user-list li .user-details-dropdown img {
                max-width: 60px;
                margin-bottom: 10px
            }

        .forum-qsn-section .topic-reaction-area ul li .user-list li:hover .user-details-dropdown {
            opacity: 1;
            visibility: visible
        }

    .forum-qsn-section .topic-reaction-area ul li .user-list .more-user-icon {
        text-align: center;
        width: 32px;
        height: 32px;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 50%;
        line-height: 29px
    }

    .forum-qsn-section .topic-reaction-area ul li .user-list:hover li {
        margin-left: 5px
    }

    .forum-qsn-section .topic-reaction-area ul li .user-list .follow-btn {
        font-size: 1rem;
        color: #fff;
        margin-top: 10px;
        border: 1px solid #08beab;
        padding: 1px 15px;
        border-radius: 3px;
        background-color: #08beab;
        -webkit-transition: .4s ease;
        transition: .4s ease
    }

        .forum-qsn-section .topic-reaction-area ul li .user-list .follow-btn:hover {
            background-color: #fff;
            color: #08beab
        }

@media(max-width:767px) {
    .forum-qsn-section .topic-reaction-area {
        margin-top: 25px
    }
}

.forum-qsn-section .topic-author {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:767px) {
    .forum-qsn-section .topic-author {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.forum-qsn-section .topic-author .topic-author-img {
    max-width: 80px;
    width: 100%;
    height: auto;
    position: relative;
    margin-right: 15px
}

    .forum-qsn-section .topic-author .topic-author-img img {
        width: 100%;
        height: auto;
        border-radius: 50%
    }

.forum-qsn-section .topic-author .topic-author-content {
    text-align: right
}

    .forum-qsn-section .topic-author .topic-author-content h5 {
        font-size: 20px;
        color: #454545;
        font-weight: 500
    }

    .forum-qsn-section .topic-author .topic-author-content p {
        font-size: 14px;
        font-weight: 400;
        color: #696969;
        line-height: 24px
    }

@media(max-width:767px) {
    .forum-qsn-section .topic-author .topic-author-content {
        text-align: center;
        margin: 10px 0
    }
}

.doc-card-btn {
    font-size: 18px;
    color: "Inter",sans-serif;
    display: inline-block;
    position: relative;
    text-align: center;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

    .doc-card-btn::before {
        content: "";
        position: absolute;
        top: 15px;
        left: 2px;
        background: #454545;
        width: 74px;
        height: 1.5px;
        opacity: .3
    }

    .doc-card-btn .bx {
        position: absolute;
        top: 6px;
        color: #454545;
        opacity: .3
    }

    .doc-card-btn:hover {
        color: #f1962f
    }

        .doc-card-btn:hover::before {
            background-color: #f1962f
        }

        .doc-card-btn:hover .bx {
            color: #f1962f
        }

.para-font {
    font-size: 16px;
    font-weight: 400;
    font-family: inter,sans-serif;
    line-height: 28px;
    color: #454545;
    margin-bottom: 14px
}

.document-section {
    padding-left: 6%;
    padding-right: 6%
}

@media(min-width:1200px) and (max-width:1399px) {
    .document-section {
        padding-left: 80px;
        padding-right: 80px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .document-section {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media(max-width:991px) {
    .document-section {
        padding-left: 5px;
        padding-right: 5px
    }
}

.document-right-area {
    position: -webkit-sticky;
    position: sticky;
    top: 170px
}

    .document-right-area h4 {
        font-size: 22px;
        font-weight: 500;
        color: #202020;
        margin-bottom: 25px
    }

.document-left-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 170px
}

    .document-left-menu .left-menu-item .accordion-button {
        position: relative;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        background: #f6f9ff;
        border-radius: 5px;
        color: #202020;
        cursor: pointer;
        -webkit-transition: .4s ease-in-out;
        transition: .4s ease-in-out;
        padding: 20px;
        padding-right: 60px;
        margin-bottom: 20px
    }

        .document-left-menu .left-menu-item .accordion-button:focus {
            z-index: unset;
            border-color: unset;
            outline: 0;
            background: #fff;
            -webkit-box-shadow: 5px 7px 40px rgba(145,145,145,.1);
            box-shadow: 5px 7px 40px rgba(145,145,145,.1)
        }

        .document-left-menu .left-menu-item .accordion-button::after {
            background-image: none
        }

        .document-left-menu .left-menu-item .accordion-button:not(.collapsed)::after {
            background-image: none
        }

        .document-left-menu .left-menu-item .accordion-button span {
            background: #08beab;
            border-radius: 50%;
            color: #fff;
            padding: 7px;
            position: absolute;
            right: 20px;
            font-size: 20px;
            font-weight: 500;
            font-family: #454545
        }

        .document-left-menu .left-menu-item .accordion-button:hover {
            background: #08beab;
            color: #fff
        }

    .document-left-menu .left-menu-item .sub-menu {
        font-weight: 400;
        font-size: 16px;
        background: #fff;
        font-family: inter,sans-serif;
        border-top: none;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: -20px;
        color: "Rubik",sans-serif
    }

        .document-left-menu .left-menu-item .sub-menu li {
            border-bottom: 1px solid #eee;
            padding: 12px 0
        }

            .document-left-menu .left-menu-item .sub-menu li a {
                -webkit-transition: .4s ease;
                transition: .4s ease
            }

            .document-left-menu .left-menu-item .sub-menu li:last-child {
                border-bottom: none
            }

            .document-left-menu .left-menu-item .sub-menu li:hover a {
                color: #08beab
            }

    .document-left-menu .left-menu-item .accordion-button:not(.collapsed) {
        -webkit-box-shadow: 5px 7px 40px rgba(145,145,145,.1);
        box-shadow: 5px 7px 40px rgba(145,145,145,.1);
        background: #08beab;
        color: #fff;
        border-radius: 5px 5px 0 0;
        font-weight: 500
    }

.document-right-area {
    -webkit-box-shadow: 5px 7px 40px rgba(145,145,145,.1);
    box-shadow: 5px 7px 40px rgba(145,145,145,.1);
    padding: 30px 25px;
    background: #fff
}

.document-right-list > li > a {
    background: rgba(8,190,171,.04);
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    border-left: 3px solid #08beab;
    padding-left: 12px;
    display: block
}

    .document-right-list > li > a:hover {
        background: rgb(4 199 178 / 58%);
    }

.document-right-list > li {
    position: relative
}

    .document-right-list > li i {
        position: absolute;
        top: 11px;
        left: 15px;
        color: #08beab
    }

    .document-right-list > li .sub-list {
        padding: 25px 0 0
    }

        .document-right-list > li .sub-list li {
            margin-bottom: 12px
        }

            .document-right-list > li .sub-list li:last-child {
                margin-bottom: 0
            }

        .document-right-list > li .sub-list a {
            font-size: 18px;
            font-weight: 400;
            color: #696969;
            -webkit-transition: .3s ease;
            transition: .3s ease
        }

            .document-right-list > li .sub-list a:hover {
                color: #08beab
            }

        .document-right-list > li .sub-list .child-sub-list {
            padding-left: 30px;
            padding-top: 15px
        }

.document-item {
    padding: 110px 0 0
}

    .document-item:first-child {
        padding: 0
    }

    .document-item:last-child {
        border-bottom: none
    }

.document-title {
    font-size: 30px;
    font-weight: 500;
    color: #454545;
    line-height: 1.6;
    margin-bottom: 27px
}

.doc-item-title {
    margin-top: -6px;
    margin-bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .doc-item-title img {
        margin-right: 14px
    }

    .doc-item-title h4 {
        font-size: 22px;
        font-weight: 500;
    }

.doc-item-list {
    padding-left: 30px;
    margin-bottom: 19px
}

@media(max-width:576px) {
    .doc-item-list {
        padding-left: 0
    }
}

.doc-item-list li {
    font-size: 18px;
    font-weight: 400;
    color: #696969;
    margin-bottom: 5px;
    position: relative;
    padding-left: 18px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer
}

    .doc-item-list li:hover {
        color: #202020
    }

    .doc-item-list li::after {
        content: '';
        position: absolute;
        top: 12px;
        left: 0;
        height: 5px;
        width: 5px;
        background: #696969;
        border-radius: 50%
    }

    .doc-item-list li:last-child {
        margin-bottom: 0
    }

@media(max-width:576px) {
    .doc-item-list li {
        font-size: 16px
    }
}

.point-highlight {
    font-weight: 600;
    color: #454545
}

.code-box {
    background: #f6f9ff;
    padding: 0 30px;
    margin-bottom: 30px
}

@media(max-width:767px) {
    .code-box {
        padding: 15px
    }
}

.code-box code {
    font-family: inter,sans-serif
}

.change-code-area {
    background: #f6f9ff;
    padding: 22px 30px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 20px
}

.doc-item-subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #454545;
    margin-bottom: 19px
}

.details-video-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 5px
}

    .details-video-wrap .video-play {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

        .details-video-wrap .video-play .video-icon {
            width: 37px;
            height: 37px;
            background: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-radius: 50%;
            position: relative
        }

            .details-video-wrap .video-play .video-icon i {
                font-size: 25px;
                color: #08beab
            }

            .details-video-wrap .video-play .video-icon:before {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                border-radius: 50%;
                background: rgba(255,255,255,.5);
                -webkit-animation: ripple-1 2s infinite ease-in-out;
                animation: ripple-1 2s infinite ease-in-out;
                z-index: -1
            }

            .details-video-wrap .video-play .video-icon:after {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                border-radius: 50%;
                background: rgba(255,255,255,.3);
                z-index: -1;
                -webkit-animation: ripple-2 2s infinite ease-in-out;
                animation: ripple-2 2s infinite ease-in-out;
                -webkit-animation-delay: .5s;
                animation-delay: .5s
            }

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #fff;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sk-cube-grid {
    width: 70px;
    height: 70px
}

    .sk-cube-grid .sk-cube {
        width: 33%;
        height: 33%;
        background-color: #000;
        float: left;
        -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
        animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out
    }

    .sk-cube-grid .sk-cube1 {
        -webkit-animation-delay: .2s;
        animation-delay: .2s
    }

    .sk-cube-grid .sk-cube2 {
        -webkit-animation-delay: .3s;
        animation-delay: .3s
    }

    .sk-cube-grid .sk-cube3 {
        -webkit-animation-delay: .4s;
        animation-delay: .4s
    }

    .sk-cube-grid .sk-cube4 {
        -webkit-animation-delay: .1s;
        animation-delay: .1s
    }

    .sk-cube-grid .sk-cube5 {
        -webkit-animation-delay: .2s;
        animation-delay: .2s
    }

    .sk-cube-grid .sk-cube6 {
        -webkit-animation-delay: .3s;
        animation-delay: .3s
    }

    .sk-cube-grid .sk-cube7 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }

    .sk-cube-grid .sk-cube8 {
        -webkit-animation-delay: .1s;
        animation-delay: .1s
    }

    .sk-cube-grid .sk-cube9 {
        -webkit-animation-delay: .2s;
        animation-delay: .2s
    }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%,70%,100% {
        -webkit-transform: scale3D(1,1,1);
        transform: scale3D(1,1,1)
    }

    35% {
        -webkit-transform: scale3D(0,0,1);
        transform: scale3D(0,0,1)
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%,70%,100% {
        -webkit-transform: scale3D(1,1,1);
        transform: scale3D(1,1,1)
    }

    35% {
        -webkit-transform: scale3D(0,0,1);
        transform: scale3D(0,0,1)
    }
}

.back-to-top-btn {
    position: fixed;
    bottom: 40px;
    right: 30px;
    background: #000;
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 36px;
    display: none;
    z-index: 9999;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.4);
    box-shadow: 0 0 2px rgba(0,0,0,.4);
    -webkit-transition: .3s;
    transition: .3s
}

    .back-to-top-btn:hover {
        opacity: .9
    }

    .back-to-top-btn i {
        color: #fff;
        font-size: 18px
    }

        .back-to-top-btn i::before {
            vertical-align: middle
        }

.menu-toggle-btn-full-shape.show-sidebar {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important
}

.menu-toggle-btn-full-shape {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    background: rgba(0,0,0,.6)
}

    .menu-toggle-btn-full-shape.sidebar-style-2 .cross-icon {
        background: rgba(241,150,47,.1)
    }

        .menu-toggle-btn-full-shape.sidebar-style-2 .cross-icon i {
            color: #f1962f;
            font-size: 30px;
            cursor: pointer;
            -webkit-transition: .4s;
            transition: .4s
        }

            .menu-toggle-btn-full-shape.sidebar-style-2 .cross-icon i:hover {
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg)
            }

    .menu-toggle-btn-full-shape.sidebar-style-2 input {
        background: rgba(241,150,47,.1)
    }

    .menu-toggle-btn-full-shape.sidebar-style-2 .sidebar-btn {
        background: #f1962f
    }

.menu-toggle-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 35px;
    max-width: 480px;
    overflow-y: auto;
    right: 0;
    -webkit-box-shadow: 7px 10px 40px rgba(13,52,79,.1);
    box-shadow: 7px 10px 40px rgba(13,52,79,.1)
}

.menu-toggle-social h4 {
    font-size: 25px
}

.menu-toggle-content {
    margin-top: 50px;
    margin-bottom: 50px
}

    .menu-toggle-content p {
        margin-bottom: 0
    }

    .menu-toggle-content h1 {
        font-size: 35px;
        font-weight: 500
    }

        .menu-toggle-content h1 span {
            color: #1f2044;
            font-size: 47px;
            font-weight: 600
        }

.menu-toggle-address-info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

    .menu-toggle-address-info .address-icon i {
        color: #000
    }

.cross-icon {
    background: rgba(8,190,171,.1);
    display: inline-block;
    border-radius: 50%;
    padding: 5px
}

    .cross-icon i {
        color: #08beab;
        font-size: 30px;
        cursor: pointer;
        -webkit-transition: .4s;
        transition: .4s
    }

        .cross-icon i:hover {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg)
        }

.sidebar-title {
    font-size: 30px;
    font-weight: 400;
    color: #202020;
    line-height: 1.5;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px
}

    .sidebar-title span {
        font-weight: 700
    }

.sidebar-body {
    padding-left: 20px
}

.sidebar-form-area h5 {
    font-weight: 600;
    font-size: 20px;
    font-family: inter,sans-serif;
    color: #202020;
    text-align: center;
    margin-bottom: 20px
}

.sidebar-form-area form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative
}

.sidebar-form-area input {
    background: rgba(8,190,171,.1);
    padding: 14px 110px 14px 16px;
    border: none;
    outline: none;
    width: 100%;
    font-size: 14px
}

    .sidebar-form-area input::-webkit-input-placeholder {
        font-size: 12px;
        font-weight: 400;
        font-family: inter,sans-serif;
        color: #696969
    }

    .sidebar-form-area input:-ms-input-placeholder {
        font-size: 12px;
        font-weight: 400;
        font-family: inter,sans-serif;
        color: #696969
    }

    .sidebar-form-area input::-ms-input-placeholder {
        font-size: 12px;
        font-weight: 400;
        font-family: inter,sans-serif;
        color: #696969
    }

    .sidebar-form-area input::placeholder {
        font-size: 12px;
        font-weight: 400;
        font-family: inter,sans-serif;
        color: #696969
    }

.sidebar-form-area .sidebar-btn {
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
    border: none;
    background: #08beab;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: inter,sans-serif;
    padding: 12px 11px;
    border-radius: 2px;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

    .sidebar-form-area .sidebar-btn:hover {
        background: #202020
    }

.sidebar-contact-title {
    font-size: 30px;
    font-weight: 600;
    color: "Rubik",sans-serif;
    position: relative;
    padding-bottom: 2px;
    margin-top: 60px;
    margin-bottom: 20px
}

    .sidebar-contact-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 35px;
        height: 2px;
        background: #202020;
        border-radius: 2px;
        display: inline-block
    }

    .sidebar-contact-title::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 40px;
        width: 8px;
        height: 2px;
        background: #202020;
        border-radius: 2px;
        display: inline-block
    }

.sidebar-contact-area {
    margin-bottom: 120px
}

    .sidebar-contact-area li {
        margin-bottom: 18px
    }

        .sidebar-contact-area li h5 {
            font-size: 20px;
            font-weight: 500;
            color: #202020;
            margin-bottom: 3px
        }

        .sidebar-contact-area li p {
            font-size: 1rem;
            font-weight: 400;
            color: #696969
        }

.sidebar-social-area {
    text-align: center
}

    .sidebar-social-area ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .sidebar-social-area ul li {
            height: 34px;
            width: 34px;
            line-height: 34px;
            color: #202020;
            border-radius: 2px;
            background: rgba(105,105,105,.15);
            text-align: center;
            margin-right: 30px;
            -webkit-transition: .4s ease;
            transition: .4s ease;
            font-size: 16px
        }

            .sidebar-social-area ul li:hover {
                background: #202020;
                color: #fff
            }

.sidebar-copyright span {
    font-size: 14px;
    font-weight: 500;
    font-family: inter,sans-serif;
    color: #696969
}

.hero-text-scroll {
    -webkit-text-stroke: 1px #fbbbb3;
    -webkit-text-fill-color: #f5583c;
    font-size: 20px;
    margin-bottom: 0;
    letter-spacing: .23em;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: -60px;
    top: 60%;
    -webkit-animation: heroscroll 2.5s infinite alternate linear;
    animation: heroscroll 2.5s infinite alternate linear
}

.hero-scroll-icon i {
    font-size: 35px;
    -webkit-text-stroke: 0 #fbbbb3;
    -webkit-text-fill-color: #fbbbb3b0;
    line-height: 18px;
    position: relative;
    margin-left: 65px
}

    .hero-scroll-icon i:after {
        position: absolute;
        content: "";
        width: 70px;
        height: 1px;
        background: #fcbbb3;
        left: -50px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.hero-shape {
    position: absolute
}

.shape-1 {
    right: 3%;
    top: 50%;
    -webkit-animation: rotation infinite 6s linear;
    animation: rotation infinite 6s linear
}

.shape-3 {
    right: 15px;
    bottom: 70%;
    -webkit-animation: rotation infinite 6s linear;
    animation: rotation infinite 6s linear
}

.shape-4 {
    left: 10px;
    bottom: 50px;
    -webkit-animation: rotation infinite 6s linear;
    animation: rotation infinite 6s linear
}

.shape-2 {
    left: 130px;
    top: 130px;
    -webkit-animation: triangle infinite 8s alternate;
    animation: triangle infinite 8s alternate
}

.footer-shape-1 {
    right: 3%;
    top: 28px
}

.footer-shape-2 {
    z-index: -1;
    top: 20px;
    left: 20px;
    -webkit-animation: triangle-2 infinite 4s alternate;
    animation: triangle-2 infinite 4s alternate
}

.subscribe-shape {
    position: absolute
}

.subscribe-shape-1 {
    left: 100px;
    top: 50px;
    -webkit-animation: rotation-angle infinite 3s alternate;
    animation: rotation-angle infinite 3s alternate
}

.subscribe-shape-3 {
    right: 100px;
    top: 50px;
    -webkit-animation: rotation-angle infinite 3s alternate;
    animation: rotation-angle infinite 3s alternate
}

.subscribe-shape-2 {
    left: 200px;
    bottom: 60px;
    -webkit-animation: subscribe-zoom infinite 1s alternate;
    animation: subscribe-zoom infinite 1s alternate
}

.subscribe-shape-4 {
    right: 200px;
    bottom: 60px;
    -webkit-animation: subscribe-zoom infinite 1s alternate;
    animation: subscribe-zoom infinite 1s alternate
}

@-webkit-keyframes triangle {
    0% {
        left: 130px;
        top: 130px
    }

    50% {
        left: 180px;
        top: 230px
    }

    100% {
        left: 180px;
        top: 130px
    }
}

@keyframes triangle {
    0% {
        left: 130px;
        top: 130px
    }

    50% {
        left: 180px;
        top: 230px
    }

    100% {
        left: 180px;
        top: 130px
    }
}

@-webkit-keyframes triangle-2 {
    0% {
        top: 20px;
        left: 20px
    }

    50% {
        top: 20px;
        left: 60px
    }

    100% {
        top: 40px;
        left: 20px
    }
}

@keyframes triangle-2 {
    0% {
        top: 20px;
        left: 20px
    }

    50% {
        top: 20px;
        left: 60px
    }

    100% {
        top: 40px;
        left: 20px
    }
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes heroscroll {
    0% {
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg)
    }

    100% {
        -webkit-transform: translateY(20px) rotate(90deg);
        transform: translateY(20px) rotate(90deg)
    }
}

@keyframes heroscroll {
    0% {
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg)
    }

    100% {
        -webkit-transform: translateY(20px) rotate(90deg);
        transform: translateY(20px) rotate(90deg)
    }
}

@-webkit-keyframes rotation-angle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
}

@keyframes rotation-angle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
}

@-webkit-keyframes subscribe-zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes subscribe-zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}




.tab-slider--nav {
    width: 100%;
    float: right;
    margin-bottom: 20px;
}

.tab-slider--tabs {
    display: block;
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    background: #fff;
    height: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .tab-slider--tabs:after {
        content: "";
        width: 50%;
        background: #345F90;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        transition: all 250ms ease-in-out;
        border-radius: 35px;
    }

    .tab-slider--tabs.slide:after {
        right: 50%;
    }

.tab-slider--trigger {
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    color: #345F90;
    text-transform: uppercase;
    text-align: center;
    padding: 11px 20px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    transition: color 250ms ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .tab-slider--trigger.active {
        color: #fff;
    }

.tab-slider--body {
    margin-bottom: 20px;
}

.avatar {
    vertical-align: middle;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}


.documentation-icon {
    float: right;
}


/*منو وقتی موبایل است چپ چین شود*/
@media(max-width:576px) {
    .header-menu-area {
        direction: ltr;
    }
}




/*ظاهر container تو موبایل*/
@media(max-width:576px) {


    .document-right-area {
        display: none;
    }

    .documentation-box {
        margin-bottom: 5px;
    }
}

.documentation-icon img {
    width: 56px;
    margin-left: 3px !important;
}

.jconfirm-buttons {
    width: 100% !important;
}

.float-left {
    float: left !important;
}

.btnpeigiri {
    background: linear-gradient(45deg,#007bec 0,#8cc4f6 100%,#cce5fb 100%);
    color: #fff;
    padding: 0.4rem 0.5rem;
    border-radius: 8px;
    font-size: 14px;
    transition: all ease-in-out 0.3s;
}

    .btnpeigiri:hover {
        background: #fd9212;
        color: #000;
    }

.bgshadow {
    /* background: linear-gradient(0deg, #000000, #20eedb59); */
    padding: 2rem 0;
}

.introcontent {
    background: url(../images/topbg.webp) no-repeat top center;
    background-size: cover;
}

    .introcontent h1 {
        color: #fff;
        font-size: 2.1rem;
        text-align: center;
        font-weight: bold;
        margin-top: 3.5rem;
    }

    .introcontent h2 {
        color: #fff;
        font-size: 1.35rem;
        text-align: center;
        font-weight: 500;
        margin: 1rem 0;
    }

    .introcontent p {
        color: #fff;
        text-align: justify;
        font-size: 14px;
    }

.btn-collapsetop {
    background: linear-gradient(90deg,transparent, #ffffff26, transparent);
    color: #fff;
    width: 100%;
    margin: 20px auto 28px auto;
    display: block;
    text-align: center;
    padding: 0.75rem;
    transition: all ease-in-out 0.3s;
}

    .btn-collapsetop:hover {
        background: linear-gradient(90deg,transparent, #4caf503d, transparent);
        color: #fff !important;
        transition: all ease-in-out 0.3s;
    }

.QuickAccess {
    background: #fff;
    font-size: 14px;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    box-shadow: 0px 1px 16px #00000036;
}

    .QuickAccess h6 {
        padding: 0.5rem 0;
        border-bottom: 1px solid #FF9800;
        text-align: center;
        color: #ff9800;
    }

    .QuickAccess a {
        display: block;
        padding: 0.5rem 0;
        border-bottom: 1px dashed #d1d1d1;
    }

        .QuickAccess a:before {
            content: "\f137";
            font-family: FontAwesome;
            color: #ff9800;
            padding-left: 0.35rem;
        }

.servicestabs {
    background: #fff;
    border-radius: 10px;
    padding: 1rem;
    box-shadow: 0 2px 25px #00000026;
}

    .servicestabs .nav-pills .nav-link.active,
    .servicestabs .nav-pills .show > .nav-link {
        color: #fff;
        background: linear-gradient(45deg,#007bec 0,#8cc4f6 100%,#cce5fb 100%);
        border: none;
        font-weight: 500;
    }

    .servicestabs .nav-pills .nav-link {
        color: #4a4a4a;
        background-color: #efefef;
        border-radius: 8px;
        padding: 0.3rem 0.75rem;
        margin: 3px;
        border: 1px solid #e1e1e1;
        font-size: 13px !important;
    }

@media (min-width: 992px) {
    .col-lg-me {
        flex: 0 0 auto;
        width: 20%;
    }
}

.servcard {
    border-radius: 20px;
    color: #000;
    background: #f7f7f7;
    border: 1px solid #ababab;
    padding: 0.7rem;
    transition: all ease-out 0.3s;
}

    .servcard:hover {
        box-shadow: inset -10em -10em 100px 0 #e1e1e1, 0 1px 5px 0 #00000085;
        color: #000;
    }

    .servcard img {
        border-radius: 100px;
        width: 70px;
        height: 70px;
        margin: auto;
    }

    .servcard .card-body {
        padding: .5rem 0 !important;
    }

    .servcard .servtitle {
        font-size: 14px;
        display: block;
        text-align: center;
        transition: all ease-in-out 0.3s;
    }





    .servcard .btnshow {
        background: #6dcdcc;
        color: #000;
        padding: 0.4rem 1rem;
        border-radius: 8px;
        font-size: 14px;
        transition: all ease-in-out 0.3s;
    }

        .servcard .btnshow:hover {
            background: #fd9212;
        }

.footer-area .boxwrapper {
    background: url(../images/bgfooter.svg) no-repeat center center;
    background-size: cover;
    color: #000;
    text-align: center;
    width: 100%;
    border-radius: 25px;
    padding: 1.25rem;
    margin: 2rem 0 1rem;
}

    .footer-area .boxwrapper img {
        filter: brightness(20);
    }

    .footer-area .boxwrapper h2 {
        color: #000;
        font-size: 1.1rem;
        margin: 0.5rem 0 1rem;
    }

    .footer-area .boxwrapper a {
        color: #fff;
    }

/*-----service page----*/
.serviceinfo {
    padding: 1rem;
    margin: 1rem 0;
}

    .serviceinfo h1 {
        font-size: 1.5rem;
        color: black;
        margin: 1rem 0;
    }

    .serviceinfo h5 {
        font-size: 1rem;
        margin: 1rem 0 1.5rem;
    }

        .serviceinfo h5 .servno {
            color: #ffffff !important;
            background: #ffa707;
            padding: 0.1rem 0.5rem;
            font-weight: bold;
            border-radius: 50px;
            text-shadow: 0px 1px 2px black;
        }

.servdescription {
    text-align: justify;
    color: #000;
    line-height: 1.75;
}

.servtabarea .nav-tabs .nav-link {
    color: #565656;
    padding: 0.25rem 0.5rem;
    margin-bottom: -1px;
    background: linear-gradient(0deg, #e1e1e1, #f2f2f2);
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    box-shadow: inset 3px 2px 0px -2px #c7c7c7, inset -3px 3px 0px -2px #c7c7c7;
    font-size: 14px;
}


    .servtabarea .nav-tabs .nav-item.show .nav-link,
    .servtabarea .nav-tabs .nav-link.active {
        color: #ffffff;
        background: linear-gradient(179deg, #0cbccf, #0a9dad);
        box-shadow: inset 1px 2px 1px 0px #ffffff3d;
        transform: translateY(-2px);
        border: 2px solid #0a9eae;
    }

.servtabarea .tab-content {
    background: #fff;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
    box-shadow: 0px 8px 20px #1b276826;
    margin-bottom: 2rem;
    padding: 1.25rem;
}

.servtabarea .listdownload li {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem;
}

.acceptcond {
    border-radius: 17px;
    padding: 1rem;
    border: 1px dashed #3f51b5;
    text-align: center;
    background: #ffffffd9;
}

    .acceptcond h3 {
        font-size: 1.25rem;
        color: #000;
    }

        .acceptcond h3 i {
            color: #ffa707;
            font-size: 1.6rem;
        }

    .acceptcond p {
        font-size: 15px;
        color: #673ab7;
        font-weight: 500;
        margin: 0.5rem 0.25rem 1rem;
    }

    .acceptcond .btn-accept {
        background: #08beab;
        color: #fff;
        font-weight: 500;
        text-shadow: 0 1px 3px black;
    }

    .acceptcond .btn-cancel {
        color: red;
        background: #e9e9e9;
        border: 1px solid #d9d9d9;
    }

.questionarea {
    margin-top: 2rem;
    border-radius: 17px;
    padding: 1rem;
    border: 1px dashed #3f51b5;
    background: #ffffffd9;
}

    .questionarea h5 {
        color: #144c87;
        margin: 1rem 0;
    }

        .questionarea h5 i {
            color: #ffa707;
        }

    .questionarea h6 {
        color: #000;
        margin: 1rem 0;
    }

.addquesform .form-control {
    border-color: #98b6d5;
}

.wfholder .Treant {
    padding-bottom: 2rem !important;
}

.wfholder .cardChartItem {
    background: #fff6db;
    box-shadow: 0px 2px 10px #4f627447;
    border: 1px solid #d7d7d7;
    padding: 0.5rem;
    font-size: 12px;
}

    .wfholder .cardChartItem .Cholder {
        display: flex;
        justify-content: space-between;
        margin-top: 0.5rem;
    }

    .wfholder .cardChartItem .Cprice i {
        display: inline-block;
        margin-left: 4px;
        color: #2196f3;
        font-size: 14px;
    }

    .wfholder .cardChartItem .Chour i {
        display: inline-block;
        margin-left: 4px;
        color: #ff5722;
        font-size: 14px;
    }

.wfholder .NodeTools {
    text-align: center;
    float: unset !important;
    display: block;
}

/*-------login--------*/

.Loginholder {
    background: url(../images/Ellipses.png),#ffffffe0 no-repeat top left;
    border-radius: 0 0 17px 17px;
    padding: 2rem;
    backdrop-filter: blur(3px);
    box-shadow: 0px 5px 30px -4px #3f51b542;
}

    .Loginholder .logintop {
        text-align: center;
        margin-bottom: 1.5rem;
    }

        .Loginholder .logintop h2 {
            font-size: 1.5rem;
            color: #000;
            display: inline-block;
        }

        .Loginholder .logintop img {
            width: 50px;
        }

        .Loginholder .logintop .signupimg {
            background: #4caf50;
            border-radius: 100px;
            padding: 2px;
        }

    .Loginholder .link {
        color: #673ab7;
        font-weight: 500;
        transition: all ease-in-out 0.3s;
    }

        .Loginholder .link:hover {
            color: #157347;
        }

    .Loginholder .notic {
        color: #055160;
        background-color: #cff4fc;
        border: 2px dashed #145d6b4f;
        padding: 1rem;
        border-radius: 17px;
        font-size: 14px;
        text-align: justify;
    }

.feedbackform .form-group.selectJobID {
    position: relative;
}

.feedbackform .form-group #btnJobID {
    position: absolute;
    left: 11px;
    width: 50px;
    font-size: 13px;
    height: 38px;
    padding-top: 9px;
}

.EP-title {
    font-weight: bold;
    color: #009688;
}

.ifnode {
    background: linear-gradient(272deg, #f9e6ab, #ffb779);
    border-radius: 12px;
    padding: 0.35rem;
    box-shadow: inset 0px 0px 5px #a5a5a5;
}


#AreaSelectorMapDialog .modal-xl {
    max-width: 99% !important;
    margin: 0.5rem auto;
}

#QueryContent .btn {
    font-size: 13px;
    background: #efefef;
    padding: 0.1rem 0.25rem;
}

#AreaSelectorMapDialog .select2-container--default .select2-selection--single {
    background-color: #e5f0f9;
    border: 1px solid #e0ecf7;
}

#map {
    width: 100%;
    height: calc(100vh - 6rem);
    border: none;
    z-index: 0;
}

[ref="editgrid-NewRecords-addRow"] {
    display: none;
}

.form-check .form-check-input {
    float: unset !important;
    margin-left: 0 !important;
}
