.logo{
  width:70%;
}
.head{
	width:20%;
	margin-left: 250px;
}
nav#nav-wrap.opaque {
    background: #a5a5a5 !important;
}
ul#nav li.current a {
    color: #006bf0;
}
div.banner{
	width: 100%;
    height: 1000px;
    background-color: rgba(0, 35, 82, 0.7);
    position: absolute;
    top: 0;
    left: 0;
}
nav#nav-wrap {
    background: #ffffff59 !important;
}
.sec1{
    width:50%;
}
.sec2{
    width:50%;
}
.row {
    width: 96%;
    max-width: 1300px;
    margin: 0 auto;
}
.aboutban{
    height:500px;
}
#about h2 {
    color: #005aff !important;
    margin-left: 20px;
}
.resume h2 {
    color: #005aff !important;
    margin-left: 20px;
    text-align: center;
}
.service-pic{
    height:350px;
    width:100%;
    object-fit: cover;
}
.header-col{
    margin-bottom: 90px;
}
.gab{
    margin-bottom: 60px;
}
.gmap{
    width:100%;
    height: 400px;
}
.whatsapp{
    position: fixed;  
    left: 20px; 
    bottom: 30px;
    z-index:100;
}
.whatani{
    width:100%;
    height:60px;
    border-radius: 10px;
}
ul#nav {
    margin-top: -50px;
    float: right;
    width: 80%;
}
 nav#nav-wrap {
    height: 90px;
    
    }

   .but-login{
   background: #3891ed !important;
   font: 16px / 30px 'opensans-bold', sans-serif;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 0;
    color: #fff;
    padding: 12px 20px;
    margin-bottom: 18px;
    border: none;
    cursor: pointer;
    height: auto;
   }
  
    body {
    color: #000000;
   }
   .address{
       color: white;
   }
   .social {
    margin: 24px 0;
    padding: 0;
    font-size: 30px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, .8);
    }
    .social li{
        float:left;
        padding-right: 26px;
        width:10%;
    }
    .headslide .item {
  height: 100vh;
  position: relative;
}
.headslide .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container{
 width: 100%;
 text-align: center;
}
.headslide .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
.headslide .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
.headslide .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.headslide .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
.headslide .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
  animation-name: text;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
@keyframes text {
  0% {
    color: black;
    margin-bottom: 20px;
  }
  30% {
    letter-spacing: 25px;
    margin-bottom: 20px;
  }
  85% {
    letter-spacing: 8px;
    margin-bottom: 20px;
  }
  100% {
    margin-bottom: 20px;
  }
}
.headslide .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
  opacity:0;  /* make things invisible upon start */
  animation:fadeIn ease-in 1;
  animation-fill-mode:forwards;
  animation-duration:4s;
 /* animation-delay: 1.4s;*/
  animation-iteration-count: infinite;
}
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
.headslide .owl-item.active h1 {
 
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.headslide .owl-item.active h2 {
  
  animation-duration: 1s;
  
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.headslide .owl-item.active h4 {
  
  animation-duration: 1s;
  
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.headslide .owl-item.active .line {
  
  animation-duration: 1s;
 
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.headslide .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.headslide .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.headslide .owl-nav .owl-prev:focus {
  outline: 0;
}
.headslide .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.headslide .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.headslide .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.headslide .owl-nav .owl-next:focus {
  outline: 0;
}
.headslide .owl-nav .owl-next:hover {
  background: #000 !important;
}
.headslide:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.headslide:hover .owl-next {
  right: 0px;
  opacity: 1;
}
h3{
    color:white;
}
.social-icons {
    background-color: #3891ed;
    padding: 6px;
    border-radius: 100%;
}
.button, .button:visited, button, input[type="submit"], input[type="reset"], input[type="button"] {
    font: 16px / 30px 'opensans-bold', sans-serif;
    background: #3891ed !important;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 0;
    color: #fff;
    padding: 12px 20px;
    margin-bottom: 18px;
    border: none;
    cursor: pointer;
    height: auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
#go-top a:hover {
    background-color: #3891ed;
}
@media only screen and (max-width: 600px) {
    .head{
	width:60%;
	margin-left:-20px;
    }
    nav#nav-wrap {
    
    padding-top: 10px;
    }
    .pad-con{
        padding: 2rem !important;
    }
    .d-flex {
    display: block !important;
    }
    .address{
        color: white;
    }
}
