/*

Theme Name: plain-child
Theme URI: mustafa-amr
Author: mustafa-amr
Author URI: mustafa-amr
Description: it is like beer.
Template: plain
Version: 1.7.1
Text Domain: plain
Tags: 

*/




/* Reset browser defaults */
@import url('style-parent.css?v=2020.05'); 


/* 
----------------------------------------------------------------------------------
 child theme style.css 
----------------------------------------------------------------------------------
*/

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background: #ecf0f1;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4 {
  font-family: 'loveloblack';
}
a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#secondary ul li a {
  color: inherit;
}
b,
strong {
	font-weight: 400;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
#footer-widgets .row {
  padding: 80px 0 90px;
}
.ordinary-row {
  padding: 80px 0 90px;
}
.section-title + .row {
  padding: 40px 0 90px;
}
.btn,
button,
input[type="submit"] {
  padding: 7px 30px;
  border-radius: 30px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.plain-vc-btn.btn{
  margin: 5px;
}
.btn:hover,
button:hover,
input[type="submit"]:hover {
  color: #fff;
}
.plain-vc-btn.btn-default,
.plain-vc-btn.btn-default:hover {
  color: inherit;
}
.input-group-btn button {
  padding: 11px 20px;
}
.btn-common,
input[type="submit"] {
  color: #fff;
  border: 2px solid;
}
.btn-common:hover,
.btn-common:focus,
.btn-common:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active{
  opacity: 0.7;
  color: #fff;
  border-color: transparent;
}
.btn-common.active {
  background: transparent;
  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;
}
.social-links {
  display: inline-block;
}
.social-links a {
  display: inline-block;
  margin: 0 0 0 0px !important;
}
.social-links a i {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  border-radius: 100%;
  line-height: 32px;
  -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 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 a .fa-twitter:hover {
  color: #00aced;
}
.social-links a .fa-facebook:hover {
  color: #3b5998;
}
.social-links a .fa-google-plus:hover {
  color: #dd4b39;
}
.social-links a .fa-youtube-play:hover {
  color: #bb0000;
}
.social-links a .fa-linkedin:hover {
  color: #007bb6;
}
li.search {
  position: inherit;
}
.navbar-plain .navbar-nav > li.search > a:before {
  display: none;
}

/* @media (max-width: 767px) {.navbar-plain .navbar-nav > li.search{display: none}} */
@media (max-width: 767px) {.navbar-plain .navbar-nav > li.search{display: block}} 


.full-search {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #333;
  padding: 15px 0 12px;
  z-index: 999;
}
.full-search input[type="text"] {
  outline: none;
  display: inline-block;
  width: 97%;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 28px;
  padding: 4px 16px 8px;
  line-height: 39px;
  height: auto;
  border: 1px solid #444;
}
.section-title {
  font-family: 'loveloblack';
  position: relative;
  padding: 0 0 15px;
  margin-bottom: 35px !important;
  margin-top: 0;
}
.section-title:before {
  position: absolute;
  content: " ";
  width: 50px;
  bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 3px solid;
}
.section-title.disable-border-bottom {
  padding-bottom: 0;
}
.section-title.disable-border-bottom:before {
  display: none;
}
.plain-bg-primary-deep .section-title:before {
  border-color: #fff;
}
.section-title.text-left{
  text-align: left!important;
}
.small-title {
  position: relative;
  letter-spacing: 1px;
  padding-bottom: 30px;
  text-transform: uppercase;
  font-family: 'loveloblack';
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
}
.small-title:before {
  position: absolute;
  content: " ";
  width: 25px;
  bottom: 25px;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 2px solid;
}
.small-title.disable-border-bottom {
  padding-bottom: 0;
}
.small-title.disable-border-bottom:before {
  display: none;
  visibility: hidden;
}
.section-subtitle {
  text-align: center;
  font-weight: 300;
  padding-bottom: 30px;
  position: relative;
  color: #bdc3c7;
}
@media (min-width: 991px){
  #footer-widgets .footer-widget{
    margin-bottom: 0;
  }
}
#footer-widgets .widget-title,
.widget-area .widget-title {
  position: relative;
  letter-spacing: 1px;
  padding-bottom: 30px;
  text-transform: uppercase;
  font-family: 'loveloblack';
  text-align: left;
  font-size: 24px;
  margin-top: 0;
}
#footer-widgets .widget-title:before{
  position: absolute;
  content: " ";
  width: 25px;
  bottom: 25px;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 2px solid;
}


