/* --------------------------------- HOME NEW --------------------------------- */

/* global */

body {
    background: linear-gradient(178.12deg, #16151F 0.17%, #1B1A25 0.18%, #181932 12.06%, #14162C 32.18%, #171A35 56.02%, #0F122A 68.91%) !important;
    color: rgba(255, 255, 255, 0.6);
}

body b, body strong {
    color: #fff;
}

/*.btn.btn-bordered, .btn.btn-bordered:not(:hover):focus  {
    color: #fff;
}*/

#header-wrap {
    background-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

#header-wrap .header-main:not(.h-fixed) {
    background-color: transparent;
}

#header-wrap.header-layout2 .header-main:not(.h-fixed) .header-branding .logo-dark {
    opacity: 0;
}

#header-wrap.header-layout2 .header-main:not(.h-fixed) .header-branding .logo-light {
    opacity: 1;
}

#header-wrap .header-main:not(.h-fixed) #main-menu-mobile .btn-nav-mobile {
    color: #fff;
}

#header-wrap .header-main:not(.h-fixed) #main-menu-mobile .btn-nav-mobile:after,
#header-wrap .header-main:not(.h-fixed) #main-menu-mobile .btn-nav-mobile:before,
#header-wrap .header-main:not(.h-fixed) #main-menu-mobile .btn-nav-mobile span {
    background-color: #fff;
}


/* hero */

/* #hero::before {
    content: "";
    background: rgba(39, 41, 66, 0.4);
    position: absolute;
    top: 142px;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    -webkit-clip-path: polygon(0 0, 100% 94%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 94%, 100% 100%, 0 100%);
} */

#hero::after {
    content: "";
    position: absolute;
    bottom: -102px;
    left: 0;
    right: 0;
    height: 100px;
    display: block;
    -webkit-box-shadow: 0 -40px 60px -30px #171932;
    box-shadow: 0 -40px 60px 0 #171932;
}

.hero-footer > .vc_column-inner > .wpb_wrapper {
    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;
}

.hero-footer .btn {
    /*line-height: 55px;*/
    line-height: 22px;
    padding: 17px 37px 16px !important;
    white-space: normal;
}

@media (max-width: 575px) {
    .hero-footer > .vc_column-inner {
        padding-left: 12px;
        padding-right: 12px;
    }

    .hero-footer .btn {
        font-size: 14px;
        padding: 17px 12px 16px !important;
        letter-spacing: 0.35px;
    }
}

.video-player-text {
    margin: 0 38px !important;
    color: #fff;
    letter-spacing: 0.025em;
    font-size: 14px;
    line-height: 18px;
}

.video-player-btn .wpb_content_element {
    margin-bottom: 0;
}

.video-player-btn .ct-video-button.style2 {
    padding-left: 3px;
    width: 44px;
    height: 44px;
    font-size: 18px;
    line-height: 46px;
    -webkit-box-shadow: 0px 1.6px 6.4px rgb(0 0 0 / 25%);
    box-shadow: 0px 1.6px 6.4px rgb(0 0 0 / 25%);
}

.video-player-btn .ct-video-button.style2:before {
    width: 44px;
    height: 44px;
    left: 0;
    top: 0;
    border: 12px solid rgb(232 69 69 / 20%);
    -webkit-box-shadow: 0px 1.6px 6.4px rgb(0 0 0 / 25%);
    box-shadow: 0px 1.6px 6.4px rgb(0 0 0 / 25%);
}

.video-player-btn .ct-video-button.style2:after {
    width: 52px;
    height: 52px;
    left: -4px;
    top: -4px;
    border: 12px solid rgb(232 69 69 / 10%);
    -webkit-box-shadow: 0px 1.6px 6.4px rgb(0 0 0 / 25%);
    box-shadow: 0px 1.6px 6.4px rgb(0 0 0 / 25%);
}

#hero .vc_column_container {
    z-index: 2;
}

.moving-elements {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1 !important;
}

.moving-elements .item {
    position: absolute;
    background: #E84545;
}

