body{
    background-image: url('../images/bg.jpg');
    background-repeat: repeat-y;
    /* background-size: contain; */
    background-position: center top;
}
.button-ftech{
    border: 1px solid #FA7436 !important;
    color: #FA7436 !important;
    font-weight: 400 !important;
    height: 60px;
    line-height: 60px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.button-ftech:hover{
    background-color: #FA7436 !important;
    color: #fff !important;
}
/* body.home section{
    padding-left: 0 !important;
    padding-right: 0 !important;
} */
.section-p0{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.contact-form-box{
    padding: 50px;
    border-radius: 40px;
    background-color: #fff;
    box-shadow: 10px 40px 50px 0px #E5E9F666;
}

.btn-ftech-orange {
  background-color: #ff6b2d !important;
  color: #fff;
  padding: 12px 20px;
  font-weight: 600;
  border-radius: 8px;
  border: none;
}
.btn-ftech-orange:hover {
  background-color: #ff5a1b !important;
}

.ftech-title .section-title {
    color: #FA7436;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
.ftech-title .section-title,
.ftech-title .section-title span{
    border: 0 !important;
}
.ftech-title .section-title b,
.ftech-subtitle .section-title b{
    background-color: transparent !important;
}

.flip-card-back .box-image{
    display: none;
}
.flip-card-back .box-text .box-text-inner{
    display: flex;
    flex-wrap: wrap;
}
.flip-card-back .box-text .box-text-inner > div:nth-child(1){
    width: 80px !important;
}
.flip-card-back .box-text .box-text-inner > div:nth-child(2){
    flex: 1;
    color: #313335;
    display: flex;
    align-items: center;
}
.flip-card-back .box-text .box-text-inner > div:nth-child(3){
    margin-top: 30px;
    width: 100%;
    font-size: 16px;
    color: #6C7075;
}
.flip-card {
    width: 100%;
    height: 420px;
    perspective: 1000px;
}
.flip-card > .col-inner{
    background-color: #fff;
    border-radius: 12px;
    height: 400px;
    padding: 30px 15px;
    position: relative;
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
    box-shadow: 0 0 5px #472f241a;
}
.flip-card:hover .col-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 15px;
  box-sizing: border-box;

}
.flip-card-front h3,
.flip-card-back h3{
    text-transform: uppercase;
}
.flip-card-front {
    padding-top: 100px;
}

.flip-card-back {
  transform: rotateY(180deg);
}
.section-3 .ftech-subtitle .section-title{
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}
.section-3 .section-bg :is(img,picture,video){
    object-fit: contain;
}
.section-3 .ftech-title .section-title{
    margin-top: -15px;
}

.section-4 .ftech-subtitle .section-title{
    font-family: Montserrat;
    font-weight: 600;
    font-size: 24px;
}
.section-4 .flickity-button{
    width: 40px;
    height: 40px;
    top: -30px;
    color: #CACCCE;
    border-color: #CACCCE;

}
.section-4 .flickity-button.previous{
    right: 80px;
    left: unset;
}
.section-4 .flickity-button:hover svg{
    color: #fff;
    background-color: #FA7436 !important;
    border-color: #FA7436 !important;
}
.section-4 .flickity-page-dots .dot{
    border-color: #e5e5e5 !important;
    background-color: #e5e5e5 !important;
}
.section-4 .flickity-page-dots .dot.is-selected,
.section-4 .flickity-page-dots .dot:hover{
    background-color: #FA7436 !important;
    border-color: #FA7436 !important;
}
.flickity-slider > .row{
    top: 0;
}

.section-5{

}
.form-contact-us .btn-orange {
  background-color: #ff6b2d;
  color: #fff;
  padding: 12px 20px;
  font-weight: 600;
  border-radius: 8px;
  border: none;
}

.form-contact-us .btn-orange:hover {
  background-color: #ff5a1b;
}

.form-contact-us .form-control,
.form-contact-us .form-select {
  border: 1px solid #ff6b2d !important;
  border-radius: 8px !important;
  padding: 12px !important;
  box-shadow: none !important;
}
.form-contact-us .form-select{
    padding: 0 8px !important;
}

.form-contact-us input::placeholder,
.form-contact-us textarea::placeholder {
  color: #ccc;
}

.form-contact-us .border-dashed {
  border-style: dashed !important;
}

.form-contact-us .bg-light-subtle {
  background-color: #fff4ee;
}

.form-contact-us input[type="file"] {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.form-contact-us .border-dashed {
  border: 2px dashed #ff6b2d;
}

.form-contact-us .bg-light-subtle {
  background-color: #fff4ee;
}

.form-contact-us .drop-zone {
  cursor: pointer;
  transition: border 0.3s ease, background-color 0.3s ease;
}

.form-contact-us .drop-zone.dragover {
  background-color: #ffe8dd;
  border-color: #ff6b2d;
}
.section-4 .section-bg img{
    object-fit: contain;
}

/* service */
.ftech-image-box{
    /*background-image: url('../images/service-bg.png');*/
    background-image: url('../images/service2-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 80px;
    transition: all .5s ease !important;
    position: relative;
    border-radius: 40px;
    min-height: 715px;
}
.ftech-image-box:hover{
    /*box-shadow: 5px 5px 5px #E5E9F652;*/
    scale: 102%;
}
.section-service .text h2{
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 32px;
    color: #313335;
    font-family: Gilroy, sans-serif;
}
.section-service .text p{
    color: #585C5F;
    font-size: 18px;
    font-family: Gilroy, sans-serif;
}
/* end service */
/* software development */
.ftech-item-wwd{
    background-color: #fff;
    border-radius: 20px;
    min-height: 380px;
    padding-top: 30px;
    padding-bottom: 30px;
    transition: all .5s ease !important;
    height: 100%;
}
.ftech-item-wwd .box-text{
    width: 70%;
    margin: 0 auto;
}
.ftech-item-wwd .box-text h3{
    font-size: 20px;
    color: #313335;
    font-weight: 600;
    font-family: Gilroy, sans-serif;
}
.ftech-item-wwd .box-text p{
    font-size: 16px;
    color: #585C5F;
    margin-top: 15px;
}
.ftech-item-wwd:hover{
    box-shadow: 5px 5px 5px #E5E9F652;
    scale: 105%;
}
.section-www h2{
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    color: #313335;
    font-family: Gilroy, sans-serif;
}
.section-www .col{
    padding-bottom: 0;
}
.section-www .icon-box .icon img{
    padding-top: 0;
}
.section-www .icon-box{
    margin-bottom: 10px;
}
/* end software development */

/* Remote talents solution */
.ftech-text-box{
    background-image: url('../images/frame-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 272px;
    box-shadow: -9px 4px 52px 0px #8787871F;
    border-radius: 44px;
    padding: 50px;
}
.ftech-text-box p,
.ftech-text-box h2,
.ftech-text-box h3,
.ftech-text-box h4{
    width: 310px;
}
.ftech-text-box-1{
    padding-left: 10%;
    background-position: bottom right;
}
.ftech-text-box-2{
    background-image: url('../images/frame-2.png');
    background-position: bottom left;
    padding-left: 40%;
}
.ftech-text-box-3{
    background-image: url('../images/frame-3.png');
    background-position: top right;
    padding-left: 10%;
}
.ftech-text-box-4{
    background-image: url('../images/frame-4.png');
    background-position: top left;
    padding-left: 40%;
}
/* End remote talents solution */

/* Our process */
.our-process .col .box-image{
    position: relative;
}
.our-process .col .col-inner::after{
    content: '';
    position: absolute;
    transform: translate(0, -50%);
    width: 100%;
    height: 100%;
    background-image: url(../images/vector-right.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    background-size: 100px;
    top: 50px;
    right: -50%;
}
.our-process .col:last-child .col-inner::after{
    display: none;
}
/* End our process */

/* Footer */
.menu-footer{
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center !important;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
    flex-direction: row !important;
}
.menu-footer .menu-item{
    text-align: center;
    white-space: nowrap;
}
/* .footer-primary{
    width: 450px;
    border-top: 1px solid #707070;
} */
 #footer .container{
    width: 450px;
    max-width: 80%;
    border-top: 1px solid #707070;
    padding-top: 20px;
 }
/* End footer */

/* Mobile */
@media screen and (max-width: 768px) {
    .ftech-title .section-title{
        font-size: 24px !important;
    }
    .ftech-text-box p{
        width: 100%;
    }
    .text-center-mobile,
    .text-center-mobile .col-inner{
        text-align: center !important;
    }
    .text-center-header-mobile h2,
    .text-center-header-mobile h3,
    .text-center-header-mobile h4{
        text-align: center !important;
    }
    /* Home */
    .order-mobile > .col:nth-child(1){
        order: 2;
    }
    .order-mobile > .col:nth-child(2){
        order: 1;
    }
    .section-3 .section-bg{
        display: none;
    }
    .section-3 .col-inner{
        margin: 0 !important;
    }
    .section-3 .ftech-title .section-title{
        text-align: center !important;
    }
    .section-3 .ftech-title .section-title-normal span{
        margin-right: 0 !important;
    }
    .section-3 .ftech-subtitle{
        margin-top: -90px !important;
    }
    .section-3 .ftech-subtitle *{
        color: #313335 !important;
        font-size: 14px !important;
        text-transform: none !important;
        font-weight: 400 !important;
    }
    .hover-flex-row > .col{
        flex-basis: 100%;
        max-width: 100%;
    }
    .custom-order-mobile > .col:nth-child(1){
        order: 1;
    }
    .custom-order-mobile > .col:nth-child(2){
        order: 2;
    }
    .custom-order-mobile > .col:nth-child(3){
        order: 3;
    }
    .custom-order-mobile > .col:nth-child(4){
        order: 4;
    }
    .custom-order-mobile > .col:nth-child(4){
        order: 5;
    }
    .custom-order-mobile > .col:nth-child(5){
        order: 4;
    }
    .custom-order-mobile > .col:nth-child(6){
        order: 6;
    }
    .custom-order-mobile > .col:nth-child(7){
        order: 7;
    }
    /* End home */
    .h2-mobile .section-title{
        font-size: 1.3rem !important;
    }
    .our-process > .col{
        margin-bottom: 120px;
    }
    .our-process .col .col-inner::after{
        content: '';
        background-image: none;
    }
    .our-process > .col::after{
        content: '';
        position: absolute;
        transform: translate(-50%, 0);
        width: 100%;
        height: 120px;
        background-image: url(../images/vector-bottom.png);
        background-repeat: no-repeat;
        background-position: center;
        z-index: -1;
        background-size: 40px;
        top: unset;
        right: unset;
        left: 50%;
    }
    .our-process > .col:last-child{
        margin-bottom: 0;
    }
    .our-process > .col:last-child::after{
        display: none;
    }
    .ftech-image-box{
        min-height: unset;
        padding: 10px;
    }

    .ftech-text-box{
        min-height: 272px;
        box-shadow: -9px 4px 52px 0px #8787871F;
        border-radius: 44px;
        padding-left: 10%;
        background-position: bottom right !important;
    }
    .ftech-text-box-1{
        background-image: url('../images/1.png');
    }
    .ftech-text-box-2{
        background-image: url('../images/2.png');
    }
    .ftech-text-box-3{
        background-image: url('../images/3.png');
    }
    .ftech-text-box-4{
        background-image: url('../images/4.png');
    }
}

@media screen and (min-width: 850px){
    
}

@media screen and (min-width: 1024px) {
    #main .row{
        max-width: 1200px;
    }
}