
/* ========================================
   TEAM
 ========================================== */



.single_team {
	margin-top: 30px;
	box-shadow: 0 0 3px #ddd;
	padding-bottom: 20px;
	transition: .5s;
}
.single_team img{
	padding-top: 20px;
}
.single_team:hover{
	box-shadow: 0 0 10px #ddd;
}
.single_team h3{
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 15px;
}
.img_wrap{
	position:relative;
}
.social_link{
	height: 100%;
	position: absolute;
	text-align: center;
	top: 0;
	transition: all 0.5s ease 0s;
	visibility: hidden;
	width: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.2);
	opacity: 0;
}
.img_wrap:hover .social_link{
	opacity: 1;
	visibility: visible;
}
.social_table{
	display: table;
	height: 100%;
	width: 100%;	
}
.social_table ul {
	list-style: none;
	display: table-cell;
	list-style: outside none none;
	padding: 0;
	vertical-align: bottom;
	padding-bottom: 90px;
}
.social_table ul a{
	background: #0082cd;
	border: 1px solid #0082cd;
	color: #fff;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	transition: all 0.5s ease 0s;
	width: 40px;
	border-radius: 50%;
}


.social_table ul > li > a:hover {
    background: #fff none repeat scroll 0 0;
	color: #0082cd;
	border-color: #fff;
    
}


.social_table ul > li {
    border-bottom: 0px solid #e8e8e8;
    display: inline-block;
    
}


/* ========================================
   SERVICE
 ========================================== */



.myservice {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    padding: 40px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    position: relative;
	margin-bottom: 30px;
}
.myservice:hover {
	background: #0082cd;
	z-index: 1;
	color: #fff;
}
.myservice i {
    font-size: 40px;
    padding-bottom: 20px;
    color: #0082cd;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.myservice:hover i,
.myservice:hover h4
{
	color: #fff;
}
.myservice h4 {
    color: #333;
    margin: 0;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 16px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.myservice p {
    margin-bottom: 0;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}


/* ========================================
   PRICING
 ========================================== */

 .pricing-box.pricing-featured {
  border-color: transparent;
  background-color: #fff;
  color: inherit;
text-align: center;
padding: 0 px;
}
 
 .pricing-title {
  padding: 20px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  color: #4B4B4C;
  margin: 0;
}

 .pricing-header {
  padding: 40px 0;
  line-height: 1;
  color: #ffffff;
  background-color: #0082cd;
}

 .pricing-header .pricing-price {
  font-size: 60px;
  font-weight: bold;
}
 .pricing-header .pricing-duration {
  font-size: 20px;
  font-weight: 300;
}
 .pricing-features {
  padding: 30px 0;
}
 
 .pricing-footer {
  padding-bottom: 40px;
}
 .pricing-footer .btn {
  position: relative;
  display: inline-block;
  background: #0082cd;
  border: 2px solid #22B8F0;
  padding: 15px 42px 15px;
  height: 50px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
 .pricing-footer .btn:hover,
 .pricing-footer .btn:focus {
  border-color: #0082cd;
  background-color: #22B8F0;
  color: #fff;
}

/* ========================================
   BUTTON
 ========================================== */


.sppb-btn-default {
    background: #1696E7 none repeat scroll 0 0;
    border: 2px solid #ffffff;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 50px;
    letter-spacing: 0.05em;
    padding: 15px 42px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
}

/* ========================================
   WELCOME
 ========================================== */

.welcome .fa {
  display: inline-block;
  color: #0082cd;
  font-size: 3em;
}


/* ========================================
   CONTACT
 ========================================== */

.contactus .fa {
  display: inline-block;
  color: #0082cd;
  font-size: 7em;
}
.contactus h3 {
  font-size: 17px;
  line-height: 1.25;
  font-weight: 700;
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
}
.contactus .sppb-col-md-4 {
  border-left: 1px solid #E1E1E1;
}
.contactus .sppb-col-md-4:first-child {
  border-left: 0;
}

/* ========================================
   WHY
 ========================================== */

.whyy .fa {
  display: inline-block;
  color: #0082cd;
  font-size: 6em;
}
.whyy h3 {
  font-size: 17px;
  line-height: 1.25;
  font-weight: 700;
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* ========================================
   TOP BAR
 ========================================== */

#sp-top-bar {
    padding: 0;
}

#sp-top-bar .sp-module {
    
    margin: 0px 0px 0px 0px;
}



/* ========================================
   MENU - DROP DOWN
 ========================================== */

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 5px;
}


/* ========================================
   MENU - FONT SIZE & transform: none
 ========================================== */


.sp-megamenu-parent > li > a {
    padding: 0px 9px;
letter-spacing: 0.6px;
    text-transform: none;
font-size: 16px;
font-weight: 300;
}


/* ========================================
   SLOGAN
 ========================================== */

.heading-block{
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.heading-block:before{
    content: "";
    position: absolute;
    height: 10px;
    width: 50px;
    bottom: -2px;
    left: 50%;
    background-color: #1696e7;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}

.heading-block .heading{
    margin-bottom: 0px;
}

.heading-block .sub-heading{
    display: block;
    text-align: center;
    margin: 18px auto 18px auto;
    color: #ffffff;
    max-width: 900px;
    line-height: 30px;
    padding: 30px 0px;
    position: relative;
}

.heading-block .sub-heading:before{
    content: "";
    position: absolute;
    top:0px;
    left: 50%;
    height: 10px;
    width: 90%;
    background-color: #f2f2f2;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.heading-block .sub-heading:after{
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    height: 10px;
    width: 90%;
    background-color: #f2f2f2;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.heading-block.inverse .heading,
.heading-block.inverse .sub-heading{
    color: #fff;
}




/* ========================================
   PAGINATION - article.item - blog img
 ========================================== */

.pagination {
    border-radius: 0;
    display: block;
    margin-bottom: 0;
    margin-top: 50px;
    text-align: center;
}


.pagination > li {
    display: inline-block;
    margin: 0 5px;
}

.pagination > li > a, .pagination > li > span {
    background: #d0d4d6 none repeat scroll 0 0;
    border: 0 none;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    padding: 0;
    text-align: center;
    width: 48px;
}

article.item
{background-color: #eeeeee;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 2%;}

.blog img
{margin: 0 auto;}

.entry-image.full-image img
{margin: 0 auto;}


/* ========================================
   TEMPLATE
 ========================================== */

.sp-module ul > li > a::before {
    content: "";
    font-family: FontAwesome;
    margin-right: 0px;
}

a {
    color: #0082cd;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
    color: #0082cd;
}