.moving-elements .item-1 {
    top: 177px;
    right: 11px;
    width: 44px;
    height: 41px;
}

.moving-elements .item-2 {
    top: 347px;
    left: 33px;
    width: 28px;
    height: 26px;
}

.moving-elements .item-3 {
    top: 500px;
    right: 156px;
    width: 18px;
    height: 17px;
}

.banner-section .pos-widget {
    top: auto;
    bottom: 142px;
}

.banner-section .pos-widget .wpb_raw_code {
    margin-bottom: 0 !important;
}

.banner-section .pos-widget .clutch-widget iframe {
    width: 136px !important;
    height: 56px;
}

@media (max-width: 991px) {
    #hero::before {
        display: none;
    }

    .hero-footer .video-player-text, .hero-footer .video-player-btn {
        display: none;
    }

    .video-player-text {
        margin-top: 35px !important;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.025em;
    }
}



/* home headings */

.ct-heading-sub:not(.colored) {
    color: #427BFF;
}

.sub-heading-with-number {
    margin-bottom: 10px;
}

.sub-heading-with-number .ct-heading-sub::after {
    background: #427BFF;
}



/* technologies */

#technologies {
    margin-top: -108px;
    margin-bottom: -54px;
    z-index: 2;
}

@media (max-width: 991px) {
    #technologies {
        margin-top: 14px;
        margin-bottom: 0;
    }

    .technologies-mobile.vc_row {
        margin-left: -10px;
        margin-right: -10px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .technologies-mobile.vc_row > .vc_column_container > .vc_column-inner {
        padding-left: 10px;
        padding-right: 10px;
    }

    .technologies-mobile .wpb_single_image img {
        max-height: 29px;
    }
}



/* services */

.services-wrapper {
    padding-top: 68px;
}

.services-wrapper > .vc_column-inner > .wpb_wrapper {
    max-width: 953px;
    margin: auto;
}

