@charset "UTF-8";
/*
Theme Name: pixel
Theme URI: https://wordpress.org/themes/twentynineteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentynineteen
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready, block-patterns

*/

.main-more-blg-bx .wp-post-image {
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
}
.attachment-post-thumbnail {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.widget_categories ul li a{
	    border: 1px solid #B5B5B5!important;
    background: #efefef;
    font-size: 16px;
    border: none;
    border-radius: 30px;
    padding: 12px 35px 12px 35px;
    transition: 0.5s;
    position: relative;
    outline: none;
    cursor: pointer;
    color: #212529;
}
.widget_categories .widget-title{
	display:none;
}

/*.page-id-36 .scr_wrap .scr_block{
	display:none;
}
.page-id-36 .inner-servi-h3{
	display:none;
}
.page-id-36 .scr_wrap{
	text-align:left;
}
.page-id-30 .scr_wrap .scr_block{
	display:none;
}
.page-id-30 .inner-servi-h3{
	display:none;
}
.page-id-30 .scr_wrap{
	text-align:left;
}
.page-id-32 .scr_wrap .scr_block{
	display:none;
}
.page-id-32 .inner-servi-h3{
	display:none;
}
.page-id-32 .scr_wrap{
	text-align:left;
}
.page-id-31 .scr_wrap{
	text-align:left;
}
.page-id-31 .inner-servi-h3{
	color:#333;
}*/



/* ------------------
    Wrapper
-------------------- */
#wrapper{
    min-height: 100%;
    height: 100%;
    width: 100%;
	    background-color: #1f1f1f;
	    padding-bottom: 100px;
	position: relative;
}



/* ------------------
    Number - 404
--------------------*/
.number{
    position: relative;
    z-index: 100;
    text-align: right;
    padding-top: 79px;
}

.number .four{
    width: 200px;
    height: 292px;
    display: inline-block;
    background-image: url("../../uploads/2022/11/four.png");
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 19;
    position: relative;
}

