/*
Theme Name: VestMa
Theme URI: http://themecitizen.com/smartseo
Author: WP Friends
Author URI: http://themecitizen.com
Description: VestMa - Business, Consulting, Corporate WordPress Theme
Version: 1.1.1
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vestma
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

1.0 General
	1.1 Layout
	1.2 Elements
2.0 Header
3.0 Navigation
4.0 Content
	4.1 Posts and pages
	4.2 404 Page
5.0 Comments
6.0 Widgets
7.0 Footer
8.0 Media
--------------------------------------------------------------*/
/* Colors
----------------------------------------------------------*/
/* Typography
----------------------------------------------------------*/
/* Body
----------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html,
body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-rendering: optimizeLegibility !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  overflow-scrolling: touch;
  color: #888890;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: #888890;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
a:active,
a:hover,
a:focus {
  color: #4975d6;
  outline-width: 0;
  text-decoration: none;
}
h1 {
  font-size: 48px;
  margin: 33px 0;
}
h2 {
  font-size: 30px;
  margin: 25px 0;
}
h3 {
  font-size: 22px;
  margin: 22px 0;
}
h4 {
  font-size: 20px;
  margin: 25px 0;
}
h5 {
  font-size: 18px;
  margin: 30px 0;
}
h6 {
  font-size: 16px;
  margin: 36px 0;
}
dl {
  margin: 0 20px;
}
dt {
  font-weight: bold;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.aligncenter img {
  display: block;
  margin: 1em auto;
}
ul li.current-menu-item > a {
  color: #4975d6 !important;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.wp-caption .wp-caption-text {
  font-style: italic;
  font-weight: 400;
  margin: 0 0 24px;
  color: #1a1a26;
  font-size: 14px;
  padding: 5px 0;
}
.wp-caption .wp-caption-text a {
  color: #4975d6;
}
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin: 0;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
input,
textarea {
  border: 1px solid #ececec;
}
button,
select {
  text-transform: none;
}
button:focus,
input:focus,
textarea:focus {
  outline: 0 !important;
  outline-offset: 0 !important;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:focus {
  border: none;
  outline: 0;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: #888890;
  opacity: 1;
  font-size: 14px;
  text-transform: 'none';
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #888890;
  opacity: 1;
  font-size: 14px;
  text-transform: 'none';
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #888890;
  opacity: 1;
  font-size: 14px;
  text-transform: 'none';
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #888890;
  opacity: 1;
  font-size: 14px;
  text-transform: 'none';
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: #b2b2b2;
  font-size: 15px;
  font-weight: 600;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
/* Layout
--------------------------------------------*/
.f-right {
  float: right;
}
.f-left {
  float: left;
}
.head-title {
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #1a1a26;
  margin-bottom: 20px;
}
.size-36 {
  font-size: 36px;
}
.size-32 {
  font-size: 32px;
}
/*
* Animation--------------*/
.bg-slide-effect,
.bg-scale-effect {
  display: inline-block;
  position: relative;
}
.bg-slide-effect .inner-text,
.bg-scale-effect .inner-text {
  position: relative;
  z-index: 10;
}
.bg-slide-effect:before,
.bg-scale-effect:before,
.bg-slide-effect:after,
.bg-scale-effect:after {
  content: ' ';
  position: absolute;
  -webkit-transition: all .5s;
          transition: all .5s;
  z-index: 1;
}
.bg-slide-effect:before,
.bg-slide-effect:after {
  width: 50%;
  height: 0;
}
.bg-slide-effect:before {
  left: 0;
  top: 0;
}
.bg-slide-effect:after {
  right: 0;
  bottom: 0;
}
.bg-slide-effect:hover:before {
  height: 100%;
}
.bg-slide-effect:hover:after {
  height: 100%;
}
.bg-scale-effect:before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.bg-scale-effect:hover:before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.bg-hover-color-primary:hover:before,
.bg-hover-color-primary:hover:after {
  background-color: #4975d6;
}
.bg-hover-color-pink:hover:before,
.bg-hover-color-pink:hover:after {
  background-color: #f64068;
}
.no-inner-padding .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.fadeInBottom {
  -webkit-animation-name: fadeInBottom;
  /* Chrome, Safari, Opera */
  animation-name: fadeInBottom;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInTop {
  -webkit-animation-name: fadeInTop;
  /* Chrome, Safari, Opera */
  animation-name: fadeInTop;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  /* Chrome, Safari, Opera */
  animation-name: fadeInLeft;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  /* Chrome, Safari, Opera */
  animation-name: fadeInRight;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(50px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
.backgroundEffect {
  -webkit-animation-name: backgroundEffect;
  /* Chrome, Safari, Opera */
  animation-name: backgroundEffect;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes backgroundEffect {
  0% {
    background-position: 0px 300px;
  }
  100% {
    background-position: center center;
  }
}
@keyframes backgroundEffect {
  0% {
    background-position: 0px 300px;
  }
  100% {
    background-position: center center;
  }
}
/*
* style for dropdown----------------------------*/
.dropdown-wrap .dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  right: 0px;
  width: auto;
  -webkit-transform: translateY(2em);
      -ms-transform: translateY(2em);
          transform: translateY(2em);
  z-index: 120;
  -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
          transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.dropdown-wrap .dropdown .dropdown-content {
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.2);
  padding: 15px 10px;
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
}
.dropdown-wrap:hover .dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition-delay: 0s, 0s, 0.3s;
          transition-delay: 0s, 0s, 0.3s;
}
/* Style for button */
.btn {
  display: inline-block;
  background-color: #f64068;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 15px;
  color: #fff;
  font-size: 14px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  text-transform: none;
}
.btn.focus,
.btn:active,
.btn:hover {
  color: #fff;
  background-color: #4975d6;
}
.s-btn {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 15px;
  color: #fff;
  font-size: 14px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
.s-btn.focus,
.s-btn:active,
.s-btn:hover {
  border-color: #4975d6;
}
.btn-border {
  background-color: transparent;
  color: #1a1a26;
  border: 1px solid;
}
.border-pink {
  border-color: #f64068;
}
.border-white {
  border-color: #fff;
}
.border-pink:hover,
.border-pink:focus,
.border-pink:active {
  background-color: #f64068;
}
/*
*Banner hover effect : Begin */
.banner.effect01 figure,
.image.effect01 figure {
  position: relative;
  overflow: hidden;
}
.banner.effect01 figure:before,
.image.effect01 figure:before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
      transform: skewX(-25deg);
}
.banner.effect01 figure:hover:before,
.image.effect01 figure:hover:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
.banner.effect02,
.image.effect02 {
  position: relative;
}
.banner.effect02:before,
.image.effect02:before,
.banner.effect02:after,
.image.effect02:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  content: '';
  position: absolute;
  border: 1px solid transparent;
  width: 0;
  height: 0;
}
.banner.effect02:before,
.image.effect02:before {
  top: 5px;
  left: 10px;
}
.banner.effect02:after,
.image.effect02:after {
  bottom: 5px;
  right: 10px;
}
.banner.effect02:hover:before,
.image.effect02:hover:before,
.banner.effect02:hover:after,
.image.effect02:hover:after {
  width: -webkit-calc(80%);
  width: calc(80%);
  height: -webkit-calc(80%);
  height: calc(80%);
}
.banner.effect02:hover:before,
.image.effect02:hover:before {
  border-top-color: white;
  border-right-color: white;
  -webkit-transition: width 0.125s ease-out, height 0.125s ease-out 0.125s;
          transition: width 0.125s ease-out, height 0.125s ease-out 0.125s;
}
.banner.effect02:hover:after,
.image.effect02:hover:after {
  border-bottom-color: white;
  border-left-color: white;
  -webkit-transition: border-color 0s ease-out 0.25s, width 0.125s ease-out 0.25s, height 0.125s ease-out 0.375s;
          transition: border-color 0s ease-out 0.25s, width 0.125s ease-out 0.25s, height 0.125s ease-out 0.375s;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.page-title {
  margin-bottom: 60px;
}
.page-title.style-01 {
  margin-top: 0;
  background-size: inherit;
  -webkit-background-size: inherit;
  background-position: top center;
  height: 320px;
}
.page-title.style-01 .pt-lv2 {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-align-items: center;
  -webkit-text-align: center;
}
.page-title.style-01 h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 15px;
}
.page-title.style-01 .breadcrumb {
  display: inline-block;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.page-title.style-01 .breadcrumb li a {
  color: #fff;
}
.page-title.style-01 .breadcrumb li span {
  color: #fff;
}
.page-title.style-01 .breadcrumb > li + li:before {
  font: normal normal normal 16px/1 FontAwesome;
  content: "\f105";
  color: #fff;
  padding: 0 5px;
}
.page-title.style-02 {
  margin-top: 180px;
  text-align: center;
}
.page-title.style-02 h1 {
  font-size: 60px;
  color: #1a1a26;
  margin-bottom: 20px;
  margin-top: 0;
}
.page-title.style-02 p {
  margin-bottom: 0;
  line-height: 24px;
}
.block-title {
  text-align: center;
  margin-bottom: 40px;
}
.block-title h3 {
  font-size: 36px;
  font-family: 'Varela Round', sans-serif;
  color: #1a1a26;
  margin-bottom: 10px;
}
.block-title span {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
}
.title-wrap {
  text-align: center;
  margin-bottom: 40px;
}
.title-wrap .line {
  display: inline-block;
  width: 80px;
  height: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  background-color: #fb8c00;
  margin-bottom: 25px;
}
.title-wrap.no-des .line {
  margin-bottom: 0;
}
.title-wrap p {
  line-height: 24px;
}
.parallax {
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.breadcrumb-wrap {
  margin-top: 0 !important;
  border-bottom: 1px solid #ececec;
}
.breadcrumb-wrap .breadcrumb {
  margin-bottom: 0;
  background-color: transparent;
  padding: 15px 0;
}
.breadcrumb-wrap .breadcrumb li {
  font-size: 16px;
}
.breadcrumb-wrap .breadcrumb > li + li:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: '\f105';
  color: #888890;
  padding: 0 15px;
}
.radio-style input[type="radio"] {
  display: none;
}
.radio-style input[type="radio"] + label span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  border: 1px solid #222324;
  cursor: pointer;
  position: relative;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}
.radio-style input[type="radio"]:checked + label span:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 6px;
  height: 6px;
  background-color: #222324;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}
.checkbox-form input[type="checkbox"] {
  display: none;
}
.checkbox-form input[type="checkbox"] + label span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  border: 1px solid #ececec;
  cursor: pointer;
  position: relative;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.checkbox-form input[type="checkbox"]:checked + label span:before {
  content: "\e64c";
  position: absolute;
  top: -5px;
  left: 0;
  font-size: 14px;
}
.pager {
  margin-top: 30px;
  margin-bottom: 0;
}
.pager ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pager li {
  font-size: 14px;
}
.pager li > a,
.pager li > span {
  border: none;
  text-transform: uppercase;
  color: #4975d6;
}
.pager li a {
  background-color: transparent;
  padding: 0;
}
.pager li a:focus,
.pager li a:hover {
  background-color: transparent;
}
.pager li span {
  background-color: transparent;
  padding: 0;
}
.pager .prev i {
  padding-right: 10px;
}
.pager .next i {
  padding-left: 10px;
}
.pager .next a {
  float: none;
}
.vertical-outside {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: left top 0;
  -o-transform-origin: left top 0;
  -webkit-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  -moz-transform-origin: left top 0;
  display: block;
  position: absolute;
}
.categories-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 45px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ececec;
}
.categories-filter ul li {
  display: inline-block;
  margin-right: 34px;
  margin-bottom: 10px;
}
.categories-filter ul li:last-child {
  margin-right: 0;
}
.categories-filter ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #1a1a26;
}
.categories-filter ul li a:hover,
.categories-filter ul li a.active {
  color: #4975d6;
  text-decoration: underline;
}
section.newsletter {
  background-color: #43a047;
  height: 150px;
}
section.newsletter .newsletter-bg {
  background-image: url(../images/background/newsletter-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
}
section.newsletter .newsletter-bg > .container {
  height: 100%;
}
section.newsletter .form-newsletter {
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
section.newsletter .form-newsletter form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
section.newsletter .form-newsletter span {
  font-size: 36px;
  color: #fff;
  font-family: 'Varela Round', sans-serif;
  padding-right: 105px;
}
section.newsletter .form-newsletter input {
  height: 50px;
  width: 370px;
  background-color: transparent;
  border: 1px solid #fff;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  margin-right: 20px;
  padding-left: 25px;
}
section.newsletter .form-newsletter button {
  padding: 12px 38px;
  font-size: 16px;
}
section.newsletter .form-newsletter ::-webkit-input-placeholder {
  color: #fff;
}
section.newsletter .form-newsletter ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
section.newsletter .form-newsletter :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
section.newsletter .form-newsletter :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.vestma-container {
  padding-left: 60px;
  padding-right: 60px;
}
.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}
.spinner > span {
  width: 18px;
  height: 18px;
  background-color: #fff;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
            transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
            transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
          animation-name: jackInTheBox;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media (max-width: 1199px) {
  section.newsletter .newsletter-bg {
    -webkit-background-size: contain;
            background-size: contain;
  }
  section.newsletter .newsletter-bg span {
    padding-right: 50px;
  }
  .page-title.style-02 {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  section.newsletter .newsletter-bg span {
    padding-right: 15px;
    font-size: 30px;
  }
  section.newsletter .newsletter-bg input {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .page-title {
    margin-bottom: 30px;
  }
  .page-title.parallax {
    height: auto;
    margin-bottom: 50px;
  }
  .page-title.parallax .pt-lv1 {
    padding: 30px 0;
    -webkit-background-size: contain;
            background-size: contain;
  }
  .page-title.parallax h1 {
    font-size: 30px;
  }
  section.newsletter {
    margin-top: 50px;
  }
  section.newsletter .newsletter-bg span {
    font-size: 24px;
  }
  section.newsletter .newsletter-bg input {
    width: 230px;
    height: 40px;
  }
  section.newsletter .newsletter-bg .btn {
    padding: 8px 15px;
  }
  .pager {
    margin-top: 30px;
  }
  .vestma-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 639px) {
  section.newsletter {
    padding: 30px 0;
    height: auto;
  }
  section.newsletter .newsletter-bg .form-newsletter {
    display: block;
    text-align: left;
  }
  section.newsletter .newsletter-bg .form-newsletter form {
    display: block;
  }
  section.newsletter .newsletter-bg .form-newsletter form span {
    display: block;
    margin-bottom: 15px;
  }
  section.newsletter .newsletter-bg .form-newsletter form .btn {
    margin-bottom: 0;
  }
  .size-36 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .form-row.form-row-first,
  .form-row.form-row-last {
    width: 100%;
    padding: 0;
  }
  section.newsletter .newsletter-bg .form-newsletter form .btn,
  section.newsletter .newsletter-bg .form-newsletter form input {
    display: block;
  }
  section.newsletter .newsletter-bg .form-newsletter form input {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .page-title.parallax {
    height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-title.parallax {
    height: 200px;
  }
}
.parallax {
  background-color: #888890;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.section-title {
  margin: 0;
  padding: 0;
}
.wp-caption .wp-caption-text {
  color: #1a1a26;
  font-size: 14px;
  padding: 5px 0;
}
.screen-reader-text,
.gallery-caption,
.bypostauthor {
  position: relative;
}
@media (max-width: 1400px) {
  figure {
    max-width: 100%;
  }
}
.toggle-nav-mobile,
.toggle-hamburger {
  color: #1a1a26;
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  vertical-align: top;
}
.toggle-nav-mobile .icon-nav,
.toggle-hamburger .icon-nav {
  position: absolute;
  border-bottom: 2px solid;
  top: 50%;
  left: 0;
  width: 18px;
  height: 2px;
  margin-top: -1px;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.toggle-nav-mobile .icon-nav:before,
.toggle-hamburger .icon-nav:before {
  content: '';
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.toggle-nav-mobile .icon-nav:after,
.toggle-hamburger .icon-nav:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.mobile-nav-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 35px;
}
.mobile-nav-toggle .toggle-mobile-search {
  cursor: pointer;
  vertical-align: middle;
  padding-top: 5px;
}
.mobile-nav-toggle .toggle-mobile-search i {
  color: #1a1a26;
  font-weight: 700;
}
.mobile-nav-toggle .toggle-mobile-search i:before {
  margin-left: 0;
}
header.type1 .header-actions,
header.type3 .header-actions,
header.type4 .header-actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  padding-left: 0;
  -webkit-transition: all 0.4s;
  /* Safari */
  transition: all 0.4s;
  margin-left: 25px;
}
header.type1 .header-actions .menu-quote,
header.type3 .header-actions .menu-quote,
header.type4 .header-actions .menu-quote {
  border: none;
  text-transform: uppercase;
  padding: 9px 27px;
}
header.type1 .header-actions .menu-quote:hover,
header.type3 .header-actions .menu-quote:hover,
header.type4 .header-actions .menu-quote:hover {
  background-color: #f64068;
}
header.type1 .header-actions > div,
header.type3 .header-actions > div,
header.type4 .header-actions > div {
  padding-left: 20px;
  text-align: right;
  width: 33%;
}
header.type1 .header-actions > div.dropdown-wrap,
header.type3 .header-actions > div.dropdown-wrap,
header.type4 .header-actions > div.dropdown-wrap {
  position: relative;
}
header.type1 .header-actions > div .label-icon,
header.type3 .header-actions > div .label-icon,
header.type4 .header-actions > div .label-icon {
  padding: 8px 0;
  display: block;
  cursor: pointer;
}
header.type1 .header-actions > div .label-icon i,
header.type3 .header-actions > div .label-icon i,
header.type4 .header-actions > div .label-icon i {
  font-weight: bold;
  font-size: 16px;
}
header.type1 .form-search .label-icon,
header.type3 .form-search .label-icon,
header.type4 .form-search .label-icon {
  cursor: pointer;
}
header.type1 .form-search .label-icon i,
header.type3 .form-search .label-icon i,
header.type4 .form-search .label-icon i {
  color: #fff;
}
header.type1 .form-search .label-icon i:before,
header.type3 .form-search .label-icon i:before,
header.type4 .form-search .label-icon i:before {
  font-size: 24px;
}
header.type1 .popup-search,
header.type3 .popup-search,
header.type4 .popup-search {
  position: fixed;
  top: -50px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 100;
  width: 100%;
  -webkit-transition: all 0.4s;
  /* Safari */
  transition: all 0.4s;
  height: 0;
}
header.type1 .popup-search.active,
header.type3 .popup-search.active,
header.type4 .popup-search.active {
  top: 0;
  height: 100%;
}
header.type1 .popup-search > .container,
header.type3 .popup-search > .container,
header.type4 .popup-search > .container {
  position: relative;
  display: block;
  height: 100%;
}
header.type1 .popup-search .popup-content,
header.type3 .popup-search .popup-content,
header.type4 .popup-search .popup-content {
  position: relative;
  top: 20%;
  left: 0;
}
header.type1 .popup-search .popup-content input,
header.type3 .popup-search .popup-content input,
header.type4 .popup-search .popup-content input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #4975d6;
  color: #4975d6;
  height: 35px;
  line-height: 35px;
}
header.type1 .popup-search .popup-content ::-webkit-input-placeholder,
header.type3 .popup-search .popup-content ::-webkit-input-placeholder,
header.type4 .popup-search .popup-content ::-webkit-input-placeholder {
  color: #4975d6;
}
header.type1 .popup-search .popup-content ::-moz-placeholder,
header.type3 .popup-search .popup-content ::-moz-placeholder,
header.type4 .popup-search .popup-content ::-moz-placeholder {
  /* Firefox 19+ */
  color: #4975d6;
}
header.type1 .popup-search .popup-content :-ms-input-placeholder,
header.type3 .popup-search .popup-content :-ms-input-placeholder,
header.type4 .popup-search .popup-content :-ms-input-placeholder {
  /* IE 10+ */
  color: #4975d6;
}
header.type1 .popup-search .popup-content :-moz-placeholder,
header.type3 .popup-search .popup-content :-moz-placeholder,
header.type4 .popup-search .popup-content :-moz-placeholder {
  /* Firefox 18- */
  color: #4975d6;
}
header.type1 .popup-search .popup-content ::-webkit-file-upload-button,
header.type3 .popup-search .popup-content ::-webkit-file-upload-button,
header.type4 .popup-search .popup-content ::-webkit-file-upload-button {
  color: #4975d6;
}
header.type1 .popup-search .popup-content .close-search-popup,
header.type3 .popup-search .popup-content .close-search-popup,
header.type4 .popup-search .popup-content .close-search-popup {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
header.type1 .popup-search .popup-content button,
header.type3 .popup-search .popup-content button,
header.type4 .popup-search .popup-content button {
  display: none;
}
header.type1 {
  -webkit-transition: all .4s;
          transition: all .4s;
}
header.type1 .header-main {
  background-color: #fff;
}
header.type1 .header-main .header-contact {
  padding-top: 38px;
}
header.type1 .header-main .header-contact ul {
  list-style: none;
  padding: 0;
  text-align: right;
  margin: 0;
}
header.type1 .header-main .header-contact ul li {
  display: inline-block;
  margin-left: 40px;
}
header.type1 .header-main .header-contact ul li:first-child {
  margin-left: 0;
}
header.type1 .header-main .header-contact ul li span {
  display: inline-block;
  vertical-align: middle;
}
header.type1 .header-main .header-contact ul li .icon i {
  color: #4975d6;
}
header.type1 .header-main .header-contact ul li .icon i:before {
  font-size: 25px;
  margin-left: 0;
  margin-right: 5px;
}
header.type1 .header-main .header-contact ul li .content {
  color: #1a1a26;
  font-size: 16px;
}
header.type1 .header-main .header-contact ul li .content > span {
  font-weight: 500;
}
header.type1 .logo {
  -webkit-transition: all 0.4s;
  /* Safari */
  transition: all 0.4s;
}
header.type1 .logo .header-logo {
  display: block;
  margin: 29px 0;
  font-size: 0;
}
header.type1 .header-menu {
  background-color: #1a1a26;
}
header.type2 {
  background-color: #fff;
  -webkit-box-shadow: 1px 0 0px 1px #f9f9f9;
          box-shadow: 1px 0 0px 1px #f9f9f9;
  float: left;
  padding-top: 92px;
  padding-left: 60px;
  padding-right: 50px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 318px;
  z-index: 101;
}
header.type2 .header-main .logo {
  text-align: center;
}
header.type2 .header-main .primary-nav {
  margin-top: 58px;
}
header.type2 .header-main .primary-nav .nav-menu {
  padding: 0;
  text-align: left;
  -webkit-transition: all .4s;
          transition: all .4s;
}
header.type2 .header-main .primary-nav .nav-menu li {
  display: block;
  float: none;
  padding: 0;
  -webkit-transition: all .4s;
          transition: all .4s;
}
header.type2 .header-main .primary-nav .nav-menu li a {
  background-color: transparent;
  color: #1a1a26;
  display: inline-block;
  margin-bottom: 24px;
  padding-bottom: 2px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .4s;
          transition: all .4s;
}
header.type2 .header-main .primary-nav .nav-menu li a i {
  display: none;
}
header.type2 .header-main .primary-nav .nav-menu li a:before {
  background-color: #4975d6;
  content: '';
  position: absolute;
  left: -5px;
  top: 2px;
  height: 10px;
  width: 2px;
  -webkit-transition: left .4s;
          transition: left .4s;
}
header.type2 .header-main .primary-nav .nav-menu li a:hover {
  color: #4975d6;
  padding-left: 5px;
}
header.type2 .header-main .primary-nav .nav-menu li a:hover:before {
  left: 0;
}
header.type2 .header-main .primary-nav .nav-menu li ul {
  opacity: 1;
  display: none;
  position: inherit;
  visibility: visible;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  min-width: auto;
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 15px;
}
header.type2 .header-main .primary-nav .nav-menu li ul ul,
header.type2 .header-main .primary-nav .nav-menu li ul.wpf-mega-menu {
  display: none;
}
header.type2 .header-main .primary-nav .nav-menu li ul:after {
  display: none;
}
header.type2 .header-main .primary-nav .nav-menu li li {
  -webkit-transition: all .4s;
          transition: all .4s;
}
header.type2 .header-main .primary-nav .nav-menu li li a {
  font-weight: 400;
}
header.type2 .header-main .primary-nav .nav-menu li.current-menu-item a {
  padding-left: 5px;
}
header.type2 .header-main .primary-nav .nav-menu li.current-menu-item a:before {
  left: 0;
}
header.type2 .header-main .socials {
  list-style: none;
  margin-top: 20px;
  padding: 0;
}
header.type2 .header-main .socials li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
header.type2 .header-main .socials li a {
  background-color: #ececec;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  color: #888890;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  -webkit-transition: all .4s;
          transition: all .4s;
}
header.type2 .header-main .socials li a:hover {
  background-color: #4975d6;
  color: #fff;
}
header.type2 .header-main .site-info {
  line-height: 21px;
  margin-top: 32px;
}
header.type2 .header-main .site-info i {
  color: #c62828;
}
header.type2 .header-main .site-info b {
  font-weight: 600;
}
header.type3 {
  padding-top: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
header.type3 .header-menu {
  background-color: transparent;
}
header.type3 .header-menu .header-actions {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 0;
}
header.type3 .header-menu .header-actions .menu-quote {
  border: 1px solid #f64068;
  margin-right: 15px;
}
header.type3 .header-menu .header-actions > div {
  padding-left: 0;
  text-align: right;
  width: auto;
}
header.type3 .header-menu .primary-nav .nav-menu > li {
  padding-top: 14px;
  padding-bottom: 14px;
}
header.type3 .header-menu .primary-nav .nav-menu > li > a:hover {
  color: #fff;
}
header.type3 .mobile-nav-toggle {
  padding-top: 0;
}
header.type4 .header-menu {
  background-color: #fff;
}
header.type4 .header-menu .logo {
  margin-top: 97px;
  margin-bottom: 94px;
  text-align: center;
}
header.type4 .header-menu .header-actions {
  position: absolute;
  right: 0;
  top: 0;
}
header.type4 .header-menu .header-actions .form-search {
  width: 100%;
}
header.type4 .header-menu .header-actions .form-search .label-icon {
  padding: 0;
}
header.type4 .header-menu .header-actions .form-search .label-icon i {
  color: #1a1a26;
}
header.type4 .header-menu .main-menu {
  margin-bottom: 33px;
}
header.type4 .header-menu .main-menu .nav-menu {
  text-align: center;
}
header.type4 .header-menu .main-menu .nav-menu > li {
  padding-left: 11px;
  padding-right: 11px;
  padding-bottom: 10px;
}
header.type4 .header-menu .main-menu .nav-menu > li > a {
  color: #1a1a26;
}
header .header-menu-sticky {
  position: fixed;
  top: 0;
  background-color: #fff;
  padding: 29px 0;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s;
          transition: all .5s;
}
header .header-menu-sticky .logo {
  text-align: left;
}
header .header-menu-sticky .logo .header-logo {
  margin: 0;
}
header .header-menu-sticky .header-actions {
  position: absolute;
  right: 0;
  top: 0;
}
header .header-menu-sticky .header-actions .form-search {
  width: 100%;
}
header .header-menu-sticky .header-actions .form-search .label-icon {
  padding: 0;
}
header .header-menu-sticky .header-actions .form-search .label-icon i {
  color: #1a1a26;
}
header .header-menu-sticky .main-menu {
  margin-top: 15px;
  min-height: inherit !important;
}
header .header-menu-sticky .main-menu .nav-menu {
  margin-bottom: 0;
  text-align: left;
}
header .header-menu-sticky .main-menu .nav-menu > li {
  padding-left: 11px;
  padding-right: 11px;
  padding-bottom: 10px;
}
header .header-menu-sticky .main-menu .nav-menu > li > a {
  padding: 0 !important;
  color: #1a1a26;
}
header .header-menu-sticky .mobile-nav-toggle {
  padding-top: 8px;
}
header .header-menu-sticky.show {
  opacity: 1;
  visibility: visible;
}
.admin-bar .header-menu-sticky {
  top: 32px;
}
body.header-layout-2 .site-content,
body.header-layout-2 .site-footer {
  float: right;
}
@media (max-width: 1530px) {
  body.header-layout-2 .site-content .container,
  body.header-layout-2 .site-footer .container {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  header.type1 {
    -webkit-box-shadow: 0 -4px 10px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0 -4px 10px 0px rgba(0, 0, 0, 0.5);
  }
  header.type1 .header-main .header-contact ul li {
    padding-right: 15px;
    margin-right: 15px;
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
  header.type1 .header-main .header-contact ul li:first-child {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  header.type2 {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 29px 0;
    padding: 0;
    position: relative;
    float: none;
    width: 100%;
    z-index: 1;
  }
  header.type2 .header-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header.type2 .header-main .logo {
    padding-left: 30px;
  }
  header.type2 .header-main .mobile-nav-toggle {
    padding-top: 0;
    padding-right: 30px;
  }
  header.type4 .header-menu .logo {
    text-align: left;
    margin-bottom: 0;
    margin-top: 35px;
  }
  body.header-layout-2 .site-content,
  body.header-layout-2 .site-footer {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  header.type1 .header-actions {
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  header.type1 .header-actions > div {
    width: 50px;
  }
  header.type1 .header-main .header-contact {
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #e1e1e1;
  }
  header.type1 .header-main .header-contact ul {
    text-align: left;
  }
}
@media (max-width: 600px) {
  .admin-bar .header-menu-sticky {
    top: 0;
  }
}
@media (max-width: 479px) {
  header.type1 .header-main .header-contact {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  header.type1 .header-main .header-contact ul li .icon i:before {
    font-size: 16px;
  }
  header.type1 .header-main .header-contact ul li .content {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  header .header-menu-sticky .main-menu {
    display: block !important;
  }
}
@media (min-width: 992px) {
  body.header-layout-2 .header-menu-sticky {
    display: none !important;
  }
}
@media (min-width: 768px) {
  header.sticky {
    position: fixed;
    width: 100%;
    top: -500px;
    left: 0;
    z-index: 100;
  }
  header.type1.sticky.stickyin {
    top: -107px;
  }
  header.type1.sticky .header-main {
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    padding-bottom: 0px;
  }
  header.type1.sticky .logo {
    margin-top: 10px;
  }
  header.type1.sticky .logo img {
    max-width: 130px;
  }
  header.type1.sticky .main-menu {
    margin-top: 0px;
  }
  header.type1.sticky .main-menu .menu > li > a {
    padding: 23px 0;
  }
  header.type1.sticky .header-actions > div .label-icon {
    padding: 8px 0;
  }
  header.type1 .popup-search .popup-content {
    top: 35%;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  header.type1 .header-main .header-contact {
    text-align: center;
  }
}
.header-menu ul {
  list-style: none;
  padding: 0;
}
.header-menu ul:not(.row) {
  margin: 0;
}
.main-nav {
  padding: 0;
}
.main-nav .nav-menu {
  text-align: center;
}
.main-nav .nav-menu > li {
  display: inline-block;
  padding: 0 15px;
}
.main-nav .nav-menu > li:not(.menu-item-mega) {
  position: relative;
}
.main-nav .nav-menu > li:not(.menu-item-mega) li {
  position: relative;
}
.main-nav .nav-menu > li:not(.menu-item-mega) li a {
  -webkit-transition: all .4s;
          transition: all .4s;
}
.main-nav .nav-menu > li:not(.menu-item-mega) li a:hover {
  padding-left: 5px;
}
.main-nav .nav-menu > li:not(.menu-item-mega) li ul {
  opacity: 0;
  position: absolute;
  left: 100%;
  min-width: 290px;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.2);
  padding: 30px 0 7px 15px;
  background: #fff;
  text-align: left;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  width: 100%;
  top: 0;
  -webkit-transform: translateY(2em);
      -ms-transform: translateY(2em);
          transform: translateY(2em);
  -webkit-transition: all .3s;
          transition: all .3s;
}
.main-nav .nav-menu > li:not(.menu-item-mega) li ul:after {
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#6d4dd6), to(#4975d6));
  background: -webkit-linear-gradient(left, #6d4dd6, #4975d6);
  background: linear-gradient(left, #6d4dd6, #4975d6);
  -webkit-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px;
  position: absolute;
}
.main-nav .nav-menu > li:not(.menu-item-mega) li.menu-item-has-children:hover > ul {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.main-nav .nav-menu > li > a {
  text-transform: uppercase;
  color: #fff;
  display: block;
  font-weight: 700;
  font-size: 14px;
}
.main-nav .nav-menu > li > a:hover {
  color: #4975d6;
}
.main-nav .nav-menu > li > a i {
  vertical-align: text-top;
  padding-left: 5px;
  padding-top: 4px;
  line-height: 7px;
  float: right;
}
.main-nav .nav-menu > li > .sub-menu,
.main-nav .nav-menu > li .wpf-mega-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  -webkit-transform: translateY(2em);
  -moz-transform: translateY(2em);
  -ms-transform: translateY(2em);
  -o-transform: translateY(2em);
  z-index: 120;
  -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
          transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.2);
  background: #fff;
  text-align: left;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.main-nav .nav-menu > li > .sub-menu:after,
.main-nav .nav-menu > li .wpf-mega-menu:after {
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#6d4dd6), to(#4975d6));
  background: -webkit-linear-gradient(left, #6d4dd6, #4975d6);
  background: linear-gradient(left, #6d4dd6, #4975d6);
  -webkit-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px;
  position: absolute;
}
.main-nav .nav-menu > li .wpf-mega-menu {
  width: 100%;
  overflow: hidden;
  padding: 30px;
}
.main-nav .nav-menu > li .wpf-mega-menu .sub-menu > li > p {
  margin-bottom: 30px;
  line-height: 24px;
}
.main-nav .nav-menu > li .wpf-mega-menu .sub-menu > li ul li {
  margin-bottom: 10px;
}
.main-nav .nav-menu > li .wpf-mega-menu .sub-menu > li ul li:last-child {
  margin-bottom: 0;
}
.main-nav .nav-menu > li .wpf-mega-menu .sub-menu > li.menu-image {
  padding-left: 0;
}
.main-nav .nav-menu > li .wpf-mega-menu .sub-menu > li.menu-image .sub-text {
  position: absolute;
  bottom: 100px;
  left: 50px;
  z-index: 100;
  padding-right: 75px;
}
.main-nav .nav-menu > li .wpf-mega-menu .sub-menu > li.menu-image .sub-text h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}
.main-nav .nav-menu > li .wpf-mega-menu .sub-menu > li.menu-image .sub-text p {
  line-height: 20px;
  margin-bottom: 35px;
  color: #fff;
}
.main-nav .nav-menu > li .wpf-mega-menu .sub-menu > li.menu-image .sub-text .btn {
  text-transform: uppercase;
  font-weight: 700;
}
.main-nav .nav-menu > li .wpf-mega-menu .menu-item-custom-content {
  margin-top: 40px;
  overflow: hidden;
}
.main-nav .nav-menu > li .wpf-mega-menu .menu-item-custom-content ul li {
  display: inline-block;
  float: left;
  margin-right: 1%;
  width: 32.6666%;
}
.main-nav .nav-menu > li .wpf-mega-menu .menu-item-custom-content ul li:last-child {
  margin-right: 0;
}
.main-nav .nav-menu > li .wpf-mega-menu > li > a {
  font-weight: bold;
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
  color: #1a1a26;
}
.main-nav .nav-menu > li.media-content .wpf-mega-menu {
  padding: 0;
  border-bottom: none;
}
.main-nav .nav-menu > li.media-content .wpf-mega-menu .sub-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.main-nav .nav-menu > li.media-content .wpf-mega-menu .sub-menu > li:not(.menu-image) {
  padding-top: 30px;
  padding-bottom: 30px;
}
.main-nav .nav-menu > li.media-content .wpf-mega-menu .sub-menu .menu-image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.main-nav .nav-menu > li > .sub-menu {
  min-width: 260px;
  padding: 30px 0 7px 15px;
}
.main-nav .nav-menu > li > .sub-menu li {
  display: block;
  padding-bottom: 20px;
}
.main-nav .nav-menu > li > .sub-menu li ul li a {
  -webkit-transition: all .4s;
          transition: all .4s;
}
.main-nav .nav-menu > li > .sub-menu li ul li a:hover {
  padding-left: 5px;
}
.main-nav .nav-menu > li > .sub-menu li:last-child {
  margin-bottom: 0;
}
.main-nav .nav-menu > li > .sub-menu li.mega-sub-menu {
  padding-bottom: 0;
}
.main-nav .nav-menu > li:hover > .sub-menu,
.main-nav .nav-menu > li:hover .wpf-mega-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transition-delay: 0s, 0s, 0.3s;
          transition-delay: 0s, 0s, 0.3s;
}
.menu-icon {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  font-size: 21px;
  color: #1a1a26;
  cursor: pointer;
  right: 15px;
}
.mobile-nav-shown {
  cursor: pointer;
}
.mobile-nav {
  background-color: #fff;
  padding: 50px 20px 0;
  position: fixed;
  left: -300px;
  top: 0;
  bottom: 0;
  width: 300px;
  -webkit-transition: all .6s;
          transition: all .6s;
  opacity: 0;
  z-index: 101;
}
.mobile-nav #close-menu {
  color: #1a1a26;
  margin-bottom: 40px;
  text-align: right;
  padding-right: 20px;
}
.mobile-nav #close-menu i {
  cursor: pointer;
}
.mobile-nav #close-menu i:before {
  font-size: 24px;
}
.mobile-nav .menu {
  list-style-type: none;
  padding: 0;
}
.mobile-nav .menu li {
  margin-bottom: 19px;
}
.mobile-nav .menu li a {
  color: #1a1a26;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  -webkit-transition: all .4s;
          transition: all .4s;
}
.mobile-nav .menu li a i {
  margin-left: 5px;
}
.mobile-nav .menu li a:hover {
  color: #4975d6;
}
.mobile-nav .menu li li a {
  font-size: 17px;
}
.mobile-nav .menu li ul {
  list-style: none;
  padding-left: 15px;
  margin-top: 16px;
}
.mobile-nav .menu li ul ul ul {
  display: none;
}
.side-menu-background {
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all .6s;
          transition: all .6s;
  visibility: hidden;
  z-index: 100;
}
.toggle-sidebar-mobile-menu {
  color: #fff;
  display: block;
  padding: 10px 15px 10px 20px;
  background-color: #4975d6;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
}
.toggle-sidebar-mobile-menu .toggle-hamburger {
  color: #fff;
  margin-right: 25px;
}
.toggle-sidebar-mobile-menu:hover,
.toggle-sidebar-mobile-menu:focus {
  color: #fff;
}
body.show-menu-mobile {
  overflow: hidden;
}
body.show-menu-mobile .mobile-nav {
  opacity: 1;
  left: 0;
}
body.show-menu-mobile .side-menu-background {
  visibility: visible;
  opacity: 1;
}
header.type1 .main-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s;
  /* Safari */
  transition: all 0.4s;
  min-height: 60px;
}
header.type1 .main-nav .nav-menu > li > a {
  padding: 23px 0;
}
.primary-sidebar {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .primary-sidebar {
    position: relative;
  }
  .primary-sidebar .sidebar-widget-container {
    background: #fff;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 15px;
    right: 15px;
    z-index: 1000;
    padding: 15px 10px;
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s;
            transition: all .5s;
    visibility: hidden;
  }
  .primary-sidebar.show-sidebar .toggle-sidebar-mobile-menu {
    -webkit-border-top-left-radius: 5px;
            border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
            border-top-right-radius: 5px;
  }
  .primary-sidebar.show-sidebar .toggle-sidebar-mobile-menu .icon-nav {
    border-bottom-color: transparent;
  }
  .primary-sidebar.show-sidebar .toggle-sidebar-mobile-menu .icon-nav:before,
  .primary-sidebar.show-sidebar .toggle-sidebar-mobile-menu .icon-nav:after {
    top: 0;
  }
  .primary-sidebar.show-sidebar .toggle-sidebar-mobile-menu .icon-nav:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .primary-sidebar.show-sidebar .toggle-sidebar-mobile-menu .icon-nav:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .primary-sidebar.show-sidebar .sidebar-widget-container {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 379px) {
  .mobile-nav {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  body.show-menu-mobile.header-layout-3 .side-menu-background,
  body.show-menu-mobile.header-layout-1 .side-menu-background {
    visibility: hidden;
    opacity: 0;
  }
  body.show-menu-mobile.header-layout-3 .mobile-nav,
  body.show-menu-mobile.header-layout-1 .mobile-nav {
    opacity: 0;
    left: -300px;
  }
}
@media (min-width: 992px) {
  body.show-menu-mobile.header-layout-2 .side-menu-background,
  body.show-menu-mobile.header-layout-4 .side-menu-background {
    visibility: hidden;
    opacity: 0;
  }
  body.show-menu-mobile.header-layout-2 .mobile-nav,
  body.show-menu-mobile.header-layout-4 .mobile-nav {
    opacity: 0;
    left: -300px;
  }
}
.widget {
  color: #888890;
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.widget .widget-title {
  color: #1a1a26;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 9px;
}
.widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  text-align: left;
}
.widget ul li {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}
.widget ul li a {
  border-bottom: 1px solid #dfdfdf;
  color: #888890;
  position: relative;
}
.widget ul li a:link,
.widget ul li a:visited,
.widget ul li a:hover,
.widget ul li a:active {
  text-decoration: none;
}
.widget ul li a:hover,
.widget ul li a:active {
  color: #4975d6;
}
.widget ul li ul {
  display: none;
  padding-left: 15px;
}
.widget ul li ul li:last-child a {
  border-bottom: 1px solid #dfdfdf;
}
.widget ul li ul li.menu-item-has-children > a:after {
  display: none;
}
.widget ul li ul ul {
  display: none;
}
.widget ul li:last-child a {
  border-bottom: none;
}
.widget ul li.menu-item-has-children > a i {
  display: none;
}
.widget ul > li.menu-item-has-children > a:after {
  font-family: 'FontAwesome';
  content: '\f105';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.widget ul > li.menu-item-has-children.open > a:after {
  content: '\f107';
}
.widget select {
  width: 90%;
  padding: 5px;
}
.widget_calendar {
  line-height: 26px;
}
.widget_calendar #wp-calendar {
  width: 100%;
}
.widget_calendar #wp-calendar caption {
  margin-bottom: 15px;
}
.widget_search .screen-reader-text,
.widget_archive .screen-reader-text {
  margin-right: 10px;
}
.widget_search .search-field,
.widget_archive .search-field,
.widget_search select,
.widget_archive select {
  color: #1a1a26;
  width: 90%;
  padding: 5px;
}
.widget_search .close-search-popup,
.widget_archive .close-search-popup {
  display: none;
}
.widget_search .search-submit {
  color: #fff;
  background-color: #f64068;
}
.widget_pages ul li,
.widget_nav_menu ul li {
  border-bottom: none;
  padding: 0;
}
.widget_pages ul li a,
.widget_nav_menu ul li a {
  border-bottom: 1px solid #dfdfdf;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}
.widget_categories .children {
  display: none;
}
.widget_categories .screen-reader-text {
  display: block;
}
.widget_categories select {
  width: 90%;
  padding: 5px;
}
.widget_text form select {
  max-width: 100%;
}
.widget_tag_cloud .tagcloud a {
  margin-right: 5px;
  line-height: 28px;
}
.widget_rss .rsswidget {
  color: #1a1a26;
}
.widget_rss li .rsswidget {
  display: block;
}
.primary-sidebar .widget.widget_nav_menu {
  padding: 17px 20px 20px;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border-top: 3px solid #4975d6;
}
.primary-sidebar .widget ul li a {
  font-size: 16px;
}
.page-sidebar .widget .screen-reader-text {
  color: #1a1a26;
  font-weight: 600;
}
.page-sidebar .widget_text strong {
  color: #1a1a26;
  font-weight: 600;
}
.vestma_testimonial_widget .content {
  padding: 33px 17px 22px;
  border: 1px solid #ececec;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  position: relative;
  font-size: 14px;
  font-style: italic;
}
.vestma_testimonial_widget .content p {
  position: relative;
  text-indent: 8px;
}
.vestma_testimonial_widget .content p:before,
.vestma_testimonial_widget .content p:after {
  font-family: 'FontAwesome';
  position: absolute;
  font-size: 4px;
}
.vestma_testimonial_widget .content p:before {
  content: "\f10d";
  top: 5px;
  left: -5px;
}
.vestma_testimonial_widget .content p:after {
  content: "\f10e";
  bottom: 13px;
}
.vestma_testimonial_widget .content:before,
.vestma_testimonial_widget .content:after {
  top: 100%;
  left: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.vestma_testimonial_widget .content:before {
  border-top-color: #ececec;
  border-width: 11px;
  margin-left: -1px;
}
.vestma_testimonial_widget .content:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
}
.vestma_testimonial_widget .author {
  margin-top: 20px;
}
.vestma_testimonial_widget .author img {
  float: left;
  width: 50px;
  height: 50px;
}
.vestma_testimonial_widget .author .author-info {
  display: block;
  margin-left: 65px;
}
.vestma_testimonial_widget .author .author-info span {
  display: block;
  line-height: 15px;
}
.vestma_testimonial_widget .author .author-info .name {
  color: #1a1a26;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
  padding-top: 10px;
}
.vestma_testimonial_widget .author .author-info .job {
  color: #4975d6;
  font-size: 12px;
}
.contact-wrap {
  padding: 23px 20px 45px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background: #6d4dd6;
  background: -webkit-gradient(linear, left top, right top, from(#6d4dd6), to(#4976d6));
  background: -webkit-linear-gradient(left, #6d4dd6 0%, #4976d6 100%);
  background: linear-gradient(to right, #6d4dd6 0%, #4976d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d4dd6', endColorstr='#4976d6', GradientType=1);
}
.contact-wrap h3 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  line-height: 28px;
}
.contact-wrap p {
  color: #fff;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 10px;
}
.contact-wrap .btn {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 10px 25px;
  margin-top: 13px;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.contact-wrap .btn:hover {
  background-color: #f64068;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #f64068;
}
.footer-widgets .widget {
  color: #fff;
}
.footer-widgets .widget ul li a {
  border-bottom: none;
  color: #fff;
}
.footer-widgets .widget ul li ul li:last-child a {
  border-bottom: none;
}
.footer-widgets .widget select {
  color: #1a1a26;
}
.footer-widgets .widget_calendar a,
.footer-widgets .widget_calendar caption {
  color: #fff;
}
.footer-widgets .widget_rss .rsswidget {
  color: #fff;
  font-size: 16px;
}
.footer-widgets .widget_rss .rsswidget:hover {
  color: #4975d6;
}
.footer-widgets .widget_rss li .rss-date {
  display: block;
  margin-bottom: 10px;
}
.footer-widgets .widget_tag_cloud .tagcloud a {
  color: #fff;
}
.footer-widgets .widget_text strong {
  font-weight: 600;
}
.footer-widgets .widget_text .wp-caption-text {
  color: #fff;
}
@media (max-width: 991px) {
  .contact-wrap {
    padding-left: 10px;
  }
  .primary-sidebar .widget.widget_nav_menu {
    padding: 5px 10px 10px;
  }
}
/*
* Blog list
*/
.pager {
  margin-top: 39px;
  margin-bottom: 89px;
}
.pager li a {
  font-weight: 600;
}
.pager li.prev i {
  padding-right: 6px;
}
.pager li.next i {
  padding-left: 6px;
}
.blog.list .blog-list,
.archive.list .blog-list,
.related-post.list .blog-list,
.search-results.list .blog-list {
  margin-bottom: 80px;
}
.blog .blog-list .page-title,
.archive .blog-list .page-title,
.related-post .blog-list .page-title,
.search-results .blog-list .page-title {
  color: #1a1a26;
  margin-bottom: 20px;
  margin-top: 135px;
  text-align: center;
}
.blog .blog-list .page-title h1,
.archive .blog-list .page-title h1,
.related-post .blog-list .page-title h1,
.search-results .blog-list .page-title h1 {
  font-size: 60px;
  margin-bottom: 28px;
}
.blog .blog-list .page-title p,
.archive .blog-list .page-title p,
.related-post .blog-list .page-title p,
.search-results .blog-list .page-title p {
  color: #888890;
}
.blog .blog-list .categories-filter,
.archive .blog-list .categories-filter,
.related-post .blog-list .categories-filter,
.search-results .blog-list .categories-filter {
  margin-top: 44px;
}
.blog .blog-list .blog-item,
.archive .blog-list .blog-item,
.related-post .blog-list .blog-item,
.search-results .blog-list .blog-item {
  margin-top: 30px;
}
.blog .blog-list .blog-item .entry-header,
.archive .blog-list .blog-item .entry-header,
.related-post .blog-list .blog-item .entry-header,
.search-results .blog-list .blog-item .entry-header {
  position: relative;
  overflow: hidden;
}
.blog .blog-list .blog-item .entry-header .header-overlay,
.archive .blog-list .blog-item .entry-header .header-overlay,
.related-post .blog-list .blog-item .entry-header .header-overlay,
.search-results .blog-list .blog-item .entry-header .header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all .4s;
          transition: all .4s;
  z-index: 9;
}
.blog .blog-list .blog-item .entry-header .blog-label,
.archive .blog-list .blog-item .entry-header .blog-label,
.related-post .blog-list .blog-item .entry-header .blog-label,
.search-results .blog-list .blog-item .entry-header .blog-label {
  display: block;
  position: absolute;
  left: -50px;
  bottom: -50px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 13px;
  text-align: center;
  background-color: #2a2c2d;
  padding: 5px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  /* Safari */
  transition: all 0.3s;
  z-index: 10;
}
.blog .blog-list .blog-item .entry-header .blog-label a,
.archive .blog-list .blog-item .entry-header .blog-label a,
.related-post .blog-list .blog-item .entry-header .blog-label a,
.search-results .blog-list .blog-item .entry-header .blog-label a {
  color: #fff;
}
.blog .blog-list .blog-item .entry-header .blog-label a:hover,
.archive .blog-list .blog-item .entry-header .blog-label a:hover,
.related-post .blog-list .blog-item .entry-header .blog-label a:hover,
.search-results .blog-list .blog-item .entry-header .blog-label a:hover {
  color: #4975d6;
}
.blog .blog-list .blog-item .entry-header img,
.archive .blog-list .blog-item .entry-header img,
.related-post .blog-list .blog-item .entry-header img,
.search-results .blog-list .blog-item .entry-header img {
  -webkit-transition: all .7s;
          transition: all .7s;
}
.blog .blog-list .blog-item .entry-header ul,
.archive .blog-list .blog-item .entry-header ul,
.related-post .blog-list .blog-item .entry-header ul,
.search-results .blog-list .blog-item .entry-header ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.blog .blog-list .blog-item .entry-header ul li,
.archive .blog-list .blog-item .entry-header ul li,
.related-post .blog-list .blog-item .entry-header ul li,
.search-results .blog-list .blog-item .entry-header ul li {
  margin: 0;
  padding: 0;
}
.blog .blog-list .blog-item .entry-header .entry-format,
.archive .blog-list .blog-item .entry-header .entry-format,
.related-post .blog-list .blog-item .entry-header .entry-format,
.search-results .blog-list .blog-item .entry-header .entry-format {
  margin-bottom: 0;
}
.blog .blog-list .blog-item .entry-header:hover .blog-label,
.archive .blog-list .blog-item .entry-header:hover .blog-label,
.related-post .blog-list .blog-item .entry-header:hover .blog-label,
.search-results .blog-list .blog-item .entry-header:hover .blog-label {
  left: 0;
  bottom: 0;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.blog .blog-list .blog-item .entry-header:hover .header-overlay,
.archive .blog-list .blog-item .entry-header:hover .header-overlay,
.related-post .blog-list .blog-item .entry-header:hover .header-overlay,
.search-results .blog-list .blog-item .entry-header:hover .header-overlay {
  opacity: 1;
}
.blog .blog-list .blog-item .entry-header:hover .entry-format.format- img,
.archive .blog-list .blog-item .entry-header:hover .entry-format.format- img,
.related-post .blog-list .blog-item .entry-header:hover .entry-format.format- img,
.search-results .blog-list .blog-item .entry-header:hover .entry-format.format- img,
.blog .blog-list .blog-item .entry-header:hover .entry-format.format-video img,
.archive .blog-list .blog-item .entry-header:hover .entry-format.format-video img,
.related-post .blog-list .blog-item .entry-header:hover .entry-format.format-video img,
.search-results .blog-list .blog-item .entry-header:hover .entry-format.format-video img,
.blog .blog-list .blog-item .entry-header:hover .entry-format.format-image img,
.archive .blog-list .blog-item .entry-header:hover .entry-format.format-image img,
.related-post .blog-list .blog-item .entry-header:hover .entry-format.format-image img,
.search-results .blog-list .blog-item .entry-header:hover .entry-format.format-image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.blog .blog-list .blog-item .entry-content,
.archive .blog-list .blog-item .entry-content,
.related-post .blog-list .blog-item .entry-content,
.search-results .blog-list .blog-item .entry-content {
  text-align: center;
  background-color: #f9f9f9;
  padding-bottom: 18px;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 220px;
  max-height: 220px;
}
.blog .blog-list .blog-item .entry-content p,
.archive .blog-list .blog-item .entry-content p,
.related-post .blog-list .blog-item .entry-content p,
.search-results .blog-list .blog-item .entry-content p {
  line-height: 24px;
  margin-bottom: 0;
  min-height: 48px;
}
.blog .blog-list .blog-item .entry-content .post-info,
.archive .blog-list .blog-item .entry-content .post-info,
.related-post .blog-list .blog-item .entry-content .post-info,
.search-results .blog-list .blog-item .entry-content .post-info {
  margin-bottom: -7px;
}
.blog .blog-list .blog-item .entry-content .post-info > a,
.archive .blog-list .blog-item .entry-content .post-info > a,
.related-post .blog-list .blog-item .entry-content .post-info > a,
.search-results .blog-list .blog-item .entry-content .post-info > a {
  font-weight: 600;
  color: #1a1a26;
}
.blog .blog-list .blog-item .entry-content .post-info .sticky-article,
.archive .blog-list .blog-item .entry-content .post-info .sticky-article,
.related-post .blog-list .blog-item .entry-content .post-info .sticky-article,
.search-results .blog-list .blog-item .entry-content .post-info .sticky-article {
  color: #1a1a26;
  font-size: 11px;
  font-weight: 500;
  margin-right: 3px;
}
.blog .blog-list .blog-item .entry-content .post-info .sticky-article i,
.archive .blog-list .blog-item .entry-content .post-info .sticky-article i,
.related-post .blog-list .blog-item .entry-content .post-info .sticky-article i,
.search-results .blog-list .blog-item .entry-content .post-info .sticky-article i {
  font-size: 15px;
  margin-right: 2px;
}
.blog .blog-list .blog-item .entry-content .entry-title,
.archive .blog-list .blog-item .entry-content .entry-title,
.related-post .blog-list .blog-item .entry-content .entry-title,
.search-results .blog-list .blog-item .entry-content .entry-title {
  margin: 0;
  padding-top: 14px;
  padding-bottom: 10px;
}
.blog .blog-list .blog-item .entry-content .entry-title a,
.archive .blog-list .blog-item .entry-content .entry-title a,
.related-post .blog-list .blog-item .entry-content .entry-title a,
.search-results .blog-list .blog-item .entry-content .entry-title a {
  color: #1a1a26;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0;
}
.blog .blog-list .blog-item .entry-content .entry-title a:hover,
.archive .blog-list .blog-item .entry-content .entry-title a:hover,
.related-post .blog-list .blog-item .entry-content .entry-title a:hover,
.search-results .blog-list .blog-item .entry-content .entry-title a:hover {
  color: #4975d6;
  cursor: pointer;
}
.blog .blog-list .blog-item .entry-footer,
.archive .blog-list .blog-item .entry-footer,
.related-post .blog-list .blog-item .entry-footer,
.search-results .blog-list .blog-item .entry-footer {
  background-color: #f9f9f9;
  padding-bottom: 53px;
  text-align: center;
}
.blog .blog-list .blog-item .entry-footer .btn,
.archive .blog-list .blog-item .entry-footer .btn,
.related-post .blog-list .blog-item .entry-footer .btn,
.search-results .blog-list .blog-item .entry-footer .btn {
  text-transform: uppercase;
  padding: 9px 34px;
}
.archive .page-title {
  color: #1a1a26;
  margin-bottom: 20px;
  margin-top: 50px;
}
.archive .page-title h1 {
  font-size: 60px;
  margin-bottom: 28px;
}
.archive .page-title p {
  color: #888890;
}
.related-post .blog-list .title-wrap {
  margin-bottom: 33px;
}
.related-post .blog-list .title-wrap .head-title {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 500;
}
.related-post .blog-list .blog-item {
  margin-top: 0;
}
.related-post .blog-list .blog-item .entry-header {
  margin-top: 0;
}
/*
* Blog Single-----------------------------*/
.single-post .page-links {
  clear: both;
  margin-bottom: 10px;
}
.single-post.style01 article.post-item {
  margin-bottom: 90px;
}
.single-post.style01 .entry-header {
  margin-top: 90px;
}
.single-post.style01 .entry-header .entry-format {
  margin-bottom: 34px;
}
.single-post.style01 .entry-header .entry-format iframe {
  width: 100%;
}
.single-post.style01 .post-info.top {
  text-align: left;
  margin-bottom: 58px;
}
.single-post.style01 .post-info.top .post-category {
  margin-bottom: 10px;
}
.single-post.style01 .post-info.top .post-category a {
  font-size: 18px;
  color: #4975d6;
  margin-right: 5px;
}
.single-post.style01 .post-info.top .post-name {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 42px;
}
.single-post.style01 .post-info.top .author-time p span {
  font-weight: 600;
  color: #1a1a26;
}
.single-post.style01 .post-info.top .author-time .author-name {
  font-weight: 600;
  color: #1a1a26;
}
.single-post.style01 .post-info.top .author-time .author-name:hover {
  color: #4975d6;
}
.single-post.style01 .post-info.bottom {
  margin-bottom: 93px;
}
.single-post.style01 .post-info.bottom .tag-share {
  padding: 30px 0;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}
.single-post.style01 .post-info.bottom .tag-share ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.single-post.style01 .post-info.bottom .tag-share .tags {
  float: left;
}
.single-post.style01 .post-info.bottom .tag-share .tags li {
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px;
}
.single-post.style01 .post-info.bottom .tag-share .tags li:last-child {
  margin-right: 0;
}
.single-post.style01 .post-info.bottom .tag-share .tags li a {
  font-size: 14px;
  font-style: italic;
}
.single-post.style01 .post-info.bottom .tag-share .tags li a:hover {
  color: #1a1a26;
}
.single-post.style01 .post-info.bottom .tag-share .post-share {
  float: right;
}
.single-post.style01 .post-info.bottom .tag-share .post-share li {
  display: inline-block;
  margin-right: 15px;
}
.single-post.style01 .post-info.bottom .tag-share .post-share li:last-child {
  margin-right: 0;
}
.single-post.style01 .post-info.bottom .tag-share .post-share li span {
  color: #1a1a26;
  font-weight: 600;
}
.single-post.style01 .post-info.bottom .tag-share .post-share li a {
  font-size: 16px;
  color: #1a1a26;
}
.single-post.style01 .post-info.bottom .tag-share .post-share li a:hover {
  color: #888890;
}
.single-post.style01 .post-info.bottom .toolbar {
  padding-top: 29px;
  padding-bottom: 26px;
  border-bottom: 1px solid #ececec;
}
.single-post.style01 .post-info.bottom .toolbar h4 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}
.single-post.style01 .post-info.bottom .toolbar h4 a {
  color: #1a1a26;
}
.single-post.style01 .post-info.bottom .toolbar h4 a:hover {
  color: #4975d6;
}
.single-post.style01 .post-info.bottom .toolbar .link {
  display: block;
  margin-top: 15px;
}
.single-post.style01 .post-info.bottom .toolbar .prev-post a.post-thumb {
  float: left;
  padding-right: 20px;
}
.single-post.style01 .post-info.bottom .toolbar .next-post {
  text-align: right;
}
.single-post.style01 .post-info.bottom .toolbar .next-post a.post-thumb {
  float: right;
  padding-left: 20px;
}
.single-post.style01 .post-content .post-password-form label {
  color: #1a1a26;
}
.single-post.style01 .post-content .post-password-form input[type=password] {
  color: #1a1a26;
  padding: 5px 10px;
}
.single-post.style01 .post-content .post-password-form input[type=submit] {
  background-color: #1a1a26;
  color: #fff;
  padding: 5px 15px;
}
.single-post.style01 .post-content figure {
  margin-bottom: 60px;
}
.single-post.style01 .post-content p {
  margin-bottom: 30px;
  line-height: 24px;
}
.single-post.style01 .post-content .content-box {
  padding-left: 50px;
  border-left: 5px solid #4975d6;
  font-style: italic;
  font-weight: 500;
  color: #1a1a26;
  font-size: 18px;
}
.single-post.style01 .post-content .content-post-images {
  margin-top: 30px;
  margin-bottom: 50px;
}
.single-post.style01 .post-content .content-post-images .row {
  margin-bottom: 30px;
}
.single-post.style01 .post-content .content-post-images .row:last-child {
  margin-bottom: 0;
}
.single-post.style01 .page-links {
  clear: both;
}
.single-post.style01 .page-links label {
  color: #1a1a26;
}
.single-post.style01 .page-links a {
  color: #1a1a26;
}
.single-post.style01 .page-links a:hover {
  color: #4975d6;
}
.single-post.style01 .post-related {
  padding-top: 100px;
  padding-bottom: 100px;
}
.single-post.style01 .list-comments {
  padding-top: 70px;
  padding-bottom: 100px;
  background-color: #f9f9f9;
}
.single-post.style01 .post-comment-list .title-wrap {
  margin-bottom: 30px;
  overflow: hidden;
}
.single-post.style01 .post-comment-list .title-wrap h3.head-title {
  float: left;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding-top: 5px;
}
.single-post.style01 .post-comment-list .title-wrap .go-comment {
  float: right;
  padding: 5px 15px;
  font-size: 13px;
  font-weight: 500;
  background-color: #4975d6;
}
.single-post.style01 .post-comment-list .comment-item {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #f1f2eb;
}
.single-post.style01 .post-comment-list .comment-item:last-child {
  margin-bottom: 0;
}
.single-post.style01 .post-comment-list .comment-item .user-time-post {
  margin-bottom: 15px;
}
.single-post.style01 .post-comment-list .comment-item .user-time-post > span {
  display: block;
}
.single-post.style01 .post-comment-list .comment-item .user-time-post > span.user {
  margin-bottom: 15px;
  font-weight: bold;
  color: #1a1a26;
}
.single-post.style01 .post-comment-list .comment-item .comment-content p {
  line-height: 24px;
}
.single-post.style01 .post-comment-list .comment-item .reply-comment {
  color: #1a1a26;
  font-weight: 600;
}
.single-post.style01 .post-comment-list .comment-item .reply-comment:hover {
  color: #4975d6;
}
.single-post.style01 .form-comment {
  margin-top: 50px;
}
.single-post.style01 .form-comment .form-title {
  margin-bottom: 40px;
}
.single-post.style01 .form-comment .form-title h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a26;
  margin-top: 0;
  margin-bottom: 15px;
}
.single-post.style01 .form-comment input,
.single-post.style01 .form-comment textarea {
  background-color: #fff;
  border-color: #ececec;
}
.single-post.style01 .form-comment input:hover,
.single-post.style01 .form-comment textarea:hover {
  background-color: #e3e3e3;
}
.single-post.style01 .form-comment input::-webkit-input-placeholder,
.single-post.style01 .form-comment textarea::-webkit-input-placeholder {
  color: #5b5c55;
  text-transform: capitalize;
}
.single-post.style01 .form-comment input::-moz-placeholder,
.single-post.style01 .form-comment textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #5b5c55;
  text-transform: capitalize;
}
.single-post.style01 .form-comment input:-ms-input-placeholder,
.single-post.style01 .form-comment textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #5b5c55;
  text-transform: capitalize;
}
.single-post.style01 .form-comment input:-moz-placeholder,
.single-post.style01 .form-comment textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #5b5c55;
  text-transform: capitalize;
}
.single-post.style01 .form-comment textarea {
  padding-top: 20px;
  padding-left: 20px;
}
.single-post.style01 .form-comment button {
  margin-top: 25px;
  padding: 13px 24px;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #1a1a26;
}
.single-post.style01 .form-comment button:hover {
  background-color: #4975d6;
}
.single-post.style01 .sidebar .sidebar-search .head-title {
  margin-top: 0;
}
.single-post.sidebar .post-info.top {
  text-align: center;
}
.single-post .format-gallery .entry-gallery .slides {
  padding: 0;
  list-style-type: none;
}
.single-post .post-item .post-content h1,
.single-post .post-item .post-content h2,
.single-post .post-item .post-content h3,
.single-post .post-item .post-content h4,
.single-post .post-item .post-content h5,
.single-post .post-item .post-content h6 {
  color: #1a1a26;
  margin: 15px 0;
}
.single-post .post-item .post-content p {
  font-size: 14px;
  line-height: 23px;
}
.single-post .post-item .post-content blockquote {
  border-left-color: #4975d6;
  padding-left: 50px;
}
.single-post .post-item .post-content table {
  margin-bottom: 20px;
}
.single-post .post-item .post-content table thead tr th {
  color: #1a1a26;
  font-weight: 600;
  border-bottom: 1px solid #d1d1d1;
}
.single-post .post-item .post-content table tbody tr th {
  color: #1a1a26;
  padding: 10px 6px 10px 0;
  border-bottom: 1px solid #d1d1d1;
}
.single-post .post-item .post-content table tbody tr th a {
  color: #4975d6;
}
.single-post .post-item .post-content table tbody tr td {
  padding: 10px 25px 10px 5px;
  border-bottom: 1px solid #d1d1d1;
}
.single-post .post-item .post-content table tbody tr td a {
  color: #4975d6;
}
.single-post .post-item .post-content dl dt {
  color: #1a1a26;
}
.single-post .post-item .post-content dl dd {
  margin-bottom: 10px;
}
.single-post .post-item .post-content ul li {
  margin-bottom: 20px;
  line-height: 20px;
}
.single-post .post-item .post-content ul ul {
  margin-top: 20px;
  margin-left: 20px;
}
.single-post .post-item .post-content ol {
  margin-left: 30px;
}
.single-post .post-item .post-content ol li {
  margin-bottom: 20px;
}
.single-post .post-item .post-content ol ol {
  margin-top: 20px;
  margin-left: 20px;
}
.single-post .post-item .post-content strong {
  color: #1a1a26;
}
.sidebar .sidebar-content .sidebar-mobile-bg > section {
  margin-bottom: 50px;
}
.sidebar .sidebar-content .sidebar-mobile-bg > section.sidebar-tags {
  margin-bottom: 0;
}
.sidebar .sidebar-content .sidebar-mobile-bg > section .head-title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 400;
}
.sidebar .sidebar-content .sidebar-mobile-bg > section .head-title:after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  margin-top: 20px;
  background-color: #4975d6;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}
.sidebar .sidebar-search .head-title {
  margin-top: 30px;
}
.sidebar .sidebar-search form {
  position: relative;
}
.sidebar .sidebar-search form input {
  border-color: #e6e5e1;
}
.sidebar .sidebar-search ::-webkit-input-placeholder {
  text-transform: none;
}
.sidebar .sidebar-search ::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: none;
}
.sidebar .sidebar-search :-ms-input-placeholder {
  /* IE 10+ */
  text-transform: none;
}
.sidebar .sidebar-search :-moz-placeholder {
  /* Firefox 18- */
  text-transform: none;
}
.sidebar .sidebar-search button {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
  font-size: 18px;
  line-height: 50px;
  padding-right: 15px;
  background-color: transparent;
  border: none;
}
.sidebar .sidebar-categories ul {
  list-style: none;
  padding: 0;
}
.sidebar .sidebar-categories ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sidebar .sidebar-categories ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.sidebar .sidebar-categories ul li.current a {
  color: #1a1a26;
}
.sidebar .sidebar-categories ul li.current a:hover {
  color: #4975d6;
}
.sidebar .sidebar-categories ul li a {
  font-size: 14px;
}
.sidebar .lastest-post .lastest-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}
.sidebar .lastest-post .lastest-item:not(:last-child) {
  margin-bottom: 20px;
}
.sidebar .lastest-post .lastest-item .lt-post-image {
  min-width: 70px;
  position: relative;
  overflow: hidden;
  margin-right: 15px;
}
.sidebar .lastest-post .lastest-item .lt-post-image:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  /* Safari */
  transition: all 0.3s;
}
.sidebar .lastest-post .lastest-item .post-info a {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a26;
  display: block;
  margin-bottom: 10px;
}
.sidebar .lastest-post .lastest-item .post-info a:hover {
  color: #4975d6;
}
.sidebar .lastest-post .lastest-item .post-info span {
  font-size: 12px;
}
.sidebar .lastest-post .lastest-item .post-info span i {
  font-size: 12px;
  padding-right: 5px;
}
.sidebar .lastest-post .lastest-item:hover .lt-post-image i {
  left: 50%;
}
.sidebar .lastest-post .lastest-item:hover .lt-post-image:before {
  width: 100%;
}
.sidebar .sidebar-tweet .tweet-item {
  margin-bottom: 30px;
}
.sidebar .sidebar-tweet .tweet-item p {
  line-height: 24px;
  margin-bottom: 20px;
}
.sidebar .sidebar-tweet .tweet-item p a {
  color: #4975d6;
  font-weight: 500;
}
.sidebar .sidebar-tweet .tweet-item .tweet-time span {
  color: #4975d6;
}
.blog-gallery-slider {
  position: relative;
}
.blog-gallery-slider .owl-controls .owl-buttons > div {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  border-bottom: 3px solid transparent;
  background-color: transparent;
  position: absolute;
  top: 50%;
  margin-top: -21px;
}
.blog-gallery-slider .owl-controls .owl-buttons > div.owl-prev {
  left: 30px;
}
.blog-gallery-slider .owl-controls .owl-buttons > div.owl-next {
  right: 30px;
}
.single-vestma_project .type-vestma_project .entry-header h2 {
  color: #1a1a26;
  font-size: 36px;
  font-weight: 600;
}
.single-vestma_project .type-vestma_project .entry-content ul.social-share {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-vestma_project .type-vestma_project .entry-content ul.social-share li {
  display: inline-block;
  margin-right: 33px;
}
.single-vestma_project .type-vestma_project .entry-content ul.social-share li a {
  color: #1a1a26;
  font-size: 17px;
}
.single-vestma_project .type-vestma_project .entry-content ul.social-share li a:hover {
  color: #888890;
}
.single-vestma_project .type-vestma_project .entry-content ul.social-share li:last-child {
  margin-right: 0;
}
.single-vestma_project .type-vestma_project .entry-footer {
  margin-top: 30px;
  margin-bottom: 62px;
}
.single-vestma_project .type-vestma_project .entry-footer .nav .prev-project {
  font-weight: 600;
}
.single-vestma_project .type-vestma_project .entry-footer .nav .prev-project i {
  margin-right: 14px;
}
.single-vestma_project .type-vestma_project .entry-footer .nav .all-project {
  text-align: center;
}
.single-vestma_project .type-vestma_project .entry-footer .nav .next-project {
  text-align: right;
}
.single-vestma_project .type-vestma_project .entry-footer .nav .next-project i {
  margin-left: 14px;
}
.single-vestma_project .type-vestma_project .entry-footer .nav a {
  color: #1a1a26;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all .3s;
          transition: all .3s;
}
.single-vestma_project .type-vestma_project .entry-footer .nav a i {
  font-size: 15px;
  font-weight: 600;
}
.single-vestma_project .type-vestma_project .entry-footer .nav a:hover {
  color: #888890;
}
.single-vestma_project .type-vestma_project .entry-footer .nav a.all-projects {
  display: inline-block;
  height: 31px;
  line-height: 33px;
  width: 33px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  margin-top: -6px;
}
.single-vestma_project .type-vestma_project .entry-footer .nav a.all-projects:hover {
  -webkit-box-shadow: 0 0 5px 0 rgba(136, 136, 144, 0.7);
          box-shadow: 0 0 5px 0 rgba(136, 136, 144, 0.7);
}
/* Single Member
------------------------------------
*/
.single-vestma_member .content-area {
  margin-top: 60px;
}
.single-vestma_member .content-area .left-information {
  text-align: center;
}
.single-vestma_member .content-area .left-information .avatar {
  overflow: hidden;
}
.single-vestma_member .content-area .left-information .avatar img {
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
.single-vestma_member .content-area .left-information .socials {
  margin-top: 31px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.single-vestma_member .content-area .left-information .socials li {
  display: inline-block;
  margin-right: 6px;
}
.single-vestma_member .content-area .left-information .socials li a {
  border: 1px solid #4975d6;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: inline-block;
  width: 31px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  -webkit-transition: background-color 0.4s;
          transition: background-color 0.4s;
}
.single-vestma_member .content-area .left-information .socials li a i {
  color: #1a1a26;
  -webkit-transition: color .4s;
          transition: color .4s;
}
.single-vestma_member .content-area .left-information .socials li a:hover {
  background-color: #4975d6;
}
.single-vestma_member .content-area .left-information .socials li a:hover i {
  color: #fff;
}
.single-vestma_member .content-area .right-information h3 {
  color: #1a1a26;
  font-size: 24px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 9px;
}
.single-vestma_member .content-area .right-information .position {
  font-style: italic;
  margin-bottom: 21px;
}
.single-vestma_member .content-area .right-information .about {
  line-height: 24px;
  margin-bottom: 31px;
}
.single-vestma_member .content-area .right-information .contact {
  padding: 0;
  margin: 0;
  list-style: none;
}
.single-vestma_member .content-area .right-information .contact li {
  margin-bottom: 29px;
}
.single-vestma_member .content-area .right-information .contact li i {
  color: #4975d6;
  margin-right: 18px;
}
.single-vestma_member .content-area .right-information .contact li .method {
  color: #1a1a26;
  font-weight: 600;
  margin-right: 2px;
  text-transform: capitalize;
}
.single-vestma_member .content-area .right-information .contact li .value {
  line-height: 18px;
}
.single-vestma_member .content-area .skills {
  margin-top: 70px;
  margin-bottom: 28px;
}
/*
* Page-----------------------------*/
.page.left-sidebar .content-area,
.single-vestma_member.left-sidebar .content-area {
  float: right;
}
.page article {
  margin-bottom: 100px;
}
.page article .entry-title {
  color: #1a1a26;
}
.page article .entry-content .page-links {
  clear: both;
}
.page article .entry-content .page-links label {
  color: #1a1a26;
}
.page article .entry-content .page-links a {
  color: #1a1a26;
}
.page article .entry-content .page-links a:hover {
  color: #4975d6;
}
.page article .entry-content h1,
.page article .entry-content h2,
.page article .entry-content h3,
.page article .entry-content h4,
.page article .entry-content h5,
.page article .entry-content h6 {
  color: #1a1a26;
  margin: 15px 0;
}
.page article .entry-content p {
  font-size: 14px;
  line-height: 23px;
}
.page article .entry-content blockquote {
  border-left-color: #4975d6;
  padding-left: 50px;
}
.page article .entry-content table {
  margin-bottom: 20px;
}
.page article .entry-content table thead tr th {
  color: #1a1a26;
  font-weight: 600;
}
.page article .entry-content table tbody tr th {
  color: #1a1a26;
  padding: 10px 15px 10px 0;
  border-bottom: 1px solid #d1d1d1;
}
.page article .entry-content table tbody tr th a {
  color: #4975d6;
}
.page article .entry-content table tbody tr td {
  padding: 10px 25px 10px 5px;
  border-bottom: 1px solid #d1d1d1;
}
.page article .entry-content table tbody tr td a {
  color: #4975d6;
}
.page article .entry-content dl dt {
  color: #1a1a26;
}
.page article .entry-content dl dd {
  margin-bottom: 10px;
}
.page article .entry-content ul li {
  margin-bottom: 20px;
  line-height: 20px;
}
.page article .entry-content ul ul {
  margin-top: 20px;
  margin-left: 20px;
}
.page article .entry-content ol {
  margin-left: 30px;
}
.page article .entry-content ol li {
  margin-bottom: 20px;
}
.page article .entry-content ol ol {
  margin-top: 20px;
  margin-left: 20px;
}
.page article .entry-content strong {
  color: #1a1a26;
}
.vestma-breadcrumb {
  position: relative;
}
.vestma-breadcrumb .bg-image {
  background-attachment: fixed;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  padding-top: 120px;
  padding-bottom: 90px;
}
.vestma-breadcrumb .bg-image .breadcrumb-info {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 100;
}
.vestma-breadcrumb .bg-image .breadcrumb-info .breadcrumb {
  background-color: transparent;
  border: none;
  margin-bottom: 4px;
  line-height: 22px;
}
.vestma-breadcrumb .bg-image .breadcrumb-info .breadcrumb li {
  letter-spacing: 0.5px;
}
.vestma-breadcrumb .bg-image .breadcrumb-info .breadcrumb li i {
  padding-left: 15px;
  padding-right: 15px;
}
.vestma-breadcrumb .bg-image .breadcrumb-info .breadcrumb li a {
  color: #fff;
}
.vestma-breadcrumb .bg-image .breadcrumb-info .breadcrumb li a:hover {
  color: #4975d6;
}
.vestma-breadcrumb .bg-image .breadcrumb-info .breadcrumb li:before {
  display: none;
}
.vestma-breadcrumb .bg-image .breadcrumb-info h1 {
  font-size: 36px;
  margin-top: 0;
  text-transform: uppercase;
}
.vestma-breadcrumb .bg-image:after {
  content: ' ';
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}
/** 404
------------------------------------
*/
.error404 .error-404 {
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  color: #fff;
  padding-top: 170px;
}
.error404 .error-404 .page-sub-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 0;
}
.error404 .error-404 .title {
  font-size: 240px;
  font-weight: 700;
  margin: 0;
}
.error404 .error-404 .page-content {
  font-size: 16px;
  margin-bottom: 75px;
}
.error404 .error-404 .page-content p {
  margin: 0 150px;
  line-height: 26px;
}
.error404 .error-404 .action {
  margin-bottom: 300px;
}
.error404 .error-404 .action .back-homepage {
  background: #4975d6;
  color: #fff;
  display: inline-block;
  width: 270px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
/** Search Result
------------------------------------
*/
.search-results .page-header {
  border-bottom: none;
  margin-top: 50px;
}
.search-results .page-header .page-title {
  color: #1a1a26;
  margin-bottom: 8px;
  border-bottom: 1px solid #eee;
  padding-bottom: 35px;
}
/** Search no result
-------------------------------------
*/
.search-no-results .page-header {
  border-bottom: none;
  padding-bottom: 0;
}
.search-no-results .page-header .page-title {
  padding-bottom: 9px;
  margin-bottom: 0;
}
.search-no-results .page-content p {
  line-height: 24px;
}
.search-no-results .no-results .search-form {
  margin: 200px 0 100px;
}
.search-no-results .no-results .search-form .search-fields {
  position: relative;
  border-bottom: 1px solid #888890;
  padding: 0;
}
.search-no-results .no-results .search-form .search-fields button {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}
.search-no-results .no-results .search-form .search-fields .close-search-popup {
  display: none;
}
.search-no-results .no-results .search-form .search-fields input {
  width: 100%;
  background-color: transparent;
  border: none;
  color: #1a1a26;
  height: 35px;
  line-height: 35px;
}
.search-no-results .no-results .search-form .search-fields svg {
  stroke: #1a1a26;
  fill: #1a1a26;
  height: 24px;
  width: 24px;
}
.search-no-results .no-results .back-homepage {
  color: #4975d6;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 97px;
  width: 100%;
  text-align: center;
}
@media (max-width: 1199px) {
  .blog .blog-list .page-title {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .single-post.style01 .entry-header {
    margin-top: 70px;
  }
  .single-post.style01 .post-info.top {
    margin-top: 50px;
  }
  .single-post.style01 .post-related {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .single-post.style01 .post-comment {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .single-post.style01 .form-comment {
    margin-top: 0;
  }
  .single-post.style01 .form-comment .comment-form .row input {
    margin-bottom: 15px;
  }
  .single-post.style01 .form-comment .comment-form .form-submit {
    margin-top: 0;
  }
  .single-post.style01 .list-comments {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .single-post.sidebar .post-info.bottom .toolbar .post-thumb {
    width: 100%;
    margin-bottom: 10px;
  }
  .single-post.sidebar .post-info.bottom .toolbar h4 {
    font-size: 14px;
    margin-top: 5px;
  }
  .single-vestma_member .content-area .left-information {
    margin-bottom: 50px;
  }
  .comment-form input {
    margin-bottom: 15px;
  }
  .comment-form .form-submit {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .blog .blog-list .page-title,
  .archive .blog-list .page-title,
  .search-results .blog-list .page-title {
    margin-top: 30px;
  }
  .blog .blog-list .page-title h1,
  .archive .blog-list .page-title h1,
  .search-results .blog-list .page-title h1 {
    font-size: 45px;
    margin-bottom: 15px;
  }
  .blog .blog-list .categories-filter,
  .archive .blog-list .categories-filter,
  .search-results .blog-list .categories-filter {
    display: none;
  }
  .blog .blog-list .pager,
  .archive .blog-list .pager,
  .search-results .blog-list .pager {
    margin-top: 20px;
  }
  .single-post.style01 .entry-header {
    margin-top: 20px;
  }
  .single-post.style01 .post-info.top {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .single-post.style01 .post-info.top .post-name {
    font-size: 25px;
  }
  .single-post.style01 .post-info.top .post-category a {
    font-size: 14px;
  }
  .single-post.style01 .post-info.bottom .tag-comment .post-comment {
    width: 100%;
    margin-top: 10px;
    text-align: left;
  }
  .single-post.style01 .post-content figure {
    margin-bottom: 30px;
  }
  .single-post.style01 .post-content .content-post-images {
    margin-bottom: 30px;
  }
  .single-post.style01 .post-related {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .single-post.style01 .post-comment {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .single-post.style01 .form-comment {
    margin-top: 30px;
  }
  .sidebar {
    margin-bottom: 30px;
    position: relative;
  }
  .sidebar .sidebar-mobile-menu {
    padding: 10px 15px;
    background-color: #4975d6;
  }
  .sidebar .sidebar-mobile-menu.active {
    -webkit-border-top-left-radius: 5px;
            border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
            border-top-right-radius: 5px;
  }
  .sidebar .sidebar-mobile-menu a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
  }
  .sidebar .sidebar-mobile-menu a i {
    padding-right: 10px;
  }
  .sidebar .sidebar-content {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    padding: 0 15px;
    z-index: 100;
    -webkit-transform: translateY(2em);
    -moz-transform: translateY(2em);
    -ms-transform: translateY(2em);
    -o-transform: translateY(2em);
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s;
  }
  .sidebar .sidebar-content.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .sidebar .sidebar-content .sidebar-mobile-bg {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.2);
    padding: 30px 15px 15px 15px;
    -webkit-border-bottom-left-radius: 5px;
            border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
            border-bottom-right-radius: 5px;
  }
  .sidebar .sidebar-content .sidebar-mobile-bg > section {
    margin-bottom: 30px;
  }
  .vestma-breadcrumb .bg-image .breadcrumb-info h1 {
    display: none;
  }
  .page.left-sidebar .site-content > .container > .row,
  .single-vestma_member.left-sidebar .site-content > .container > .row,
  .page.right-sidebar .site-content > .container > .row,
  .single-vestma_member.right-sidebar .site-content > .container > .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .error404 .error-404 {
    padding-top: 70px;
  }
  .error404 .error-404 .action {
    margin-bottom: 120px;
  }
  .error404 .error-404 .action .back-homepage {
    width: 190px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
  .error404 .error-404 .page-sub-title {
    font-size: 24px;
  }
  .error404 .error-404 .title {
    font-size: 120px;
  }
  .error404 .error-404 .page-content {
    font-size: 14px;
    margin-bottom: 45px;
  }
  .error404 .error-404 .page-content p {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 639px) {
  .single-post.style01 .post-info.bottom {
    margin-bottom: 30px;
  }
  .single-post.style01 .post-info.bottom .tag-share ul {
    width: 100%;
  }
  .single-post.style01 .post-info.bottom .tag-share ul.tags {
    margin-bottom: 15px;
  }
  .single-post.style01 .post-info.bottom .toolbar {
    padding-top: 10px;
  }
  .single-post.style01 .post-info.bottom .toolbar .row > div h4,
  .single-post.style01 .post-info.bottom .toolbar .row > div .post-thumb {
    display: none;
  }
  .single-post.style01 .post-info.bottom .toolbar .row > div .link {
    font-weight: 600;
  }
  .single-post .post-item .post-content ul {
    padding-left: 20px;
  }
  .single-post .post-item .post-content ul ul {
    margin-left: 0px;
    padding-left: 15px;
  }
  .single-post .post-item .post-content ol {
    margin-left: 0;
    padding-left: 20px;
  }
  .single-post .post-item .post-content ol ol {
    margin-left: 0;
  }
  .related-post .blog-list .title-wrap .head-title {
    font-size: 28px;
  }
  .related-post .blog-list .blog-item {
    margin-bottom: 30px;
    width: 100%;
  }
  .related-post .blog-list .blog-item:last-child {
    margin-bottom: 0;
  }
  .comments-area .head-title {
    margin-bottom: 10px !important;
  }
  .comments-area .comment-list .comment ul {
    padding-left: 10px;
  }
  .comments-area .comment-list .comment .comment-item {
    padding-top: 15px;
    padding-bottom: 16px;
  }
  .comments-area .comment-list .comment .comment-item .comment-author {
    margin-bottom: 15px;
    width: 100%;
  }
  .comments-area .comment-list .comment .comment-item .comment-meta {
    padding-left: 15px;
    width: 100%;
  }
  .comments-area .comment-list .comment .comment-item .comment-meta .comment-content ul {
    padding-left: 20px;
  }
  .comments-area .comment-list .comment .comment-item .comment-meta .comment-content ul ul {
    margin-left: 0px;
    padding-left: 15px;
  }
  .comments-area .comment-list .comment .comment-item .comment-meta .comment-content ol {
    margin-left: 0;
    padding-left: 20px;
  }
  .comments-area .comment-list .comment .comment-item .comment-meta .comment-content ol ol {
    margin-left: 0;
  }
  .page .entry-header .entry-title {
    font-size: 35px;
  }
  .page .entry-content ul {
    padding-left: 20px;
  }
  .page .entry-content ul ul {
    margin-left: 0px;
    padding-left: 15px;
  }
  .page .entry-content ol {
    margin-left: 0 !important;
    padding-left: 20px !important;
  }
  .page .entry-content ol ol {
    margin-left: 0 !important;
  }
}
@media (max-width: 479px) {
  .blog .blog-list .page-title,
  .archive .blog-list .page-title,
  .search-results .blog-list .page-title {
    margin-top: 0;
  }
  .blog .blog-list .page-title h1,
  .archive .blog-list .page-title h1,
  .search-results .blog-list .page-title h1 {
    font-size: 35px;
  }
  .blog .blog-list .page-title p,
  .archive .blog-list .page-title p,
  .search-results .blog-list .page-title p {
    line-height: 22px;
  }
  .blog .blog-list .blog-item,
  .archive .blog-list .blog-item,
  .search-results .blog-list .blog-item {
    width: 100%;
  }
  .archive .page-title,
  .search-results .page-title {
    margin-top: 0;
    font-size: 35px;
  }
  .single-post.style01 .post-info.bottom .toolbar > div.next-post {
    padding-left: 15px;
  }
  .single-post.style01 .post-info.bottom .toolbar > div.prev-post {
    padding-right: 15px;
  }
  .single-post.style01 .post-comment-list .comment-item > div {
    width: 100%;
  }
  .single-post.style01 .post-comment-list .comment-item .avatar {
    margin-bottom: 15px;
  }
  .single-vestma_project .type-vestma_project .entry-footer .nav .next-project a .project-name,
  .single-vestma_project .type-vestma_project .entry-footer .nav .prev-project a .project-name {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 639px) {
  .blog .blog-list .blog-item:nth-child(1),
  .archive .blog-list .blog-item:nth-child(1),
  .search-results .blog-list .blog-item:nth-child(1),
  .blog .blog-list .blog-item:nth-child(2),
  .archive .blog-list .blog-item:nth-child(2),
  .search-results .blog-list .blog-item:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .search .blog-list .blog-item:nth-child( 3n + 1),
  .archive .blog-list .blog-item:nth-child( 3n + 1),
  .related-post .blog-list .blog-item:nth-child( 3n + 1) {
    clear: left;
  }
  .blog .articles .blog-item:nth-child( 3n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .sidebar .sidebar-mobile-menu {
    display: none;
  }
}
/**
  Comment
===========================================
*/
.comments-area .head-title {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 36px;
}
.comments-area .comment-list {
  padding: 0;
  margin: 0;
}
.comments-area .comment-list .comment {
  list-style: none;
}
.comments-area .comment-list .comment .comment-author .avatar img {
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
.comments-area .comment-list .comment .comment-meta {
  padding-left: 34px;
}
.comments-area .comment-list .comment .comment-meta .comment-user-info .user-time-post {
  margin-bottom: 14px;
}
.comments-area .comment-list .comment .comment-meta .comment-user-info .user-time-post .user {
  color: #1a1a26;
  font-weight: 600;
  margin-bottom: 9px;
  font-style: normal;
}
.comments-area .comment-list .comment .comment-meta .comment-user-info .user-time-post .user a {
  color: #1a1a26;
}
.comments-area .comment-list .comment .comment-meta .comment-user-info .user-time-post .time {
  font-size: 13px;
}
.comments-area .comment-list .comment .comment-meta .comment-content h1,
.comments-area .comment-list .comment .comment-meta .comment-content h2,
.comments-area .comment-list .comment .comment-meta .comment-content h3,
.comments-area .comment-list .comment .comment-meta .comment-content h4,
.comments-area .comment-list .comment .comment-meta .comment-content h5,
.comments-area .comment-list .comment .comment-meta .comment-content h6 {
  color: #1a1a26;
  margin: 15px 0;
}
.comments-area .comment-list .comment .comment-meta .comment-content p {
  font-size: 14px;
  line-height: 23px;
}
.comments-area .comment-list .comment .comment-meta .comment-content blockquote {
  border-left-color: #4975d6;
  padding-left: 50px;
}
.comments-area .comment-list .comment .comment-meta .comment-content table {
  margin-bottom: 20px;
}
.comments-area .comment-list .comment .comment-meta .comment-content table tbody tr th {
  color: #1a1a26;
  font-weight: 700;
  padding: 10px 0;
  border-bottom: 1px solid #d1d1d1;
}
.comments-area .comment-list .comment .comment-meta .comment-content table tbody tr td {
  padding: 10px 25px 10px 0;
  border-bottom: 1px solid #d1d1d1;
}
.comments-area .comment-list .comment .comment-meta .comment-content table tbody tr td a {
  color: #4975d6;
}
.comments-area .comment-list .comment .comment-meta .comment-content dl dt {
  color: #1a1a26;
}
.comments-area .comment-list .comment .comment-meta .comment-content dl dd {
  margin-bottom: 10px;
}
.comments-area .comment-list .comment .comment-meta .comment-content ul li {
  margin-bottom: 20px;
}
.comments-area .comment-list .comment .comment-meta .comment-content ul ul {
  margin-top: 20px;
  margin-left: 20px;
}
.comments-area .comment-list .comment .comment-meta .comment-content ol {
  margin-left: 30px;
}
.comments-area .comment-list .comment .comment-meta .comment-content ol li {
  margin-bottom: 20px;
}
.comments-area .comment-list .comment .comment-meta .comment-content ol ol {
  margin-top: 20px;
  margin-left: 20px;
}
.comments-area .comment-list .comment .comment-meta .comment-content strong {
  color: #1a1a26;
}
.comments-area .comment-list .comment .comment-meta .comment-action a {
  color: #1a1a26;
  font-weight: 600;
  margin-right: 5px;
}
.comments-area .comment-list .comment .comment-meta .comment-action a:hover {
  color: #4975d6;
}
.comments-area .comment-list .comment-item {
  border-bottom: 1px solid #f1f2eb;
  padding-top: 38px;
  padding-bottom: 38px;
}
.comments-area .comment-list .pingback {
  list-style: none;
}
.comments-area .comment-list .pingback article {
  padding: 38px 0;
}
.comments-area .comment-list .pingback article .comment-author {
  display: none;
}
.comments-area .comment-list .pingback article .comment-meta {
  width: 100%;
}
.comments-area .comment-list .pingback article .comment-meta .user-time-post {
  margin-bottom: 14px;
}
.comments-area .comment-list .pingback article .comment-meta .user-time-post .user {
  color: #1a1a26;
  font-weight: 600;
  margin-bottom: 9px;
  font-style: normal;
  line-height: 20px;
}
.comments-area .comment-list .pingback article .comment-meta .user-time-post .user a {
  color: #1a1a26;
}
.comments-area .comment-list .pingback article .comment-meta .comment-content {
  line-height: 23px;
  font-size: 14px;
}
.comments-area .comment-list .pingback article .comment-meta .comment-action a {
  color: #1a1a26;
  font-weight: 600;
  margin-right: 5px;
}
.comments-area .no-comments {
  color: #1a1a26;
  margin: 10px 0;
  font-size: 16px;
  font-weight: 500;
}
.comment-reply-title {
  color: #1a1a26;
  font-size: 20px;
}
.comment-form p {
  margin-bottom: 15px;
}
.comment-form p:last-child {
  margin-bottom: 0;
}
.comment-form .form-row-wide {
  width: 100%;
}
.comment-form input,
.comment-form textarea {
  border-color: #ececec;
  -webkit-transition: all 0.3s;
  /* Safari */
  transition: all 0.3s;
}
.comment-form input:hover,
.comment-form textarea:hover,
.comment-form input:active,
.comment-form textarea:active,
.comment-form input:focus,
.comment-form textarea:focus {
  background-color: #fff;
}
.comment-form input {
  height: 50px;
  width: 100%;
  padding-left: 15px;
}
.comment-form textarea {
  padding: 15px;
  height: 210px;
  width: 100%;
}
.comment-form .comment-form-comment {
  margin-bottom: 13px;
}
.comment-form .form-submit {
  margin-top: 30px;
}
.comment-form .form-submit .btn {
  background-color: #1a1a26 !important;
  color: #fff;
  width: 180px;
  height: 40px;
  text-transform: uppercase;
  font-weight: 400;
}
footer.type1 .footer-widgets {
  padding-top: 90px;
  padding-bottom: 110px;
  background-color: #24242b;
}
footer.type1 .footer-widgets .widget-title {
  margin-bottom: 0;
  text-align: left;
  color: #fff;
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
  margin-top: 0;
  margin-bottom: 33px;
  display: inline-block;
  padding-bottom: 18px;
  font-weight: 500;
  letter-spacing: 0.7px;
  position: relative;
}
footer.type1 .footer-widgets .widget-title:after {
  background-color: #4975d6;
  content: '';
  height: 2px;
  width: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer.type1 .footer-widgets .footer-logo {
  margin-bottom: 40px;
}
footer.type1 .footer-widgets .contact > p {
  margin-bottom: 38px;
  color: #fff;
  line-height: 24px;
  font-size: 14px;
}
footer.type1 .footer-widgets .contact-list {
  margin-bottom: 40px;
  padding: 0;
  list-style: none;
}
footer.type1 .footer-widgets .contact-list li {
  margin-bottom: 15px;
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 24px;
}
footer.type1 .footer-widgets .contact-list li:last-child {
  margin-bottom: 0;
}
footer.type1 .footer-widgets .contact-list .text-title {
  color: #fff;
  font-weight: 700;
}
footer.type1 .footer-widgets .contact-list a {
  border-bottom: none;
}
footer.type1 .footer-widgets .contact-list a:hover {
  color: #4975d6;
}
footer.type1 .footer-widgets .contact-social {
  list-style: none;
  padding: 0;
}
footer.type1 .footer-widgets .contact-social li {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 10px;
  border: 1px solid transparent;
  background-color: #4975d6;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}
footer.type1 .footer-widgets .contact-social li:last-child {
  margin-right: 0;
}
footer.type1 .footer-widgets .contact-social li a {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  display: block;
  border-bottom: none;
}
footer.type1 .footer-widgets .contact-social li:hover {
  background-color: transparent;
  border: 1px solid #4975d6;
}
footer.type1 .footer-widgets .contact-social li:hover a {
  color: #4975d6;
}
footer.type1 .footer-widgets .tweet-item {
  margin-bottom: 30px;
}
footer.type1 .footer-widgets .tweet-item p {
  line-height: 24px;
  margin-bottom: 20px;
  font-size: 14px;
}
footer.type1 .footer-widgets .tweet-item p a {
  color: #fff;
  font-weight: 500;
}
footer.type1 .footer-widgets .tweet-item .tweet-time span {
  color: #fff;
}
footer.type1 .footer-widgets .instagram-list {
  list-style: none;
  padding: 0;
  margin-right: -5px;
  margin-left: -5px;
}
footer.type1 .footer-widgets .instagram-list > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0;
  width: 25.333333%;
}
footer.type1 .footer-widgets .instagram-list > li a {
  border-bottom: none;
  display: inline-block;
  overflow: hidden;
}
footer.type1 .footer-widgets .instagram-list > li a img {
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  -webkit-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
}
footer.type1 .footer-widgets .instagram-list > li a:hover img {
  -webkit-filter: contrast(90%) brightness(120%);
          filter: contrast(90%) brightness(120%);
}
footer.type1 .footer-bottom {
  background-color: #17171c;
}
footer.type1 .footer-bottom .copyright p i {
  color: #c62828;
}
footer.type1 .footer-bottom .copyright p b {
  color: #fff;
}
footer.type1 .footer-bottom .links {
  text-align: right;
}
footer.type1 .footer-bottom .links span {
  color: #fff;
}
footer.type2 .information-top {
  margin-bottom: 58px;
  margin-top: 60px;
}
footer.type2 .information-top .footer-nav {
  text-align: right;
}
footer.type2 .information-top .footer-nav ul {
  list-style-type: none;
  padding: 0;
}
footer.type2 .information-top .footer-nav ul > li {
  display: inline-block;
  margin-right: 35px;
  margin-bottom: 7px;
}
footer.type2 .information-top .footer-nav ul > li ul {
  display: none;
}
footer.type2 .information-top .footer-nav ul > li:last-child {
  margin-right: 0;
}
footer.type2 .information-bottom {
  background-color: #f6f8fc;
  padding-top: 21px;
  padding-bottom: 19px;
}
footer.type2 .information-bottom .left-info p {
  margin: 0;
}
footer.type2 .information-bottom .left-info p i {
  color: #c62828;
}
footer.type2 .information-bottom .right-info {
  text-align: right;
}
footer.type2 .information-bottom .right-info .socials {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
footer.type2 .information-bottom .right-info .socials li {
  display: inline-block;
  margin-right: 29px;
}
footer.type2 .information-bottom .right-info .socials li i:before {
  font-size: 18px;
}
footer.type2 .information-bottom .right-info .socials li:last-child {
  margin-right: 0;
}
.vestma-popup-search {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: .5s;
          transition: .5s;
}
.vestma-popup-search .popup-content {
  position: relative;
  top: 30%;
  left: 0;
  -webkit-transition: .5s;
          transition: .5s;
  opacity: 0;
}
.vestma-popup-search .popup-content .search-fields {
  position: relative;
  border-bottom: 1px solid #4975d6;
  padding-right: 40px;
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: -webkit-transform .5s ease .6s,opacity .5s ease .6s,border .5s;
          transition: transform .5s ease .6s,opacity .5s ease .6s,border .5s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
  opacity: 0;
}
.vestma-popup-search .popup-content .search-fields button {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}
.vestma-popup-search .popup-content .search-fields .close-search-popup {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.vestma-popup-search .popup-content input {
  width: 100%;
  background-color: transparent;
  border: none;
  color: #4975d6;
  height: 35px;
  line-height: 35px;
}
.vestma-popup-search .popup-content input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4975d6;
}
.vestma-popup-search .popup-content input::-moz-placeholder {
  /* Firefox 19+ */
  color: #4975d6;
}
.vestma-popup-search .popup-content input:-ms-input-placeholder {
  /* IE 10+ */
  color: #4975d6;
}
.vestma-popup-search .popup-content input:-moz-placeholder {
  /* Firefox 18- */
  color: #4975d6;
}
.vestma-popup-search > .container {
  position: relative;
  display: block;
  height: 100%;
}
.vestma-popup-search svg {
  stroke: #4975d6;
  fill: #4975d6;
  height: 24px;
  width: 24px;
}
.vestma-popup-search.open {
  display: block;
  opacity: 1;
}
.vestma-popup-search.open .popup-content {
  opacity: 1;
}
.vestma-popup-search.open .search-fields {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
#vestma-back-to-top {
  background-color: #f64068;
  -webkit-box-shadow: 0 0 11px 2px rgba(231, 51, 90, 0.4);
          box-shadow: 0 0 11px 2px rgba(231, 51, 90, 0.4);
  -webkit-border-radius: 100%;
          border-radius: 100%;
  color: #fff;
  cursor: pointer;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  position: fixed;
  right: 20px;
  bottom: 25px;
  z-index: 999;
  -webkit-transition: all .4s;
          transition: all .4s;
  opacity: 0;
  visibility: hidden;
}
#vestma-back-to-top.show {
  opacity: 1;
  visibility: visible;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: rgba(255, 255, 255, 0.95);
}
/*  Preloader
---------------------------------------------
*/
.preloader .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.preloader .loading span {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 24px auto;
  background: #4976d6;
  -webkit-border-radius: 49px;
          border-radius: 49px;
  -webkit-animation: preloader 1.235s infinite alternate;
          animation: preloader 1.235s infinite alternate;
}
#circle_1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#circle_2 {
  -webkit-animation-delay: 0.3695s;
          animation-delay: 0.3695s;
}
#circle_3 {
  -webkit-animation-delay: 0.739s;
          animation-delay: 0.739s;
}
@keyframes preloader {
  0% {
    width: 10px;
    height: 10px;
    background-color: #4976d6;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    width: 23px;
    height: 23px;
    background-color: #ffffff;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes preloader {
  0% {
    width: 10px;
    height: 10px;
    background-color: #4976d6;
    -webkit-transform: translateY(0);
  }
  100% {
    width: 23px;
    height: 23px;
    background-color: #ffffff;
    -webkit-transform: translateY(-20px);
  }
}
@media (max-width: 1199px) {
  footer.type1 .footer-bottom .links li a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  footer.type1 .footer-widgets .contact {
    margin-bottom: 30px;
  }
  footer.type1 .footer-bottom {
    padding: 15px 0;
    text-align: center;
  }
  footer.type1 .footer-bottom .links {
    text-align: center;
  }
  footer.type2 .information-top {
    margin-bottom: 10px;
    margin-top: 60px;
  }
  footer.type2 .information-top .logo {
    margin-bottom: 20px;
  }
  footer.type2 .information-top .footer-nav {
    padding-left: 15px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  footer.type1 .footer-widgets {
    padding: 30px 0;
  }
  footer.type1 .footer-widgets .tweets {
    margin-bottom: 30px;
  }
  footer.type1 .footer-widgets .instagram li {
    width: auto;
  }
  footer.type1 .footer-bottom .copyright {
    line-height: 24px;
  }
  footer.type1 .footer-bottom .links li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }
  footer.type1 .footer-bottom .links li:last-child {
    margin-bottom: 0;
  }
  footer.type2 .information-top .logo {
    text-align: center;
  }
  footer.type2 .information-top .footer-nav {
    text-align: center;
  }
  footer.type2 .information-top .footer-nav ul > li {
    margin-right: 20px;
  }
  footer.type2 .information-bottom .left-info {
    margin-bottom: 15px;
    text-align: center;
  }
  footer.type2 .information-bottom .right-info {
    text-align: center;
  }
}
@media (max-width: 479px) {
  footer.type1 .footer-bottom .links {
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  footer.type1 .footer-bottom {
    height: 110px;
  }
  footer.type1 .footer-bottom .copyright {
    padding-top: 46px;
  }
  footer.type1 .footer-bottom .links {
    padding-top: 47px;
  }
}
.vestma-projects .owl-nav > div,
.vestma-testimonial .owl-nav > div,
.vestma-images-carousel .owl-nav > div,
.vestma-posts-carousel .owl-nav > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-22px);
      -ms-transform: translateY(-22px);
          transform: translateY(-22px);
  text-align: center;
}
.vestma-projects .owl-nav > div i,
.vestma-testimonial .owl-nav > div i,
.vestma-images-carousel .owl-nav > div i,
.vestma-posts-carousel .owl-nav > div i {
  background-color: #fff;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  color: #1a1a26;
  font-size: 14px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  font-weight: 600;
}
.vestma-projects .owl-nav > div.owl-prev,
.vestma-testimonial .owl-nav > div.owl-prev,
.vestma-images-carousel .owl-nav > div.owl-prev,
.vestma-posts-carousel .owl-nav > div.owl-prev {
  left: -10px;
}
.vestma-projects .owl-nav > div.owl-next,
.vestma-testimonial .owl-nav > div.owl-next,
.vestma-images-carousel .owl-nav > div.owl-next,
.vestma-posts-carousel .owl-nav > div.owl-next {
  right: -10px;
}
.vestma-projects .owl-nav > div:hover i,
.vestma-testimonial .owl-nav > div:hover i,
.vestma-images-carousel .owl-nav > div:hover i,
.vestma-posts-carousel .owl-nav > div:hover i {
  background-color: #f64068;
  color: #fff;
  -webkit-box-shadow: 0 0 11px 2px rgba(231, 51, 90, 0.4);
          box-shadow: 0 0 11px 2px rgba(231, 51, 90, 0.4);
}
.vestma-progress .progress-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.vestma-progress .progress-title h4 {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a26;
  margin: 0;
}
.vestma-progress .progress-title span {
  font-size: 24px;
  position: relative;
  top: -6px;
}
.vestma-progress .vestma-progress-bar {
  height: 10px;
  /* Can be anything */
  position: relative;
  margin-bottom: 30px;
  /* Just for demo spacing */
  background: #f9f9f9;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.vestma-progress .vestma-progress-bar > span {
  display: block;
  height: 100%;
  -webkit-border-top-right-radius: 8px;
          border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
          border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
          border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
          border-bottom-left-radius: 20px;
  background-color: #4975d6;
  position: relative;
  overflow: hidden;
  width: 0;
}
.vestma-progress .vestma-progress-bar > span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -webkit-animation: move 2s linear infinite;
          animation: move 2s linear infinite;
  -webkit-border-top-right-radius: 8px;
          border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
          border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
          border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
          border-bottom-left-radius: 20px;
  overflow: hidden;
}
.vestma-member-tag .member {
  text-align: center;
  margin-bottom: 20px;
}
.vestma-member-tag .member .avatar {
  overflow: hidden;
}
.vestma-member-tag .member .avatar img {
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
.vestma-member-tag .member .avatar h3 {
  font-size: 18px;
  margin-top: 28px;
  margin-bottom: 12px;
}
.vestma-member-tag .member .avatar h3 a {
  color: #1a1a26;
  -webkit-transition: all .4s;
          transition: all .4s;
}
.vestma-member-tag .member .avatar h3 a:hover {
  color: #4975d6;
}
.vestma-member-tag .member .socials {
  margin-top: 23px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.vestma-member-tag .member .socials li {
  display: inline-block;
  margin-right: 6px;
}
.vestma-member-tag .member .socials li a {
  border: 1px solid #4975d6;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: inline-block;
  width: 31px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  -webkit-transition: background-color 0.4s;
          transition: background-color 0.4s;
}
.vestma-member-tag .member .socials li a i {
  color: #1a1a26;
  -webkit-transition: color .4s;
          transition: color .4s;
}
.vestma-member-tag .member .socials li a:hover {
  background-color: #4975d6;
}
.vestma-member-tag .member .socials li a:hover i {
  color: #fff;
}
.vestma-project-tab .project-filter {
  text-align: center;
  margin-bottom: 39px;
}
.vestma-project-tab .project-filter a {
  color: #1a1a26;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 29px;
  line-height: 20px;
  position: relative;
  -webkit-transition: all .5s;
          transition: all .5s;
  padding-bottom: 3px;
}
.vestma-project-tab .project-filter a:after {
  background-color: #4975d6;
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 0;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.vestma-project-tab .project-filter a:hover {
  color: #4975d6;
}
.vestma-project-tab .project-filter a:hover:after {
  left: 0;
  width: 100%;
}
.vestma-project-tab .project-filter a:last-child {
  margin-right: 0;
}
.vestma-project-tab .project-item {
  position: relative;
  margin-bottom: 30px;
}
.vestma-project-tab .project-item .project-thumbnail img {
  height: auto;
  width: 100%;
}
.vestma-project-tab .project-item .project-information-container {
  background-color: #fff;
  opacity: 0;
  position: absolute;
  top: 20px;
  left: 35px;
  bottom: 20px;
  right: 35px;
  -webkit-transition: all .8s;
          transition: all .8s;
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
}
.vestma-project-tab .project-item .project-information-container .project-information {
  position: relative;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.vestma-project-tab .project-item .project-information-container .project-information h3 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 7px;
  opacity: 0;
  position: relative;
  padding: 0 15px;
  line-height: 24px;
  -webkit-transition: opacity .2s, -webkit-transform .9s;
          transition: opacity .2s, transform .9s;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
}
.vestma-project-tab .project-item .project-information-container .project-information h3 a {
  color: #1a1a26;
}
.vestma-project-tab .project-item .project-information-container .project-information p {
  color: #4975d6;
  font-size: 14px;
  opacity: 0;
  position: relative;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity .2s, -webkit-transform .9s;
          transition: opacity .2s, transform .9s;
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
}
.vestma-project-tab .project-item:hover .project-information-container {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.vestma-project-tab .project-item:hover .project-information-container .project-information h3,
.vestma-project-tab .project-item:hover .project-information-container .project-information p {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.vestma-project-tab .loading-more {
  margin-top: 30px;
}
.vestma-project-tab .loading-more .btn {
  background-color: #4975d6;
  padding: 14px 49px;
  text-transform: uppercase;
  position: relative;
}
.vestma-project-tab .loading-more .btn .btn-text {
  -webkit-transition: all .5s;
          transition: all .5s;
}
.vestma-project-tab .loading-more .btn .spinner {
  margin: 0;
  width: 70px;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.vestma-project-tab .loading-more .btn.loading .btn-text {
  opacity: 0;
}
.vestma-project-tab .loading-more .btn.loading .spinner {
  opacity: 1;
}
.vestma-project-tab .loading-more .btn:visited,
.vestma-project-tab .loading-more .btn:hover,
.vestma-project-tab .loading-more .btn:active,
.vestma-project-tab .loading-more .btn:focus {
  color: #fff !important;
}
.vestma-subscribe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.vestma-subscribe input {
  height: 50px;
  -webkit-transition: all .4s;
          transition: all .4s;
}
.vestma-subscribe input[type=email] {
  color: #686876;
  padding-left: 20px;
  width: 320px;
}
.vestma-subscribe .submit-container {
  background-color: #f64068;
  border-color: #f64068;
  position: relative;
}
.vestma-subscribe .submit-container i {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.vestma-subscribe .submit-container input[type=submit] {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  padding-left: 48px;
  padding-right: 24px;
}
.vestma-new-prjects .project-item {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.vestma-new-prjects .project-item .project-thumbnail {
  background-color: #4975d6;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition: -webkit-transform 3s;
          transition: transform 3s;
}
.vestma-new-prjects .project-item .project-information {
  color: #fff;
  padding: 0 90px 60px 50px;
  position: absolute;
  bottom: 0;
  z-index: 10;
}
.vestma-new-prjects .project-item .project-information .publish-date {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.vestma-new-prjects .project-item .project-information .project-title {
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 23px;
}
.vestma-new-prjects .project-item .project-information .project-content {
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 33px;
}
.vestma-new-prjects .project-item .project-information .btn {
  border: none;
  color: #1a1a26;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 9px 30px;
}
.vestma-new-prjects .project-item .project-information .btn .inner-text {
  -webkit-transition: color .4s;
          transition: color .4s;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}
.vestma-new-prjects .project-item .project-information .btn:hover .inner-text {
  color: #fff;
}
.vestma-new-prjects .project-item .project-formats {
  display: block;
  margin-top: 15px;
  margin-right: 10px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
.vestma-new-prjects .project-item .project-formats i {
  border: 1px solid #fff;
  color: #fff;
  margin-right: 5px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 48px;
}
.vestma-new-prjects .project-item.big {
  height: 840px;
  max-height: 840px;
  float: left;
  width: 50%;
}
.vestma-new-prjects .project-item.small {
  float: right;
  height: 420px;
  max-height: 420px;
  width: 50%;
}
.vestma-new-prjects .project-item:before {
  content: ' ';
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.vestma-new-prjects .project-item:hover .project-thumbnail {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.vestma-service-box {
  background-color: #f9f9f9;
  text-align: center;
  padding: 80px 45px 66px;
  position: relative;
}
.vestma-service-box .icon {
  margin-bottom: 37px;
}
.vestma-service-box .icon i {
  color: #4975d6;
}
.vestma-service-box .icon i:before {
  font-size: 72px;
}
.vestma-service-box .content h3 {
  color: #1a1a26;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 21px;
}
.vestma-service-box .content .description {
  line-height: 24px;
  margin-bottom: 51px;
}
.vestma-service-box .content .description p {
  margin: 0;
}
.vestma-service-box .action a {
  color: #4975d6;
  display: inline-block;
  font-weight: 600;
  padding-bottom: 1px;
  position: relative;
}
.vestma-service-box .action a:before {
  content: '';
  background-color: #4975d6;
  height: 2px;
  position: absolute;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .6s;
          transition: all .6s;
  top: 100%;
  width: 100%;
}
.vestma-service-box:hover .action a:before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.vestma-posts-carousel .blog-item {
  margin-top: 30px;
  margin-bottom: 0;
  width: 100%;
}
.vestma-posts-carousel .blog-item .entry-header {
  position: relative;
  overflow: hidden;
}
.vestma-posts-carousel .blog-item .entry-header .header-overlay {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all .4s;
          transition: all .4s;
  z-index: 9;
}
.vestma-posts-carousel .blog-item .entry-header .blog-label {
  display: block;
  position: absolute;
  left: -50px;
  bottom: -50px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 13px;
  text-align: center;
  background-color: #2a2c2d;
  padding: 5px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  /* Safari */
  transition: all 0.3s;
  z-index: 10;
}
.vestma-posts-carousel .blog-item .entry-header .blog-label a {
  color: #fff;
}
.vestma-posts-carousel .blog-item .entry-header .blog-label a:hover {
  color: #4975d6;
}
.vestma-posts-carousel .blog-item .entry-header img {
  width: 100%;
  -webkit-transition: all .7s;
          transition: all .7s;
}
.vestma-posts-carousel .blog-item .entry-header ul {
  padding: 0;
  margin: 0;
}
.vestma-posts-carousel .blog-item .entry-header ul li {
  margin: 0;
  padding: 0;
}
.vestma-posts-carousel .blog-item .entry-header .entry-format {
  margin-bottom: 0;
}
.vestma-posts-carousel .blog-item .entry-header:hover .blog-label {
  left: 0;
  bottom: 0;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.vestma-posts-carousel .blog-item .entry-header:hover .header-overlay {
  opacity: 1;
}
.vestma-posts-carousel .blog-item .entry-header:hover .entry-format.format- img,
.vestma-posts-carousel .blog-item .entry-header:hover .entry-format.format-video img,
.vestma-posts-carousel .blog-item .entry-header:hover .entry-format.format-image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.vestma-posts-carousel .blog-item .entry-content {
  text-align: center;
  background-color: #f9f9f9;
  padding-bottom: 18px;
  padding-left: 10px;
  padding-right: 10px;
}
.vestma-posts-carousel .blog-item .entry-content p {
  line-height: 24px;
  margin-bottom: 0;
}
.vestma-posts-carousel .blog-item .entry-content .post-info {
  margin-bottom: 15px;
}
.vestma-posts-carousel .blog-item .entry-content .post-info > a {
  font-weight: 600;
  color: #1a1a26;
}
.vestma-posts-carousel .blog-item .entry-content .entry-title {
  margin: 0;
  padding-top: 14px;
  padding-bottom: 10px;
}
.vestma-posts-carousel .blog-item .entry-content .entry-title a {
  color: #1a1a26;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0;
}
.vestma-posts-carousel .blog-item .entry-content .entry-title a:hover {
  color: #4975d6;
  cursor: pointer;
}
.vestma-posts-carousel .blog-item .entry-footer {
  background-color: #f9f9f9;
  padding-bottom: 53px;
  text-align: center;
}
.vestma-posts-carousel .blog-item .entry-footer .btn {
  text-transform: uppercase;
  padding: 9px 34px;
}
.vestma-posts-carousel .owl-nav > div {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.vestma-lines-info h3 {
  color: #1a1a26;
  font-size: 24px;
  margin-bottom: 28px;
}
.vestma-lines-info h3:after {
  content: '';
  display: block;
  margin-top: 20px;
  width: 48px;
  height: 2px;
  background-color: #4975d6;
}
.vestma-lines-info ul {
  margin: 0;
  padding: 0;
}
.vestma-lines-info ul li {
  color: #1a1a26;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 11px;
}
.vestma-lines-info ul li label {
  font-weight: 500;
  min-width: 100px;
}
.plus-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all .5s;
          transition: all .5s;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.plus-icon:before,
.plus-icon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .5s;
          transition: all .5s;
  background-color: #fff;
}
.plus-icon:before {
  width: 2px;
  height: 24px;
}
.plus-icon:after {
  width: 24px;
  height: 2px;
}
.vestma-list-projects .project {
  position: relative;
  overflow: hidden;
}
.vestma-list-projects .project .thumbnail {
  margin: 0;
  padding: 0;
  border: none;
}
.vestma-list-projects .project .thumbnail .slides {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.vestma-list-projects .project .thumbnail .slides li {
  padding: 0;
  margin: 0;
}
.vestma-list-projects .project .thumbnail img {
  width: 100%;
}
.vestma-list-projects .project .project-info {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(26, 26, 38, 0.84);
  width: 100%;
  padding: 15px 25px;
  z-index: 10;
}
.vestma-list-projects .project .project-info h2 {
  margin: 0 0 5px 0;
  line-height: 15px;
}
.vestma-list-projects .project .project-info h2 a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.vestma-list-projects .project .project-info h2 a:hover {
  color: #4975d6;
}
.vestma-list-projects .project .project-info .project-categories {
  color: #fff;
  line-height: 24px;
  margin-bottom: 0;
}
.vestma-list-projects .project .overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .3s;
          transition: all .3s;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
.vestma-list-projects .project .overlay .plus-icon {
  background-color: #fff;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  width: 54px;
  height: 54px;
  opacity: 0;
  -webkit-transform: translate(-50%, -20%);
      -ms-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
  -webkit-transition: all .7s;
          transition: all .7s;
}
.vestma-list-projects .project .overlay .plus-icon:before {
  width: 1px;
  height: 18px;
  background-color: #1a1a26;
}
.vestma-list-projects .project .overlay .plus-icon:after {
  width: 18px;
  height: 1px;
  background-color: #1a1a26;
}
.vestma-list-projects .project:hover .overlay {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.vestma-list-projects .project:hover .overlay .plus-icon {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.vestma-list-projects .vestma_project {
  margin-bottom: 30px;
}
.vestma-list-projects .navigation {
  clear: both;
  padding-top: 10px;
}
.vestma-list-projects .navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.vestma-list-projects .navigation ul li {
  display: inline-block;
  margin: 0;
}
.vestma-list-projects .navigation ul li .page-numbers {
  display: inline-block;
  background-color: #f9f9f9;
  font-size: 13px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
}
.vestma-list-projects .navigation ul li .page-numbers:hover,
.vestma-list-projects .navigation ul li .page-numbers.current {
  background-color: #4975d6;
  color: #fff;
}
.vestma-histories-timeline {
  min-height: 100vh;
  margin: 0;
  position: relative;
  width: 100%;
}
.vestma-histories-timeline .timelines {
  width: 100%;
  position: relative;
}
.vestma-histories-timeline .timelines .timeline {
  clear: both;
}
.vestma-histories-timeline .timelines .timeline .title {
  font-size: 32px;
  margin-bottom: 12px;
  position: relative;
  color: #fff;
}
.vestma-histories-timeline .timelines .timeline .title .big {
  border: 1px solid #4975d6;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  position: absolute;
  top: 10px;
  right: -70px;
  padding: 3px;
  width: 20px;
  height: 20px;
  display: block;
}
.vestma-histories-timeline .timelines .timeline .title .big:before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #888890;
  display: inline-block;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  position: absolute;
  top: 3px;
  right: 3px;
}
.vestma-histories-timeline .timelines .timeline .title .image {
  position: relative;
  display: inline-block;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  overflow: hidden;
}
.vestma-histories-timeline .timelines .timeline .title .image:before {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}
.vestma-histories-timeline .timelines .timeline .title .image:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.vestma-histories-timeline .timelines .timeline .title .image:hover .plus-icon {
  opacity: 1;
}
.vestma-histories-timeline .timelines .timeline .title:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border: 5px solid #4975d6;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  top: 85%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -65px;
  z-index: 1000;
}
.vestma-histories-timeline .timelines .timeline:first-child .title:before {
  display: none;
}
.vestma-histories-timeline .timelines:before,
.vestma-histories-timeline .timelines:after {
  display: table;
  content: ' ';
}
.vestma-histories-timeline .timelines:after {
  clear: both;
}
.vestma-histories-timeline:before {
  content: '';
  position: absolute;
  top: 50px;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  background-color: #4975d6;
}
.vestma-image-banner {
  position: relative;
}
.vestma-image-banner .overlay {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 100px;
  z-index: 10;
}
.vestma-image-banner .overlay .banner-content {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 20px;
}
.vestma-image-banner .overlay .btn {
  padding: 9px 42px;
  border: none;
}
.vestma-image-banner .overlay .btn:hover {
  background-color: #f64068 !important;
  border: none;
}
.vestma-image-banner:after,
.vestma-image-banner:before {
  content: ' ';
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  -webkit-transition: all .5s;
          transition: all .5s;
  z-index: 1;
}
.vestma-image-banner:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
}
.vestma-image-banner:after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
          transform: scale(1, 0);
}
.vestma-image-banner:hover:before,
.vestma-image-banner:hover:after {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
.vesma-contact-us {
  padding: 84px 35px 57px 34px;
  border: 10px solid #f9f9f9;
}
.vesma-contact-us ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.vesma-contact-us ul li input,
.vesma-contact-us ul li textarea {
  border: none;
  border-bottom: 1px solid #ececec;
  -webkit-transition: all .3s;
          transition: all .3s;
  width: 100%;
}
.vesma-contact-us ul li input:hover,
.vesma-contact-us ul li textarea:hover,
.vesma-contact-us ul li input:focus,
.vesma-contact-us ul li textarea:focus {
  border-bottom-color: #4975d6;
}
.vesma-contact-us ul li input {
  padding-bottom: 9px;
  margin-bottom: 44px;
}
.vesma-contact-us ul li textarea {
  margin-bottom: 28px;
}
.vesma-contact-us .btn {
  color: #fff;
  background: #1a1a26;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 100%;
}
.vestma-map {
  width: 100%;
  height: 620px;
}
.vestma-projects.modern .project-item {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.vestma-projects.modern .project-item img {
  height: 100%;
  -webkit-transition: all 3s;
          transition: all 3s;
}
.vestma-projects.modern .project-item .project-formats {
  display: block;
  margin-top: 15px;
  margin-right: 10px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.vestma-projects.modern .project-item .project-formats i {
  border: 1px solid #fff;
  color: #fff;
  margin-right: 5px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 48px;
}
.vestma-projects.modern .project-item .project-information {
  color: #fff;
  padding: 0 90px 60px 50px;
  position: absolute;
  bottom: 0;
  z-index: 10;
}
.vestma-projects.modern .project-item .project-information .publish-date {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.vestma-projects.modern .project-item .project-information .project-title {
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 23px;
}
.vestma-projects.modern .project-item .project-information .project-content {
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 33px;
}
.vestma-projects.modern .project-item .project-information .btn {
  border: none;
  color: #1a1a26;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 9px 30px;
}
.vestma-projects.modern .project-item .project-information .btn .inner-text {
  -webkit-transition: color .4s;
          transition: color .4s;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}
.vestma-projects.modern .project-item .project-information .btn:hover .inner-text {
  color: #fff;
}
.vestma-projects.modern .project-item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.vestma-projects.modern .project-item:hover:after {
  opacity: 1;
}
.vestma-projects.modern .project-item:before {
  content: ' ';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.vestma-projects.modern .project-item:after {
  content: '';
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(223, 108, 79, 0)), to(rgba(73, 117, 214, 0.9)));
  background-image: -webkit-linear-gradient(top, rgba(223, 108, 79, 0), rgba(73, 117, 214, 0.9));
  background-image: linear-gradient(top, rgba(223, 108, 79, 0), rgba(73, 117, 214, 0.9));
  opacity: 0;
  position: absolute;
  height: -webkit-calc(85%);
  height: calc(85%);
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all .6s;
          transition: all .6s;
  z-index: 2;
}
.vestma-projects.modern .owl-nav > div.owl-prev {
  left: 0;
}
.vestma-projects.modern .owl-nav > div.owl-next {
  right: 0;
}
.vestma-projects.flat .project-item {
  width: 100%;
  height: 480px;
}
.vestma-projects.flat .project-item .inner-wrap {
  background-color: #4975d6;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 59px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.vestma-projects.flat .project-item .inner-wrap .project-information {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 100%;
}
.vestma-projects.flat .project-item .inner-wrap .project-information .project-url {
  display: inline-block;
  width: 42px;
  height: 42px;
  position: absolute;
  right: 0;
  top: 0;
}
.vestma-projects.flat .project-item .inner-wrap .project-information .project-url:before,
.vestma-projects.flat .project-item .inner-wrap .project-information .project-url:after {
  background-color: #4975d6;
  content: '';
  position: absolute;
  -webkit-transition: opacity .8s, right .7s, bottom .7s;
          transition: opacity .8s, right .7s, bottom .7s;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  opacity: 0;
}
.vestma-projects.flat .project-item .inner-wrap .project-information .project-url:before {
  width: 42px;
  height: 2px;
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.vestma-projects.flat .project-item .inner-wrap .project-information .project-url:after {
  height: 42px;
  width: 2px;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.vestma-projects.flat .project-item .inner-wrap .project-information .info {
  position: absolute;
  bottom: 0;
}
.vestma-projects.flat .project-item .inner-wrap .project-information .info .project-title {
  margin-top: 0;
  margin-bottom: 7px;
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: -webkit-transform .7s, opacity .7s;
          transition: transform .7s, opacity .7s;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.vestma-projects.flat .project-item .inner-wrap .project-information .info .project-title a {
  color: #fff;
  font-size: 20px;
  -webkit-transition: all .4s;
          transition: all .4s;
}
.vestma-projects.flat .project-item .inner-wrap .project-information .info .project-title a:hover {
  color: #4975d6;
}
.vestma-projects.flat .project-item .inner-wrap .project-information .info .project-cat {
  color: #fefefe;
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-style: italic;
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: -webkit-transform .7s, opacity .7s;
          transition: transform .7s, opacity .7s;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}
.vestma-projects.flat .project-item .inner-wrap:after {
  background-color: rgba(26, 26, 38, 0.8);
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity .5s;
          transition: opacity .5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  z-index: 5;
}
.vestma-projects.flat .project-item:hover .inner-wrap .project-information .project-url:before {
  right: 0;
  opacity: 1;
}
.vestma-projects.flat .project-item:hover .inner-wrap .project-information .project-url:after {
  bottom: 0;
  opacity: 1;
}
.vestma-projects.flat .project-item:hover .inner-wrap .project-information .info .project-title,
.vestma-projects.flat .project-item:hover .inner-wrap .project-information .info .project-cat {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.vestma-projects.flat .project-item:hover .inner-wrap:after {
  opacity: 1;
}
.vestma-projects.flat .owl-nav > div {
  border: none;
  opacity: .7;
  -webkit-transform: translateY(-45%);
      -ms-transform: translateY(-45%);
          transform: translateY(-45%);
  -webkit-transition: all .4s;
          transition: all .4s;
}
.vestma-projects.flat .owl-nav > div i {
  width: 54px;
  height: 54px;
  line-height: 54px;
}
.vestma-projects.flat .owl-nav > div.owl-prev {
  left: 0;
}
.vestma-projects.flat .owl-nav > div.owl-next {
  right: 0;
}
.vestma-projects.center .project-item,
.vestma-projects.grid .project-item {
  position: relative;
}
.vestma-projects.center .project-item .project-thumbnail,
.vestma-projects.grid .project-item .project-thumbnail {
  position: relative;
}
.vestma-projects.center .project-item .project-thumbnail:before,
.vestma-projects.grid .project-item .project-thumbnail:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1a1a26;
  opacity: 0;
  -webkit-transition: opacity .5s;
          transition: opacity .5s;
  z-index: 9;
}
.vestma-projects.center .project-item .project-information,
.vestma-projects.grid .project-item .project-information {
  text-align: center;
  opacity: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-35%);
      -ms-transform: translateY(-35%);
          transform: translateY(-35%);
  -webkit-transition: opacity .5s, -webkit-transform .7s ;
          transition: opacity .5s, transform .7s ;
  width: 100%;
  z-index: 9;
}
.vestma-projects.center .project-item .project-information .project-cat,
.vestma-projects.grid .project-item .project-information .project-cat {
  color: #4975d6;
  font-size: 18px;
}
.vestma-projects.center .project-item .project-information .project-title,
.vestma-projects.grid .project-item .project-information .project-title {
  margin-top: 11px;
  margin-bottom: 35px;
  padding: 0 30px;
}
.vestma-projects.center .project-item .project-information .project-title a,
.vestma-projects.grid .project-item .project-information .project-title a {
  color: #fff;
  font-size: 36px;
  -webkit-transition: all .4s;
          transition: all .4s;
}
.vestma-projects.center .project-item .project-information .btn,
.vestma-projects.grid .project-item .project-information .btn {
  -webkit-border-radius: 20px;
          border-radius: 20px;
  font-size: 16px;
  font-weight: 100;
  padding: 8px 37px;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.vestma-projects.center .project-item:hover .project-thumbnail:before,
.vestma-projects.grid .project-item:hover .project-thumbnail:before {
  opacity: .8;
}
.vestma-projects.center .project-item:hover .project-information,
.vestma-projects.grid .project-item:hover .project-information {
  opacity: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.vestma-projects.center .owl-nav > div.owl-prev,
.vestma-projects.grid .owl-nav > div.owl-prev {
  left: 15px;
}
.vestma-projects.center .owl-nav > div.owl-next,
.vestma-projects.grid .owl-nav > div.owl-next {
  right: 15px;
}
.vestma-projects.grid .owl-nav > div.owl-prev {
  left: 30px;
}
.vestma-projects.grid .owl-nav > div.owl-next {
  right: 30px;
}
.vestma-button-container.align-right {
  text-align: right;
}
.vestma-button-container.align-left {
  text-align: left;
}
.vestma-button-container.align-center {
  text-align: center;
}
.vestma-button-container .vestma-button {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 19px 52px;
  font-weight: 600;
  -webkit-transition: all .2s;
          transition: all .2s;
}
.vestma-button-container .vestma-button:hover.bg-scale-effect:before {
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
}
.border-pink {
  border-color: #f64068;
}
.btn-border {
  background-color: transparent;
  color: #1a1a26;
  border: 1px solid;
}
.vestma-pricing-table.layout_1 {
  background-color: #f9f9f9;
  padding: 50px 0;
  text-align: center;
  -webkit-transition: all .4s;
          transition: all .4s;
}
.vestma-pricing-table.layout_1 .pricing-top .pricing-price {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  color: #4975d6;
}
.vestma-pricing-table.layout_1 .pricing-top .pricing-price > span {
  font-size: 20px;
  display: inline-block;
  margin-top: -10px;
}
.vestma-pricing-table.layout_1 .pricing-top .month {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 12px;
  color: #1a1a26;
}
.vestma-pricing-table.layout_1 .pricing-top .plan-name {
  font-size: 24px;
  font-family: 'Playfair Display', serif;
  color: #1a1a26;
  font-weight: 700;
  position: relative;
  padding-bottom: 32px;
}
.vestma-pricing-table.layout_1 .pricing-top .plan-name:after {
  content: '';
  display: block;
  background: #4975d6;
  height: 2px;
  width: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .4s;
          transition: all .4s;
}
.vestma-pricing-table.layout_1 .pricing-top > span {
  display: block;
}
.vestma-pricing-table.layout_1 .pricing-info {
  padding: 20px 0 45px 0;
}
.vestma-pricing-table.layout_1 .pricing-info ul {
  list-style: none;
  padding: 0;
}
.vestma-pricing-table.layout_1 .pricing-info ul li {
  height: 24px;
  line-height: 24px;
}
.vestma-pricing-table.layout_1 .pricing-info ul li.disable {
  color: #f64068;
  text-decoration: line-through;
}
.vestma-pricing-table.layout_1 .pricing-button {
  text-align: center;
}
.vestma-pricing-table.layout_1 .pricing-button .btn {
  border-color: #f64068;
  font-size: 14px;
  font-weight: 600;
  padding: 9px 47px;
  text-transform: uppercase;
}
.vestma-pricing-table.layout_1:hover {
  cursor: pointer;
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
}
.vestma-pricing-table.layout_1:hover .pricing-top .plan-name:after {
  width: 65px;
}
.vestma-pricing-table.layout_1:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}
.vestma-pricing-table.layout_1:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 8%;
  height: 10px;
  width: 85%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.11) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.11) 0%, transparent 80%);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
}
.vestma-pricing-table.layout_1.animated {
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}
.vestma-pricing-table.layout_2 {
  background-color: transparent;
  border: 1px solid #dfdfdf;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: all .2s;
          transition: all .2s;
}
.vestma-pricing-table.layout_2 .pricing-top {
  border-bottom: 1px solid #dfdfdf;
  text-align: center;
  margin-bottom: 4px;
}
.vestma-pricing-table.layout_2 .pricing-top .icon {
  text-align: center;
  margin-bottom: 27px;
  height: 92px;
  margin-top: 30px;
}
.vestma-pricing-table.layout_2 .pricing-top .plan-name {
  margin-bottom: 12px;
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  color: #1a1a26;
  font-weight: 700;
  position: relative;
}
.vestma-pricing-table.layout_2 .pricing-top .pricing-price {
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: 600;
  color: #4975d6;
}
.vestma-pricing-table.layout_2 .pricing-top .pricing-price .odd-price {
  position: relative;
  top: -0.5em;
}
.vestma-pricing-table.layout_2 .pricing-top .pricing-price .month {
  text-transform: capitalize;
  font-size: 12px;
  font-family: 'Playfair Display', serif;
  color: #888890;
  letter-spacing: 0;
  font-weight: 700;
  font-style: italic;
}
.vestma-pricing-table.layout_2 .pricing-top .pricing-price > span {
  font-size: 20px;
  display: inline-block;
  margin-top: -10px;
}
.vestma-pricing-table.layout_2 .pricing-top > span {
  display: block;
}
.vestma-pricing-table.layout_2 .pricing-info {
  padding: 20px 0;
}
.vestma-pricing-table.layout_2 .pricing-info p {
  line-height: 24px;
  margin-bottom: 27px;
  text-align: center;
}
.vestma-pricing-table.layout_2 .pricing-info ul {
  text-align: left;
  padding: 0 15px;
  list-style: none;
}
.vestma-pricing-table.layout_2 .pricing-info ul li {
  line-height: 24px;
  margin-bottom: 7px;
}
.vestma-pricing-table.layout_2 .pricing-info ul li i {
  padding-right: 5px;
  color: #f64068;
}
.vestma-pricing-table.layout_2 .pricing-info ul li.disable {
  color: #f64068;
  text-decoration: line-through;
}
.vestma-pricing-table.layout_2 .pricing-button {
  padding: 0 15px;
  margin-bottom: 33px;
}
.vestma-pricing-table.layout_2 .pricing-button .btn {
  border-color: #f64068;
  width: 100%;
}
.vestma-pricing-table.layout_2 .pricing-button .btn:hover {
  background-color: transparent;
}
.vestma-pricing-table.layout_2:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(26, 26, 38, 0.48);
          box-shadow: 0 0 10px 0 rgba(26, 26, 38, 0.48);
}
.vestma-images-carousel.list {
  position: relative;
}
.vestma-images-carousel.list .item img {
  -webkit-transition: all .5s;
          transition: all .5s;
}
.vestma-images-carousel.list .item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.vestma-images-carousel.single .owl-nav > div.owl-next {
  right: 30px;
}
.vestma-images-carousel.single .owl-nav > div.owl-prev {
  left: 30px;
}
.vestma-testimonial {
  position: relative;
}
.vestma-testimonial.box .testimonial-item {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  width: 100%;
}
.vestma-testimonial.box .testimonial-item .outer-wrap {
  background-color: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 30px 30px 35px;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.vestma-testimonial.box .testimonial-item .outer-wrap .avatar {
  position: relative;
  margin-bottom: 24px;
}
.vestma-testimonial.box .testimonial-item .outer-wrap .avatar img {
  position: relative;
}
.vestma-testimonial.box .testimonial-item .outer-wrap .avatar i {
  position: absolute;
  top: 5px;
  right: -5px;
  padding: 6px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #f9f9f9;
  color: #4975d6;
  font-size: 12px;
  -webkit-transition: all .8s;
          transition: all .8s;
}
.vestma-testimonial.box .testimonial-item .outer-wrap .avatar:after {
  content: '';
  display: block;
  height: 1px;
  background-color: #ececec;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
  -webkit-transition: background-color 0.3s;
          transition: background-color 0.3s;
}
.vestma-testimonial.box .testimonial-item .outer-wrap .avatar > span {
  display: inline-block;
  position: relative;
  z-index: 20;
}
.vestma-testimonial.box .testimonial-item .outer-wrap .content {
  color: #888890;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-style: italic;
  line-height: 28px;
}
.vestma-testimonial.box .testimonial-item .outer-wrap .content .more-info {
  font-family: 'Poppins', sans-serif;
  margin-top: 32px;
}
.vestma-testimonial.box .testimonial-item .outer-wrap .content .more-info h4 {
  color: #1a1a26;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0;
}
.vestma-testimonial.box .testimonial-item .outer-wrap .content .more-info span {
  color: #4975d6;
  font-size: 13px;
}
.vestma-testimonial.box .testimonial-item .outer-wrap:hover {
  cursor: pointer;
}
.vestma-testimonial.box .testimonial-item .outer-wrap:hover .avatar i {
  background-color: #4975d6;
  color: #fff;
}
.vestma-testimonial.box .testimonial-item .outer-wrap:hover .avatar:after {
  background-color: #4975d6;
}
.vestma-testimonial.multi .testimonial-item {
  margin-bottom: 30px;
}
.vestma-testimonial.multi .testimonial-item .outer-wrap {
  -webkit-box-shadow: 0 0px 21px -9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0px 21px -9px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.vestma-testimonial.multi .testimonial-item .outer-wrap .avatar {
  overflow: hidden;
  width: 100%;
}
.vestma-testimonial.multi .testimonial-item .outer-wrap .avatar img {
  height: 100%;
}
.vestma-testimonial.multi .testimonial-item .outer-wrap .content {
  padding-left: 28px;
  padding-top: 16px;
  padding-bottom: 18px;
}
.vestma-testimonial.multi .testimonial-item .outer-wrap .content .about-author {
  font-style: italic;
  line-height: 21px;
}
.vestma-testimonial.multi .testimonial-item .outer-wrap .content .more-info h4 {
  color: #1a1a26;
  font-size: 14px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 4px;
}
.vestma-testimonial.multi .testimonial-item .outer-wrap .content .more-info span {
  color: #4975d6;
  font-size: 12px;
}
.vestma-testimonial.creative .element-title {
  color: #1a1a26;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 24px;
}
.vestma-testimonial.creative .icon {
  color: #ececec;
  font-size: 34px;
  width: 72px;
  height: 72px;
  display: inline-block;
  text-align: center;
  line-height: 72px;
  border: 2px solid #ececec;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  margin-bottom: 19px;
}
.vestma-testimonial.creative .testimonials .testimonial-item {
  position: relative;
}
.vestma-testimonial.creative .testimonials .testimonial-item .content {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-style: italic;
  line-height: 40px;
  margin-bottom: 24px;
}
.vestma-testimonial.creative .testimonials .testimonial-item .author {
  color: #4975d6;
  font-size: 18px;
  font-weight: 600;
}
.vestma-testimonial.creative .testimonials .owl-nav > div {
  border-color: #888890;
  top: auto;
  bottom: -71px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.vestma-testimonial.creative .testimonials .owl-nav > div i {
  border: 1px solid #888890;
  height: 42px;
  line-height: 42px;
  width: 42px;
  opacity: .5;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.vestma-testimonial.creative .testimonials .owl-nav > div.owl-next {
  left: 64px;
  right: auto;
}
.vestma-testimonial.creative .testimonials .owl-nav > div.owl-prev {
  left: 15px;
}
.vestma-testimonial.creative .testimonials .owl-nav > div:hover i {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #1a1a26;
  opacity: 1;
}
.vestma-testimonial.classic .testimonial-item {
  position: relative;
}
.vestma-testimonial.classic .testimonial-item .content {
  color: #888890;
  position: relative;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-style: italic;
  line-height: 28px;
  margin-bottom: 29px;
}
.vestma-testimonial.classic .testimonial-item .content i {
  position: relative;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.vestma-testimonial.classic .testimonial-item .content i:before {
  font-size: 5px;
}
.vestma-testimonial.classic .testimonial-item .author {
  display: table;
}
.vestma-testimonial.classic .testimonial-item .author .avatar,
.vestma-testimonial.classic .testimonial-item .author .more-info {
  display: table-cell;
}
.vestma-testimonial.classic .testimonial-item .author .more-info {
  vertical-align: middle;
  padding-left: 20px;
}
.vestma-testimonial.classic .testimonial-item .author .more-info h4 {
  color: #1a1a26;
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 6px;
}
.vestma-testimonial.classic .testimonial-item .author .more-info span {
  color: #4975d6;
  font-size: 14px;
  font-style: italic;
}
.vestma-testimonial.classic .owl-nav > div {
  border-color: transparent;
  top: auto;
  bottom: 20px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.vestma-testimonial.classic .owl-nav > div i {
  background-color: #ebedf1;
  color: #1a1a26;
  height: 32px;
  line-height: 32px;
  width: 32px;
}
.vestma-testimonial.classic .owl-nav > div i:hover {
  background-color: #f64068;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  opacity: 1;
}
.vestma-testimonial.classic .owl-nav > div.owl-next {
  right: 0;
  left: auto;
}
.vestma-testimonial.classic .owl-nav > div.owl-prev {
  right: 37px;
  left: auto;
}
.vestma-tabs .nav-tabs {
  border-bottom-color: transparent;
  margin-bottom: 23px;
}
.vestma-tabs .nav-tabs li {
  border-right: 1px solid #ececec;
  position: relative;
}
.vestma-tabs .nav-tabs li > a {
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #1a1a26;
  display: inline-block;
  margin-right: 0;
  font-weight: 500;
  padding: 4px 18px;
}
.vestma-tabs .nav-tabs li > a:hover,
.vestma-tabs .nav-tabs li > a:focus {
  border-color: transparent;
  background-color: #4975d6;
  color: #fff;
}
.vestma-tabs .nav-tabs li.active > a {
  background-color: #4975d6;
  border-color: transparent;
  color: #fff;
}
.vestma-tabs .tab-content {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
.wpcf7-form .select-element {
  position: relative;
}
.wpcf7-form .select-element:after {
  color: #fff;
  font-family: 'FontAwesome';
  content: '\f107';
  font-size: 14px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wpcf7-form .row-input {
  margin-bottom: 10px;
}
.wpcf7-form .row-input input[type=text],
.wpcf7-form .row-input input[type=email],
.wpcf7-form .row-input select,
.wpcf7-form .row-input option,
.wpcf7-form .row-input textarea {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 14px;
  padding: 15px 10px 14px 14px;
  -webkit-transition: all .4s !important;
          transition: all .4s !important;
  width: 100%;
}
.wpcf7-form .row-input input[type=text]:focus,
.wpcf7-form .row-input input[type=email]:focus,
.wpcf7-form .row-input select:focus,
.wpcf7-form .row-input option:focus,
.wpcf7-form .row-input textarea:focus {
  border-color: #4975d6;
}
.wpcf7-form .row-input input[type=submit] {
  -webkit-transition: all .4s !important;
          transition: all .4s !important;
}
.wpcf7-form .row-input select {
  display: block;
  padding-top: 18px;
  padding-bottom: 17px;
  position: relative;
}
.wpcf7-form .row-input option {
  color: #1a1a26;
}
.free-consultants-container ::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.free-consultants-container ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  font-size: 14px;
}
.free-consultants-container :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  font-size: 14px;
}
.free-consultants-container :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  font-size: 14px;
}
.free-consultants-container ::-webkit-file-upload-button {
  color: #fff;
  font-size: 14px;
}
.free-consultants-container .row-submit {
  margin-top: 28px;
  text-align: center;
}
.free-consultants-container .row-submit .wpcf7-submit {
  font-weight: 400;
  padding-top: 9px;
  padding-bottom: 9px;
  text-transform: uppercase;
  width: 210px;
}
.free-consultants-container.layout-2 .row-submit {
  text-align: left;
}
.free-consultants-container.layout-2 .row-submit .wpcf7-submit {
  font-weight: 500;
  letter-spacing: 0.3px;
}
.contact-us-home-3-container {
  background-color: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 7px 7px 35px -10px rgba(0, 0, 0, 0.5);
          box-shadow: 7px 7px 35px -10px rgba(0, 0, 0, 0.5);
  padding: 50px;
  overflow: hidden;
  position: relative;
}
.contact-us-home-3-container ::-webkit-input-placeholder {
  color: #888890;
  font-size: 14px;
}
.contact-us-home-3-container ::-moz-placeholder {
  /* Firefox 19+ */
  color: #888890;
  font-size: 14px;
}
.contact-us-home-3-container :-ms-input-placeholder {
  /* IE 10+ */
  color: #888890;
  font-size: 14px;
}
.contact-us-home-3-container :-moz-placeholder {
  /* Firefox 18- */
  color: #888890;
  font-size: 14px;
}
.contact-us-home-3-container ::-webkit-file-upload-button {
  color: #888890;
  font-size: 14px;
}
.contact-us-home-3-container .row-input {
  margin-bottom: 5px !important;
}
.contact-us-home-3-container .row-input input[type=text],
.contact-us-home-3-container .row-input input[type=email],
.contact-us-home-3-container .row-input select,
.contact-us-home-3-container .row-input textarea {
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  color: #888890;
  padding-top: 13px;
  padding-bottom: 13px;
}
.contact-us-home-3-container .row-input input[type=submit] {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center !important;
  width: 100%;
}
.contact-us-home-3-container .row-input textarea {
  height: 150px;
}
.contact-us-home-3-container .row-input .select-element:after {
  color: #888890;
}
.contact-us-home-3-container .row-input select {
  color: #888890;
}
.contact-us-home-3-container:before {
  content: '';
  left: 0;
  right: 0;
  top: 0;
  height: 5px !important;
  background: -webkit-gradient(linear, left top, right top, from(#6d4dd6), to(#4975d6));
  background: -webkit-linear-gradient(left, #6d4dd6, #4975d6);
  background: linear-gradient(left, #6d4dd6, #4975d6);
  position: absolute;
}
.send-message-form .row-input {
  margin-bottom: 0;
}
.send-message-form .row-input input[type=email],
.send-message-form .row-input input[type=text],
.send-message-form .row-input textarea {
  color: #888890;
  border: 1px solid #ececec !important;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  margin-bottom: 25px;
  padding-top: 13px;
  padding-bottom: 12px;
  -webkit-transition: all .4s;
          transition: all .4s;
}
.send-message-form .row-input input[type=email]:focus,
.send-message-form .row-input input[type=text]:focus,
.send-message-form .row-input textarea:focus {
  border-color: #4975d6 !important;
}
.send-message-form .row-submit {
  margin-top: 3px;
  text-align: center;
}
.send-message-form .row-submit .submit-form {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  height: 40px;
  text-transform: uppercase;
  width: 180px;
}
.video-banner.banner_only {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.video-banner.banner_only .play-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 10;
}
.video-banner.banner_only .play-icon a {
  background-color: #fff;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: all .5s;
          transition: all .5s;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}
.video-banner.banner_only .play-icon a i {
  color: #1a1a26;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.video-banner.banner_only.layout_1:before {
  position: absolute;
  top: 0;
  left: 120%;
  z-index: 9;
  display: block;
  content: '';
  width: 40%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: skewX(20deg);
      -ms-transform: skewX(20deg);
          transform: skewX(20deg);
  -webkit-transition: all .8s;
          transition: all .8s;
}
.video-banner.banner_only.layout_2 .play-icon a {
  background-color: transparent;
}
.video-banner.banner_only.layout_2 .play-icon a i {
  color: #fff;
}
.video-banner.banner_only.layout_2 .play-icon a i:before {
  font-size: 60px;
}
.video-banner.banner_only.layout_2:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: block;
  content: '';
  background: #1a1a26;
  opacity: .1;
}
.video-banner.banner_only.layout_2:hover .play-icon a i {
  color: #4975d6;
}
.video-banner.banner_only.layout_1:hover .play-icon a {
  background-color: #4975d6;
}
.video-banner.banner_only.layout_1:hover .play-icon i {
  color: #fff;
}
.video-banner.banner_only.layout_1:hover:before {
  left: inherit;
  right: 80%;
  -webkit-transform: skewX(20deg) translateX(340%);
      -ms-transform: skewX(20deg) translateX(340%);
          transform: skewX(20deg) translateX(340%);
}
.vestma-faq.layout_1 h4 {
  color: #1a1a26;
  cursor: pointer;
  font-size: 16px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 24px;
  margin-bottom: 14px;
  line-height: 20px;
}
.vestma-faq.layout_1 h4 i {
  margin-right: 6px;
  width: 10px;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.vestma-faq.layout_1 h4 .fa-angle-down {
  display: none;
}
.vestma-faq.layout_1 h4:hover i {
  margin-right: 10px;
}
.vestma-faq.layout_1 .toogle-content {
  display: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
.vestma-faq.layout_1.show .fa-angle-down {
  display: inline-block;
}
.vestma-faq.layout_1.show .fa-angle-right {
  display: none;
}
.vestma-faq.layout_2 {
  background-color: #f9f9f9;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 17px 20px 0 21px;
}
.vestma-faq.layout_2 h4 {
  border-bottom: 1px solid transparent;
  color: #888890 !important;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  margin: 0 !important;
  padding-bottom: 17px;
  position: relative;
  -webkit-transition: all .3s;
          transition: all .3s;
}
.vestma-faq.layout_2 h4 i {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 0;
  -webkit-transition: all .4s;
          transition: all .4s;
}
.vestma-faq.layout_2 h4 i.fa-minus-square-o {
  opacity: 0;
}
.vestma-faq.layout_2 .toogle-content {
  line-height: 23px;
  margin-top: 15px;
  padding-bottom: 32px;
  display: none;
}
.vestma-faq.layout_2.show h4 {
  border-bottom-color: #ececec;
}
.vestma-faq.layout_2.show h4 i.fa-minus-square-o {
  opacity: 1;
}
.vestma-faq.layout_2.show h4 i.fa-plus-square-o {
  opacity: 0;
}
.vesma-section-information h3 {
  color: #1a1a26;
  font-size: 36px;
  font-weight: 600;
  line-height: 45px;
}
.vesma-section-information .information {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}
.vesma-section-information .separator {
  background-color: #4975d6;
  display: inline-block;
  margin-bottom: 21px;
  margin-top: 10px;
  width: 60px;
  height: 2px;
}
.vesma-section-information.layout_2 h3 {
  margin-bottom: 6px;
}
.vesma-section-information.layout_2 .sub-title {
  margin-bottom: 23px;
}
.vesma-section-information.layout_2 .sub-title:after {
  content: '';
  display: block;
  margin-top: 18px;
  width: 50px;
  height: 2px;
  background-color: #4975d6;
}
.vesma-section-information.layout_2 .information {
  font-size: 14px;
}
.vesma-section-information.center {
  text-align: center;
}
.vesma-section-information.right {
  text-align: right;
}
.vesma-section-information.show-separator h3 {
  margin-bottom: 0;
}
.vestma-icon-box.flat-icons {
  text-align: center;
  position: relative;
}
.vestma-icon-box.flat-icons .os-icon {
  min-height: 72px;
  -webkit-transition: all 1s;
          transition: all 1s;
  position: absolute;
  left: 0;
  right: 0;
}
.vestma-icon-box.flat-icons .os-icon i {
  color: #f64068;
}
.vestma-icon-box.flat-icons .os-icon i:before {
  font-size: 60px;
  margin: 0;
  -webkit-transition: all .8s;
          transition: all .8s;
}
.vestma-icon-box.flat-icons .os-content {
  padding-top: 75px;
}
.vestma-icon-box.flat-icons .os-content h3 {
  color: #1a1a26;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.vestma-icon-box.flat-icons .os-content .separator {
  margin-bottom: 20px;
}
.vestma-icon-box.flat-icons .os-content .os-description {
  font-size: 14px;
  line-height: 23px;
}
.vestma-icon-box.flat-icons .funfacts-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.vestma-icon-box.flat-icons .funfacts-item .icon {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #ececec;
  margin-right: 38px;
  text-align: center;
  line-height: 100px;
}
.vestma-icon-box.flat-icons .funfacts-item .icon i {
  color: #4975d6;
}
.vestma-icon-box.flat-icons .funfacts-item .icon i::before {
  font-size: 32px;
  margin-left: 0;
  -webkit-transition: all .8s;
          transition: all .8s;
}
.vestma-icon-box.flat-icons .funfacts-item .content {
  text-align: left;
}
.vestma-icon-box.flat-icons .funfacts-item .content h3 {
  color: #1a1a26;
  font-size: 42px;
  margin: 0px 0 5px;
}
.vestma-icon-box.flat-icons .funfacts-item.layout_3 .icon {
  background: transparent;
  margin-right: 16px;
  width: auto;
  height: auto;
  line-height: inherit;
}
.vestma-icon-box.flat-icons .funfacts-item.layout_3 .content h3 {
  line-height: 40px;
}
.vestma-icon-box.flat-icons .funfacts-item.layout_3 .icon i {
  display: inline-block;
}
.vestma-icon-box.flat-icons .funfacts-item.layout_3 .icon i:before {
  font-size: 32px;
}
.vestma-icon-box.flat-icons .funfacts-item.layout_3 .icon i:hover {
  color: #f64068;
}
.vestma-icon-box.flat-icons .layout_4 .icon {
  background-color: #fff;
  border: 1px solid #ececec;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: inline-block;
  position: relative;
  line-height: 110px;
  margin-bottom: 15px;
  width: 110px;
  height: 110px;
}
.vestma-icon-box.flat-icons .layout_4 .icon i {
  color: #fff;
  position: relative;
  z-index: 9;
}
.vestma-icon-box.flat-icons .layout_4 .icon i:before {
  font-size: 32px;
  margin-left: 0;
}
.vestma-icon-box.flat-icons .layout_4 .icon:before,
.vestma-icon-box.flat-icons .layout_4 .icon:after {
  content: '';
  -webkit-border-radius: 100%;
          border-radius: 100%;
  position: absolute;
  left: 8px;
  right: 8px;
  top: 8px;
  bottom: 8px;
  -webkit-transition: all .8s;
          transition: all .8s;
}
.vestma-icon-box.flat-icons .layout_4 .icon:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#4975d6), to(#6d4dd6));
  background: -webkit-linear-gradient(#4975d6, #6d4dd6);
  background: linear-gradient(#4975d6, #6d4dd6);
  z-index: 1;
}
.vestma-icon-box.flat-icons .layout_4 .icon:after {
  background-color: #4975d6;
  z-index: 2;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0;
}
.vestma-icon-box.flat-icons .layout_4 .content h3 {
  color: #1a1a26;
  font-size: 24px;
  font-weight: 600;
}
.vestma-icon-box.flat-icons .layout_4 .content .description {
  line-height: 23px;
  padding: 0 7px;
}
.vestma-icon-box.flat-icons:hover .os-icon {
  -webkit-transform: translateY(-60px);
      -ms-transform: translateY(-60px);
          transform: translateY(-60px);
}
.vestma-icon-box.flat-icons:hover .os-icon i:before {
  font-size: 120px;
}
.vestma-icon-box.flat-icons:hover .icon i:before {
  font-size: 40px;
}
.vestma-icon-box.flat-icons:hover .layout_4 .icon i:before {
  font-size: 32px;
}
.vestma-icon-box.flat-icons:hover .layout_4 .icon:before {
  opacity: 0;
}
.vestma-icon-box.flat-icons:hover .layout_4 .icon:after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.vestma-icon-box.font-awesome .layout_inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.vestma-icon-box.font-awesome .layout_inline i {
  color: #4975d6;
  margin-right: 25px;
}
.vestma-icon-box.font-awesome .layout_inline .inline-box-content {
  color: #1a1a26;
  font-size: 16px;
  font-weight: 600;
}
.vestma-icon-box.image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.vestma-icon-box.image .image {
  margin-right: 14px;
}
.vestma-icon-box.image .box-info h3 {
  color: #1a1a26;
  font-size: 42px;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 12px;
}
.vc_row.vc_row-fluid {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 1440px) {
  .vestma-projects.grid .project-item .project-information .project-cat {
    font-size: 16px;
  }
  .vestma-projects.grid .project-item .project-information .project-title {
    margin-bottom: 20px;
  }
  .vestma-projects.grid .project-item .project-information .project-title a {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .vestma-testimonial.multi .testimonial-item {
    margin-bottom: 15px;
    width: 100%;
  }
  .vestma-testimonial.multi .testimonial-item .outer-wrap .content {
    padding-right: 10px;
  }
  .md-center .vestma-button-container {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .vesma-section-information h3 {
    font-size: 30px;
    line-height: 35px;
  }
  .vesma-section-information .information {
    font-size: 16px;
    line-height: 22px;
  }
  .vestma-faq .toogle-content {
    font-size: 14px;
  }
  .xs-center .vestma-button-container {
    text-align: center;
  }
  .vestma-service-box {
    padding-top: 50px;
    padding-bottom: 45px;
  }
  .vestma-service-box .content .description {
    margin-bottom: 40px;
  }
  .vestma-testimonial.creative .element-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .vestma-testimonial.creative .icon {
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 5px;
  }
  .vestma-testimonial.creative .testimonials .testimonial-item .content {
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 0;
  }
  .vestma-testimonial.creative .testimonials .testimonial-item .author {
    font-size: 16px;
  }
  .vestma-project-tab .project-filter a {
    margin-right: 15px;
  }
  .vestma-icon-box.flat-icons .layout_4 .content .description {
    width: 475px;
    margin: 0 auto;
  }
}
@media (max-width: 679px) {
  .vestma-image-banner .overlay {
    left: 15px;
    width: 100%;
  }
  .vestma-image-banner .overlay .banner-content {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 7px;
  }
  .vestma-image-banner .overlay .btn {
    padding: 6px 19px;
  }
  .vestma-icon-box.flat-icons .funfacts-item .icon {
    margin-right: 20px;
  }
  .vestma-icon-box.flat-icons .funfacts-item .content {
    padding-top: 15px;
  }
  .vestma-tabs .nav-tabs li {
    background-color: #4975d6;
    border-right: none;
    border-bottom: 2px solid #ececec;
    display: block;
    float: none;
    padding: 4px 18px;
  }
  .vestma-tabs .nav-tabs li a {
    color: #fff;
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-transition: all .4s;
            transition: all .4s;
  }
  .vestma-tabs .nav-tabs li a:before {
    background-color: #fff;
    content: '';
    position: absolute;
    width: 0;
    height: 10px;
    left: 0;
    top: 50%;
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .vestma-tabs .nav-tabs li.active a {
    padding-left: 8px;
  }
  .vestma-tabs .nav-tabs li.active a:before {
    width: 2px;
  }
  .vestma-tabs .nav-tabs li:last-child {
    border-bottom: none;
  }
  .vestma-tabs .tab-content > .tab-pane {
    font-size: 14px;
  }
}
@media (max-width: 639px) {
  .vestma-new-prjects .project-item .project-information {
    padding: 0 20px 60px 20px;
  }
  .vestma-new-prjects .project-item.big {
    height: 420px;
    max-height: 420px;
    float: none;
    width: 100%;
  }
  .vestma-new-prjects .project-item.small {
    float: none;
    height: 420px;
    max-height: 420px;
    width: 100%;
  }
  .vestma-project-tab .project-item {
    width: 100%;
  }
}
@media (max-width: 579px) {
  .vestma-testimonial.multi .testimonial-item {
    margin-bottom: 15px;
    width: 100%;
  }
  .vestma-testimonial.multi .testimonial-item .outer-wrap .avatar {
    display: none;
  }
  .vestma-testimonial.multi .testimonial-item .outer-wrap .content {
    padding-left: 15px;
  }
}
@media (max-width: 479px) {
  .vestma-image-banner {
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
  }
  .vestma-image-banner .overlay {
    background-color: #f9f9f9;
    position: relative;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 0;
    padding: 20px 10px 25px;
    text-align: center;
  }
  .vestma-image-banner .overlay .banner-content {
    color: #1a1a26;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 7px;
  }
  .vestma-image-banner:before,
  .vestma-image-banner:after {
    display: none;
  }
  .vestma-histories-timeline .timelines .timeline {
    padding-left: 15px;
    padding-right: 10px;
    margin-bottom: 30px;
  }
  .vestma-histories-timeline .timelines .timeline .title {
    margin-bottom: 0;
  }
  .vestma-histories-timeline .timelines .timeline .title h3 {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .vestma-histories-timeline .timelines .timeline .title .big {
    border: 1px solid #4975d6;
    position: absolute;
    top: 32px;
    right: auto;
    left: -25px;
    padding: 3px;
    width: 20px;
    height: 20px;
    display: block;
  }
  .vestma-histories-timeline .timelines .timeline .title:before {
    right: auto;
    left: -20px;
    top: auto;
    bottom: 0;
  }
  .vestma-histories-timeline:before {
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .vesma-section-information h3 {
    font-size: 28px;
    line-height: 35px;
  }
  .vesma-section-information .information {
    font-size: 14px;
    line-height: 22px;
  }
  .vesma-contact-us {
    padding: 47px 15px 40px 15px;
    border: 5px solid #f9f9f9;
  }
  .vesma-contact-us .btn {
    font-size: 12px;
  }
  .vestma-icon-box.font-awesome .layout_inline {
    display: block;
  }
  .vestma-icon-box.font-awesome .layout_inline i {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .vestma-icon-box.flat-icons .layout_4 .content .description {
    width: 100%;
  }
  .vestma-list-projects .vestma_project {
    width: 100%;
  }
  .vestma-button-container .vestma-button {
    padding: 12px 38px;
  }
  .contact-us-home-3-container {
    padding: 30px 20px 15px;
  }
  .contact-us-home-3-container .row-input textarea {
    height: 80px;
  }
  .vestma-projects.center .owl-nav div i,
  .vestma-projects.grid .owl-nav div i {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .vestma-projects.center .project-item .project-information .btn {
    padding: 5px 25px;
  }
  .vestma-projects.center .project-item .project-information .project-cat {
    font-size: 14px;
  }
  .vestma-projects.center .project-item .project-information .project-title {
    margin-bottom: 20px;
  }
  .vestma-projects.center .project-item .project-information .project-title a {
    font-size: 26px;
  }
  .vestma-member-tag .member {
    width: 100%;
  }
}
@media (max-width: 379px) {
  .vestma-projects.modern .project-item .project-information {
    padding: 0 35px 30px 25px;
  }
  .vestma-subscribe {
    display: block;
  }
  .vestma-subscribe .submit-container {
    display: inline-block;
    margin-top: 15px;
  }
  .vestma-subscribe input[type=email] {
    width: 100%;
  }
  .vestma-images-carousel.single .owl-nav > div i {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
  .vestma-images-carousel.single .owl-nav > div.owl-next {
    right: 30px;
  }
  .vestma-images-carousel.single .owl-nav > div.owl-prev {
    left: 30px;
  }
}
@media (min-width: 480px) {
  .vestma-histories-timeline .timelines .timeline {
    width: 50%;
    float: left;
    padding: 20px 60px 20px 30px;
    text-align: right;
  }
  .vestma-histories-timeline .timelines .timeline:nth-child(2n) {
    text-align: left;
    float: right;
    padding-left: 60px;
    padding-right: 30px;
  }
  .vestma-histories-timeline .timelines .timeline:nth-child(2n) .title:before {
    left: -65px;
  }
  .vestma-histories-timeline .timelines .timeline:not(:first-child) {
    margin-top: -60px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .vestma-projects.modern .project-item .project-information {
    padding: 0 35px 30px 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.header-layout-2 .vestma-project-tab .project-item {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vestma-projects.center .project-item .project-information .btn {
    padding: 5px 25px;
  }
  .vestma-projects.center .project-item .project-information .project-cat {
    font-size: 14px;
  }
  .vestma-projects.center .project-item .project-information .project-title {
    margin-bottom: 20px;
  }
  .vestma-projects.center .project-item .project-information .project-title a {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .responsive-to-100 {
    height: 100px !important;
  }
  .responsive-to-90 {
    height: 90px !important;
  }
  .responsive-to-80 {
    height: 80px !important;
  }
  .responsive-to-70 {
    height: 70px !important;
  }
  .responsive-to-60 {
    height: 60px !important;
  }
  .responsive-to-50 {
    height: 50px !important;
  }
  .responsive-to-40 {
    height: 40px !important;
  }
  .responsive-to-30 {
    height: 30px !important;
  }
  .responsive-to-20 {
    height: 20px !important;
  }
  .responsive-to-10 {
    height: 10px !important;
  }
  .responsive-to-0 {
    height: 0 !important;
  }
}
@media (max-width: 991px) {
  .md-center {
    text-align: center !important;
  }
  .md-center .vestma-subscribe {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .vc_column-inner-no-padding .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .xs-center {
    text-align: center !important;
  }
  .xs-center .vestma-subscribe {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
