/*
Theme Name: Wp7s
Theme URI: http://brooktheme.com/wp7s/
Author: Brook Theme
Author URI: https://themeforest.net/user/brooktheme
Text Domain: wp7s
Description: WordPress One Page Theme 
Version: 1.0.0
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html

*/

/*------------------------------------------------------------------

[ Table of contents ]

1.  Global reset.
2.  General.
3.  Menu header.
  3.1  Header top.
  3.2  Header Menu.
4.  Content vs-composer.
  4.1  Title.
  4.2  About The.
  4.3  Newsletter.
  4.4  OUR Work.
  4.5  Testimonial.
  4.6  Counter.
  4.7  Pricing.
  4.8  Video.
  4.9  Team.
  4.10  Skills.
  4.11  Blog.
  4.12  Client.
  4.13  Contact.
5.0  Content single portfolio.
6.0  Content single.
7.0  Content Blog.
8.0  Archive.
9.0  Page 404.
10.0  Sidebar.
  10.1  Tags.
  10.2  About.
  10.3  Recent post.
11  Footer.
--------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------------*/
/* 1.  Global reset  */
/*-------------------------------------------------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #12ccb0;
  text-decoration: none;
  outline: none;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  transition: all 0.5s, transform 0.5s;
}
input:focus {
  outline: none;
}
::selection {
  background: #12ccb0;
  color: #fff;
} 
::-moz-selection { 
  background: #12ccb0;
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 12.5px 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  line-height: 1.3;
  color: #000;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 12px;
  text-transform: uppercase;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
fieldset textarea,
fieldset input[type="text"],
fieldset input[type="password"],
fieldset input[type="datetime"],
fieldset input[type="datetime-local"],
fieldset input[type="date"],
fieldset input[type="month"],
fieldset input[type="time"],
fieldset input[type="week"],
fieldset input[type="number"],
fieldset input[type="email"],
fieldset input[type="url"],
fieldset input[type="search"],
fieldset input[type="tel"],
fieldset input[type="color"],
fieldset .uneditable-input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
legend {
  padding: 0 10px;
  margin-left: -10px;
}
label {
  display: inline-block;
  margin-bottom: 5px;
}
#cancel-comment-reply-link, input[type="submit"] {
  padding: 7px 30px;
  background: #12ccb0;
  color: #fff;
  border: 1px solid #12ccb0;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  transition: all 0.5s, transform 0.5s;
}
input[type="submit"]:hover {
  background: #fff;
  color: #12ccb0;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 40px;
  padding: 4px 6px;
  font-size: 13px;
  line-height: 30px;
  font-weight: normal;
  outline: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input,
textarea,
.uneditable-input {
  width: 206px;
  -webkit-appearance: none;
}
textarea {
  height: auto;
  background: #ffffff;
  resize: vertical;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #ddd;
  -webkit-transition: border linear 0.2s;
  -moz-transition: border linear 0.2s;
  -o-transition: border linear 0.2s;
  transition: border linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #B5B5B5;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
}
input[type="radio"],
input[type="checkbox"] {
  margin: 5px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 40px;
  line-height: 40px;
  padding: 8px;
}
select {
  width: 100%;
  border: 1px solid #eee;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #e5e5e5;
  background-color: #fcfcfc;
  border-color: #e5e5e5;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.wp7s-testimonial blockquote {
  font-size: 18px;
  padding: 15px 0 5px 25px;
  font-style: italic;
  color: #565656;
  margin: 25px 0 25px 0px;
  border: 0;
}
.wp7s-testimonial blockquote p {
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  color : #565656;
}
.wp7s-testimonial blockquote:before {
  content: "\f10d";
  font-family: 'fontawesome';
  color: #555;
  font-size: 18px;
  line-height: 18px;
  font-style: initial;
  margin-right: 10px;
}
.wp7s-testimonial blockquote:after {
  content: "\f10e";
  font-family: 'fontawesome';
  color: #555;
  font-size: 18px;
  line-height: 18px;
  font-style: initial;
  margin-left: 10px;
}
blockquote {
  font-size: 16px;
  padding: 15px 25px;
  font-style: inherit;
  color: #000;
  margin: 25px 0px;
  border: 1px solid #ddd;
  border-left: 5px solid #12ccb0;
  border-radius: 5px;
}
blockquote p {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color : #000;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
    height: auto;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a:hover img {
  opacity: 1;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
dt {
  font-weight: bold;
  text-transform: uppercase;
}
dd {
  margin: 0 1.5em 1.5em;
}
table {
  margin: 0 0 1.5em;
  text-align: center;
  width: 100%;
}
td, th {
  padding: 9px 0px;
  text-align: center;
}
.calendar_wrap td,
.calendar_wrap th {
  padding: 4px;
}
thead {
  text-transform: uppercase;
}
.calendar_wrap table {
  background: #fff;
}
.calendar_wrap thead {
  background: #f4f4f4;
}
.calendar_wrap th {
  font-weight: 300;
}
tr {
  border: 1px solid #f4f4f4;
}
tfoot {
  text-align: initial;
}
tfoot tr {
  border: none;
}
address {
  margin: 0 0 1.5em;
  font-style: italic;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
iframe{
  width: 100%;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.page-content:before,
.page-content:after,
.post-content:before,
.post-content:after,
.post-excerpt:before,
.post-excerpt:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.featured-content:before,
.featured-content:after,
.has-post-thumbnail:before,
.has-post-thumbnail:after,
.main-wrap:before,
.main-wrap:after,
.footer-wrap:before,
.footer-wrap:after,
.author-box:before,
.author-box:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.page-content:after,
.post-content:after,
.post-excerpt:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.featured-content:after,
.has-post-thumbnail:after,
.main-wrap:after,
.footer-wrap:after,
.author-box:after {
  clear: both;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 5px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 5px 4px 0;
}
/*----index----*/
.latest-blog .post-title {
    padding-top: 30px;
    padding-bottom: 15px;
    margin: 0
}
#th-bg-header #content {
  background: #fff;
}
#content .latest-blog .blog-wr-meta .post-meta {
  padding: 0;
  margin-bottom: 20px;
}
#content .latest-blog  .post-excerpt {
  margin: 0 30px;
  font-size: 16px;
  color: #555555;
}
#content .latest-blog  .post-footer {
  margin: 0 30px 30px 30px;
}
#content .latest-blog  .post-footer .author, #content .latest-blog  .post-footer .post-counters li a, #content .latest-blog  .post-footer .post-counters li:before {
  color: #999;
}
#content .latest-blog  .post-footer .post-counters li a:hover {
  color: #12ccb0;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 16px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/*** Custom WordPress gallery style ***/
