@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;800&display=swap');





.map{
  max-width: 650px;
  min-width: none;
  position: relative;
  align-content: right;
}



.clients{
  height: 150px;

}



.client-container
{
  

  display: flex;
  justify-content: center;
  align-items: center;
  
}

.item 
{
  margin-left: 80px;
  width: 150px;
  height: auto;
  
}
/* Media Queries */

@media (max-width: 768px) {
  .item 
{
  margin-left: 10px;
  
}
}








:root{
  --black:#000616;
  --orange:#2e38f1;
  --yellow:#2e38f1;
  --grey: #696969;
}

*{
  font-family: 'Nunito', sans-serif;
  margin:0; padding:0;
  box-sizing: border-box;
  text-decoration: none;
  outline: none; border:none;
  
  transition: .2s linear;
}

html{
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

section{
  padding:0 7%;
  padding-top: 7.5rem;
  padding-bottom: 3rem;
  min-height: 100vh;
}

.btn{
  display: inline-block;
  margin-top: 1rem;
  padding:.7rem 2.5rem;
  font-size: 1.7rem;
  color:var(--yellow);
  border:.2rem solid var(--yellow);
  cursor: pointer;
  background:none;
}
.btn-2{
  display: inline-block;
  margin-top: 1rem;
  padding:.7rem 2.5rem;
  font-size: 1.7rem;
  color:var(--black);
  border:.2rem solid var(--yellow);
  cursor: pointer;
  background:none;
}
.register{
  display: inline-block;
  margin-top: 1rem;
  padding:.7rem 2.5rem;
  font-size: 1.7rem;
  color:var(--yellow);
  border:.2rem solid var(--yellow);
  cursor: pointer;
  background:none;
}


.btn:hover{
  background:var(--yellow);
  color:#ffffff;
}
.btn-2:hover{
  background:var(--yellow);
  color:#ffffff;
}

.heading{
  text-align: center;
  color:var(--black);
  font-style: italic;
  font-weight: 700;
  padding:4rem;
  text-transform: uppercase;
  font-size: 4.5rem;
 
}

header{
  position: fixed;
  top:0; left:0;
  width:100%;
  z-index: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:2rem 7%;
  background:#fff;
  z-index: 1000;
}

header .logo{
  font-size: 2.5rem;
  color:#666;
  font-weight: bolder;
}
#tars{
  width: 200px;
 
 float: left;
  min-width: 150px;
  
}


header .navbar a{
  font-size: 2rem;
  margin-left: 2.5rem;
  color:var(--black);
}

header .navbar a:hover{
  color:var(--orange);
  border-bottom: 3px solid var(--orange);
}

header .navbar a.active {
  border-bottom: 3px solid var(--orange);
}














#menu-bar{
  font-size: 3rem;
  color:var(--black);
  cursor: pointer;
  display: none;
}

.home{
  display: flex;
  align-items: center;
  background:url() no-repeat;
  background-size: cover;
  background-position: center;
  flex-wrap: wrap;
}

.home .image{
  padding-top: 4rem;
  flex:1 1 40rem;
}

.home .content{
  padding:1rem;
  flex:1 1 40rem;
}

.home .content h3{
  color:#000616;
  font-size: 5.5rem;
  text-transform: uppercase;
}

.home .content p{
  color:#000616;
  font-size: 1.7rem;
}

.home .image img{
  width:100%;
}



#phone{
  padding-top: 20px;
  font-size: 2rem;
   color: #fff;
  
}



#cycon{
  color: #fff;
  padding-top: 20px;
  font-size: 3.6rem;
 
}
.top-line{
  padding-top: 20px;
  color: #fff;
}




#about-text{
  color:#000616;
 
  font-size: 2.7rem;
  text-transform: uppercase;
}
.about-img{
  
 
  margin: 24px;
  width: 150px;
  height: 100px;
}


.about .box-container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.about .box-container .box{
  margin:1rem;
  text-align: center;
  padding:2rem 4rem;
  border:.1rem solid rgba(0,0,0,.2);
  flex:1 1 30rem;
  box-shadow: 0 .5rem 1rem rgba(138, 138, 138, 0.9);
}

