body {
    font-family: 'Exo', sans-serif;
    font-size: 14px;
    color: #666;
    line-height: 1.7em;
    overflow-y: scroll;
    overflow-x: hidden
}

.comman_btn.banner_cta a {
    color: rgb(2, 39, 65);
}

.comman_btn.banner_cta a:after {
    background: rgba(0, 0, 0, 0) url(../images/cta_arrow_icon_dblue.png) no-repeat 55%;
    width: 15px;
    height: 20px;
    border: 0;
    margin-left: 20px;
    margin-bottom: -30px;
    background-size: 12px;
}

.comman_btn.banner_cta a span:after {
    position: absolute;
    bottom: 0;
    right: 3px;
    background: rgb(2, 39, 65);
    width: 88%;
}

.comman_btn.banner_cta a span:after {
    position: absolute;
    bottom: 0;
    right: 3px;
    background: rgb(2, 39, 65);
    width: 88%;
}

.comman_btn.banner_cta a span {
    padding-bottom: 8px;
}

::-moz-selection {
    color: #022741;
    background: #FFDE1D
}

::selection {
    color: #022741;
    background: #FFDE1D
}

a,
a:hover {
    text-decoration: none;
    cursor: pointer
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.bg-white {
    background-color: #fff
}

.bg-black {
    background-color: #0d0d0d
}

.bg-gray {
    background-color: #f9f9f9
}

.bg-lightgray {
    background-color: #FCFCFC
}

.bg-yellow {
    background-color: #FFDE1D
}

.bg-skyblue {
    background-color: #30CFF2
}

.bg-darkblue {
    background-color: #0367A6
}

.bg-darkgray {
    background-color: #E4E4E4
}

.bg-lighgray {
    background-color: #f5f5f5
}

.text-gray {
    color: #666
}

.text-blue {
    color: #022741
}

.text-white {
    color: #fff
}

.text-black {
    color: #012840
}

.text-skyblue {
    color: #30CFF2
}

.text-yellow {
    color: #FFDE1D
}

.font-14 {
    font-size: 14px
}

.font-16 {
    font-size: 16px;
    line-height: 1.7em
}

.font-18 {
    font-size: 18px
}

.font-20 {
    font-size: 20px
}

.font-22 {
    font-size: 22px
}

.font-24 {
    font-size: 24px
}

.font-26 {
    font-size: 26px
}

.font-28 {
    font-size: 28px
}

.font-30 {
    font-size: 30px
}

.font-32 {
    font-size: 32px
}

.font-34 {
    font-size: 34px
}

.font-36 {
    font-size: 36px
}

.font-40 {
    font-size: 40px
}

.font-42 {
    font-size: 42px
}

.font-44 {
    font-size: 44px
}

.font-48 {
    font-size: 48px
}

.font-50 {
    font-size: 50px
}

.heading-18 {
    font-size: 18px;
    line-height: 30px
}

.heading-20 {
    font-size: 20px;
    line-height: 32px
}

.heading-22 {
    font-size: 22px;
    line-height: 34px
}

.heading-24 {
    font-size: 24px;
    line-height: 36px
}

.heading-26 {
    font-size: 26px;
    line-height: 38px
}

.heading-28 {
    font-size: 28px;
    line-height: 40px
}

.heading-30 {
    font-size: 30px;
    line-height: 42px
}

.heading-32 {
    font-size: 32px;
    line-height: 44px
}

.heading-34 {
    font-size: 34px;
    line-height: 46px
}

.heading-36 {
    font-size: 36px;
    line-height: 48px
}

.heading-38 {
    font-size: 38px;
    line-height: 50px
}

.heading-40 {
    font-size: 40px;
    line-height: 52px
}

.heading-42 {
    font-size: 42px;
    line-height: 54px
}

.heading-44 {
    font-size: 44px;
    line-height: 56px
}

.heading-46 {
    font-size: 46px;
    line-height: 58px
}

.heading-48 {
    font-size: 48px;
    line-height: 60px
}

.heading-50 {
    font-size: 50px;
    line-height: 62px
}

.heading-52 {
    font-size: 52px;
    line-height: 64px
}

.heading-54 {
    font-size: 54px;
    line-height: 66px
}

.heading-56 {
    font-size: 56px;
    line-height: 68px
}

.heading-58 {
    font-size: 58px;
    line-height: 70px
}

.heading-60 {
    font-size: 60px;
    line-height: 72px
}

.description-14 {
    font-size: 14px;
    line-height: 26px
}

.description-16 {
    font-size: 16px;
    line-height: 28px
}

.description-18 {
    font-size: 18px;
    line-height: 30px
}

.description-20 {
    font-size: 20px;
    line-height: 32px
}

.description-22 {
    font-size: 22px;
    line-height: 34px
}

.description-24 {
    font-size: 22px;
    line-height: 36px
}

.font-light {
    font-weight: 300
}

.font-regular {
    font-weight: 400
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.font-extrabold {
    font-weight: 800
}

.font-black {
    font-weight: 900
}

.font-italic {
    font-style: italic
}

.pt-10 {
    padding-top: 10px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.pt-60 {
    padding-top: 60px
}

.pt-100 {
    padding-top: 100px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-100 {
    padding-bottom: 100px
}

.pl-10 {
    padding-left: 10px
}

.pl-20 {
    padding-left: 20px
}

.pl-30 {
    padding-left: 30px
}

.pl-40 {
    padding-left: 40px
}

.pl-50 {
    padding-left: 50px
}

.pl-60 {
    padding-left: 60px
}

.pr-10 {
    padding-right: 10px
}

.pr-20 {
    padding-right: 20px
}

.pr-30 {
    padding-right: 30px
}

.pr-40 {
    padding-right: 40px
}

.pr-50 {
    padding-right: 50px
}

.pr-60 {
    padding-right: 60px
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.mt-100 {
    margin-top: 100px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 50px
}

.mb-100 {
    margin-bottom: 100px
}

.ml-10 {
    margin-left: 10px
}

.ml-20 {
    margin-left: 20px
}

.ml-30 {
    margin-left: 30px
}

.ml-40 {
    margin-left: 40px
}

.ml-50 {
    margin-left: 50px
}

.ml-60 {
    margin-left: 60px
}

.mr-10 {
    margin-right: 10px
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

.mr-40 {
    margin-right: 40px
}

.mr-50 {
    margin-right: 50px
}

.mr-60 {
    margin-right: 60px
}

.service_block img {
    max-width: 80px
}

.mn_heading {
    padding-right: 100px
}

.footer_subscrib_form form input:not([type='checkbox']):not([type='submit']):not([type='radio']),
.footer_subscrib_form form textarea,
.contact_us_fm.footer_subscrib_form form select {
    width: 100%;
    height: 50px;
    background: #000;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    font-family: inherit;
    color: #fff;
    font-size: 14px
}


.footer_subscrib_form form textarea {
    height: 156px
}

.footer_subscrib_form form input:focus,
.footer_subscrib_form form textarea:focus {
    outline: none
}

.footer_subscrib_form form button {
    padding: 0;
    border: 0;
    background: #fff0;
    color: #fff;
    font-size: 16px;
    position: relative;
    color: #30CFF2
}

.form_control.text-right {
    text-align: right
}

.footer_subscrib_form:after {
    height: 1px;
    max-width: 1900px;
    background: #30CFF2;
    content: "";
    display: block;
    margin: 50px auto 0
}

.footer_links ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.footer_links ul li a {
    text-decoration: none;
    color: #fff;
    display: block;
    margin-bottom: 10px
}

.footer_links ul li:last-child a {
    margin: 0
}

.footer_copyright {
    border-top: 1px solid #5b5b5b
}

footer {
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: left 78%
}

.bridge_img img {
    max-width: 450px;
    width: 100%;
    height: auto
}

.bg_trans {
    background-color: #fff0
}

.to_srl_dv {
    position: fixed;
    top: 40%;
    width: 200px;
    left: -75px;
    font-size: 11px;
    font-weight: 600;
    color: #012840;
    z-index: 99;
    cursor: pointer;
    transform: rotate(90deg);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    transition: 0.3s
}

.progresssss .fill {
    background-color: #022741;
    width: 100%;
    height: 20px
}

#progressTop {
    width: 3px;
    height: 60px;
    border-radius: 0;
    overflow: hidden;
    background: #B2B2B2;
    transform: rotate(-90deg)
}

.to_srl_dv.backTotop.footer-show-all {
    transform: rotate(-90deg);
    transition: 0.3s
}

.to_srl_dv.backTotop.footer-show-all #progressTop {
    position: relative;
    top: 1px;
    transition: 0.3s
}

.to_srl_dv:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 32.5%;
    left: 96%;
    text-align: center;
    line-height: 20px;
    color: #b2b2b2;
    transform: translate(-50%, 0%) rotate(-90deg)
}

.to_srl_dv.light-typo,
.to_srl_dv.light-typo:after {
    color: #fff
}

.to_srl_dv.light-typo #progressTop {
    background: #fff
}

.to_srl_dv.light-typo .progresssss .fill {
    background: #30cff2
}

.to_srl_dv.side_content_nb {
    height: auto;
    right: -120px;
    left: unset;
    padding: 0;
    width: auto;
    transform: rotate(-90deg)
}

.to_srl_dv.side_content_nb:after {
    display: none
}

.to_srl_dv.side_content_nb a {
    display: flex;
    align-items: center;
    color: #022741
}

.to_srl_dv.side_content_nb a:before,
.to_srl_dv.side_content_nb a:after {
    content: "";
    width: 30px;
    height: 2px;
    background: #ddd;
    display: inline-block;
    margin: 0 15px
}

.to_srl_dv.side_content_nb.light-typo a {
    color: #fff
}

.to_srl_dv.side_content_nb.light-typo a:before,
.to_srl_dv.side_content_nb.light-typo a:after {
    background: #fff
}

.container_banner {
    max-width: 1280px;
    margin: auto;
    padding: 0 15px;
    overflow: hidden;
    position: relative
}

.home_hero_banner {
    height: 600px
}

.hero_img img {
    height: 100%;
    position: relative;
    z-index: 1
}

.hero_content {
    width: 800px;
    height: 800px;
    background: #ffde1d;
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0
}

.hero_content:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ffde1d;
    border-radius: 50%;
    z-index: 2;
    opacity: .8;
    mix-blend-mode: color
}

.hero_content_cirlce {
    position: relative;
    z-index: 3;
    max-width: 500px;
    padding-left: 40px;
    width: 100%;
    margin-top: -20%
}

.hero_content_cirlce h1 span {
    display: block
}

.hero_content span.mr_tch {
    max-width: 300px;
    width: 100%;
    overflow: hidden
}

.hero_bannerSlider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease
}

