/* Gourav Css Content */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');


:root {
  --dark-primary: #063f94;
  --accent-dark: #3931af;
  --accent-light: #00c6ff;
  --base-gradient: -webkit-linear-gradient(left, var(--accent-dark), var(--accent-light));
  --base-gradient-rev: -webkit-linear-gradient(bottom, var(--accent-dark), var(--accent-light));
}

html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

.cursor-pointer {
    cursor: pointer;
}

nav {
    display: flex;
    height: 8rem;
    width: 100%;
    background: #007bff;
    align-items: center;
    justify-content: space-between;
    padding: 0 5rem 0 10rem;
    flex-wrap: wrap;
}

nav .logo {
    color: #fff;
    font-size: 3.5rem;
    font-weight: 600;
    margin-left: -1rem;
}

nav ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

nav ul li {
    margin: 0 0.5rem;
}

nav ul li a {
    color: #f2f2f2;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 0.8rem 1.5rem;
    border-radius: 0.5rem;
    letter-spacing: 0.1rem;
    transition: all 0.3s ease;
}

nav ul li a.active,
nav ul li a:hover {
    color: #007bff;
    background: rgb(255, 255, 255);
}

nav .menu-btn i {
    color: #fff;
    font-size: 2.2rem;
    cursor: pointer;
    display: none;
}

.apply-banner-button {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 2px;
    margin-top: -45px;
    /* font-family: Blinker; */
}

input[type="checkbox"] {
    display: none;
}

@media (max-width: 998px) {
    nav {
        font-size: 55%;
    }
}


.base-gradient {
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
}

.job-image {
    margin: 0px auto;
    max-height: 515px;
    max-width: 100%;
}

/* @media (max-width: 998px) {
    .img1 {
        display: inline;
        position:;
    }
} */

@media (max-width: 998px) {
    nav .menu-btn i {
        display: block;
    }

    #click:checked~.menu-btn i:before {
        content: "\f00d";
    }

    nav ul {
        position: fixed;
        top: 8rem;
        left: -100%;
        background: #BF953F;
        height: 100vh;
        width: 100%;
        text-align: center;
        display: block;
        transition: all 0.3s ease;
    }

    #click:checked~ul {
        left: 0;
    }

    nav ul li {
        width: 100%;
        margin: 4rem 0;
    }

    nav ul li a {
        width: 100%;
        margin-left: -100%;
        display: block;
        font-size: 2rem;

    }

    #click:checked~ul li a {
        margin-left: 0px;
    }

    nav ul li a.active,
    nav ul li a:hover {
        background: none;
        color: #fff;
    }
}

.logo {

    font-family: 'Blinker', sans-serif;
    /* font-family: 'IBM Plex Sans', sans-serif; */
    /* font-family: 'Roboto Mono', monospace; */
}

/* section style .home {
    display: flex;
    height: 100vh;
    color: #000;
    min-height: 1rem;
    font-family: 'Poppins', sans-serif;
} */

.home .max-width {
    margin: auto 0 auto 6rem;
}

.home-conten {
    padding: 20px;
}

.home .home-content .text-1 {
    font-size: 5rem;
    font-weight: 600;
}

.home .home-content .text-2 {
    font-size: 5rem;
    font-weight: 600;
    margin-left: -0.3rem;
}

.home .home-content .text-3 {
    font-size: 5rem;
    margin: 0.5rem 0;
    font-weight: 500;
}

.home .home-content .text-3 span {
    color: #007bff;
}

.home .home-content .text-4 {
    font-size: 5rem;
    margin: 0.5rem 0;
    font-weight: 500;
}

.home .home-content .btn {
    font-size: 2.5rem;
    border-radius: 1.9rem;
    padding: auto;
    letter-spacing: 0.6rem;
    padding-left: 1rem;
    margin-bottom: 5rem;
}

/* Gourav CSS Content end */

/* Ajay CSS Content */


/* html,
body {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;

}

body {
    font-family: montserrat;
} */

/* nav {
    height: 80px;
    width: 100%;
}

 */
.navbar {
    height: 64px;
    padding-top: 10px; 
}
.hundred {
    font-size: 55px;
    color: white;
    font-weight: bold;
}
/* 
.text-center {
    font-size: 10px;
    color: white;

    font-weight: bold;
    background-color: #007bff;


} */

/* body {
    padding: 20px;
    background: #eee;
} */

