@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);

/*You can add your won color also */
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  background: #ffffff;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
  line-height: 21px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
    text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: subpixel-antialiased !important
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0;
}
.hentry .h1, .hentry .h2, .hentry .h3, .hentry h1, .hentry h2, .hentry h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
b,
strong {
	font-weight: 400;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.ordinary-row {
  padding: 80px 0 90px;
}
.section-title + .row {
  padding: 40px 0 90px;
}
.btn, 
button, 
input[type="submit"] {
  padding: 7px 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  font-weight: 400;
  color: #fff;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-transform: uppercase;
    box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  -o-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  -webkit-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
}
input.wpcf7-form-control.wpcf7-submit {
  padding: 9px 20px;
  border: 0;
}
.btn-small{
  padding: 5px 15px;
}
.btn-lg {
  padding: 10px 25px;
  font-size: 14px;
  line-height: 1.3333333;
}
.plain-vc-btn.btn{
  margin-top: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  -o-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  -webkit-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
}
.btn:hover,
button:hover,
input[type="submit"]:hover {
  color: #fff;
}
.wpb-vc-btn-area {
  display: inline-block;
}
.wpb-vc-btn-area:not(:last-child) {
  margin-right: 5px;
}
.input-group-btn button {
  padding: 11px 20px;
}
.btn-common,
input[type="submit"] {
  color: #fff;
}
.btn-common:hover,
.btn-common:focus,
.btn-common:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active{
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 95;
  -khtml-opacity: 95;
  opacity: 95;
  opacity: .95;
  color: #fff;
  border-color: transparent;
}
.btn-common.active {
  background: transparent;
}
.controls .btn-common {
  border: 2px solid;
}
.btn-border {
  background: rgba(255, 255, 255, 0.18);
  border: 2px solid #fff;
  color: #fff;
}
.btn-border:hover {
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid #ffffff;
  color: #fff;
}
.input-group .form-control {
  border-radius: 30px 0 0 30px;
}
.form-group label {
  margin-bottom: 24px;
}
.form-group .radius-input {
  border-radius: 30px;
  height: 45px;
}
.form-group .flat-input {
  border-radius: 0;
}
.form-group .form-control {
  background: #ffffff;
  padding-right: 30px;
  color: #666;
  position: relative;
  box-shadow: none;
}
.form-group .help-block {
  font-weight: 700;
}
.label {
  font-weight: normal;
  margin: 0 2px;
}

/* Header */

header.wpb-site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
header.wpb-site-header.wpb-fixed-header {
  opacity: 0.95;
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
}


/* Top bar social list */

ul.social-list li a i {
  border-left: 1px solid rgba(255,255,255,.1);
}
ul.social-list li:last-child a i {
  border-right: 1px solid rgba(255,255,255,.1);
}
ul.social-list {
    float: right;
}
ul.social-list li {
    float: left;
}
ul.social-list li a {
    display: inline-block;
  transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
ul.social-list li a:hover i{
  color: #fff;
}
ul.social-list li a i.fa-facebook:hover {
  background-color: #507CBE;
}
ul.social-list li a i.fa-twitter:hover {
  background-color: #63CDF1;
}
ul.social-list li a i.fa-google-plus:hover {
  background-color: #F16261;
}
ul.social-list li a i.fa-youtube-play:hover {
  background-color: #cc181e;
}
ul.social-list li a i.fa-dribbble:hover {
  background-color: #E46387;
}
ul.social-list li a i.fa-linkedin:hover {
  background-color: #90CADD;
}
ul.social-list li a i.fa-tumblr:hover {
  background-color: #4D7EA3;
}
ul.social-list li a i.fa-flickr:hover {
  background-color: #E474AF;
}
ul.social-list li a i.fa-instagram:hover {
  background-color: #4D4F54;
}
ul.social-list li a i.fa-vimeo-square:hover {
  background-color: #87D3E0;
}
ul.social-list li a i.fa-skype:hover {
  background-color: #36C4F3
}
ul.social-list li a i {
  font-size: 1em;
  display: block;
  width: 34px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border-left: 1px solid #f2f2f2;
}
ul.social-list li:last-child a i {
  border-right: 1px solid #f2f2f2;
}



.section-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 400;
  color: #444;
  text-transform: uppercase;
  letter-spacing: 0px;
  word-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
.section-subtitle {
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
  font-family: Droid Serif;
  line-height: 20px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  color: #727272;
  margin-bottom: 0;
}
.wpb-section-title-area{
  margin-bottom: 56px;
}
.wpb-section-title-area-border{
  position: relative;
}
.wpb-section-title-area-border:after{
  position: absolute;
  width: 100px;
  height: 3px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -15px;
  content: "";
}
.wpb-section-title-area-border.text-left:after{
  margin-left: 0;
}
.wpb-section-title-area-border.text-right:after{
  margin-right: 0;
}
.plain-bg-primary-deep .section-title:before {
  border-color: #fff;
}
.section-title.text-left{
  text-align: left!important;
}
.classic-title {
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  font-weight: 300;
  color: #444;
}
.classic-title span {
  padding-bottom: 6px;
  border-bottom: 1px solid;
  font-weight: 400;
}

/* ScrollToTop */
.scroll-top {
  position: fixed;
  display: none;
  text-align: center;
  right: 15px;
  bottom: 18px;
  background: #444;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  width: 36px;
  height: 36px;
  line-height: 35px;
  cursor: pointer;
  z-index: 9999;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.scroll-top i,
.scroll-top:hover i {
  color: #ffffff;
}
.scroll-top.affix {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.no-gap-left {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.no-gap-bottom {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.small-spacer {
  padding: 15px 0;
}
.small-spcer-bottom {
  margin-bottom: 30px!important;
}
.medium-spacer {
  padding: 30px 0;
}

.plain-nospace-bottom,
#team > div:last-child .team-item,
.tiny-blog > div:last-child .blog-item-wrapper
{
  margin-bottom: 0!important;
}


.dark-bg {
  background: rgba(0, 0, 0, 0.1);
}
.progress-bottom {
  padding-top: 112px;
}

/* Page header */

.page-banner {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}

.page-banner h2 {
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  color: #444;
  letter-spacing: 1px;
}

.page-banner p {
  font-weight: 300;
  margin: 0;
  font-size: 13px;
  line-height: 22px;
}

.margo-breadcrumb {
  float: right;
  margin: 4px 0px 0px 0px;
  background: transparent;
  padding: 0;
}

.page-banner.page-has-subtitle .margo-breadcrumb {
  margin: 15px 0px 0px 0px;
}

.margo-breadcrumb li {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 300;
  margin-left: 3px;
  color: #999;
  float: left;
  line-height: 21px;
}

.margo-breadcrumb li:before {
  content: '/';
  margin: 0 4px 0 2px;
  color: #bbb;
}

.margo-breadcrumb li:first-child {
  margin: 0;
}

.margo-breadcrumb li:first-child:before {
  content: '';
  margin: 0;
}

.margo-breadcrumb li a {
  color: #666;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/* Bootstrap slider */

.carousel-area {
  overflow: hidden;
}
.carousel-area .item {
  background-size: 100%;
  background-size: cover;
  height: 560px;
}
.carousel-area .item.active{
  position: relative;
}
.carousel-area .item:before {
  top: 0;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
}
.carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-inner .active {
opacity: 1;
}

.carousel-inner .active.left,
.carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-inner .next.left,
.carousel-inner .prev.right {
  opacity: 1;
}

.carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-area .item .carousel-caption {
  top: 22%;
  right: 10%;
  left: 10%;
  text-shadow: none;
}
.carousel-area .item .carousel-caption h2 {
  font-size: 68px;
  text-transform: uppercase;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
}
.carousel-area .item .carousel-caption h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 25px;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-font-smoothing: antialiased;
}
.carousel-area .item .carousel-caption .btn {
  margin: 30px 15px;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-font-smoothing: antialiased;
}
.carousel-area .item .carousel-caption .btn i {
  margin-right: 6px;
}
.carousel-area .active {
  opacity: 1;
}
.carousel-area .active.left,
.carousel-area .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

/* Carousel Control */

.wpb-bootstrap-carousel-slider .carousel-control.left,
.wpb-bootstrap-carousel-slider .carousel-control.right {
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
}
.wpb-bootstrap-carousel-slider .carousel-control .fa-angle-left, 
.wpb-bootstrap-carousel-slider .carousel-control .fa-angle-right{
  position: absolute;
  top: 42%;
  z-index: 5;
  display: inline-block;
}
.wpb-bootstrap-carousel-slider .carousel-control .fa-angle-left{
  left: 0;
}
.wpb-bootstrap-carousel-slider .carousel-control .fa-angle-right{
  right: 0;
}
.wpb-bootstrap-carousel-slider .carousel-control i{
  background: rgba(0,0,0,.7);
  color: #fff;
  line-height: 36px;
  font-size: 32px;
  padding: 15px 20px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

/* Carousel Indicators */

.wpb-bootstrap-carousel-slider .carousel-indicators {
  bottom: 30px;
}
.wpb-bootstrap-carousel-slider .carousel-indicators li{
  width: 14px !important;
  height: 14px !important;
  border: 2px solid #fff !important;
}
.wpb-bootstrap-carousel-slider .carousel-indicators li.active, .carousel-indicators li{
  margin: 2px;
}

/**
 * Main Nav menu
 */
.navbar {
  margin-bottom: 0;
}
.navbar li {
  color: #666;
}
.navbar-margo .navbar-nav > li:last-child > a {
  margin-right: 3px;
}
.navbar-margo {
  border: none;
  border-radius: 0;
}
.navbar-margo .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  height: auto;
}
.navbar-margo .navbar-brand img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.navbar-margo .navbar-brand h1.wpb_site_name {
  font-size: 24px;
}
.navbar-margo .navbar-nav > li > a,
.navbar-margo .navbar-nav > li > a:focus,
.navbar-margo .navbar-nav>.open>a, 
.navbar-margo .navbar-nav>.open>a:focus, 
.navbar-margo .navbar-nav>.open>a:hover {
  color: #999;
  display: block;
  font-size: 14px;
  font-weight: 300;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.navbar-margo .navbar-nav > li > a {
  background: transparent;
  padding-bottom: 5px;
  color: #666;
  position: relative;
}
.navbar-margo .navbar-nav > li.active > a,
.navbar-margo .navbar-nav > li:hover > a{
  border-bottom: 2px solid;
}
.navbar-margo .navbar-nav > li > a:after {
  position: absolute;
  bottom: 0;
  content: '';
  left: 50%;
  display: block;
  height: 5px;
  width: 5px;
  opacity: 0;
  margin: 0 0 -3px -2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
.navbar-margo .navbar-nav > li.active > a:after{
  opacity: 1;
}
.navbar-margo .navbar-nav > li > a:hover,
.navbar-margo .navbar-nav > .active > a,
.navbar-margo .navbar-nav > li.open > a,
.navbar-margo .navbar-nav > .active > a:hover,
.navbar-margo .navbar-nav > .active > a:focus,
.navbar-margo .navbar-nav > .open > a:hover {
  background: transparent;
}
.navbar-margo .navbar-nav > .dropdown:hover > ul.dropdown-menu {
  display: block;
  -webkit-animation: fadeInUpMenu 400ms;
  -moz-animation: fadeInUpMenu 400ms;
  -ms-animation: fadeInUpMenu 400ms;
  -o-animation: fadeInUpMenu 400ms;
  animation: fadeInUpMenu 400ms;
}
.navbar-margo .dropdown .dropdown-menu {
  padding: 0;
  border-width: 0;
  border-radius: 0;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.navbar-margo .dropdown .dropdown-menu > li {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.dropdown-menu li:first-child{
  border-top: 0;
}
.navbar-margo .dropdown .dropdown-menu > li > a {
  display: block;
  color: #666;
  font-size: 13px;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
  padding: 11px 16px;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-margo .dropdown .dropdown-menu > li:hover > a {
  padding-left: 18px;
}
.navbar-margo .dropdown .dropdown-menu > li > a:hover,
.navbar-margo .dropdown .dropdown-menu > li > a .active {
  background: #ffffff;
}
.navbar-margo .dropdown .dropdown-menu > li.active > a {
  background: #ffffff;
}
.navbar-margo .dropdown-submenu .dropdown-menu {
  top: -1px;
  left: 100% !important;
  padding: 0;
  border: none;
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.navbar-margo ul.navbar-nav li.menu-item:last-child{

}
.navbar-margo .navbar-toggle {
  border-radius: 0;
  margin-top: 15px;
}
.navbar-margo .navbar-toggle:hover .icon-bar {
  background: #fff;
}
.wpb-mobile-menu{
  display: none;
}
.margo-logo-wrapper {
  float: left;
}


/* Menu animation first level */

@-webkit-keyframes fadeInUpMenu { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(-2px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes fadeInUpMenu { 
    0% { 
        opacity: 0; 
        transform: translateY(-2px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 

.fadeInUpMenu { 
    -webkit-animation-name: fadeInUpMenu; 
    animation-name: fadeInUpMenu;
}
@media (max-width: 767px) {
  .navbar-margo .navbar-collapse {
    background: none repeat scroll 0 0 #fff;
    position: relative;
    z-index: 2147483647;
  }
}
/* Multilavel dropdown menu support */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu:hover > ul.dropdown-menu{
  display: block;
  right: -100%;
  left: inherit;
  top: -3px;
}

/* SlickMenu responsive */

@media screen and (min-width: 768px) {
  .slicknav_menu{
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .navbar-toggle{
    display: none;
  }
  .navbar-header{
    position: relative;
  }
  .margo-logo-wrapper{
    position: absolute;
    top: 0;
  }
}


/* Search Toggle In menu */
.search-side {
  position: relative;
  float: right;
  right: -15px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.show-search {
  position: relative;
  display: block;
  float: right;
}
.show-search i {
  font-size: 1.2em !important;
  display: block;
  color: #666;
  width: 36px;
  height: 36px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  line-height: 36px;
  text-align: center;
  background-color: #f2f2f2;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar .search-form {
  position: absolute;
  right: 0;
  z-index: 20;
  float: right;
  display: none;
  top: 40px;
}
.navbar .search-form:before {
  background-color: #ccc;
  top: -2px;
  content: '';
  display: block;
  height: 4px;
  width: 4px;
  z-index: 20;
  right: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
.navbar .search-form form {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  width: 160px;
}
.navbar .search-form form input {
  border: 2px solid #ccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 5px 14px;
  z-index: 22;
  color: #9d9d9d;
  box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  box-shadow: none;
}



/* Top Bar */

#roof {
  font-size: 12px;
  border-bottom: 1px solid #f2f2f2;
}
#roof .quick-contacts span {
  padding: 0 8px;
  line-height: 30px;
  letter-spacing: 1px;
  border-right: 1px solid;
}
#roof .quick-contacts span:first-child{
  padding-left: 0;
}
#roof .quick-contacts span:last-child {
  border-right: 0;
}
#roof .quick-contacts i {
  margin-right: 5px;
  display: inline;
}



.icon-effect {
  display: inline-block;
  width: 80px;
  height: 80px;
  padding: 20px;
  background: #333333;
  position: relative;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
}
.icon-effect:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.progress-inner {
  position: relative;
  color: #fff;
}
.progress-inner:before {
  background: url(../img/backgrounds/dot.png);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
}

.portfolio-items * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.controls {
  padding: 0 15px 30px;
}
.controls .btn {
  margin: 0 7px 7px!important;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
}
.controls .btn:active,
.controls .btn.active {
  background: #fff;
  box-shadow: none;
}
.portfolio-items {
  overflow: hidden;
}
.portfolio-items img {
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.portfolio-items h3 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.portfolio-items:after {
  content: '';
  width: 100%;
}
.portfolio-items .mix,
.portfolio-items .gap {
  display: inline-block;
  width: 49%;
  float: left;
}
.portfolio-items .mix:hover img,
.portfolio-items .gap:hover img {
-webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
  ms-transform: scale(1.04);
}
.portfolio-items .mix {
  text-align: left;
  display: none;
}
.portfolio-items .mix:before {
  content: '';
}
@media all and (min-width: 420px) {
  .portfolio-items .mix,
  .portfolio-items .gap {
    width: 25%;
  }
}
@media all and (min-width: 640px) {
  .portfolio-items .mix,
  .portfolio-items .gap {
    width: 25%;
  }
}
.portfolio-items.col-3 .mix,
.portfolio-items.col-3 .gap {
  width: 33.33%;
}
.wpb_portfolio_figure {
  display: block;
  overflow: hidden;
  position: relative;
}
.portfolio-items .wpb-image-hover-overlay{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  z-index: 9;
  -webkit-transition: opacity .35s ease-in-out;
  -moz-transition: opacity .35s ease-in-out;
  -ms-transition: opacity .35s ease-in-out;
  -o-transition: opacity .35s ease-in-out;
  transition: opacity .35s ease-in-out;
}
.portfolio-items > article:hover .wpb-image-hover-overlay{
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 80;
  -khtml-opacity: 80;
  opacity: 80;
  opacity: .8;
}
.portfolio-items figcaption {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
.portfolio-items .wpb-portfolio-title {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  margin-bottom: 9px;
  padding-bottom: 14px;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.portfolio-items .wpb-portfolio-title:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  height: 2px;
  width: 12px;
  background-color: #fff;
}
.portfolio-items .portfolio-category {
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  color: #fff;
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.portfolio-items > article:hover .wpb-portfolio-title {
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 100;
  -khtml-opacity: 100;
  opacity: 100;
  opacity: 1;
}
.portfolio-items > article:hover .portfolio-category {
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 100;
  -khtml-opacity: 100;
  opacity: 100;
  opacity: 1;
}

/*************** Call To Action ***************/

.call-action-boxed {
  padding: 30px 40px;
}
.call-action.no-descripton h2.primary {
  margin-top: 4px;
}

.call-action h2.primary {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #444;
  margin-top: 5px;
}
.call-action .btn{
  margin-top: 8px;
}

.call-action .btn i{
  margin-right: 5px;
}

.call-action h2.primary strong {
  font-weight: 700;
}

.call-action p {
  font-size: 14px;
  margin-bottom: 0;
}

.call-action h2 + p {
  margin-top: 4px;
}

.call-action .button-side {
  float: right;
}

.call-action-style1 {
  border: 1px solid #e8e8e8;
  box-shadow: 0 0 25px rgba(0,0,0,.04) inset;
  -o-box-shadow: 0 0 25px rgba(0,0,0,.04) inset;
  -moz-box-shadow: 0 0 25px rgba(0,0,0,.04) inset;
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.04) inset;
}

.call-action-style2 {
  background: #f2f2f2;
}

.call-action-style3 {
  background: #444;
}

.call-action-style3 h2.primary {
  color: #fff;
}

.call-action-style3 p {
  color: #bbb;
}

.fact-block {
  margin: 0 15px;
}
.fact-block .fact-count i{
  font-size: 40px;
}
.fact-block .fact-count h3,
.fact-block .fact-count h4 {
  margin: 0;
}
.fact-block h3,
.fact-block h4 {
  margin-top: 15px;
}
.fact-block h3 {
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  line-height: 80px;
}
.fact-block h4 {
  text-align: center;
  margin: 0px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}
.fact-block .icon-wrapper i {
  width: 150px;
  height: 150px;
  line-height: 150px;
  padding: 30px;
/*  color: #fff;*/
}
.fact-block .icon-wrapper .fa-flask {
  background: #68c39f;
}
.fact-block .icon-wrapper .fa-smile-o {
  background: #3498db;
}

/* Client Logo Slider */

.client-item-wrapper {
  text-align: center;
}
.clients-scroller:not(.owl-carousel){
  opacity: 0;
}
.clients-scroller img {
  opacity: 0.5;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all .6s ease;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.clients-scroller img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: gray;
  -webkit-transition: all .6s ease;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  opacity: 1.0;
}
.clients-scroller.owl-theme .owl-controls{
  margin: 0;
}
.clients-scroller .owl-pagination {
  margin-top: 30px;
}
.clients-scroller .owl-pagination .owl-page span,
.wpb_custom_carousel .owl-pagination .owl-page span {
  border-radius: 0;
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid;
  opacity: 0.8;
  background-color: transparent;
  margin: 0px 5px;
}
.wpb_custom_carousel .owl-pagination .owl-page span {
  margin: 5px;
}
.clients-scroller .owl-pagination .owl-page.active span,
.wpb_custom_carousel .owl-pagination .owl-page.active span {
  opacity: 1.0;
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

.blog-item-wrapper {
  background: #fff;
  padding: 15px;
  border-bottom: 5px solid transparent;
}
.blog-item-img {
  position: relative;
  margin: -15px -15px 15px -15px;
}
.blog-item-img img {
  width: 100%;
}

.blog-item-img .blog-category {
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
  position: absolute;
  bottom: 15px;
  font-size: 13px;
  left: 15px;
}

.blog-item-img .blog-category:hover{
  opacity: 0.7;
}

.blog-item-img .blog-category i{
  padding-right: 7px;
}

.blog-item-text h3 {
  line-height: 30px;
  font-size: 18px;
}
.blog-item-text p {
  line-height: 25px;
}
.blog-item-text .blog-item-info {
  text-align: center;
}
.blog-item-text .blog-item-info a,
.blog-item-text .blog-item-info span{
  padding-right: 15px;
  color: #bdc3c7;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
}
.wpb_post_tags {
  float: right;
  padding-top: 6px;
}
.wpb_post_share {
  float: left;
}
.wpb_post_tags a:not(:first-child) {
  margin-left: 3px; 
}
.wpb_post_tags a {
  display: inline-block;
  color: #666;
  font-size: 12px;
  padding: 2px 8px;
  background: #eee;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.wpb_post_tags a:hover {
  color: #ffffff;
}
.edit-link {
  background-color: #ededed;
  padding: 2px 8px;
  border-radius: 3px;
  margin-top: 0;
  margin-bottom: 10px;
}
.edit-link a {
  color: #666;
}
footer.entry-footer {
  margin-top: 34px;
  margin-bottom: 15px;
}
body.logged-in.wpb-theme-blog footer.entry-footer {
  margin-top: 0;
}
#testimonial-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
  /* Control buttons  */
  /* Changes the position of the indicators */
  /* Changes the color of the indicators */
}
#testimonial-carousel p {
  font-size: 18px;
  line-height: 35px;
}

#testimonial-carousel p i {padding-right: 7px;}

#testimonial-carousel .carousel-control {
  background: transparent;
  font-size: 16px;
  text-shadow: none;
  margin-top: 45px;
  line-height: 20px;
  opacity: 1;
  padding: 10px;
  width: auto;
  bottom: auto;
  border: 2px solid;
  border-radius: 100%;
  width: 42px;
  height: 42px;
}
#testimonial-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -15px;
  margin-right: -19px;
}
#testimonial-carousel .carousel-indicators li {
  background: #c0c0c0;
}
#testimonial-carousel .carousel-indicators .active {
  background: #333333;
}
#testimonial-carousel .item {
  opacity: 0;
  transition-property: opacity;
}
#testimonial-carousel .item blockquote {
  border-left: none;
  margin: 0;
}

#testimonial-carousel .item blockquote p{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	margin-bottom: 15px;
}

#testimonial-carousel .item blockquote img {
  margin-bottom: 10px;
  width: 100px;
  height: 100px;
}


#testimonial-carousel .item blockquote small span {
  padding-right: 15px;
  font-size: 12px;
}
#testimonial-carousel .item blockquote small:before {
  display: none;
}
#testimonial-carousel .active {
  opacity: 1;
}
#testimonial-carousel .active.left,
#testimonial-carousel .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  #testimonial-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
  }
}
@media (max-width: 768px) {
  #testimonial-carousel {
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
  }
  #testimonial-carousel .carousel-indicators {
    bottom: -20px !important;
  }
  #testimonial-carousel .carousel-indicators li {
    display: inline-block;
    margin: 0px 5px;
    width: 15px;
    height: 15px;
  }
  #testimonial-carousel .carousel-indicators li.active {
    margin: 0px 5px;
    width: 20px;
    height: 20px;
  }
}