/* ScrollToTop */
.scroll-top {
  position: fixed;
  display: none;
  text-align: center;
  right: 30px;
  bottom: 30px;
  border: 2px solid rgba(153, 153, 153, 0.51);
  border-radius: 100%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  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:hover i {
  color: #fff;
}
.scroll-top i {
  color: rgba(153, 153, 153, 0.51);
}
.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 {
  padding: 0;
  margin: 0;
  /*background: url(../img/backgrounds/testimonial-bg.jpg);*/
  border-bottom: 0;
  position: relative;
}
.page-header .page-header-inner {
  position: absolute;
  color: #fff;
  width: 100%;
  height: 100%;
}
.page-header .page-header-inner:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
}
.page-header .page-title {
  text-align: left;
  padding: 15px 0;
  margin-bottom: 10px!important;
}
.page-header .section-title:before {
  width: 40px;
}


#carousel-area {
  overflow: hidden;
  background: #2c3e50;
}
#carousel-area .item {
  background-size: 100%;
  background-size: cover;
  height: 560px;
}
.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-family: 'loveloblack';
  font-size: 80px;
  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: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 300;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
}
#carousel-area .item .carousel-caption .btn {
  margin: 30px 15px;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
}
#carousel-area .active {
  opacity: 1;
}
#carousel-area .active.left,
#carousel-area .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
#carousel-area .carousel-control {
  z-index: 10;
  width: 35px;
  height: 55px;
  top: 50%;
  padding: 10px 5px;
  box-shadow: none;
  background-image: none;
  margin-top: -35px;
  text-shadow: none;
}
#carousel-area .carousel-control i {
  border-radius: 100%;
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  padding: 15px;
}
#carousel-area .carousel-control i:hover {
  background: rgba(255, 255, 255, 0.2);
}
#carousel-area .left.carousel-control {
  left: 5%;
}
#carousel-area .right.carousel-control {
  right: 5%;
}
#carousel-area .carousel-indicators {
  bottom: 45px;
}
#carousel-area .carousel-indicators li {
  border-radius: 4px;
  width: 40px;
  height: 8px;
  margin: 0 5px;
  opacity: 0.5;
}
#carousel-area .carousel-indicators li:hover,
#carousel-area .carousel-indicators li.active {
  opacity: 1.0;
}
#carousel-area:hover .carousel-control {
  display: block;
}
#carousel-area i {
  margin-right: 10px;
}

/**
 * Main Nav menu
 */
.plain-logo-wrapper{
  overflow: hidden;
}
.navbar {
  margin-bottom: 0;
}
.navbar li {
  color: #666;
}

@media only screen and (max-width: 767px){
	.pure-toggle-label[data-toggle-label='left'] {
		display:none;
	}	
}

@media only screen and (min-width: 767px){
  .plain-nav-fixed {
    position: fixed !important;
    top: 0;
    height: 60px;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.33) !important;
    background: rgba(255,255,255,0.95);
  }
  .plain-nav-fixed .navbar-brand img{width: 80%;}
}

@media only screen and (min-width: 767px){
  .default-header .plain-nav-fixed {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
  }
}