.services-item {
    position: relative;
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.services-item .ct-fancybox-desc {
    font-size: 16px;
    line-height: 29px;
    text-align: justify;
}

.services-item .btn.btn-bordered {
    padding: 0 !important;
}

.services-item:first-child::after {
    display: none;
}

.services-item::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0px;
    width: 80%;
    opacity: .2;
    height: 1px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(
            90deg
            , rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    background: linear-gradient(
            90deg
            , rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.ct-fancybox-layout2 .ct-fancybox-title a:hover,
.services-item:hover .ct-fancybox-layout2 .ct-fancybox-title a {
    color: #E84545;
}

.ct-fancybox-layout2 .ct-fancybox-icon {
    position: relative;
    margin-right: 131px;
    min-width: 200px;
    height: 200px;
    background: #1D1F39;
    -webkit-box-shadow: 0px 0px 40px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 40px rgb(0 0 0 / 20%);
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ct-fancybox-layout2 .ct-fancybox-icon::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.0105) 69.79%, rgba(255, 255, 255, 0.002) 88.02%, rgba(255, 255, 255, 0) 100%);
}

.ct-fancybox-layout2 .ct-fancybox-inner:hover .ct-fancybox-icon {
    -webkit-animation: none;
    animation: none;
}

.services-item .ct-fancybox-content {
    padding-top: 20px;
}

.btn-circle-arrow .btn {
    padding: 0;
    width: 48px;
    height: 48px;
    background: transparent !important;
}

.btn-circle-arrow .btn::before, .btn-circle-arrow .btn::after {
    display: none;
}

.btn-circle-arrow .btn.btn-bordered {
    border-color: rgb(255 255 255 / 60%);
    color: rgb(255 255 255 / 60%);
}

.btn-circle-arrow .btn.btn-bordered:active,
.btn-circle-arrow .btn.btn-bordered:focus,
.btn-circle-arrow .btn.btn-bordered:hover,
.services-item:hover .btn-circle-arrow .btn.btn-bordered {
    border-color: rgb(232 69 69 / 80%);
    color: rgb(232 69 69 / 80%);
}

.btn-circle-arrow .btn span {
    display: none;
}

.btn-circle-arrow .btn .fa {
    margin-left: 5px;
    line-height: 40px;
    font-size: 38px;
}

@media (min-width: 768px) {
    .services-item > .vc_col-sm-9 {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .ct-fancybox-layout2 .ct-fancybox-icon {
        margin-right: 40px;
    }
}

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

    .ct-fancybox-layout2 .ct-fancybox-inner {
        display: block !important;
        text-align: center;
    }

    .ct-fancybox-layout2 .ct-fancybox-icon {
        margin: auto;
        height: auto;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .ct-fancybox-layout2 .ct-fancybox-icon::before {
        display: none;
    }

    .services-item {
        padding-top: 0;
    }

    .services-item + .services-item {
        padding-top: 65px;
    }

    .services-item::after {
        display: none !important;
    }

    .services-item .ct-fancybox-desc {
        text-align: center;
    }

    .btn-circle-arrow .btn {
        width: 40px;
        height: 40px;
        margin-top: 30px;
    }

    .btn-circle-arrow .btn .fa {
        line-height: 34px;
        font-size: 34px;
        margin-left: 4px;
    }
}



/* about us */

.management-box .wpb_single_image img {
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.05);
}

.management-box .ct-heading-desc {
    padding-top: 2px;
}

.management-box .ct-social1 a {
    color: #4B66F3;
    position: relative;
}

.management-box .ct-social1 a::before {
    content: "";
    position: absolute;
    top: 3px;
    right: 1px;
    bottom: 2px;
    left: 1px;
    background: #fff;
    display: block;
    z-index: -1;
    border-radius: 5px;
}

.about-container > .vc_column-inner > .wpb_wrapper {
    max-width: 953px;
    margin: auto;
}

.about-icon > .vc_column-inner {
    padding-left: 8px;
}

.about-text {
    margin-left: -10px;
    font-size: 24px;
    line-height: 43px;
    margin-top: 17px;
}

.about-text > .vc_column-inner {
    padding-right: 0;
}

@media (min-width: 1200px) {
    .management-box-wrap.vc_row {
        margin-left: -35px;
        margin-right: -35px;
    }

    .management-box-wrap.vc_row>.management-box>.vc_column-inner {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media (max-width: 767px) {
    .home-about {
        background: url("../images/home-about-bg-m.png") no-repeat center top;
        background-size: cover;
    }

    .about-icon {
        /*float: left;
        margin-top: -50px;
        margin-left: -8px;
        width: auto !important;
        min-width: 90px;
        margin-right: 20px;*/

        margin-top: -28px;
    }

    .about-icon > .vc_column-inner {
        padding-left: 0;
        padding-right: 40px;
    }

    .about-icon .wpb_single_image {
        margin-bottom: 14px !important;
        text-align: center !important;
    }

    .about-text > .vc_column-inner {
        padding-right: 15px;
    }

    .about-text {
        margin-left: 0;
        font-size: 20px;
        line-height: 36px;
        /*text-align: justify;*/
    }

    .management-box-wrap {
        max-width: 268px;
        margin: -29px auto 0 !important;
    }

    .management-box .wpb_single_image {
        margin-bottom: 30px;
    }

    .management-box + .management-box {
        margin-top: 39px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .management-box .ct-heading-tag {
        font-size: 20px !important;
        line-height: 25px !important;
    }

    .management-box .ct-heading-desc {
        font-size: 12px !important;
        line-height: 22px !important;
    }
}



/* opinions */

#opinions {
    padding-bottom: 46px;
    padding-top: 142px;

    overflow: visible;
    background: rgba(39, 41, 66, 0.4);
    height: 534px;
}

.hero-trapez {
    background: rgba(39, 41, 66, 0.4);
    position: absolute !important;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    -webkit-clip-path: polygon(0 0, 100% 94%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 94%, 100% 100%, 0 100%);
    height: 640px;
    transform: translateY(-100%);
}

#opinions::before, #opinions::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 534px;
    display: block;
    z-index: 1;
}

#opinions::before {
    background: rgba(14, 15, 29, 0.1);
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
}

#opinions::after {
    background: rgba(39, 42, 71, 0.3);
    -webkit-clip-path: polygon(0 27%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 27%, 100% 0, 100% 100%, 0 100%);
    z-index: 0;
}