blockquote{border-left: 2px solid #eee;}

blockquote p{
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: 16px;
  line-height: 30px;
}

blockquote small{font-size: 80%;}

#team .team-item figure {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#team .team-item figure img {
  width: 100%;
  height: auto;
}
#team .team-item figure .info {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
  padding-left: 15px;
  padding-bottom: 15px;
}
#team .team-item figure .info h2 {
  color: #ffffff;
  font-size: 20px;
}
#team .team-item figure .info p {
  color: #ffffff;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 300;
  line-height: 12px;
  text-transform: uppercase;
}
#team .team-item figure figcaption {
  position: absolute;
  width: auto;
  float: right;
  height: 100%;
  top: 0;
  right: 0;
}
#team .team-item .social {
  width: auto;
  float: right;
  height: 100%;
  background: #333;
  display: none;
}
#team .team-item .social ul {
  margin: 5px;
  padding: 0;
}
#team .team-item .social ul li {
  list-style: none;
}
#team .team-item .social ul li a i {
  display: block;
  font-size: 20px;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  border-radius: 100%;
  margin-top: 5px;
  width: 42px;
  height: 42px;
}
#team .team-item .social ul li a i:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#team .team-item .social .fa-twitter:hover {
  background: #00aced;
}
#team .team-item .social .fa-facebook:hover {
  background: #3b5998;
}
#team .team-item .social .fa-linkedin:hover {
  background: #007bb6;
}
#team .team-item .social .fa-google-plus:hover {
  background: #dd4b39;
}
#team .team-item:hover .social {
  display: block;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media screen and (min-width: 1200px){#team div:nth-child(n+5) {padding-top: 30px;}}


#subscription .subscription-form .form-control {
  height: 60px;
  font-size: 24px;
  color: #999;
}
#subscription .subscription-form .btn {
  padding: 18px;
}
.contact-info-wrapper {
  margin-top: -60px;
}
.map {
  position: relative;
}



