body *{
    font-family: Bahnschrift, sans-serif;
    margin: 0px;
    padding: 0px;
}

li,ul,ol{
    list-style: square;
    margin-top: 10px;
}
a{
    text-decoration: none;
    color: black;
}

body{
    text-align: center;
}
/*Global Class*/
.title{
    font-weight: 700;
    font-size: 60px;
}
.overtitle{
    font-weight: 700;
    font-size: 18px;

}
.paragraph{
    font-size: 18px;
    line-height: 1.3;
}
.tWhite{
    color: white;
}
.tBlack{
    color: black;
}
.tBlue{
    color: #4D5EFF;
}
img{
    width: 200px;
}

/*Header*/

#menuPhone{
    display: none;
}
header>#menuDekTab{
    background-color: white;
    width: 100%;
    box-shadow: 0px -1px 20px rgb(5 5 5 );
    text-align: center;
    padding: 30px 0px;
    z-index: 20;
    position: fixed;
}
header>#menuDekTab>a>img{
    float: left;
    width: 90px;
    margin-left: 40px;
}

header>#menuDekTab>ul{
    float: right;
    margin-top: 25px;
}
header>#menuDekTab>ul>li{
    display: inline-block;
    margin-right: 40px;
}
header>#menuDekTab>ul>li>a{
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
    padding: 20px;
    border-radius: 50px;
    transition: 0.3s ease;
}
header>#menuDekTab>ul>li>a:hover{
    background-color: #4D5EFF;
    color: white;
}
.hoverNav{
    background-color: #4D5EFF;
    color: white;
}

main{
    display: inline-block;
    margin-top: 130px;
    width: 100%;
}
.container{
    display: inline-block;
    width: 100%;
    height: 500px;
    position: relative;
}

/*Footer*/
footer{
    margin-top: 50px;
}

/*Footer*/
footer{
    width: 100%;
    height: 200px;
    background-color: #4D5EFF;
    position: relative;
    margin-top: 120px;
}
footer>div{
    display: inline-block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    text-align: center;
}
footer>div>div:first-child{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: white;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
}
footer>div>div:first-child>p{
    font-size: 14px;
    margin: 5px;
}

footer>div>div:last-child{
    display: inline-block;
    width: 100%;
    margin-top: 14px;
}
footer>div>div:last-child>a{
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 10px;
}


/*About Us*/
#hero{
    background-image: url(../img/heroBackground.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#hero>div{
    display: inline-block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    text-align: center;
    width: 40%;
}

.floatRight{
    max-width: 1350px;
    width: 50%;
    margin-right: 60px;
    text-align: left;
    transform: translate(-100%,-50%);
    left: 90%;
    top: 50%;
    position: absolute;
}
.floatLeft{
    width: 50%;
    text-align: left;
    position: absolute;
    transform: translate(0%,-50%);
    left: 10%;
    top: 50%;
}

/*Manual & Automation QA Job Skills*/
#indexMAQA{
    padding: 50px 0px;
    background-image: url(../img/manualAutomation.svg);
    background-repeat: no-repeat;
    background-size: 600px;
    background-position: 10% 50%;
    height: 350px;
}
/*Job Placement*/
#indexJP{
    background-color: #4D5EFF;
    background-image: url(../img/jobPlacement.svg);
    background-repeat: no-repeat;
    background-size: 600px;
    background-position: 90% 50%;
    height: 500px;
}

/*Interview Preparation*/
#indexIP{
    background-image: url(../img/interviewPreparation.svg);
    background-repeat: no-repeat;
    background-size: 500px;
    background-position: 10% 50%;
    height: 500px;
}

/*Resume Workshop*/
#indexRW{
    background-color: #4D5EFF;
    background-image: url(../img/resumeWorkshop.svg);
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: 90% 50%;
    height: 400px;
}

/*Guidance and support*/
#indexGS{
    background-image: url(../img/guidanceSupport.svg);
    background-repeat: no-repeat;
    background-size: 500px;
    background-position: 10% 50%;
    height: 400px;
}

/*Separator*/
#indexRow{
    width: 90%;
    display: inline-block;
    border: 4px solid #EAEDF9;
    border-radius: 50px;
    margin: 50px 0px;
}
/*How infinIT QA Works?*/
#indexHIW>img{
    width: 80%;
    max-width: 950px;
}
#decomposeGraphic{
    display: none;
}

/*Meet your instructors*/
#indexInstructors{
    background-image: url(../img/heroBackground.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
}
#indexInstructors>div>h2{
    margin-top: 30px;
    margin-bottom: 30px;
    }

.photoCircle{
    width: 130px;
    height: 130px;
    display: inline-block;
    border-radius: 1000px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: solid 10px #FFFFFF;
    margin-bottom: 10px;
}
#photoRohit{
    background-image: url(../img/photoRohit.jpg);
}

#photoHarshit{
    background-image: url(../img/harshitpicsqr.jpg);
}