.gallery .gallery-caption{  
  font-size:12px;
  color:#888;
}  
  
.gallery .gallery-icon img{  
  border-radius:2px;  
  border:1px solid #eee !important;  
  padding:7px;
}  
.gallery .gallery-icon img:hover {
  border:1px solid #ccc !important;  
}
.commentlist .bypostauthor {}
.commentlist li ul.children li.bypostauthor {}
form {
  position: relative;
}
form img {
  padding: 8px;
}
.search-query {
  width: 100%;
  text-align: center;
  padding-right: 40px!important;
  border-radius: 5px;
}
.no-comments {
  margin: 20px 0;
  color: #000;
  font-size: 16px;
  text-align: left;
}
.wpb_gmaps_widget .wpb_wrapper {
  background-color: #fff!important;
  padding: 0!important;
}
.rssSummary {
  margin: 10px 0;
}

/*-------------------------------------------------------------------------------------------*/
/* 2.  General  */
/*-------------------------------------------------------------------------------------------*/

body {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 26px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #555555;
  background-color: #fff;
}
.container {
  width: 1170px;
  padding-left: 0;
  padding-right: 0;
}
#wrapper {
  overflow: hidden;
}

/*----------------------------------------------------------------------------------------------*/
/* 3. Menu header */
/*----------------------------------------------------------------------------------------------*/

/*============= 3.1  Header top ==============*/
.header-top {
  padding: 10px 0;
}
.header-top, .header-top .top-share a {
  background: #000;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}
.header-top .top-contact {
  float: left;
  line-height: 40px;
}
.header-top .top-contact .top-mail {
  margin-left: 30px;
}
.header-top .top-contact .fa, .wp7s_information_widget p .fa {
  margin-right: 10px;
}
.header-top .top-share {
  float: right;
}
.top-share a, .work-icon a, .main-blog .post-thumbnail .hover-box a, ul.instagram-pics li a:after {
  display: inline-block;
  width: 40px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #fff;
  margin-left: 6px;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  transition: all 0.5s, transform 0.5s;
}
.top-share a:first-child, .work-icon a:first-child, .main-blog .post-thumbnail .hover-box a:first-child {
  margin-left: 0;
}
.top-share a:hover, .work-icon a:hover, #sidebar .top-share a:hover {
  color: #12ccb0;
  border: 1px solid #12ccb0;
}