.about .box-container .box h3{
  font-size: 2.5rem;
  color:var(--black);
  padding:1rem 0;
}

.about .box-container .box p{
  font-size: 1.3rem;
  color:#666;
  padding-bottom:1rem;
}
#para{
  font-size: 2rem;
  color:var(--black);
  padding-bottom:1rem;
}

.mission-vison-icon{
  width: 10%;
}

.service{
  background:var(--black);
}

.service .heading{
  color:#fff;
}

.service .box-container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  
  
}

.service .box-container .box{
  padding:4rem;
  margin:1rem;
  flex:1 1 30rem;
  border:.1rem solid #fff3;
  text-align: center;
  width: 200px;
  height: 490px;
  box-shadow: 0 .5rem 1rem rgba(31, 70, 210, 0.9);
}

.service .box-container .box h3{
  font-size: 2.5rem;
  color:#fff;
  padding:1rem 0;
}

.service .box-container .box p{
  font-size: 14px;
  color:#fff;
  padding-bottom:1rem;
  text-align: justify;
  
}

.service .box-container .box:hover{
  background:#fff;
}

.service .box-container .box:hover h3{
  color:var(--black);
}

.service .box-container .box:hover p{
  color:#666;
}

.service-icons{
  width: 30%;
}

.project .box-container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.project .box-container .box{
  margin:1rem;
  border:.1rem solid rgba(0,0,0,.2);
  overflow: hidden;
  height: 25rem;
  flex:1 1 30rem;
  position: relative;
  cursor: pointer;
  
}

.project .box-container .box img{
  height: 100%;
  width:100%;
  object-fit: cover;
}

.project .box-container .box .number{
  position: absolute;
  top:.2rem; right: 1.5rem;
  font-size: 5rem;
  color:rgba(0,0,0,.2);
  font-weight: bolder;
  z-index: 10;
}

.project .box-container .box::before{
  content: '';
  position: absolute;
  top:0; left:0;
  height: 100%;
  width:100%;
  background:#fff;
  transition: .3s ease-out;
  clip-path: circle(30% at 95% 0);
}

.project .box-container .box:hover::before{
  clip-path: circle(100%);
}

.project .box-container .box .info{
  position: absolute;
  top:70%; left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  opacity: 0;
}

.project .box-container .box:hover .info{
  transition-delay: .2s;
  opacity: 1;
  top:50%;
}

.project .box-container .box .info h3{
  color:var(--black);
  font-size: 2.5rem;
}

.project .box-container .box .info p{
  color:#666;
  font-size: 2rem;
}

.team{
 
  background-image: url( );
  width: auto;
}

.team .heading{
  color:#000;
}

.team .box-container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}


.team .box-container .box{
  width:57rem;
  background:#fff;
  position: relative;
  margin:5rem;
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 8rem;
  box-shadow: 0 .5rem 1rem rgba(131, 131, 131, 0.9);
}

.team .box-container .box img{
  height:20rem;
  width:20rem;
  border-radius: 50%;
  object-fit: cover;
}

.team .box-container .box h3{
  font-size: 2.5rem;
  color:var(--black);
}

.team .box-container .box span{
  font-size: 1.5rem;
  color:var(--orange);
}

.team .box-container .box p{
  padding:1rem 2.5rem;
  font-size: 1.5rem;
  color:var(--black);
  text-align: justify;
}

.team .box-container .box .share{
  position: absolute;
  bottom: 0; left: 0;
  width: 100%;
  background:var(--grey);
  
  display: flex;
  justify-content:center ;
}

.team .box-container .box .share a{
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4.5rem;
  color:#fff;
  font-size: 1.7rem;
  ;
}

.team .box-container .box .share a:hover{
  background:#fff;
  color:var(--black);
}

.price{
  background:var(--black);
}

.price .heading{
  color:#fff;
}

.price .box-container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 20px;
}