#photoAyush{
    background-image: url(../img/photoAyush.jpg);
}

.profileContainer{
    display: inline-block;
    width: 400px;
}

.profileContainer>ul>li{
    display: inline-block;
}
.profileContainer>ul>li:first-child{
    margin-right: 10px;
}
.profileContainer>ul{
    margin: 10px 0px;
}

.profileContainer>span{
    display: block;
}

.tooltip {
    position: relative;
    display: inline-block;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 400px;
    background-color: rgb(255, 255, 255,0.98 );
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 20px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -220px;
    opacity: 0;
    transition: 0.3s;
    font-size: 16px;
    text-align: left;
    }
  
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: white transparent transparent transparent;
  }

  
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }


/*Why choose us?*/

#indexWCU>h2{
    margin-top: 30px;
    margin-bottom: 30px;
}
#indexWCU>div>* {
    text-align: left;
    display: inline-block;
}
#indexWCU>div>img{
    position: absolute;
    transform: translate(-105%, -50%);
    top: 60%;
    width: 30%;
    max-width: 430px;
}
#indexWCU>div>ul{
    position: absolute;
    transform: translate(5%, -50%);
    top: 60%;
    max-width: 550px;
    width: 40%;
}



/*****COURSES*****/
.courseHeader{
    background-color: #4D5EFF;
    height: 250px;
    position: relative;
}
.courseImage{
    background-color: white;
    width: 250px;
    border-radius: 20px;
    padding: 20px;
    display: inline-block;
    box-shadow: -3px 3px 20px rgb(100 110 190 );
    position: absolute;
    transform: translate(-50%,-50%);
    top: 70%;
    left: 80%;
}
.courseImage>img{
    width: 100%;
}
.courseText{
    display: inline-block;
    position: absolute;
    transform: translate(0%,-50%);
    top: 50%;
    left: 10%;
    text-align: left;
}
.courseText>p{
    width: 700px;
}

.courseContent{
    display: inline-block;
    padding: 50px;    
    padding-bottom: 0px;
    max-width: 1500px;
}
.courseTable{
    display: inline-block;
    text-align: left;
    margin: 20px 0px;
    min-width: 270px;
}
.courseTable>h3{
    padding: 20px;
    background-color: #4D5EFF;
    color: white;
    text-transform: uppercase;
    display: inline-block;    
    border-radius: 15px 15px 0px 0px;
}
.courseTable>ul{
    padding: 20px;
    border: 2px solid #4D5EFF;
    border-radius: 0px 15px 15px 15px;
    font-weight: 500;
}

.courseContentLeft{
    width: 55%;
    display: inline-block;
    text-align: left;
}

.upcomingBatches{
    display: inline-block;
    text-align: left;
}

.courseContentRight{
    width: 30%;
    display: inline-block;
}
.courseContentRight>div{
    margin-left: 20px;
}
em{
    font-weight: 700;
    font-style: normal;
}

/*CONTACT US*/

#contactUs{
    width: 80%;
    display: inline-block;
    max-width: 800px;
    margin-top: 60px;
}
#contactUs>div{
    display: inline-block;
    text-align: left;
    width: 100%;
    margin-bottom: 40px;
}
form{
    width: 100%;
}
input, textarea, select{
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #4D5EFF;
    margin: 0px;
    font-weight: 500;
}
form>div{
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}
form>div>input{
    width: 25.7%;
    margin-right: 20px;
}
form>div>input:last-child{
    
    margin-right: 0px;
}
select{
    width: 100%;
    margin-bottom: 20px;
    background-color: #4D5EFF;
    color: white;
}
textarea{
    width: 94%;
    margin-bottom: 20px;
}
#submitButton{
    background-color: #4D5EFF;
    color: white;
    cursor: pointer;
    transition: 0.3s ease;
    width: 200px;
}
#submitButton:hover{
    box-shadow: -0px 0px 10px rgb(100 110 190 );
}

.maqatxt{
        margin-left: 7%;
}

.jobplacement{
          width:45%;
}