.number .zero{
    width: 200px;
    height: 292px;
    display: inline-block;
    background-image: url("../../uploads/2022/11/zero.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0px 20px;
    position: relative;
    z-index: 18;
    -moz-animation: 4s ease 0s normal none infinite zero;
    -moz-transform-origin: center top;
    -webkit-animation:zero 4s infinite ease-in-out;
    -webkit-transform-origin:top;
    -o-animation: 4s ease 0s normal none infinite zero;
    -o-transform-origin: center top;
    -o-animation:zero 4s infinite ease-in-out;
    -o-transform-origin:top;
    -ms-animation: 4s ease 0s normal none infinite zero;
    -ms-transform-origin: center top;
    -ms-animation:zero 4s infinite ease-in-out;
    -ms-transform-origin:top;
    animation: 4s ease 0s normal none infinite zero;
    transform-origin: center top;
    animation:zero 4s infinite ease-in-out;
    transform-origin:top;
}

.number .zero .nail{
    width: 30px;
    height: 50px;
    top: 6px;
    left: 115px;
    background-image: url("../../uploads/2022/11/nail.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
}

@-moz-keyframes zero {
    0%{-moz-transform:rotate(-2deg)}
    50%{-moz-transform:rotate(2deg)}
    100%{-moz-transform:rotate(-2deg)}
}

@-webkit-keyframes zero {
    0%{-webkit-transform:rotate(-2deg)}
    50%{-webkit-transform:rotate(2deg)}
    100%{-webkit-transform:rotate(-2deg)}
}

@-o-keyframes zero {
    0%{-o-transform:rotate(-2deg)}
    50%{-o-transform:rotate(2deg)}
    100%{-o-transform:rotate(-2deg)}
}

@-ms-keyframes zero {
    0%{-ms-transform:rotate(-2deg)}
    50%{-ms-transform:rotate(2deg)}
    100%{-ms-transform:rotate(-2deg)}
}

@keyframes zero {
    0%{transform:rotate(-2deg)}
    50%{transform:rotate(2deg)}
    100%{transform:rotate(-2deg)}
}

/* ------------------
    Info
--------------------*/
.info{
    margin-left: 508px;
    position: relative;
    z-index: 999;

}

.info h2{
    font-size: 40px;
    font-weight: 300;
    color: #ffc938;
}

.info p{
    font-size: 20px;
    color: #ffffff;
}


.worker {
    position: absolute;
    left: 0;
    bottom: 0;
        width: 680px;
    height: 525px;
    background-size: 100%;
    background-image: url("../../uploads/2022/11/img2.png");
    background-repeat: no-repeat;
    background-position: center;
    z-index: none;
}

@media (max-width: 991px){
	.worker{
		display:none;
	}
	.number {
    text-align: center;
}
	.number .four {
    width: 76px;
    height: 100px;
}
	.number .zero {
    width: 85px;
    height: 110px;
}
	.info {
    margin-left: 0;
    position: relative;
    z-index: 999;
    text-align: center;
}
}


.thankyoucontent .wrapper-1{
  width:100%;
  display: flex;
flex-direction: column;
}
.thankyoucontent .wrapper-2{
  padding: 30px;
  text-align:center;
}
.thankyoucontent h1{
      font-size: 40px;
    font-weight: 900;
    letter-spacing: 3px;
    color: #fafafa;
    margin: 0;
    margin-top: 40px;
    margin-bottom: 20px;
}
.thankyoucontent .wrapper-2 p{
  margin:0;
  font-size:1.3em;
  color:#fafafa;
  letter-spacing:1px;
  line-height: 1.5;
}
.thankyoucontent .go-home{
  background: #FFAD20;
  border:none;
  padding: 15px 30px;
  margin: 30px 0;
  border-radius: 5px;
  cursor: pointer;
}
.thankyoucontent .go-home:hover{
  opacity: 0.9;
}
article#post-149{
  background: #3e3e3e;
}
.thankyoucontent .go-home a{
  font-size: 1rem;
  font-weight: 700!important;
  text-transform: uppercase;
  letter-spacing: 2px;
  
}
.thankyoucontent .footer-like{
  margin-top: auto; 
  background: rgb(31,38,130);
  padding:6px;
  text-align:center;
}
.thankyoucontent .footer-like p{
  margin:0;
  padding:4px;
  color:#fafafa;
  letter-spacing:1px;
}
.thankyoucontent .footer-like p a{
  text-decoration:none;
  color:#5892FF;
  font-weight: 600;
}

.thankyoucontent .footer-like p a:hover{
  color:#FFF;
 }

@media (min-width:360px){
  
  .thankyoucontent .go-home{
    margin-bottom:20px;
  }
}

@media (min-width:600px){
  .thankyoucontent{
  max-width:1000px;
  margin:0 auto;
}
  .thankyoucontent .wrapper-1{
  height: initial;
  max-width:620px;
  margin:0 auto;
  margin-top:50px;
  }
  
  
}

.page-id-149 #inner-page-header{
	display:none;
}
.page-id-149 #post-149{
	    margin-top: -50px;
}
.page-id-460 #inner-page-header{
	display:none;
}
.page-id-460 #post-460{
	    margin-top: -50px;
	    padding-bottom: 50px;
}
article#post-460 {
    background: #3e3e3e;
}
.tnp-subscription input.tnp-submit {
    background: #FFAD20!important;
    color: #000!important;
    width: 100%!important;
    display: block!important;
    margin-top: 20px!important;
	    font-size: 16px!important;
    border: none!important;
    border-radius: 30px!important;
    padding: 12px 35px 12px 35px!important;
    transition: 0.5s!important;
    position: relative!important;
	    cursor: pointer!important;
}
.tnp-email{
	    height: 50px!important;
    transition: 0.5s!important;
    outline: none!important;
    border-radius: 28px!important;
    color: #fff!important;
    font-size: 16px!important;
    font-weight: 500!important;
    border: none!important;
    outline: none!important;
    background: #fff0!important;
    border: 1px solid #fff!important;
    padding-left: 25px!important;
    position: relative!important;
}
.tnp-field label {
    display: none!important;
}