.navbar-plain .navbar-nav > li:last-child > a {
  margin-right: 3px;
}
.navbar-plain {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 0 3px rgba(000,000,000,.2);
  -moz-box-shadow: 0 0 3px rgba(000,000,000,.2);
  box-shadow: 0 0 3px rgba(000,000,000,.2);
}
.transparent-header .navbar-plain {
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: inherit;
  transition: all 0.8s;
}
.transparent-header .plain-nav-fixed .navbar-nav > li > a,
.transparent-header .plain-nav-fixed .plain-logo-wrapper,
.transparent-header .navbar-nav > li > a,
.transparent-header .plain-logo-wrapper {
  transition: all 0.8s;
}
.transparent-header .navbar-plain.plain-nav-fixed {
  background: rgba(255,255,255,0.95);
}
.transparent-header .navbar-plain .navbar-nav > li > a {
  color: #ffffff;
}
.transparent-header .plain-nav-fixed .navbar-nav > li > a {
  color: #444;
}
.transparent-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}
body.admin-bar .transparent-header {
  top: 32px;
}
.navbar-plain .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  height: auto;
}
.navbar-plain .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-plain .navbar-nav > li > a,
.navbar-plain .navbar-nav > li > a:focus,
.navbar-plain .navbar-nav>.open>a, 
.navbar-plain .navbar-nav>.open>a:focus, 
.navbar-plain .navbar-nav>.open>a:hover {
  font-size: 14px;
  padding: 5px 0;
  outline: 0;
  color: #666;
  text-transform: uppercase;
  background: transparent;
}
.navbar-plain .navbar-nav > li > a {
  background: transparent;
  padding-bottom: 5px;
  color: #666;
  position: relative;
}
.navbar-plain .navbar-nav > li > a:before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 1px;
  position: absolute;
  left: 1px;
  bottom: 4px;
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.navbar-plain .navbar-nav > li a:hover::before,
.navbar-plain .navbar-nav > li.active a::before,
.navbar-plain .navbar-nav > li.open > a::before,
.navbar-plain .navbar-nav > .active > a:focus::before {
  width: 15px;
}
.navbar-plain .navbar-nav > li a:focus > a::before {
  background: transparent;
}
.navbar-plain .navbar-nav > li > a:hover,
.navbar-plain .navbar-nav > .active > a,
.navbar-plain .navbar-nav > li.open > a,
.navbar-plain .navbar-nav > .active > a:hover,
.navbar-plain .navbar-nav > .active > a:focus,
.navbar-plain .navbar-nav > .open > a:hover {
  background: transparent;
}
.navbar-plain .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-plain .dropdown .dropdown-menu {
  padding: 0;
  border-style: solid;
  border-width: 4px 0 0 0;
  border-radius: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.navbar-plain .dropdown .dropdown-menu > li > a {
  color: #666;
  padding: 10px 0 10px 15px;
  margin: 5px 0;
}
.navbar-plain .dropdown .dropdown-menu > li > a:hover,
.navbar-plain .dropdown .dropdown-menu > li > a .active {
  background: #ecf0f1;
}
.navbar-plain .dropdown .dropdown-menu > li.active > a {
  background: #ecf0f1;
}
.navbar-plain .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-plain ul.navbar-nav li.menu-item:last-child{

}
.navbar-plain .navbar-toggle {
  border-radius: 0;
  margin-top: 15px;
}
.navbar-plain .navbar-toggle:hover .icon-bar {
  background: #fff;
}



/* Menu animation first level */

@-webkit-keyframes fadeInUpMenu { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(10px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes fadeInUpMenu { 
    0% { 
        opacity: 0; 
        transform: translateY(10px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 

.fadeInUpMenu { 
    -webkit-animation-name: fadeInUpMenu; 
    animation-name: fadeInUpMenu;
}
@media (max-width: 767px) {
  .navbar-plain .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: 0;
}


/* Top Bar */

#roof {
  font-size: 12px;
}
#roof .quick-contacts span {
  padding: 0 15px;
  line-height: 30px;
  letter-spacing: 1px;
}
#roof .quick-contacts i {
  margin-right: 5px;
  display: inline;
}
#roof .search-box input {
  width: 70%;
  -webkit-transition: width 0.3s ease-in-out;
}
#roof .search-box input:focus {
  width: 90%;
  -webkit-transition: width 0.3s ease-in-out;
}
#roof .search-box .input-group-btn {
  float: left;
}
#roof .search-box .input-group-btn .btn {
  padding: 5px 15px;
}

/* Transition */
.search-box i{
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.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;
}
.our-progress {
  position: relative;
}
.our-progress.row {
  padding: 0;
}
@media (min-width: 792px) {
  .our-progress:before {
    background: url(../img/backgrounds/progress-liner.png);
    background-repeat: no-repeat;
    top: 0;
    left: 20px;
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 200px;
    background-position: center;
  }
}
.our-progress h3 {
  font-size: 24px;
}
.progress-item .icon-effect {
  box-shadow: 0 0 0 3px #ffffff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.progress-item-white-color {
  color: #ffffff;
}
.progress-item .icon-effect i {
  font-size: 2.5em;
}
.progress-item .icon-effect:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background: #ffffff;
  -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;
}
.progress-item:hover .icon-effect:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
  -moz-transition: -moz-transform 0.4s, opacity 0.2s;
  transition: transform 0.4s, opacity 0.2s;
}
.progress-item:hover .icon-effect {
  color: #ffffff;
}

