
#service-banner{
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
height: 400px;
}
@media only screen and (max-width: 767px) {
  #service-banner {
     padding: 10px 0;
     background-attachment: scroll;
     height: 250px;
     background-size: cover;
  }
}
.card {
width: 300px;
height: 200px;
perspective: 1000px;
border-radius: 10px;
}
.lead{
text-align: justify;
/* word-spacing:3.5px; */
font-size: 15.8px;
color: white;
}
.card-body{

    height: 300px;
}
#card-title{

    color: #032d60;
    font-size: 19px;
}
.display-4{

    font-size: 1.5rem;
}
@media only screen and (max-width: 480px) {
#imgcareer{
display: none;
}
#id1{
margin-bottom: 10px;
}
#id2{
margin-bottom: 10px;
}
#id3{
margin-bottom: 10px;
}
}
.intl-tel-input.separate-dial-code .selected-dial-code {
display: table-cell;
vertical-align: middle;
padding-left: 8px;
}

#txtcolor{
color:#032d60;
font-weight: 600;
font-size: 20px;
}
#textalign {
  text-align: justify;
  word-spacing: 0;
  text-align-last: left;
  word-break: break-word;
  hyphens: none;
}
#cardpara{
   background-color:#fff;border-radius:5px;font-size:22px;padding:10px
}
#headtext{
   text-align: center;color:#032d60;
}
#definition{
    text-align: center;color:#032d60;
    font-size: 27px;
}
#height{
   height: 120px;
}
#headtext1{
font-size: 38px;
}
.card:hover {
    transform: translateY(-10px);
    transition: all 0.3s ease;
  }
  .dg-service-section{

    padding-top: 30px;
  }
  #textalign{

    text-align: justify;
  }