/*Laptop S*/
@media Screen and (max-width: 1024px){

    .floatRight{
        padding: 60px;
        padding-left: 120px;
        background: rgb(255,255,255);
        background: linear-gradient(90deg, rgba(255,255,255,0.0018382352941176405) 0%, rgba(255,255,255,0.7861519607843137) 15%);
    }

    .floatLeft{
        padding: 60px;
        padding-right: 120px;
        background: rgb(77,94,255);
        background: linear-gradient(90deg, rgba(77,94,255,1) 38%, rgba(77,94,255,0) 100%);
    }

    .profileContainer {
        width: 350px;
    }

    .courseText>p{
        width: 330px;
    }

    .courseImage{
        left: 75%;
    }

    #coursesAutomationQA>.courseHeader{
        height: 310px;
    }
    .courseHeader>.courseText>h2{
        font-size:45px;
    }

    .courseContent{
        padding: 50px 0px;
    }

    .courseTable{
        min-width: 0px;
    }

    .courseTable>h3{
        margin-bottom: 0px;
    }
    form>div>input{
        width: 22.7%;
    }
    
    
}
/*Tablet*/
@media screen and (max-width: 769px){

}
/*Phone*/
@media screen and (max-width: 480px){

    #menuDekTab{
        display: none;
    }
    header>#menuPhone{
        display: block;
        background-color: white;
        width: 100%;
        box-shadow: 0px -1px 20px rgb(5 5 5 );
        text-align: left;
        padding: 20px 0px;
        z-index: 20;
        position: fixed;
    }
    #menuPhone>a>img{
        float: left;
        width: 100px;
        margin-left: 20px;
    }
    .containerPhone {
        margin-top: 20px;
        display: block;
        cursor: pointer;
        float: right;
        margin-right: 20px;
      }
      
      .bar1, .bar2, .bar3 {
        width: 35px;
        height: 5px;
        background-color: #4D5EFF;
        margin: 6px 0;
        transition: 0.4s;
      }
      
      .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 6px);
      }
      
      .change .bar2 {opacity: 0;}
      
      .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
      }

      main{
          margin-top: 120px;
      }

      #menuDesplegable{
          display: inline-block;
          background-color: white;
          height: 100vh;
          width: 80%;
          box-shadow: 0px 23px 20px rgb(5 5 5);
          margin-top: 99px;
          position: absolute;
          transition: 0.5s ease-out;
      }
      #menuDesplegable>ul>li>a{
        text-transform: capitalize;
        font-weight: 500;
        font-size: 18px;
        padding: 20px;
        border-radius: 50px;
        transition: 0.3s ease-out ;
    }
    #menuDesplegable>ul>li{
        margin-left: 20px;
        margin-top: 20px;
    }

    .open{
        transform: translate(-36%, 0%);
    }
    .close{
        transform: translate(-150%, 0%);
    }

    /**INDEX*/
    #hero>div{
        width: 80%;
    }
    #hero>div>h1{
        margin-bottom: 20px;
    }

    .floatLeft,.floatRight{
        padding: 0px;
        float: none;
        background: transparent;
        width: 80%;
        text-align: left;
        display: inline-block;
        margin-top: 30%;
    }
    .title{
        font-size: 50px;
        line-height: 40px;
		margin: 10px 0 10px 0;
    }

    #indexMAQA, #indexJP, #indexIP, #indexRW,#indexGS,#indexHIW,#indexHIW,#indexWCU{
        background-size: 80%;
        height: 500px;
        background-position:50% 10%;
    }

    #indexMAQA{
        height: 450px;
    }
    #indexJP{
        height: 550px;
    }
    #indexIP{
        height: 630px;
    }
    #indexRW{
        background-size: 50%;
        height: 500px;
    }
    #indexRW>.floatLeft{
        margin-top: 25%;
    }

    #indexGS{
        height: 480px;
    }
    #indexGS>.floatRight{
        margin-top: 30%;
    }
    #indexHIW{
        height: auto;
        padding: 50px 0px;
    }
    #indexRow{
        margin-bottom: 0px;
    }
    #graphicDesktop{
        display: none;
    }
    #decomposeGraphic{
        display: inline-block;
        width: 100%;
        height: auto;
    }
    #decomposeGraphic>img{
        display: inline-block;
        width: 100%;
    }
    #decomposeGraphic>.arrow{
        display: inline-block;
        width: 20%;
    }

    #indexInstructors{
        height: auto;
        padding: 30px 0px;
    }
    .tooltip .tooltiptext{
        width: 300px;
    }
    .tooltip .tooltiptext::after {
        margin-left: 45px;
      }

      #indexWCU>div>img{
          width: 80%;
          transform: translate(-50% , -90%);
      }

      #indexWCU{
          height: 600px;
      }
      #indexWCU>div>ul{
          width: 80%;
          transform: translate(-50%, 15%);
      }

      #contactUs{
          display: block;
          text-align: center;
          padding: 0px 20px;
      }

      form>div{
          width: 100%;
      }
      form>div>input{
          width: 100%;
          margin: 10px 0px;
      }
      textarea{
          width: 100%;
      }
      select{
        width: 100%;
      }


      .courseImage{
        top: 30%;
        left: 50%;
      }
      .courseText {
          transform: translate(0%, 0%);
          top: 60%;
          text-align: center;
      }
      .courseHeader{
          height: 500px;
      }
      #coursesAutomationQA>.courseHeader{
          height: 650px;
      }
      .courseContentRight, .courseContentLeft{
          width: 80%;
      }
      .courseTable{
          margin: 0px;
          width: 100%;
          margin-bottom: 20px;
      }
      .courseContentRight>div{
          margin: 0px;
      }
      #coursesAutomationQA{
        margin-top: 40px;
      }
      
      .maqatxt{
        margin-left: 0%;
        }
        
      

}