.price .box-container .box{
 
  margin:1rem;
  text-align: center;
  padding:2rem;
  border:.1rem solid var(--yellow);
  
  flex:1 1 20rem;
  box-shadow: 0 .5rem 1rem rgba(31, 70, 210, 0.9);
}

.price .box-container .box h3{
  font-size: 2rem;
  color:#fff;
  padding: 1rem 0;
}

.price .box-container .box .amount{
  display: flex;
  justify-content: center;
  font-size: 2rem;
  color:var(--yellow);
}

.price .box-container .box .amount span{
  font-size: 2rem;
}

.price .box-container .box p{
  color:#eee;
  font-size: 1.5rem;
  padding:1rem 1;
}

.contact .row{
  display: flex;
  flex-wrap: wrap;
  border:.1rem solid rgba(0,0,0,.2);
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
  
}

.contact .row form{
  flex:1 1 40rem;
  padding:2rem;
}

.contact .row .map{
  flex:1 1 40rem;
  width:100%;
}

.contact .row form .inputBox{
  position: relative;
}

.contact .row form .inputBox input, .contact .row form .inputBox textarea{
  width: 100%;
  margin:1.5rem 0;
  padding:.7rem 1rem;
  font-size: 1.7rem;
  color:#666;
  border:.1rem solid rgba(0,0,0,.2);
  text-transform: none;
}

.contact .row form .inputBox textarea{
  height: 15rem;
  resize: none;
}

.contact .row form .inputBox label{
  font-size: 1.5rem;
  position: absolute;
  top:2.5rem; left:1rem;
  color:#444;
}

.contact .row form .inputBox input:focus ~ label,
.contact .row form .inputBox textarea:focus ~ label,
.contact .row form .inputBox input:valid ~ label,
.contact .row form .inputBox textarea:valid ~ label{
  top:-.7rem; left:0;
  color:var(--orange);
}

.footer{
  background:var(--black);
}

.footer .box-container{
  display: flex;
  flex-wrap: wrap;
}

.footer .box-container .box{
  margin:2rem;
  flex:1 1 25rem;
}

.footer .box-container .box h3{
  font-size: 2.5rem;
  color:#fff;
  padding:1rem 0;
}

.footer .box-container .box p{
  font-size: 1.5rem;
  color:#fff;
  padding:.5rem 0;
}

.footer .box-container .box a{
  display: block;
  font-size: 1.5rem;
  color:#fff;
  padding:.5rem 0;
}

.footer a:hover{
  text-decoration: underline;
}

.footer .credit{
  font-size: 1.2rem;
  background:#fff;
  color:#444;
  text-align: center;
  padding:2.5rem 1rem;
  letter-spacing: .1rem;
}

.footer .credit a{
  color:var(--orange);
}






#mail-call{
  text-align: center;
  font-weight: 400;
  font-size: 2rem;
  padding-bottom: 10px;
}









/* media queries  */

@media (max-width:1200px){

  html{
    font-size: 55%;
  }

}

@media (max-width:991px){

  section{
    padding:0 3%;
    padding-top: 7.5rem;
    padding-bottom: 3rem;
  }
  .price .box-container .box{
    
    margin:1rem;
  text-align: center;
  padding:2rem;
  border:.1rem solid var(--yellow);
  
  flex:1 1 30rem;
  width: 20%;
  }
  

}

@media (max-width:768px){

  #menu-bar{
    display: block;
  }

/* .home .image img {
    width: 55%;
    margin-left: 146px;
    margin-top: -40px;
   
} */
  header .navbar{
    position: absolute;
    top:100%; left: 0;
    width:100%;
    background:#eee;
    height:calc(100vh - 100%);
    border-top: .1rem solid rgba(0,0,0,.2);
    display: none;
  }
  header #tars{
    width: 150px;
  }
  header .navbar.nav-toggle{
    display: block;
  }

  header .navbar a{
    margin:1rem;
    display: block;
    padding:1.3rem 0;
    background:#fff;
    text-align: center;
    border:.1rem solid #444;
    animation: nav-links .5s linear backwards;
    animation-delay: calc(.2s * var(--i));
  }
  .service .box-container .box{
   
    height: 390px;
  }
  .courses .box-container .box{
   
    height: 280px;
  }
  .courses .box-container .box p{
   padding-left: 30px;
    padding-top: 10px;
  }


  @keyframes nav-links{
      0%{
        transform:translateY(-50rem);
        opacity: 0;
      }
  }

  .fa-times{
    transform: rotate(180deg);
  }

  .home .content{
    text-align: center;
  }

  .home .content h3{
    font-size: 4rem;
  }

}

