body {
    overflow-x: hidden;
}
.bg-ellipse-night {
    top: -2px;
}
.section-moments {
    padding-bottom: 180px;
}

/* job category section  */

.section-job-category {
    padding: 130px 0;
}

.section-job-category .row {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}

.section-job-category .row .col-4 {
    width: calc(24.33% - 30px);
}

.features_box a svg {
    stroke: currentColor;
    width: 10px;
    height: 12px;
}
.features_box a span {
    transition: font-size 0.3s ease;
    font-size: 0;
}

.features_box:hover a span {
    font-size: 16px;
}

.footer-content-block .paragraph-no-margin {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #8c8c8c;
}

@media (max-width: 1199px) {
    .section-job-category .row {
        justify-content: space-between;
    }
    .section-job-category .row .col-4 {
        width: calc(50% - 30px);
        margin-bottom: 30px;
    }
    .section-job-category .row .col-4:nth-child(2) ~ .col-4 {
        margin-bottom: 0;
    }
    .features_box a span {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .section-job-category .row .col-4 {
        width: 100%;
        margin-bottom: 30px;
    }
    .section-job-category .row .col-4:nth-child(2) ~ .col-4 {
        margin-bottom: 30px;
    }
    .section-job-category .row .col-4:nth-child(3) ~ .col-4 {
        margin-bottom: 0;
    }
    .section-job-category {
        padding: 80px 0;
    }
    .contacts-form-wrapper1 {
        width: 85% !important;
        padding: 30px !important;
        margin-top: 30px !important;
    }
}

@media (max-width: 320px) {
    .footer-brand-wrapper {
        padding-left: 20px;
    }
    .footer-content-block {
        width: 200px;
    }
    .footer-brand-wrapper .image-10 {
        width: 25px;
    }
    .footer-phone,
    .footer-email {
        font-size: 20px;
    }
}
.footer-wrapper .block-container-grid {
    place-items: baseline;
    grid-template-columns: 1fr;
}

.blog-post-section {
    margin-top: 90px;
}
.footer-rights-wrapper {
    margin-left: auto;
    margin-right: auto;
}

.section_job_counter {
    counter-reset: count;
}

.section-job-padding {
    position: relative;
    padding: 120px 40px;
}
.section_job_counter .row {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
    margin-right: -15px;
    margin-left: -15px;
}
.section-job-padding .row .service_block {
    padding: 50px 50px 30px;
    background-color: #ffffff;
    border-left: 5px solid #65cfa9;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
    height: 100%;
}
.service_block:before {
    counter-increment: count;
    content: "0"counter(count);
    font-size: 150px;
    font-weight: bold;
    position: absolute;
    line-height: 0;
    color: rgb(27, 35, 54, 10%);
    z-index: -1;
    -webkit-text-stroke: 1px rgb(27, 35, 54, 10%);
    -webkit-text-fill-color: transparent;
    top: 40%;
    transform: translateY(-60%);
    right: 60px;
    pointer-events: none;
}
.shadow_1 {
    box-shadow: 0px 1px 30px 1px #ecf2ff;
}
.service_block .icon {
    margin-bottom: 20px;
    width: 120px;
    margin-right: 30px;
}
.service_block .text {
    margin-bottom: 20px;
    width: calc(100% - 150px);
}
.service_block .text .title {
    font-weight: 600;
    margin-bottom: 10px;
}
.contacts-form-wrapper1 {
    width: 50%;
    margin: 0 auto;
    padding: 48px;
    background-color: rgba(78, 196, 255, 0.1);
}
.text-center{
    text-align: center;
}
/* a{
    text-decoration:none;
} */

.home-faq-wrap {
    display: flex;
    margin-top: 50px;
    grid-column-gap: 50px;
    width: 100%;
}
.faq-title {
    width: 30%;
}
.faqs-wrap {
    
    width: 100%;   
}

.acc {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 31, 109, 0.1) ;
    
  }
  
  .acc-head {
    /* background-color: rgb(155, 154, 87); */
    padding: 15px 10px;
    font-size: 22px;
    position: relative;
    cursor: pointer;
   }
  
   .acc-head::before,
   .acc-head::after {
    content: '';
    position: absolute;
    top: 50%;
    background-color: rgb(0, 0, 0);
    transition: all .3s;
   }
  
   .acc-head::before {
    right: 30px;
    width: 3px;
    height: 20px;
    margin-top: -10px;
  }
  
  .acc-head::after {
    right: 21px;
    width: 20px;
    height: 3px;
    margin-top: -2px;
  }
  
  .acc-head p {
    color: rgb(0, 0, 0);
    font-weight: bold;
  }
  
  .acc-content {
    padding: 15px 10px;
    display: none;
  }
          
  .acc-head.active::before {
      transform: rotate(90deg);
  }
  
.mtb-size{
    margin-bottom: 100px;
    margin-top: 130px;
}


