html, body{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    /* overflow-x: hidden; */
}


html{
    overflow:auto;
    width: 100%;
}

.mobile-menu-icon-box{
    display: none;
}


/* body {
    overflow-x: hidden;
    margin: 0;
} */


.first-section-mobile-image{
    display: none;
}

.custom-col-second-section 
.second-section-mobile-image{
    display: none;
}

.last-section-mobile-image{
    display: none;
}

::selection { 
    /* background-color: #fb9900; */
    background-color: red;
    color: white;
  }

  #headhunting_and_recruitment{
     background-color: #fb9900;
  }


  #web_3_services{
    background-color: #ffaa25;
  }
  


.site-header{
    border-bottom: solid 2px #dddddd;
    max-width: 100%;
    position: sticky;
    top: 0px;
    background-color: white;
    z-index: 999999;
}

.nav-container{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5%;
    padding-right: 5%;
}

.main-navigation{
    list-style: none;
    margin-right: auto;
    margin-bottom: 0px;
    padding-left: 0px;
    float: right;
}

.main-navigation li{
    display: inline;
}

.main-navigation li:first-child{
    padding-left: 0px;
    padding-right: 10px;
}

.main-navigation li:last-child{
    padding-left: 10px;
    padding-right: 0px;
}

.main-navigation li{
    padding-left: 15px;
    padding-right: 15px;
}


.main-navigation li a{
    text-decoration: none;
    font-family: 'Space Mono';
    font-weight: 400;
    color: black;
}

.main-logo{
    max-width: 300px;
}

.site-header .nav-container{
    display: flex;
    align-items: center;
}

.site-header .nav-container .col:first-child{
    max-width: 30% !important;
}


.menu-primary-menu-container ul li a{
    transition: 0.1s all ease-in-out;
}


.menu-primary-menu-container ul li a:hover{
    color: #fb9900;
}




p{
    font-family: 'Space Mono';
    font-weight: 400;
}


.main-container{
    margin: 0;
}

.main-wrapper section:nth-child(odd){
    /* background-color: #f7f7f7; */
    background-color: #fb9900;
}

.main-wrapper section .container{
    padding: 50px 0px;
}

.custom-col-first-section h1{
    color: #fb9900;
}

.custom-col-fourth-section h1, 
.custom-col-second-section h1{
    color: #ffff;
}

/* .custom-col-second-section p{
    color: #ffff;
} */


.custom-col-first-section h1, .custom-col-fourth-section h1 ,.custom-col-second-section h1{
    width: 100%;
    font-family: 'Space Mono';
    font-weight: 700;
	color:white;
    font-size: 35px;
}

h2{
    font-family: 'Space Mono';
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
}

.main-header{
    margin-top: 50px;
    font-family: 'Space Mono';
    font-weight: 700;
    font-size: 35px;
    line-height: 27px;
    text-align: center;
}

.features{
    margin-top: 50px;
    text-align: center;

}

.features .col{
    padding: 60px 0px;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    font-family: 'Space Mono';
    font-size: 18px;
    font-weight: 700;
    margin: 0px 20px;
    display: inline-grid;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    background-color: white !important;
    /* position: relative; */
}

.features .col i{
    background-color: #fb9900;
    color: black;
    width: 60px;
    max-width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    font-size: 25px;
    border-radius: 50px;
    position: relative;
    transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
    bottom: 0px; 
}

.features .col:hover{
    box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.95);
    -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.95);
    -moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.95);
    -o-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.95);
}

.features .col:hover i{
    bottom: 10px;
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.95);
    -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.95);
    -moz-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.95);
    -o-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.95);
}

.custom-col-first-section{
    padding: 60px 60px 60px 60px;
    height: fit-content;
    z-index: 2;
    position: relative;
    top:50px;
    left: -115px;
}


.first-section-image{
    max-width: 550px;
    position: relative;
    z-index: 1;
}

#who_are_we
.container
.content-box
.container
.row
.custom-first-col-section
.first-section-image{
    transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
}