#opinions .ct-opinions-carousel.default .ct-carousel-item .grid-item-inner:before {
    background: linear-gradient(180deg, #22243E -33.05%, #252A45 100%);
}

#opinions .ct-opinions-carousel.default .ct-carousel-item .grid-item-inner:after {
    display: none;
}

#opinions .ct-opinions-carousel.default .ct-carousel-item .stars-wrapper {
    margin-bottom: 9px;
}

#opinions .ct-opinions-carousel.default .ct-carousel-item,
#opinions .ct-opinions-carousel.default .ct-carousel-item a {
    color: #fff !important;
}

.ct-opinions-carousel.default .ct-carousel-item .author-name {
    font-size: 14px;
    line-height: 24px;
}

.ct-opinions-carousel.default .ct-carousel-item .author-position {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    opacity: 0.7;
}

.ct-opinions-carousel.default .owl-stage-outer .owl-item .grid-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ct-opinions-carousel.default .owl-stage-outer .owl-item.active .grid-item-inner {
    -webkit-box-shadow: 0px 0px 40px rgb(19 20 28 / 20%);
    box-shadow: 0px 0px 40px rgb(19 20 28 / 20%);
}

.ct-portfolio-carousel.layout2 .owl-dot {
    margin: 0 20px 0 0;
    background-color: transparent;
    border-radius: 50%;
}

.ct-portfolio-carousel.layout2 .owl-dot:last-of-type {
    margin-right: 0;
}

.ct-portfolio-carousel.layout2 .owl-dot:hover {
    background-color: rgba(232,69,69,.85);
    border-color: transparent;
}

.ct-opinions-carousel.default .owl-dot.active,
.ct-portfolio-carousel.layout2 .owl-dot.active {
    background: #fff;
    border-color: #fff;
}

.ct-opinions-carousel.default .owl-dot,
.ct-portfolio-carousel.layout2 .owl-dot {
    border: 1px solid rgba(255, 255, 255, 0.26);
    width: 8px !important;
    height: 8px !important;
}

#case-studies .ct-opinions-carousel.default .owl-dot,
#case-studies .ct-portfolio-carousel.layout2 .owl-dot {
    /*border-color: #2E57C4;*/
    border-color: rgba(23, 25, 50, .2);
}

#case-studies .ct-opinions-carousel.default .owl-dot.active,
#case-studies .ct-portfolio-carousel.layout2 .owl-dot.active {
    /*background: #2E57C4;
    border-color: #2E57C4;*/
    background: #171932;
    border-color: #171932;
}

@media (min-width: 992px) {
    .ct-opinions-carousel.default .owl-dots,
    .ct-portfolio-carousel.layout2 .owl-dots {
        display: none;
    }
}

@media (max-width: 1366px) {
    .ct-opinions-carousel .owl-prev,
    .ct-portfolio-carousel.layout2 .owl-prev {
        left: -20px;
    }

    .ct-opinions-carousel .owl-next,
    .ct-portfolio-carousel.layout2 .owl-next {
        right: -20px;
    }
}

@media (max-width: 991px) {
    #opinions {
        padding-top: 22px;
        height: auto;
        overflow: hidden;
        background: transparent;
    }

    #opinions::before, #opinions::after, .hero-trapez {
        display: none;
    }

    .ct-opinions-carousel.default .owl-nav,
    .ct-portfolio-carousel.layout2 .owl-nav {
        display: none;
    }
}



/* boxes */

.fancy-box {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    margin-bottom: 10px;
    background: #20233F;
}

.fancy-box.ct-fancybox-layout4 .ct-fancybox-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.fancy-box.ct-fancybox-layout4 .ct-fancybox-inner:after {
    display: none;
}