.custom-list-3 {
    max-width: 35em;
    margin-right: auto;
    margin-left: auto;
}
.list-block.less-padding, .list-block.with-animation {
    padding-bottom: 2em;
}
.list-block {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    padding-bottom: 4.5em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.list-block.is-last {
    padding-bottom: 0;
}
.subtitle-text-1 {
    max-width: 23em;
    color: rgba(18,4,44,.7);
    font-size: 1.8em;
    font-weight: 300;
    text-align: center;
}

.circle-in-list {
    position: relative;
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    display: -ms-flexbox;
    display: flex;
    width: 3em;
    height: 3em;
    margin-right: 2.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    /* -webkit-flex-direction: column; */
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    /* -webkit-justify-content: center; */
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    /* -webkit-align-items: center; */
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    /* -webkit-flex: 0 0 auto; */
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 50%;
}
.custom-list-icon {
    position: absolute;
    z-index: 10;
    width: 1em;
    height: 1em;
    font-size: 1.4em;
    -o-object-fit: contain;
    object-fit: contain;
}
.circle-background-1 {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #330b7e;
}
.list-line {
    position: absolute;
    left: 1.4em;
    top: 0.1em;
    width: 0.2em;
    height: 100%;
    background-color: #330b7e;
    opacity: .1;
}
.list-title {
    margin-bottom: 0.7em;
    color: #330b7e;
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: 600;
}
.mt-5{
    margin-top: 50px;
    margin-bottom: 30px;
}

/*why-us-list*/
.ab_sec_block{
    padding-left: 40px;
}

.why-us-list li {
    box-shadow: 0px 1px 30px 1px #aae2d43d;
    background-color: #ffffff;
    padding: 30px;
    border-left: 5px solid transparent;
    background-image: none;
    transition: 0.3s all;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}
.why-us-list li:hover {
    border-color: #f795fa;
}

.why_us_box .circle_element {
    width: 100%;
    display: flex;
    max-width: 550px;
    min-height: 550px;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    bottom: 5px;
    z-index: -1;
    left: 220px;
    right: 0;
    box-shadow: 50px 5px 60px 130px rgb(101, 207, 169, 15%);
}

.why_us_box .element_1 {
    position: absolute;
    right: 40px;
    bottom: -40px;
    z-index: -1;
}

.why_us_box .element_2 {
    position: absolute;
    right: 0;
    top: 100px;
    z-index: -1;
}

.why_us_box .element_3 {
    position: absolute;
    left: 200px;
    top: 150px;
    z-index: -1;
}

/*style 2*/
.why-us-list.style_2 li {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 600px;
    border-color: #f795fa;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.why-us-list.style_2 li img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    width: 0%;
    transition: 0.5s all;
}

.why-us-list.style_2 li:before {
    content: '';
    background-color: #1b2336;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    z-index: -1;
    transition: 0.5s all;
}

.why-us-list.style_2 li .text {
    width: 100%;
}

.why-us-list.style_2 li:first-child {
    margin-left: 50px;
    width: 100%;
}

.why-us-list.style_2 li:nth-child(2) {
    margin-left: 150px;
    width: 100%;
}

.why-us-list.style_2 li:nth-child(4) {
    margin-left: 100px;
    width: 100%;
}
.why-us-list.style_2 li:hover img,
.why-us-list.style_2 li:hover:before {
    width: 100%;
}
.why-us-list.style_2 li:hover .h_ab,.why-us-list.style_2 li:hover .par_ab {
    color: #ffffff;
}
.image-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.about-para{
    width: 40%;
}

/*style 3*/
.why-us-list.style_2.style_3 li {
    border-radius: 16px;
}

.welcome-container-2 {
    position: relative;
    
    display: -ms-flexbox;
    display: flex;
    
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    
    -ms-flex-pack: center;

    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
 
}
.image_1 {
    position: absolute;
    left: 1em;
    top: 21.5em;
    /* z-index: 5; */
    width: 17em;
    height: 21em;
}
.image_2 {
    position: absolute;
    left: 56em;
    top: 1.5em;
    /* z-index: 5; */
    width: 17em;
    height: 21em;
}
.text-cont{
    padding-left: 80px;
}
/* r_sty_cal-about-section */
.hiring-main-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hiring-main-wrapper .left-block,
.hiring-main-wrapper .right-block {
    width: calc(50% - 20px);
}

.hiring-main-wrapper .left-block {
    text-align: left;
}

.hiring-main-wrapper .left-block .title-block {
    align-items: flex-start;
}

.hiring-main-wrapper .left-block .inner-content-block-wrapper {
    display: flex;
}

.hiring-main-wrapper .left-block .left-block-icon {
    max-width: 250px;
    min-width: 80px;
}

.hiring-main-wrapper
    .left-block
    .inner-content-block-wrapper
    .inner-content-block {
    display: flex;
}

.hiring-main-wrapper
    .left-block
    .inner-content-block-wrapper
    .left-block-content {
    padding-left: 30px;
}

.hiring-main-wrapper .left-block .inner-content-block-wrapper-main {
    margin-top: 50px;
}
.hiring-main-wrapper .right-block img {
    width: 100%;
}
@media (max-width: 1050px) {
    .hiring-main-wrapper .right-block {
        margin-top: 50px;
    }
    .hiring-main-wrapper {
        justify-content: center;
    }
    .hiring-main-wrapper .left-block,
    .hiring-main-wrapper .right-block {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .hiring-main-wrapper
        .left-block
        .inner-content-block-wrapper
        .inner-content-block {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .hiring-main-wrapper
        .left-block
        .inner-content-block-wrapper
        .left-block-content {
        padding-left: 0;
        margin-top: 50px;
    }
    .hiring-main-wrapper
        .left-block
        .inner-content-block-wrapper-main
        > *:not(:first-child) {
        margin-top: 50px;
    }
    .hiring-main-wrapper .left-block .left-block-icon {
        max-width: 80px;
        min-width: 50px;
    }
}

.skill-main-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.skill-main-wrapper .left-block .title-block {
    display: block;
    text-align: left;
}

.skill-main-wrapper .left-block,
.skill-main-wrapper .right-block {
    width: calc(50% - 30px);
}

.skill-main-wrapper .right-block {
    display: flex;
}

.skill-main-wrapper .right-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.skill-main-wrapper .right-block .right-block > * {
    width: calc(50% - 30px);
}

.inner-content-block-wrapper-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.skill-main-wrapper .inner-content-block-wrapper-main > * {
    width: calc(50% - 15px);
}

.skill-main-wrapper
    .inner-content-block-wrapper-main
    .inner-content-block-wrapper:nth-child(2)
    ~ .inner-content-block-wrapper {
    margin-top: 40px;
}

.skill-main-wrapper
    .inner-content-block-wrapper-main
    .inner-content-block-wrapper
    .left-block-icon {
    max-width: 50px;
    margin-bottom: 20px;
}

.skill-main-wrapper p {
    color: #ffffff;
}

.skill-main-wrapper h4 {
    color: #eb76ff;
}
.skill-main {
    background-image: url(../../img/bg12.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed !important;
}

@media (max-width: 1199px) {
    .skill-main-wrapper .left-block,
    .skill-main-wrapper .right-block {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .skill-main-wrapper .inner-content-block-wrapper-main > * {
        width: 100%;
    }

    .skill-main-wrapper
        .inner-content-block-wrapper-main
        .inner-content-block-wrapper
        .left-block-icon {
        margin-top: 30px;
    }
}
#skills {
    list-style-type: none;
}

#skills li {
    background-image: none;
    position: relative;
    list-style: none;
    margin-bottom: 32px;
    padding-left: 0;
}
.bar_container,
.bar {
    position: absolute;
    left: 0;
    height: 5px;
    border-radius: 5px;
    content: "";
}
.bar_container {
    bottom: -15px;
    width: 100%;
    background-color: #333;
    text-align: right;
}
.bar {
    top: 0;
}
.pct {
    position: absolute;
    top: -30px;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s linear;
}
.skill-bar-right-block {
    width: 100%;
}

.skill-bar-left-block,
.skill-bar-right-block {
    width: calc(50% - 30px);
}
.skill-bar-wrapper-main {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.skill-bar-right-block h4 {
    margin-bottom: 30px;
}
.pct-top {
    position: absolute;
    bottom: 15px;
    right: 0;
}

.pct {
    display: none;
}

.skill-bar-left-block-content h3 {
    margin-bottom: 30px;
}
.skill-bar-left-block-content .sub-titel {
    color: #ff66fd;
}
@media (max-width: 767px) {
    .skill-bar-left-block,
    .skill-bar-right-block {
        width: 100%;
    }
    .skill-bar-right-block {
        margin-top: 50px;
    }
}

.count-area {
    position: relative;
    text-align: center;
    width: 100%;
}
.count-area-content {
    margin-top: 30px;
}
.count-area i {
    font-size: 48px;
}
.count-digit {
    margin: 20px 0px;
    font-weight: 700;
    font-size: 40px;
    color: #333;
    margin-right: 5px;
}
.count-title {
    font-size: 20px;
}

.skill-round-main-wrapper {
    display: flex;
    justify-content: space-between;
}

.skill-round-left,
.skill-round-right {
    width: calc(50% - 20px);
}

.skill-round-left-prograss-main {
    display: flex;
    width: 100%;
}

.skill-round-left-prograss-main .count-area .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.skill-round-left-prograss-main .count-area .col-sm-6.col-md-3 {
    width: 40%;
    margin-right: 20px;
}

.count-area-content p {
    width: 130px;
    height: 130px;
    border: 3px solid #ff66fd;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
}

.skill-round-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.count-area-content p:not(span) {
    font-size: 26px;
    color: #ff66fd;
}
section.skill-round-main.wf-section {
    padding-bottom: 130px;
}
@media (max-width: 991px) {
    .skill-round-main-wrapper {
        flex-direction: column;
    }
    .skill-round-left,
    .skill-round-right {
        width: 100%;
    }
    .skill-round-left {
        margin-bottom: 50px;
    }
}
@media (max-width: 350px) {
    .skill-round-left-prograss-main .count-area .row {
        flex-direction: column;
        align-items: center;
    }
    .skill-round-left-prograss-main .count-area .col-sm-6.col-md-3 {
        width: 100%;
    }
}

.process-titel {
    text-align: center;
}

.process-main-wrapper {
    margin-top: 50px;
}

.process-main-wrapper .process-item {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

.process-main-wrapper .process-item .process-inner-content {
    width: calc(45% - 30px);
}
.process-main-wrapper .process-item:not(:last-child){
    margin-bottom: 30px;
}
.process-main-wrapper .process-item .process-inner-info {
    width: 260px;
    height: 260px;
    border: 3px solid;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 40px;
    text-align: center;
}

.process-main-wrapper > *:nth-child(odd) .process-inner-content {
    text-align: right;
}

.process-main-wrapper >*:nth-child(even) {
    justify-content: flex-end;
}

.process-main-wrapper >*:nth-child(even) .process-inner-info {
    margin-left: 0;
    margin-right: 40px;
}
.process-main-wrapper .process-item .process-inner-info p {
    font-size: 30px;
    color: #ff66fd;
    font-weight: 600;
}
@media (max-width:576px) {
    .process-main-wrapper .process-item .process-inner-info,
    .process-main-wrapper >*:nth-child(even) .process-inner-info{
        margin-left: 0;
        margin-right: 0;
    }
    .process-main-wrapper >*:nth-child(even) .process-inner-info
    {
        order: 0;
    }
    .process-main-wrapper >*:nth-child(odd)  .process-inner-content{
        order: 1;
    }
    .process-main-wrapper >*:nth-child(odd) .process-inner-content{
        margin-top: 30px;
    }
    .process-main-wrapper >*:nth-child(even)  .process-inner-content{
        margin-top: 30px;
    }
    .process-main-wrapper .process-item .process-inner-content {
        text-align: center;
        width: 100%;
    }
    .process-main-wrapper .process-item{
        justify-content: center;
    }
}
@media (max-width:300px){
    .process-main-wrapper .process-item .process-inner-info {
        width: 220px;
        height: 22.0px;
    } 
}
/* service page */
.counter-parallax{
    background-color: white;
  }
.parallax {
    position: relative;
    overflow: hidden;
    background: #1b2336;
  }
  .parallax img {
    position: absolute;
    min-width: 150%;
    margin-left: -60%;
    left: 50%;
    min-height: 120%;
    margin-top: -60%;
    top: 50%;
    opacity: .5;
  }
  .parallax:nth-child(2) img {
    transform: translateY(-10px);
  }
  .parallax__inner {
    position: relative;
    text-align: center;
    padding: 150px 10px;
  }

  .services_page_mt{
    margin-top: 80px;
  }
  .bg-gray{
    background-image: url(../../img/bg12.jpg);
  }

/* service page feat end */

/* faq */
.negative-img {
    position: relative;
    height: 450px;
    margin-top: -230px;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}
/* faq end */


.resources .welcome-text-block {
    padding-left: 0;
    padding-right: 50px;
}

.resources-faq.section.wf-section {
    padding-top: 0;
}

.resources-faq-main-wrraper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.resources-faq-main-wrraper .left-block {
    width: calc(50% - 15px);
}

.resources-faq-main-wrraper .right-block {
    width: calc(50% - 15px);
}   

@media (max-width:767px) {
    .resources-faq-main-wrraper .right-block {
        width: 100%;
    } 
    .resources-faq-main-wrraper .left-block{
        width: 100%;
        margin-bottom: 50px;
    }
}
@media (max-width:319px){
    .acc-head::before, .acc-head::after{
        content: unset;
    }
    .acc-head p, .acc-content p{ font-size: 14px;}
}


.resources-portfolio.section.wf-section {
    padding-top: 0;
}

.resources-portfolio-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
}

.resources-portfolio-content .resources-portfolio-item {
    width: calc(25% - 15px);
}

.resources-portfolio-content .resources-portfolio-item .resources-portfolio-img {
    width: 100%;
    overflow: hidden;
}

.resources-portfolio-content .resources-portfolio-item .resources-portfolio-img img {
    width: 100%;
}

.resources-portfolio-main {
    width: 100%;
}

.resources-portfolio-content-inner {
    width: 85%;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: -30px;
    padding: 10px;
}
body {
    overflow-x: hidden;
}
.bg-ellipse-night {
    top: -2px;
}
.section-moments {
    padding-bottom: 180px;
}

/* job category section  */

.section-job-category {
    padding: 130px 0;
}

.section-job-category .row {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}

.section-job-category .row .col-4 {
    width: calc(24.33% - 30px);
}

.section-job-category .features_box {
    padding: 40px 20px;
    background: transparent;
    transition: 0.3s all;
}

.section-job-category .features_box:hover {
    box-shadow: 0px 1px 30px 1px transparent;
}

.section-job-category .features_box .icon {
    margin-bottom: 24px;
}

.section-job-category .features_box p {
    font-size: 16px;
    margin-bottom: 24px;
}
.features_box a svg {
    stroke: currentColor;
    width: 10px;
    height: 12px;
}
.features_box a span {
    transition: font-size 0.3s ease;
    font-size: 0;
}

.features_box:hover a span {
    font-size: 16px;
}

@media (max-width: 1199px) {
    .section-job-category .row {
        justify-content: space-between;
    }
    .section-job-category .row .col-4 {
        width: calc(50% - 30px);
        margin-bottom: 30px;
    }
    .section-job-category .row .col-4:nth-child(2) ~ .col-4 {
        margin-bottom: 0;
    }
    .features_box a span {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .section-job-category .row .col-4 {
        width: 100%;
    }
    .section-job-category .features_box{
        padding: 20px 20px;
    }
    .section-job-category .row .col-4:nth-child(2) ~ .col-4 {
        margin-bottom: 30px;
    }
    .section-job-category .row .col-4:nth-child(3) ~ .col-4 {
        margin-bottom: 0;
    }
    .section-job-category {
        padding: 80px 0;
    }
}

@media (max-width: 320px) {
    .footer-brand-wrapper {
        padding-left: 20px;
    }
    .footer-content-block {
        width: 200px;
    }
    .footer-brand-wrapper .image-10 {
        width: 25px;
    }
    .footer-phone,
    .footer-email {
        font-size: 20px;
    }
}
.footer-wrapper .block-container-grid {
    place-items: baseline;
    grid-template-columns: 1fr;
}

.blog-post-section {
    margin-top: 90px;
}
.footer-rights-wrapper {
    margin-left: auto;
    margin-right: auto;
}
.service_block .icon {
    margin-bottom: 20px;
    width: 60px;
    margin-right: 30px;
}
.service_block .text {
    margin-bottom: 20px;
    width: calc(100% - 150px);
}
.service_block .text .title {
    font-weight: 600;
    margin-bottom: 10px;
}
.contacts-form-wrapper1 {
    width: 50%;
    margin: 0 auto;
    padding: 48px;
    background-color: rgba(78, 196, 255, 0.1);
}
.text-center{
    text-align: center;
}
/* a{
    text-decoration:none;
} */

.home-faq-wrap {
    display: flex;
    margin-top: 50px;
    grid-column-gap: 50px;
    width: 100%;
}
.faq-title {
    width: 30%;
}
.faqs-wrap {
    
    width: 100%;   
}

.acc {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 31, 109, 0.1) ;
    
  }
  
  .acc-head {
    /* background-color: rgb(155, 154, 87); */
    padding: 15px 10px;
    font-size: 22px;
    position: relative;
    cursor: pointer;
   }
  
   .acc-head::before,
   .acc-head::after {
    content: '';
    position: absolute;
    top: 50%;
    background-color: rgb(0, 0, 0);
    transition: all .3s;
   }
  
   .acc-head::before {
    right: 30px;
    width: 3px;
    height: 20px;
    margin-top: -10px;
  }
  
  .acc-head::after {
    right: 21px;
    width: 20px;
    height: 3px;
    margin-top: -2px;
  }
  
  .acc-head p {
    color: rgb(0, 0, 0);
    font-weight: bold;
  }
  
  .acc-content {
    padding: 15px 10px;
    display: none;
  }
          
  .acc-head.active::before {
      transform: rotate(90deg);
  }
  
.mtb-size{
    margin-bottom: 100px;
    margin-top: 130px;
}


.custom-list-3 {
    max-width: 35em;
    margin-right: auto;
    margin-left: auto;
}
.list-block.less-padding, .list-block.with-animation {
    padding-bottom: 2em;
}
.list-block {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    padding-bottom: 4.5em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.list-block.is-last {
    padding-bottom: 0;
}
.subtitle-text-1 {
    max-width: 23em;
    color: rgba(18,4,44,.7);
    font-size: 1.8em;
    font-weight: 300;
    text-align: center;
}

.circle-in-list {
    position: relative;
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    display: -ms-flexbox;
    display: flex;
    width: 3em;
    height: 3em;
    margin-right: 2.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    /* -webkit-flex-direction: column; */
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    /* -webkit-justify-content: center; */
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    /* -webkit-align-items: center; */
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    /* -webkit-flex: 0 0 auto; */
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 50%;
}
.custom-list-icon {
    position: absolute;
    z-index: 10;
    width: 1em;
    height: 1em;
    font-size: 1.4em;
    -o-object-fit: contain;
    object-fit: contain;
}
.circle-background-1 {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #330b7e;
}
.list-line {
    position: absolute;
    left: 1.4em;
    top: 0.1em;
    width: 0.2em;
    height: 100%;
    background-color: #330b7e;
    opacity: .1;
}
.list-title {
    margin-bottom: 0.7em;
    color: #330b7e;
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: 600;
}
.mt-5{
    margin-top: 50px;
    margin-bottom: 30px;
}

.hiring-main-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.hiring-main-wrapper .left-block,
.hiring-main-wrapper .right-block {
    width: calc(50% - 20px);
}

.hiring-main-wrapper .left-block {
    text-align: left;
}

.hiring-main-wrapper .left-block .title-block {
    align-items: flex-start;
}

.hiring-main-wrapper .left-block .inner-content-block-wrapper {
    display: flex;
}

.hiring-main-wrapper .left-block .left-block-icon {
    max-width: 250px;
    min-width: 80px;
}

.hiring-main-wrapper
    .left-block
    .inner-content-block-wrapper
    .inner-content-block {
    display: flex;
}

.hiring-main-wrapper
    .left-block
    .inner-content-block-wrapper
    .left-block-content {
    padding-left: 30px;
}

.hiring-main-wrapper .left-block .inner-content-block-wrapper-main {
    margin-top: 50px;
}
.hiring-main-wrapper .right-block img {
    width: 100%;
}
@media (max-width: 1050px) {
    .hiring-main-wrapper .right-block {
        margin-top: 50px;
    }
    .hiring-main-wrapper {
        justify-content: center;
    }
    .hiring-main-wrapper .left-block,
    .hiring-main-wrapper .right-block {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .hiring-main-wrapper
        .left-block
        .inner-content-block-wrapper
        .inner-content-block {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .hiring-main-wrapper
        .left-block
        .inner-content-block-wrapper
        .left-block-content {
        padding-left: 0;
        margin-top: 50px;
    }
    .hiring-main-wrapper
        .left-block
        .inner-content-block-wrapper-main
        > *:not(:first-child) {
        margin-top: 50px;
    }
    .hiring-main-wrapper .left-block .left-block-icon {
        max-width: 80px;
        min-width: 50px;
    }
}

.skill-main-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.skill-main-wrapper .left-block .title-block {
    display: block;
    text-align: left;
}

.skill-main-wrapper .left-block,
.skill-main-wrapper .right-block {
    width: calc(50% - 30px);
}

.skill-main-wrapper .right-block {
    display: flex;
}

.skill-main-wrapper .right-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.skill-main-wrapper .right-block .right-block > * {
    width: calc(50% - 30px);
}

.inner-content-block-wrapper-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.skill-main-wrapper .inner-content-block-wrapper-main > * {
    width: calc(50% - 15px);
}

.skill-main-wrapper
    .inner-content-block-wrapper-main
    .inner-content-block-wrapper:nth-child(2)
    ~ .inner-content-block-wrapper {
    margin-top: 40px;
}

.skill-main-wrapper
    .inner-content-block-wrapper-main
    .inner-content-block-wrapper
    .left-block-icon {
    max-width: 50px;
    margin-bottom: 20px;
}

.skill-main-wrapper p {
    color: #ffffff;
}

.skill-main-wrapper h4 {
    color: #eb76ff;
}
.skill-main {
    background-image: url(../../img/Modern_Job_Seekers.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed !important;
}

@media (max-width: 1199px) {
    .skill-main-wrapper .left-block,
    .skill-main-wrapper .right-block {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .skill-main-wrapper .inner-content-block-wrapper-main > * {
        width: 100%;
    }

    .skill-main-wrapper
        .inner-content-block-wrapper-main
        .inner-content-block-wrapper
        .left-block-icon {
        margin-top: 30px;
    }
}
#skills {
    list-style-type: none;
}

#skills li {
    background-image: none;
    position: relative;
    list-style: none;
    margin-bottom: 32px;
    padding-left: 0;
}
.bar_container,
.bar {
    position: absolute;
    left: 0;
    height: 5px;
    border-radius: 5px;
    content: "";
}
.bar_container {
    bottom: -15px;
    width: 100%;
    background-color: #333;
    text-align: right;
}
.bar {
    top: 0;
}
.pct {
    position: absolute;
    top: -30px;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s linear;
}
.skill-bar-right-block {
    width: 100%;
}

.skill-bar-left-block,
.skill-bar-right-block {
    width: calc(50% - 30px);
}
.skill-bar-wrapper-main {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.skill-bar-right-block h4 {
    margin-bottom: 30px;
}
.pct-top {
    position: absolute;
    bottom: 15px;
    right: 0;
}

.pct {
    display: none;
}

.skill-bar-left-block-content h3 {
    margin-bottom: 30px;
}
.skill-bar-left-block-content .sub-titel {
    color: #ff66fd;
}
@media (max-width: 767px) {
    .skill-bar-left-block,
    .skill-bar-right-block {
        width: 100%;
    }
    .skill-bar-right-block {
        margin-top: 50px;
    }
}

.count-area {
    position: relative;
    text-align: center;
    width: 100%;
}
.count-area-content {
    margin-top: 30px;
}
.count-area i {
    font-size: 48px;
}
.count-digit {
    margin: 20px 0px;
    font-weight: 700;
    font-size: 40px;
    color: #333;
    margin-right: 5px;
}
.count-title {
    font-size: 20px;
}

.skill-round-main-wrapper {
    display: flex;
    justify-content: space-between;
}

.skill-round-left,
.skill-round-right {
    width: calc(50% - 20px);
}

.skill-round-left-prograss-main {
    display: flex;
    width: 100%;
}

.skill-round-left-prograss-main .count-area .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.skill-round-left-prograss-main .count-area .col-sm-6.col-md-3 {
    width: 40%;
    margin-right: 20px;
}

.count-area-content p {
    width: 130px;
    height: 130px;
    border: 3px solid #ff66fd;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
}

.skill-round-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.count-area-content p:not(span) {
    font-size: 26px;
    color: #ff66fd;
}
section.skill-round-main.wf-section {
    padding-bottom: 130px;
}
@media (max-width: 991px) {
    .skill-round-main-wrapper {
        flex-direction: column;
    }
    .skill-round-left,
    .skill-round-right {
        width: 100%;
    }
    .skill-round-left {
        margin-bottom: 50px;
    }
}
@media (max-width: 350px) {
    .skill-round-left-prograss-main .count-area .row {
        flex-direction: column;
        align-items: center;
    }
    .skill-round-left-prograss-main .count-area .col-sm-6.col-md-3 {
        width: 100%;
    }
}

.process-titel {
    text-align: center;
}

.process-main-wrapper {
    margin-top: 50px;
}

.process-main-wrapper .process-item {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

.process-main-wrapper .process-item .process-inner-content {
    width: calc(45% - 30px);
}
.process-main-wrapper .process-item:not(:last-child){
    margin-bottom: 30px;
}
.process-main-wrapper .process-item .process-inner-info {
    width: 260px;
    height: 260px;
    border: 3px solid;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 40px;
    text-align: center;
}

.process-main-wrapper > *:nth-child(odd) .process-inner-content {
    text-align: left;
}

.process-main-wrapper >*:nth-child(even) {
    justify-content: flex-end;
}

.process-main-wrapper >*:nth-child(even) .process-inner-info {
    margin-left: 0;
    margin-right: 40px;
}
.process-main-wrapper .process-item .process-inner-info p {
    font-size: 30px;
    color: #ff66fd;
    font-weight: 600;
}
@media (max-width:576px) {
    .process-main-wrapper .process-item .process-inner-info,
    .process-main-wrapper >*:nth-child(even) .process-inner-info{
        margin-left: 0;
        margin-right: 0;
    }
    .process-main-wrapper >*:nth-child(even) .process-inner-info
    {
        order: 0;
    }
    .process-main-wrapper >*:nth-child(odd)  .process-inner-content{
        order: 1;
    }
    .process-main-wrapper >*:nth-child(odd) .process-inner-content{
        margin-top: 30px;
    }
    .process-main-wrapper >*:nth-child(even)  .process-inner-content{
        margin-top: 30px;
    }
    .process-main-wrapper .process-item .process-inner-content {
        text-align: center;
        width: 100%;
    }
    .process-main-wrapper .process-item{
        justify-content: center;
    }
}
@media (max-width:300px){
    .process-main-wrapper .process-item .process-inner-info {
        width: 220px;
        height: 22.0px;
    } 
}

@media (min-width:1199px) and (max-width:1280px){
    .nav-container {
        width: 1140px;
    } 
}

.resources .welcome-text-block {
    padding-left: 0;
    padding-right: 50px;
}

.resources-faq.section.wf-section {
    padding-top: 0;
}

.resources-faq-main-wrraper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.resources-faq-main-wrraper .left-block {
    width: calc(50% - 15px);
}

.resources-faq-main-wrraper .right-block {
    width: calc(50% - 15px);
}   

@media (max-width:767px) {
    .resources-faq-main-wrraper .right-block {
        width: 100%;
    } 
    .resources-faq-main-wrraper .left-block{
        width: 100%;
        margin-bottom: 50px;
    }
}
@media (max-width:319px){
    .acc-head::before, .acc-head::after{
        content: unset;
    }
    .acc-head p, .acc-content p{ font-size: 14px;}
} 

.resources-portfolio.section.wf-section {
    padding-top: 0;
}

.resources-portfolio-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
}

.resources-portfolio-content .resources-portfolio-item {
    width: calc(25% - 15px);
}

.resources-portfolio-content .resources-portfolio-item .resources-portfolio-img {
    width: 100%;
}

.resources-portfolio-content .resources-portfolio-item .resources-portfolio-img img {
    width: 100%;
}

.resources-portfolio-main {
    width: 100%;
    display: flex;
    align-items: baseline;
}

.resources-portfolio-content-inner {
    width: 85%;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: -30px;
    padding: 10px;
}
.resources-portfolio-titel {
    display: flex;
    transform: rotate(270deg);
}
.resources-portfolio-item:hover .resources-portfolio-img img {
    transform: scale(1.05);
}

.resources-portfolio-item  .resources-portfolio-img img {
    transition: all .35s ease;
}
.resources-faq .titel
{
    margin-bottom: 50px;
}
@media(max-width:1199px){
    .resources-portfolio-main {
          flex-direction: column;
    }
    .resources-portfolio-titel {
        transform: none;
        margin-bottom: 30px;
    }
    .resources-portfolio-content .resources-portfolio-item {
        width: calc(50% - 15px);
    }
}
@media (max-width:576px) {
    .resources-portfolio-content .resources-portfolio-item {
        width: 100%;
    }
}


div.newsletter {
    padding-top: 0;
}

.newsletter .contacts-input {
    width: 100%;
}

.newsletter form {
    width: 100%;
}

.newsletter button.primary-button-with-icon {
    margin: 0 auto;
    margin-top: 30px;
}

.main-marq {
    position: relative;
    padding: 0;
}

.slide-vertical {
    overflow: hidden;
    width: 30%;
    height: 600px;
    margin: 0 auto;
    position: relative;
  }
  
  .slide-vertical.st2 {
    width: 30%;
  }
  .flex.main-marq {display: flex;}
  .slide-vertical.st2 .img {
    display: block;
    width: 100%;
    height: 400px;
    border-radius: 100px;
  }
  
  .slide-vertical:hover .box {
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important;
  }
  
  .slide-vertical .box {
    position: relative;
    -webkit-animation: slide-vertical 50s linear infinite;
    animation: slide-vertical 50s linear infinite;
  }
  .main-marq:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0) 80px, rgba(255, 255, 255, 0) calc(100% - 80px), #ffffff);
    background: -o-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0) 80px, rgba(255, 255, 255, 0) calc(100% - 80px), #ffffff);
    background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0) 80px, rgba(255, 255, 255, 0) calc(100% - 80px), #ffffff);
    pointer-events: none;
}
  .slide-vertical .img {
    display: block;
    width: 100%;
    height: 300px;
    margin: 15px 0;
    border-radius: 50px;
    overflow: hidden;
  }
  
  .slide-vertical .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  
  @-webkit-keyframes slide-vertical {
    0% {
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
    }
    100% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
  }
  
  @keyframes slide-vertical {
    0% {
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
    }
    100% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
  }

  @media (max-width:991px) {
    .flex.main-marq{
        margin-top: 50px;
    }
  }
  @media (max-width:576px) {
    
.slide-vertical.st2 .img { 
    height: 260px; 
}

.slide-vertical .img { 
    height: 190px;
}
  }

.breadcrumb-area {
	position: relative;
    overflow: hidden;
}
.breadcrumb-content {
	text-align: center;
}
.breadcrumb-content .title {
	font-size: 78px;
	margin-bottom: 45px;
	line-height: 1;
	color: var(--tg-banner-title-color);
}
.breadcrumb-content .breadcrumb {
	display: inline-flex;
	flex-wrap: wrap;
	padding: 8px 26px !important;
	margin-bottom: 0;
	list-style: none;
	justify-content: center;
	background: #F4F3F9;
	border-radius: 32px;
}
.breadcrumb-content li{
    background-image:none;
    padding-left: 0;
}
.pt-120 {
	padding-top: 120px;
}
.pb-140 {
	padding-bottom: 140px;
}
.pb-145 {
	padding-bottom: 145px;
}
.pb-150 {
	padding-bottom: 150px;
}
.pb-155 {
	padding-bottom: 155px;
}
.pb-160 {
	padding-bottom: 160px;
}
.pb-165 {
	padding-bottom: 165px;
}
.pb-170 {
	padding-bottom: 170px;
}
.pt-175 {
	padding-top: 175px;
}
.breadcrumb-content .breadcrumb .breadcrumb-item {
	font-size: 18px;
	font-weight: 500;
	color: var(--tg-banner-title-color);
}
.breadcrumb-content .breadcrumb .breadcrumb-item a {
	color: var(--tg-silver-three);
}
.breadcrumb-content .breadcrumb .breadcrumb-item a:hover {
	color: var(--tg-primary-color);
}
.breadcrumb-content .breadcrumb-item+.breadcrumb-item::before {
	float: left;
	padding-right: 5px;
	color: var(--tg-banner-title-color);
	content: '/';
}
.breadcrumb-content .breadcrumb-item+.breadcrumb-item {
	padding-left: 5px;
}
.breadcrumb-shape-wrap img {
	position: absolute;
	z-index: -1;
}
.breadcrumb-shape-wrap img:nth-child(1) {
	left: 18%;
	top: 36%;
	animation: animationFramesOne 20s infinite linear;
}
.breadcrumb-shape-wrap img:nth-child(2) {
	bottom: 40%;
	right: 29%;
	animation: animationFramesOne 15s infinite linear;
}

/* breadcrumb-three */
.breadcrumb-area-three {
	z-index: 1;
}
.breadcrumb-shape-wrap-two .parallax-shape {
	position: absolute;
	bottom: 20%;
	right: 27%;
	z-index: -1;
}
.breadcrumb-search {
	padding: 0 65px;
	margin-top: 45px;
}
.breadcrumb-search form {
	position: relative;
}
.breadcrumb-search form label {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 44px;
	color: #929EAF;
	font-size: 14px;
	line-height: 1;
}
.breadcrumb-search form input {
	width: 100%;
	border: none;
	background: var(--tg-white);
	box-shadow: 0px 34px 64px rgba(20, 28, 49, 0.11);
	border-radius: 25px;
	color: var(--tg-black-two);
	font-weight: 400;
	font-size: 15px;
	padding: 32px 200px 32px 65px;
}
.breadcrumb-search form input::placeholder {
	color: #AEB3BB;
	font-weight: 400;
	font-size: 15px;
}
.breadcrumb-search form .btn {
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	padding: 24px 70px;
}

/* breadcrumb-four */
.breadcrumb-shape-wrap-three img {
	position: absolute;
	z-index: -1;
}
.breadcrumb-shape-wrap-three img:nth-child(1) {
	left: 24%;
	bottom: 22%;
}
.breadcrumb-shape-wrap-three img:nth-child(2) {
	right: 27%;
	top: 24%;
}
.breadcrumb-shape-wrap-three img:nth-child(3) {
	bottom: 0;
	right: 13%;
}
.error{
    color: red;
}
@media (max-width:576px) {
    .breadcrumb-content .title{
        font-size: 40px;
    }
}

@keyframes animationFramesOne {
    0% {
      transform:  translate(0px,0px)  rotate(0deg) ;
    }
    20% {
      transform:  translate(73px,-1px)  rotate(36deg) ;
    }
    40% {
      transform:  translate(141px,72px)  rotate(72deg) ;
    }
    60% {
      transform:  translate(83px,122px)  rotate(108deg) ;
    }
    80% {
      transform:  translate(-40px,72px)  rotate(144deg) ;
    }
    100% {
      transform:  translate(0px,0px)  rotate(0deg) ;
    }
  }
  
  @-webkit-keyframes animationFramesOne {
    0% {
      -webkit-transform:  translate(0px,0px)  rotate(0deg) ;
    }
    20% {
      -webkit-transform:  translate(73px,-1px)  rotate(36deg) ;
    }
    40% {
      -webkit-transform:  translate(141px,72px)  rotate(72deg) ;
    }
    60% {
      -webkit-transform:  translate(83px,122px)  rotate(108deg) ;
    }
    80% {
      -webkit-transform:  translate(-40px,72px)  rotate(144deg) ;
    }
    100% {
      -webkit-transform:  translate(0px,0px)  rotate(0deg) ;
    }
  }
  
  /* footer page changes */
  .footer-d-flex {
    display: flex;
    align-items: center;
    /* gap: 24px; */
    padding: 15px;   
    flex-direction: column; 
}
.footer-sec{
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    width: 100%;
    border-right: 6px solid white;
    border-radius: 23px;
}
.footer-input{
    padding-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 24px;
}

.f-input{
    padding: 16px 30px;
    border: none;
    border-radius: 30px;
    background-color: rgb(108,117,125);
    color: #fff;
} 
::placeholder {
    color: #fff;}  

.footer-news{
    align-self: center !important;
}

/* footer section end */

/* services page section */

.section-fea .overflow-visible {
    overflow: visible
}
.features-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #2b1a2b;
}

.features-column-1 {
    position: sticky;
    top: 0;
    display: flex;
    overflow: hidden;
    width: 33vw;
    min-height: 100vh;
    padding: 5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.features-title-block {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.features-column-2 {
    position: relative;
    display: flex;
    overflow: hidden;
    padding-top: 20vh;
    padding-bottom: 6vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-left: 1px solid hsla(0, 0%, 100%, .15)
}

.features-aside-button {
    position: absolute;
    left: 0;
    z-index: 20;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 5em;
    height: 30em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: width .8s cubic-bezier(.785, .135, .15, .86);
    transition: width .8s cubic-bezier(.785, .135, .15, .86)
}

.features-aside-button:hover {
    width: 33vw
}

.listing-6-grid-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.listing-6-grid-2 {
    position: relative;
    z-index: 10;
    display: -ms-grid;
    display: grid;
    padding-top: 3em;
    padding-bottom: 3em;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    -ms-grid-columns: 0.25fr 0.5fr 1fr 0.25fr;
    grid-template-columns: 0.25fr 0.5fr 1fr 0.25fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-transition: padding .6s cubic-bezier(.075, .82, .165, 1);
    transition: padding .6s cubic-bezier(.075, .82, .165, 1)
}

/* .listing-6-grid-2:hover {
    padding-top: 6em;
    padding-bottom: 6em;
    background-image: url(../../img/630903083a05ce2d3215ce1b_arrow-icon-white-4.svg);
    background-position: 100% 50%;
    background-size: 1.5em;
    background-repeat: no-repeat
} */

.listing-6-icon {
    position: relative;
    z-index: 10;
    width: 2em;
    height: 2em;
    margin-top: .05em;
    opacity: .5;
    font-size: 1.7em;
    -o-object-fit: contain;
    object-fit: contain
}

.listing-6-text {   
    color: hsla(0, 0%, 100%, .8);
    font-size: 1.1em;
    line-height: 2em;
}

.image-animation-trigger {
    position: absolute;
    z-index: 10;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.image-animation-trigger._3d-for-image {
    position: absolute;
    width: 110%;
    height: 115%
}
.animation-color-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 15;
    display: none;
    background-color: #fff
}
.animation-color-bg.is-black-light {
    background-color: #1b1724
}

.cover-image {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.cover-image.is-rounded {
    border-radius: 50%
}

.cover-image.is-parallax {
    top: auto;
    bottom: auto;
    height: 120%
}

.cover-image.is-parallax-large {
    top: auto;
    bottom: auto;
    height: 180%
}

.cover-image.is-parallax-medium {
    top: auto;
    bottom: auto;
    height: 150%
}
.features-aside-button-icon {
    position: absolute;
    z-index: 20;
    width: 1em;
    height: 1em;
    font-size: 1.7em;
    -o-object-fit: contain;
    object-fit: contain
}

.uppercase-title-1 {
    position: relative;
    z-index: 10;
    margin-bottom: 3em;
    color: #fff;
    font-size: .9em;
    line-height: 1.6em;
    font-weight: 600;
    text-align: center;
    letter-spacing: .4em;
    text-indent: .4em;
    text-transform: uppercase
}
.listing-6 {
    position: relative;
    z-index: 10;
    width: 100%
}
.listing-6-item {
    border-bottom: 1px solid hsla(0, 0%, 100%, .15)
}

.listing-6-item:last-child {
    border-bottom-width: 0;
    border-bottom-color: transparent
}
.container.is-full-width {
    padding-right: 5em;
    padding-left: 5em
}
.listing-6-link-1 {
    position: relative;
    overflow: hidden;
    padding-bottom: .9em
}
.w-inline-block {
    max-width: 100%;
    display: inline-block
}
.listing-title-line {
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
    display: none;
    height: 2px;
    background-color: #fff
}

.listing-title-line.is-dark {
    background-color: #12042c
}

.listing-6-arrow-icon {
    position: absolute;
    right: -1.7em;
    width: 5em;
    height: 5em;
    border: 1px solid transparent;
    border-radius: 50%;
    -webkit-transition: border-color .2s;
    transition: border-color .2s
}

.listing-6-arrow-icon:hover {
    border-color: hsla(0, 0%, 100%, .2)
}

.heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 5em;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: -.02em
}
.heading.is-features-title {
    line-height: 1em;
    font-weight: 600;
    letter-spacing: -.05em
}
.heading.in-listing-6-title {
    color: #fff;
    font-size: 1.6em;
    line-height: 1.1em;
    font-weight: 300
}
.listing-title-line {
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
    display: none;
    height: 2px;
    background-color: #fff;
}

.listing-title-line.is-dark {
    background-color: #12042c
}

.heading.is-features-title {
    line-height: 1em;
    font-weight: 200;
    letter-spacing: -.05em;
    color: #fff;
}
.heading.in-listing-6-title {
    color: #fff;
    font-size: 1.2em;
    line-height: 1.1em;
    font-weight: 50;
}
.listing-title-line {
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
    display: none;
    height: 2px;
    background-color: #fff
}

.listing-title-line.is-dark {
    background-color: #12042c
}
.list-style-line{
    transform: translate3d(-101%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    display: block;
}



/* services section end */


/* resources decoration section */

.rs-decoration.style1 {
    
    background-color: transparent;
    padding-bottom: 288px;
  }
  .rs-decoration.style1 .parallax-elemen {
    position: relative !important;
    max-width: 749px;
    margin: 236px auto 0;
    text-align: center;
  }
  .rs-decoration.style1 .parallax-elemen div {
    position: unset !important;
  }
  .rs-decoration.style1 .parallax-elemen div img {
    max-width: 360px;
    margin: 0 auto;
  }
  .rs-decoration.style1 .parallax-elemen span {
    position: absolute !important;
    z-index: 1;
  }
  .rs-decoration.style1 .parallax-elemen span img {
    max-width: 128px;
    width: 100%;
    margin: 0 auto;
  }
  .rs-decoration.style1 .parallax-elemen span:nth-child(1) {
    left: 52% !important;
    top: -35% !important;
    right: unset !important;
    bottom: unset !important;
  }
  .rs-decoration.style1 .parallax-elemen span:nth-child(2) {
    right: 0 !important;
    top: -10% !important;
    left: unset !important;
    bottom: unset !important;
  }
  .rs-decoration.style1 .parallax-elemen span:nth-child(3) {
    right: -12% !important;
    top: 33% !important;
    left: unset !important;
    bottom: unset !important;
  }
  .rs-decoration.style1 .parallax-elemen span:nth-child(4) {
    right: -4% !important;
    bottom: -27% !important;
    left: unset !important;
    top: unset !important;
  }
  .rs-decoration.style1 .parallax-elemen span:nth-child(5) {
    right: 40% !important;
    bottom: -46% !important;
    left: unset !important;
    top: unset !important;
  }
  .rs-decoration.style1 .parallax-elemen span:nth-child(6) {
    left: 4% !important;
    bottom: -30% !important;
    right: unset !important;
    top: unset !important;
  }
  .rs-decoration.style1 .parallax-elemen span:nth-child(7) {
    left: -14% !important;
    bottom: 19% !important;
    right: unset !important;
    top: unset !important;
  }
  .rs-decoration.style1 .parallax-elemen span:nth-child(8) {
    left: -11% !important;
    top: -1% !important;
    right: unset !important;
    bottom: unset !important;
  }
  .rs-decoration.style1 .parallax-elemen span:nth-child(9) {
    left: 15% !important;
    top: -32% !important;
    right: unset !important;
    bottom: unset !important;
  }

  /* responsive */

@media screen and (max-width: 992px){

    .rs-decoration.style1 .parallax-elemen {
        max-width: 550px;
        margin: 170px auto 0;
    }
    .rs-decoration.style1 {
        padding-bottom: 233px;
    }
    
}

@media only screen and (max-width: 767px) {
   
    .rs-decoration.style1 .parallax-elemen span img {
        max-width: 95px;
    }
    .rs-decoration.style1 .parallax-elemen {
        max-width: 420px;
    }
    .rs-decoration.style1 .parallax-elemen {
        max-width: 420px;
        height: 349px;
    }
    
}

@media only screen and (max-width: 575px) {
    
    .rs-decoration.style1 .parallax-elemen span img {
        display: none;
    }
    .rs-decoration.style1 .parallax-elemen {
        height: unset;
        margin-top: 62px;
    }
    .rs-decoration.style1 {
        padding-bottom: 30px;
    }

    .swiper .swiper-wrapper {
        padding-top: 50px !important;
    }

    .section-swipe {
        margin-bottom: 50px !important;
    }

    .padding-xxhuge {
        padding: 4rem 0 !important;
    }
   
}

@media only screen and (max-width: 480px) {
   
    .rs-decoration.style1 .parallax-elemen div img {
        max-width: 100%;
    }
    
    .rs-decoration.style1 .sec-title .title br {
        display: none;
    }
    
}

  /* resources decoration section */

  
  
  /* resource page swiper */
  .section-swipe {
    margin-bottom: 150px;
}
.swiper {
    padding-bottom: 120px ;

  }
  .swiper .swiper-wrapper {
    align-items: center;
    padding-top: 120px;
  }
  .swiper .swiper-slide {
    border-radius: 5px;
    transition: 0.2s;
  }
  .swiper .prev,
  .swiper .next {
    cursor: pointer;
    z-index: 100;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.65;
    transition: 0.2s;
  }
  .swiper .prev:hover,
  .swiper .next:hover {
    opacity: 1;
  }
  .swiper .prev svg,
  .swiper .next svg {
    width: 20px;
    height: 20px;
  }
  .swiper .prev svg path,
  .swiper .next svg path {
    fill: #ff66fd;
  }
  .swiper .prev {
    left: 25px;
  }
  .swiper .next {
    right: 25px;
  }
  .swiper .pagination {
    margin-left: 8px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    z-index: 100;
    margin-bottom: 10px;
  }
  .swiper .pagination span {
    font-size: 0;
    opacity: 1;
    
    border: 1px solid #fff;
  }
  .swiper .pagination span.swiper-pagination-bullet-active {
    background-color: #ff66fd;
    transform: scale(1.5);
  }
  /* resources page swiper */

  /* iframe */
  .responsive-map-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.responsive-map-container iframe,   
.responsive-map-container object,  
.responsive-map-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* resource page swiper end */

/* index page */
.title-workshop{
    width: 100%;
}

/* services page responsive */

@media (min-width:992px) and (max-width:1199px) {
    .listing-4-grid{
        padding: 0em 1.5em;
        grid-template-columns: 1fr 1fr;
    }
    .container.is-full-width {
        padding-right: 3em;
        padding-left: 3em;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .listing-4-grid{
        padding: 0em 1em;
        grid-template-columns: .8fr 1fr;
    }
    .container.is-full-width {
        padding-right: 2em;
        padding-left: 0.5em;
    }
    .in-listing-6-title{
        font-size: 1em !important;
    }

}
@media  (max-width:767px) {
    .listing-4-grid{
        grid-template-columns: 1fr ;
    }
    .listing-4-title-block, .listing-4-content-block{
        align-items: center;
        text-align: justify;
    }
    .listing-4-link{
        flex-direction: column;
    }
    .features-flex {
        flex-wrap: wrap;
    }
    .features-column-1 {
        position: relative;
        width: 100%;
        min-height: auto;
        padding-bottom: 0;
        padding-right: 8vw;
        padding-left: 8vw;
    }
    .features-column-2 {
        width: 100%;
        padding-top: 8em;
        padding-bottom: 1em;
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        border-left-width: 0;
        border-left-color: transparent;
        padding-right: 0;
        padding-left: 0;
    }
    .features-title-block {
        margin-bottom: 4em;
        /* -webkit-transform: none; */
        -ms-transform: none;
        transform: none;
    }
    .heading.is-features-title {
        font-size: 3.3em;
    }
    .features-aside-button {
        position: relative;
        width: 100%;
        height: 16em;
    }
    .container.is-full-width {
        padding-right: 4vw;
        padding-left: 4vw;
    }
    .listing-6-grid-2 {
        grid-column-gap: 0em;
        grid-template-columns: 1.25fr 1.25fr;
        grid-template-rows: auto auto;
    }
    .listing-6-grid-2{
        grid-template-columns: 1fr;
    }

}
@media  (max-width:280px){
    .listing-6-grid-2{
    grid-template-columns: 1fr;
    text-align: justify;
}
.listing-6-grid-2:hover{
    background-image: none;
}

}

header {
    overflow: hidden;
}


/* 1st service section */

.max-width-medium {
    width: 100%;
    max-width: 32rem;
  }
  .title-icon {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }
  
  .heading-large {
    /* font-size: 3rem; */
    line-height: 1.2;
  }
  .triangule-icon {
    width: 24px;
    height: 24px;
    border-style: solid;
    border-width: 12px;
    border-color: #f2a7d8 transparent transparent #f2a7d8;
  }
  
  .triangule-icon.is-blue {
    border-top-color: #47bdff;
    border-left-color: #47bdff;
  }
  
  .semi-circle-bottom-icon {
    width: 24px;
    height: 24px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  
  .semi-circle-bottom-icon.is-red {
    background-color: #f25260 !important;
  }
  
  .projects-component-grid {
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
  }
  .margin-custom1 {
    margin-top: 6rem
  }
  .link-wrapper-1 {
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: color .3s;
    transition: color .3s;
    text-decoration: none
  }
  .circle-top-left {
    border-top-left-radius: 50%;
  }
  
  .image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  .cover-image-1 {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .margin-top{
    margin-top: 1em;
  }

  .horizontal-flex-wrap {
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
  
  .horizontal-flex-wrap.justify-space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .divider-item {
    max-width: 100px;
    min-height: 2px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #e4e8ed;
  }

  .margin-custom2 {
    margin-top: -12rem;
  }
  .circle-bottom-right {
    border-bottom-right-radius: 50%
  }
  .circle-top-right {
    border-top-right-radius: 50%
  }

  .padding-vertical.padding-xxhuge {
    padding-right: 0;
    padding-left: 0;
}.padding-xxhuge {
    padding: 12rem;
}
.image-wrapper.circle-top-bottom {
    border-top-right-radius: 8rem;
    border-bottom-left-radius: 8rem
  }
  .text-color-red {
    color: #f25260;
}
.text-color-grey {
    color: #69778c;
}
.background-color-red {
    background-color: #f25260;
}
.image-wrapper:hover img{
    transform: scale(1.1);
    transition: all .8s ease-in-out;
}

@media screen and (max-width: 991px){
.projects-component-grid {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}
.margin-custom1 {
    margin-top: 0;
}
.margin-custom2 {
    margin-top: 0;
}
}

/* 1st service section */


/* footer responsive */
@media screen and (max-width: 991px){
.block-container{
    grid-template-columns: 1fr;
    justify-items: center;
    grid-row-gap: 30px;
}
}
@media (max-width:767px){
    .footer-wrapper {
        flex-direction: column;
    }
}

.contacts-icon{
    color: #4fc3fb;
}
.img-client-logo1{
    width: auto;
    height: 39px;
}
.clients-wrapper{
    grid-column-gap: 20px;
}
.listing-6-text-block p{
    margin-top: -10px;
    text-align: justify;
}
.icon-testi{
    width: 80px;
    padding-bottom: 15px;
}

/* slick slider */

/* @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-250px * 4));
    }
  }
  .slider {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
  }
  .slider .slide-track {
    animation: scroll 30s linear infinite;
    display: flex;
    width: calc(150px * 14);
  }
  .slider .slide {
    height: 100px;
    width: 250px;
  }

  @media  (max-width:576px) {
    .slider .slide-track {
        width: 100%}
  } */
/* slider 2 */
.marquee-content {
    display: flex;
    animation: scrolling 50s linear infinite;
  }
  
  .marquee-item {
    flex: 0 0 20vw;
    margin: 0 1vw;
    /*   flex: 0 0 20vw; */
    /*   margin: 0 2vw; */
  }
  
  .marquee-item img {
    display: block;
    width: 100%;
    /*   padding: 0 20px; */
  }
  .marquee{
        padding: 0px 0 0 0;
        overflow: hidden;
  }
  
  @keyframes scrolling {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translatex(-144vw);
    }
  }

/* slick slider end */

/* footer button colr */
.primary-button-white1 {
    /* margin-right: 17px; */
    padding: 16px 30px;
    -webkit-box-align: center;
    align-self: center;
    /* -webkit-align-items: center; */
    -ms-flex-align: center;
    /* align-items: center; */
    border-style: solid;
    border-width: 1px;
    border-color: #4ec4ff;
    border-radius: 60px;
    background-color: #4ec4ff;
    /* -webkit-transition: background-color 200ms ease; */
    transition: background-color 200ms ease;
    color: #000;
    text-align: center;
    letter-spacing: 0.5px;
}
.primary-button-white1:hover {
    border-color: #4ec4ff;
    background-color: #4ec4ff;
    color: #070108;
}

.primary-button-white1 {
    display: none;
}

.align_center {
    text-align: center;
    margin-top: 20px;
}

.bottom-footer-wrapper{
    padding-bottom: 30px;
}
.form-2{
    /* text-align: center; */
    width: 100%;
    padding: 20px;
}
/* footer button */

.testimonials-quote{
 font-weight: 600;   
}
.mb5{
    padding-bottom: 20px;
}
.breadcrumb-content .title {
    text-transform: uppercase;
}
@media (max-width:1279px){
    .text-cont{
        padding-left: 60px;
    }
    .image_1{
        left: -5em;
    }
    .image_2{
        left: 45em;
    } 
}

@media (min-width:992px) and (max-width:1199px) {
    .footer-links{
        grid-column-gap: 20px;
    }
.text-cont{
    padding-left: 60px;
}
.image_1{
    left: -1em;
}
.image_2{
    left: 42em;
}
.about-cont{
    flex-direction: column;
}
.about-para{
    width: 100%;
    padding:20px;
}

.why-us-list.style_2 li:first-child{
    margin-left: 0px;
}
.why-us-list.style_2 li:nth-child(2){
    margin-left: 0px;
}
.why-us-list.style_2 li:nth-child(4){
    margin-left: 0px;
}
.ab_sec_block{
    width: 100%;
    justify-content: center;
}
}

@media (min-width:768px) and (max-width:991px) {
    .image_1{
        display: none;
    }
    .image_2{
        display: none;
    }
    .why-us-list.style_2 li:first-child{
        margin-left: 0px;
    }
    .why-us-list.style_2 li:nth-child(2){
        margin-left: 0px;
    }
    .why-us-list.style_2 li:nth-child(4){
        margin-left: 0px;
    }
    .about-para{
        width: auto;
    }
    .ab_sec_block{
        width: 100%;
        justify-content: center;
    }
    .footer-links{
        line-height: 1.3;
    }
    
    .f-input{
        text-align: center;
    }
    .max-width-medium{
        max-width: 100%;
    padding-bottom: 50px;
    }
    .section_job_counter .row{
        grid-template-columns: 1fr;
    }
    .section-job-padding .row .service_block{
        flex-direction: column;
        justify-content: center;
    }
    .service_block .text{
    width: 100%;
    }

}

@media  (max-width:767px) {
    .section-moments{
        padding-bottom: 65px;
        padding-top: 30px;
    }
    .time-heading {
        font-size: 25px;
    }
    h2 {
        font-size: 35px;
    }
    .bg-ellipse{
        top:120px;  
    }
    .form-2{
        text-align: center;
        width: 100%;
        padding: 20px;
    }
    .footer-d-flex {
        flex-direction: row;
    }
    .footer-d-flex p{
        text-align: justify;
        font-size: 15px;
    }
    .footer-sec{
        border-right: 3px solid white;
    }
    .footer-wrapper .block-container-grid{
        display: block ;
        padding-left: 30px;
    }
    .footer-links{
        padding-bottom: 30px;
        gap: 30px;
    }    
    .about-para{
        width: auto;
        padding:10px;
    }    
    .circle-in-list ,.list-line{
        display: none;
    }
    .why-us-list.style_2 li:first-child{
        margin-left: 0px;
    }
    .why-us-list.style_2 li:nth-child(2){
        margin-left: 0px;
    }
    .why-us-list.style_2 li:nth-child(4){
        margin-left: 0px;
    }
    .ab_sec_block{
        width: 100%;
        justify-content: center;
    }
    .image_1{
        display: none;
    }
    .image_2{
        display: none;
    }
    .ab_sec_block{
        padding-left: 0px;
    }
    .heading-large{
        font-size: 2rem;
    }
    .max-width-medium{
        max-width: 100%;
        padding-bottom: 50px;   
        text-align: center;
    }
    .process-main-wrapper .process-item .process-inner-info {
        width: 220px;
        height: 220px;
    }
    .blog-template-wrapper h2{
        font-size: 25px;
    }
    .home-faq-wrap{
        flex-direction: column;
    }
    .faq-title {
        width: 100%;}
    .resources-portfolio-content-inner h5{
        font-size: 15px;
    }
    .resources-portfolio-content{
        top:0px;
        padding: 5px;
    }
    .swiper .prev, .swiper .next{
        display: none;
    }
    .section_job_counter .row{
        grid-template-columns: 1fr;
    }
    .section-job-padding .row .service_block{
        flex-direction: column;
        justify-content: center;
    }
    .service_block .text{
    width: 100%;
    }
    .marquee-item {
        flex: 0 0 30vw;}
}

@media  (max-width:280px){
    .content-banner ,.buttons-wrapper{
        text-align: center;
    }
    .buttons-wrapper{
        align-items: center;
    }
    .footer-d-flex {
        flex-direction: column;
    }
    .footer-brand-wrapper{
        border-left: 0px;
    }
    .footer-sec{
        border-right: 0px;
    }
    .time-heading {
        font-size: 20px;
        text-align: center;
    }
    .welcome-text-content{
        text-align: justify;
    }
    .highlight-text{
        text-align: center;
    }
    h2{
        font-size: 35px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 25px;
    }
    .paragraph-schedule{
        text-align: justify;
    }
    .paragraph-large{
        font-size: 15px;
    }
    .schedule-content-block{
        grid-row-gap: 25px;
        text-align: justify;
    }
    .bg-ellipse {
        top: 200px;
    }
    .bg-ellipse-day-2 {
        top: 220px;
    }
    .section-schedule.bg-dark-color {
        padding-bottom: 85px;
    }
    .title-workshop-wrapper{
        margin-bottom: 20px;
    }
    .icon-testi{
        margin-left: auto;
        margin-right: auto;
    }
    .section-job-category .features_box{
        text-align: justify;
    }
    .heading-blog{
        text-align: justify;
    }
    .footer-wrapper .block-container-grid{
        padding: 0px;
    }
    .text-cont{
        padding-left: 0px;
    }
    .abot-text{
        text-align: center;
    }

    .max-width-medium{
        padding-bottom: 10px;   
    }
    .padding-xxhuge{
        padding-bottom: 2rem;
        padding-top: 4rem;
    }
    .paragraph-text{
        text-align: left;
    }
    .skill-bar-left-block-content{
        text-align: justify;
    }
    .process-titel{
        text-align: justify;
    }
    .process-main-wrapper .process-item .process-inner-content{
        text-align: justify;
    }
    .paragraph-6{
        text-align: justify;
    }
    .heading-contact{
        text-align: center;
    }
    .contacts-form-wrapper {
        padding-right: 0px;
        padding-left: 0px;
    }
    .home-faq-wrap{
        flex-direction: column;
    }
    .faq-title {
        width: 100%;
        text-align: center;
    }
    .faqs-wrap{
        text-align: justify;
    }
    .blog-template-wrapper p{
        text-align: justify;
    }
    .resources-portfolio-content-inner h5{
        font-size: 10px;
    }
    .resources-portfolio-content{
        padding: 0px;
    }
    .section_job_counter .row{
        margin-left: 20px;
        margin-right: 20px;
    }
    .marquee-item {
        flex: 0 0 50vw;}

}

/* loader */
.logo-pre {
    /* background: linear-gradient(to bottom, #FFFCE9 0, #FFE1EC 100%); */
    border-radius: 50%;
    height: 250px;
    width: 250px;
    box-shadow: 0 0 0 0 rgb(0 0 0/0%);
    animation: pulse 2s infinite;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    padding: 8px
}
.onloadpage .pre-content {
    top: 50%;
    position: relative;
    right: 0;
    left: 0;
    text-align: center;
    transform: translateY(-50%);
}
.onloadpage {
    position: fixed;
    z-index: 99999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: rgb(12, 12, 12);
}
/* loader end */
.yournew{
    padding-top: 0px !important;
}
/* .frb{
    font-size: 43px !important;
} */
.ij{
    color: black !important;
}
.fram{
    padding-bottom: 130px;

}


@media(max-width:991px){
    .swiper-slide{
        width: 50% !important;
    }
}
/* .welcome-text-content {
    width: 1030px !important;
} */
.inmind{
    width: 100% !important;
    text-align: center !important;
}
.signup{
    border-color: rgb(78, 196, 255) !important;
}
.blue{
    width: 1030px !important;
}
.sad{
    margin-top: 10px !important;
}
.talentz a img{
    width: 45% !important;

}
@media (max-width:767px){
    .footer-d-flex {
        display: flex;
        align-items: center;
        /* gap: 24px; */
        padding: 15px;   
        flex-direction: column; 
    }
}
@media (max-width:280px){
    .sad{
        font-size: 13px !important;
    }
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.boe{
    padding-top: 63px !important;
}
.whtr{
    padding-bottom: 83px !important;
}
.wepepole{
    background-color: #F6F8F9 !important;
    margin-top: 40px;
    padding-bottom: 50px !important;
}
.bycb{
    background-color:  #F6F8F9 !important;
}
.faf{
    padding-top: 50px !important;
}
.justajob{
    background-color: #F6F8F9 !important;
    padding-top: 50px !important;
    margin-top: 40px;
    padding-bottom: 50px !important;
}
.tlte{
    background-color: #F6F8F9 !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.herea{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.eag{
    padding-top: 50px !important;
    background-color: #F6F8F9 !important;
}
.hrs{
    background-color: #F6F8F9 !important;
    margin-top: 40px;
}
.mva{
    padding-top: 50px !important;
}
.wis{
    
    padding-top: 50px !important;


}
.prto{
    padding-top: 50px !important;
}

@media(max-width:767px){
    .blue {
        width: unset !important;
    }
    .faf{
        padding-bottom: 50px\;
    }
    .paragraph-no-margin {
        overflow-wrap: anywhere;
    }
}
.nav_logo{
    max-height: 56px;
    height: 100%;
}
.corner_padding{
    padding: 7rem;
}
.cit{
    font-size: 40px;
}
.we_help{
    padding-top: 100px;
    padding-bottom: 100px;
}
.Support_and_develop{
    padding-bottom: 50px;
    padding-top: 70px !important;
}
.leading_platform{
    padding-bottom: 220px !important;
}
.things{
    gap: 60px;
}
.faq_padding{
    padding-bottom: 0px;
}