#portfolio-items * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.controls {
  padding: 0 15px 15px;
}
.controls .btn {
  margin: 0 7px 7px!important;
}
.controls .btn:active,
.controls .btn.active {
  background: #fff;
  box-shadow: none;
}
.portfolio-items {
  overflow: hidden;
}
.portfolio-items img {
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.portfolio-items h3 {
  font-family: loveloblack;
  font-size: 18px;
  margin-top: 20%;

}
.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 {
  transform: scale(1.5);
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.portfolio-items .mix {
  text-align: left;
  display: none;
}
.portfolio-items figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 0;
}
.portfolio-items figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
}
.portfolio-items figure figcaption:hover {
  opacity: 0.9;
}
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
  position: absolute;
  content: '';
  opacity: 0;
}
figure.effect-layla figcaption::before {
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
figure.effect-layla figcaption::after {
  top: 14px;
  right: 50px;
  bottom: 14px;
  left: 50px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
figure.effect-layla h3 {
  padding-top: 15px;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.50s;
}
figure.effect-layla h4, figure.effect-layla .portfolio-category {
  padding: 0px 45px;
  color: #ffffff;
  opacity: 0;
}
figure.effect-layla .btn-border {
  opacity: 0;
  position: relative;
  margin-top: 15px;
}
figure.effect-layla figcaption h3,
figure.effect-layla figcaption h4, figure.effect-layla .portfolio-category
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  -ms-transition: opacity 0.35s, -ms-transform 0.35s;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-layla:hover figcaption::after {
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -ms-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
  opacity: 1;
  z-index: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
figure.effect-layla:hover h3,
figure.effect-layla:hover h4,
figure.effect-layla:hover a,
figure.effect-layla:hover .portfolio-category
 {
  opacity: 1;
  z-index: 9999;
  text-transform: uppercase;
}


.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%;
}
#notice {
  background: #ecf0f1;
}
#notice .notice-button {
  margin-top: 30px;
}
#notice h4 {
  font-size: 34px;
  font-family: 'loveloblack';
}
#notice p {
  font-size: 18px;
  color: #999;
  margin-top: 15px;
}
#notice .notice-content {
  background: #fff;
  padding: 30px;
  border-left: 4px solid;
}


.section-subtitle {
  padding-bottom: 70px;
}
.fact-block {
  background: rgba(255, 255, 255, 0.2);
/*  color: #fff;*/
  margin: 0 15px;
}
.fact-block-white-color {
  color: #ffffff;
}
.fact-block .fact-count {
  padding: 30px 0;
}
.fact-block h3,
.fact-block h4 {
  margin-top: 15px;
}
.fact-block h3 {
  font-size: 40px;
  font-family: 'loveloblack';
  letter-spacing: 2px;
  margin-top: 30;
}
.fact-block h4 {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
}
.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;
}
.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-pagination {
  margin-top: 50px;
}
.clients-scroller .owl-pagination .owl-page span {
  border-radius: 4px;
  width: 40px;
  height: 8px;
  background: none;
  border: 1px solid;
  opacity: 0.5;
}
.clients-scroller .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;
}

#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.plain-testimonial-carousel-white-color .carousel-control:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
#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: 'Roboto', sans-serif;
	font-style: normal;
	margin-bottom: 15px;
}
#testimonial-carousel.plain-testimonial-carousel-white-color .item blockquote p {
  color: #ffffff;
}
#testimonial-carousel .item blockquote img {
  margin-bottom: 10px;
  width: 100px;
  height: 100px;
}


#testimonial-carousel .item blockquote small span {
  padding-right: 15px;
  font-size: 12px;
  font-family: 'loveloblack';
}
#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;
  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;}}  */ 
/* see overwriting-syles.css notes on this. search for n+5 */ 

#team-block-2 {
  padding: 0;
}
#team-block-2 .team-member {
  padding-bottom: 15px;
  border-bottom: 5px solid transparent;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #666;
  border-bottom: 4px solid transparent;
}
#team-block-2 .team-member .face {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#team-block-2 .team-member .face img {
  max-width: 100%;
}
#team-block-2 .team-member .member-info {
  text-align: center;
  padding: 24px;
}
#team-block-2 .team-member .member-info h3 {
  line-height: 30px;
  font-size: 30px;
  color: #fff;
}
#team-block-2 .team-member .member-info .position {
  color: #999;
  font-size: 16px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
#team-block-2 .team-member .member-info .social-team {
  margin-top: 15px;
}
#team-block-2 .team-member .member-info .social-team a {
  color: #3D566E;
  margin: 0 4px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#team-block-2 .team-member .member-info .social-team a i {
  color: #ffffff;
  padding: 7px;
  background: transparent;
  font-size: 18px;
  line-height: 28px;
  border: 1px solid #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#team-block-2 .team-member .member-info .desc {
  margin-top: 15px;
  color: #ecf0f1;
}
#team-block-2 .team-member .member-info .social .fa-facebook:hover {
  background: #3b5998;
  color: #fff;
}
#team-block-2 .team-member .member-info .social .fa-twitter:hover {
  background: #00CAFB;
  color: #fff;
}
#team-block-2 .team-member .member-info .social .fa-google-plus:hover {
  background: #D23A1D;
  color: #fff;
}
#team-block-2 .team-member .member-info .social .fa-linkedin:hover {
  background: #007bb6;
  color: #fff;
}
#team-block-2 .team-member:hover {
  background: #777;
}