textarea,
textarea.form-control,
.wpcf7-form textarea.form-control{
  height: auto;
}


/**
 * Footer Style 
 */

footer.wpb-site-footer {
  background-color: #222;
  padding-top: 60px;
  border-top: 4px solid #555;
  color: #ccc;
}

footer.wpb-site-footer p {
  color: #ccc;
}

footer.wpb-site-footer a {
  color: #666;
}

footer.wpb-site-footer a:hover {
  color: #666;
  text-decoration: underline;
}


div#secondary > div.footer-widget {
  width: 100%;
  padding: 0;
}

.footer-widgets .footer-widget {
    margin-bottom: 45px;
}

footer.wpb-site-footer .tagcloud a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 21px;
  padding: 4px 10px;
  background: #666;
  margin-bottom: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
footer.wpb-site-footer #copyright .copyright-text {
  margin-top: 15px;
}

/* Footer widgets */

.footer-widgets .footer-widget h4 {
  color: #eee;
  text-transform: uppercase;
  padding-bottom: 8px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
.footer-widgets .footer-widget h4 .head-line {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 3px;
  background-color: #333;
  margin: 0;
}

/* Search Widget */
input[type="submit"] {
    outline: none;
}
.wpb-widget-search input[type="search"]{
  color: #666fb5;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #eee;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  outline: none;
  width: 100%;
  padding: 7px 14px;
  display: block;
  box-shadow: inherit;
  margin-bottom: 10px;  
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.wpb-widget-search input[type="search"] {
  position: relative;
  margin: 0;
  float: left;
  height: 37px;
  line-height: 37px;
  width: calc(100% - 38px);
  border-right: none;
  border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -o-border-radius: 2px 0 0 2px;
}
.wpb-widget-search input[type="search"]:focus{
  border-color: #ddd;
  box-shadow: inherit;
}
.wpb-widget-search .search-btn {
  display: inline-block;
  width: 38px;
  height: 37px;
  border: none;
  color: #fff;
  font-size: 1.2em;
  line-height: 36px;
  text-align: center;
  padding: 0;
  border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.wpb-widget-search .search-btn:hover {
  background-color: #444;
}

/* Copyright section */
.copyright-section {
    padding: 15px 0;
  font-size: 11px;
  letter-spacing: 0.5px;
    border-top: 1px solid rgba(255,255,255,.06);
}

.copyright-section p {
  font-size: 11px;
}

/* Footer Nav */
.wpb-footer-nav {
    float: right;
}

.wpb-footer-nav li {
    display: inline-block;
    float: left;
    margin-left: 15px;
}

.wpb-footer-nav li:first-child {
    margin-left: 0;
}

.wpb-footer-nav li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.wpb-footer-nav li a:hover {
  color: #fff;
}


.subscription-form .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* Service Style 2 */

.other-service-item{
  display: block;
  overflow: hidden;
}
.other-service-item .wpb-service-icon{
  float: left;
}
.other-service-item .wpb-service-content{
  padding-left: 15px;
}
.other-service-item > div {
  display: table;
}
.other-service-item h4 {
  margin-bottom: 5px;
  font-weight: 400;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
.popular-title {
  color: #cccccc;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
}

/* Blog Layout */
.wpb-theme-blog .hentry {
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
}
body.single .hentry {
  margin-bottom: 20px;
}
.post img {
  max-width: 100%;
}
.content-and-image > img {
  margin-bottom: 15px;
}
.entry-meta{
  margin-bottom: 10px;
}
.entry-meta > span {
  padding: 0 8px;
}
.entry-meta > span:first-child{
  padding-left: 0;
}
.entry-meta > span:last-child{
  padding-right: 0;
}
.entry-meta span .post-categories li {
  display: inline-block;
}
.entry-meta span a, .entry-meta span{
  color: #666;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

article.post p i {
  font-size: 18px;
  font-weight: 300;
}
article.post .reading {
  padding-top: 12px;
  padding-bottom: 40px;
  margin-top: 20px;
}

article.post .reading .share-btn a {
  margin-left: 10px;
  margin-right: 0;
}

@media (min-width: 992px){
  .content-area,
  .widget-area {
    padding-right: 19px;
    padding-left: 19px;
  }  
}
.main-content-area{
  position: relative;
}
.wpb-blog-info {
  position: absolute;
  left: 0;
  top: 4px;
  width: 50px;
  height: 50px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
}
.wpb-entry-content-blog {
  margin-left: 75px;
}
.wpb_post_date span{
  display: block;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}
.wpb_post_date span.wpb-date-m {
  line-height: 0;
  font-size: 12px;
  padding: 8px 0 13px 0;
}
.wpb_post_date span.wpb-date-d {
  font-size: 23px;
  line-height: 0;
  padding: 15px 0 13px 0;
}
.wpb_post_format i {
  font-size: 20px;
}
.blog-title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 7px;
}
.blog-title a{
  color: #444444;
}
.author {
  background: #ffffff;
  margin-bottom: 40px;
  min-height: 275px;
  position: relative;
}
.author img {
  position: absolute;
}
.author .author-comment {
  margin-left: 260px;
  padding: 12px 30px;
}
.author .author-comment h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 300;
}
.author .author-comment p {
  line-height: 25px;
}
.post-comments .comment-list li {
  rmagin: 0 0 100px;
  position: relative;
}
.post-comments .comment-list li img {
  border-radius: 50%;
  width: 130px;
  height: 130px;
  position: absolute;
}
.post-comments .comment-list .comment-detailes {
  margin-left: 180px;
}
.post-comments .comment-list .comment-detailes .comments {
  background: #ffffff;
  border-radius: 4px;
  padding: 40px;
}
.post-comments .comment-list .comment-detailes .comments:before {
  border-color: transparent #ffffff;
  border-style: solid;
  border-width: 0 0 30px 30px;
  content: "";
  display: block;
  left: 165px;
  position: absolute;
  top: 50px;
  width: 0;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.post-comments .comment-list .comment-detailes .comments p {
  line-height: 25px;
}
.post-comments .comment-list .comment-detailes .comment-meta {
  min-height: 36px;
}
.post-comments .comment-list .comment-detailes .comment-meta .user-name {
  color: #000000;
  float: left;
  font-weight: 300;
}
.post-comments .comment-list .comment-detailes .comment-meta .date {
  font-weight: 300;
  float: right;
  text-align: right;
}
.comment-area input[type="text"] {
  background: #ffffff;
  border: 1px solid;
  display: block;
  margin-bottom: 24px;
  padding: 15px 18px;
  border-radius: 30px;
}
.comment-area textarea {
  border: 1px solid;
  display: block;
  line-height: 20px;
  height: auto;
  border-radius: 0;
}
.comment-area input[type="text"]:focus,
.comment-area textarea:focus {
  box-shadow: none;
}

#commentform textarea {
  border-radius: 2px;
  font-size: inherit;
}
.comment-content .comment-by {
  font-weight: 600;
  color: #444;
}
.comment-content .comment-meta span:after {
  content: "-";
  margin: 0 5px;
  font-weight: 100;
  color: #666;
}

/* widget-area */
.widget-area a {
  color: #666;
}
.widget-area .widget {
  margin-bottom: 50px;
  position: relative;
  display: block;
  overflow: hidden;
}
.widget-area .widget-title {
  text-transform: uppercase;
  padding-bottom: 8px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.widget-area .widget-title .head-line {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 2px;
  background-color: #ddd;
  margin: 0;
}
.widget-area .widget ul li,
.footer-widgets .widget ul li{
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.footer-widgets .widget ul li {
  border-color: rgba(255,255,255,.06);
}
.widget-area .widget ul li a
.footer-widgets .widget ul li a {
  text-decoration: none;
  display: block;
}
.widget-area .widget ul li:first-child,
.footer-widgets .widget ul li:first-child {
  padding-top: 0;
}
.widget-area .widget ul li:last-child,
.footer-widgets .widget ul li:last-child {
  border-bottom: 0;
}
.widget-area .widget ul > li:hover,
.footer-widgets .widget ul > li:hover {
  padding-left: 4px;
}

.tagcloud a {
  display: inline-block;
  color: #666;
  font-size: 12px;
  line-height: 21px;
  padding: 4px 10px;
  background: #eee;
  margin-bottom: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.widget_tag_cloud a:hover{
  color: #ffffff;
}
.widget_calendar caption{
  text-align: center;
  font-weight: 600;
  background-color: #ddd;
}

/* InstraGram WidGet */
.footer-widgets .widget .instagram-pics ul,
.widget-area .widget .instagram-pics ul{
  overflow: hidden;
}
.footer-widgets .widget .instagram-pics li,
.widget-area .widget .instagram-pics li{
  float: left;
  margin-bottom: 8px;
  padding: 0;
  width: 33.33%;
  border: 0;
}
.widget-area .widget ul.instagram-pics > li:hover, 
.footer-widgets .widget ul.instagram-pics > li:hover {
  padding-left: 0!important;
}
.footer-widgets .widget .instagram-pics li a,
.widget-area .widget .instagram-pics li a {
  display: inline-block;
  opacity: 0.6;
  margin-left: 3px;
  margin-right: 3px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border: 4px solid;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.footer-widgets .widget .instagram-pics li a img,
.widget-area .widget .instagram-pics li a img {
  width: 100%;
}
.footer-widgets .widget .instagram-pics li a:hover,
.widget-area .widget .instagram-pics li a:hover {
  opacity: 1;
}
.null-instagram-feed > p.clear{
  clear: both;
}

@media (min-width: 320px) and (max-width: 480px) {
 .blog-title {
    font-size: 18px;
  }
 .post-content {
    padding: 45px 30px;
  }
 .share-btn a {
    margin-right: 6px;
  }
 .author img {
    position: relative;
  }
 .author .author-comment {
    margin-left: 0px;
  }
 .post-comments .comment-list li img {
    position: relative;
  }
 .post-comments .comment-list li .comment-detailes {
    margin-top: 40px;
    margin-left: 0px;
  }
 .post-comments .comment-list li .comment-detailes .comments {
    padding: 30px;
  }
 .post-comments .comment-list li .comment-detailes .comments:before {
    left: 48px;
    top: 155px;
    transform: rotate(45deg);
  }
  .widget .popular-list img {
    position: relative;
    left: 0px;
  }
  .widget .popular-list .content {
    margin-left: 0px;
  }
}
.post-quote {
  width: 100%;
  height: 280px;
  background: url(../img/blog/qoute1.jpg);
  background-repeat: no-repeat;
  position: relative;
}
.post-quote .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.post-quote blockquote {
  padding: 125px 62px;
  border-left: 0px;
}
.post-quote blockquote p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
}
/* About Us Start */
#aboutus {
  background: #fff;
}
.the-company p {
  font-size: 14px;
  line-height: 25px;
}
.tab-menu {
  padding-bottom: 0;
}
@media (min-width: 768px){
  .tab-menu {
    padding-right: 0;
    padding-left: 0;
  }
}
.tab-menu .list-group {
  margin-bottom: 0;
}
.tab-menu .list-group > a {
  color: #fff;
  margin-bottom: 45px;
  background: transparent;
  font-size: 16px;
}
.tab-menu .list-group > a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.tab-menu .list-group > a.active {
  color: #ffffff;
  border-color: transparent;
}
.list-group-item {
  border: 2px solid #fff;
}
.list-group-item:first-child,
.list-group-item:last-child {
  border-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
}


.service-block-inner {
  position: relative;
  color: #fff;
}
.service-block-inner:before {
  background: rgba(231, 76, 60, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
}
.service-item {
  width: 100%;
  float: left;
  position: relative;
}
.service-item .icon {
  float: left;
  display: inline-block;
  margin: 15px 18px;
  width: 62px;
  height: 62px;
  border: 2px solid transparent;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.service-item .icon i {
  color: #333333;
  background: #EEEEEE;
  text-align: center;
  display: block;
  width: 48px;
  height: 48px;
  font-size: 22px;
  line-height: 48px;
  border-radius: 50%;
  margin: 5px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.service-item h2 {
  display: inline-block;
  position: relative;
}

.service-item.wpb-service-style-4{margin-top: 0;}
.service-item.wpb-service-style-4 p{display: table;}
.service-item.wpb-service-style-4 h2{font-size: 30px; margin-bottom: 5px; font-family:'Open Sans', sans-serif;}

.service-item:hover .icon {
  border: 2px solid;
}
.service-item:hover .icon i {
  color: #fff;
}
.service-inner {
  margin-bottom: 35px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.service-inner.service-style-3:hover .icon-large {
  text-shadow: 5px 5px 2px rgba(255,255,255,0);
}
.service-inner .service-icon{
  margin-bottom: 14px;
}
.service-inner .service-icon i {
}
.service-inner h4 {
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.service-inner p {
  line-height: 22px;
}
.service-inner:hover {
  cursor: pointer;
}
.icon-large {
  font-size: 3em;
  color: #666;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}


#canvas {
  background: #fff;
  overflow: hidden;
}
#canvas .icon {
  display: inline-block;
  margin: 0px -8px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
}
#canvas .icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#canvas .content-left,
#canvas .content-right {
  position: relative;
  top: 60px;
}
#canvas .content-left span {
  float: right;
  margin-left: 25px;
}
#canvas .content-right span {
  float: left;
  margin-right: 25px;
}
#canvas .box-item {
  padding-bottom: 40px;
}
#canvas .box-item .icon {
  background: #1BBC9A;
  text-align: center;
  margin-top: 12px;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
#canvas .box-item .icon:after {
  top: 0px;
  left: 0px;
  box-shadow: 0 0 0 4px #000;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
#canvas .box-item .icon i {
  color: #E54D3D;
  font-size: 24px;
  line-height: 60px;
}
#canvas .box-item .text h4 {
  color: #000000;
  font-weight: 300;
  line-height: 22px;
  text-transform: uppercase;
}
#canvas .box-item .text p {
  color: #BABABA;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}
#canvas .box-item:hover .icon {
  background: #E54D3D;
}
#canvas .box-item:hover .icon i {
  color: #ffffff;
}
#canvas .box-item:hover .icon:after {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}
#canvas .show-box {
  padding: 22px 64px;
}
#project .section-title {
  text-align: left;
}
#project .social-links {
  padding-top: 24px;
  padding-bottom: 40px;
}
#project .social-links a {
  margin-right: 10px;
  display: inline-block;
}
#project .social-links a i {
  text-align: center;
  font-size: 18px;
  width: 36px;
  height: 36px;
  border: 1px solid;
  vertical-align: middle;
  line-height: 34px;
  border-radius: 4px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#project .social-links a i:hover {
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#project .social-links .fa-twitter:hover {
  background: #00aced;
  border-color: #00aced;
}
#project .social-links .fa-facebook:hover {
  background: #3b5998;
  border-color: #3b5998;
}
#project .social-links .fa-google-plus:hover {
  background: #dd4b39;
  border-color: #dd4b39;
}
#project .social-links .fa-youtube-play:hover {
  background: #bb0000;
  border-color: #bb0000;
}
#project .social-links .fa-linkedin:hover {
  background: #007bb6;
  border-color: #007bb6;
}
@media (min-width: 991px) {
  #project .project-details {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  #project .project-details {
    margin-bottom: 30px;
  }
}
#project .project-details h3 {
  color: #464646;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