.hero_bannerSlider.slick-initialized {
    visibility: visible;
    opacity: 1
}

.cursor {
    position: absolute;
    background: #022741;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    z-index: 10000;
    transform: scale(1);
    user-select: none;
    pointer-events: none;
    transition: 0.3s ease-in-out transform, 0.2s ease-in-out opacity
}

.cursor.active {
    opacity: .5;
    transform: scale(0)
}

.cursor.hovered {
    opacity: .08
}

.cursor-follower {
    position: absolute;
    background-color: rgb(2 39 65 / .5);
    width: 25px;
    height: 25px;
    border-radius: 100%;
    z-index: 10000;
    transform: translatex(5px, 5px);
    user-select: none;
    pointer-events: none;
    transition: 0.6s ease-in-out transform, 0.2s ease-in-out opacity
}

.cursor-follower.active {
    opacity: .7;
    transform: scale(3)
}

.cursor-follower.hovered {
    opacity: .08
}

.tabs-content-rec.lf_rec_width {
    position: absolute;
    right: 0;
    top: 30px;
    width: 75vw;
    margin: 0
}

.pb-100 {
    padding-bottom: 100px
}

.tabs-content-rec.lf_rec_width .slick-arrow {
    right: 12vw
}

.tabs-content-rec.lf_rec_width .slick-next.slick-arrow {
    right: 7.5vw
}