.counter-section {
    counter-reset: section;
}

.counter-section .fancy-box .ct-fancybox-desc::before {
    counter-increment: section;
    content: counter(section);
}

.counter-section ol {
    padding-left: 0;
    list-style: none;
}

.counter-section ol li {
    position: relative;
    margin-bottom: 28px;
    padding-left: 43px;
    font-size: 18px;
    line-height: 23px;
}

.counter-section ol li::before {
    content: "";
    counter-increment: section;
    content: counter(section);
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 23px;
    background: #2E57C4;
    border-radius: 50%;
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #FFFFFF;
    text-align: center;
}

.box-filter {
    -webkit-filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.2));
}

.box-shadow {
    -webkit-box-shadow: 0px 4px 40px rgba(8, 9, 30, 0.3);
    box-shadow: 0px 4px 40px rgba(8, 9, 30, 0.3);
}

.box-gutters.vc_row {
    margin-left: -5px;
    margin-right: -5px;
}

.box-gutters.vc_row > .vc_column_container > .vc_column-inner {
    padding-left: 5px;
    padding-right: 5px;
}

.box-gutters.vc_row .wpb_content_element {
    margin-bottom: 10px;
}

.fancy-box::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: no-repeat center;
    background-size: cover;
    -webkit-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
}

.fancy-box:hover::before {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}



/* fancy box type 1 */

.counter-section .fancy-box-type-1 .ct-fancybox-desc::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #427BFF;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.box-dots > .ct-fancybox-inner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 58px;
    background: url("/wp-content/uploads/2021/05/box-dots.svg") no-repeat 0 0;
    display: block;
}

.box-dots.fancy-box-bg-2 > .ct-fancybox-inner::before {
    top: 137px;
}

.box-dots.fancy-box-bg-4 > .ct-fancybox-inner::before {
    top: 38px;
}

.box-dots.fancy-box-bg-6 > .ct-fancybox-inner::before {
    top: 40px;
}

.fancy-box-type-1.ct-fancybox-layout4 .ct-fancybox-inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 28px 36px 23px 27px;
    height: 213px !important;
}

.fancy-box-type-1.ct-fancybox-layout4 .ct-fancybox-inner .ct-fancybox-desc {
    position: relative;
    padding-left: 33px;
    text-align: left;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    color: #fff;
}

.fancy-box-type-1.ct-fancybox-layout4 .ct-fancybox-inner .ct-fancybox-icon {
    margin-top: 30px;
    margin-bottom: 0 !important;
    position: relative;
}

.fancy-box-type-1.ct-fancybox-layout4 .ct-fancybox-inner .ct-fancybox-icon img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
}

.fancy-box-type-1.ct-fancybox-layout4 .ct-fancybox-inner:hover .icon-main {
    -webkit-filter: none;
    filter: none;
}

.fancy-box-type-1::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(28, 32, 71, 0.58);
}

.fancy-box-type-1.fancy-box-bg-1::before {
    background-image: url("/wp-content/uploads/2021/05/box-1a.png");
}

.fancy-box-type-1.fancy-box-bg-2::before {
    background-image: url("/wp-content/uploads/2021/05/box-2a.png");
}

.fancy-box-type-1.fancy-box-bg-3::before {
    background-image: url("/wp-content/uploads/2021/05/box-3a.png");
}

.fancy-box-type-1.fancy-box-bg-4::before {
    background-image: url("/wp-content/uploads/2021/05/box-4a.png");
}

.fancy-box-type-1.fancy-box-bg-5::before {
    background-image: url("/wp-content/uploads/2021/05/box-5a.png");
}

.fancy-box-type-1.fancy-box-bg-6::before {
    background-image: url("/wp-content/uploads/2021/05/box-6a.png");
}



/* fancy box type 2 */

#boxes-type-2{
    overflow: visible;
}

#boxes-type-2::after {
    background: url(/wp-content/uploads/2021/06/boxes-type-2-bg-2.png) no-repeat center;
    background-size: cover;
    content: "";
    position: absolute;
    z-index: -1;
    top: 750px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 1210px;
    margin: auto;
}

