.btn-theme {font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 35px;
    margin-top: 30px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
    background: #f87828;
    border: none;
    outline: none;
}
.HomeIco { margin: 0; padding: 0; }
.HomeIco li { padding-left: 30px; list-style:none;  position:relative; margin-top: 20px;}
.HomeIco li:nth-child(4) { margin-bottom:20px;}
.HomeIco li i { position: absolute; left: 0; top: 0; color:#1977cc;}

.services .icon-box:hover h5 { color: #fff; }

#herot {
    width: 100%; text-align: center;
    background: url(../img/home4.jpg) top center;
    background-size: cover; padding-top: 180px; font-weight: bold; color:#fff;
   
}

.icon-boxT {
    text-align: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    width: 100%;
  }
.icon-boxT i {
    font-size: 40px;
    color: #1977cc;
    margin-bottom: 30px;
  }
.icon-boxT h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 30px 0;
  }
.icon-boxesT .icon-box p {
    font-size: 15px;
    color: #848484;
  }
.mainHeading {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #2c4964;
}
.mainHeading::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
.mainHeading::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #1977cc;
    bottom: 0;
    left: calc(50% - 20px);
}



.about-sat .card-body i {
  font-size: 15px;
  color: #1977cc;
  float: left;
  width: 25px;
  height: 25px;
  background: #d6e9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.about-sat .card-text{
  line-height: 40px;
}

.about-sat .card-text p{
  border-bottom: 1px solid rgb(223, 219, 219);;
}

.about-sat .card-text  i {
  font-size: 20px;
  color: #1977cc;
  float: left;
  width: 30px;
  height: 30px;
  background: #d6e9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-left: 5%;
  margin-top: 5px;
}

.collapse-part .collapse .card{
 line-height: 60px;

}

.collapse-part .collapse .card a{
  border-bottom: 1px solid rgb(223, 219, 219);
 
 }

.collapse-part .collapse .card  i {
  font-size: 25px;
  color: #1977cc;
  float: left;
  width: 30px;
  height: 30px;
  background: #d6e9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}

.about-sat .row .col-md-6 i{
  margin-top: 8px;
}

.services-explore .card-body .row .col i{
  font-size: 15px;
  color: #1977cc;
  float: left;
  width: 20px;
  height: 20px;
  background: #d6e9fa;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out; 
}

.services-explore .row .col i{
  font-size: 15px;
  color: #1977cc;
  float: left;
  width: 20px;
  height: 20px;
  background: #d6e9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out; 
}


.services-explore .row .col .card p{
 font-size: smaller; 
}


.services .row .col i{
  font-size: 15px;
  color: #1977cc;
  float: left;
  width: 20px;
  height: 20px;
  background: #d6e9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out; 
}

.services .row .col .card p{
  font-size: 0.85vw; 
  
 }

  