@media(max-width:991px) {
    .tabs-content-rec.lf_rec_width {
        position: static;
        width: 100%
    }

    .tabs-content-rec.lf_rec_width .slick-arrow {
        right: 50px
    }

    .tabs-content-rec.lf_rec_width .slick-next.slick-arrow {
        right: 0
    }

    .home_resources.pb-100 {
        padding-bottom: 0
    }
}

@media(min-width:1600px) {
    .tabs-content-rec.lf_rec_width {
        width: 70vw
    }

    .tabs-content-rec.lf_rec_width .slick-arrow {
        right: 19vw
    }

    .tabs-content-rec.lf_rec_width .slick-next.slick-arrow {
        right: 16.2vw
    }
}

@media(min-width:1999px) {
    .tabs-content-rec.lf_rec_width {
        width: 60vw
    }
}

@media(min-width:1400px) {
    .container_banner {
        max-width: 1700px
    }

    .home_hero_banner {
        height: 730px
    }

    .hero_content {
        width: 1000px;
        height: 1000px
    }

    .hero_content_cirlce {
        max-width: 530px
    }

    .hero_content_cirlce h1 {
        font-size: 70px;
        line-height: 1.2em
    }

    #hero_bannerSlider .slick-counter {
        top: 90%
    }

    #hero_bannerSlider .slick-arrow {
        top: 92%
    }
}


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

    75% {
        height: 100%;
        opacity: .1
    }

    100% {
        height: 100%;
        opacity: .5
    }
}

.reval_menu>li ul a {
    font-size: 16px;
    color: #fff;
    margin: 0 0 20px;
    display: inline-block
}

.reval_menu>li>a:hover+ul {
    opacity: 1;
    visibility: visible;
    transition: 0.3s
}

.reval_menu>li ul li:nth-child(1) {
    transform: translateX(-20px);
    transition: 0.3s;
    opacity: 0
}

.reval_menu>li ul li:nth-child(2) {
    transform: translateX(-30px);
    transition: 0.4s;
    opacity: 0
}

.reval_menu>li ul li:nth-child(3) {
    transform: translateX(-40px);
    transition: 0.5s;
    opacity: 0
}

.reval_menu>li ul li:nth-child(4) {
    transform: translateX(-50px);
    transition: 0.6s;
    opacity: 0
}

.reval_menu>li ul li:nth-child(5) {
    transform: translateX(-60px);
    transition: 0.6s;
    opacity: 0
}

.reval_menu>li ul li:nth-child(6) {
    transform: translateX(-70px);
    transition: 0.6s;
    opacity: 0
}

.reval_menu>li>a:hover+ul li {
    transform: translateX(0);
    transition: 0.3s;
    opacity: 1
}

.reval_menu>li>a.active+ul {
    opacity: 1;
    visibility: visible;
    transition: 0.3s
}

.reval_menu>li>a.active+ul li {
    opacity: 1;
    transform: translateX(0)
}