/*============= 3.2  Header Menu =============*/
.header {
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.95);
  top: 0;
  box-shadow: 0px 1px 2px 0px rgba(221, 221, 221, 1);
}
.header.active_header {
  margin-top: 0px;
}
.admin-bar .header.active_header {
  margin-top: 32px;
}
.stick_header {
  min-height: 60px;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  box-shadow: 0px 0px 2px 0px rgba(221, 221, 221, 1);
}
.stick_header .wp7s_share, .stick_header .logo, .stick_header .menu-header .menu li a {
  line-height: 60px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.stick_header .menu-header .logo {
  line-height: 60px;
  max-height: 60px;
}
.stick_header .logo, .header.stick_header .logo img {
  max-height: 60px; 
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.header.stick_header .logo img {
  margin: 5px 0;
}
@-webkit-keyframes header {
  0% {
    margin-top: -100px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes header {
  0% {
    margin-top: -100px;
  }
  100% {
    margin-top: 0;
  }
}
.header.active_header {
  position: fixed;
  -webkit-animation: header 0.25s 1;
  animation: header 0.25s 1;
  widows: 100%;
}
.header.active_header + * {
  margin-top: 100px;
}

/*-------- Logo Header ---------*/
.menu-header .logo, .menu-header #nav-wrapper{
  float: left;
  position: relative;
  z-index: 5;
}
.menu-header .logo {
  line-height: 100px;
  max-height: 100px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.header .logo a {
  height: 100%;
  display: block;
  font-size: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}
.header ul li{
  display: inline-block;
  float: none;
}
.menu-header .mobile-menu {
  display: none;
}
.menu-header #nav-wrapper {
  text-align: center;
  float: right;
  width: auto;
  padding: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.menu-header .logo a,
.menu-header .logo img {
  vertical-align: middle;
  text-align: center;
}
.menu-header .logo a,
.menu-header .logo img,
#nav-wrapper .menu {
  display: block;
  text-align: center;
}
.menu-header .logo img {
  max-height: 100px;
  margin: 25px 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; 
}
.menu-header .menu li {
  padding-left: 35px;
  position: relative;
}
.menu-header .menu li a {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  display: block;
  background: initial;
  padding: 0;
  line-height: 100px;
  letter-spacing: 1px;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  transition: all 0.5s, transform 0.5s;
  position: relative;
}
.page-template-page-template-one-page .header ul.menu li.current-menu-item>a:before,
.page-template-page-template-one-page .header ul.menu li.current-menu-parent>a:before,
.page-template-page-template-one-page .header ul.menu li.current-menu-ancestor>a:before {
  opacity: 0;
  visibility: hidden;
  width: 0;
}
.menu-header .menu li a:before, .page-template-page-template-one-page .header ul.menu li.menu-item-object-custom.active_menu a:before {
  width: 0px; 
  opacity: 0;
  visibility: hidden;
  content: '';
  position: absolute;
  border-bottom: 2px solid #12ccb0;
  bottom: 38px;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  transition: all 0.5s, transform 0.5s;
}
.header.stick_header .menu-header .menu li a:before, .page-template-page-template-one-page .header.stick_header ul.menu li.menu-item-object-custom.active_menu a:before {
  bottom: 30%;
}
.menu-header .menu ul.sub-menu li a:before {
  content: normal;
}
.page-template-page-template-one-page .header ul.menu li.current-menu-item>a {
  color: #000!important;
}
.header ul.menu li ul.sub-menu li a:hover,
.header ul.menu ul.sub-menu > li.current-menu-item>a,   
.header ul.menu ul.sub-menu > li.current-menu-parent>a,
.header ul.menu ul.sub-menu > li.current-menu-ancestor>a {
  color: #12ccb0!important;
}
.page-template-page-template-one-page .header ul.menu li.menu-item-object-custom.active_menu a:hover:before,
.page-template-page-template-one-page .header ul.menu li.current-menu-item>a:hover:before,
.page-template-page-template-one-page .header ul.menu li.active>a:before,
.page-template-page-template-one-page .header ul.menu li.menu-item-object-custom a:before,
.menu-header .menu li.active a:before,
.menu-header .menu li a:hover:before,
.header ul.menu li.current-menu-item>a:before,
.header ul.menu li.current-menu-parent>a:before,
.header ul.menu li.current-menu-ancestor>a:before {
  width: 20px;
  opacity: 1;
  visibility: initial;
}
.menu-header .menu li a:hover {
  color: #000;
}
.header ul.menu li ul.sub-menu li {
  display: block;
  text-align: left;
  border-bottom: 1px solid #eee;
  padding: 0;
}
.header ul.menu li ul.sub-menu li a {
  color: #000!important;
  font-size: 12px;
  line-height: 20px;
  padding: 13px 0 12px;
  font-weight: 400;
}
.header ul.menu li ul.sub-menu li:last-child {
  border-bottom: 0;
}
.header ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu,
.header ul.menu li ul.sub-menu li ul.sub-menu, .header ul.menu li ul.sub-menu {
  position: absolute;
  border-top: 1px solid #eee;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  background: #fff;
  box-shadow: 0px 2px 2px 0px rgba(221, 221, 221, 1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.header ul.menu li ul.sub-menu {
  top: 100%;
}
.header ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu,
.header ul.menu li ul.sub-menu li ul.sub-menu {
  top: -1px;
  left: 100%;
}
.header ul.menu li ul.sub-menu li ul.sub-menu li:hover ul.sub-menu,
.header ul.menu li ul.sub-menu li:hover ul.sub-menu, .header ul.menu li:hover ul.sub-menu {
  opacity: 1;
  visibility: initial;
  z-index: 999;
  width: 220px;
  padding: 0 20px;
  z-index: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*----------------------------------------------------------------------------------------------*/
/* 4.  Content vs-composer */
/*----------------------------------------------------------------------------------------------*/

#content-wp7s-loop {
  margin-top: 100px;
  margin-bottom: 100px;
}
.footer .wp7s-to-top, .wp7s-about .icon-about, .owl-controls .owl-dots .owl-dot.active span, 
.owl-controls .owl-dots .owl-dot:hover span, .wp7s-pricing .day-pricing:before,
.wp7s-team .image-team:before, .navigation .page-numbers:before, .wp7s-team .image-team:after,
.rev_slider .hesperiden .tp-bullet.selected:before, .rev_slider .hesperiden .tp-bullet:hover:before {
  display: block;
  background: #12ccb0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer .wp7s-to-top .fa, .wp7s-about .icon-about .fa {
  color: #fff;
  font-size: 21px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  transition: all 0.5s, transform 0.5s;
}
.wp7s-about:hover, .main-work:hover, .wp7s-pricing:hover {
  box-shadow: 0px 10px 15px 0px rgba(221, 221, 221, 1);
}

.main-work .meta-work, .main-blog .post-thumbnail .hover-box,
ul.instagram-pics li a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;   
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  transition: all 0.5s, transform 0.5s;
}
.main-work:hover .meta-work, .main-blog .post-thumbnail:hover .hover-box,
ul.instagram-pics li a:hover:before {  
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/*======== 4.1  Title ========*/
.wp7s-title {
  text-align: center;
}
.wp7s-title .title, .wp7s-subscribe .title-newsletter {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.wp7s-title .icon {
  position: relative;
  margin-bottom: 20px;
}
.wp7s-title .icon:before {
  position: absolute;
  content: '';
  width: 130px;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  border-top: 1px solid #ddd;
}
.wp7s-title .icon-title {
  padding: 0 10px;
  background: #fff;
  z-index: 9;
  color: #12ccb0;
}
.vc_parallax .wp7s-title .title, .vc_parallax .wp7s-video .this_video .fa, .vc_parallax .wp7s-title , .vc_video-bg-container .wp7s-title .title, .vc_video-bg-container .wp7s-video .this_video .fa {
  color: #fff;
} 

/*============= 4.2  About The ==========*/
.wp7s-about {
  border: 1px solid #ddd;
  padding: 60px 30px 25px 30px;
  text-align: center;
  border-bottom: 5px solid #12ccb0;
  position: relative;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  transition: all 0.5s, transform 0.5s;
  margin-bottom: 90px;
}
.wp7s-about .meta-about .description p {
  margin-bottom: 0;
}
.wp7s-about .icon-about {
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 53px;
  text-align: center;
  overflow: hidden;
  border: 1px solid #12ccb0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  transition: all 0.5s, transform 0.5s;
}
.wp7s-about:hover .icon-about {
  background: #fff;
}
.wp7s-about:hover .icon-about .fa {
  color: #12ccb0;
}
.wp7s-about .meta-about .title_about {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.wp7s_wrapper {
  position: relative;
}
.wp7s_wrapper:before {
  content: '';
  border: 3px solid #12ccb0;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 75px;
  bottom: 75px;
}
.wp7s-about-image-carousel {
  width: 1030px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: relative;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  transition: all 0.5s, transform 0.5;
  box-shadow: 1px 10px 15px 1px rgba(221, 221, 221, 1);
}
.owl-controls .owl-dots{
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 13px 0;
}
.wp7s-comment .owl-controls .owl-dots {
  bottom: 2px;
}
.owl-controls .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 3px;
}
.rev_slider .hesperiden .tp-bullet {
  width: 12px;
  height: 12px;
  border: 0;
  background: inherit;
  border-radius: 0;
  margin: 0 5px;
  display: inline-block;
  padding: 5px;
}
.rev_slider .hesperiden .tp-bullet:before {
  content: '';
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  background: inherit;
  border-radius: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  transition: all 0.5s, transform 0.5s;
  display: block;
}
.owl-controls .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  background: inherit;
  border-radius: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  transition: all 0.5s, transform 0.5s;
}
.owl-controls .owl-dots .owl-dot.active span, .owl-controls .owl-dots .owl-dot:hover span, 
.rev_slider .hesperiden .tp-bullet:hover:before, .rev_slider .hesperiden .tp-bullet.selected:before {
  border: 1px solid #12ccb0;
}

/*============== 4.3  Newsletter ============*/
.wp7s-subscribe .title-newsletter {
  margin-bottom: 70px;
  color: #fff;
}
.mc4wp-form input[type=text], .mc4wp-form input[type=email], .mc4wp-form input[type=submit], .mc4wp-form select {
  padding: 11px;
}
.wp7s-subscribe {
  text-align: center;
  color: #fff;
}
.wp7s-subscribe .email {
  width: 440px;
  position: relative;
}
.wp7s-subscribe .email:before {
  content: "\f0e0";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'fontawesome';
  line-height: 40px;
  text-align: center;
  color: #000;
}
.wp7s-subscribe .email input[type=email] {
  background-color: #fff;
  border: 1px solid #fff;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  padding-left: 37px;
  width: 100%;
  color: #000;
}
.wp7s-subscribe .submit input[type=submit] {
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border: 1px solid #12ccb0;
  background: #12ccb0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 7px 30px;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  transition: all 0.5s, transform 0.5s;
}
.wp7s-subscribe .mc4wp-form {
  text-align: center;
}
.wp7s-subscribe .mc4wp-form p {
  display: inline-block;
  margin-right: -5px;
  margin-bottom: 0;
  top: -1px;
}
.wp7s-subscribe .mc4wp-form p.submit {
  padding-left: 1px;
}
.wp7s-subscribe .mc4wp-form p {
  margin-bottom: 45px;
}
.wp7s-subscribe .mc4wp-response p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}
.wp7s-subscribe .mc4wp-form input[type=text], .wp7s-subscribe .mc4wp-form input[type=email] {
  width: 100%;
}
#sidebar .mc4wp-form input[type=text], #sidebar .mc4wp-form input[type=email] {
  border-radius: 5px;
  width: 100%;
}
.mc4wp-form .submit input[type=submit], .wp7s-subscribe .tnp-subscription .tnp-field input[type="submit"] {
  border: 1px solid #12ccb0;
  background: #12ccb0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 7px 30px;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  transition: all 0.5s, transform 0.5s;
}
#sidebar .mc4wp-form .submit input[type=submit] {
  border-radius: 100px;
}
.wp7s-subscribe .tnp-subscription .tnp-field input[type="submit"] {
  padding: 11px 20px;
  border-radius: 100px;
}
#sidebar .mc4wp-form p,
.wp7s-subscribe .tnp-subscription div.tnp-field {
  margin-bottom: 30px;
}
#sidebar p.submit, .wp7s-subscribe .tnp-subscription {
  text-align: left;
}
.wp7s-subscribe .tnp-subscription div.tnp-field input {
  border: 1px solid #fff;
  border-radius: 5px;
  background: initial;
  color: #fff;
}

/*========== 4.4  OUR Work =============*/
.main-work {
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  transition: all 0.5s, transform 0.5s;
}
.our-work-filter {
  text-align: center;
  margin-bottom: 45px;
}
.our-work-filter a {
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  margin-right: 45px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  position: relative;
}
.our-work-filter a:before {
  content: '';
  border-bottom: 2px solid #12ccb0;
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  transition: all 0.5s, transform 0.5s;
}
.our-work-post {
  display: inline-table;
}
.our-work-filter a.active:before, .our-work-filter a:hover:before {
  opacity: 1;
  visibility: initial;
}
.main-work .post-img {
  position: relative;
}
.main-work .meta-work .work-our-meta {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0 10px;
  z-index: 9;
  color: #fff;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  transition: all 0.5s, transform 0.5s;
  right: -270px;
  opacity: 0;
  visibility: hidden;
}
.main-work .work-our-meta .cat {
  font-size: 16px;
  font-style: italic;
}
.main-work .work-our-meta .title-work {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}
.main-work .work-our-meta .title-work a {
  color: #fff;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  transition: all 0.5s, transform 0.5s;
}
.main-work .work-our-meta .title-work:hover a {
  color: #12ccb0;
}
.work-icon a {
  margin-right: 6px;
}
.work-icon a:last-child, .our-work-filter a:last-child {
  margin-right: 0;
}
.work-icon a:hover {
  background: #fff;
}
.main-work .dot-irecommendthis:before {
  content: "\f004";
  font-family: "FontAwesome";
  font-size: 16px;
}
.main-work .dot-irecommendthis {
  background: none;
  padding-left: 0;
  margin-bottom: 0;
  display: inline-block;
  text-decoration: none;
  min-height: 13px;
  color: #fff !important;
  border: 1px solid #fff!important;
  border-radius: 100%;
}
.main-work .dot-irecommendthis:hover, .main-work .dot-irecommendthis.active {
  background-position: 0 -23px;
  color: #12ccb0 !important;
  border: 1px solid #12ccb0!important;
  margin: 0 !important;
  padding-left: 0 !important;
  text-decoration: none;
  background: #fff;
}
.main-work .dot-irecommendthis-count {
  display: none;
}

/*======= 4.5  Testimonial ========*/
.wp7s-comment {
  width: 1170px;
  margin: 0 auto;
}
.wp7s-comment .meta-testimonial {
  position: relative;
}
.wp7s-comment .image-testimonial {
  position: absolute;
  left: 0;
  top: 0;
}
.wp7s-comment .image-testimonial img {
  width: auto;
  border-radius: 100%;
}
.wp7s-comment .wp7s-testimonial {
  margin: 0 auto;
  z-index: 9;
}
.wp7s-comment .wp7s-testimonial .meta-comment{
  margin-left: 170px;
  background: #e7e7e8;
  border-radius: 5px;
  padding: 30px;
  position: relative;
}
.wp7s-testimonial .meta-comment .name-title {
  margin-top: 0;
  font-size: 16px;
  color: #000;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.wp7s-comment blockquote {
  margin: 0;
  padding: 0;
}
.wp7s-testimonial .meta-comment:before {
  content: '';
  width:0px;
  position: absolute;
  left: -20px;
  bottom: 50%;
  height:0px;
  border-bottom:20px solid transparent;
  border-top:20px solid transparent;
  border-right:20px solid #e7e7e8;
}
.wp7s-comment .owl-controls .owl-dots {
  width: auto;
  background: inherit;
  padding: 0 8px;
  line-height: 13px;
}

/*======== 4.6  Counter ======*/
.wp7s_counter {
  z-index: 9;
  color: #fff;
}
.wp7s_counter .counter-image {
  margin-bottom: 25px;
}
.wp7s_counter .counter-caption {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-weight: 500;
}
.wp7s_counter .number {
  font-size: 30px;
  font-weight: bold;
}

/*======== 4.7  Pricing ======*/
.wp7s-pricing {
  text-align: center;
  border: 1px solid #ddd;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  transition: all 0.5s, transform 0.5s;
  position: relative;
  margin-top: 85px;
  margin-bottom: 55px;
  padding: 95px 0px 50px 0px;
}
.wp7s-pricing .day-pricing {
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
  width: 170px;
  margin: 0 auto
}
.wp7s-pricing .day-pricing:before {
  content: '';
  width: 73%;
  height: 188%;
  border: 1px solid #12ccb0;
  position: absolute;
  z-index: -1;
  top: -36px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
}
.wp7s-pricing .title-pricing {
  background: #000;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 15px;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  transition: all 0.5s, transform 0.5s;
}
.wp7s-pricing:hover .title-pricing {
  background: #12ccb0;
}
.wp7s-pricing .price-pricing {
  font-size: 30px;
  color: #fff;
  letter-spacing: 1px;
  z-index: 9;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
}
.wp7s-pricing .price-pricing:before {
  content: '';
  position: absolute;
  bottom: 0;
  border-bottom: 2px solid #fff;
  opacity: .7;
  width: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.wp7s-pricing .time-pricing {
  color: #fff;
  text-transform: uppercase;
}
.wp7s-pricing .meta_pricing {
  margin: 25px 15px;
}
.wp7s-pricing .meta_pricing ul li {
  margin-bottom: 15px;
}
.wp7s-pricing .meta_pricing ul li:last-child {
  margin-bottom: 0;
}
.wp7s-pricing .buy_now a, input.wpcf7-submit, #commentform .form-submit input, #cancel-comment-reply-link:hover {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  padding: 7px 30px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  background: #12ccb0;
  border: 1px solid #12ccb0;
  border-radius: 100px;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  transition: all 0.5s, transform 0.5s;
}
.footer-widget .tnp-widget p input.tnp-submit:hover, .wp7s-pricing .buy_now a:hover, #commentform .form-submit input:hover, #cancel-comment-reply-link:hover {
  background: #fff;
  color: #12ccb0;
} 

