@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,200;0,300;0,400;0,500;0,600;1,300;1,400;1,500&display=swap');

:root{
  --orange:#ff7a00;
}

*{
  margin:0; padding:0;
  box-sizing: border-box;
  transition:all .2s linear;
  text-transform: capitalize;
  font-family: 'Exo 2', sans-serif;
}

html{ 
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body{
  overflow-x: hidden;
}

.heading{
  font-size: 4rem;
  text-align: center;
  letter-spacing: 1.7rem;
  color:#444;
  margin:2rem 0;
  padding-top: 6rem;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-color: var(--orange);
  text-underline-offset:-1.4rem;
}

.header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width:100%;
  background:#fff;
  z-index: 100;
  padding:1rem 2rem;
  box-shadow: 0 .2rem .5rem rgba(0,0,0,.3);
}

.header .logoContent{
  display: flex;
  align-items: center;
}

.header .logoContent .logoName {
  color: var(--black);
  font-size: 2rem;
  font-weight: bolder;
}

.header .logo img{
  height: 4rem;
}

.header nav ul{
  list-style-type:none;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin:0; padding:0;
}

.header nav ul li{
  margin: 0 2rem;
  margin-right: 20px;
}

.header nav ul li a{
  font-size: 2rem;
  color:#666;
}

.header nav ul li a:hover{
  color:#ff8000;
  text-decoration: none;
}

.header .fa-bars{
  font-size: 2.5rem;
  color:#666;
  cursor: pointer;
  display: none;
}



.home .hero{
  min-height: 60vh;
  background: url(../assets/home-page-13.png) no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  margin-right: 50px;
  margin-bottom: 300px;
}

.home .row{
  margin:0;
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(4rem);
            transform: translateY(4rem);
            
  }
}
.home .hero .text1{
  font-size: 4rem;
  width:50rem;
  background:#fff;
  padding:1rem;
  text-align: center;
  opacity: .8;
  margin-top: -80px;
  -webkit-animation: fadeUp .5s linear backwards;
          animation: fadeUp .5s linear backwards;
}

.home .hero .text2{
  font-size: 2rem;
  width:35rem;
  background:var(--orange);
  padding:1rem;
  text-align: center;
  opacity: .8;
  margin-top: 1rem;
  color:#fff;
  margin-left: 70px;
  -webkit-animation: fadeUp .5s linear backwards;
          animation: fadeUp .5s linear backwards;
}

