

a.logo{
	color:#ffffff;
	font-size: 26px;
    font-weight: 500;
    font-style: italic;
}
img.mfp-img{
	
	/*min-width:200% !important;*/
}
th{
	
	background-color:#ddd;
}
h5{
	line-height:40px !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
	
	border: 1px solid #d4af37 !important;
    background: #d4af37 !important;
    color: #000000 !important;
}
.center-align{
	text-align:center;
}
.section-top-border .row{
	margin-bottom:30px;
}
.section-top-border{
	text-align: justify;
}
.hubs-area .single-service .lnr {
    color: #222;
    font-size: 20px;
    font-weight: 900;
	margin-right:10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.hubs-area .single-service h4{
	margin-bottom:20px;
}

/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #efefef;
  width: 30%;
  /*height: 300px;*/
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #cccccc;

}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 15px ;
  border: 1px solid #ccc;

  background-color:#efefef;
  width: 70%;
  
  min-height: 400px;
}




/******************************* FAQ ACCORDIAN START HERE ******************************************/ 

.main-title {
  margin-bottom: 0.5rem;
  text-align: center;
  /*font-family: "Abril Fatface", cursive;
  font-size: 0.32rem;
  color: #2e8074;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-title:before, .main-title:after {
  content: "";
  display: block;
  margin: 0 0.2rem;
  flex: 1;
  border-bottom: 1px solid #2e8074;
}

.wrapper {
  width: 90%;
  margin: auto;
  /*font-family: "Source Sans Pro", sans-serif;*/
}
@media (max-width: 768px) {
  .wrapper {
    width: auto;
    padding: 0 0.3rem;
  }
}

input[type=radio] {
  display: none;
}
input[type=radio]:checked + .item .title {
  color: #fff;
  border-color: #333333;
  background-color: #333333;
  
}
input[type=radio]:checked + .item .title:after {
  transform: rotate(180deg);
}
input[type=radio]:checked + .item .content {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s, opacity 0.7s;
}

.item {
  display: block;
  margin-bottom: 10px;
}

.title {
  padding: 10px;
  border-radius: 0.3rem;
  /*color: #2e8074;*/
  border: 1px solid #999999;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title:after {
  content: "▼";
  display: inline-block;
  font-size: 12px;
}

.content {
  width: 98%;
  margin: 0 auto;
  padding: 0 0.3rem;
  line-height: 1.6;
 /* color: #2e8074;*/
  border: 1px solid #999;
  border-width: 0 1px;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
/******************************* FAQ ACCORDIAN END HERE ******************************************/ 







/******************************* MOBILE VIEW START HERE ****************************************/
@media only screen and (max-width: 740px) and (min-width: 320px)  {
	/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  /*height: 300px;*/
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 15px 10px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 15px ;
  border: 1px solid #ccc;
  
  background-color:#efefef;
  width: 70%;
  
  min-height: 400px;
}


.hubs-area .single-service .lnr{
	font-size: 16px;
    font-weight: 900;
    margin-right: 4px;
}

}
/******************************* MOBILE VIEW END HERE ****************************************/