/*============== 4.8  Video ============*/
.wp7s-video .this_video .fa {
  font-size: 90px;
}
.wp7s-video .title {
  margin-bottom: 65px;
}

/*========== 4.9  Team ===========*/
.wp7s-team {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 50px;
}
.wp7s-team .image-team {
  position: relative;
  overflow: hidden;
}
.wp7s-team .image-team:before {
  content: '';
  width: 71%;
  position: absolute;
  z-index: 9;
  top: 14.6%;
  left: 14.6%;
  background: initial;
  height: 71%;
  border: 4px solid #12ccb0;
  display: block;
}
.wp7s-team .name-title .top-share{
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  right: -250px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  transition: all 0.5s, transform 0.5s;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wp7s-team .image-team:after {
  content: '';
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  height: 71%;
  top: 14.6%;
  opacity: 0;
  visibility: hidden;
  left: 14.6%;
  width: 71%;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  transition: all 0.5s, transform 0.5s;
}
.wp7s-team:hover .image-team:after {
  opacity: 1;
  visibility: initial;
}
.wp7s-team .image-team .name-title {
  position: absolute;
  top: 0;
  font-size: 16px;
  width: 100%;
  z-index: 9;
  height: 100%;
}
.main-blog .post-thumbnail .hover-box a,  ul.instagram-pics li a:after {
  position: absolute;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 100%;
  text-align: center;
  right: -250px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  transition: all 0.5s, transform 0.5s;
}
.wp7s-team .name-title .top-share a:hover {
  background: #fff;
}
.wp7s-team .image-team:hover .name-title .top-share, .main-work:hover .meta-work .work-our-meta, ul.instagram-pics li:hover a:after  {
  right: 0;
  opacity: 1;
  visibility: initial;
}
.wp7s-team .team-content {
  margin-top: 30px;
}
.wp7s-team .team-content .name {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
.wp7s-team .team-content .job {
  color: #12ccb0;
}

/*========= 4.10  Skills ===========*/
.vc_progress_bar .vc_single_bar .vc_label {
  padding: 0!important;
  position: relative;
  top: -30px;
  color: #fff!important;
  text-shadow: none!important;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.vc_progress_bar .vc_single_bar {
  margin-top: 30px!important;
  margin-bottom: 65px!important;
  height: 10px;
  background: #fff!important;
  -webkit-box-shadow: none;
  box-shadow : none;
}
.vc_column-inner .vc_column-inner {
  padding: 0 15px!important;
}
.vc_column-inner .wpb_wrapper .vc_column-inner .wpb_wrapper {
  padding: 0;
  box-shadow: none;
  border: none;
}
.vc_progress_bar .vc_single_bar .vc_label .vc_label_units {
  position: absolute;
  top: -10px;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #fff;
  border-radius: 2px;
  right: 0;
  display: block;
  float: right;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  text-shadow: none;
}
.vc_progress_bar .vc_single_bar .vc_label .vc_label_units:before {
  content: '';
  width: 0px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}

/*=========== 4.11  Blog =========*/
.main-blog {
  margin-bottom: 30px;
  border: 1px solid #fff;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  transition: all 0.5s, transform 0.5s;
}
.wp7s_blog_grid .main-blog:hover {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 1px 10px 15px 1px rgba(221, 221, 221, 1);
}
.main-blog .post-thumbnail {
  position: relative;
  overflow: hidden;
  display: inline-table;
}
.main-blog .post-thumbnail .posted-on {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 5px 20px;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  transition: all 0.5s, transform 0.5s;
}
.main-blog .post-thumbnail:hover .posted-on {
  bottom: -35px;
  opacity: 0;
  visibility: hidden;
}
.main-blog .post-thumbnail .hover-box a {
  width: 40px;
  display: inline-block;
}
.main-blog .post-thumbnail .hover-box a:hover {
  background: #fff;
  border: 1px solid #12ccb0;
  color: #12ccb0;
}
.main-blog .post-thumbnail:hover .hover-box a,
ul.instagram-pics li:hover a:after {
  opacity: 1;
  visibility: initial;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.main-blog .meta_blog {
  padding: 25px 20px;
}
.main-blog .meta_blog .title-blog {
  margin: 0;
  font-size: 18px; 
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 17px;
}
.read-more a {
  color: #12ccb0;
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #12ccb0;
}
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.read-more a {
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.0em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.read-more a:before {
  content: "\f178";
  position: absolute;
  font-size: 16px;
  right: 0;
  padding: 0 1px;
  font-family: 'FontAwesome';
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.read-more a:hover:before, .read-more a:focus:before, .read-more a:active:before {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/*======= 4.12  Client ========*/
.vc_wp7s_logo_slider .owl-carousel .owl-item img {
  width: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*======= 4.13  Contact ========*/
.wpcf7-form p, #respond .message, .comment-form p {
  margin-bottom: 30px;
  position: relative;
}
.wpcf7-form p input, .wpcf7-form p textarea, #commentform input, #commentform textarea {
  border-radius: 5px;
  width: 100%;
  padding-left: 35px;
}
.comment-form p.name:before, .comment-form p.email:before, .comment-form p.phone:before, .comment-form p.textarea:before,
.wpcf7-form p.name:before, .wpcf7-form p.email:before, .wpcf7-form p.phone:before, .wpcf7-form p.textarea:before {
  position: absolute;
  font-family: 'fontawesome';
  left: 0;
  top: 0;
  z-index: 9;
  width: 35px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #000;
}
.comment-form p.email:before,
.wpcf7-form p.email:before {
  content: "\f0e0";
}
.comment-form p.name:before,
.wpcf7-form p.name:before {
  content: "\f007";
}
.comment-form p.phone:before {
  content: "\f26b";
}
.wpcf7-form p.phone:before {
  content: "\f095";
}
.comment-form p.textarea:before,
.wpcf7-form p.textarea:before {
  content: "\f0e6";
}
p.submit {
  text-align: center;
}
.wpcf7-form p input {
  border-radius: 100px;
}
.wpcf7-form p input[type='submit'] {
  width: auto;
}

/*----------------------------------------------------------------------------------------------*/
/* 5.0  Content single portfolio */
/*----------------------------------------------------------------------------------------------*/
.portfolio-content .portfolio_category {
  margin-top: 15px;
  color: #565656;
  display: block;
  font-weight: 500;
}
.portfolio-content .portfolio-title {
  margin-top: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 30px;
}
.portfolio-content .dot-irecommendthis:before {
  content: '\f004';
  font-family: "FontAwesome";
  padding-right: 60px;
  padding-left: 1px;
  font-size: 16px;
  letter-spacing: 1px;
}
.dot-irecommendthis {
  background: none;
  padding-left: 0;
  border: 0 !important;
  margin-bottom: 0;
  display: inline-block;
  text-decoration: none;
  min-height: 13px;
  color: #565656 !important;
}
.dot-irecommendthis:hover:before, .dot-irecommendthis.active:before {
  color: #12ccb0 !important;
}
.dot-irecommendthis:hover, .dot-irecommendthis.active {
  background-position: 0 -23px;
  color: #565656 !important;
  border: 0 !important;
  margin: 0 !important;
  padding-left: 0 !important;
  text-decoration: none;
}
.portfolio-content .likes {
  color: #000;
  font-weight: 600;
  position: relative;
}
.portfolio-content .likes .likes_dot {
  position: absolute;
  left: 20px;
}
.portfolio-content .tags-get {
  margin-top: 25px;
} 
.related-portfolios .separator-title {
  margin-top: 70px;
  margin-bottom: 40px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
.related-portfolios .main-work {
  margin-bottom: 0;
}
.related-portfolios .main-work .work-our-meta .title-work {
  margin-top: 0;
}

/*----------------------------------------------------------------------------------------------*/
/* 6.0  Content single */
/*----------------------------------------------------------------------------------------------*/
.right_content .content-single, .right_content .content-loop {
  padding-right: 30px;
}
.author-post a {
  color: #12ccb0;
}
.single .post-thumbnail {
  margin-bottom: 15px;
}
.single-blog-loop .post-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  margin: 14px 0 35px;
}
.post-content ul {
  padding-left: 40px;
  margin-bottom: 20px;
  list-style: initial;
}
.post-content {
  margin-bottom: 25px;
}
.tags-get {
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.tags-get .tags, .tags-get .post-share {
  display: inline-block;
}
.tags-get .tags {
  float: left;
}
.tags-get .post-share {
  float: right;
}
.tags-get .tags span, .tags-get .post-share span {
  color: #000;
  font-weight: 600;
}
.tags-get .tags span:before {
  content: "\f02c";
}
.tags-get .post-share span:before {
  content: "\f1e0";
}
.tags-get .post-share span:before, .tags-get .tags span:before {
  color: #12ccb0;
  font-family: 'fontawesome';
  margin-right: 5px;
}
.tags-get .tags a {
  color: #565656;
  display: inline-block;
  margin: 0 5px;
}
.tags-get .post-share span {
  margin-right: 5px;
}
.tags-get .post-share a {
  margin-right: 35px;
  color: #565656;
}
.tags-get .post-share a:last-child {
  margin-right: 0;
}
.tags-get .post-share a:hover, .tags-get .tags a:hover {
  color: #12ccb0;
}

/*========== Comments ===========*/
#comments .comments-title, #reply-title {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  margin-top: 70px;
  margin-bottom: 40px;
}
.content-loop .page ul, .post-content ul {
  list-style: initial;
  margin: 0 0 10px 0;
  padding: 0 0  0 40px;
}
.content-single .blog_title span {
  display: inline-block;
  margin: 0 10px 0 0;
}
.blog_title .meta-title {
  margin-bottom: 22px;
}

/*------- comments single -------*/
.comment-list #respond {
  padding-bottom: 100px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.comment-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
#comments .comment-list .comment-content ul {
  list-style: initial;
  padding-left: 40px;
}
.comment-list li.comment:last-child .comment-body {
  margin-bottom: 0;
}
.comment-list img {
  margin: 0;
}
.comment-body {
  position: relative;
  padding-left: 110px;
  margin-top: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.comment-author {
  display: block;
  width: 100%;
  overflow: hidden;  
}
.comment-author img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
}
.comment-list .fn, .comment-list .fn a {
  padding: 0;
  float: left;
  font-weight: bold;
  color: #000;
  font-style: inherit;
  font-size: 18px;
  line-height: 20px;
  display: block;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
}
.comment-list .date {
  font-size: 14px;
  line-height: 14px;
  color: #aaa;
}
.comment-list .comment-content p {
  margin: 5px 0 0px 0;
}
.comment-list li ul.children li{
  padding-left: 80px;
}
#comments .comment-list li ul.children li:last-child .comment-body,
#comments .comment-list ul.children ul.children li {
  margin-bottom: 30px;
  margin-top: 30px;
}
.reply {
  display: block;
  padding-top: 25px;
}
.reply a {
  color: #12ccb0;
  display: inline-block;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  transition: all 0.5s, transform 0.5s;
  position: relative;
}
.reply a .fa {
  margin-right: 3px;
}
.reply a:before {
  position: absolute;
  content: '';
  border-bottom: 1px solid #12ccb0;
  bottom: 0;
  width: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  transition: all 0.5s, transform 0.5s;
}
.reply a:hover:before {
  opacity: 1;
  visibility: initial;
}

/*------ Leave a reply--------*/
#respond p {
  margin-bottom: 30px;
}
#respond p.form-submit {
  text-align: center;
  margin-bottom: 0;
  clear: both;
}
.admin-bar #respond .message {
  width: 100%;
  padding-left: 0;
}
#respond #submit {
  margin-left: 0px;
  border-radius: 100px;
}
#cancel-comment-reply-link {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  border-radius: 100px;
  letter-spacing: 1px;
}
#reply-title small {
  margin-top: 25px;
  display: block;
}
#commentform .form-submit input {
  width: auto;
}
.comment-form p.name:before, .comment-form p.email:before, .comment-form p.phone:before {
  left: 15px;
}