.home .counting{
  min-height: 40vh;
  padding:2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.home .counting .box{
  margin: 2rem 4rem;
  text-align: center;
  width: 400px;
  text-align: justify;
  border: 2px solid;
  border-radius: 24px;
  border-color: black;
}

.home .counting .box:hover{
  background-color:#ccc;
}

.home .counting .box .count{
  font-size: 4rem;
  color:var(--orange);
  text-align: center;
  margin-top:10px;
  -webkit-animation: fadeUp .5s linear backwards;
          animation: fadeUp .5s linear backwards;
}

.home .counting .box h3{
  font-size: 1.7rem;
  color:var(--black);
  margin: 20px 20px;
}

.about{
  min-height: 100vh;
  padding-bottom: 3rem;
}

.about .image{
  padding:2rem;
}

.about .image img{
  height:45rem;
  object-fit: cover;
  box-shadow: 2.5rem 2.5rem 0 1rem var(--orange);
}

.about .info{
  padding:2rem;
  margin-top: 3rem;
}

.about .info h2{
  color:var(--orange);
  font-size: 3rem;
}

.about .info p{
  font-size: 1.4rem;
  color:#444;
  margin:2rem 0;
}

.about .info .icons a{
  font-size: 2rem;
  height: 4rem;
  width:4rem;
  line-height: 4rem;
  text-align: center;
  background:#333;
  color:#fff;
  border-radius: .5rem;
  margin-right: 1rem;
  text-decoration: none;
}

.about .info .icons a:hover{
  background:var(--orange);
}



.service .wrapper{
  display: grid;
  margin: 200px 20px auto;
  grid-gap:20px;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  margin-top:6rem;
}
.front-face{
  text-align: center;
}
.back-face{
  text-align: center;
}
@media (max-width: 700px) {
  .service .wrapper{
    margin: 200px auto;
  }
}
.service .wrapper .box{
  width: 350px;
  margin: 0 auto;
  position: relative;
  perspective: 1000px;
}
.service .wrapper .box .front-face{
  background: #fff;
  height: 220px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 5px 20px 0px rgba(0, 81, 250, 0.1);
  transition: all 0.5s ease;
}
.service .box .front-face .icon{
  height: 80px;
}
.service .box .front-face .icon i{
  font-size: 65px;
}
.service .box .front-face span,
.service .box .back-face span{
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
.service .box .front-face .icon i,
.service .box .front-face span{
  background: linear-gradient(-135deg, #fdaf29, #ff8800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service .box .back-face{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 220px;
  width: 100%;
  padding: 30px;
  color: #fff;
  opacity: 0;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  background: linear-gradient(-135deg, #fdaf29, #ff8800);
  transform: translateY(110px) rotateX(-90deg);
  box-shadow: 0px 5px 20px 0px rgba(0, 81, 250, 0.1);
  transition: all 0.5s ease;
}
.service .box .back-face p{
  margin-top: 10px;
  font-size: 15px;
  text-align: center;
}
.service .box:hover .back-face{
  opacity: 1;
  transform: rotateX(0deg);
}
.service .box:hover .front-face{
  opacity: 0;
  transform: translateY(-110px) rotateX(90deg);
}







/*our-team*/

.body
{
   display: flex;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   min-height: 100vh;
   width: 100%;
   background: radial-gradient(#777,#222);
}
.body .card
{
   position: relative;
   width: 340px;
   height: 450px;
   background: #fff;
   overflow: hidden;
   border-radius: 10px;
   margin: 20px;
}
.body .card .circle
{
   position: absolute;
   top: -190px;
   left: 50%;
   width: 500px;
   height: 500px;
   transform: translateX(-50%);
   clip-path: circle();
}
.body .card .circle::before
{
   content: '';
   position: absolute;
   top: -8px;
   left: -16px;
   width: 100%;
   height: 100%;
   box-shadow: 0 0 0 20px #ff8000;
   border-radius: 50%;
   z-index: 2;
   pointer-events: none;
}
.body .circle .imgBox
{
   position: absolute;
   left: 50%;
   bottom: 0;
   transform: translateX(-50%);
   width: 340px;
   height: 310px;
}
.body .imgBox img
{
   position: absolute;
   top: 0;
   left: 0;
   object-fit: cover;
   width: 100%;
   height: 100%;
   transition: all 0.5s;
}
.body .imgBox img:hover
{
   transform: scale(1.2);
}
.body .card .content
{
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 140px;
   padding: 20px 30px;
}
.body .content .fa-linkedin
{
   padding: 2px 4px;  
   color: #fff;
   background: #000000;
   border-radius: 2px;
}
.body .content h3
{
   font-size: 1.8em;
   color: #333;
   margin-top: 7px;
   margin-bottom: 2px;
}
.body .content .textIcon
{
   display: flex;
   justify-content: space-between;
   align-items: center;
   width: 100%;
}
.body .content .textIcon h4
{
   color: #ff8000;
   font-weight: 400;
}

/*our-management*/

.others .box-container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #fffefe;
}

.others .box-container .box{
  height:30rem;
  width:30rem;
  margin:2rem;
  overflow: hidden;
  border:.1rem solid rgba(0,0,0,.3);
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
  border-radius: .5rem;
}

.others .box-container .box img{
  height:20rem;
  width:20rem;
  padding:1rem;
  border-radius: 24%;
  object-fit: cover;
  margin-left: 5rem;
  margin-top: 1rem;
}

.others .box-container .box h3{
  font-size: 2rem;
  color:var(--black);
  text-align: center;
}

.others .box-container .box p{
  font-size: 1.4rem;
  color:#666;
  padding:1rem 0;
  text-align: center;
}

.project{
  min-height:80vh;
  background:#333;
}

.project .heading{
  color:#fff;
}

.project .box-container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.project .box-container .box{
  height:35rem;
  width:35rem;
  border-radius: .5rem;
  margin:2rem;
  overflow: hidden;
  align-items: center;
  padding:2rem;
  background:#fff ;
  box-shadow: 0 .3rem .5rem #000;
}

.project .box-container .box img{
  height:80%;
  width:80%;
  object-fit: cover;
  margin-top:2rem;
  margin-left:3rem;
  
}

.project .box-container .box:hover img{
  transform: scale(1.2);
}

.reviews {
  padding: 2rem 9%;
  border: 5px solid rgb(87, 87, 87);
  border-radius: 24px;
  width:50vw;
  margin-left: 38rem;
  margin-top: 3rem;
}

.reviews .heading{
  margin-top: -5rem;

}

@-webkit-keyframes floating {
  0%, 100% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
  50% {
    -webkit-transform: translateY(-4rem);
            transform: translateY(-4rem);
  }
}

@keyframes floating {
  0%, 100% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
  50% {
    -webkit-transform: translateY(-4rem);
            transform: translateY(-4rem);
  }
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(4rem);
            transform: translateY(4rem);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(4rem);
            transform: translateY(4rem);
  }
}

.reviews .slide-container .slide {
  text-align: center;
  max-width: 60rem;
  margin: 1rem auto;
  display: none;
}

.reviews .slide-container .slide.active {
  display: block;
}

.reviews .slide-container .slide img {
  height: 19rem;
  width: 19rem;
  border-radius: 10%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: fadeUp .2s linear backwards;
          animation: fadeUp .2s linear backwards;
}

.reviews .slide-container .slide P {
  padding: 1.5rem 0;
  font-size: 1.5rem;
  line-height: 2;
  -webkit-animation: fadeUp .2s linear .4s backwards;
          animation: fadeUp .2s linear .4s backwards;
}

.reviews .slide-container .slide h3 {
  padding-bottom: .7rem;
  font-size: 2rem;
  margin-top: 1rem;
  -webkit-animation: fadeUp .2s linear .6s backwards;
          animation: fadeUp .2s linear .6s backwards;
}

.reviews .slide-container .slide span {
  display: block;
  font-size: 1.7rem;
  margin-top:3rem;
  -webkit-animation: fadeUp .2s linear .8s backwards;
          animation: fadeUp .2s linear .8s backwards;
}

.reviews .controls {
  text-align: center;
  margin-top: 2rem;
}

.reviews .controls div {
  font-size: 5rem;
  cursor: pointer;
  margin: 0 1rem;
}

.reviews .controls div:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (max-width:768px)
{
  .reviews {
    margin-left: 6rem;
    margin-top: 3rem;
    width: 80vw;
  }
}


.internship{
  width: 70vw;
  height: 7vw;
  border: 5px solid #ff7a00;
  border-radius: 10px 100px/120px;
  text-align: center;
  margin-left: 23rem;
  margin-top: 5rem;
}

.internship p{
  font-size: 2rem;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width:768px){
  .internship{
    margin-left: 6rem;
    margin-top: 3rem;
    height: 25vw;
    width: 80vw;
  }
  #tm{
    font-size: 2rem;
  }
}

/* internship faq  */

.intern
{
  min-height: auto;
  width:95vw;
  text-align: center;
  padding:0 2rem;
  margin-left: 3rem;
  background:#333;
}


.intern .heading{
  color:#fff;
  padding-top: 2rem;
}

.intern .row
{
  display:flex;
  align-items: center;
  justify-content: center;
  padding:0 2rem;
}
.intern .row .image img{
  height:50vh;
  width:26vw;
  margin: 5rem;
}
.intern .row .accordion-container
{
  width:40%;
  text-align: left;

}
.intern .row .accordion-container .accordion .accordion-header
{
  background-color:orange;
  margin:1rem 0;
  box-shadow:.1rem .1rem .3rem rgba(0,0,0,.3);
  cursor:pointer;
}
.intern .row .accordion-container .accordion .accordion-header span
{
 display:inline-block;
 text-align: center;
 height:4rem;
 width:5rem;
 line-height:4rem;
 font-size:2rem;
 background:#fff;
 color:#333;
 clip-path:polygon(0% 0%,75% 0%, 100% 50%,75% 100%, 0% 100%);
}

.intern .row .accordion-container .accordion .accordion-header h3
{
display: inline;
color: #fff;
font-weight: 400;
padding-left:.5rem;
font-size: 2rem;
}

.intern .row .accordion-container .accordion .accordion-body
{
  padding:1rem;
  color:#fff;
  box-shadow:.1rem .1rem .3rem rgba(0,0,0,.3);
  font-size: 1.3rem;
  display:none;
}
@media (max-width:768px)
{
  .intern{
    padding:0;
    margin-left: 1rem;
    width: 93vw;
  }
  .intern .row{
    padding: 0 1rem;
    flex-flow: column;
  }
  .intern .row .accordion-container .accordion .accordion-header{
    width: 90vw;
  }
  .intern .row .accordion-container .accordion .accordion-body{
    width: 90vw;
  }
  .intern .row .accordion-container .accordion .accordion-header h3{
    font-size: 1.5rem;
  }
  .intern .row .image img{
    width:80vw;
    margin-left: 7rem;
  }
  .intern .row .accordion-container{
    width:95%;
  }
  .intern .row .accordion-container .accordion:nth-child(1) .accordion-body{
    display:block;
  }
}

.contact{
  min-height: 40vh;
}

.contact-box-container{
  width:93%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.contact-box-container .contact-box{
  height:18rem;
  max-width: 30rem;
  flex:1 0 30rem;
  margin:2rem;
  box-shadow: 0 .3rem .5rem rgba(0,0,0,.2);
  border-radius: .5rem;
  text-align: center;
  padding-top: 4rem;
}

.contact-box-container .contact-box i{
  color:var(--orange);
  font-size: 4rem;
}

.contact-box-container .contact-box h3{
  font-size: 1.8rem;
  color:#444;
  margin:2rem 0;
}

.contact .form-container{
  width:65%;
  box-shadow: 0 .3rem .5rem rgba(0,0,0,.2);
  border-radius: .5rem;
  padding:1rem 3rem;
  margin-bottom: 2rem;
}

.contact .form-container form input, textarea{
  height:3.8rem;
  padding:0 1rem;
  margin:2rem 0;
  font-size: 1.5rem;
  box-shadow: 0 .3rem .5rem rgba(0,0,0,.2);
  border:none;
  outline: none;
  color:#333;
}

.contact .form-container form .inputBox{
  display: flex;
  justify-content: space-between;
}

.contact .form-container form input[type="text"]{
  width:49%;
}

.contact .form-container form input[type="email"]{
  width:100%;
}

.contact .form-container form #message{
  width:100%;
  height:15rem;
  padding:1rem;
  resize: none;
  overflow-y: auto;
}

.contact .form-container form button{
  background:var(--orange);
  width:15rem;
  height: 4rem;
  color:#fff;
  font-size: 2rem;
  border-radius: 24px;
  border-color:white;
}

.contact .form-container form button:hover{
  opacity:.8;
}

/* footer */
.container{
	max-width: 1400px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
	background-color:#333;
  padding: 30px 0;
}
.footer-col{
   width: 21%;
   padding: 0 10px;
   margin-left: 5.5rem;
}

.col2{
  text-align: center;
}
.col2 h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.col2 h4::before{
	content: '';
	position: absolute;
	left: 38rem;;
	bottom: -10px;
	background-color: #ff8000;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.col2 #p5{
	font-size: 17px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.col2 #p5:hover{
	color: #ffffff;
	padding-left: 6px;
}
.col2 h4 #p5:not(:last-child){
	margin-bottom: 10px;
}
.col2 #atc::before{
	content: '';
	position: absolute;
	left:60rem;
	bottom: -10px;
	background-color: #ff8000;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}

#col3 ul li a:hover{
	color: #ff8000;
	padding-left: 6px;
}

