
@import url('https://fonts.googleapis.com/css2?family=Gentium+Book+Plus:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,400;1,200;1,600&family=Oxygen:wght@300;400;700&display=swap');
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('http://fonts.cdnfonts.com/css/fontastique');


 /*CSS rules to specify families
 
     font-family: 'Gentium Book Plus', serif;
     font-family: 'Oxygen', sans-serif;
     font-family: 'Fontastique', sans-serif;
                                                
 */
 
body {
    font-family: 'Oxygen', sans-serif;
    line-height: 1.8;
}

h1,h2,h3,h4,h5,h6 {
  
    color: black;
}
h1{
    font-size: 30px;
    font-weight: 600;
}

h5{
    font-size: 22px;
}
a {
    text-decoration: none;
    transition: all 0.4s ease;
    font-weight: 800;
    color: #432B77;
}

img {
    width: 100%;
    height: 100%;
}


section {
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 6%;
    z-index: 2;
    font-size: 17px;
}

p{
    color: black;
    font-size: 17px;
}

@media(max-width: 700px){


    section {
        width: 100%;
        margin: auto;
        text-align: center;
        padding: 10%;
        padding-top: 20%;
        z-index: 2;
        font-size: 17px;
    }

    h1{
        font-size: 25px;
        font-weight: 600;
    }
    
    h5{
        font-size: 20px;
    }

    p{
        color: black;
        text-align: justify;
        padding: 5px;
    }
    img{
        width: 100%;
        height: 100%;
    }
}






/****           HOME SLIDER TEXT                 ***/
.home{
    width: 100%;
    height: 100vh;
    background-image: url(../img/main-banner.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    padding-top: 20%;
    position: relative;
}
.home::before{
    content: '';
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    
    /*background-color: rgba(0,0,0,0.5);*/
    z-index: 1;
}

.home .home-text{
    text-align: center;
    position: relative;
    z-index: 2;
}

.home .home-text ul{
   margin:0;
   overflow: hidden;
   padding-left: 3px;
}
.home .home-text ul p{
    padding-top: 10px;
    font-size: 30px;
    color: black;
    font-weight: 700;
    display: inline-block;
    line-height: 46px;
    display: none;
    text-align: left;
 }

.home .home-text ul p span{
    color: #432B77;
  }
.home .home-text ul p.text-in{
   display: block;
   animation: step-start;
}
.home .home-text ul p.text-out{
   animation: step-end;
}

@keyframes textIn{
   0%{
       transform: translateY(100%);
   }
   100%{
       transform: translateY(0%);
   }
}
@keyframes textOut{
   0%{
       transform: translateY(0%);
   }
   100%{
       transform: translateY(-100%);

   }
}

@media(max-width: 700px){


    .home{
        width: 100%;
        height: 100vh;
        background-image: url(../img/m-main-banner.jpg);
        background-size: cover;
        background-position: center;
        display: flex;
        flex-wrap: wrap;
        padding-top: 40%;
        padding-bottom: 30%;
        position: relative;
    }

    .home img{
        display: inline;
    }

    .home::before{
        content: '';
        position: absolute;
        left:0;
        top:0;
        width: 100%;
        height: 100%;
              z-index: 1;
    }
    
    .home .home-text{
        text-align: center;
        position: relative;
        z-index: 2;
    }
    
 
    .home .home-text ul{
       margin:0;
       overflow: hidden;
       padding-top: 5%;
    }
 

    .home .home-text ul p{
       
       padding-top: 10px;
       font-size: 20px;
       color: black;
       font-weight: 700;
       display: inline-block;
       line-height: 36px;
       display: none;
       text-align: left;
    }

    .home .home-text ul p span{
        color: #432B77;
      }
    .home .home-text ul p.text-in{
       display: block;
       animation: step-start;
    }
    .home .home-text ul p.text-out{
       animation: step-end;
    }

    
    @keyframes textIn{
       0%{
           transform: translateY(100%);
       }
       100%{
           transform: translateY(0%);
       }
    }
    @keyframes textOut{
       0%{
           transform: translateY(0%);
       }
       100%{
           transform: translateY(-100%);
    
       }
    }

}





.GFG {
    text-align: left;
padding-left: 5px;
font-size: 17px;
    color: black;
            -webkit-columns: 30px 1;
            /* Chrome, Safari, Opera */
            -moz-columns: 30px 1 ;
            /* Firefox */
            columns: 30px 1;
        }


        @media(max-width: 700px){
            .GFG {
                text-align: left;
                font-weight: 600;
                color: black;
                -webkit-columns: 30px 1;
                /* Chrome, Safari, Opera */
                -moz-columns: 30px 1;
                /* Firefox */
                columns: 30px 1;
            }
        
        }

.GFG1 {
    padding-left: 20%;
    font-size: 17px;
align-items: center;
align-content: center;
    color: black;
            -webkit-columns: 30px 2;
            /* Chrome, Safari, Opera */
            -moz-columns: 30px 2;
            /* Firefox */
            columns: 30px 2;
        }


        @media(max-width: 700px){
            .GFG1 {
                color: black;
                -webkit-columns: 30px 1;
                /* Chrome, Safari, Opera */
                -moz-columns: 30px 1;
                /* Firefox */
                columns: 30px 1;
            }
        
        }
       
.GFG2 {
    padding-left: 15%;
    font-size: 17px;
align-items: center;
align-content: center;
    color: black;
            -webkit-columns: 30px 2;
            /* Chrome, Safari, Opera */
            -moz-columns: 30px 2;
            /* Firefox */
            columns: 30px 2;
        }


        @media(max-width: 700px){
            .GFG2 {
                color: black;
                -webkit-columns: 30px 1;
                /* Chrome, Safari, Opera */
                -moz-columns: 30px 1;
                /* Firefox */
                columns: 30px 1;
            }
        
        }
       


        #topBtn{
            position: fixed;
            bottom: 10px;
            right: 10px;
            font-size: 22px;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: linear-gradient(to right,#7E4C8B, #432B77);
            color: white;
            border-color: #432B77;
            cursor: pointer;
            display: none;
          }
          

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: -1;
}


