@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

*{
  margin: 0;
  padding: 0;
}
html
{
	scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  height: 100px;
}
.header {
  padding: 10px;
  text-align: right;
  color: black;
  font-size: 14px;
  font-family: times new roman;
  font-weight: bold;
}
.logo img{
  width: 15%; 
  float: left;
 font-size: 27px;
  font-weight: bold;
}

.menu-bar
{
   overflow: hidden;
  padding-right: 30px 20px;
  display:inline-block;
}
.menu-bar ul
{
  list-style: none;
  color: white;
  font-size: 18px;
  overflow: hidden;
}

.menu-bar ul li{
  text-decoration: none;
  text-align:center;
  padding-left:60px;
  float: left;
  font-size: 16px; 
  line-height:30px;
  border-radius: 4px;
  display: block;
   width:200px;
   margin-right:70px;
   font-weight: bold;

}
.menu-bar ul li a{
  text-decoration: none;
  color:whitesmoke;
  font-weight: bold;
 
}
.menu-bar ul li a:hover
{
  color:maroon;
  border-radius: 0px;
  padding: 10px;
}
.nav-left 
{
  float:right;
}
@media screen and (max-width: 500px) {
  .menu-bar ul li {
    float: none;
    display:block;
    text-align:left;
  }
  
  .nav-left {
    float:none;
  }
}

/*-----Services---*/


*, *:before, *:after {
  box-sizing: inherit;
}
*{
box-sizing: border-box;
}

.sector-box
{
  text-align: center;
}
.column7{
  float:left;
  width:30%;
  padding: 10px;
}

@media screen and (max-width: 550px) {
  .column7{
    width: 100%;
    }
}
.column8{
  float:left;
  width:30%;
  padding: 75px;
  height:700px;
}
@media screen and (max-width: 560px) {
  .column8{
    width: 100%;
    }
}
.mySlides
{
  display: none;
}


.row5:after  {
  content: "";
  clear: both;
  display: table;
}