#who_are_we:hover
.container
.content-box
.container
.row
.custom-first-col-section
.first-section-image{
   transform: translate(-3em,0);
  -webkit-transform: translate(-3em,0);
  -moz-transform: translate(-3em,0);
  -o-transform: translate(-3em,0);
  -ms-transform: translate(-3em,0);
}

.container .row 
.custom-col-fourth-section{
    display: flex;
    align-items: center;
}


.custom-first-col-section{
    display: flex;
    align-items: center;
}




hr{
    margin-top: 20px;
    margin-bottom: 20px;
    color: #ffff;
    opacity: .25;
    padding: 0;
}


.contact-us-section{
    background-color: #181818 !important;
}

.contact-text-col h1{
    font-family: 'Space Mono';
    font-weight: 700;
    color: #fb9900;
}

.contact-us-section .container
.content-box .container .row{
    display: flex;
    align-items: center;
}

.contact-text-col p{
    color: white;
}

.contact-form-col{
    color: white;
    text-align: center;
}


.butoon-wrapper{
   margin-top: 40px;
} 

.buttons-wrapper {
    display: inline-grid;
    grid-template-columns: auto auto;
}


.btn-custom{
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    font-family: 'Space Mono';
    font-weight: 400;
    border-radius: 0px;
    padding: 18px 32px 18px 32px;
    border-width: 1px 1px 1px 1px;
    background-color: black;
    border-color: black;
    text-decoration: none;
    color: white;
    display: inline-block;
    min-width: 185px;
    text-align: center;
}

.btn-custom:hover{
    border-width: 1px 1px 1px 1px;
    border-color: black;
    background-color: #ffff;
    color: black;
}

.custom-col-fourth-section div .butoon-wrapper .btn-custom:hover{
    background-color: white;
    color: black;
}







.second-section .container
.content-box .container .row{
    display: flex;
    align-items: center;
}

.custom-second-section-img{
    max-width: 70%;
    -webkit-transition: 0.6s all ease-in-out;
    -moz-transition: 0.6s all ease-in-out;
    -o-transition: 0.6s all ease-in-out;
    -ms-transition: 0.6s all ease-in-out;
    transition: 0.6s all ease-in-out;
    /* box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1); */
    float: right;
}

.second-section:hover .container .content-box .container
.row .col .custom-second-section-img{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.section-bg{
    background-color: #000000bf;
}

.bg-parralax{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
  
}

.bg-parralax .container .content-box h1{
    font-family: 'Space Mono';
    font-weight: 700;
    color: #fb9900;
}

.bg-parralax .container .content-box p{
    color: #d9d9d9;
}


.bg-parralax .container {
    padding: 100px 0px !important;
}

.last-section-image{
    max-width: 550px;
    position: relative;
    z-index: 1;
    /* -webkit-transition: 0.6s all ease-in-out;
    -moz-transition: 0.6s all ease-in-out;
    -o-transition: 0.6s all ease-in-out;
    -ms-transition: 0.6s all ease-in-out;
    transition: 0.6s all ease-in-out; */
}

#headhunting_and_recruitment .container .content-box
.container .row .col .last-section-image{
    -webkit-transition: 0.6s all ease-in-out;
    -moz-transition: 0.6s all ease-in-out;
    -o-transition: 0.6s all ease-in-out;
    -ms-transition: 0.6s all ease-in-out;
    transition: 0.6s all ease-in-out;
}

#headhunting_and_recruitment:hover .container .content-box
.container .row .col .last-section-image{
    transform: translate(-3em,0);
    -webkit-transform: translate(-3em,0);
    -moz-transform: translate(-3em,0);
    -o-transform: translate(-3em,0);
    -ms-transform: translate(-3em,0);
}


footer{
    background-color: #202020;
}


.footer-container{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.company-footer{
    color: white;
}

.company-name{
    font-family: 'Space Mono';
    font-weight: 400;
}

.fa-icon i{
    color: white;
    font-size: 30px;
    transition: 0.3s all ease-in-out;
}

.fa-icon i:hover{
    color: #fb9900;
}


.footer-img-container
.footer-logo{
    min-width: 100.75px;
    max-width: 100.75px;
}



.gform_body {
    text-align: left;
  }