/*----------------------------------------------------------------------------------------------*/
/* 7.0  Content Blog */
/*----------------------------------------------------------------------------------------------*/

.post-video embed, .post-video iframe{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.audio iframe,
.post-video iframe {
  max-width: 100%;
  height: 100%;
}
.post-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.content-loop .item:nth-child(3n+1) {
  clear: both;
}
.right_content .content-loop .item:nth-child(2n+1) {
  clear: both;
}
.right_content .content-loop .item:nth-child(3n+1) {
  clear: none;
}
.navigation {
  margin: 0;
  margin-top: 30px;
}
.navigation .page-numbers {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  margin-right: 10px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  transition: all 0.5s, transform 0.5s;
}
.navigation .page-numbers:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 7px;
  right: 7px;
  width: 35px;
  height: 35px;
  border: 1px solid #12ccb0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  transition: all 0.5s, transform 0.5s;
}
.navigation .page-numbers.current, .navigation .page-numbers:hover {
  color: #12ccb0;
}
.navigation .page-numbers.current:before, .navigation .page-numbers:hover:before{
  background: #fff;
}

/*----------------------------------------------------------------------------------------------*/
/* 8.0  Archive */
/*----------------------------------------------------------------------------------------------*/
.header-title-blog .header-name {
  margin: 0;
  text-align: center;
  font-size: 36px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 110px 0 120px;
}
.header-title-blog .header-name .icon-title {
  display: block;
  line-height: 17px;
}
.header-title-blog .header-name .icon-title:before, .header-title-blog .header-name .icon-title:after {
  content: '';
  width: 50px;
  height: 1px;
  display: inline-block;;
  background: #fff; 
  line-height: 16px;
  margin: 6px 0;
}
.header-title-blog .header-name .icon-title .fa {
  font-size: 16px;
  padding: 0 10px;
  color: #12ccb0;
}