@media (max-width:450px){

  html{
    font-size: 50%;
  }

  .heading{
    font-size: 3.5rem;
  }

  .team .box-container .box{
    width:100%;
  }
  .service .box-container .box{
   
    padding-bottom: 10px;
  }

}

.gotopbtn{
  position: fixed;
  width: 50px;
  height: 50px;
  background:var(--yellow);
  bottom: 40px;
  right: 50px;

  text-decoration: none;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 22px;
}








.context {
  width: 100%;
  position: absolute;
  top:50vh;
  
}

.context h1{
  text-align: center;
  color: #fff;
  font-size: 50px;
}


.area{
  background:#2a78e7;  
  background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
  width: 100%;
  height:100vh;
  
 
}

.circles{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li{
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;

  animation: animate 15s linear infinite;
  bottom: -150px;
  
}

.circles li:nth-child(1){
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
  background: rgba(36,106,205, 0.807);

}


.circles li:nth-child(2){
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
  background: rgba(255,210,67, 0.507); 
}

.circles li:nth-child(3){
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
  background: rgba(235,93,0, 0.507); 
}

.circles li:nth-child(4){
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
  background: rgba(0,0,0, 0.507); 
}

.circles li:nth-child(5){
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
 
  background: rgba(0,107,116, 0.507); 
}

.circles li:nth-child(6){
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
  background: rgba(36,106,205, 0.507);
}

.circles li:nth-child(7){
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
  background: rgba(255,210,67, 0.507); 
}

.circles li:nth-child(8){
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
  background: rgba(235,93,0, 0.507); 
}

.circles li:nth-child(9){
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
  background: rgba(0,0,0, 0.507); 
}

.circles li:nth-child(10){
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
  background: rgba(0,107,116, 0.507); 
}



@keyframes animate {

  0%{
      transform: translateY(0) rotate(0deg);
      opacity: 1;
      border-radius: 0;
  }

  100%{
      transform: translateY(-1000px) rotate(720deg);
      opacity: 0;
      border-radius: 50%;
  }

}

#white{
  color: #fff;
  
}









.btn {
  text-decoration: none;
  border: 2px solid rgb(146, 148, 248);
  position: relative;
  overflow: hidden;
  color: #fff;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
}

.btn:hover {
  box-shadow: 1px 1px 25px 10px rgba(146, 148, 248, 0.4);
}

.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(146, 148, 248, 0.4),
    transparent
  );
  transition: all 650ms;
}

.btn:hover:before {
  left: 100%;
}




.career{
  background:var(--black);
}

.career .heading{
  color:#fff;
  padding-top: 130px;
}

.career .box-container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 70px;
}

.career .box-container .box{
 
  margin:1rem;
  text-align: center;
  padding:2rem;
  border:.1rem solid var(--yellow);
  
  flex:1 1 30rem;
  
}

.career .box-container .box h3{
  font-size: 2rem;
  color:#fff;
  padding: 1rem 0;
}

.career .box-container .box .amount{
  display: flex;
  justify-content: center;
  font-size: 2rem;
  color:var(--yellow);
}

.career .box-container .box .amount span{
  font-size: 2rem;
}

.career .box-container .box p{
  color:#eee;
  font-size: 1.5rem;
  padding:1rem 1;
}




.courses{
  background:var(--black);
}
.courses .heading{
  color:#fff;
}

.courses .box-container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  
  
}

.courses .box-container .box{
  padding:4rem;
  margin:1rem;
  flex:1 1 30rem;
  border:.1rem solid #fff3;
  text-align: center;
  width: 200px;
  height: 380px;
  box-shadow: 0 .5rem 1rem rgba(31, 70, 210, 0.9);
}