.counter-section .fancy-box-type-2 .ct-fancybox-desc::before {
    position: absolute;
    top: 2px;
    right: 20px;
    font-size: 60px;
    line-height: 108px;
    color: rgba(255, 255, 255, 0.1);
}

.fancy-box-type-2.ct-fancybox-layout4 .ct-fancybox-inner .ct-fancybox-icon img {
    -webkit-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
}

.fancy-box-type-2.ct-fancybox-layout4 .ct-fancybox-inner:hover .icon-main {
    -webkit-filter: none;
    filter: none;
}

.fancy-box-type-2::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(28, 32, 71, 0.58);
}

.fancy-box-type-2.ct-fancybox-layout4 .ct-fancybox-inner {
    display: block;
    text-align: left;
    padding: 28px 26px 30px;
    height: 287px !important;
}

.fancy-box-type-2.ct-fancybox-layout4.style2 .ct-fancybox-inner .ct-fancybox-icon {
    height: auto !important;
    margin-bottom: 40px;
}

.fancy-box-type-2.ct-fancybox-layout4 .ct-fancybox-inner .ct-fancybox-desc {
    font-size: 18px;
    line-height: 32px;
}

.fancy-box-type-2.fancy-box-bg-1::before {
    background-image: url("/wp-content/uploads/2021/05/box-1b.png");
}

.fancy-box-type-2.fancy-box-bg-2::before {
    background-image: url("/wp-content/uploads/2021/05/box-2b.png");
}

.fancy-box-type-2.fancy-box-bg-3::before {
    background-image: url("/wp-content/uploads/2021/05/box-3b.png");
}

.fancy-box-type-2.fancy-box-bg-4::before {
    background-image: url("/wp-content/uploads/2021/05/box-4b.png");
}

.fancy-box-type-2.fancy-box-bg-5::before {
    background-image: url("/wp-content/uploads/2021/05/box-5b.png");
}

@media (max-width: 767px) {
    .heading-icon  .wpb_single_image {
        min-width: 80px;
        margin-bottom: 0 !important;
        margin-right: 22px;
    }

    .heading-icon {
        margin-bottom: 50px;
    }

    .heading-icon .vc_column-inner .wpb_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .heading-icon .ct-heading .ct-heading-tag {
        margin-bottom: 0;
        font-weight: 500;
        font-size: 25px;
        line-height: 32px;
    }
}



/* our socials */

.block-awards {
    background: #242744;
    -webkit-box-shadow: 0px 0px 40px rgb(0 0 0 / 20%) !important;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 20%) !important;
}

.block-awards .ct-fancybox-icon {
    max-width: none;
}

#our-socials::before {
    content: "";
    background: #1B1D37;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 75%, 0% 100%);
    clip-path: polygon(0 0, 100% 15%, 100% 75%, 0% 100%);
}

#our-socials.vc_row, #our-socials.vc_row .vc_row {
    margin-left: -20px;
    margin-right: -20px;
}

#our-socials.vc_row .vc_column_container > .vc_column-inner {
    padding-left: 20px;
    padding-right: 20px;
}

#our-socials .block-awards {
    margin-bottom: 40px;
}

#our-socials .ct-fancybox-layout6 .ct-fancybox-desc {
    font-size: 14px;
    line-height: 24px;
}

#our-socials .ct-fancybox-default .ct-fancybox-title {
    line-height: 30px;
}

#our-socials .ct-fancybox-layout6 .ct-fancybox-title {
    margin-bottom: 12px;
    line-height: 125%;
}

#our-socials {
    padding-top: 68px !important;
    padding-bottom: 168px;
}

#our-socials::after {
    content: "";
    background: url("/wp-content/uploads/2021/06/our-socials-circle-bg-2.png") no-repeat center;
    position: absolute;
    z-index: -1;
    top: -120px;
    right: -110px;
    bottom: 0;
    width: 512px;
    height: 512px;
    display: block;
    margin: auto;
}

