*{ padding: 0px;
    margin: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
}
:root{
    font-family: 'Roboto',sans-serif;
}
hr {
    margin-top: 0rem;
    margin-bottom:0rem;
    color: gray;
    
}
.heading{
    font-family: cursive;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 35px 0px;
}
.footer-text{
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.p1{
    font-size: 15px;
    color: #3188b3;
    padding-left: 0.5rem;
    margin: 0;
    
}
@media (max-width: 767px){
    .p1{display: none;}
}
.logo{
    height:35px;
     width:35px;
}
.brand-name{
    font-size: 25px;
    color: #003188;
    margin: 0;
}
.mbr-bold{
    font-weight: 700;
}
.fab{
    margin: 0px 10px;
}
.social_icon{
    margin: 10px;
    color:#003188 ;
    font-size: 1.5rem;
}
img{
    width: 452px;
    height: 452px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 576px){
    img{width: 300px;}
}
@media (max-width: 767px){
    .social_icon{display: none;}
}
.social_icon_footer{
    margin: 10px;
    color:#003188 ;
    font-size: 1.5rem;
}
@media (max-width: 767px){
    .social_icon_footer{
        margin-left: 50px;
        margin-bottom: 20px;
        text-align: center;
        font-size: 1.5rem;}
}
.section-fluid{
   background-color: #f2f7ff;
   margin: 0px 0px;
   
}
.section{
    margin: 20px 0px;
    
}


.status{ background: #f2f7ff;
margin: 20px 0px;
padding: 30px; }
.counter{ text-align: center; }
.counter .counter-icon{
    display: inline-block;
    width: 150px;
    height: 150px;
    line-height: 150px;
    border-radius: 50%;
    border: 3px solid #003188;
    font-size: 40px;
    color: #003188;
    margin-bottom: 20px;
    position: relative;
}
.counter .counter-icon:before{
    content: "";
    border: 2px solid #003188;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
}

.counter .counter-value{
    display: block;
    font-size: 55px;
    color: #003188;
    margin-bottom: 5px;
}
.counter .title{
    font-size: 20px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
}
.counter.yellow .counter-icon,
.counter.yellow .counter-icon:before,
.counter.yellow .counter-value{
    color: #edd859;
    border-color: #edd859;
}
.counter.red .counter-icon,
.counter.red .counter-icon:before,
.counter.red .counter-value{
    color: #ff0000;
    border-color: #ff0000;
}
.counter.black .counter-icon,
.counter.black .counter-icon:before,
.counter.black .counter-value{
    color: #000000;
    border-color: #000000;
}
.counter.green .counter-icon,
.counter.green .counter-icon:before,
.counter.green .counter-value{
    color: #3ed35a;
    border-color: #3ed35a;
}
@media only screen and (max-width: 990px){
    .counter{ margin-bottom: 40px; }
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
  }

 
  .jumbotron {
   background-image: url(img/photo-1583324113626-70df0f4deaab.jpg);
   color: rgb(255, 255, 255);
   background-size: cover;
 }

 @media only screen and (max-width: 576px){
    .jumbotron {
      width: 100%;
      height: auto;
      font-size: 20px;
    }
  }
  .submit-btn{
      border-radius: 0px 8px 8px 0;
      margin: 0px;
  }
  .email-holder{
    border-radius: 08px 0px 0px 8px;
    margin: 0px;
  }
  @media only screen and (max-width: 576px){
    .email-holder,.submit-btn {
        border-radius: 8px 8px 8px 8px;
      width: 100%;
      height: auto;
      font-size: 20px;
    }
  }
  .borderless{
      border: none;
  }


  .our-team{
    text-align: center;
    transition: all 0.5s ease 0s;
}
.our-team:hover{
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.our-team .pic{
    overflow: hidden;
    position: relative;
}
.our-team .pic:before,
.our-team .pic:after{
    content: "";
    width: 200%;
    height: 80%;
    background: rgba(38,37,37,0.8);
    position: absolute;
    top: -100%;
    left: -4%;
    transform: rotate(45deg);
    transition: all 0.5s ease 0s;
}
.our-team .pic:after{
    background: rgba(8,75,77,0.8);
    top: auto;
    left: auto;
    bottom: -100%;
    right: -4%;
}
.our-team:hover .pic:before{ top: 0; }
.our-team:hover .pic:after{ bottom: 0; }
.our-team .pic img{
    width: 100%;
    height: auto;
}
.our-team .social{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 45%;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.5s ease 0.3s;
}
.our-team:hover .social{ opacity: 1; }
.our-team .social li{ display: inline-block; }
.our-team .social li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.our-team .social li a:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #db162f;
    border-radius: 0 20px 20px 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.our-team .social li a:hover:after{ transform: rotate(180deg); }
.our-team .team-content{ padding: 20px; }
.our-team .title{
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #047168;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.our-team .post{
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #707070;
    text-transform: capitalize;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}