@import url("https://fonts.googleapis.com/css?family=Open+Sans");
* {
  box-sizing: border-box;
}

body {
/* background-color: #00a98f; */
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}






.emailcallstrip{
  width: 100%;
  background-color: #323875; 
  color: white; 
  padding: 0.2em;
  text-align: right;
}

.emailcallstrip a{
  color: white;
  text-decoration: none;
  padding: 0.5em;
}

.sidelink{
  position: fixed;

  left: -.1em;
  /* display: none; */
  transform-origin: bottom left;
    z-index: 99999;
}
.sidelink1{
top: 25%;
transform:  rotate(90deg);

}
.sidelink2{
  top: 50%;
  transform:  rotate(90deg);

}
.sidelink a{
  font-size: 1.2em;
  background-color: #323875;
  color: #ffffff;
  padding: .3em 1em;
float: left;
border-radius: .2em;
border-top-left-radius: 1em;
border-top-right-radius: 1em;
border: 1px solid grey;
  z-index: 99999;
}
.sidelink a:hover{
  text-decoration: none;
  background-color: #ffffff;
  color: #323875;
}
.pageheading{
  text-align: center;
  margin-top: 9em;
  color: #323875;

  text-transform: uppercase;
}
.pageheading *{
  font-size: 1.5em ;
  font-weight: bold;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    background-color: #fbf9f7;
 }
nav{
  width: 100%;
}

nav .logo img{
  width: 15em;
}
@media (max-width:769px){
  nav .logo img{
    width: 10em;
  }
}
.ads{
  width: 100%;
  margin-bottom: 1em;
}


.candidateform{
  border-top: 1px solid #000;
}
.navbar-light .navbar-nav .nav-link {
  text-decoration: none;
  color: #323875;
  font-weight: bolder;
  text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #323875;
  text-decoration: none;
}
.dropdown-item{
  color: #323875;
  font-weight: bolder;
}
.dropdown-item:hover{
    color: #323875;
  opacity: .7
}
nav .nav-toggle{
  margin-top: .5em;
}
.dropdown-toggle::after{
  border: 0;
}
/* .mymenu a {
  transition: color 0.35s ease;
  font-size: .9em;
  text-transform: uppercase;
}
.mymenu a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  transition: width 0s ease, background 0.35s ease;
}
.mymenu a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1.5em;
  width: 0;
  background: #000;
  transition: width 0.35s ease;
}
.mymenu a:hover:before {
  width: 100%;
  background: #000;
  transition: width 0.35s ease;
} */
.menu-left a:hover:after {
  /* width: 100%;
  background: transparent;
  transition: all 0s ease; */
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding:0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 3;
  will-change: transform;
  transition: background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), background 0.3s;
  transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
  transform: translateY(0);
  -webkit-transform: translateY(0);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 3px 3px rgba(0, 0, 0, 0.08);

}
/* header nav .logo {
  float: left;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  font-weight: 500;
  color: black;
} */
/* header nav .logo:after {
  content: "";
  display: table;
  clear: both;
} */
/* header nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
header nav ul li {
  float: none;
  margin-left: 0;
}
@media (min-width: 767px) {
  header nav ul li {
    float: left;
    margin-left: 1.5em;
  }
}
header nav ul li a {
  display: block;
}
@media (min-width: 576px) {
  header nav ul li a {
    display: block;
    padding: 0.425rem 0rem;
  }
} */

@media (max-width: 767px) {
  ul {
    clear: both;
  }
  ul li {
    /* padding: 0.5em 0; */
  }
}
.hide-nav {
  transform: translateY(-120% !important);
  -webkit-transform: translateY(-120%) !important;
}

ul.mymenu{
  /* display: block; */
  /* max-height: 0; */
  /* overflow: auto; */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 9999;
}
@media (min-width: 767px) {
  ul.menu-left {

    text-align: right;
    max-height: none;
  }
}
/* ul.mymenu:before {
  content: "";
  display: table;
  clear: both;
} */
/* ul.menu-left.collapsethis {
  max-height: 15em !important;
}


.nav-toggle {
  display: block;
  border-radius: 5px;
  background-color: transparent;
  float: right;
  height: 38px;
  width: 38px;
  cursor: pointer;
  padding: 8px 8px;
}
.nav-toggle.open span:first-child {
  transform: rotate(45deg) translate(4.4px, 4.4px);
}
.nav-toggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.nav-toggle.open span:last-child {
  transform: rotate(-45deg) translate(4.4px, -4.4px);
}
@media (min-width: 767px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle span {
  position: relative;
  display: block;
  height: 2px;
  width: 100%;
  margin-top: 4px;
  background-color: #000;
  transition: all 0.25s;
}
.submenu li a{
  position: relative;

}
.submenu .dropdownmenu{
  display: none;
  position: absolute;
  top: 60%;
  left: 5%;
  background-color: #f9f7f4;
  z-index: 999;
    padding: .5em 1em;
    border-radius: .2em;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 3px 3px rgba(0, 0, 0, 0.08);

}
.submenu .dropdownmenu a{
 all: unset;
 display: block;
 text-align: left;
 padding: .2em;
}
 */