.courses .box-container .box h3{
  font-size: 2.5rem;
  color:#fff;
  padding:1rem 0;
}

.courses .box-container .box p{
  font-size: 1.5rem;
  color:#fff;

  padding-left: 3.5rem;
  padding-bottom:1rem;
  text-align: left;
}
.courses .box-container .box .btn{
 margin-bottom: 10px ;
}

.courses-icons1{
  width: 27%;
}
.courses-icons2{
  width: 27%;
}
.courses-icons3{
  width: 27%;
}
.courses-icons4{
  width: 25%;
}
@media (min-width: 700px) and (max-width:1500px) {
  .courses #sql{
    padding:4rem;
    margin:1rem;
    flex:1 1 30rem;
    border:.1rem solid #fff3;
    text-align: center;
    width: 200px;
    height: 549px;
    box-shadow: 0 .5rem 1rem rgba(31, 70, 210, 0.9);
  }
}


/*  animation for partial indes  */
/* Header */
.large-header {
  position: relative;
  width: 100%;
  height: 1000px;
  background: #333;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
#large-header {
  background-image: url("https://www.marcoguglie.it/Codepen/AnimatedHeaderBg/demo-1/img/demo-1-bg.jpg");
}
.main-title {
  font-size: 30px;
  position: absolute;
  margin: 0;
  padding: 0;
  color: #f9f1e9;
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  top: 25%;
  left: 22%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
#main-white{
  width: 620px;
  font-size: 28px;
  font-family: 'Exo 2', sans-serif;
  position: absolute;
  margin:0;
  padding:0;
  text-align: center;
  color: #f9f1e9;
  top: 57%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
#main-cycon{
  width:745px;
  font-size: 30px;
  font-family: 'Exo 2', sans-serif;  position: absolute;
  margin-left:20px;
  padding:0;
  color: #f9f1e9;
  top: 89%;
  left:75%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  text-transform: uppercase;
}
.demo-1 .main-title {
  text-transform: uppercase;
  font-size: 4.2em;
  letter-spacing: 0.1em;
}
.main-title .thin {
  font-weight: 200;
}

@media (min-width: 920px) and (max-width: 1200px) {
  .main-title{
    font-size: 30px;
    position: absolute;
    margin: 0;
    padding: 0;
    color: #f9f1e9;
    text-align: center;
    top: 25%;
    left: 30%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    font-family: 'Exo 2', sans-serif;
  }
}
@media (min-width: 300px) and (max-width: 920px) {
  .main-title{
    width: 400px;

    font-size: 25px;
    position: absolute;
    margin: 0;
    padding: 0;
    color: #f9f1e9;
    text-align: center;
    top: 20%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    font-family: 'Exo 2', sans-serif;
  }
}


@media (min-width: 920px) and (max-width: 1200px) {
  #main-white{
    width: 520px;
    font-size: 28px;
    position: absolute;
    margin:0;
    padding:0;
    font-family: 'Exo 2', sans-serif;
    text-align: center;
    color: #f9f1e9;
    top: 57%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}
@media (min-width: 300px) and (max-width: 920px) {
  #main-white{
    width: 400px;
    font-size: 26px;
    position: absolute;
    margin:0;
    padding:0;
    font-family: 'Exo 2', sans-serif;
    text-align: center;
    color: #f9f1e9;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}

@media (min-width: 920px) and (max-width: 1200px) {
#main-cycon{
  width:745px;
  font-size: 30px;
  font-family: 'Exo 2', sans-serif;  position: absolute;
  margin-left:20px;
  padding:0;
  color: #f9f1e9;
  top: 85%;
  left:65%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  text-transform: uppercase;
}
}
@media (min-width: 300px) and (max-width: 920px) {
  #main-cycon{
    width:400px;
    font-size: 25px;
    font-family: 'Exo 2', sans-serif;  position: absolute;
    margin-left:20px;
    padding:0;
    color: #f9f1e9;
    top: 80%;
    left:45%;
    text-align: center;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-transform: uppercase;
  }
  }