.baseBlock {
    margin: 0px 0px 48px 0px;
    padding: 0 0 11px 0px;
    border-radius: 15px;
    overflow: hidden;
    min-height: 20px;
    background: #fff;
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.baseBlock:hover {
    -webkit-transform: translate(0, -8px);
    -moz-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px);
    box-shadow: 0 40px 40px rgba(0, 0, 0, 0.2);
}

.text-head {
    color: red;
    font-weight: bold;
    font-size: 4rem;
}

.text1 {
    font-size: 25px;
    font-weight: bold;
}

/* Anurag's CSS Content */
.next {
    /* background-color: rgb(187, 172, 190); */
    margin: 0 auto;
    margin-top: 4rem;
}

.next h2 {
    color: rgb(0, 132, 255);
    position: relative;
    font-size: 3rem;
    /* width:93rem; */
}

.next h2::after {
    content: "";
    position: absolute;
    bottom: -0.4rem;
    left: 43.5rem;
    width: 7.7rem;
    height: 0.2rem;
    background-color: rgb(0, 132, 255);
}

.accordion1 {
    width: 100%;
    padding: 1rem 0.5rem;
    border: 0.3rem solid#6db5ff;
    cursor: pointer;
    border-radius: 5rem;
    display: flex;
    margin: 1rem 0;
    align-items: center;
}

.accordion1 .icon {
    margin: 0 1rem 0 0;
    width: 5rem;
    height: 5rem;
    background: url('icon.jpg') no-repeat 1.8rem 1.7rem #6db5ff;
    border-radius: 50%;
    transition: all .5s ease-in;

}

.accordion1 h5 {
    font-size: 2.2rem;
    margin: 0;
    padding: 0.3rem 0 0 0;
    font-weight: normal;
    color: #1f5c9a;
    transition: all .5s easer-in;
}

.panel {
    padding: 0 1.5rem;
    border-left: 0.1rem solid#6db5ff;
    margin-left: 2.5rem;
    font-size: 1.4rem;
    text-align: justify;
    overflow: hidden;
    max-height: 0px;
    transition: all .5s ease-in;
}

/* .active .icon{
        background:url() no-reprat 8px -25px #fff;
    } */
.active {
    background-color: #6db5ff;
    color: #fff;
}

.active h5 {

    color: #fff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

/* body{
        display:flex;
        justify-content: center;
        align-items: center;
        min-height: 45vh;
        background:#ebf5fc;
    } */
.container1 {
    display: flex;
    justify-content: center;
    align-items: center;
    /* max-width: 120rem; */
    flex-wrap: wrap;
    padding: 4rem 0;
}

.container1 .card2 {
    position: relative;
    width: 32rem;
    height: 44rem;
    box-shadow: inset 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.05),
        inset -0.5rem -0.5rem 0.5rem rgba(255, 255, 255, 0.5),
        0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.05),
        -0.5rem -0.5rem 0.5rem rgba(255, 255, 255, 0.5);
    border-radius: 1.5rem;
    margin: 3rem;
}

