* {box-sizing:border-box}

body{

background-image: url(../images/pages/bgd.jpg);
  background-size: cover;
  
}





body a{

  text-decoration: none;
}

h1 {
  font-family: 'Oswald', sans-serif;
text-align:center;
color:#ffffff;
}

h5 {
  text-align:center;
  text-decoration: underline;
}

p{
   font-size: 20px;
}



.magc{
  width:100%;
  
    z-index: 1;
opacity:0.9;

}

.top-images
{
  display:flex;
  background-color:  #000066;
  width:100%


}

.top-images img
{
  width:170px;
}

@media screen and (min-width: 992px){
 .top-images img  { width: 400px;

  }
}



.ryt
{
  width:40%
}

.lft
{
  display:flex;
  justify-content:flex-end;
width:60%





}






/* hamburger menu end */

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 0;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: white;
  font-size: 90px;
  padding: 8px 12px;
  position: absolute;

  width: 75%;
  text-align: center;
  line-height: 50px;
  bottom: 25%

}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
/* media query to reduce font size on mobile */
@media only screen and (max-width: 600px) {
  .text {
    font-size: 40px;
    line-height: 30px;
  }
}
/* end of slider */




/* about-us */
.about-us
{
  max-width: 100%;
  display: flex;
margin:auto;
margin-bottom: 20px;
  justify-content: center;
flex-wrap: wrap;
position:relative;

}

.about-box1 {
  width: 20%;
background-color: #000066;
padding:20px;
      padding-top: 30px;

}


.about-box2 {
  width: 80%;
background-color:#ffffff ;
  padding: 30px;

}

@media screen and (max-width: 600px){
  .about-box1, .about-box2 {
    width: 100%;
  }
}

/* box 2 */

.technical
{
  max-width: 100%;
  display: flex;
margin:auto;
  justify-content: center;
flex-wrap: wrap;
position:relative;

}

.tech-box1 {
  width: 20%;
  
background-color:#000066;
padding: 20px;
      padding-top: 30px;

}


.tech-box2 {
  width: 30%;
background-color:#ffffff ;
  padding: 30px;
  

}


.gallery {
  width: 30%;
  

}

.gallery img{
width:100%;
  height: 350px;
  border:0cm;
 transition: 0.3s;
}

.gallery img:hover {
  border: solid red 4px;

}

.gallery-box {
  width: 20%;
  
background-color: #000066;
      padding-top: 30px;

}

@media screen and (max-width: 600px){
.tech-box1,.tech-box2, .gallery, .gallery-box {
    width: 100%;

  }
}

@media screen and (max-width: 768px){
.tech-box1,.tech-box2, .gallery, .gallery-box {
    width: 100%;

  }
}

/*
@media screen and (max-width: 600px){
.tech-box2   {
    height: 450px;

  }
}

*/



.headngs
{
   width: 50%;
margin: auto;

}

@media screen and (max-width: 600px){
  .headings { width: 100%;

  }
}



.what-we-do {
max-width: 100%;

padding: 20px;
display:flex;
margin:auto;
flex-wrap: wrap;
justify-content:center;
}

.box, .sbox
{
  width: 100%;
  height: 500px;
  background-color:#ffffff;
  padding: 15px;
  border-radius: 15px;
  margin: 7px;

  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  overflow: hidden;
}


/* desktop */
@media screen and (min-width: 992px){
  .box { width: 18%;

  }
}

/* tablets */
@media screen and (min-width: px){
  .box { width: 40%;

  }
}


@media screen and (max-width: 600px){
  .sbox { width: 100%;
height: 600px;
  }
}

@media screen and (max-width: 768px){
  .box { width: 100%;

  }
}

.box img{
  max-width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;

}

.sbox img{
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;

}


hr{
  border: 3px solid red;
width: 10%;


}

.services{
  text-align: center;
}

.servicestxt{
  font-size: 17px;
}



.corporate
{
  max-width: 100%;
  display: flex;
margin:auto;
  justify-content: center;
flex-wrap: wrap;
position:relative;
margin-bottom: 50px;
}


.corp-box1 {
  width: 20%;
  height: 200px;
background-color: #d5d5c3;
padding: 20px;
      padding-top: 30px;

}

.corp-box2 {
  width: 80%;
background-color:#ffffff ;
height: 200px;
padding:20px;
padding-top: 70px;

  margin:auto;
display: flex;
flex-wrap: wrap;
justify-content: center;

}



.button{
  width:22%;
    height: 60px;
background-color: #ddd;
margin: 10px auto;
text-align: center;
padding: 5px;
transition: 0.3s;
color: black;
}

@media screen and (max-width: 720px){
  .button {
    height: 80px;

  }
}

.bt{


  border-radius: 15px;

width:100%;

  text-align: center;
  font-size: 16px;



}