.row6:after  {
  content: "";
  clear: both;
  display: table;
}

	.row7:after  {
  content: "";
  clear: both;
  display: table;
}
.bgimg-3 {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-3 {
  background-image: url("image6.jpg");
  min-height: 80%;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .bgimg-3 {
    background-attachment: scroll;
  }
}
 .bgimg-4{
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-4 {
  background-image: url("image1.jpg");
  min-height: 80%;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .bgimg-4{
    background-attachment: scroll;
  }
}
.bgimg-5{
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-5 {
  background-image: url("image2.jpg");
  min-height: 60%;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .bgimg-5{
    background-attachment: scroll;
  }
}
.bgimg-6{
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-6 {
  background-image: url("image2.jpg");
  min-height: 60%;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .bgimg-6{
    background-attachment: scroll;
  }
}
.bgimg-7{
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-7 {
  background-image: url("image14.jpg");
  min-height: 60%;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .bgimg-7{
    background-attachment: scroll;
  }
}
.bgimg-8{
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-8{
  background-image: url("image3.jpg");
  min-height: 60%;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .bgimg-8{
    background-attachment: scroll;
  }
}



/*---------Groups------*/
.text-block1 h4
{
  font-size: 32px;
  text-shadow: 5px 5px 10px black;
  font-weight: bold;
  color:ghostwhite;
  text-align: left;
}
.text-block1 {
  position: absolute;
  bottom:30px;
  top:30px;
  color:lightgoldenrodyellow;
  text-align: left;
}
.text-block1 p{
  font-size: 22px;
}
.container45 {
  position: relative;
  color: black;
  font-family: arial;
  text-shadow: 1px 1px black;
  font-size: 22px;
  font-weight: bold;
}



/*-----our achievements----*/
* {
  box-sizing: border-box;
}
#section
{
  color: #efefef !important;
  padding-top: 20px;
  padding-bottom: 30px;
  margin-top: 20px;
}

/* Float four columns side by side */
.column9 {
  float: left;
  width: 16%;
  padding:0 5px;
}
.row0{
  margin:0 -5px;
}

#section .row0
{
   display: block;
  margin-left: auto;
  margin-right: auto;
  width: 15%;
}
/* Clear floats after the columns */
.row0:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column9 {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #444;
  color: white;
}
.card:hover {
            transform: scale(1.1);
            background-color: black;
            transition-duration: 2s;
            color: white;
        }

.fa {font-size:70px;}
img{
  width: 90px;
}



/*---------Contact Us------*/

/* Create two equal columns that floats next to each other */
.container22 {
  float:left;
  width: 50%;
  margin-top:6px;
  padding: 20px;
  font-size: 20px;
  color:orangered;
}
.container22 .fa span a{
  font-size: 20px;
}
.container22 .fa span a:hover{
  color:rosybrown;
}
/* Clear floats after the columns */
.row12:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 600px) {
  .container22, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

input[type=text], select, textarea {
	width:100%;
	padding: 12px ;
 font-size: 15px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}


input[type=submit] {
  background-color:blue;
  color: ghostwhite;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}


.img1
{
  float:left;
  width: 33.33%;
  padding: 5px;
}
.icon::after
{
  content:"";
  clear:both;
  display: table;
}




.visit
{
float:left;
  background-color:goldenrod;
  color:lavenderblush;
  width:25%;
  height:250px;
  font-size: 20px;
  padding: 10px;
}
.visit address
{
  display: block;
  font-style: italic;
  font-size:18px;
}
.visit ul li:hover {
  display: block;
  margin-left: 10px;
}
.visit h1
{
  color:lightgoldenrodyellow;
  font-size: 20px;
  font-weight: bold;
}
 .visit ul li a{
  font-size: 16px;
  font-weight: bold;
  word-spacing: normal;
  line-height: 10px;
  list-style-type: none;
  margin-bottom: auto;

}
.visit address span a{
  font-size: 18px;
}
 
.contact:after
{
  content:"";
  clear:both;
  display:table;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .visit {
    width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .visit  {
    width: 100%;
  }
}
 /*------Outsourcing------*/
  

 .out {
  font-size: 18px;
  text-align:center;
  color:whitesmoke;

 
}

.menu1 a:link, .menu1 a:visited {
  background-color: white;
  color: skyblue;
  border: 2px solid blue;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;

}

.menu1 a:hover, .menu1 a:active {
  background-color:blue;
  color:white;
}
.container12
{
  float: left;
  width: 43%;
  /* Should be removed. Only for demonstration */
 
}
.container12 li::before {
  content: "\2022";
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
ul.myul{
  display:inline-grid;
  text-align:left;
  color:floralwhite;
  font-size: 16px;
  font-weight: bold;
  list-style-type: none;
  justify-content: center;
}
.container12 ul li {
   font-family: 'GothamPro';
    font-size: 20px;
    line-height: 20px;
    color:darkgoldenrod;
    list-style: none;
    padding-bottom: 10px;
}

.container13
{
  float: left;
  width: 50%;
  padding-right: 20px;
  height: 600px; /* Should be removed. Only for demonstration */
 
}
.container13 img{
  width:300px;
}
.container13 li::before {
  content: "\2022";
  color:red;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
 .container13 ul.myul{
   display: inline-block;
  text-align: left;
  font-size: 20px;
}
.container13 ul {
  list-style: none;
}


.container14
{
  float: left;
  width: 50%;
  padding-right: 25px;
  height: 700px; /* Should be removed. Only for demonstration */
 
}
.container14 img{
  width:400px;
}
.container14 li::before {
  content: "\2022";
  color:red;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
 .container14 ul.myul{
   display: inline-block;
  text-align: left;
  font-size: 20px;
}
.container14 ul {
  list-style: none;
}




.container15
{
  float: left;
  width: 50%;
  padding:20px;
  height: 700px; /* Should be removed. Only for demonstration */
 
}
.container15 img{
  width:300px;
}
.container15 li::before {
  content: "\2022";
  color:red;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
 .container15 ul.myul{
   display: inline-block;
  text-align: left;
  font-size: 20px;
}
.container15 ul {
  list-style: none;
}




.container16
{
  float: left;
  width: 50%;
  padding:20px;
  height: 700px; /* Should be removed. Only for demonstration */
 
}
.container16 img{
  width:300px;
}
.container16 li::before {
  content: "\2022";
  color:red;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
 .container16 ul.myul{
   display: inline-block;
  text-align: left;
  font-size: 20px;
}
.container16 ul {
  list-style: none;
}
/*------Footer------*/
footer
{
	background:black;
	color: #fff;
	padding: 8px;
  text-align:left;

}

.footer-row{
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer-left,
{
	flex-basis: 45%;
	padding: 10px;
	margin-bottom: 20px;
}
.footer-right
{
	text-align:left;
}
.footer-row h1
{
	margin: 10px 0;
	color: sienna;
	font-size: 12px;
	font-style:oblique;
}
.footer-row p{
	line-height: 35px;
	font-size: 10px;
	color: black;
}
.footer-right p{
	color: darkkhaki;
	font-size: 15px;
}
.footer-right.fa,.footer-left.fa{
	font-size: 20px;
	color: #009688;
	margin: 10px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}