.container1 .card2 .box {
    position: absolute;
    top: 2rem;
    left: 2rem;
    right: 2rem;
    bottom: 2rem;
    background: #ebf5fc;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
    border-radius: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.container1 .card2:hover .box {
    transform: translateY(-5rem);
    box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.2);
    background: linear-gradient(45deg, #03a9f4);

}

.container1 .card2 .box .content {
    padding: 2rem;
    text-align: center;
    font-size: 1.3rem;
}

.container1 .card2 .box .content h2 {
    position: absolute;
    top: -1rem;
    right: 3rem;
    font-size: 8em;
    color: rgba(0, 0, 0, 0.05);
    transition: 0.5s;
    pointer-events: none;
}

.container1 .card2:hover .box .content h2 {
    color: rgba(0, 0, 0, 0.05);

}

.container1 .card2:hover .box .content h3 {
    font-size: 1.8em;
    color: #777;
    z-index: 1;
    transition: 0.5s;

}

.container1 .card2 .box .content p {
    font-size: 1em;
    font-weight: 300;
    color: #777;
    z-index: 1;
    transition: 0.5s;
}

.container1 .card2 .box .content a {
    position: relative;
    display: inline-block;
    padding: 0.08rem 2rem;
    background: #03a9f4;
    margin-top: 1.5rem;
    border-radius: 2rem;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

.container1 .card2:hover .box .content a {
    background: #ff568f;
}

@media(max-width:998px) {
    html {
        font-size: 55%;
    }
}

@media(max-width:768px) {
    html {
        font-size: 45%;
    }
}




/* Sagar CSS Part */

html {
    font-size: 62.5%;
}

@media(max-width:998px) {
    html {
        font-size: 55%;
    }
}

@media(max-width:768px) {
    html {
        font-size: 45%;
    }
}



.back {
    background-color: #101921;
    /* background-size: cover; */
}

/* .back1 {
background-color: #101921;
} */


.border {
    border-radius: 3.5rem;
}

.margin-1 {
    margin: 10px auto;
    /* margin-right: 3rem; */
}

.margin-2 {
    /* margin-right: -6rem; */
    margin: 10px auto;
}

.date-tag {
    position: absolute;
    top: 0rem;
    left: 0rem;
    padding: 1rem 1.4rem;
    border-top-left-radius: 3.4rem;
    border-bottom-right-radius: 3.4rem;
    background-color: #17a2b8;
    font-size: medium;
    font-weight: 50rem;
    color: #fff;
}

.fonts {
    text-align: center;
    font-size: 2rem;
}

.font {
    width: 3rem;
}

.text {
    font-size: 1.5rem;
    color: #797979;
    font-weight: 500;
    padding-left: 2rem;
}

.cool {
    font-size: 2rem;
    font-weight: 500;
    margin-top: 0.5rem;
    margin-left: 1.4rem;
}

#accordion {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding: 0 6rem;
    padding-bottom: 3rem;
}


.brochure-btn:hover {
    transition: 0.4s;
    box-shadow: -0.2rem 0.2rem 0.4rem gray;
}

/* .brochure-btn {
padding: 1.2rem 1.5rem;
font-size: 3.1rem;
font-weight: 500;
width: fit-content;
background-color: #17a2b8;
color: #fff;
border-radius: 5.5rem;
margin: 3.5rem auto 0;
} */

.blocks {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}

.block {
    width: 20rem;
    height: 16rem;
    padding: 1rem;
    border-radius: 1.5rem;
    color: white;
    margin: auto;
    font-weight: bolder;
    text-align: center;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
}

.time {
    font-size: 1.8rem;
    font-weight: 520;
    margin-bottom: -2rem;
}

.date {
    font-weight: 500;
    font-size: 4rem;
}

.size {
    margin-top: 1rem;
    width: 90%;
    text-align: center;
    font-size: 2rem
}

.img {
    height: 3.5rem;
}

.card-body:hover {
    transition: 0.52s;
    box-shadow: -0.2rem 0.2rem 5.5rem rgba(150, 150, 150, 0.699);
    border-radius: 3.5rem;
}

.section {
    width: 600px;
    /* border: 1px solid #2d2d2d; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.section1 {
    width: 600px;
    /* border: 1px solid #2d2d2d; */
    display: flex;
    justify-content: center;
    align-items: center;
}

#inner0 {
    font-size: 3.5rem;
}

.read-more-btn {
    color: #5c5454;
}

.read-more-text {
    display: none;
}

.read-more-text-show {
    display: inline;
}

#readMoreModal {
    font-size: 1.5rem;
}

.modal-title {
    font-size: 2rem;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    font-size: 2.5rem;
}

.btn-secondary {
    color: #fff;
    background-color: #0b80da;
    border-color: #0b80da;
    font-size: 1.3rem;
}

#readMoreModal .modal-dialog .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    outline: 0;
    box-sizing: border-box;
}