/*----------------------------------------------------------------------------------------------*/
/* 9.0  Page 404 */
/*----------------------------------------------------------------------------------------------*/
.content-404 {
  text-align: center;
}
.content-404 .page-header {
  padding: 0 250px;
  margin: 0;
  border-bottom: 0;
}
.content-404 .page-header .page-title {
  margin-top: 0;
  margin-bottom: 20px;
  color: #000;
  font-size: 36px;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
}
.content-404 .title {
  font-weight: bold;
  font-size: 120px;
  letter-spacing: 2px;
  color: #000;
  margin: 0px;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 50px;
}
.content-404 .title span {
  font-size: 48px;
  line-height: 50px;
  font-weight: bold;
  margin-left: 20px;
  font-family: 'Montserrat', sans-serif;
}
.action input[type="submit"] {
  position: absolute;
  top: 0;
  z-index: 99;
  right: 0;
  width: 40px;
  height: 40px;
  font: 0/0 a;
  padding: 0;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.action .fa {
  position: absolute;
  top: 0;
  width: 40px;
  right: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #12ccb0;
  color: #fff;
  font-size: 18px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.content-404 .page-content .action {
  width: 350px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*----------------------------------------------------------------------------------------------*/
/* 10  Sidebar */
/*----------------------------------------------------------------------------------------------*/
#sidebar .widget {
  padding: 0;
  margin-bottom: 60px;
  width: 100%;
}
.widget-title {
  margin-top: 0;
  margin-bottom: 35px;
  padding-bottom: 5px;
  letter-spacing: 1px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  position: relative;
}
.widget-title:before {
  content: '';
  bottom: 0;
  left: 0;
  position: absolute;
  width: 30px;
  border-bottom: 3px solid #12ccb0;
}
.widget ul ul {
  padding: 0 0 0 15px;
  margin: 0;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}
.widget ul li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  line-height: 20px;
}
.widget ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
#sidebar .wp7s_information_widget p .fa {
  color: #000;
}
#sidebar .top-share a {
  border: 1px solid #000;
  color: #000;
}
/*========= 10.1  Tags =========*/
.tagcloud a {
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 15px;
  color: #000;
  font-size: 12px!important;
}
.tagcloud a:hover {
  color: #12ccb0;
}
.tagcloud a:before {
  width: 100%;
  content: "\f02b";
  font-size: 16px;
  color: #12ccb0;
  font-family: 'fontawesome';
  padding-right: 7px;
}

