@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
section{
	padding: 60px 0;
}
section .section-title{
	text-align:center;
	color:#0087cb;
	margin-bottom:50px;
	text-transform:uppercase;
}
#what-we-do{
	background:#ffffff;
}
#what-we-do .card{
	padding: 1rem!important;
	border: none;
	margin-bottom:1rem;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#what-we-do .card:hover{
	-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	-moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
#what-we-do .card .card-block{
	padding-left: 50px;
    position: relative;
}
#what-we-do .card .card-block a{
	color: #0087cb !important;
	font-weight:700;
	text-decoration:none;
}
#what-we-do .card .card-block a i{
	display:none;
	
}
#what-we-do .card:hover .card-block a i{
	display:inline-block;
	font-weight:700;
	
}
#what-we-do .card .card-block:before{
	font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    color: #0087cb;
    left: 0;
	-webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}

#what-we-do .card .block-4:before{
    content: "\f18c";
}
#what-we-do .card .block-5:before{
    content: "\f05e";
}

#what-we-do .card:hover .card-block:before{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);	
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}


















@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,900);
.card_service {
  display: block; 
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
    transition: box-shadow .25s; 
}
.card_service:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.img-card {
  width: 100%;
  height:200px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
    overflow: hidden;
}
.img-card img{
  width: 100%;
  height: 200px;
  object-fit:cover; 
  transition: all .25s ease;
} 
.card-content {
  padding:15px;
  text-align:left;
}
.card-title {
  margin-top:0px;
  font-weight: 700;
  font-size: 1.65em;
}
.card-title a {
  color: #000;
  text-decoration: none !important;
}



 .modal-lg {
    max-width: 80% !important;
} 


#faq-links {
  padding: 10px 20px;
  /* border: 1px solid red; */
}

#faq-links div {
  color: white;
  background-color: #199EB8;
  cursor: pointer;
  min-height: 60px;
  border-radius: 10px;
  border: 3px solid #199EB8;
  width: auto;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 10px;
  /* margin: 18px 0 */
}



.faq-group {
  padding: 0 20px 40px 20px;
  position: relative
}

.faq-group div {
  font-weight: 700;
  text-align: center;
}

  .faq-group hr {
    border: 0;
    border-top: 1px solid #606060;
    clear: both;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
  }


.faq-group:after {
  top: 33%;
  left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	/* border-top-color: #393939; */
	border-width: 15px;
  margin-left: -15px
}


.faq-accordion>li  {
  border-top: 1px solid rgba(198, 198, 198, 0.4);
  color: #666;
  padding: 1.125em 0
}


.faq-accordion li a {
  color: #666;
  padding: 1.125em;
}

.faq-accordion > li:last-child {
  border-bottom: 1px solid rgba(198, 198, 198, 0.4);
}

.faq-accordion > li > a:before {
  /* content: 'Q.'; */
  padding-right: 0.313em
}

.faq-accordion > li > a:after {
  color: #199EB8;
  content: '+';
  float: right;
  font-weight:300;
  margin-right: 1.25em;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  overflow-y: hidden;
}

.faq-accordion > li > a.expanded:after {
  color:  #199EB8;
  content: '\2212';
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}


.faq-accordion > li > a.expanded {
  font-weight: 700; 
  opacity: 1 !important;
}


.faq-content {
  background-color: #ececec;
  margin: 20px 0 -20px;
}


.faq-content p:before {
  /* content: 'A.';
  color: #ff8300; */
  float: left;
  font-weight: 700;
  margin-right: .5em
}


.faq-content p {
  margin: 0 1.2em;
  padding: 1.250em 0
}


.faq-hide {
  display: none;
}


.faq-selected {
  color: #49494b!important;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