#project .project-details > div:not(:last-child){
  margin-bottom: 20px;
}
#project .project-details p {
  color: #968F89;
  font-weight: 300;
}
#project .project-details .terms p {
  text-transform: capitalize;
}
.wpb_project_content {
  margin-top: 30px;
}
#tabs img {
  max-width: 100%;
  display: block;
  height: auto;
}
#tabs a:focus,
#tabs a:active {
  outline: none;
}
#tabs .owl-controls .owl-pagination {
  position: absolute;
  bottom: 25px;
  text-align: center;
  margin: 0px auto;
  display: block;
  width: 100%;
}
#tabs .owl-controls .owl-page span {
  display: block;
  width: 36px;
  height: 8px;
  margin: 5px 4px;
  background: #E84C3D;
}
#tabs h1.section-title {
  text-align: left;
  margin: 38px 0;
  padding: 0;
  font-size: 38px;
}
#tabs h1.section-title:before {
  bottom: -4px;
}
#tabs h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
#tabs .nav-tabs {
  box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.04) inset;
  border-bottom: 1px solid #f0f0f0;
  margin-top: 15px;
}
#tabs .nav-tabs li {
  float: left;
  margin-bottom: -1px;
}
#tabs .nav-tabs li a {
  padding: 8px 14px;
  display: block;
  position: relative;
  font-weight: 600;
  color: #666;
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border: 1px solid #eee;
  border-bottom: none;
}
#tabs .tabs-style-1 .nav-tabs li a{
  box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
  -o-box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
  -moz-box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
  border-color: #eee;
  color: #666;
}
#tabs .tabs-style-1 .nav-tabs li.active a {
  box-shadow: 0 0 0 rgba(0,0,0,.1) inset;
  -o-box-shadow: 0 0 0 rgba(0,0,0,.1) inset;
  -moz-box-shadow: 0 0 0 rgba(0,0,0,.1) inset;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,.1) inset;
}
#tabs .nav-tabs li a i {
  padding-right: 5px;
}

