body, html{
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
}
.banner{
	padding-top: 1px;
	width: 100%;
	background-color:#121111;
}
.banner-list{
	list-style: none;
	display: inline;
}
.banner-link{
	color:#fffcfc;
	display: inline;
	padding: 8px;
	padding-left: 1px;
  font-size: 10px;
}
.banner-link a{
	color:#fffcfc;
	text-decoration: none;
  font-size: 10px;
}
@media screen and (max-width: 600px) {
  .banner-link{
    display: none;
  }
}
header{
    width: 100%;
    position:fixed;
    top: 0;
    left: 0;
    transition: background-color .5s ease;
    z-index:0;

}

.container{
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
    padding:10px;

}

.nav{
    width: 100%;
    height: 10rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid rgba(255,255,255,.05);
    transition: height .5s ease;
}

.nav a{
    text-decoration: none;
    color: #fff;
   
}
.nav a:hover{
    color:#fff;
    text-decoration: none;
}

.nav .logo{
  
    font-weight: bold;
}

.nav-list{
    list-style: none;
    display: flex;
    margin-right: auto;
    margin-left: 1rem;

}

.nav-link{
    margin: 0 2rem;
    position: relative;

}

.nav-link::after{
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -3px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .5s ease;
}

.nav-link:hover::after{
    transform: scaleX(1);
}

#nav-cta{
    display: inline-block;
    background-color: #fff;
    color: #313131;
    padding: 1rem 2rem;
    border-radius: 2rem;
    transition: background-color .5s ease;
}

#nav-cta:hover{
    background-color: #d3d3d3;
}


/*Apply styles after scroll*/
.scrolling-active{
    background-color: #fff;
    box-shadow: 0 3px 1rem rgba(0,0,0,.1);
}

.scrolling-active .nav{
    height: 6.6rem;
}

.scrolling-active .nav a{
    color: #313131;
}

.scrolling-active #nav-cta{
    background-color: #313131;
    color: #fff;
}

.scrolling-active #nav-cta:hover{
    background-color: #151515;
}

.scrolling-active .nav-link::after{
    background-color: #313131;
}

@media screen and (max-width: 600px) {
  .nav-list{
    display: inline;
  }
  .nav-link{
    font-size: 10px;
    padding-left: 2px;
    color: black;
  }
  .nav .logo{
    display: none;
  }
}

/*Apply styles after scroll end*/



/*video style*/
.video-container{
   width: 100%;
   height: 20%;
   overflow: hidden;

}
.video-container #videoBG{
    width: 100%;
    height: 20%;
    z-index: -1;

    
}

/* Float four columns side by side */
.column {
  float: left;
  width: 450px;
  padding: 0 10px;
  height: 500px;
}

/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Style the counter cards */
.card {
  width: 100%;
  height: 75%;
  padding: 2em 1.5em;
  background: linear-gradient(#ffffff 50%,  #e6962c  50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
}
@media screen and (max-width: 600px){
  .card{
    height: 500px;
  }
}
.card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1a5da6;
  margin: 1em 0;
}
.service-item{
	color:#e6962c;
	font-size: 16px;
   font-weight: 600;

}
.card:hover {
  background-position: 0 100%;
}
.card:hover .service-item{
	color:#ffffff;
}
.card:hover h3 {
  color: #ffffff;
}
.achivement-card{
	width: 100%;
  height: 95%;
  padding: 2em 1.5em;
  background: linear-gradient(#ffffff 50%,  #1a5da6  50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
}
@media screen and (max-width: 600px){
  .achivement-card{
    height: 520px;
  }
}
.ach-service-item{
	color:#1a5da6;
	font-size: 16px;
   font-weight: 600;

}
.achivement-card:hover .ach-service-item{
	color:#ffffff;
}
.achivement-card:hover {
  background-position: 0 100%;
}
.achivement-card:hover .service-item{
	color:#ffffff;
}

/*all paragraphs shadow-box-style*/

.box-shadow-style{
	padding-top: 25px;
	 width: 100%;
    height:300px; 
   background: linear-gradient(#ffffff 50%,  #1a5da6  50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 600px) {
  .box-shadow-style{
    height: 500px;
  }
}
.section-heading{
	font-size: 30px;
   font-weight: 600;
   color: #1a5da6;
   padding-left: 25px;
   padding:20px;

}
.card-row{
	padding-left:90px;
}
.img{
	width: 400px;
	height: 220px;

}

.table-div{

width: 100%;
height: 300px;
padding-top: 35px;

  background: linear-gradient(#ffffff 50%, #e6962c   50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
}
.tbl-img{
  padding-left: 250px;
}
@media screen and (max-width: 985px) {
 .img{
  width: 250px;
  height: 140px;
 }
  .table-items td{
    padding-left: 5px;
    
  }
  .table-div{
    height: 550px;
  }

}

/*footer style*/
.footer {
  position: relative;
  width: 100%;
  background: #3586ff;
  min-height: 20px;
  padding: 20px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

}

.social-icon,
.menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  flex-wrap: wrap;
}

.social-icon__item,
.menu__item {
  list-style: none;
}

.social-icon__link {
  font-size: 2rem;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
}
.social-icon__link:hover {
  transform: translateY(-10px);
}

.menu__link {
  font-size: 1.2rem;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
  text-decoration: none;
  opacity: 0.75;
  font-weight: 300;
}

.menu__link:hover {
  opacity: 1;
}

.footer p {
  color: #fff;
  margin: 15px 0 10px 0;
  font-size: 1rem;
  font-weight: 300;
}
/*wave animation*/
.wave {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("https://i.ibb.co/wQZVxxk/wave.png");
  background-size: 1000px 100px;
}

.wave#wave1 {
  z-index: 1000;
  opacity: 1;
  bottom: 0;
  animation: animateWaves 4s linear infinite;
}

.wave#wave2 {
  z-index: 999;
  opacity: 0.5;
  bottom: 10px;
  animation: animate 4s linear infinite !important;
}