/*========= 10.2  About =========*/
.about-widget .img-about img {
  border: 5px solid #ddd;
  border-radius: 10px;
}
.about-widget .title_description {
  font-weight: bold;
  letter-spacing: 1px;
  margin: 15px 0 10px;
}

/*========== 10.3  Recent post ==========*/
.recent_post .side-item-text .title_recent, .rsswidget {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 5px;
  line-height: 20px;
  display: block;
}
.recent_post .wp7s_blog_grid {
  margin-bottom: 15px;
} 
.recent_post .cat {
  display: block;
}
.widget cite, .recent_post .cat a {
  color: #aaa;
  font-size: 12px;
  position: relative;
  padding-bottom: 3px;
}
.recent_post .cat a:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #aaa;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  transition: all 0.5s, transform 0.5s;
}
.recent_post .cat a:hover:before {
  border-bottom: 1px solid #12ccb0;
}
.recent_post .cat a:hover {
  color: #12ccb0;
}
.recent_post .main-blog {
  margin-bottom: 15px;
}
.widget .recent_post li {
  margin-bottom: 25px;
  padding-bottom: 0;
  border-bottom: 0;
}
.recent_post li:last-child {
  margin-bottom: 0;
}
.recent_post .side-item-text {
  padding: 0 15px;
}