#tabs .nav-tabs li a:hover {
  color: #ffffff;
  outline: none;
  border-color: #f0f0f0 #f0f0f0 transparent;
}
#tabs .tabs-style-1 .nav-tabs li.active a:hover {
  background: #ffffff;
}
#tabs .tab-content {
  border: 1px solid #eee;
  border-top: none;
  padding: 12px 16px;
}
#tabs .tab-content h1 {
  font-size: 34px;
  font-weight: 300;
  padding-bottom: 20px;
}
#tabs .tab-content .list-icons li {
  padding: 5px 0px;
}
#tabs .tab-content .list-icons li i {
  width: 25px;
  text-align: center;
  padding-right: 10px;
}
#tabs .tab-content p {
  margin-bottom: 20px;
}
#tabs .tab-content .btn-common {
  margin: 10px 12px;
}
#tabs .tabs-style-2 .nav-tabs {
  border-bottom: 1px solid;
}
#tabs .tabs-style-2 .nav-tabs li.active a,
#tabs .tabs-style-2 .nav-tabs li.active a:hover,
#tabs .tabs-style-2 .nav-tabs li.active a:focus,
#tabs .tabs-style-2 .nav-tabs li a:hover {
  border: 1px solid;
  color: #ffffff;
}
#tabs .vertical {
  margin: 20px 0;
}
#tabs .vertical .nav-tabs,
#tabs .vertical .tab-content {
  display: table-cell;
  margin: 0;
  vertical-align: top;
}
#tabs .vertical .nav-tabs {
  background-color: #999;
  box-shadow: none;
  border-bottom-color: transparent;
}
#tabs .vertical .nav-tabs li {
  float: none;
}
#tabs .vertical .nav-tabs li a {
  margin: 0px;
  padding: 15px 40px;
  white-space: nowrap;
  color: #ffffff;
  border-bottom: 1px solid #8f8f8f;
}
#tabs .vertical .nav-tabs li.active a,
#tabs .vertical .nav-tabs li.active a:hover,
#tabs .vertical .nav-tabs li.active a:focus,
#tabs .vertical .nav-tabs li a:hover {
  color: #666;
  width: 101%;
  box-shadow: -1px 0px 1px rgba(0, 0, 0, 0.04);
  border-right-color: transparent;
  border-bottom-color: #f0f0f0;
  z-index: 2;
}
#tabs .vertical .btn-common {
  margin: 10px 0px;
}
#tabs .pills .nav-pills li a {
  border-radius: 0px;
  padding: 10px 15px;
  border: 1px solid transparent;
  color: #666;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
}
#tabs .pills .nav-pills li a i {
  padding-right: 5px;
}
#tabs .pills .nav-pills li.active a,
#tabs .pills .nav-pills li.active a:hover,
#tabs .pills .nav-pills li.active a:focus,
#tabs .pills .nav-pills li a:hover,
#tabs .pills .nav-pills li a:focus {
  border: 1px solid #f3f3f3;
  color: #E84C3D;
  background-color: #FAFAFA;
}
#tabs .pills .tab-content.clear-style {
  border: none;
  padding: 10px 0px 0px;
  box-shadow: none;
  background-color: transparent;
}
#tabs .pills .overlay-container {
  position: relative;
  display: block;
  overflow: hidden;
}
#tabs .pills .overlay-container .overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  cursor: pointer;
  top: 0px;
  bottom: -1px;
  left: 0px;
  right: -1px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -mo-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#tabs .pills .overlay-container i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 40px;
  letter-spacing: 42px;
  color: #E84C3D;
  margin-top: -22px;
  margin-left: -18px;
  text-align: center;
}
#tabs .pills .overlay-container:hover .overlay {
  opacity: 1;
}
#tabs h3 {
  font-weight: 300;
}
.sidebar .nav-pills li a {
  border-radius: 0px;
  padding: 10px 15px;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid transparent;
}
.sidebar .nav-pills li.active a,
.sidebar .nav-pills li.active a:hover,
.sidebar .nav-pills li.active a:focus,
.sidebar .nav-pills li a:hover {
  border: 1px solid #f3f3f3;
  color: #e84c3d;
  background-color: #fafafa;
}
.pr-10 {
  padding-right: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.btn-sm {
  padding: 6px 15px;
  font-size: 1em;
  min-width: 85px;
}
.btn-white {
  background-color: transparent;
  color: #cd3c2e;
  border: 1px solid #e84c3d;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  color: #ffffff;
  background-color: #cd3c2e;
  border-color: #cd3c2e;
}
.btn-light-gray {
  color: #333;
  background-color: #fafafa;
  border-color: #f3f3f3;
}
.btn-light-gray:hover,
.btn-light-gray:focus,
.btn-light-gray:active {
  color: #ffffff;
  background-color: #E84C3D;
  border-color: #E84C3D;
}
.btn-gray {
  color: #ffffff;
  background-color: #666;
  border: #666;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active {
  color: #ffffff;
  background-color: #E84C3D;
  border-color: #E84C3D;
}
.btn-dark {
  color: #f1f1f1;
  background-color: #333;
  border-color: #333;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  color: #ffffff;
  background-color: #666;
  border-color: #666;
}
.panel-default {
  border-radius: 0px;
  border: none;
}
.panel-default .panel-heading {
  padding: 0px;
  outline: none;
  border: none;
  border-radius: 0px;
  width: 100%;
}
.panel-default .panel-heading .panel-title {
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 13px;
  color: inherit;
}
.panel-default .panel-heading a {
  padding: 11px 22px 11px 15px;
  display: inline-block;
  width: 100%;
  position: relative;
  text-decoration: none;
}
.panel-default .panel-heading a i {
  padding-right: 5px;
  font-size: 1.2em;
}
.panel-group.need_toggle_icon .panel-heading a:after {
  font-family: "FontAwesome";
  content: "\f106";
  position: absolute;
  right: 15px;
  font-size: 14px;
  font-weight: 300;
  top: 50%;
  line-height: 1;
  margin-top: -7px;
}
.panel-group.need_toggle_icon .panel-heading .collapsed:after {
  content: "\f107";
}
.panel-default .panel-collapse .panel-body {
  background-color: #fafafa;
}
.panel-dark .panel-heading a {
  background-color: #333;
  color: #fff;
}
.panel-transparent .panel-heading a {
  background-color: transparent;
  color: inherit;
}
.panel-transparent .panel-heading a:hover {
  color: #666;
}
.panel-transparent>.panel-default>.panel-heading{
  background: transparent;
}
.panel-transparent>.panel-default>.panel-heading a.collapsed {
  box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
  -o-box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
  -moz-box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
}
.panel-group.panel-transparent .panel-heading+.panel-collapse>.panel-body{
  border-top: 0;
}
.panel-group.panel-transparent .panel{
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
}
.panel-transparent .panel-default .panel-collapse .panel-body{
  background: transparent;
}
.panel-default .panel-collapse .panel-body img{
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.panel-default .panel-collapse .panel-body img.alignleft {
  margin-right: 10px;
}
.panel-default .panel-collapse .panel-body img.alignright {
  margin-left: 10px;
}

/* Pricing Table */
.pricing-table-1 {
  border: 1px solid #e4e4e4;
  text-align: center;
  position: relative;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.pricing-table.pricing-table-1:hover {
  z-index: 2;
  top: -3px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 8px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
  -o-box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.pricing-table-1.highlight-plan{
  margin: -15px 0;
  z-index: 1;
  box-shadow: 0 0 6px rgba(0,0,0,0.06);
  -moz-box-shadow: 0 0 6px rgba(0,0,0,0.06);
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.06);
  -o-box-shadow: 0 0 6px rgba(0,0,0,0.06);
}
.pricing-table-1 .table-header {
  padding: 15px 0;
  box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
  -o-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
  -moz-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
  border-bottom: 1px solid #eee;
}
.pricing-table-1.highlight-plan .table-header{
  padding: 25px 0;
}
.pricing-table-1 .table-header h3 {
  font-weight: 700;
  color: #666;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
}
.pricing-table-1.highlight-plan .table-header h3{
  color: #ffffff;
}
.pricing-table-1.highlight-plan .btn {
  border-color: #fff;
  box-shadow: inherit;
}
.pricing-table-1 .plan {
  padding: 15px 0;
}
.pricing-table-1 .plan .price {
  font-size: 38px;
  line-height: 40px;
  font-weight: 600;
  color: #444;
}
.pricing-table-1 .plan .period {
  line-height: 14px;
}
.pricing-table-1 .plan-info p {
  padding: 8px;
  font-size: 12px;
  border-bottom: 1px solid #eee;
  margin: 0;
}
.pricing-table-1 .plan-info p:first-child {
  border-top: 1px solid #eee;
}
.pricing-table-1 .button-area {
  padding: 25px 0;
  box-shadow: 0 0 20px rgba(0,0,0,.06) inset;
  -o-box-shadow: 0 0 20px rgba(0,0,0,.06) inset;
  -moz-box-shadow: 0 0 20px rgba(0,0,0,.06) inset;
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,.06) inset;
}
.pricing-table-1.highlight-plan .button-area {
  padding: 30px 0;
}
#pricing-block-x {
  background: #ecf0f1;
}
.pricing-table-x {
  background: #fff;
  margin: 0 15px;
}
.pricing-table-x .table-header {
  padding: 15px 0;
  color: #fff;
}
.pricing-table-x .table-header h3 {
  font-size: 30px;
}

.pricing-table-x .plan {
  padding: 15px 0;
  border-bottom: 1px solid rgba(189, 195, 199, 0.5);
}
.pricing-table-x .plan .price {
  font-size: 60px;
}
.pricing-table-x .plan .period {
	font-weight: 400;
}
.pricing-table-x .plan-info {
  margin-top: 30px;
}
.pricing-table-x .plan-info p {
  color: #bdc3c7;
  font-size: 15px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}
.pricing-table-x .button-area {
  padding: 30px 0 45px 0;
}

.social-icons-fill {
  padding: 0px;
  margin: 0!important;
}
.social-icons-fill li {
  display: inline-block;
  margin-right: 5px;
}
.social-icons-fill li a {
  color: #fff;
  display: block;
}
.social-icons-fill li a i {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  border-radius: 3px;
  line-height: 31px;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #585858;
  border: 1px solid #585858;
}
.social-icons-fill li a i:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.social-icons-fill li a .fa-twitter:hover {
  background: #00aced;
  border-color: #00aced;
}
.social-icons-fill li a .fa-facebook:hover {
  background: #3b5998;
  border-color: #3b5998;
}
.social-icons-fill li a .fa-google-plus:hover {
  background: #dd4b39;
  border-color: #dd4b39;
}
.social-icons-fill li a .fa-youtube-play:hover {
  background: #bb0000;
  border-color: #bb0000;
}
.social-icons-fill li a .fa-linkedin:hover {
  background: #007bb6;
  border-color: #007bb6;
}
.large li a i {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
}
.light li a i {
  background: #fff;
  border: 1px solid #ECF0F1;
}
.light li a i:hover {
  color: #ffffff;
}
.flat li a {
  color: #ffffff;
}
.flat li a i {
  border: 1px solid;
  border-radius: 0;
}
.flat li a i:hover {
  color: #ffffff;
}
.social-links-bordered {
  margin-top: 30px;
}
.social-links-bordered a {
  display: inline-block;
  margin: 0 5px;
  color: #fff;
  text-align: center;
}
footer#footer .social-links-bordered a{
  color: #ffffff;
}
.social-links-bordered a i {
  width: 48px;
  height: 48px;
  vertical-align: middle;
  border-radius: 100%;
  line-height: 48px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: rgba(255, 255, 255, 0.18);
  border: 2px solid #fff;
}
.social-links-bordered a i:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.social-links-bordered a .fa-twitter:hover {
  background: #00aced;
  border-color: #00aced;
}
.social-links-bordered a .fa-facebook:hover {
  background: #3b5998;
  border-color: #3b5998;
}
.social-links-bordered a .fa-google-plus:hover {
  background: #dd4b39;
  border-color: #dd4b39;
}
.social-links-bordered a .fa-youtube-play:hover {
  background: #bb0000;
  border-color: #bb0000;
}
.social-links-bordered a .fa-linkedin:hover {
  background: #007bb6;
  border-color: #007bb6;
}