.page-template-be-casual-casestudy .uiux-design-casual-img1 {
    position: relative;
    z-index: 1;
    margin-left: auto;
    display: block;
    height: 374px;
}

#comment-error {
	color:red;
}

#email-error {
	color:red;
}

#author-error{
color:red;	
}




/* martcart casec studys */
.page-id-1999 .colourbox1 {
    background: #2fa952;
    color: #fff;
}
.page-id-1999 .colourdbl .colourbox2 {
    background: #ffffff;
    color: #000;
	border: 1px solid #000;
    }
.page-id-1999 .colourbox2 p {
    color: #000;
}
/* martcart casec studys */



/* matchmate css */
.page-id-2277 .colourbox1 {
    background: #c15b75;
	color: #fff;
}
.page-id-2277 .colourbox1 p {
	color: #fff;
	}
.page-id-2277 .colourdbl .colourbox2 {
    border: 1px solid #000;
    color: #000;
	background: #fff;
}
.page-id-2277 .colourbox2 p {
    color: #000;
}
/* matcha mate css */

///23-10-24

.tbl-res{
	border:1px solid #ccc;
}
.tbl-res tr{
	border:1px solid #ccc;
}
.tbl-res td{
	border:1px solid #ccc;
	padding:10px;
}
.tbl-res th{
	background-color: #FFAD20;
	border:1px solid #ccc;
	padding:10px;
}

/* 14-01-25 new-contact*/
.new-contact-section-start{
    background-position: center;
    background-size: cover;
    padding: 40px 0px;
    color: #fff;
}

.new-contact-section-start h5{
   font-size: 18px;
   font-weight: 300;
}

.new-contact-section-start h2{
    font-size: 40px;
    font-weight: 700;
    padding: 4px 0px 10px;
}
.new-contact-section-start h2 span{
    color: #F4A216;
}

.new-contact-section-start .list-unstyled{
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #DADADA;
}
.new-contact-section-start .list-unstyled li{
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
}
.new-contact-section-start .list-unstyled li img{
    position: absolute;
    left: 0;
    top: 0;
}
.new-contact-section-start .list-unstyled li span{
    color: #F4A216;
    font-weight: 800;
}
.new-page-contact-frm{
    border-radius: 16px;
    border: 1px solid #F4A216;
    padding: 40px;
   background: #fff;
}

.new-page-contact-frm h3{
    font-size: 30px;
    font-weight: 700;
    color: #000;
}
.new-page-contact-frm ul{
    margin: 10px 0px 20px;
}
.new-page-contact-frm li{
    display: inline-block;
    margin-right: 15px;
    color: #F4A216;
    font-size: 16px;
}
.new-page-contact-frm li img{
    margin-right: 7px;
}

.new-page-contact-frm .form-control{
    border-radius: 12px;
    border: 1px solid #000000;
    height: 60px;
    color: #000;
    padding-left: 15px;
}