/*----------------------------------------------------------------------------------------------*/
/* 11  Footer */
/*----------------------------------------------------------------------------------------------*/
.footer-widget, .header-title-blog {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
.wp7s-widget-footer {
  padding: 80px 0 70px 0;
  background: rgba(0, 0, 0, 0.7);
}
.footer-widget .widget-title {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 25px;
  padding: 0;
}
.footer-widget .widget-title:before {
  content: none;
}
.footer-widget .tnp-widget input[type=text], .footer-widget .tnp-widget input[type=email], .footer-widget .tnp-widget input[type=submit], .footer-widget .tnp-widget select {
  color: #fff;
}

/*------- Information ---------*/
.wp7s_information_widget .top-share {
  float: left;
}
.wp7s_information_widget .img, .wp7s_information_widget p {
  margin-bottom: 20px;
}
.tnp-widget p {
  margin-bottom: 0;
  margin-top: 30px;
}
.tnp-widget p input {
  background: inherit;
}
.tnp-widget p input.tnp-firstname, .tnp-widget p input.tnp-email {
  border-radius: 5px;
  background: inherit;
}
.tnp-widget p input.tnp-submit {
  width: auto;
  border-radius: 100px;
  background: #12ccb0;
  border: 1px solid #12ccb0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  transition: all 0.5s, transform 0.5s;
}
.footer-widget .top-share a:hover, .submit input[type=submit]:hover, .wp7s-subscribe .tnp-subscription .tnp-field input[type="submit"]:hover, .mc4wp-form .submit input[type=submit]:hover {
  background: #fff;
}
.footer-widget .widget {
  color: #fff;
}

/*------- Instagram -------*/
ul.instagram-pics li {
  width: 30.3%;
  border-bottom: 0;
  margin-bottom: 3%;
  margin-right: 3%;
  display: inline-block;
  padding: 0;
}
ul.instagram-pics {
  margin-right: -3%;
}
ul.instagram-pics li a {
  position: relative;
  display: block;
  overflow: hidden;
}
ul.instagram-pics li a:before {
  content: '';
  position: absolute;
}
ul.instagram-pics li a:after {
  content:"\f16d";
  font-family: 'fontawesome';
  width: 40px;
  font-size: 16px;
}

/*--------- Copyright ----------*/
.footer .site-info {
  float: left;
  line-height: 80px;
}
.wp7s-subscribe .tnp-subscription .tnp-field input[type="submit"]:hover, .footer .site-info a:hover,
.footer .wp7s-to-top:hover .fa, .wp7s-subscribe .submit input[type=submit]:hover {
  color: #12ccb0;
}
.footer .site-info p, .footer .site-info a {
  margin-bottom: 0;
  color: #000;
}
.footer .wp7s-to-top {
  float: right;
  border: 1px solid #12ccb0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 22px 8px 22px;
}
.footer .wp7s-to-top:hover {
  background: #fff;
}
.footer .wp7s-to-top .fa:after {
  content: '';
}
.footer .wp7s-to-top .fa {
  font-size: 16px;
}

/*========= Stick =============*/
.sticky {
  overflow: hidden;
  position: relative;
}
.sticky:before {
  content: "\f005";
  z-index: 1;
  top: -6px;
  right: -36px;
  font-family: "FontAwesome";
  background: #12ccb0;
  text-align: center;
  color: #fff;
  position: absolute;
  width: 100px;
  font-size: 15px;
  line-height: 48px;
  height: 40px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*+++++++++++++ Loadding +++++++++++++*/
#loading{
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 10000;
  margin-top: 0px;
  top: 0px;
}
#loading-center{
  width: 100%;
  height: 100%;
  position: relative;
  }
#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px; 
  -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); 

}
.object{
  width: 20px;
  height: 20px;
  background-color:#12ccb0;
  position: absolute;
  left: 65px;
  top: 65px;
  }
.object:nth-child(2n+0) {
  margin-right: 0px;
}

#object_one {
  -webkit-animation: object_one 2s infinite;
  animation: object_one 2s infinite;
  -webkit-animation-delay: 0.2s; 
    animation-delay: 0.2s; 
  }
#object_two {
  -webkit-animation: object_two 2s infinite;
  animation: object_two 2s infinite;
  -webkit-animation-delay: 0.3s; 
    animation-delay: 0.3s; 
  }
#object_three {
  -webkit-animation: object_three 2s infinite;
  animation: object_three 2s infinite;
  -webkit-animation-delay: 0.4s; 
    animation-delay: 0.4s; 
  }
#object_four {
  -webkit-animation: object_four 2s infinite;
  animation: object_four 2s infinite;
  -webkit-animation-delay: 0.5s; 
    animation-delay: 0.5s; 
}
#object_five {
  -webkit-animation: object_five 2s infinite;
  animation: object_five 2s infinite;
  -webkit-animation-delay: 0.6s; 
    animation-delay: 0.6s; 
}
#object_six {
  -webkit-animation: object_six 2s infinite;
  animation: object_six 2s infinite;
  -webkit-animation-delay: 0.7s; 
    animation-delay: 0.7s; 
}
#object_seven {
  -webkit-animation: object_seven 2s infinite;
  animation: object_seven 2s infinite;
  -webkit-animation-delay: 0.8s; 
    animation-delay: 0.8s; 
}
#object_eight {
  -webkit-animation: object_eight 2s infinite;
  animation: object_eight 2s infinite;
   -webkit-animation-delay: 0.9s; 
    animation-delay: 0.9s; 
}
#object_big{
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50px;
  top: 50px;
  -webkit-animation: object_big 2s infinite;
  animation: object_big 2s infinite;
     -webkit-animation-delay: 0.5s; 
    animation-delay: 0.5s; 
} 

@-webkit-keyframes object_big {
 50% { -webkit-transform: scale(0.5); }
}
@keyframes object_big {
 50% { 
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  } 
}

@-webkit-keyframes object_one {
 50% { -webkit-transform: translate(-65px,-65px)  ; }
}
@keyframes object_one {
 50% { 
    transform: translate(-65px,-65px) ;
    -webkit-transform: translate(-65px,-65px) ;
  } 
}

@-webkit-keyframes object_two {
  50% { -webkit-transform: translate(0,-65px) ; }
}
@keyframes object_two {
 50% { 
    transform: translate(0,-65px) ; 
    -webkit-transform: translate(0,-65px) ; 
  } 
}

@-webkit-keyframes object_three {
 50% { -webkit-transform: translate(65px,-65px) ; }
}
@keyframes object_three {
 50% { 
    transform: translate(65px,-65px) ;
    -webkit-transform: translate(65px,-65px) ;
  } 
}

@-webkit-keyframes object_four {
  50% { -webkit-transform: translate(65px,0) ; }
}
@keyframes object_four {
  50% { 
    transform: translate(65px,0) ;
    -webkit-transform: translate(65px,0) ;
  } 
}

@-webkit-keyframes object_five {
  50% { -webkit-transform: translate(65px,65px) ; }
}

@keyframes object_five {
  50% { 
    transform: translate(65px,65px) ;
    -webkit-transform: translate(65px,65px) ;
  } 
}

@-webkit-keyframes object_six {

  50% { -webkit-transform: translate(0,65px) ; }
}
@keyframes object_six {
  50% { 
    transform:  translate(0,65px) ;
    -webkit-transform:  translate(0,65px) ;
  } 
}

@-webkit-keyframes object_seven {
  
  50% { -webkit-transform: translate(-65px,65px) ; }

}
@keyframes object_seven {
  50% { 
    transform: translate(-65px,65px) ;
    -webkit-transform: translate(-65px,65px) ;
  } 
}

@-webkit-keyframes object_eight {
  50% { -webkit-transform: translate(-65px,0) ; }
}
@keyframes object_eight {
  50% { 
    transform: translate(-65px,0) ;
    -webkit-transform: translate(-65px,0) ;
  } 
}
