.contact-us-banner{
	background-image: url(../images/contactus_bg.jpg);
    width: 100%;
    height: 300px;
  
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
        -webkit-animation: slidein 80s;
        animation: slidein 80s;

        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;

        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;

        -webkit-animation-direction: alternate;
        animation-direction: alternate;              
}
.career-banner{
	background-image: url(../images/career_banner.jpg);
    width: 100%;
    height: 300px;
  
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
        -webkit-animation: slidein 100s;
        animation: slidein 100s;

        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;

        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;

        -webkit-animation-direction: alternate;
        animation-direction: alternate;              
}

.services-banner{
	background-image: url(../images/services-banner.jpg);
    width: 100%;
    height: 300px;
  
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
        -webkit-animation: slidein 80s;
        animation: slidein 80s;

        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;

        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;

        -webkit-animation-direction: alternate;
        animation-direction: alternate;              
}
.aboutus-banner{
	background-image: url(../images/about_banner.jpg);
    width: 100%;
    height: 300px;
  
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
        -webkit-animation: slidein 80s;
        animation: slidein 80s;

        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;

        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;

        -webkit-animation-direction: alternate;
        animation-direction: alternate;              
}






@-webkit-keyframes slidein {
from {background-position: top; background-size:2750px; }
to {background-position: -100px 0px;background-size:3000px;}
}

@keyframes slidein {
from {background-position: top;background-size:2750px; }
to {background-position: -100px 0px;background-size:3000px;}

}


.breadcrumbs {
    position: relative;
    padding-top: 80px;
    z-index: 2;
}
.breadcrumbs .breadcrumbs-content {
    position: relative;
    text-align: center;
}
.breadcrumbs .breadcrumbs-content .page-title {
    font-size: 26px;
    color: #060b23;
    font-weight: 700;
    position: relative;
    line-height: 28px;
    text-transform: capitalize;
}
.breadcrumbs .breadcrumbs-content .breadcrumb-nav {
    background: transparent;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
    display: inline-block;
    margin-top: 10px;
}
.breadcrumbs .breadcrumb-nav li, .breadcrumbs .breadcrumb-nav li a {
    color: #060b23;
    font-size: 14px;
    font-weight: 500;
}
.breadcrumbs .breadcrumb-nav li a {
    position: relative;
}
.breadcrumbs .breadcrumb-nav li, .breadcrumbs .breadcrumb-nav li a {
    color: #060b23;
    font-size: 14px;
    font-weight: 500;
}
ul, ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    }
    .breadcrumbs .breadcrumb-nav li {
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    color: #060b23;
}
.boxes img{
z-index: 2;
}
.abot-box{
    height: 400px;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    z-index: 3;
}
.abot-box:hover p{
     position: relative;
margin-top: 30px;
transition: 1.5s;
}
.abot-box p{
     position: relative;
margin-top: 0px;
transition: 1.5s;
}
.abot-box:hover img{
      position: relative;
margin-top: -80px;
transition: 1.5s;
}
.abot-box img{
    position: relative;
margin-top: -50px;
transition: 1.5s;
}