.new-page-contact-frm .form-control::placeholder{
    color: #777676;
  
  }
  .new-page-contact-frm textarea.form-control{
    height: 120px;
  }
  .captcha-btn {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  .captcha-btn h4{
    font-size: 16px;
    font-weight: 700;
    color: #000;
    padding-bottom: 10px;
  }
  .captcha-btn .btn{
    background: #000;
    color: #fff;
    border-radius: 6px;
  }
  .new-contact-section-start .list-unstyled li:last-child img{
     top: 5px;
  }

  .contact_page_newmap iframe{
    width: 100%;
    height: 400px;
  }

  @media (max-width:600px){
    .new-page-contact-frm {
        padding: 20px;
    }
    .captcha-btn img{
        width: 150px;
    }
    .new-page-contact-frm h3 {
        font-size: 20px;
    }
    .new-contact-section-start h2 {
        font-size: 30px;
    }
    .new-contact-section-start .list-unstyled li {
        font-size: 14px;
  
    }
    .new-contact-section-start .list-unstyled li:last-child img {
        top: 4px;
    }
    .new-blog-secbx-middle h4 {
        min-height: auto!important;
    }
  }

  / blog new page /
  .new-blog-section-start-main{
    margin-top: -35px;
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
  }
  .new-blog-page-ban-start h2{
    color: #fff;
    width: 90%;
  }
  .new-blog-page-ban-start h2 span{
    color: #F4A216;

  }

  .new-blog-secbx{
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 1px;
    border-radius: 15px;
    margin-bottom: 30px;
    transition: 0.4s;
  }
  .new-blog-secbx:hover {
    background-image: linear-gradient(240deg, #FFAA17, #fff0);
   
}
  .new-blog-secbx-middle{
    padding: 20px;
    background: #fff;
    border-radius: 15px;
  }
  .new-blog-secbx-middle h5{
    font-size: 12px;
    font-weight: 700;
    text-align: center;
  }
  .new-blog-img{
    width: 100%;
    height: 167px;
    border-radius: 15px;
    object-fit: cover;
    margin-top: 15px;
  }
  .new-blog-secbx-middle h4{
    font-size: 20px;
    font-weight: 700;
    color: #000;
    padding: 15px 0px 10px;
    min-height: 97px;
  }
  .new-blog-secbx-middle p{
    font-size: 14px;
  }
  .blgpg-new-btn{
    border: 1px solid #000;
    border-radius: 6px;
    margin-top: 20px;
  }
  .blgpg-new-btn:hover{
    background: #000;
    color: #fff;
  }

  / gallery-page-new /
  .new-gallery-page-start{
    padding: 50px 0px;
    background-position: center;
    background-size: cover;
    color: #fff;
  }
  .gallery_new_hd{
    text-align: center;
    padding-bottom: 30px;
    color: #fff;
  }
  .gallery_new_hd h2{
    font-size: 40px;
    padding-bottom: 5px;
    font-weight: 700;
  }
  .gallery_new_hd p{
    width: 60%;
    margin: 0 auto;
  }
  .new-gallery-page-start .nav-tabs{
        justify-content: center;
        border-color: #D9D9D9;
        padding-bottom: 10px;
  }
  .new-gallery-page-start .nav-tabs .nav-link{
     border-color: #fff0;
     background-color: #fff0;
     padding: 10px 15px;
     margin: 0px 15px;
     font-size: 20px;
     font-weight: 600;
     position: relative;
    }
    .new-gallery-page-start .nav-tabs .nav-link::after {
        position: absolute;
        right: -15px;
        width: 1px;
        content: ' ';
        background: #fff;
        height: 20px;
        top: 13px;
    }
    .new-gallery-page-start .nav-tabs .nav-item:last-child .nav-link::after{
        display: none;
    }
    .new-gallery-page-start .nav-tabs .nav-link.active{
        color: #FFAD20;
    }
    .new-gallery-page-start .nav-tabs .nav-link:hover{
        color: #FFAD20;
    }
    .new-gallery-sec1{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .new-gall-img-bx{
        cursor: pointer;
    }
    .new-gallery-page-start .nav-tabs{
        margin-bottom: 10px;
    }
    .new-gall-img-bx{
        margin: 0px 10px;
        position: relative;
        z-index: 1;
    }
    .new_gallery_tab_start{
        padding-top: 70px;
        position: relative;
    }
    .nw-gall-tab-hd {
        text-transform: uppercase;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0;
        font-size: 70px;
        font-weight: 800;
        background:-webkit-linear-gradient(#c8c8c817, #06060614);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: center;
    }


    / web-develop-new-section /
    .new-web-develop-add-section{
        padding-left:40px;
        padding-right:40px;
        background: #F6F6F6!important;
        background-image: none!important;
    }
    .new-web-develop-add-section .we-made-cntnt-bx h3 span {
        display: inline-block!important;
    }
    .new-web-develop-add-section .we-made-cntnt-bx h3 img {
        top: 6px!important;
    }
    .new-web-develop-add-section .accordion .card-header {
        cursor: pointer;
        background-color: #fff!important;
        min-height: 103px;
        font-size: 19px;
        border: none!important;
        padding-left: 58px;
        position: relative;
        border-radius: 24px!important;
        font-weight: 700;
    }
    .new-web-develop-add-section .accordion .card-header.collapsed{
        font-weight: 500;
    }
    .new-web-develop-add-section .accordion .card-header:after {
        font-family: 'FontAwesome';
        content: "\f106";
        float: right;
        position: absolute;
        right: 10px;
        bottom: 13px;
        font-size: 13px;
        width: 25px;
        height: 25px;
        background: #FFAA17;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #fff;
        display: none;
    }
    .down-arrow-srvc{
    position: absolute;
    right: 10px;
    bottom: 13px;
    font-size: 13px;
    width: 25px;
    height: 25px;
    background: #FFAA17;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    }
    .new-web-develop-add-section .accordion .card-header.collapsed:after {
        / symbol for "collapsed" panels /
        content:"\f107"; 
    }
    .new-web-develop-add-section .card {
        margin-bottom: 10px;
        background: #fff0!important;
        border: none!important;
        border-radius: 24px!important;
        min-height: 103px;
        width: 100%;
        margin-left: auto;
    }
    .new-web-develop-add-section .card-body{
        padding: 0;
    }
    .srvc-accordian-iconbx {
        width: 55px;
        height: 55px;
        border-radius: 16px;
        background: #F6F6F6;
        position: absolute;
        left: -10px;
        top: -10px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .accr-srvc-main-bx {
        width: 35px;
        height: 35px;
        border-radius: 11px;
        background: #F3D9FF;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        left: 14px;
        top: 13px;
    }
    .accr-srvc-main-bx img {
        width: 25px;
        height: 21px;
        object-fit: contain;
    }
    .srvc-new-contnt-bxstrt {
        padding: 1px;
        border-radius: 10px;
        background-image: linear-gradient(#D16EFF,#fff);
        border-radius: 10px;
        margin-left: 2px;
        margin-right: 2px;
        margin-top: 10px;
        box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.1);
        margin-bottom: 32px;
        position: relative;
    }
    .srvc-new-contnt-bxstrt::after {
        position: absolute;
        left: 0;
        right: 0;
        content: ' ';
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 27px solid #dcdcdc61;
        margin: 0 auto;
        bottom: -7px;
    }
    .srvc-new-contnt-bxstrt::before {
        position: absolute;
        left: 0;
        right: 0;
        content: ' ';
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 30px solid #f6f6f6;
        margin: 0 auto;
        bottom: -16px;
    }
    .srvc-new-contnt-bxmain {
        padding: 25px 20px;
        background: #fff;
        border-radius: 10px;
        position: relative;
    }
    .srvc-new-contnt-bxmain p{
        font-size: 15px;
        line-height: 20px;
    }
    .srvc-accordn-up-arrow {
        font-size: 13px;
        width: 25px;
        height: 25px;
        background: #FFAA17;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #fff;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -8px;
        box-shadow: none;
        border: none;
        position: absolute;
        z-index: 1;
        cursor: pointer;
        outline:none!important;
    }
    .srvc-card2 .accr-srvc-main-bx{
        background: #EBF1F2;
    }

/ 14-01-2025 /
#whatsapp-float {
    position: fixed;
    bottom: 75px;
    right: 10px;
    width: 55px;
    height: auto;
    z-index: 1;
}
#whatsapp-float img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.field-error{
    color: red;
}

.new-contact-section-start .list-unstyled a{
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
.new-contact-section-start .sub-btn{
    font-size: 16px;
    border: none;
    padding: 12px 35px 12px 35px;
    transition: 0.5s;
    position: relative;
    outline: none;
    background: #000;
    color: #fff;
    border-radius: 6px;
}
.new-contact-section-start .form-group textarea{
	padding-top: 10px;
    padding-left: 15px !important;
}

.cap-btn-wrapper{
	display: flex;
	align-items: center;
}
.cap-btn-wrapper #loader{
	width: 35px;
}


/* 26-05-2025 */
/* staffing_recruitment page */

.staffing_recruitment_bannernew{
   position: relative;
}
.manpower_section_newstart .container{
    position: relative;
    z-index: 1;
}
.staffing_recruitment_bannernew h1 span{
    -webkit-text-stroke: none;
    -webkit-text-fill-color: #fff;
    font-weight: 700;
}
.staffing_recruitment_bannernew h2{

}
.manpower_section_newstart{
    padding: 40px 0px;
    background-position: center;
    background-size: cover;
    position: relative;
}
.manpower_shape1{
    position: absolute;
    left: 0;
    top: 23%;
}
.manpower_shape2{
    position: absolute;
    right: 0;
   bottom: 33%;
}
.manpower_hd_txt h2{
    font-size: 30px;
}
.manpower_hd_txt h2 span{
    display: block;
    font-weight: 800;
    color: #FFAA17;
}
.manpower_middle_img{
    height: 425px;
    width: 100%;
    margin-top: 30px;
    border-radius: 10px;
    overflow: hidden;
}
.manpower_middle_img img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.staffing-process-hd{
    text-align: center;
    padding-bottom: 30px;
}
.staffing-process-hd h2{
    font-size: 30px;
    padding-bottom: 10px;
}
.staffing-process-hd h2 span{
    font-weight: 800;
    color: #FFA200;
}
.staffing-process-mainbx{
    padding:20px 15px ;
    border-radius: 20px;
    margin-bottom: 30px;
    transition: 0.4s;
}
.staffing-process-mainbx:hover {
    box-shadow: 0 1px 15px 5px rgba(0, 0, 0, 0.1);
}

.staffing-process-icon{
    border-radius: 12px;
    background: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
}
.staffing-process-mainbx:hover .staffing-process-icon{
    background: #000;
} 
.staffing-process-mainbx:hover .staffing-process-icon img{

}
.staffing-process-mainbx h4{
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
}
.staffing-process-section{
    background-position: center;
    background-size: cover;
    padding: 50px 0px;
    position: relative;
}


.staffing-choose-us-section{
    padding: 50px 0px 0px;
}
.staffing-choose-hd{
    padding-bottom: 30px;
}
.staffing-choose-hd h2{
    font-size: 30px;
}
.staffing-choose-hd h2 span{
    font-weight: 800;
    color: #FFA200;
}
.staffing-choose-usbxnw{
    height: 405px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.staffing-choose-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.staffing-choose-usbxnw::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: ' ';
     background-image: linear-gradient(#fff0, #000000cf);
}
.staffing-choose-caption-bx{
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 15px;
    color: #fff;
    z-index: 2;
}
.staffing-choose-caption-bx h4{
    font-size: 20px;
    font-weight: 600;
}

.staffing-choose-caption-bx p{
    opacity: 0;
    padding-top: 0px;
    height: 0;
    transition: 0.1s;
}
.staffing-choose-usbxnw:hover .staffing-choose-caption-bx p{
   opacity: 1;
   height: auto;
   padding-top: 10px;
}
.staffing_choose_shape{
    position: absolute;
    left: 15px;
    top: 15px;
    opacity: 0;
    transition: 0.4s;
}
.staffing-choose-usbxnw:hover .staffing_choose_shape{
    opacity: 1;
}

.flip-card {
  background-color: transparent;
  width:100%;
 height: 370px;
 -webkit-perspective: 1000;
 -moz-perspective: 1000;
 -o-perspective: 1000;
 perspective: 1000;
 border-radius: 20px;
 overflow: hidden;
}

.flip-card-inner {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;

}

.flip-card:focus {
    outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner{
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
   border-radius: 20px;
}

.flip-card-front {
  z-index: 2;
 
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}


.flip-card-back {
  transform: rotateY(180deg);

  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 11;
}
.flip-card-back{
  background-position: center;
  background-size: cover;
}

.category_img_staffing{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width:991px){
	.flip-card.hover:hover .flip-card-inner{
	-webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
}
.flip-card:hover .flip-card-inner {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
	
}
.flip-card-back{
    background: #FFAA17;
    height: 370px;
    color: #fff;
    padding:40px 20px;
}
.category-staffing-icon{
    height: 60px;
    object-fit: contain;
}
.flip-card-front{
      background: #000;
    height: 370px;
}
.flip-card-front::after{
       position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: ' ';
     background-image: linear-gradient(#fff0, #000000cf);
}
.flip-card-front_txt{
    position: absolute;
    z-index: 1;
    color: #fff;
    padding: 20px;
    left: 0;
    bottom: 10px;
}
.flip-card-front_txt h3{
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}
.flip-card-front_txt h3::after{
    position: absolute;
    left: 0;
    top: -15px;
    height: 6px;
    width: 110px;
    background: #FFAA17;
    content: ' ';
}
.flip_boxtxt h3{
       font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding: 20px 0px 10px;
}
.category_staffing_recruitment{
    padding: 40px 0px;
}

@media (max-width:1200px){
    .manpower_shape1{
        display: none;
    }
     .manpower_shape2{
        display: none;
    }
}
@media (max-width:991px){
    .manpower_hd_txt{
        text-align: center;
    }
.manpower_hd_txt h2{
    padding-bottom: 10px;
}
.flip-card{
    margin-bottom: 10px;
}
.flip-card-front_txt h3 {
    font-size: 18px;
}
.flip_boxtxt h3 {
    font-size: 18px;
}
.staffing-choose-usbxnw{
    margin-bottom: 10px;
}
.staffing-choose-hd{
    text-align: center;
}
.staffing-choose-hd h2{
    padding-bottom: 10px;
}
}
@media (max-width:600px){
.manpower_hd_txt h2 {
    font-size: 22px;
}
.category_staffing_recruitment{
    padding: 20px 0px;
}
.staffing-process-hd h2 {
    font-size: 22px;
}
.staffing-process-section {
    padding: 30px 0px;
}
.staffing-process-mainbx {
    margin-bottom: 10px;
}
.staffing-choose-us-section {
    padding: 30px 0px;
}
.staffing-choose-hd h2 {
    font-size: 22px;
}
}
/* staffing_recruitment page end*/


/* blog new page */
  .new-blog-section-start-main{
    margin-top: -35px;
    position: relative;
    z-index: 1;
    padding-bottom: 0px;
  }
  .new-blog-page-ban-start h2{
    color: #fff;
    width: 90%;
  }
  .new-blog-page-ban-start h2 span{
    color: #F4A216;

  }

  .new-blog-secbx{
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 1px;
    border-radius: 15px;
    margin-bottom: 30px;
    transition: 0.4s;
  }
  .new-blog-secbx:hover {
    background-image: linear-gradient(240deg, #FFAA17, #fff0);
   
}
  .new-blog-secbx-middle{
    padding: 20px;
    background: #fff;
    border-radius: 15px;
  }
  .new-blog-secbx-middle h5{
    font-size: 12px;
    font-weight: 700;
    text-align: center;
  }
  .new-blog-img{
    width: 100%;
    height: 167px;
    border-radius: 15px;
    object-fit: cover;
    margin-top: 15px;
  }
  .new-blog-secbx-middle h4{
    font-size: 20px;
    font-weight: 700;
    color: #000;
    padding: 15px 0px 10px;
    min-height: 97px;
  }
  .new-blog-secbx-middle p{
    font-size: 14px;
  }
  .blgpg-new-btn{
    border: 1px solid #000;
    border-radius: 6px;
    margin-top: 20px;
  }
  .blgpg-new-btn:hover{
    background: #000;
    color: #fff;
  }

.Technologies_use_leftbx .nav-tabs .nav-link {
    padding: 0;
    border: none;
    font-size: 16px;
    font-weight: 600;
    padding: 7px 17px;
    color: #000;
    font-family: "Nunito Sans";
    border-radius: 0px !important;
    display: flex
;
    align-items: center;
    position: relative;
}
.Technologies_use_newsection .tab-content{width: 100%}
.banner-new-start{
	height:500px;
	overflow:hidden;
}

.industrywork_new_section {
	height:572px;
	overflow:hidden;
}

@media (max-width: 385px){
	.banner-two-btn a {
    margin-right: 10px;
    font-size: 13px!important;
    padding: 7px 10px!important;
    line-height: normal;
}
	.home_mobileapptrail:before {
    height: 41px!important;
}
}
@media (max-width: 600px){
	.banner-caption {
    padding-bottom: 40px;
		padding-top:40px;
}
	.banner-start {
    min-height: 430px!important;
}
	.banner-new-start {
    height: 400px;
    overflow: hidden;
}
	.banner_carousel .owl-dots {
    bottom: 13%!important;
}
}

.services_wrap .services_inner .services_block{
	margin:15px 0px!important;
}
.services_wrap .services_inner{
	max-width:100%!important;
}
.btn-1{
	background:#fff0;
}
.banner-caption h1{
	color:#fff;
}
.banner-caption h1 span{
	color:#fff;
}
.txt-rotate .wrap{
	text-transform:uppercase!important;
}
.accordion-button {
  display: flex;
  align-items: center;
  cursor: pointer;
  background: none;
  border: none;
  width: 100%;
  padding: 15px;
  font-size: 18px;
  text-align: left;
  transition: background 0.3s;
}

.accordion-button img {
  margin-right: 10px;
  width: 18px;
}

.accordion-content {
  display: none;
  padding: 15px;
  border-top: 1px solid #ddd;
}

.accordion-content.show {
  display: block;
}

.accordion-button.active {
  font-weight: bold;
  color: #2FA952;
}

@media (max-width: 600px){
	.banner-start {
    min-height: 370px!important;
		padding-top:30px!important;
}
	.banner-new-start {
    height: 370px!important;
    overflow: hidden;
}
	.banner-caption {
    padding-top: 60px;
		text-align:center;
}
	.banner-caption h1 {
    padding: 5px 0;
    font-size: 22px;
    line-height: 30px;

}
	.banner-caption p {
    font-size: 14px;
}
	.main_mobileapptrail {
    font-size: 12px!important;
}
	.banner_carousel .owl-dots{
		display:none!important;
	}
	.banner-two-btn {
    justify-content: center;
}
}

.mart_cart .menu ul li a span i {
    position: relative;
    top: 0;

}


@media(min-width: 992px){
	.mart_cart .menu ul li a span i {
    color: #000!important;
}
}

@media (min-width:1000px){
	.trademarket_challenges_img img{
	height:500px;
}

.trademarket_challenges_info{
	padding-left:30px;
}

}
.trademarket_challenges_info h3{
	padding-bottom:7px;
	padding-top:15px;
}
.pixel-new-portfillio-section h2{
	font-weight:700;
}
.gform_wrapper.gravity-theme .gfield input {
    border-bottom: 1px solid #ccc!important;
}
.new-contact-section-start .gform_button.button{
	    font-size: 16px;
    border-radius: 6px;
    padding: 8px 30px;
	background: #000;
    color: #fff;
	cursor:pointer;
}
.thankyoucontent .go-home{
	display:table;
	margin:30px auto 10px;
	text-transform:capitalize;
	font-weight:500;
}
.thankyoucontent .go-home:hover{
	background:#000;
	color:#fff;
	
}
.inner-banner-start::after{ display: none;}

.table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}
 
.tbl-res {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px; /* Forces horizontal scroll on smaller screens */
}
 
.tbl-res th,
.tbl-res td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}
 .menu ul li ul li a{
    color: #fff;
}

.new-know-more
  .new-know-more-content h3 {
    font-size: 24px;
    max-width: 100%;
}

.menu-item-has-children > a span {
    margin-left: 5px;
    cursor: pointer;
}
.dgtl-mrkt-ban-lgo-bx img {
    height: 55px;
    object-fit: contain;
    margin: 18px 27px;
}
/* 19-06-25 */
.ai_nw_ban .mobile-app-content-bx h1 span {
    -webkit-text-fill-color: #fff;
    font-weight: 700;
    color: #DCDCDC;
}
.ai_nw_ban .mobile-app-content-bx h1 .ai {
    -webkit-text-stroke: 1px #ffad20;
    -webkit-text-fill-color: #ffad20;
}