.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #ff8000;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 18px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ff8000;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ff8000;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}

@media(max-width: 767px){
  .col2{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .col2{
    width: 100%;
}
}












.fa-times{
  transform: rotate(180deg);
}

/* media queries  */

@media (max-width:768px){

  html{
    font-size: 50%;
  }

  .header .fa-bars{
    display: inline-block;
  }

  .header nav{
    position: fixed;
    top:6rem; right: -120%;
    height:calc(100vh - 6rem);
    width:100vw;
    background: rgba(0,0,0,.5);
    z-index: 1000;
    border-top: .1rem solid rgba(0,0,0,.3);
  }

  .header nav ul{
    height: 100%;
    width:33rem;
    background:#fff;
    flex-flow: column;
    justify-content: center;
    float: right;
  }

  .header nav ul li{
    margin:1rem 0;
  }

  .header nav ul li a{
    display: block;
    padding:.5rem 0;
    border: .1rem solid rgba(0,0,0,.3);
    width:25rem;
    border-radius: 5rem;
    text-align: center;
  }

  .header nav ul li a:hover{
    background:#333;
    color:#fff;
  }

  .header .nav-toggle{
    right: 0%;
  }

  .our .content h3{
    font-size: 4rem;
  }

  

}

@media (max-width:400px){
  .home .hero .text1{
    font-size: 3.5rem;
    width: 33rem;
  }
  .home .hero .text2{
    font-size: 2.5rem;
    width: 30rem;
  }
}