@media (max-width: 991px) {
    #our-socials {
        padding-top: 19px !important;
        padding-bottom: 0;
    }

    #our-socials::before {
        -webkit-clip-path: none;
        clip-path: none;
    }

    #our-socials .btn-circle-arrow .btn {
        margin: auto !important;
    }
}



/* our technology */

.our-technology {
    margin-bottom: -143px;
}

.our-technology > .vc_column-inner {
    max-width: 1362px;
    margin: auto;
}

.our-technology > .vc_column-inner > .wpb_wrapper > .vc_row + .vc_row {
    position: relative;
    top: -97px;
}

.our-technology > .vc_column-inner > .wpb_wrapper > .vc_row + .vc_row + .vc_row {
    top: -143px;
}

.our-technology .btn.btn-bordered:not(:hover) {
    background: #1B203D;
}

.tech-icon-mobile {
    margin-bottom: 55px;
}

.tech-icon-mobile .vc_single_image-wrapper {
    margin: auto;
    width: 97px;
    height: 97px;
    background: #191C39;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-box-shadow: 0px 0px 50px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 50px rgb(0 0 0 / 10%);
}

.tech-icon-mobile .vc_figure-caption {
    margin-top: 15px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.tech-list-mobile ul {
    margin-top: 25px;
    list-style: none;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}

.tech-list-mobile ul li {
    margin-bottom: 40px;
}

.cross-item {
    position: relative;
}

.cross-item::before {
    content: "";
    background: rgb(255 255 255 / 20%);
    position: absolute;
    top: 50px;
    bottom: 166px;
    width: 1px;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
}

.cross-item.bottom::before {
    top: 135px;
    bottom: 85px;
}

.cross-item-horrizontal {
    position: relative;
}

.cross-item-horrizontal::before {
    content: "";
    background: rgb(255 255 255 / 20%);
    height: 1px;
    top: 118px;
    right: 0;
    display: block;
    position: absolute;
    max-width: 388px;
    width: 100%;
}

.cross-item-horrizontal.right::before {
    right: auto;
    left: 0;
}

@media (max-width: 1199px) {
    .our-technologies.vc_row > .vc_column_container > .vc_column-inner {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 374px) {
    .tech-icon-mobile .vc_single_image-wrapper {
        width: 80px;
        height: 80px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .our-technology img {
        max-width: 80%;
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .our-technology img {
        max-width: 90%;
    }
}



/* contact */

.row-contact h3.ct-heading-tag {
    color: #fff;
}

.custom-contact-row-wrapper[class*="vc_custom_"] {
    background: #1C203D !important;
}

.custom-contact-row-wrapper[class*=vc_custom_] a {
    color: #fff;
}

.custom-contact-row-wrapper[class*="vc_custom_"].row-boxshadow {
    -webkit-box-shadow: 0px 0px 100px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 100px rgb(0 0 0 / 10%);
}

.custom-contact-row-wrapper .wpcf7-form .input-filled label,
.custom-contact-row-wrapper .person-name,
.custom-contact-row-wrapper .ct-list.layout3 span {
    color: #fff !important;
}

.custom-contact-row-wrapper .person-text:before, .custom-contact-row-wrapper .person-text {
    color: #427BFF !important;
}

.custom-contact-row-wrapper .person-title {
    color: rgba(255, 255, 255, 0.6);
}

.custom-contact-row-wrapper .ct-list.layout3 i {
    background-image: -webkit-gradient(linear,left top,right top,from(#427BFF),to(#427BFF));
    background-image: -webkit-linear-gradient(left,#427BFF,#427BFF);
}

.custom-contact-row-wrapper .ct-contact-form-default.style-classic .wpcf7-form-control:not(.wpcf7-submit) {
    background: #141735;
}

.custom-contact-row-wrapper .wpcf7-acceptance {
    background: transparent !important;
}

.custom-contact-row-wrapper .wpcf7-acceptance a {
    color: inherit;
}

.custom-contact-row-wrapper .wpcf7-acceptance a:hover,
.custom-contact-row-wrapper .wpcf7-acceptance a:focus,
.custom-contact-row-wrapper .wpcf7-acceptance a:active {
    color: #fff;
}

.custom-contact-row-wrapper .ct-contact-form-default.style-classic .wpcf7-form-control:not(.wpcf7-submit) {
    border: 0;
    border-radius: 5px;
}

.ct-contact-form-default.style-classic .wpcf7-form-control:not(.wpcf7-submit) {
    color: rgb(255 255 255 / 60%);
}

input[type=checkbox] {
    border: 1px solid rgba(255, 255, 255, 0.5);
}

input[type=checkbox] + span.checked {
    background: transparent !important;
}

input[type=checkbox] + span.checked.active {
    background: rgba(255, 255, 255, 0.5) !important;
}

#form-acceptance-2 {
    margin-top: 10px;
}



/* Our Cases Carousel */

.ct-portfolio-carousel.layout2 .owl-item img {
    width: auto;
}

.ct-portfolio-carousel.layout2 .grid-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #1A1D38;
    box-shadow: 0px 0px 40px rgba(8, 9, 30, 0.3);
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}

.ct-portfolio-carousel.layout2 .grid-item-inner .item-featured {
    min-width: 300px;
}

.ct-portfolio-carousel.layout2 .item-body {
    padding: 31px 60px 33px;
}

.ct-portfolio-carousel.layout2 .item-client-title {
    font-family: Rubik;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 27px;
    color: #FFFFFF;
    margin-bottom: 3px;
}

.ct-portfolio-carousel.layout2 .item-title {
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 22px;
}

.ct-portfolio-carousel.layout2 .item-title a {
    color: #FFFFFF;
    opacity: 0.6;
}

.ct-portfolio-carousel.layout2 .item-title a:hover {
    opacity: 1;
}

.ct-portfolio-carousel.layout2 .item-content {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    color: #FFFFFF;
    opacity: 0.6;
}

.ct-portfolio-carousel.layout2 .item-content p:last-child {
    margin-bottom: 0;
}

.ct-portfolio-carousel.layout2 .item-author {
    font-family: Rubik;
    padding: 31px 36px;
    height: 100%;
    background: #1A1D38;
    box-shadow: 0px 0px 40px rgba(8, 9, 30, 0.3);
    border-radius: 5px;
    overflow: hidden;
    color: #FFFFFF;
}

.ct-portfolio-carousel.layout2 .item-author-name {
    font-weight: bold;
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 3px;
}

.ct-portfolio-carousel.layout2 .item-author-position {
    font-size: 12px;
    line-height: 22px;
    opacity: 0.6;
    margin-bottom: 22px;
}

.ct-portfolio-carousel.layout2 .item-author-text {
    font-size: 14px;
    line-height: 25px;
    opacity: 0.6;
}

@media (max-width: 1199px) {
    .ct-portfolio-carousel.layout2 .grid-item-inner .item-featured {
        min-width: 170px;
    }

    .ct-portfolio-carousel.layout2 .item-body {
        padding-left: 35px;
        padding-right: 35px;
    }

    .ct-portfolio-carousel.layout2 .item-author {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 991px) {
    .ct-portfolio-carousel.layout2 .grid-item-inner {
        display: block;
        background: transparent;
        box-shadow: none;
        border-radius: 0;
    }

    .ct-portfolio-carousel.layout2 .grid-item-inner .item-featured {
        min-width: auto;
        max-width: 293px;
        height: 293px;
        overflow: hidden;
        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;
        margin: auto;
        border-radius: 5px;
    }

    .ct-portfolio-carousel.layout2 .item-client-title,
    .ct-portfolio-carousel.layout2 .item-title {
        text-align: center;
    }

    .ct-portfolio-carousel.layout2 .item-content {
        text-align: justify;
    }

    .ct-portfolio-carousel.layout2 .item-body {
        padding: 50px 0 20px;
    }
}