#subscription .subscription-form .form-control {
  height: 60px;
  font-size: 24px;
  color: #999;
}
#subscription .subscription-form .btn {
  padding: 18px;
}
#error-404 h1 {
  font-family: 'loveloblack';
  font-size: 120px;
}
#error-404 h3 {
  font-size: 40px;
  margin-bottom: 30px;
}
.contact-info-wrapper {
  margin-top: -60px;
}
.contact-info-style-one.contact-info-wrapper .contact-item-wrapper i {
  padding: 15px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  color: #fff;
  line-height: 34px;
}
.contact-info-style-one.contact-info-style-one-white-color {
  color: #ffffff;
}
.map {
  position: relative;
}



.wpcf7-form .form-control {
  margin-bottom: 30px;
  background: transparent;
  border-radius: 30px;
  height: 45px;
}
textarea,
textarea.form-control,
.wpcf7-form textarea.form-control{
  height: auto;
  border-radius: 0
}
.contact-info-style-two.contact-info-wrapper {
  margin-top: -10px;
}
.contact-info-style-two.contact-info-wrapper .contact-item-wrapper {
  padding: 15px 30px;
}
.contact-info-style-two.contact-info-wrapper .contact-item-wrapper i {
  color: #fff;
  padding: 8px 15px;
  font-size: 18px;
}
.contact-info-style-two.contact-info-wrapper .contact-item-wrapper h4 {
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}

footer#footer {
  background: #333;
  color: #ecf0f1;
}
footer#footer a:hover {
  color: #fff;
}
footer#footer .subscription-form .form-control {
  border: 1px solid #fff;
}
footer#footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer#footer ul li {
  line-height: 22px;
}
footer#footer a {
  color: #999;
}
footer#footer ul li.tweet {
  margin-bottom: 15px;
}
footer#footer ul li.tweet .fa-twitter {
  padding: 5px;
  color: #fff;
  border-radius: 100%;
  width: 24px;
  height: 24px;
}
footer#footer ul li.tweet .tweet-date {
  font-size: 12px;
  font-style: italic;
  color: #bdc3c7;
}
footer#footer .tagcloud a {
  color: #fff;
  display: inline-block;
  float: left;
  margin: 0 10px 10px 0;
  padding: 10px 10px 10px 30px;
  background: #666;
  border-radius: 30px;
}

footer#footer #copyright {
  background: rgba(0, 0, 0, 0.5);
}
footer#footer #copyright .row {
  padding: 40px 0;
}
footer#footer #copyright .copyright-text {
  margin-top: 15px;
}
.subscription-form .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.other-service-item{padding-bottom: 30px;}

.other-service-item i {
  font-size: 24px;
  color: #ffffff;
  float: left;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  margin: 6px 24px 0 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.other-service-item h3 {
  font-size: 24px;
  clear: inherit;
}
.other-service-item p {
  padding: 0 36px 0 0;
}
.other-service-item:hover i {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  background: #666;
}

.blog-title {
  font-size: 30px;
  position: relative;
  padding: 30px 30px 15px 15px;
  margin-top: 0;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  /* list-style: none; Changed on 12-16-2022*/
  list-style: unset !important;
}
.popular-title {
  color: #cccccc;
  font-size: 20px;
  text-transform: uppercase;
}
{
  background: #ecf0f1;
}
.post {
  margin-bottom: 30px;
  background: #fff;
}
.post img {
  max-width: 100%;
}

.entry-meta {
  line-height: 42px;
}
article.post .entry-meta span {
  font-size: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
article.post .entry-meta .post-type i {
  font-size: 24px;
}

article.post p i {
  font-size: 18px;
}
article.post .reading {
  padding-top: 12px;
  padding-bottom: 40px;
  margin-top: 20px;
  border-top: 1px solid #ecf0f1;
  position: relative;
}
article.post .reading:after {
  content: '';
  position: absolute;
  border-top: 1px solid;
  top: -1px;
  left: 0;
  width: 102px;
}
article.post .reading .share-btn a {
  margin-left: 10px;
  margin-right: 0;
}
.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;
}
.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;
}
.post-comments .comment-list .comment-detailes .comment-meta .date {
  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;
}
.search-box form {
  border: medium;
}
.search-box input[type="text"] {
  border: medium;
  font-size: 14px;
  width: 100%;
  box-shadow: none;
}
.search-box .plain-search-btn{
  padding: 6px 15px;
  background: transparent;
  margin-left: 0!important;
}
.widget-area .search-box .input-group .form-control{border: 1px solid #ecf0f1; border-radius: 20px;}
#footer-widgets .search-box .plain-search-btn i{
  color: #fff;
}
.search-box i {
  font-size: 18px;
}
.search-box a:focus,
.search-box button:focus,
.search-box input:focus,
.search-box textarea:focus {
  box-shadow: none;
  outline: medium;
}
.widget-area .widget {
  background: #ffffff;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 20px;
  display: block;
  overflow: hidden;
}
.widget-area .widget-title {
  color: #666666;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.widget-area .widget-title:before {
  position: absolute;
  content: " ";
  width: 25px;
  bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 2px solid;
}

