    

    
    .mobile-menu-icon-box{
        position: absolute;
        left: auto;
        right: 0%;
        z-index: 1;
        top: 7px;
    }

    #nav-icon {
        width: 60px;
        height: 45px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }


    #nav-icon span {
        display: block;
        position: absolute;
        height: 5px;
        width: 80%;
        background: #000000;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }


    #nav-icon span:nth-child(1) {
        top: 8px;
      }
      
      #nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
        top: 22px;
      }
      
      #nav-icon span:nth-child(4) {
        top: 36px;
      }
      
      #nav-icon.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
      }
      
      #nav-icon.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
      }
      
      #nav-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
      }
      
      #nav-icon.open span:nth-child(4) {
        top: 12px;
        width: 0%;
        left: 50%;
      }

@media screen and (max-width: 1305px) {

    .custom-col-first-section {
        padding: 0px 60px 60px 60px;
    }

    .main-wrapper section .container {
        padding-top: 150px;
      }

    .butoon-wrapper{
        display: inline;
        width: fit-content;
    }


    .mobile-trigger{
        display: none;
    }

    .mobile-menu-icon-box{
        display: inline;
        position: absolute;
        left: auto;
        right: 0%;
        z-index: 1;
        top: 0%;
    }

    .site-header
    .nav-container{
        display: inline-flex !important;
        width: 100%;
        justify-content: center;
        margin: 0;
    }
    

    .nav-container .col{
        width: 100%;
        flex:none;
    }

    .nav-container .col:first-child{
        text-align: center;
    }

    .nav-container .col:last-child{
        width: 100%;
    }

    .nav-container .col:last-child
    .main-menu-block{
        width: 100%;
    }

    .nav-container .col:last-child
    .main-menu-block .menu-primary-menu-container{
        width: 100%;
    }

    .nav-container .col:last-child
    .main-menu-block .menu-primary-menu-container
    .main-navigation{
        display: inline-flex;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }

    .nav-container .col:last-child
    .main-menu-block .menu-primary-menu-container
    .main-navigation li{
        padding: 0;
        width: 100%;
        border-right: none;
        border-left: none;
        border-top: 1px solid rgb(245 245 245);
        border-bottom: 1px solid rgb(245 245 245);
    }

    .nav-container .col:last-child
    .main-menu-block .menu-primary-menu-container
    .main-navigation li:first-child{
        border-right: none;
        border-left: none;
        border-top: none;
    }

    .nav-container .col:last-child
    .main-menu-block .menu-primary-menu-container
    .main-navigation li:last-child{
        border-right: none;
        border-left: none;
        border-bottom: none;
    }

    .nav-container .col:last-child
    .main-menu-block .menu-primary-menu-container
    .main-navigation li a{
        padding: 10px 0;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    /* .nav-container .col{
        width: 100%;
        display: flex;
        justify-content: center;
    } */



    .contact-us-section .container
    .content-box .row {
        display: inline !important;
    }

    .custom-first-col-section{
        display: none;
    }

    .custom-col-first-section{
        left: 0;
        /* color: white; */
    }

    
    .first-section-mobile-image{
        margin-left: auto;
        margin-right: auto;
        display: flex;
        max-width: 200px;
        width: 100%;
        margin-bottom: 50px;
        /* position: absolute;
       
        opacity: 1;
        top: 30%;
        z-index: 0;
        right: 0; */
    }


    .features{
        display: grid;
        /* grid-template-rows: auto auto;
        grid-template-columns: auto auto; */

        grid-template-columns: repeat(2, 1fr);
        grid-gap: 25px;
       
    }

    .features .col{
        width: 100%;
        max-width: 460px;
        margin: 0 auto;
    }

    .second-section .container .content-box .container
    .row .col:last-child{
        display: none;
    }


    .custom-col-second-section 
    .second-section-mobile-image{
        margin-left: auto;
        margin-right: auto;
        display: flex;
        max-width: 200px;
        width: 100%;
        margin-bottom: 50px;
    }


    #headhunting_and_recruitment
    .container .content-box .container
    .row .col:first-child{
        display: none;
    }


    .last-section-mobile-image{
        margin-left: auto;
        margin-right: auto;
        display: flex;
        max-width: 200px;
        width: 100%;
        margin-bottom: 50px;
    }


     .col div .image-shape {
        display: none;
      } 

     .row .col .image-shape {
        display: none;
      } 

    
    
}

@media screen and (max-width: 768px) {

    .custom-col-first-section {
        padding: 0px 60px 60px 60px;
    }

    .main-wrapper section .container {
        padding-top: 150px;
    }
    
    .buttons-wrapper{
        display: inline-grid;
        grid-template-columns: auto;
        width: 100%;
        justify-items:start;
    }
}



@media screen and (max-width: 580px) {



    .main-wrapper section .container {
        padding-top: 120px;
        padding-left: 3%;
        padding-right: 3%;
    }

    .main-wrapper section .container {
        margin: 0px 0px;
        width: 100%;
    }

    .custom-col-first-section {
        padding: 0px 10% 50px 10%;
        width: 100%;
    }

    .features {
        display: grid;
        grid-template-columns: auto;
        grid-gap: 0;
    }

    .features .col{
        margin-bottom: 50px;
    }

    .features .col:last-child{
        margin-bottom: 0px;
    }

    .section-bg .container .content-box{
        margin: 0px 0px;
        padding: 30px 6%;
        width: 100%;
    }

    .footer-container{
        display: grid;
        justify-content: center;
        width: 100%;
    }

    .footer-container ul{
        justify-content: center !important;
        order: 1;
    }

    .footer-container div{
        display: inline-grid !important;
        justify-content: center;
        order: 2;
    }

    .footer-img-container{
        text-align: center;
        margin-top: -10px;
    }

    .company-footer{
        position: relative;
        top: -20px;
    }

    .footer-container {
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .footer-img-container .footer-logo {
        min-width: 70px;
        max-width: 70px;
      }

}


@media screen and (max-width: 470px) {

        .mobile-menu-icon-box{
            right: 3%;
            top: 13px;
        }


        #nav-icon {
            width: 30px;
            height: 45px;
        }


        #nav-icon span:nth-child(1) {
            top: 4px;
        }


        #nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
            top: 11px;
        }


        #nav-icon span:nth-child(4) {
            top: 18px;
        }


        #nav-icon span {
        height:2px;
        }

        #nav-icon{
        height:25px;
        }
}

@media screen and (max-width: 335px) {
    .mobile-menu-icon-box{
        top: 16px;
        right: 1%;
    }
}

@media screen and (max-width: 300px) {
    .mobile-menu-icon-box{
        top: 13px;
    }
}