#readMoreModal .modal-dialog .modal-content .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

        /*.............IMAGE HOVER SECTION START.....................*/
        .headerimg {
            position: relative;
            
            }
            .image__overlay {
                position: absolute;
                top: 0;
                /* left: 6; */
                margin-left: 16rem;
                width: 55%;
                height: 100%;
                /* background: rgba(0, 0, 0, 0.6); */
                color: #ffffff;
                display: flex;
                font-family: 'quicksand',sans-serif;
                flex-direction: column;
                align-items: center;
                justify-content: center;
              
            }
            .btn1 {
                margin-top: 45.5rem;;
                font-size: 2rem;
                margin-right: 10%;
        
                color: #000;
                background: linear-gradient(to right, #BF953F, #f1e770, #e9b546, #f3e976, #AA771C);
                font-weight: bold;
                border: none;
               
            
            
            }
            .btn1:hover {
                background: linear-gradient(to top left, #ffcc00, #fdeb99, #ffcc00);
               
            }
            .apply-banner-button:hover{
                background: green;
            }
            
            /*...............IMAGE HOVER SECTION END.................*/

/* ----- job-process Start -----*/
.job-process {
    margin-top: 140px;
}

.grey {
    background-color: #B3B3BF;
}

.blue {
    background-color: #fff;
    box-shadow: 2px 2px 4px #626262;
}

.sphere {
    height: 335px;
    width: 335px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    font-size: 500%;
    position: relative;
    box-shadow: inset -10px -10px 100px #B3B3BF;
    display: inline-block;
    margin-top: -28rem;
}

.Sphere {
    height: 260px;
    width: 260px;
    border-radius: 50%;
    text-align: center;
    display: block;
    margin: 11%;
    
}

.Sphere img {
    display: block;
    height: 185px;
    width: 80%;
    margin: 15px auto;
}

.rectangle {
    height: 40px;
    width: 400px;
    background-color: #555;
    border-radius: 25px;
    position: relative;
    left: 30%;
    box-shadow: 2px 2px 4px #626262;
    margin-top: 1.2rem;
    
}

.rectangle p {
    text-align: center;
    padding-top: 3px;
    margin-left: 9rem;
    font-size: 2rem;

}

.badge {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 2px 8px;
    margin-top: -0.3rem;
    border-radius: 50%;
    background-color: #000;
    color: white;
}

.col-lg-6 {
    left: 1%;
    margin-top: 1rem;

}

/* ----- job-process END -----*/



 /* ----- job-process hover in rectangle start ----- */
 .tooltip1 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted white;
  }
  
  .tooltip1 .tooltiptext1 {
    visibility: hidden;
    width: 80%;
    background: linear-gradient(to top left, #ffcc00, #ffffff);
    color: #000;
    
    border-radius: 6px;
    padding: 10px 10px;
    margin-bottom: 1rem;
    
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    /* left: 50%; */
    margin-left: 70px;
  }
  .tooltiptext1 {
      font-size: 1.4rem;
      padding-left: 2px;
      /* font-weight: bold; */
      word-spacing: 1px;
  }
  
  .tooltip1:hover .tooltiptext1 {
    visibility: visible;
  }
  /* ................................. */

  .tooltip2 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted white;
  }
  
  .tooltip2 .tooltiptext2 {
    visibility: hidden;
    width: 70%;
   background: linear-gradient(to top left, #ffcc00, #ffffff);
    color: #000;
    
    border-radius: 6px;
    padding: 10px 10px;
    margin-bottom: 1rem;
    
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -90px;
  }
  .tooltiptext2 {
      font-size: 1.4rem;
      padding-left: 5px;
      /* font-weight: bold; */
  }
  
  .tooltip2:hover .tooltiptext2 {
    visibility: visible;
  }
  /* ...................................... */
  .tooltip3 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted white;
  }
  
  .tooltip3 .tooltiptext3 {
    visibility: hidden;
    width: 70%;
   background: linear-gradient(to top left, #ffcc00, #ffffff);
    color: #000;
    
    border-radius: 6px;
    padding: 10px 10px;
    margin-bottom: 1rem;
    
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -90px;
  }
  .tooltiptext3 {
      font-size: 1.4rem;
      padding-left: 5px;
      /* font-weight: bold; */
  }
  
  .tooltip3:hover .tooltiptext3 {
    visibility: visible;
  }

  /* .................................. */

  .tooltip4 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted white;
  }
  
  .tooltip4 .tooltiptext4 {
    visibility: hidden;
    width: 70%;
   background: linear-gradient(to top left, #ffcc00, #ffffff);
    color: #000;
    
    border-radius: 6px;
    padding: 10px 10px;
    margin-bottom: 1rem;
    
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -90px;
  }
  .tooltiptext4 {
      font-size: 1.4rem;
      padding-left: 5px;
      /* font-weight: bold; */
  }
  
  .tooltip4:hover .tooltiptext4 {
    visibility: visible;
  }
  /* ...................................... */
  .tooltip5 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted white;
  }
  
  .tooltip5 .tooltiptext5 {
    visibility: hidden;
    width: 70%;
   background: linear-gradient(to top left, #ffcc00, #ffffff);
    color: #000;
    
    border-radius: 6px;
    padding: 10px 10px;
    margin-bottom: 1rem;
    
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -90px;
  }
  .tooltiptext5 {
      font-size: 1.4rem;
      padding-left: 5px;
      /* font-weight: bold; */
  }
  
  .tooltip5:hover .tooltiptext5 {
    visibility: visible;
  }

/* ----- job-process hover in rectangle END----- */

/* ----- job-process responsive and hover content respopnsive  in rectangle Start----- */

@media (max-width:600px) {
    .job-process{
        margin-left: 3rem;
    }

   .sphere {
       height: 180px;
       width: 180px;
       text-align: center;
       border-radius: 50%;
       vertical-align: middle;
       font-size: 500%;
       position: relative;
       box-shadow: inset -10px -10px 100px #B3B3BF;
       display: inline-block;
       margin-top: -25rem;
       left: 2%;
       
   }

   .Sphere {
       height: 145px;
       width: 145px;
       border-radius: 50%;
       text-align: center;
       display: block;
       margin: 9%;
       
   }

   .Sphere img {
       display: block;
       height: 120px;
       width: 70%;
       /* margin: 2px auto; */
   }

   .rectangle {
       height: 30px;
       width: 200px;
       background-color: #555;
       border-radius: 25px;
       position: relative;
       left: 35%;
       box-shadow: 2px 2px 4px #626262;
       margin-top: 0.7rem;
       
   }

   .rectangle p {
       text-align: center;
       padding-top: 3px;
       margin-left: 5rem;
       font-size: 2rem;

   }

   .job-process {
       margin-top: 40px;
   }
   .apply-banner-button {
       font-weight: 400;
       font-size: 12px;
       letter-spacing:1px;
       margin-top: -12rem;
       border-radius: 0.5rem;
    
   }

   .badge {
       position: absolute;
       top: 10px;
       right: 10px;
       padding: 2px 8px;
       margin-top: -0.3rem;
       border-radius: 50%;
       background-color: #000;
       color: white;
   }
   .btn1 {
       margin-top: 49rem;;
       font-size: 2rem;
       margin-right: 40%;
       color:#000;
       background: linear-gradient(to right, #BF953F, #f1e770, #e9b546, #f3e976, #AA771C);
      
   
   
   }

 
       .tooltip1 {
           position: relative;
           display: inline-block;
           border-bottom: 1px dotted white;
         }
         
         .tooltip1 .tooltiptext1 {
           visibility: hidden;
           width: 70%;
           background: linear-gradient(to top left, #ffcc00, #ffffff);
           color: #000;
           
           border-radius: 6px;
           padding: 10px 10px;
           margin-bottom: 1rem;
           
           
           /* Position the tooltip */
           position: absolute;
           z-index: 1;
           bottom: 100%;
           /* left: 50%; */
           margin-left: 50px;
         }
         .tooltiptext1 {
             font-size: 1.4rem;
             padding-left: 2px;
             /* font-weight: bold; */
             
         } 
         
          /* ................................. */
       
          .tooltip2 {
           position: relative;
           display: inline-block;
           border-bottom: 1px dotted white;
         }
         
         .tooltip2 .tooltiptext2 {
           visibility: hidden;
           width: 70%;
          background: linear-gradient(to top left, #ffcc00, #ffffff);
           color: #000;
           
           border-radius: 6px;
           padding: 10px 10px;
           margin-bottom: 1rem;
           
           
           /* Position the tooltip */
           position: absolute;
           z-index: 1;
           bottom: 100%;
           left: 50%;
           margin-left: -50px;
         }
         .tooltiptext2 {
             font-size: 1.4rem;
             padding-left: 5px;
             /* font-weight: bold; */
         }
         
         .tooltip2:hover .tooltiptext2 {
           visibility: visible;
         }
         /* ...................................... */
         .tooltip3 {
           position: relative;
           display: inline-block;
           border-bottom: 1px dotted white;
         }
         
         .tooltip3 .tooltiptext3 {
           visibility: hidden;
           width: 70%;
          background: linear-gradient(to top left, #ffcc00, #ffffff);
           color: #000;
           
           border-radius: 6px;
           padding: 10px 10px;
           margin-bottom: 1rem;
           
           
           /* Position the tooltip */
           position: absolute;
           z-index: 1;
           bottom: 100%;
           left: 50%;
           margin-left: -50px;
         }
         .tooltiptext3 {
             font-size: 1.4rem;
             padding-left: 5px;
             /* font-weight: bold; */
         }
         
         .tooltip3:hover .tooltiptext3 {
           visibility: visible;
         }

         /* .................................. */

         .tooltip4 {
           position: relative;
           display: inline-block;
           border-bottom: 1px dotted white;
         }
         
         .tooltip4 .tooltiptext4 {
           visibility: hidden;
           width: 70%;
          background: linear-gradient(to top left, #ffcc00, #ffffff);
           color: #000;
           
           border-radius: 6px;
           padding: 10px 10px;
           margin-bottom: 1rem;
           
           
           /* Position the tooltip */
           position: absolute;
           z-index: 1;
           bottom: 100%;
           left: 50%;
           margin-left: -50px;
         }
         .tooltiptext4 {
             font-size: 1.4rem;
             padding-left: 5px;
             /* font-weight: bold; */
         }
         
         .tooltip4:hover .tooltiptext4 {
           visibility: visible;
         }
         /* ...................................... */
         .tooltip5 {
           position: relative;
           display: inline-block;
           border-bottom: 1px dotted white;
         }
         
         .tooltip5 .tooltiptext5 {
           visibility: hidden;
           width: 70%;
          background: linear-gradient(to top left, #ffcc00, #ffffff);
           color: #000;
           
           border-radius: 6px;
           padding: 10px 10px;
           margin-bottom: 1rem;
           
           
           /* Position the tooltip */
           position: absolute;
           z-index: 1;
           bottom: 100%;
           left: 50%;
           margin-left: -50px;
         }
         .tooltiptext5 {
             font-size: 1.4rem;
             padding-left: 5px;
             /* font-weight: bold; */
         }
         
         .tooltip5:hover .tooltiptext5 {
           visibility: visible;
         }
      
       

  

}


/* ----- job-process responsive and hover content respopnsive  in rectangle END----- */

/* @media (max-width: 998px) {
    .sphere {
        height: 230px;
        width: 230px;
        border-radius: 50%;
        text-align: center;
        vertical-align: middle;
        font-size: 500%;
        position: relative;
        box-shadow: inset -10px -10px 100px #B3B3BF;
        display: inline-block;
        margin-top: -30rem;
        left: 10%;
    }

    .Sphere {
        height: 180px;
        width: 180px;
        border-radius: 50%;
        text-align: center;
        display: block;
        margin: 10%;

    }

    .rectangle {
        height: 34px;
        width: 380px;
        background-color: #555;
        border-radius: 25px;
        position: relative;
        left: 25%;
        box-shadow: 2px 2px 4px #626262;
        margin-bottom: 1.2rem;

    }

    .rectangle p {
        text-align: center;
        padding-top: 3px;
        margin-left: 8rem;
        font-size: 2rem;

    }

    .badge {
        position: absolute;
        top: 10px;
        right: 10px;
        padding: 2px 8px;
        margin-top: -0.3rem;
        border-radius: 50%;
        background-color: #000;
        color: white;
    }
} */

        /* -----about section start -------*/

        #about {
       
            background: linear-gradient(to top left, #BF953F, #e9e98d, #fcd480, #FBF5B7, #AA771C);
                  }
     
       
             .step-process img{
                 /* width: 120px; */
                 margin: 20px auto;
             }
             .step1{
                 text-align: center;
                 
             }
             .step1 li{
                 display: inline-grid;
                 width: 200px;
                 margin-left: 10px;
                
             
             }
     
             .step1 li .card {
                 box-shadow: 0 4px 8px 0 rgba(63, 63, 61, 0.973);
                 transition: 0.3s;
                 height: 100%;
                 width: 100%;
                 background: linear-gradient(to right , #edb8fa, #ecff81, rgb(245, 233, 166) , #b9d0fc , #db98f0);
                 border-color: rgb(255, 239, 18);
                
                
             }
             .step1 li h3 {
                 font-size: 1.5rem;
                 font-weight: bolder;
                 margin-right: 1rem;
                 color: #007bff;
             }
             .about-header h1{
                 
                     position: relative;
                     font-family: 'Lobster', cursive;
                     
                     font-size: 5em;
                     font-weight: 500;
                     margin-bottom: 3rem;
                    
                     letter-spacing: 4px;
                     padding-top: 2rem;
                     overflow: hidden;
                     background: linear-gradient(90deg, #007bff, rgb(134, 7, 252), #007bff);
                     /* background-repeat: no-repeat; */
                     background-size: 80%;
                     animation: animate 3s linear infinite;
                     -webkit-background-clip: text;
                     -webkit-text-fill-color: rgba(153, 0, 255, 0);
                   }
                   
                   @keyframes animate {
                     0% {
                       background-position: -500%;
                     }
                     100% {
                       background-position: 500%;
                     }
                   }
             
             .about-item p{
                 font-size: 2rem;
                 padding-left: 50px;
                 padding-right: 30px;
                 font-weight: bold;
                 text-align: justify;
             }
             .about-item .ques {
                 font-size:3rem ;
                 color: #007bff;
                 font-family: 'Lobster', cursive;
                 overflow: hidden;
                 background: linear-gradient(90deg, #007bff, rgb(134, 7, 252), #007bff);
                 /* background-repeat: no-repeat; */
                 background-size: 80%;
                 animation: animate 3s linear infinite;
                 -webkit-background-clip: text;
                 -webkit-text-fill-color: rgba(153, 0, 255, 0);
               }
               
               @keyframes animate {
                 0% {
                   background-position: -500%;
                 }
                 100% {
                   background-position: 500%;
                 }
               }
            
     
            
             .about-item img {
                 margin-left: 4rem;
                 width: 260px;
                 height: 280px;
                 float: right;
                 
             }
             .about-item .para2{
                
                 text-align: justify;
               
                
             }
             .about-item .ques1{
                 font-size:3rem ;
                 color: #007bff;
                 font-family: 'Lobster', cursive;
                 overflow: hidden;
                 background: linear-gradient(90deg, #007bff, rgb(134, 7, 252), #007bff);
                 /* background-repeat: no-repeat; */
                 background-size: 80%;
                 animation: animate 3s linear infinite;
                 -webkit-background-clip: text;
                 -webkit-text-fill-color: rgba(153, 0, 255, 0);
               }
               
               @keyframes animate {
                 0% {
                   background-position: -500%;
                 }
                 100% {
                   background-position: 500%;
                 }
               }
     
     
             .about-item .para3 {
                
                 text-align: justify;
                
               
             }
             .about-item .ques2{
                 color: #007bff;
                 margin-top: 3rem;
                 font-size: 3rem;
                 font-family: 'Lobster', cursive;
             overflow: hidden;
                     background: linear-gradient(to top right, #007bff, rgb(134, 7, 252), #007bff);
                     /* background-repeat: no-repeat; */
                     background-size: 70%;
                     animation: animate 3s linear infinite;
                     -webkit-background-clip: text;
                     -webkit-text-fill-color: rgba(153, 0, 255, 0);
                   }
                   
                   @keyframes animate {
                     0% {
                       background-position: -500%;
                     }
                     100% {
                       background-position: 500%;
                     }
                   }
     
                   
             .about-item .para4, .para5 {
                 text-align: justify;
             }
     
             .btn2 {
                 font-size: 2.5rem;
                 background: linear-gradient(to top left, #ffcc00,#b431ff);
                margin-left: 2rem;
                
             }
             .btn2 a{
                 text-decoration: none;
                 color: #000;
                 border: none;
                 
             }
           
              /* -----about section END -------*/
     
     
             /* -----about section responsive media start -----*/
     
          @media (max-width:600px) {
              
             .step-process img{
                 width: 150px;
                 margin: 20px auto;
             }
             .step1{
                 text-align: center;
             }
             .step1 li{
                 display: inline-grid;
                 box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
                 transition: 0.3s;
                 width: 180px;
                 margin-right: 5rem;
                 margin-top: 2rem;
              
             }
             .step1 img {
                 display: inline-block;
                 width: 70px;
                 height: 70px;
                
             }
             .about-item p{
                 font-size: 2rem;
                 padding-left: 15px;
                 padding-right: 15px;
                 font-weight: bold;
                 text-align: justify;
             }
             .about-item .para2{
                
                 text-align: justify;
                
                
             }
             .about-item .para3{
                
                 text-align: justify;
                
                
             }
          
             .about-header h1 {
                 font-size: 5rem;
                 white-space: normal;
                
             }
     
             .about-item img {
                 
                 width: 100px;
                 height: 100px;
                 float: right;
                 
             }
            
             .about-item .ques2{
                 color: #007bff;
                 margin-top: 3rem;
                 font-size: 3rem;
             }
     
             .step1 li .card {
                 box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
                 transition: 0.3s;
                 height: 100%;
                 width: 100%;
                 background: linear-gradient(to right , #e9a93b, #fff281, rgb(245, 233, 166), #d6f39f , #efff5d);
                
             }
         
               /* .tooltiptext1 , .tooltiptext2, .tooltiptext3 , .tooltiptext4 , .tooltiptext5{
                 display: none;
             } */
         
     
             .job-image {
             margin: 0px auto;
             max-height: 515px;
             max-width: 100%;
             padding-left: 15px;
             padding-right: 15px;
             padding-top: 10px;
             }
     
               
             
     
         }
     
   /* -----about section responsive media end -----*/

         /* -------about section card hover start------ */
             
       
         .tooltip6 {
            position: relative;
            display: inline-block;
            border-bottom: 1px dotted white;
          }
          
          .tooltip6 .tooltiptext6 {
            visibility: hidden;
            width: 100%;
            background: linear-gradient(to top right, #90eba3, #ffffff);
            color: #000;
            
            border-radius: 6px;
            padding: 10px 10px;
            margin-bottom: 1rem;
            
            
            /* Position the tooltip */
            position: absolute;
            z-index: 1;
            bottom: 100%;
           
          }
          .tooltiptext6 {
              font-size: 1.4rem;
              padding-left: 5px;
              /* font-weight: bold; */
          }
          
          .tooltip6:hover .tooltiptext6 {
            visibility: visible;
          }
/* 
          ........................................ */

                   /* ...................................... */
                   .tooltip7 {
                    position: relative;
                    display: inline-block;
                    border-bottom: 1px dotted white;
                  }
                  
                  .tooltip7 .tooltiptext7 {
                    visibility: hidden;
                    width: 100%;
                   background: linear-gradient(to top right, #90eba3, #ffffff);
                    color: #000;
                    
                    border-radius: 6px;
                    padding: 10px 10px;
                    margin-bottom: 1rem;
                    
                    
                    /* Position the tooltip */
                    position: absolute;
                    z-index: 1;
                    bottom: 100%;
                  
                  }
                  .tooltiptext7 {
                      font-size: 1.4rem;
                      padding-left: 5px;
                      /* font-weight: bold; */
                  }
                  
                  .tooltip7:hover .tooltiptext7 {
                    visibility: visible;
                  }
        /* 
                  ........................................ */

                           /* ...................................... */
          .tooltip8 {
            position: relative;
            display: inline-block;
            border-bottom: 1px dotted white;
          }
          
          .tooltip8 .tooltiptext8 {
            visibility: hidden;
            width: 100%;
            background: linear-gradient(to top right, #90eba3, #ffffff);
            color: #000;
            
            border-radius: 6px;
            padding: 10px 10px;
            margin-bottom: 1rem;
            
            
            /* Position the tooltip */
            position: absolute;
            z-index: 1;
            bottom: 100%;
            
          }
          .tooltiptext8 {
              font-size: 1.4rem;
              padding-left: 5px;
              /* font-weight: bold; */
          }
          
          .tooltip8:hover .tooltiptext8 {
            visibility: visible;
          }
/* 
          ........................................ */
       
                /* ...................................... */
                .tooltip9 {
                    position: relative;
                    display: inline-block;
                    border-bottom: 1px dotted white;
                  }
                  
                  .tooltip9 .tooltiptext9 {
                    visibility: hidden;
                    width: 100%;
                    background: linear-gradient(to top right, #90eba3, #ffffff);
                    color: #000;
                    
                    border-radius: 6px;
                    padding: 10px 10px;
                    margin-bottom: 1rem;
                    
                    
                    /* Position the tooltip */
                    position: absolute;
                    z-index: 1;
                    bottom: 100%;
                   
                  }
                  .tooltiptext9 {
                      font-size: 1.4rem;
                      padding-left: 5px;
                      /* font-weight: bold; */
                  }
                  
                  .tooltip9:hover .tooltiptext9 {
                    visibility: visible;
                  }
        /* 
                  ........................................ */

                           /* ...................................... */
          .tooltip0 {
            position: relative;
            display: inline-block;
            border-bottom: 1px dotted white;
          }
          
          .tooltip0 .tooltiptext0 {
            visibility: hidden;
            width: 100%;
            background: linear-gradient(to top right, #90eba3, #ffffff);
            color: #000;
            
            border-radius: 6px;
            padding: 10px 10px;
            margin-bottom: 1rem;
            
            
            /* Position the tooltip */
            position: absolute;
            z-index: 1;
            bottom: 100%;
           
          }
          .tooltiptext0 {
              font-size: 1.4rem;
              padding-left: 5px;
              /* font-weight: bold; */
          }
          
          .tooltip0:hover .tooltiptext0 {
            visibility: visible;
          }


        /* -------about section card hover END------ */


          /* @media (max-width:414px) {
            .job-process {
                margin-top: 3rem;
               margin-left: 5rem;
            }
            .rectangle-container{
                margin-right: 5rem;
            }
            .btn1
           {
            margin-top: 55rem;;
            font-size: 2rem;
            margin-right: 15%;
           } 
              
          } */

        /* about section card hover end */
     



h1 {
    font-size: 5rem;
    margin-bottom: 5rem;
    font-family: 'Poppins', sans-serif;
    color: #1d5e089c;
}


.readby {

    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 3rem;
    font-size: 2.5rem;
    padding: 0.1rem 1.2rem;
}

.form-fields {
    font-size: 13px;
}


.input-group-text {
    font-size: 13px;
}