.widget .popular-list li {
  margin-bottom: 20px;
}
.widget .content {
  margin-left: 95px;
  min-height: 85px;
}
.widget .content h3 a {
  color: #000000;
  text-decoration: none;
}
.widget .content .date a {
  padding-right: 10px;
}
.plain-category {
  background: #ffffff;
  padding: 12px 30px 40px;
  margin-bottom: 40px;
  position: relative;
}
.plain-category .category-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  padding: 16px 0;
}
.plain-category .category-list li a {
  display: block;
  font-size: 18px;
  margin: 0;
}


.tagcloud a {
  color: #fff;
  display: inline-block;
  float: left;
  margin: 5px;
  padding: 10px 10px 10px 30px;
  background: #666;
  border-radius: 30px;
}
.widget_tag_cloud a:hover{
  color: #ffffff;
}

@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;
}
/* About Us Start */
#aboutus {
  background: #fff;
}
.the-company p {
  font-size: 14px;
  line-height: 25px;
}
.skill-wrapper {
  text-align: center;
}
.skill-wrapper .progress {
  height: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  background-color: #ecf0f1;
  border: 0px;
  border-radius: 30px;
}
.skill-wrapper .progress .progress-bar {
  z-index: 0;
  position: relative;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  transition: width 0.6s ease;
  border-radius: 30px;
}
.skill-wrapper .progress .percent {
  line-height: 30px;
  padding-left: 5px;
  font-size: 16px;
}
.skill-wrapper p {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 30px;
  padding-left: 30px;
  text-align: left;
}
.why-choos-item {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 10px;
}
.why-choos-item-white-color {
  color: #ffffff;
}
.why-choos-item h2 {
  font-size: 18px;
  display: inline-block;
}
.why-choos-item p {
  display: table;
}
.why-choos-icon {
  float: left;
  display: inline-block;
  margin: 15px 15px 0 0;
  padding-left: 1px;
}
.why-choos-icon i {
  font-size: 35px;
}
.plain-awesome-tab > .wpb_tab.active{
  display: block!important;
}
.plain-awesome-tab > .wpb_tab{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.plain-awesome-tab > .wpb_tab {
  background-color: rgba(0, 0, 0, 0.5)!important;
}

.plain-awesome-tab h2, .plain-awesome-tab p{padding-left: 15px;}

.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;
}
.plain-awesome-tab .wpb_tab:not(.active) {
  display: none;
}
.list-group-item:first-child,
.list-group-item:last-child {
  border-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
}
.service-item .icon-wrapper {
  position: relative;
}
.service-item .icon-wrapper i {
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  color: #999;
  padding: 30px;
  position: relative;
  opacity: .5;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.service-item .icon-wrapper i.pi {
  line-height: 125px;
}
.service-item .icon-wrapper i.fa {
  line-height: 65px;
}
.service-item .icon-wrapper i.vc_li{
  line-height: 116px;
}
.service-item .icon-wrapper i.vc-oi{
  line-height: 120px;
}
.service-item .icon-wrapper i.typcn{
  line-height: 125px;
}
.service-item .icon-wrapper i.entypo-icon{
  line-height: 65px;
  width: inherit;
}
.service-item .icon-wrapper:before {
  position: absolute;
  content: "";
  left: 50%;
  margin-left: -75px;
  right: 0;
  top: 15px;
  background: #999;
  height: 1px;
  width: 150px;
  opacity: .5;
}
.service-item .icon-wrapper:after {
  position: absolute;
  content: "";
  left: 50%;
  margin-left: -75px;
  right: 0;
  bottom: 15px;
  background: #999;
  height: 1px;
  width: 150px;
  opacity: .7;
}
.service-item h2 {
  margin: 20px 0;
  opacity: .7;
  font-size: 24px;
  font-family: 'loveloblack';
}
.service-item .btn {
  margin-top: 15px;
}
.service-item:hover i {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.service-item:hover h2 {
  transition: all 0.2s ease-in-out;
  opacity: 1.0;
}
.service-item:hover .icon-wrapper::before {
  opacity: 1;
}
.service-item:hover .icon-wrapper::after {
  opacity: 1;
}

.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.service-style-2.service-style-2-white-color {
  color: #ffffff;
}
.service-item.service-style-2{margin-top: 0;}
.service-item.service-style-2 p{display: table;}
.service-item.service-style-2 h2{font-size: 30px; margin-bottom: 5px; font-family:'Roboto', sans-serif;}

.service-item:hover .icon {
  border: 2px solid;
}
.service-item:hover .icon i {
  color: #fff;
}
.service-inner {
  padding: 40px;
  margin-bottom: 35px;
  border: 2px solid #EEEEEE;
  -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 .icon i {
  font-size: 40px;
  color: #666;
  padding: 7px 22px;
  -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 h3 {
  font-size: 24px;
  color: #666;
  line-height: 30px;
}
.service-inner .description {
  font-size: 14px;
  line-height: 24px;
}
.service-inner p {
  line-height: 22px;
}
.service-inner:hover {
  cursor: pointer;
}
#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;
  line-height: 22px;
  text-transform: uppercase;
}
#canvas .box-item .text p {
  color: #BABABA;
  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 {
  width: 100%;
  background: #F4F4F4;
}
#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;
}
#project .project-details {
  background: #ecf0f1;
  padding: 12px 24px;
  margin-top: 80px;
}
#project .project-details h3 {
  color: #83868B;
}
#project .project-details p {
  color: #968F89;
  font-weight: 300;
}
#project .project-details .terms p {
  text-transform: capitalize;
}
#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 {
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0px;
  padding: 12px 25px;
  display: block;
  position: relative;
}
#tabs .nav-tabs li a i {
  padding-right: 5px;
}
#tabs .nav-tabs li.active a,
#tabs .nav-tabs li.active a:hover,
#tabs .nav-tabs li.active a:focus,
#tabs .nav-tabs li a:hover {
  color: #666;
  background: #FAFAFA;
  border-width: 1px;
  border-style: solid;
  outline: none;
  border-color: #f0f0f0 #f0f0f0 transparent;
  box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.04);
}
#tabs .tab-content {
  background-color: #fafafa;
  padding: 30px;
  margin-bottom: 60px;
  border: 1px solid #f0f0f0;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.04);
}
#tabs .tab-content h1 {
  font-size: 34px;
  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;
}
#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;
}
.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: 8px;
  font-size: 12px;
  min-width: 105px;
}
.alert-info {
  color: #1a4e68;
  background-color: #c6e8fa;
}
.alert {
  margin: 20px 0px;
  border-radius: 0px;
  position: relative;
  padding-left: 70px;
  overflow: hidden;
  z-index: 1;
  border: none;
}
.alert:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 50px;
  height: 101%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.alert strong {
  font-weight: bold;
}
.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 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  color: inherit;
}
.panel-default .panel-heading a {
  padding: 12px 35px 12px 15px;
  display: inline-block;
  width: 100%;
  color: #ffffff;
  position: relative;
  text-decoration: none;
}
.panel-default .panel-heading a i {
  padding-right: 10px;
  font-size: 20px;
}
.panel-default .panel-heading a:after {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  right: 15px;
  font-size: 14px;
  top: 50%;
  line-height: 1;
  margin-top: -7px;
}
.panel-default .panel-heading .collapsed:after {
  content: "";
}
.panel-default .panel-collapse .panel-body {
  background-color: #fafafa;
}
.panel-dark .panel-heading a {
  background-color: #333;
}
.panel-transparent .panel-heading a {
  background-color: transparent;
  color: inherit;
}
.panel-transparent .panel-heading a:hover {
  color: #ffffff;
}
#pricing-block-1 {
  background: #ecf0f1;
}
.pricing-table-1 {
  background: #fff;
}
.pricing-table-1 .table-header {
  padding: 30px 0;
  color: #fff;
}
.pricing-table-1 .table-header h3 {
  font-family: loveloblack;
  font-size: 30px;
}
.pricing-table-1 .plan {
  padding: 15px 0;
  border-bottom: 1px solid rgba(189, 195, 199, 0.5);
}
.pricing-table-1 .plan .price {
  font-size: 60px;
  font-family: loveloblack;
}
.pricing-table-1 .plan .period {
  font-size: 18px;
  color: #999;
  text-transform: uppercase;
}
.pricing-table-1 .plan-info {
  margin-top: 30px;
}
.pricing-table-1 .plan-info p {
  color: #bdc3c7;
  font-size: 16px;
  line-height: 30px;
}
.pricing-table-1 .button-area {
  padding: 30px 0 45px 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;
  font-family: loveloblack;
}
.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;
}