.wave#wave3 {
  z-index: 1000;
  opacity: 0.2;
  bottom: 15px;
  animation: animateWaves 3s linear infinite;
}

.wave#wave4 {
  z-index: 999;
  opacity: 0.7;
  bottom: 20px;
  animation: animate 3s linear infinite;
}

@keyframes animateWaves {
  0% {
    background-position-x: 1000px;
  }
  100% {
    background-positon-x: 0px;
  }
}

@keyframes animate {
  0% {
    background-position-x: -1000px;
  }
  100% {
    background-positon-x: 0px;
  }
}


.about-box{
	padding-top: 25px;
	 width: 100%;
   height:600px; 
   background: linear-gradient(#ffffff 50%,  #1a5da6  50%);
   background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 600px){
  .about-box{
    height: 1400px;
  }
}
.about-box p{
 color: black;
 font-size: 18px;
 padding-left: 15px;
 font-weight: 100;
}
.solutions-box{
	padding-top: 25px;
	 width: 100%;
    height:200px; 
   background: linear-gradient(#e6962c 50%,  #1a5da6 50%);
   background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);

}
.solutions-box p{
	color: white;
 font-size: 18px;
 padding-left: 15px;
 font-weight: 100;
}
.contact-box{
	padding-top: 25px;
	 width: 100%;
    height:400px; 
   background: linear-gradient(#1a5da6 50%,  #e6962c  50%);
   background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);

}
.contact-box p{

 font-size: 18px;
 padding-left: 15px;
 font-weight: 100;
}
.img-container{
   width: 100%;
   height: 20%;
   overflow: hidden;

}
/*projects-box style*/
.projects-box{
   padding-top: 25px;
   width: 100%;
   height:130px; 
   background: linear-gradient(#ffffff 50%,  #1a5da6  50%);
   background-size: 100% 200%;
   background-position: 0 2.5%;
   border-radius: 5px;
   box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
}
.projects-box-long{
  padding-top: 25px;
   width: 100%;
    height: 600px; 
   background: linear-gradient(#ffffff 50%,  #1a5da6  50%);
   background-size: 100% 200%;
   background-position: 0 2.5%;
   border-radius: 5px;
   box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
}

.projects-box-long h3{
  font-size: 20px;
 padding-left: 20px;
 font-weight: 100;
 color:#e6962c;
}
.projects-box-long p{
  font-size: 15px;
 padding-left: 20px;
 font-weight: 100;
 color:black;
}

@media screen and (max-width: 600px){
  .projects-box{
    height: 300px;
  }
}

.projects-box h3{
 font-size: 20px;
 padding-left: 20px;
 font-weight: 100;
 color:#e6962c;
}

.projects-box p{
 font-size: 15px;
 padding-left: 20px;
 font-weight: 100;
 color:black;
}


.projects-box-mid{
   padding-top: 25px;
   width: 100%;
   background: linear-gradient(#ffffff 50%,  #1a5da6  50%);
   background-size: 100% 200%;
   background-position: 0 2.5%;
   border-radius: 5px;
   box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  height: 350px;
}

.projects-box-mid h3{font-size: 20px;
 padding-left: 20px;
 font-weight: 100;
 color:#e6962c;}

.projects-box-mid p{font-size: 15px;
 padding-left: 20px;
 font-weight: 100;
 color:black;}

 @media screen and (max-width: 600px){
  .projects-box-long{
   height: 800px;
  }
  .projects-box-mid{
    height: 475px;
  }

}