.logo{
    width: 200px;
    height: 50px;
}
@font-face {
    font-family: sitefont;
    src: url('../fonts/WFVisualSans-Regular.ttf');
}

@font-face {
    font-family: sitefont1;
    src: url('../fonts/WFVisualSans-SemiBold.ttf');
}
body {
    font-family: sitefont;

}
section{
    padding: 50px 0;
}
.main_banner {
   background:url(../images/Group-349.webp);
    min-height: 100vh;
    /* color: #fff; */
    background-size:100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    font-weight: 800;
    display: flex;
    align-items: center;
}
h1 {
       font-size: 80px;
    color: #14E8EF;
    text-transform: capitalize;
}

.main_banner .row {
    min-height: 100vh;
}
.main_banner img {
    max-height: 80vh;
}
.main_banner .sub-tite{
    font-size: 70px !important;
}
.main_banner p {
   font-size: 18px !important;
    font-weight: normal;
    margin: 0px !important;
    color: #fff;
}
.title2 {
    position: relative;
    display: inline-block;
    padding: 20px 0;
    margin-bottom: 0 !important;
    z-index: 9;
    font-size: 43px;
}
.footerpart h6 {
    color: #783aff;
}

.container {
    position: relative;
    z-index: 999;
}
section {
    padding: 3vh 0;
}

/*==============================*/

/*============web3==========*/
.blue-t{
    color: #000000;
}
.lightbg{
    background-color: #F2F1FF;
}
.purple-img img{
   border-radius: 50px;
    background: #6627FF;
    padding: 10px;
    width: 60px;
}

.main_banner h1 span {
    display: block;
    text-transform: uppercase;
    font-size: 25px;
    color: #14e8ef !important;
    
}
.card-box{
    background: #FFFFFF;
    padding: 15px;
    border-radius: 15px;
    height: 100%;
}
.card-box:hover{
    background: #6627FF;
}
.card-box:hover h5{
    color: #fff !important;
}
.card-box:hover p{
    color: #fff;
}
.card-box:hover .purple-img img{
    background: #2D0A83;
}
.over-effect h4 img{
    width: 30px;
    margin-right: 10px;
}
.whitebox.active{
    background: #1d1965;
/*    background-image: url(../images/off-white-circle.svg);*/
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 10%;
    padding: 10px 20px;
    border-radius: 0px 20px;
    height: 100%;
}
.whitebox.active span:nth-child(2) {
    color: white;
}
.whitebox.active span:first-child {
    background: white;
    display: inline-block;
    width: 31px;
    margin-right: 10px;
}
.whitebox.active h4{
    color: #fff;
    
}
.whitebox.active p{
    color: #fff;
}
.whitebox{
    height: 100%;
    padding: 10px;
    margin-bottom: 10px;
    transition: background-size 0.3s ease;
    padding: 10px 20px;
}
.whitebox.active:before{
        content: "";
    width: 80px;
    height: 80px;
    background: #3ceaed;
    position: absolute;
    z-index: -1;
    left: 10px;
    top: -4px;
}
.whitebox.active:after{
    content: "";
    width: 80px;
    height: 80px;
    background: #3ceaed;
    position: absolute;
    z-index: -1;
    right: 10px;
    bottom: -4px;
}
.building-bg {
    background: #ECEBFF;
    background-image: url(../images/Group-349.svg);
    background-repeat:repeat-x;
    background-position: bottom;
    padding-bottom: 35vh;
}
.industries div{
    
    float: left;
    background:url(../images/foci.svg),#fff ;
    padding: 10px 10px 10px 30px;
    text-align: center;
    border-radius: 30px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #211F67;
    background-repeat: no-repeat;
    background-position:5px;
    background-size: 24px;
    border: 1px solid #7738FF;
    margin: 10px 15px;
}
.hire:hover h5{
    color: #ffffff;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
        color: #000000;
    background-color: transparent;
    border-bottom: 3px solid #1d1965 !important;
    border-radius: 0px;
    border: 0px;
    font-weight: bold;
}
.nav-pills .nav-link {
       border-radius: 0.25rem;
    color: #ffff;
    border: 1px solid #7738FF;
    margin: 3px 5px;
    background: #1d1965;
}
.industries li:hover{background: #7F7CF9;color: #fff;font-weight: normal;}
.hivelance-choice img{
    max-width: 500px;
    width: 100%;
    height: auto;
}
.hire{
     background:url(../images/blue-box.svg),#fff ;
    height: 100%;
    padding: 20px 20px 20px 40px;
    background-repeat: no-repeat;
    background-position: 15px 27px;
    border-radius:0px 20px;
}
.benefits{
    background: #ECEBFF url(../images/Group-349.svg);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 50%;
}
.benefits p{
        background: url(../images/blue-box.svg);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: left center;
}
p{
    color: #000000;
}
.hire:hover {
    background-color: #1d1965;
    border-radius: 0px 20px;
    background-image: url(../images/box.svg);
    /* background-size: 10px; */
    background-repeat: no-repeat;
    background-position: 15px 24px;
    position: relative;
}
.hire:hover p{
    color: #fff;
}
.btn-primary{
    background: #171433 !important;
    text-transform: uppercase;
    border: 0px;
}

.dark .logo{
    filter: inherit;
}
h2,h4{
    color: #000000
}
.btn-secondary{
   color: #000;
background:#14e8ef !important;
}
.site-menu-toggle span{
    background: #783aff;
}
.formbox .btn{
     background: rgb(70,49,220);
background: linear-gradient(90deg, rgba(70,49,220,1) 40%, rgba(67,48,218,1) 56%, rgba(120,58,255,1) 85%);
color: #fff;
}
/*.btn-secondary:hover{
    background: linear-gradient(90deg, rgba(120,58,255,1) 40%, rgba(67,48,218,1) 56%,rgba(70,49,220,1) 85%) !important;
}*/
.formbox{
        box-shadow: -50px -75px 0 5px #1d1965;
}
.menu-open .logo{
    filter: inherit;
}
@media(max-width:1500px){
    .main_banner .sub-tite {
    font-size: 55px !important;
}
.industries li{
    width: 29%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.whitebox.active{
    background-size: 18%;
}
h2{
    font-size: 35px;
}
}
@media(max-width:991px){
.main_banner{
    background: #000722;
    background-image: none;
    text-align: center;
}
.main_banner p{
    text-align: center;
}
.card-box{
    margin-bottom: 20px;
    height: auto;
}
.whitebox{
    height: auto;
    margin-bottom: 20px;
}
}
@media(max-width:768px){
    h1{
        font-size: 40px;
    }
    .main_banner .sub-tite{
        font-size: 30px !important;
    }
    .main_banner p{
        font-size: 15px !important;
    }
    .btn-secondary{
        margin-top:15px !important;
    }
    h2{
        text-align: center !important;
    }
    .industries div{
        width: 100% !important;
        text-align: left !important;
    }
    
    .building-bg{
        background-image: none;
        padding-bottom: 3vh;
    }
    .whitebox.active{
        background-size: 32%;
    }
    h2{
        font-size: 30px;
    }
    .main_banner h1 span{
        font-size: 25px;
    }
    .nav-item{
        width: 100%;
        
    }
}