/* Blog post pagination */
.wpb_theme_paignation li>a, .wpb_theme_paignation li>span {
  padding: 0 5px;
  background-color: #ffffff;
  color: #666;
  border: 1px solid #eee;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 33px;
}
.wpb_theme_paignation li.active>span,
nav.wpb_theme_paignation a:hover{
  color: #ffffff;
}
.wpb_theme_paignation li:not(:first-child) {
  margin-left: 5px;
}
.wpb_theme_paignation > ul {
  text-align: left;
  margin: 40px 0;
}
.wpb_theme_paignation li i{
  font-size: 14px;
}

/* VC Row Inner */
.vc_inner > .plain_custom_layout.container{
  width: auto!important;
}
#primary .plain_vc_container{
  width: auto;
  padding: 0;
}
#primary .entry-content > .vc_row.wpb_row{
  margin: 0;
}
#primary.no-sidebar #main > article {
  background: #fff;
}

/* VC image element */
.wpb_single_image .vc_single_image-wrapper {
  display: block!important; 
}

/* Admin bar fix */
#wpadminbar{
  -webkit-backface-visibility: inherit;
  backface-visibility: inherit;
}
#wpadminbar i{
  font-family: fontawesome!important; 
  padding-right: 5px;
}

/* Twitter widget */

.widget_latest_tweets_widget .tweet-text i {
  padding: 5px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.widget_latest_tweets_widget .latest-tweets ul li p{
  margin-bottom: 0;
}
.widget_latest_tweets_widget .latest-tweets .tweet-details time{
  font-size: 12px;
  font-style: italic;
  color: #bdc3c7;
}
.plain_accordion_section .wpb_text_column{
  margin-bottom: 0;
}

/* Flicker gallery effect */

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out; 
  -moz-transition: all 0.3s ease-out; 
  -o-transition: all 0.3s ease-out; 
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
/* Flicker gallery style */
.plain-flicker-gallery {
  margin-right: -5px;
  margin-left: -5px;
}
.plain-flicker-gallery a {
  display: inline-block;
  width: 33.33%;
  font-size: 0;
  padding: 5px;
}
.plain-flicker-gallery a:hover{
  opacity: 0.7;
}
.plain-flicker-gallery a:hover{
  -webkit-transition: all 0.3s ease-out; 
  -moz-transition: all 0.3s ease-out; 
  -o-transition: all 0.3s ease-out; 
  transition: all 0.3s ease-out;
}

/* Magnifig POP UP fade */
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* Plain custom carousel */
.wpb_custom_carousel{
  position: relative;
}
.wpb_custom_carousel .owl-controls{
  position: absolute;
  bottom: 0;
  width: 100%;
}
.wpb_custom_carousel div.owl-buttons{
  position: relative;
}
.wpb_custom_carousel div.owl-buttons > div {
  position: absolute;
  height: 30px;
  bottom: 0;
  background: rgba(255,255,255,0.5);
  line-height: 30px;
  width: 30px;
  text-align: center;
}
.wpb_custom_carousel  div.owl-buttons > div:hover {
  background: rgba(255,255,255,1);
}
.wpb_custom_carousel div.owl-buttons > .owl-prev{
  left: 0;
}
.wpb_custom_carousel div.owl-buttons > .owl-next{
  right: 0;
}
.wpb_custom_carousel:not(.owl-carousel){
  opacity: 0;
}

/* Preloader style */
.plain-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 999999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}
.plain-preloader-inner {
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 45%;
  background-image: url('../img/preloader.gif');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  margin: -20px 0 0 -20px;
}

/* fittext */

.fittext {
  font-size: 38px;
  font-weight: 300;
  line-height: 1.6em;
  margin-bottom: 35px;
}
.uppercase {
  text-transform: uppercase;
}