#pricing-block-2 .section-title:before {
  border-color: rgba(255, 255, 255, 0.5);
}
.pricing-table-2 {
  background: rgba(255, 255, 255, 0.11);
  padding: 30px 0;
  text-transform: uppercase;
}
.pricing-table-2-white-color {
  color: #ffffff;
}
.pricing-table-2 .period {
  position: relative;
  letter-spacing: 5px;
}
.pricing-table-2 .period:before {
  position: absolute;
  content: " ";
  width: 30px;
  bottom: -5px;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 2px solid #fff;
}
.pricing-table-2 .price {
  font-size: 90px;
  font-family: loveloblack;
}
.pricing-table-2 .price span {
  position: absolute;
  font-size: 24px;
  margin-left: -30px;
}
.pricing-table-2 p {
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 20px;
}
.social-icons-fill {
  padding: 0px;
}
.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: 38px;
  height: 38px;
  vertical-align: middle;
  border-radius: 100%;
  line-height: 38px;
  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;
  border: 1px solid;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}
.wpb_theme_paignation li.active>span,
nav.wpb_theme_paignation a:hover{
  color: #ffffff;
}
.wpb_theme_paignation li:not(:first-child) {
  margin-left: 15px;
}
.wpb_theme_paignation > ul {
  text-align: left;
  margin: 40px 0;
}