.meau_wrap.addres_ani .menu_adres_cont {
    -webkit-animation-name: fadeInRight_address;
    animation-name: fadeInRight_address;
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

.meau_wrap.addres_ani {
    -webkit-animation-name: fadetop;
    animation-name: fadetop;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

@keyframes fadeInRight_address {
    0% {
        opacity: 0;
        transform: translateX(200px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInRight_address {
    0% {
        opacity: 0;
        -webkit-transform: translateX(200px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes fadetop {
    0% {
        opacity: 0;
        transform: translateY(200px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes fadetop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(200px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

.sidenav .closebtn {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    display: block;
    font-size: 40px;
    color: #fff;
    text-align: center;
    line-height: 39px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 20px
}

li.menu_sub_items ul {
    display: none
}


@media(max-width:767px) {
    .tf_indefault::before {
        display: none !important
    }

    .meau_wrap {
        display: none
    }

    .mobile_menu {
        padding: 50px 10px
    }

    .mobile_menu ul {
        padding: 0;
        margin: 0;
        list-style: none
    }

    .sidenav .closebtn {
        width: 30px;
        height: 30px;
        border: 1px solid #fff;
        font-size: 30px;
        line-height: 30px;
        right: 10px;
        top: 10px
    }

    .mobile_menu ul>li {
        font-size: 15px;
        color: #fff;
        margin-bottom: 15px;
        position: relative
    }

    .mobile_menu ul>li:last-child {
        margin-bottom: 0
    }

    .mobile_menu ul>li>ul {
        padding: 10px;
        border-top: 1px solid #242424;
        margin-top: 10px;
        border-bottom: 1px solid #242424
    }

    .aniamted_line.intro {
        display: none
    }

    .mobile_menu ul>li li {
        margin-bottom: 10px
    }

    .mobile_menu ul>li li a {
        font-size: 13px;
        color: #fff;
        display: block
    }

    .mobile_menu ul>li {
        display: block
    }

    .mobile_menu ul>li.menu_sub_items:after {
        content: "+";
        font-size: 16px;
        color: #fff;
        width: auto;
        height: auto;
        display: block;
        position: absolute;
        right: 0;
        top: 2px;
        text-align: center
    }

    .mobile_menu ul>li.menu_sub_items.selected:after {
        content: "-"
    }

    .nav_n>ul>li:nth-child(1),
    .nav_n>ul>li:nth-child(2),
    .nav_n>ul>li:nth-child(3) {
        display: none
    }

    .logo img {
        max-width: 150px
    }

    .nav_n>ul li:last-child a {
        width: 20px;
        height: 11px
    }

    .nav_n>ul li>a {
        margin-right: 15px
    }

    .nav_n>ul li:nth-child(4) a {
        padding: 5px 15px;
        font-size: 13px
    }

    .menu {
        padding: 15px 0
    }
}

@media(min-width:768px) and (max-width:991px) {
    .reval_menu>li>a {
        font-size: 16px;
        margin: 0 0 20px
    }

    .reval_menu>li ul a {
        font-size: 14px;
        margin: 0 0 10px
    }
}

.done_md_bx {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    min-height: 350px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    transition: 0.3s;
    position: relative
}

.done_md_bx.active_bx {
    border-color: #30CFF2;
    background-color: #30CFF2;
    transition: 0.3s
}

.done_md .col-md-4:hover {
    flex: 0 0 auto;
    width: 66.66666667%;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out
}

.done_md .col-md-4,
.done_md .col-md-8 {
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out
}

.done_md .col-md-4:hover+.col-md-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out
}

.done_md_bx:hover {
    border-color: #30CFF2;
    background-color: #30CFF2;
    transition: 0.3s
}

.done_md_bx:hover span,
.done_md_bx:hover svg .fill,
.done_md_bx:hover h3,
.done_md_bx:hover p {
    transition: 0.3s;
    color: #012840 !important
}

.done_md_bx svg {
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    transform: scale3d(1, 1, 1);
    will-change: transform;
    transform-style: preserve-3d;
    transform-origin: 50% 50%;
    max-width: 40px;
    margin-bottom: 15px
}

.done_md_bx:hover svg {
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    transform: scale3d(1.1, 1.1, 1)
}

.done_md_bx:hover .svghover {
    stroke: #012840;
    transition: all 0.3s ease 0s
}

.img-container {
    position: relative;
    overflow: hidden
}

.img-container img {
    width: 100%;
    opacity: 0
}

.img-container:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #022741
}

.comman_btn {
    display: inline-block
}

.comman_btn a {
    position: relative;
    align-items: center;
    display: flex;
    transition: 0.3s all;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    overflow: hidden;
    padding-bottom: 10px
}

.comman_btn a:after {
    content: "";
    width: 45px;
    height: 45px;
    background: url(../images/cta_arrow_icon_white.png) no-repeat 55%;
    border-radius: 50%;
    border: 2px solid #fff;
    display: inline-block;
    background-size: 12px;
    transition: 0.3s all
}

.comman_btn a span {
    position: relative;
    display: flex;
    align-items: center;
    transition: 0.3s all
}

.comman_btn a span:after {
    content: "";
    width: 70px;
    background: #fff;
    display: inline-block;
    height: 2px;
    margin-right: -28px;
    margin-left: 20px;
    transition: 0.3s all;
    transform: translateX(0)
}

.comman_btn a:hover span::after {
    transition: 0.3s all;
    animation: mymove 1.5s;
    -webkit-animation: mymove 1.5s;
    -moz-animation: mymove 1.5se
}

@keyframes mymove {
    from {
        transform: translateX(-40px);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes mymove {
    from {
        transform: translateX(-40px);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

@-moz-keyframes mymove {
    from {
        transform: translateX(-40px);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

@-o-keyframes mymove {
    from {
        transform: translateX(-40px);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

.comman_btn.blue_btn a {
    color: #30CFF2
}

.comman_btn.blue_btn a:after {
    border-color: #30CFF2;
    background: url(../images/cta_arrow_icon_blue.png) no-repeat 55%;
    background-size: 12px
}

.comman_btn.blue_btn a span:after {
    background: #30CFF2
}

.comman_btn.darkblue_btn a {
    color: #022741
}

.comman_btn.darkblue_btn a::after {
    background: #fff0 url(../images/cta_arrow_icon_darkblue.png) no-repeat scroll 55% center / 12px;
    border-color: #002741
}

.comman_btn.darkblue_btn a span::after {
    background: #002741
}

.tf_home_product:before {
    content: "";
    width: 58vw;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px 0 0 10px
}

.home_product_tab .nav-tabs {
    padding-left: 100px;
    max-width: 270px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 0 none;
    padding-right: 60px
}

.home_product_tab .nav-tabs li {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%
}

.home_product_tab .nav-tabs li button {
    padding: 0;
    background: transparent !important;
    border: 0px !important;
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
    width: 100%;
    margin-bottom: 10px
}

.home_product_tab .nav-tabs li button span {
    display: block;
    margin-bottom: 5px
}

.prod_img img {
    width: 120%;
    margin-top: 130px;
    margin-left: -150px
}

.home_product_tab .nav-tabs li button.active {
    color: #30CFF2 !important
}

.home_product_tab .nav-tabs:before {
    content: "";
    width: 1px;
    height: 60%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
    background: #fff;
    opacity: .6
}

.type_resource .slider-nav .slick-arrow {
    padding: 0;
    background: #fff0;
    border: 0;
    width: 30px;
    height: 30px;
    font-size: 0;
    position: relative
}

.type_resource .slider-nav .slick-arrow:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/resouce_icons.png);
    position: absolute;
    position: absolute;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0%;
    left: 0;
    top: 0
}

.type_resource .slider-nav .slick-next.slick-arrow:before {
    transform: rotate(-180deg);
    background-position: 100%
}

.type_resource h3 {
    font-size: 20px;
    color: #878787;
    margin: 15px 0;
    display: block
}

.type_resource .slider-nav {
    position: absolute;
    width: 20%;
    left: 0
}

.tabs-nav-rec {
    padding: 40px 0 0 0 !important
}

.type_resource_bx {
    min-height: 350px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-right: 25px
}

.type_resource_bx img {
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%
}

.resource_cnt {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    background: #000;
    background: linear-gradient(0deg, rgb(0 0 0) 0%, #fff0 100%)
}

.resource_cnt h3 {
    font-size: 24px;
    color: #fff;
    margin: 0
}

.home_resources .nav-tabs {
    border: 0
}

.home_resources .nav-tabs li button {
    padding: 0;
    margin: 0 0 15px;
    border: 0;
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #878787
}

.home_resources .nav-tabs .nav-link.active {
    color: #0367A6;
    font-size: 18px;
    font-weight: 600
}

.tabs-nav-rec ul {
    margin: 0;
    padding: 0
}

.tabs-nav-rec .rec_dtNw h3 {
    color: #878787;
    font-size: 18px;
    padding: 0;
    margin: 12px 0;
    font-weight: 400;
    transition: 0.3s;
    display: block;
    cursor: pointer
}

.tabs-nav-rec .rec_dtNw .slick-current h3 {
    color: #30cff2;
    font-size: 20px;
    font-weight: 600
}

.tabs-nav-rec .slick-arrow {
    display: inline-block;
    padding: 0;
    border: 0;
    background-color: #fff0;
    width: 30px;
    height: 30px;
    font-size: 0;
    background-image: url(../images/resouce_icons_up.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center
}

.tabs-nav-rec .slick-next.slick-arrow {
    background-image: url(../images/resouce_icons_down.png)
}

.tabs-content-rec .slick-arrow {
    padding: 0;
    border: 0;
    width: 40px;
    height: 40px;
    font-size: 0;
    position: relative;
    background: #EEE;
    border-radius: 50%;
    position: absolute;
    right: 50px;
    top: 0;
    z-index: 1
}

.tabs-content-rec .slick-arrow:before {
    content: "";
    width: 40px;
    height: 40px;
    background: url(../images/resouce_icons_up.png);
    position: absolute;
    position: absolute;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center !important;
    background-position: 0%;
    transform: rotate(-90deg);
    left: 0;
    top: 0
}

.tabs-content-rec .slick-next.slick-arrow {
    right: 0
}

.tabs-content-rec .slick-next.slick-arrow:before {
    transform: rotate(90deg);
    background-position: 100%
}

.smdtR .slick-list {
    padding: 80px 30% 0 0 !important
}

.tabs-content-rec {
    margin-top: -80px
}

.searchsmd .resource_pagination ul {
    margin: 40px 0 0;
    display: flex;
    justify-content: center
}

.resource_pagination ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    display: flex;
    justify-content: end;
    align-items: center
}

.resource_pagination ul li a {
    width: 32px;
    height: 32px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
    line-height: 32px;
    color: #6f6f6f;
    margin: 0 8px;
    transition: 0.3s;
    background: #f2f2f2
}

.resource_pagination ul li:first-child a,
.resource_pagination ul li:last-child a {
    width: 32px;
    height: 32px;
    background: #ddd;
    line-height: 33px;
    font-size: 14px
}

.resource_pagination ul li a:hover,
.resource_pagination ul li.active a,
.resource_pagination ul li:first-child a:hover,
.resource_pagination ul li:last-child a:hover {
    transition: 0.3s;
    background: #012840;
    color: #fff
}

.subscribe_form_wrap {
    padding: 50px;
    border-radius: 10px
}

.go-top {
    position: fixed;
    bottom: 100px;
    left: 1%;
    padding: 10px 10px 100px;
    display: none;
    cursor: pointer;
    width: 50px;
    -webkit-font-smoothing: antialiased;
    -webkit-writing-mode: sideways-lr;
    -ms-writing-mode: sideways-lr;
    writing-mode: sideways-lr
}

.go-top .progress {
    background-color: #ddd;
    transition: all 0.1s linear 0s;
    width: 2px;
    display: block;
    height: 70px;
    position: absolute;
    left: 43%;
    top: 51%;
    transform: translate(-50%, 0%)
}

.go-top:before {
    content: "";
    width: 2px;
    height: 70px;
    position: absolute;
    left: 43%;
    top: 51%;
    transform: translate(-50%, 0%);
    background: #ddd
}

.go-top:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 43%;
    bottom: 0%;
    transform: translate(-50%, 0%);
    background: url(../images/resouce_icons_down.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center
}

.progress .fill {
    background-color: #679186;
    width: 100% !important;
    position: absolute;
    height: 10px;
    top: 0;
    left: 0
}

.tf_indefault_img img {
    width: 100%;
    height: 500px
}

.tf_indefault::before {
    position: absolute;
    content: "";
    width: 47%;
    height: 95%;
    display: block;
    left: 3%;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    background-position: center center
}

.tf_indefault_rht {
    padding-top: 100px;
    padding-left: 40px;
    padding-bottom: 30px
}

.tfpr-0 {
    padding-right: 30px
}

.mobile_menu ul>li>a {
    color: #fff
}

footer .container:before {
    content: "";
    width: 330px;
    height: 330px;
    background: url(../images/footer_bg.png) no-repeat;
    position: absolute;
    position: absolute;
    bottom: 70px;
    left: -90px;
    background-size: cover
}

.footer_content_social a {
    margin: 0 8px
}

.footer_content_social a:after {
    display: none !important;
    content: "";
    width: 2px;
    height: 10px;
    display: inline-block;
    background: #989898;
    margin: 0 12px
}

.iso_certified img {
    max-width: 250px;
    width: 100%;
    margin-top: 20px
}

.footer_content_social a:last-child:after {
    display: none
}

.services_md .mn_heading h2 {
    min-height: 420px
}

.sr_circle_dv {
    max-width: 400px;
    width: 100%
}

.sr_circle_dv img {
    width: 100%
}

.sr_circle_dv img:nth-child(2) {
    margin-top: -50px
}

.rec_dtNw {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease
}

.rec_dtNw.slick-initialized {
    visibility: visible;
    opacity: 1
}

.ser_vr_acc {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    width: 100%;
    transition: all 200ms ease-in-out 50ms;
    opacity: 0
}

.ser_vr_acc .ser_vr_acc_exp {
    margin: 0 5px;
    border-radius: 3px;
    background: #fff0;
    transition: all 200ms ease-in-out 50ms;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.6em
}

.ser_vr_acc .default {
    min-height: 350px;
    width: 6vw;
    font-size: 16px;
    overflow: hidden;
    padding: 20px;
    border: 1px solid #30CFF2;
    display: flex;
    align-items: flex-end
}

.ser_vr_acc .expand {
    height: 350px;
    width: 100vw;
    background: #30CFF2;
    color: #fff;
    padding: 20px
}

.ser_ac_tb h3 {
    color: #30CFF2;
    transform: rotate(-90deg);
    margin: 0;
    display: block;
    font-size: 16px;
    transition: 0.3s
}

.ser_vr_acc .expand .ser_ac_tb {
    display: none
}

.ser_vr_acc .default .hov_panal_box {
    transform: translateY(-50%);
    width: 0;
    transition: 0.3s;
    display: none
}

.ser_vr_acc .default.expand .hov_panal_box {
    transform: translateY(0%);
    width: 100%;
    transition: 0.3s;
    display: block
}

.ser_vr_acc .default:hover {
    background: #30CFF2;
    color: #fff
}

.ser_vr_acc .default:hover .ser_ac_tb h3 {
    color: #fff;
    transition: 0.3s
}

@media(max-width:479px) {
    .tabs-nav-rec .slick-list {
        padding: 0 30px
    }
}

@media(max-width:575px) {
    .done_md .col-md-4:hover {
        flex: 0 0 100%;
        width: 100%
    }

    .done_md .col-md-4:hover+.col-md-8 {
        flex: 0 0 100%;
        width: 100%
    }

    .footer_content_social a {
        text-align: center
    }

    .policy_links,
    .footer_copyright {
        text-align: center;
        width: 100%
    }

    .subscribe_form_wrap {
        padding: 15px
    }

    .resource_pagination ul li:last-child,
    .resource_pagination ul li:first-child {
        display: none
    }
}

@media(min-width:576px) and (max-width:767px) {
    .footer_content_social a {
        margin-right: 20px
    }

    .subscribe_form_wrap {
        padding: 20px
    }

    .resource_pagination ul li:first-child a,
    .resource_pagination ul li:last-child a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 15px
    }
}

@media(max-width:767px) {
    .slick-counter {
        display: none
    }

    .hero_bannerSlider .slick-arrow {
        display: none !important
    }

    .home_hero_banner .hero_img img {
        position: relative
    }

    .hero_content_cirlce h1 span {
        display: inline-block
    }

    .home_hero_banner .hero_img {
        height: 350px
    }

    .home_hero_banner .hero_content_cirlce {
        margin-top: 0
    }

    .home_hero_banner .slick-dots {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex
    }

    .home_hero_banner .slick-dots li button {
        width: 15px;
        height: 15px;
        display: block;
        border: 0;
        font-size: 0;
        padding: 0;
        border-radius: 50%;
        background: #022741;
        margin-right: 10px;
        border: 2px solid #fff0
    }

    .home_hero_banner .slick-dots li.slick-active button {
        border-color: #ffde1d
    }

    .footer_links {
        margin-bottom: 20px
    }

    .pb-100 {
        padding-bottom: 40px
    }

    .pt-100 {
        padding-top: 40px
    }

    .tabs-content-rec {
        margin: 0
    }

    .container_banner,
    .container_banner .col-md-6,
    .img-container {
        padding: 0;
        position: static
    }

    .hero_content {
        width: 100%;
        height: 100%;
        border-radius: 0;
        background: #fff0;
        justify-content: flex-start;
        padding: 0 15px
    }

    .hero_content::before {
        opacity: .9;
        border-radius: 0;
        mix-blend-mode: hard-light
    }

    .hero_content_cirlce {
        padding: 0;
        margin-top: -10%
    }

    .home_hero_banner {
        height: auto;
        margin: 0;
        position: relative
    }

    .hero_img img {
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        object-fit: cover
    }

    .br_none {
        display: none
    }

    .bridge_img img {
        max-width: 100%;
        margin-bottom: 20px
    }

    .tf_home_bridge .mn_heading {
        padding: 0
    }

    .tf_home_product::before {
        display: none
    }

    .home_product_tab .nav-tabs {
        position: static;
        padding: 0;
        margin: 0;
        max-width: 100%;
        display: flex;
        flex-wrap: unset
    }

    .home_product_tab .nav-tabs li {
        flex: 1
    }

    .home_product_tab .nav-tabs li button {
        height: 100%;
        text-align: center;
        padding: 10px;
        background: #fff !important;
        border-radius: 0;
        color: #022741 !important
    }

    .home_product_tab .nav-tabs li button.active {
        background: transparent !important
    }

    .prod_img img {
        width: 100%;
        margin: 0
    }

    .pro_atb_cnt {
        padding: 15px 15px 15px
    }

    .footer_content_social {
        display: flex;
        justify-content: flex-start !important;
        width: 100%;
        margin: 20px 0 0
    }

    .iso_certified {
        text-align: left
    }

    .iso_certified img {
        max-width: 160px
    }

    .tabs-nav-rec .slick-arrow {
        position: absolute;
        left: 0;
        top: 1px;
        transform: rotate(-90deg);
        background-color: #fff;
        z-index: 1;
        width: 20px;
        height: 20px;
        background-size: 15px
    }

    .tabs-nav-rec .slick-arrow.slick-next {
        left: unset;
        right: 0
    }

    .slider_ins {
        margin: 0
    }

    .slider_ins .slick-list {
        padding-top: 0px !important
    }

    .tabs-nav-rec li a {
        font-size: 14px;
        text-align: center
    }

    .tabs-nav-rec li.active a {
        font-size: 14px
    }

    .type_resource_bx {
        min-height: 200px;
        margin-right: 25px
    }

    .resource_cnt h3 {
        font-size: 18px;
        line-height: 1.4em
    }

    .slider_ins .slick-list {
        padding: 0 10% 0 0px !important
    }

    .footer_subscrib_form {
        padding-bottom: 0
    }

    .footer_subscrib_form::after {
        margin: 30px auto 0
    }

    footer {
        background-image: none
    }

    .resource_pagination ul li a {
        width: 30px;
        height: 30px;
        font-size: 13px
    }

    .videos_res_bx .row {
        flex-direction: column-reverse !important
    }

    .tabs-nav-rec .rec_dtNw h3,
    .tabs-nav-rec .rec_dtNw .slick-current h3 {
        font-size: 15px;
        margin: 0;
        text-align: center
    }

    .tabs-nav-rec .slick-list {
        padding: 0px !important
    }

    .smdtR .slick-list {
        padding: 20px 10% 0 0px !important
    }

    footer .container::before {
        display: none
    }

    .comman_btn a::after {
        width: 34px;
        height: 34px
    }

    .comman_btn.blue_btn a::after {
        background: #fff0 url(../images/cta_arrow_icon_blue.png) no-repeat scroll 55% center / 9px
    }

    .comman_btn a span::after {
        height: 2px;
        margin-right: -21px;
        margin-left: 20px;
        width: 60px
    }

    .comman_btn a::after {
        background: #fff0 url(../images/cta_arrow_icon_white.png) no-repeat scroll 55% center / 9px
    }

    .hs_submit .actions::after {
        width: 34px !important;
        height: 34px !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .iso_certified img {
        max-width: 200px
    }

    .pb-100 {
        padding-bottom: 60px
    }

    .pt-100 {
        padding-top: 60px
    }

    .footer_content_social h4 {
        font-size: 20px;
        line-height: 1.5em
    }

    .footer_links {
        margin-bottom: 20px
    }

    .footer_subscrib_form {
        padding-bottom: 0
    }

    .footer_subscrib_form::after {
        margin: 30px auto 0
    }

    .home_hero_banner {
        height: auto;
        margin: 0;
        position: relative
    }

    .hero_content {
        width: 500px;
        height: 500px
    }

    .hero_content_cirlce {
        max-width: 300px
    }

    .hero_content h1 {
        font-size: 30px;
        line-height: 1.4em
    }

    .hero_content .mr_tch {
        font-size: 16px;
        margin-bottom: 10px
    }

    #hero_bannerSlider .slick-arrow {
        top: 86%;
        right: -60px
    }

    #hero_bannerSlider .slick-counter {
        right: -30px;
        top: 84%;
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    #hero_bannerSlider .slick-prev.slick-arrow {
        right: 10px
    }

    .tf_home_product::before {
        display: none
    }

    .home_product_tab {
        background: #fff0 url(../images/prodcut_home.jpg) no-repeat scroll center center / cover;
        margin-top: 20px
    }

    .home_product_tab .nav-tabs {
        position: static;
        padding: 0;
        margin: 0;
        max-width: 100%;
        display: flex;
        flex-wrap: unset
    }

    .home_product_tab .nav-tabs li {
        flex: 1
    }

    .home_product_tab .nav-tabs li button {
        height: 100%;
        text-align: center;
        margin-bottom: 20px;
        padding: 10px;
        background: #fff !important;
        border-radius: 0;
        color: #022741 !important
    }

    .home_product_tab .nav-tabs li button.active {
        background: transparent !important
    }

    .prod_img img {
        width: 100%;
        margin: 0
    }

    .pro_atb_cnt {
        padding: 15px 15px 15px
    }

    .br_noneTB {
        display: none
    }

    .type_resource_bx {
        min-height: 300px;
        margin-right: 25px
    }

    .slider_ins .slick-list {
        padding: 80px 15% 0 0px !important
    }

    footer {
        background-size: 250px;
        background-position: -20px 80%
    }

    .tabs-nav-rec .rec_dtNw h3,
    .tabs-nav-rec .rec_dtNw .slick-current h3 {
        font-size: 16px;
        margin: 10px 0
    }

    .smdtR .slick-list {
        padding: 80px 15% 0 0px !important
    }

    footer .container::before {
        bottom: 80px;
        left: -100px;
        transform: rotate(-3deg);
        width: 240px;
        height: 290px
    }

    .comman_btn a::after {
        width: 34px;
        height: 34px
    }

    .comman_btn.blue_btn a::after {
        background: #fff0 url(../images/cta_arrow_icon_blue.png) no-repeat scroll 55% center / 9px
    }

    .comman_btn a span::after {
        height: 2px;
        margin-right: -21px;
        margin-left: 20px;
        width: 60px
    }

    .comman_btn a::after {
        background: #fff0 url(../images/cta_arrow_icon_white.png) no-repeat scroll 55% center / 9px
    }

    .home_resources .col-md-3.col-lg-2 {
        align-self: center
    }

    .tabs-content-rec.lf_rec_width {
        margin-top: -40px
    }

    .client_image {
        max-width: 200px !important;
        height: 200px !important;
        width: 100% !important;
        border-radius: 10px !important;
        overflow: hidden !important
    }

    .client_review_des::before {
        display: none !important
    }

    .client_review_text {
        margin-bottom: 20px !important;
        margin-top: 25px !important
    }

    .client_image img {
        padding-right: 0;
        padding-left: 0 !important
    }
}

@media(min-width:861px) and (max-width:991px) {
    .hero_content {
        width: 600px;
        height: 600px
    }

    .hero_content_cirlce {
        max-width: 330px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hero_content {
        width: 700px;
        height: 700px
    }

    .hero_content_cirlce {
        max-width: 380px
    }

    .home_hero_banner {
        height: auto;
        margin: 0;
        position: relative
    }

    #hero_bannerSlider .slick-arrow {
        top: 86%;
        right: -60px
    }

    #hero_bannerSlider .slick-counter {
        right: -30px;
        top: 83%
    }

    #hero_bannerSlider .slick-prev.slick-arrow {
        right: 20px
    }

    .home_product_tab .nav-tabs {
        max-width: 240px;
        padding-right: 30px
    }

    .pb-100 {
        padding-bottom: 60px
    }

    .pt-100 {
        padding-top: 60px
    }

    .type_resource_bx {
        min-height: 300px
    }

    .client_image img {
        padding-right: 0 !important;
        padding-left: 15px !important
    }

    .client_review_des::before {
        font-size: 60px !important;
        top: -55px !important;
        left: -54px !important
    }
}

.bg-gray.about_partner_logo {
    padding: 40px 70px;
    border-radius: 10px
}

.logo_partner {
    width: 100%;
    margin: 15px 0;
    height: 70px;
    justify-content: flex-start;
    display: flex;
    align-items: center
}

.logo_partner img {
    width: 150px;
    height: auto;
    max-height: max-content;
    max-width: fit-content
}

.part_heading_bx {
    position: relative;
    margin-top: -140px;
    z-index: -1
}

.part_heading {
    height: 300px;
    width: 100%;
    display: flex;
    align-items: end;
    border-radius: 1px;
    padding: 40px
}

@media screen and (max-width:1199px) {
    .bg-gray.about_partner_logo {
        padding: 30px 50px;
        border-radius: 10px
    }

    .part_heading {
        height: 270px;
        padding-bottom: 25px
    }
}

@media screen and (max-width:991px) {
    .contact_redirect {
        padding-bottom: 0
    }
}

@media screen and (max-width:767px) {
    .bg-gray.about_partner_logo {
        padding: 20px 20px;
        border-radius: 10px;
        margin: -50px 10px 0 10px
    }

    .part_heading_bx {
        margin-top: 0
    }

    .part_heading {
        height: 150px;
        padding-bottom: 25px;
        align-items: start;
        padding-top: 30px;
        border-radius: 5px
    }

    .about_partner .container {
        display: flex;
        flex-direction: column-reverse
    }

    .logo_partner {
        justify-content: center
    }

    .contact_redirect {
        padding-bottom: 0
    }
}

@media screen and (max-width:575px) {
    .bg-gray.about_partner_logo {
        margin: -60px 5px 0 5px
    }

    .contact_redirect {
        padding-bottom: 0
    }

    .tf_home_product {
        padding-top: 10px
    }
}

.client_review_des {
    font-style: normal !important
}

.pop-up-wrp.hbspt-form label {
    display: block
}

.pop-up-wrp.popup {
    position: fixed;
    display: block;
    min-height: 0;
    background: #30cff2;
    border-radius: 0;
    color: rgba(0, 0, 0, .4);
    bottom: 2%;
    left: 3%;
    z-index: 100;
    transform: translate(0%, 0%);
    width: 100%;
    max-width: 320px;
    z-index: 999;
    padding: 20px 20px
}

.pop-up-wrp.popup_show {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-timing-function: cubic-bezier(.66, .12, .49, .89);
    animation-timing-function: cubic-bezier(.66, .12, .49, .89);
    animation-timing-function: cubic-bezier(.68, .12, .53, .9);
    opacity: 1;
    height: auto;
    border-radius: 0 4px 0 0
}

.popup_content {
    padding: 30px 30px 10px 20px;
    position: relative;
    box-shadow: 0 6px 20px rgb(0 0 0/27%)
}

.pop-up-wrp.close {
    position: absolute;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    top: 12px;
    color: #fff;
    right: 14px;
    padding: 0;
    border-radius: 50%;
    background: none;
    transition: all 0.3s ease-in-out
}

.popup.comman_btn.banner_cta a {
    color: #30cff2
}

.popup.comman_btn.banner_cta a span:after {
    background: #30cff2
}

.cross-wrp {
    text-align: end
}

span.close {
    color: #fff;
    font-weight: 700;
    cursor: pointer
}

.pop-up-wrp.hs-richtext {
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

.pop-up-wrp.inputs-list {
    display: none
}

.pop-up-wrp.hbspt-form.hs-form-field label:not(.hs-error-msg) {
    color: #fff
}

.pop-up-wrp.hbspt-form.hs-error-msgs label {
    color: #fff;
    font-size: 12px
}

.pop-up-wrp.hbspt-form.actions {
    text-align: center
}

.pop-up-wrp.hbspt-form.hs-button {
    background: #fff;
    color: #32caec;
    border: 1px solid #fff;
    margin-top: 12px;
    padding: 5px 24px;
    border-radius: 5px;
    transition: .4s all ease-in-out
}

.pop-up-wrp.hbspt-form.submitted-message {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600
}

.pop-up-wrp.hbspt-form.hs-button:hover {
    background: #012840;
    color: #fff;
    border: 1px solid #012840
}

.pop-up-wrp.input>input {
    width: 100%;
    border: 1px solid #fff;
    margin-bottom: 5px;
    border-radius: 3px;
    margin-top: 5px;
    padding: 2px 0 2px 12px;
    font-size: 12px
}

.pop-up-wrp.input>.hs-input.error {
    border: 1px solid red
}

.pop-up-wrp.input>input:focus-visible {
    outline: none
}


@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        height: auto;
        transform: translate(0%, 0%)
    }

    100% {
        opacity: 1;
        height: auto;
        transform: translate(0%, 0%)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        height: auto;
        transform: translate(0%, 0%)
    }

    100% {
        opacity: 1;
        height: auto;
        transform: translate(0%, 0%)
    }
}

.ce-page-ul li h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0
}

.lr-img-box {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.left-img-box {
    flex: 0 0 36%;
    margin-right: 40px
}

.ce-page-ul {
    margin: 0;
    padding: 30px;
    background: #f3f3f3;
    list-style: none
}

.ce-page-ul li {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.ce-page-ul .honboarding-image {
    flex: 0 0 32%;
    width: 100%;
    margin-right: 40px
}

.ce-page-ul li:nth-child(2) {
    flex-direction: row-reverse
}

.ce-page-ul li:nth-child(2) .small-title {
    margin-right: 40px;
    display: block
}

.ce-page-ul li:nth-child(2) .honboarding-image {
    margin-right: 0
}

@media(max-width:767px) {
    .lr-img-box {
        display: block
    }

    .left-img-box {
        margin-right: 0
    }

    .lr-img-box .left-img-box img {
        max-width: 280px !important
    }

    .ce-page-ul li {
        display: block;
        margin-right: 0px !important;
        margin-bottom: 30px !important;
        border-bottom: 1px solid #c2c2c2;
        padding-bottom: 30px !important
    }
}

/* complete-seo-guide-to-boost-your-website-organic-traffic (page css) and pillar page cta css */
.white_cta_outer {
    position: relative;
    z-index: 7
}

@media (min-width:1200px) and (max-width:1399px) {
    .heading-60 {
        font-size: 42px;
        line-height: 60px
    }

    .heading-24 {
        font-size: 20px;
        line-height: 30px
    }
}

.mondaypageSectionSecond ul li h3 {
    font-size: 16px;
    font-weight: 600;
    display: inline
}

.mcs-link {
    color: #30CFF2;
    text-decoration: underline
}

@media(min-width:300px) and (max-width:767px) {
    .logo-img.hubspot-cis.monday-pageaward {
        gap: 10px;
        display: flex;
        margin-bottom: 20px;
        width: 100%
    }

    .logo-img.hubspot-cis.monday-pageaward img {
        width: 100% !important;
        max-width: 150px !important;
        height: auto !important;
        min-height: auto !important
    }
}

.eventAndNewsPage .blog_more_detail,
.event-k .blog_more_detail {
    max-width: 100% !important;
}

/* End */