.pageheadinghome{
    text-align: center;
    margin-top: 7em;
    color: #323875;
    text-transform: uppercase;
}

.homecarousel{
  width: 85%;
  margin: 0 auto;
}


#homeslider.carousel, #homeslider .carousel-item{
  height: 60vh;
}

#homeslider .carousel-caption{
  font-size: 1.5em;
  /* width: 100%; */
  background-color: #00000080;
  color: #ffffff;
  z-index: 1;
}
#homeslider .carousel-item:nth-child(1){
  background: url("../imgs/sliders/slider7.jpg") center no-repeat;
  background-size: cover;
}
#homeslider .carousel-item:nth-child(2){
  background: url("../imgs/sliders/slider3.jpg") center no-repeat;
  background-size: cover;
}
#homeslider .carousel-item:nth-child(3){
  background: url("../imgs/sliders/slider11.jpg") center no-repeat;
  background-size: cover;
}
#homeslider .carousel-item:nth-child(4){
  background: url("../imgs/sliders/slider12.jpg") center no-repeat;
  background-size: cover;
}

@media (max-width: 767px){
  header{
    padding: .5em 0;
  }
  .homecarousel{
    width: 100%;
    margin: 0 auto;
  }
  #homeslider.carousel, #homeslider .carousel-item{
    height: 50vh;
  }
  #homeslider .carousel-caption{
    font-size: 1.3em;
  }
  #homeslider .carousel-caption p{
    margin-bottom: 0;
  }
}


.about{
  padding: 2em 15em 0 15em;
}

.about h3{
  color: #323875;
  font-weight: bold;
  line-height: 2em;
}

#deployed, #deployed img{
  height: 50vh;
}
#deployed img{
 padding: .5em;
}
#deployed{
  /* padding: .5em; */
  margin: 1em;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
#deployed .carousel-indicators li{
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.homeservices .card{
  padding: 0;

}
.homeservices .card img{
  position: relative;
}
.services .percol{
  padding: 0 .5em;
}
.homeservices .card h4{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
width: 100%;
height: 100%;
background-color: #3238752e;
color: #ffffff;
font-weight: bold;
text-align: center;
}
footer{
  background-color: #323875;
  color: #ffffff;
  padding: 1em 4em;
}
footer ul{
  padding: .5em;
  padding-bottom: 0;
}
footer ul li{
  padding: .2em 0;
  list-style: none;
}

footer p a{
  color: #ffffff;
  font-size: 1em;

}
footer a{
  color: #ffffff;
  font-size: 1.2em;
}
footer a:hover{
  color: #e1e1e1e1;
  text-decoration: none;
}
footer hr{
  border-color: #e1e1e1;
}
footer .sml ul{
  padding-left: 0;
}
footer .sml li{
  display: inline;
  font-size: 1.8em;
  padding: .5em .3em;
}
.deployedhome{
  padding: 1em 15em;
}
.deployedhome h3{
  font-size: 1.75rem;
  color: #323875;
  font-weight: bold;
  line-height: 2em;
}
.chairman{
  padding-bottom: 0.1em;
}
.chairman img{
  width: 100%;
margin: 0 auto;
height: auto;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.chairman .center{
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.carousel-caption p{
  font-size: 1em;
  text-align: center;
}
p{
  font-size: 1.1em;
  text-align: justify;
}
.clientslider{
  width: 70%;
  height: 8em;
  margin: 1em auto;
}
.clientslider .carousel{
  height: 8em;
}
.clientslider img{
width: 100%;
  /* width: 20em; */
  height: 6em;
  /* padding: 1em; */
}
.clientslider .carousel-control-prev-icon{
  /* background-color: grey; */
  border-radius: 50%;
  padding: .5em;
}
.clientslider .carousel-control-next-icon{
  /* background-color: grey; */
  border-radius: 50%;
  padding: .5em;
}
@media (max-width: 769px){
  .about{
    padding: 2em 3em;
  }
  #deployed, #deployed img{
    height: 30vh;
  }
  .deployedhome{
    padding: 1em;
  }
  .clientslider{
    width: 90%;
    height: 5em;
  }
  .clientslider .carousel{
    height: 5em;
  }
  .clientslider img{
    height: 5em;
  }
  .clientslider .row{
    margin: 0;
    }
  .clientslider .col-4{
    padding: .2em;
  }
}
@media (max-width: 500px){
.sidelink1{
top: 30%;


}

  footer{
    padding: 1em;
  }
  .about{
    padding: 1em 2em 0 3em;
  }
  .chairman img{
  margin: 1em auto;
}
  #deployed .carousel-indicators li{
    width: 10px;
    height: 10px;
  }
  body{
    font-size:12px;
  }
  .dropdown-item{
    font-size: .8em;
  }
  .about h3{
    font-size: 1.8em;
    line-height: 1.5em;
  }

  .deployedhome h3{
  font-size: 1.8em;
  line-height: inherit;
  }
  #deployed{
    margin: .5em;
  }
  .sidelink a{
    font-size: 1.1em;
  }
  .pageheading{
    margin-top: 10em;
  }
  p{
    font-size: 1.2em;
  }
}