/* Plain Breadcrumb */

.plain-breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
  position: relative;
  z-index: 9;
  line-height: 25px;
}
.plain-breadcrumb li{
  line-height: 25px;
}
.plain-breadcrumb.plain-woo-breadcrumb li:before {
  display: none;
}
.breadcrumb.plain-woo-breadcrumb > li+li {
  padding: 0 5px;
}

/* 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;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 20px;
}
/* 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; 
  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;
}


/* Plain custom carousel */
.plain_custom_carousel{
  position: relative;
}
.plain_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;
}
.plain_custom_carousel  div.owl-buttons > div:hover {
  background: rgba(255,255,255,1);
}
.plain_custom_carousel div.owl-buttons > .owl-prev{
  left: 0;
}
.plain_custom_carousel div.owl-buttons > .owl-next{
  right: 0;
}

/* Preloader style */
.plain-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}
.plain-preloader-inner {
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  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;
}

/* Hero area */

.plain-hero-area {

}
.plain-hero-area > span {
  display: block;
  color: #ffffff;
  font-size: 18px;
}
.plain-hero-area .before-name {
  letter-spacing: 2px;
}
.plain-hero-area .after-name {
  letter-spacing: 2px;
}
.plain-hero-area .name {
  font-family: 'loveloblack';
  display: inline-block;
  margin: 15px 0;
  font-size: 65px;
  letter-spacing: 2px;
  line-height: inherit;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-top: 35px;
  padding-bottom: 25px;
}

/* plain transparent form */

.plain-transparent-form .form-control, .plain-transparent-form .form-control:focus {
  color: inherit;
  border-color: #ffffff!important;
  background: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 3px;
}
.plain-transparent-form textarea.form-control {
  border-radius: 3px;
}
.plain-transparent-form input[type="submit"] {
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 11px 30px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
}
.plain-transparent-form .form-group.form-group-message, 
.plain-transparent-form .form-group.form-group-message .wpcf7-textarea {
  margin-bottom: 15px;
}
.plain-transparent-form .form-group.form-submit {
  margin-bottom: 30px;
}

/* WooCommerce Style */

body.post-type-archive-product .woocommerce-breadcrumb {
  display: none;
}
.plain-woo-content-wrapper > .site-main {
  background: #fff;
  padding: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.wt_woo_pagination > ul {
  margin: 0 0 20px 0;
}
.woocommerce .star-rating span {
  font-weight: inherit;
  letter-spacing: inherit;
}

/* hide recaptcha badge - Added by Amr*/
.grecaptcha-badge{display:none;}

