  
body{
  font-family: 'Poppins', sans-serif;
}

.secondaty__title{
color: #000000  !important;
font-size: 17px !important;
padding-right:100px  !important; 
}
  #carousel {
        max-width:94%;
        margin-top: 60px !important;
        height:330px; 
        position:relative;
        clear:both;
        overflow:hidden;
        background:#FFF;
        border: none ;
      }
      #carousel img {
        visibility:hidden; /* hide images until carousel can handle them */
        cursor:pointer;
        border-radius: 40px !important /* otherwise it's not as obvious items can be clicked */
      }

.go__to{
  background: #2360a8; font-size:12px; padding-left: 20px; padding-right: 20px
}





.primary__title{
  color: #18212e; font-weight: bold;
}

.secondaty__title{
color: #000000;
}

.business__block__primary{
  background: url('img/bg.png'); 
 background-size: cover; 
}
.business__block__primary__img{
 
  width: 100vw;
  position: relative;
  height: 310px !important;
}
.business__block__secondary{

 background: url('img/bg.png'); 
 opacity: 1;
 background-size: cover !important;
 margin-top: 50px;
 padding-bottom: 50px;

} 

.centered {
      position: absolute;
 
    top: 17% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
     width: 40%; 
    font-size: 22px;

}

.business__title{
 /*  padding-top: 15px; */
}

.group__type{
  padding-top: 15px; 
  background: #fff;
  padding-left: 15px;
  border-radius: 5px;
 

}

.group__type:hover{border-bottom: 2px solid #2360a8;
  
   /*  box-shadow: 1px 1px #2360a8; */}


hr{border: none;
   height: 1px;
   color: #fff; /* old IE */
   background-color: #fff;
   width: 12%;
   margin-top: 15px;
   margin-bottom: 10px !important;
    }



.img_container, .img_container2 {
  /*   text-align: center !important; */
    /* height:80px; */
   
    /* margin-right: 7px; */
    background: #ffffff;
    border-radius: 7px;

}

.img_container:hover{
/*  border: 2px solid #2360a8;  */
/*  box-shadow: 5px 5px 5px #999;  */
}

.img_container > img {
    /*  position:relative; */
    /*  top: 32%; */
    margin: 0 auto !important; /* 50% - 3/4 of icon height */
}

.img_container3{
  margin-right: 0px;
}
.table__cell__width__first{
 padding-right: 10px !important;;
}

.table__cell__width__second{
 padding-right: 0px !important;
 padding-left: 0px !important;;
}
.table__cell__width__third{
 padding-right: 0px !important;;
 padding-left: 10px !important;;
}


.business__section{margin-top: -50px}
  @media only screen and (max-width: 768px){

    .go__to{
     margin-top: 20px; margin-bottom: 30px;
}

  .round{
    margin-top: -200px;}
  .centered {
    position: absolute;
    top: 8% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff !important;
    width: 90%;
    font-size: 17px !important;
    line-height: 1.7 !important;
} 
.business__block__primary__img{
  height: 260px !important;
}

.table__cell__width__first{
 padding-right: 15px !important;
}

.table__cell__width__second{
 margin-top:  10px;
  margin-bottom:  10px;
 padding-right: 15px !important;
 padding-left: 15px !important;
}
.table__cell__width__third{
 padding-right: 15px !important;
 padding-left: 15px !important;
}

.group__type> img{
  margin: 0 auto;
}

.group__type> h6{
  text-align: center;
}

.business__section{margin-top: 10px}
}

@media only screen and (min-width: 1680px){
  .business__block__primary__img{
   height: 370px !important;
  }

  }