/*************** Classic Blog Carousel ***************/

.latest-posts-classic .left-meta-post {
  float: left;
  text-align: center;
  margin-right: 12px;
  margin-bottom: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
  overflow: hidden;
}

.latest-posts-classic .left-meta-post .post-date {
  padding: 8px 0;
  width: 42px;
  background-color: #444;
  color: #fff;
}

.latest-posts-classic .left-meta-post .post-date .wpb-date-d {
  font-size: 20px;
  font-weight: 700;
  display: block;
  letter-spacing: 1px;
}

.latest-posts-classic .left-meta-post .post-date .wpb-date-m {
  display: block;
  text-transform: uppercase;
  line-height: 14px;
  font-size: 11px;
  letter-spacing: 1px;
}

.latest-posts-classic .left-meta-post .post-type i {
  display: block;
  height: 40px;
  line-height: 39px;
  width: 42px;
  color: #fff;
  font-size: 1.4em;
}

.latest-posts-classic .classic-blog-post-title {
  margin-bottom: 5px;
  margin-top: 0;
  clear: inherit;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.latest-posts-classic .classic-blog-post-title a {
  color: #444;
  transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.latest-posts-classic .wpb-read-more-link {
  transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.latest-posts-classic .wpb-read-more-link:hover {
  color: #444;
}
.custom-carousel .item {
  padding-right: 20px;
}
.classic-blog-post-content p{
  margin-bottom: 0;
}

/* Classic Blog Grid */
.classic-blog-grid .post-row {
  display: block;
  overflow: hidden;
  
}
.classic-blog-grid .post-row:not(:last-child){
  margin-bottom: 20px;
}
.classic-blog-grid .post-row > div{
  display: table;
}

/* Styling Next and Prev buttons */

.touch-slider .owl-controls .owl-buttons div{
  position: absolute;
  top: 50%;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  zoom: 1;
  padding: 0 1px;
  *display: inline;/*IE7 life-saver */
  border-radius: 50%;
  -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
  background: #444;
  filter: Alpha(Opacity=60);/*IE7 fix*/
  opacity: 0.6;
  margin-top: -30px;
  transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.touch-slider:hover .owl-controls .owl-buttons div{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
}

.touch-slider .owl-controls .owl-buttons div.owl-prev{
  left: 0;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
}

.touch-slider .owl-controls .owl-buttons div.owl-next{
  right: 0;
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
}

.touch-slider .owl-controls .owl-buttons div i{
  font-size: 1.8em;
  color: #fff;
}


.touch-carousel .owl-controls .owl-buttons {
  position: absolute;
  top: -50px;
  right: 2px;
}

.touch-carousel.projects-carousel .owl-controls .owl-buttons {
  right: 12px;
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons {
  position: relative;
  top: 0;
  right: 0;
}

.touch-carousel.navigation-2.clients-carousel .owl-controls .owl-buttons {
  top: -8px;
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons div, .touch-carousel.navigation-3 .owl-controls .owl-buttons div{
  background-color: #f2f2f2;
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons div i, .touch-carousel.navigation-3 .owl-controls .owl-buttons div i{
  color: #666;
}

.touch-carousel.navigation-3 {
  padding-top: 45px;
}

.touch-carousel.navigation-3.clients-carousel {
  padding-top: 25px;
}

.touch-carousel.navigation-3 .owl-controls .owl-buttons {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons div, .touch-carousel.navigation-3 .owl-controls .owl-buttons div {
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.touch-carousel.navigation-3.projects-carousel .owl-controls .owl-buttons {
  right: 9px;
}

.touch-carousel .owl-controls .owl-buttons div, .testimonials-carousel .owl-controls .owl-buttons div {
  height: 22px;
  width: 22px;
  line-height: 20px;
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
  background-color: #fff;
  margin-left: 4px;
  transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    border: 1px solid #ccc;
}

.touch-carousel .owl-controls .owl-buttons div i, .testimonials-carousel .owl-controls .owl-buttons div i {
  font-size: 1.2em;
  color: #ccc;
  transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.touch-carousel .owl-controls.clickable .owl-buttons div:hover i {
  color: #ffffff;
}
.wpb-read-more-link,
.wpb-read-more-link i {
  margin-left: 5px;
}


/*************** Testimonials ***************/

.testimonials {
  padding-top: 8px;
  text-align: center;
  position: relative;
}

/*.testimonials:after {
  font-family: "FontAwesome";
  content: '\f0e5';
  font-size: 6em;
  line-height: 70px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -32px;
  color: rgba(255,255,255,.06);
}*/

.testimonials .testimonial-content p {
  font-family: 'Lora', serif;
  font-size: 24px;
  line-height: 36px;
  font-style: italic;
  font-weight: 400;
  color: #444;
}

.testimonials .testimonial-content {
  position: relative;
}

.testimonials .testimonial-content p::before {
  content: open-quote;
  margin-right: 6px;
}

.testimonials .testimonial-content p::after {
  content: close-quote;
  margin-left: 6px;
}

.testimonials .testimonial-author {
  padding: 8px;
  margin-bottom: 10px;
}

.classic-testimonials .testimonial-content {
  position: relative;
  padding: 14px 18px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
  margin-bottom: 10px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
  -o-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
  -moz-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
}

.classic-testimonials .testimonial-content:before {
  content: "\201C";
  font-weight: 300;
  position: absolute;
  font-size: 30px;
  opacity: 0.5;
  top: 8px;
  left: 6px;
}


.classic-testimonials .testimonial-author {
  margin-left: 10px;
}

.classic-testimonials .testimonial-author span {
  font-weight: 600;
}
.wpb-classic-testimonial-carousel.custom-carousel .item{
  padding-right: 0;
}


/*************** Team Members ***************/

.team-member {
  position: relative;
}

.team-member .member-photo {
  padding: 3px;
  border: 1px solid #eee;
  border-radius: 3px;
  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
  position: relative;
  transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.team-member .member-photo .member-name {
  position: absolute;
  bottom: 12px;
  right: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
  background-color: #444;
  z-index: 9994;
}

.team-member .member-photo .member-name span {
  position: absolute;
  top: 90%;
  right: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  padding: 1px 10px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

.team-member .member-info {
  padding: 15px 6px 12px 6px;
}

.team-member .member-socail a i {
  color: #fff;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
  display: inline-block;
  background-color: #d2d2d2;
  transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.team-member.gray-social .member-socail a:not(:last-child) i{
  margin-right: 3px;
}
.team-member .member-socail a:hover i.fa-facebook {
  background-color: #507CBE;
}

.team-member .member-socail a:hover i.fa-twitter {
  background-color: #63CDF1;
}

.team-member .member-socail a:hover i.fa-google-plus {
  background-color: #F16261;
}

.team-member .member-socail a:hover i.fa-dribbble {
  background-color: #E46387;
}

.team-member .member-socail a:hover i.fa-linkedin {
  background-color: #90CADD;
}

.team-member .member-socail a:hover i.fa-flickr {
  background-color: #E474AF;
}

.team-member .member-socail a:hover i.fa-instagram {
  background-color: #4D4F54;
}

.team-member.modern .member-info {
  padding: 14px 0;
}

.team-member.modern.team-skill-no .member-info {
  padding-bottom: 5px;
}

.team-member.modern .member-photo {
  position: relative;
  padding: 0px;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

.team-member.modern .member-photo:after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 1px);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9993;
  transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
  
  
}

.team-member.modern:hover .member-photo:after {
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.team-member.modern .skillbar {
  height: 3px;
  border-width: 2px;
  margin-bottom: 6px;
  position:relative;
  display:block;
  width:100%;
  background:#eee;
  -webkit-transition:0.4s linear;
  -moz-transition:0.4s linear;
  -ms-transition:0.4s linear;
  -o-transition:0.4s linear;
  transition:0.4s linear;
  -webkit-transition-property:width, background-color;
  -moz-transition-property:width, background-color;
  -ms-transition-property:width, background-color;
  -o-transition-property:width, background-color;
  transition-property:width, background-color;
}
.team-member.modern .skillbar-bar {
  height:3px;
  width:0px;
}
.team-member.modern .skillbar-label {
  font-size: 12px;
  line-height: 2em;
  font-weight: 700;
}
.team-member.modern .skillbar span {
  display: none;
}
.team-member.modern:not(.team-skill-no) .member-socail {
  margin-top: 15px;
}
.team-member.transparent-social .member-socail a i {
  background-color: transparent;
  color: #666;
}
.team-member.modern .member-socail a:hover i {
  color: #fff;
}

.wpb_classic_team > div {
    margin-bottom: 35px;
}


/* Portfolio Carousel */

.wpb-portfolio-carousel .portfolio-item {
  padding: 15px;
  margin: 0 5px;
  border: 1px solid #eee;
  background: #ffffff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
..wpb-portfolio-carousel .portfolio-item .portfolio-details h4 {
  font-size: 16px;
  line-height: 22px;
  color: #444;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.wpb-portfolio-carousel .portfolio-item .portfolio-details {
  position: relative;
  padding-top: 9px;
}
.wpb-portfolio-carousel .portfolio-categories {
  color: #666;
}
.wpb-portfolio-carousel .portfolio-item .portfolio-thumb {
  position: relative;
  overflow: hidden;
}

.wpb-portfolio-carousel .portfolio-item .portfolio-thumb .thumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0);
  transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.wpb-portfolio-carousel .portfolio-item:hover .portfolio-thumb .thumb-overlay {
  background: rgba(255,255,255,0.5);
}

.wpb-portfolio-carousel .portfolio-item .portfolio-thumb .thumb-overlay i {
  opacity: 0;
  background: url('../img/backgrounds/plus-icon-black.png');
  position: absolute;
  top: 42%;
  left: 50%;
  width: 30px;
  height: 40px;
  display: block;
  margin-left: -27px;
  margin-top: -19px;
  font-size: 3em;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.wpb-portfolio-carousel .portfolio-item:hover .portfolio-thumb .thumb-overlay i {
  top: 50%;
  opacity: 1;
}
.mfp-wrap{
  z-index: 999999;
}
.wpb-portfolio-carousel.touch-carousel .owl-controls .owl-buttons{
  right: 6px;
}

/* VC progerss bar */

.vc_progress_bar.wpb_custom_vc_progress_bar .vc_single_bar .vc_bar{
  border-radius: 0;
}
.wpb_vc_label_units{
  opacity: 1;
  position: absolute;
  top: -5px;
  background: #ACB2B8;
  padding: 3px 10px;
  color: #FFF;
  border-radius: 0px;
  right: 0px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.progress.vc_single_bar {
  overflow: visible;
  height: 18px;
  margin-bottom: 10px!important;
  background-color: #f9f9f9;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* Image service box */

.image-service-box img {
  margin-bottom: 14px;
}
.image-service-box h4 {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #444;
}



/* Service boxed */

.service-boxed .service-icon {
  margin-top: -25px;
}
.service-boxed {
  margin-top: 30px;
  padding: 0 15px 20px 15px !important;
  border: 1px solid #eee;
  border-radius: 4px;
  -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
  transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.service-boxed:hover {
  border-color: #e2e2e2;
  box-shadow: 0 0 6px rgba(0,0,0,.1);
  -o-box-shadow: 0 0 6px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 6px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
}

.service-boxed p {
    margin-bottom: 0;
}

/* Service Style 4 */

.wpb-service-style-4.wpb-service-icon-align-left .service-icon {
  float: left;
}
.wpb-service-style-4.wpb-service-icon-align-left .service-content {
  padding-left: 15px;
}
.wpb-service-style-4.wpb-service-icon-align-left > div {
  display: table;
}

.wpb-service-style-4.wpb-service-icon-align-center{
  text-align: center;
}
.wpb-service-style-4.wpb-service-icon-align-center .service-icon i{
  margin: 0 auto 16px auto;
}

.wpb-service-style-4 h4 {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #444;
}

.icon-small {
  font-size: 2em;
  color: #444;
  transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.icon-small:hover, .wpb-service-style-4:hover .icon-small {
  text-shadow: 5px 5px 2px rgba(255,255,255,0);
}

.icon-medium {
  font-size: 2.5em;
  color: #666;
  transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.icon-medium:hover, .wpb-service-style-4:hover .icon-medium {
  text-shadow: 5px 5px 2px rgba(255,255,255,0);
}

.icon-large {
  font-size: 3em;
  color: #666;
  transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.icon-large:hover, .wpb-service-style-4:hover .icon-large {
  text-shadow: 5px 5px 2px rgba(255,255,255,0);
}

.icon-mini-effect {
  position: relative;
  display: block;
  z-index: 1;
  font-size: 1.2em;
  color: #fff;
  top: 4px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
  transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.icon-medium-effect {
  position: relative;
  display: block;
  z-index: 1;
  font-size: 2em;
  color: #fff;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  margin: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
  transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.icon-large-effect {
  position: relative;
  display: block;
  z-index: 1;
  font-size: 2.6em;
  color: #fff;
  width: 80px;
  height: 80px;
  line-height: 78px;
  text-align: center;
  margin: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
  transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.icon-mini-effect:after, .icon-medium-effect:after, .icon-large-effect:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}


/*First Icon Effect */
.icon-effect-1 {
  background-color: #fff;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  transition: color 0.4s;
}

.gray-icon.icon-effect-1 {
  box-shadow: 0 0 0 3px #444;
  -o-box-shadow: 0 0 0 3px #444;
  -moz-box-shadow: 0 0 0 3px #444;
    -webkit-box-shadow: 0 0 0 3px #444;
}

.icon-effect-1:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}

.gray-icon.icon-effect-1:after {
  background: #444;
}

.icon-effect-1.gray-icon:hover, .wpb-service-style-4:hover .gray-icon.icon-effect-1 {
  color: #444;
}

.icon-effect-1:hover:after, .wpb-service-style-4:hover .icon-effect-1:after {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}

/*Seconed Icon Effect */
.icon-effect-2 {
  background: #fff;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  transition: color 0.4s;
}

.gray-icon.icon-effect-2 {
  color: #444;
  box-shadow: 0 0 0 3px #444;
  -o-box-shadow: 0 0 0 3px #444;
  -moz-box-shadow: 0 0 0 3px #444;
    -webkit-box-shadow: 0 0 0 3px #444;
}

.icon-effect-2:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}

.gray-icon.icon-effect-2:after {
  background: #444;
}

.icon-effect-2:hover, .wpb-service-style-4:hover .icon-effect-2, .icon-effect-2.gray-icon:hover, .wpb-service-style-4:hover .gray-icon.icon-effect-2 {
  color: #fff;
}

.icon-effect-2:hover:after, .wpb-service-style-4:hover .icon-effect-2:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/*Third Icon Effect */
.icon-effect-3 {
  background: #fff;
}

.gray-icon.icon-effect-3 {
  color: #444;
  box-shadow: 0 0 0 3px #444;
  -o-box-shadow: 0 0 0 3px #444;
  -moz-box-shadow: 0 0 0 3px #444;
    -webkit-box-shadow: 0 0 0 3px #444;
}

.icon-effect-3:hover:before, .wpb-service-style-4:hover .icon-effect-3:before {
  -webkit-animation: toRightFromLeft 0.4s forwards;
  -moz-animation: toRightFromLeft 0.4s forwards;
  animation: toRightFromLeft 0.4s forwards;
}

@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}

/*Fourth Icon Effect */
.icon-effect-4 {
  background: #fff;
}

.gray-icon.icon-effect-4 {
  color: #444;
  box-shadow: 0 0 0 3px #444;
  -o-box-shadow: 0 0 0 3px #444;
  -moz-box-shadow: 0 0 0 3px #444;
    -webkit-box-shadow: 0 0 0 3px #444;
}

.icon-effect-4:hover:before, .wpb-service-style-4:hover .icon-effect-4:before {
  -webkit-animation: toLeftFromRight 0.4s forwards;
  -moz-animation: toLeftFromRight 0.4s forwards;
  animation: toLeftFromRight 0.4s forwards;
}

@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toLeftFromRight {
  49% {
    -moz-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toLeftFromRight {
  49% {
    transform: translate(-100%);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}

/*Fifth Icon Effect */
.icon-effect-5 {
  background: #fff;
}

.gray-icon.icon-effect-5 {
  color: #444;
  box-shadow: 0 0 0 3px #444;
  -o-box-shadow: 0 0 0 3px #444;
  -moz-box-shadow: 0 0 0 3px #444;
    -webkit-box-shadow: 0 0 0 3px #444;
}

.icon-effect-5:hover:before, .wpb-service-style-4:hover .icon-effect-5:before {
  -webkit-animation: toTopFromBottom 0.4s forwards;
  -moz-animation: toTopFromBottom 0.4s forwards;
  animation: toTopFromBottom 0.4s forwards;
}

@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

/*six Icon Effect */
.icon-effect-6 {
  background: #fff;
}

.gray-icon.icon-effect-6 {
  color: #444;
  box-shadow: 0 0 0 3px #444;
  -o-box-shadow: 0 0 0 3px #444;
  -moz-box-shadow: 0 0 0 3px #444;
    -webkit-box-shadow: 0 0 0 3px #444;
}

.icon-effect-6:hover:before, .wpb-service-style-4:hover .icon-effect-6:before {
  -webkit-animation: toBottomFromTop 0.4s forwards;
  -moz-animation: toBottomFromTop 0.4s forwards;
  animation: toBottomFromTop 0.4s forwards;
}

@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toBottomFromTop {
  49% {
    -moz-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}

@media (min-width: 991px) {
  .wpb_column > .wpb_wrapper > .wpb-service-style-4:not(:last-child){
    margin-bottom: 26px;
  }
}
@media (max-width: 991px) {
  .wpb_column > .wpb_wrapper > .wpb-service-style-4{
    margin-bottom: 26px;
  }
  .row .wpb_column:last-child > .wpb_wrapper > .wpb-service-style-4:last-child{
    margin-bottom: 0;
  }
}

/* Custom separator */
.hr5 {
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0));
}

/*************** Fancy Lists ***************/

.wpb-fancy-list {
  margin-bottom: 6px;
  margin-left: 0;
  padding-left: 0;
}

.wpb-fancy-list li, .wpb-fancy-list-unstyled li {
  margin-bottom: 4px;
}

.wpb-fancy-list li i {
  font-size: 14px;
  margin-right: 4px;
}
.wpb-fancy-list.list-icon-default.list-type-u li{
  list-style: inherit;
}
.wpb-fancy-list.list-icon-default.list-type-o li{
  list-style: inherit;
}

/* Contact Info */
.wpb-contact-info {
  margin-bottom: 30px;
}
.wpb-contact-info li:not(:last-child){
  margin-bottom: 10px;
}
.wpb-contact-info li i {
  font-size: 14px;
  margin-right: 6px;
}
.wpb-contact-info li strong {
  margin-right: 4px;
}
ul.list-unstyled li:not(:last-child) {
  margin-bottom: 4px;
}

/* 404 Page style */
section#error-404 {
  padding: 90px 0;
}
#error-404 h1 {
  font-size: 160px;
  line-height: 140px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
}
#error-404 h3 {
  font-size: 22px;
  line-height: 28px;
  color: #666;
  margin-bottom: 25px;
}
.wpb_project_content ul, .wpb-entry-content ul {
  margin-bottom: 15px;
  margin-left: 40px;
}
@media (max-width: 991px) {
  .wpb_project_content ul, .wpb-entry-content ul {
    margin-left: 15px;
  }
}
.wpb_project_content ul li, .wpb-entry-content ul li {
  list-style: inherit;
}
.mfp-bg {
  z-index: 999999;
}