.button:hover {
  background-color: #ff0000;
  color: white;
}

@media screen and (max-width: 600px){
  .corp-box1, .corp-box2 {
    width: 100%;

  }
}

@media screen and (max-width: 600px){
  .corp-box2 {
    height: 450px;

  }
}

@media screen and (max-width: 600px){
  .button {
    width: 100%;

  }
}



.stories{
  width: 100%;

  display: flex;
  overflow: hidden;
  justify-content: center;
  background-color: #ffffff;
  padding: 30px;
}

.storybox {
  width: 20%;
  height: 400px;
  margin:auto;
  padding: 20px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media screen and (max-width: 600px){
  .storybox  {
    width: 100%;

  }
}

.storybox img
{
  width: 100%


}




.contact-us
{
  max-width: 100%;
  display: flex;
margin:auto;
  justify-content: center;
flex-wrap: wrap;

margin-bottom: 50px;
}


.contact-box1 {
  width: 20%;
  height: 150px;
background-color: #d5d5c3;
padding: 20px;
      padding-top: 30px;

}

.contact-box2 {
  width: 80%;
background-color:#ffffff ;
height: 150px;

padding: 30px;
  margin:auto;
  display: flex;
  justify-content: center;

}

@media screen and (max-width: 600px){
  .contact-box1, .contact-box2 {
    width: 100%;

  }
}

.social{
width:4%;
padding-top: 20px;


}

.socialtext{
  width: 100%;
  font-size:14px;

  text-align: center;
  border-radius: 15px;

  margin: 10px auto;
}

.social img{
  width: 70%;
  display: block;
  

}


@media screen and (max-width: 600px){
  .social {
    width: 100%;

  }
}


.clients{
	background-color: #ffffff;
	width: 100%;
	margin-bottom: 20px;
	
}

.clients img{
	
	width: 80%;
	margin:auto;
	display: block;
	
}





.cbox
{
display:block;
width: 100%;
margin:auto;
background-color:  #000066;
justify-content: center;

}

@media screen and (min-width: 1280px){
  .cbox { 
  display: flex;
 

  }
}

.cbox1{
  background-image: url(../images/gallery/newdg2.jpg);
  background-size:cover;
  
}


  

.cbox3 img{
  width:100%;
  height:100%;
  
}

 
 .cbox1, .cbox2, .cbox3, .cbox4
{
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: #ffffff;
  margin: 1%;
  
}

@media screen and (min-width: 1280px){
  .cbox1, .cbox2, .cbox3, .cbox4 { 
  width: 45%;

  }
}




.soc img{
	width: 30px;
  display:block;
  margin: auto;
  margin-bottom: 20px;
  
}

.soc img:hover
{
-ms-transform: scale(2,3); /* IE 9 */
  -webkit-transform: scale(2,3); /* Safari prior 9.0 */
  transform: scale(1.1,1); /* Standard syntax */
}


	/* forms */

	.form
	{
	max-width: 94%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color: white;
	border-radius: 15px
	
	}

	input[type=text], input[type=email], select, textarea
 {
  max-width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  width: 100%;

}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  }

  input[type=submit]:hover {
  background-color: #45a049;
}



/* category */
.category
{
display: -webkit-flex;
display: flex;
max-width: 1300px;
flex-wrap: wrap;
margin: auto;
margin-left: auto;
margin-right: auto;
-webkit-justify-content: center;
justify-content: center;

}

.categoryitems{
  margin: 5px auto;
  width: 45%;
}

@media screen and (min-width: 1280px){
  .categoryitems{ 
  width: 30%;

  }
}

.categoryitems img
{
width: 100%;
height: 250px;
border-radius: 13px;
margin: 3px;
transition: opacity: 1;
border: 0cm;
}

.categoryitems img:hover
{
border: solid #ff0000 4px;
}

.categorytexts
{
position: relative;
display: block;
color: black;
background-color: white;
font-size: 20px;
text-align: center;
width: 100%;
margin-bottom: 8px;

}



.about-box
{
	width: 100%;
  display: flex;
  flex-wrap: wrap;
margin:auto;
margin-bottom: 20px;
  justify-content: center;
  background-color: #000060;



}

.mission
{
	width:95%;
	background-color: white;
	padding: 20px;
	margin: 1%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 8px;
	
}

.mission2
{
	width:95%;
 background-image: url(../images/gallery/newdg2.jpg);
  background-size:cover;
	padding: 20px;
	margin: 1%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
}


@media screen and (min-width: 1280px){
  .mission, .mission2 { 
  width: 45%;

  }
}


.mission img
{
	display: block;
	width:30%;
	margin: auto;
	
}



.navbar {
  position: relative; /* Create a stacking context */
}

.dropdown-menu {
  position: absolute; /* Make sure it's positioned */
  z-index: 1050; /* Bring it above other content */
}