.logo1{
    width: 200px;
}

/******************************* banners starts**************************************************/
.bg-cover {
    background-image: url(../img/b1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.bg-cover1 {
    background-image: url(../img/talent-seeker.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.bg-cover2 {
    background-image: url(../img/area-delivered.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


.bg-cover3 {
    background-image: url(../img/job-seeker.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.bg-cover4 {
    background-image: url(../img/join-us.jpg );
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


@media(max-width: 700px){
    .bg-cover1 {
        background-image: url(../img/m-talent-seeker.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .bg-cover2 {
        background-image: url(../img/m-area-delivered.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .bg-cover3 {
        background-image: url(../img/m-job-seeker.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .bg-cover4 {
        background-image: url(../img/m-join-us.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
   
}
/******************************* banners end***************************************************/



.hero-section {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}


.btn {
    padding: 14px 22px;
    transition: all 0.3s ease;
}

.btn1 {
    padding: 30px 20px;
    transition: all 0.3s ease;
}

.btn-main {
    background: linear-gradient(to right,#7E4C8B, #432B77);
    border-radius: 100px;
    border: none;
    font-weight: 600;
    color: #fff;
}

.btn:hover {
    color: #fff;
    transform: translateY(-5px);
}


.navbar {
    font-weight: 400;
    box-shadow: 0 12px 20px rgba(0,0,0,0.3);
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    background: -webkit-linear-gradient(#7E4C8B, #432B77);
    color: black;
    font-weight: 800;
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-intro {
    margin-bottom: 40px;
}

.section-intro .divider {
    height: 4px;
    width: 70px;
    background: linear-gradient(to right,#7E4C8B, #432B77);
    margin: 16px auto;
}

.section-intro .divider1 {
    height: 4px;
    width: 100px;
    background: linear-gradient(to right,#7E4C8B, #432B77);
    align-items: right;
}

.service .service-img {
    box-shadow: 0 10px 20px #432B77;
    position: relative;
}


.service p{
    text-align: left;
}

.service h5{
    text-align: left;
}
.service .service-img .icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(to right,#7E4C8B, #432B77);
    color: #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
}

.service .service-img .icon i {
    font-size: 36px;
}

.feature i {
    background: -webkit-linear-gradient(#7E4C8B, #432B77);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 54px;
}


form .form-control {
    border-radius: 0;
    background: transparent;
    color: #fff;
    border-color: rgba(238, 225, 225, 0.87);
}

form .form-control:focus {
    color: #fff;
    background: transparent;
    border-color: #fff;
}

form input.form-control {
    height: 54px;
}

form .form-control::placeholder {
    color: #fff;
}


footer {
    background: linear-gradient(to right,#7E4C8B, #432B77);
    color: #fff;
}

footer a {
    color: #fff;
}

.text-center1{
    text-align: right;
    align-items:center;
}


/* The footer is fixed to the bottom of the page */

footer {
    
    position: relative; /* or remove position completely */
    bottom: 0;
}

@media (max-height:800px) {
    footer {
        position: static;
    }
    header {
        padding-top: 40px;
    }
}

.footer-distributed {
    background-color: #2d2a30;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px 'Oxygen', sans-serif;
    padding: 5%;
    margin-top: 0;
}

.footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left {
    width: 30%;
}

.footer-distributed h3 {
    color: #fff;
    font: normal 36px 'Fontastique';
    margin: 0;
}


.footer-distributed h3 span {
    color: #ffff;
}

/* Footer links */

.footer-distributed .footer-links {
    color: #ffffff;
    margin: 20px 0 12px;
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
}

.footer-distributed .footer-company-name {
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    padding-top: 15%;
    margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center {
    width: 35%;
}

.footer-distributed .footer-center i {
    background-color: #ffff;
    color: #432B77;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin: 0;
}

.footer-distributed .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer-distributed .footer-center p a {
    color: #ffff;
    text-decoration: none;
    ;
}

/* Footer Right */

.footer-distributed .footer-right {
    width: 30%;
}

.footer-distributed .footer-company-about {
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons {
    margin-top: 15px;
}

.footer-distributed .footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    color:#7E4C8B;
    border-radius: 2px;
    font-size: 20px;
    background-color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}

.footer-icons a:hover{
    color: #432B77;
}

.footer-links a:hover {
    color:#432B77;
}

@media (max-width: 880px) {
    .footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: left;
    }
    .footer-distributed .footer-center i {
        margin-left: 0;
    }
}       
        
@media (max-width: 700px) {
    .footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: left;
    }
    .footer-distributed .footer-center i {
        margin-left: 0;
    }
}       
        





header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 100px;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content:space-between;
    transition: 0.5s;
    background: #fff;
  
}

header.sticky {
    background: #fff;
    padding: 10px 100px;
    box-shadow: 0 12px 20px rgba(0,0,0,0.5);
}

header .logo {
    width: 200px;
}

header .navigation {
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
}

header .navigation li {
    list-style: none;
    margin-right: 40px;
    padding: 5px;
}

header .navigation li a {
    display: block;
    text-decoration: none;
    color: rgb(92, 91, 91);
    font-size: 16px;
    font-family: 'Oxygen', sans-serif;
    font-weight: 900;

}

header.sticky .navigation li a {
    text-decoration: none;
    color: rgb(92, 91, 91);
    font-size: 16px;
    font-family: 'Oxygen', sans-serif;
    font-weight: 900;
}


header .navigation li a:hover {
    padding-top: 10px;
    text-decoration: none;
    transition: all 0.4s ease;
    font-weight: 800;
    color: #432B77;
}

.navigation li :active a{
    color: #7E4C8B;
}




@media (max-width: 991px) {
    header, header.sticky {
        padding: 10px 10px;
    }
    
    header .logo {
    width: 180px;
    }

    header .navigation {
        display: none;
    }

    .menuToggle {
        padding-top: 10px;
        position: relative;
        width: 50px;
        height: 30px;
        background: url(../img/open-icon.png);
        background-size: 30px;
        background-repeat: no-repeat;
        cursor: pointer;
    }
    .menuToggle.active {
        padding-top: 10px;
        background: url(../img/close-icon.png);
        background-size: 20px;
        background-repeat: no-repeat;
        cursor: pointer;
    }
    header.sticky .menuToggle {
        filter: invert(0);
    }
    header .navigation.active {
        width: 100%;
        height: calc(80% - 65px);
        position: fixed;
        top: 50px;
        left: 0;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background: #fff;
        display: flex;
        box-shadow: 0 12px 20px rgba(0,0,0,0.4);
    }
    header .navigation li {
        margin-left: 0;
    }
    header .navigation li a {
    text-decoration: none;
    color: #474649;
    font-size: 18px;
    font-family: 'Oxygen', sans-serif;
    font-weight: 900;
    line-height: 40px;
    }

    
}