/*-------------------------------------------------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
-------------------------------------------------------------------------------------------------------
 Template Name: Vivanto.
 Version: 1.1 Initial Release
 Build Date: 21-02-2018
 Author: 
 Website: 
 Copyright: (C) 2018 
------------------------------------------------------------------------------------------------------*//*-------------------------------------------------------- 
  TABLE OF CONTENTS:  
 --------------------------------------------------------*//*--------------------------------------------------------
  
  01. Import options
  02. Main header
  03. Main navigation 
  04. Menu
  05. Responsive menu button
  06. Sections
  07. About
  08. Services
  09. Work-process
  10. Portfolio
  11. Team
  12. Posts section
  13. Quote
  14. Map
  15. Main footer
  16. Banners
  17. Blog details

--------------------------------------------------------*//* //////////////////////////////
Import options
///////////////////////////// *//*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css *//**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 *//* Document
   ========================================================================== */html {
  font-family: sans-serif;
 /* 1 */
  line-height: 1.15;
 /* 2 */
  -ms-text-size-adjust: 100%;
 /* 3 */
  -webkit-text-size-adjust: 100%;
 /* 3 */;
}/* Sections
   ========================================================================== *//**
 * Remove the margin in all browsers (opinionated).
 */body {
  margin: 0;
}/**
 * Add the correct display in IE 9-.
 */article,aside,footer,header,nav,section {
  display: block;
}/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */h1 {
  font-size: 2em;
  margin: 0.67em 0;
}/* Grouping content
   ========================================================================== *//**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */figcaption,figure,main {
 /* 1 */
  display: block;
}/**
 * Add the correct margin in IE 8.
 */figure {
  margin: 1em 40px;
}/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */hr {
  box-sizing: content-box;
 /* 1 */
  height: 0;
 /* 1 */
  overflow: visible;
 /* 2 */;
}/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */pre {
  font-family: monospace, monospace;
 /* 1 */
  font-size: 1em;
 /* 2 */;
}/* Text-level semantics
   ========================================================================== *//**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */a {
  background-color: transparent;
 /* 1 */
  -webkit-text-decoration-skip: objects;
 /* 2 */;
}/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */a:active,a:hover {
  outline-width: 0;
}/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */abbr[title] {
  border-bottom: none;
 /* 1 */
  text-decoration: underline;
 /* 2 */
  text-decoration: underline dotted;
 /* 2 */;
}/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */b,strong {
  font-weight: inherit;
}/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */b,strong {
  font-weight: bolder;
}/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */code,kbd,samp {
  font-family: monospace, monospace;
 /* 1 */
  font-size: 1em;
 /* 2 */;
}/**
 * Add the correct font style in Android 4.3-.
 */dfn {
  font-style: italic;
}/**
 * Add the correct background and color in IE 9-.
 */mark {
  background-color: #ff0;
  color: #000;
}/**
 * Add the correct font size in all browsers.
 */small {
  font-size: 80%;
}/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}/* Embedded content
   ========================================================================== *//**
 * Add the correct display in IE 9-.
 */audio,video {
  display: inline-block;
}/**
 * Add the correct display in iOS 4-7.
 */audio:not([controls]) {
  display: none;
  height: 0;
}/**
 * Remove the border on images inside links in IE 10-.
 */img {
  border-style: none;
}/**
 * Hide the overflow in IE.
 */svg:not(:root) {
  overflow: hidden;
}/* Forms
   ========================================================================== *//**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */button,input,optgroup,select,textarea {
  font-family: sans-serif;
 /* 1 */
  font-size: 100%;
 /* 1 */
  line-height: 1.15;
 /* 1 */
  margin: 0;
 /* 2 */;
}/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */button,input {
 /* 1 */
  overflow: visible;
}/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */button,select {
 /* 1 */
  text-transform: none;
}/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */button,html [type="button"],[type="reset"],[type="submit"] {
  -webkit-appearance: button;
 /* 2 */;
}/**
 * Remove the inner border and padding in Firefox.
 */button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}/**
 * Restore the focus styles unset by the previous rule.
 */button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */legend {
  box-sizing: border-box;
 /* 1 */
  color: inherit;
 /* 2 */
  display: table;
 /* 1 */
  max-width: 100%;
 /* 1 */
  padding: 0;
 /* 3 */
  white-space: normal;
 /* 1 */;
}/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */progress {
  display: inline-block;
 /* 1 */
  vertical-align: baseline;
 /* 2 */;
}/**
 * Remove the default vertical scrollbar in IE.
 */textarea {
  overflow: auto;
}/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */[type="checkbox"],[type="radio"] {
  box-sizing: border-box;
 /* 1 */
  padding: 0;
 /* 2 */;
}/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
  height: auto;
}/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */[type="search"] {
  -webkit-appearance: textfield;
 /* 1 */
  outline-offset: -2px;
 /* 2 */;
}/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */::-webkit-file-upload-button {
  -webkit-appearance: button;
 /* 1 */
  font: inherit;
 /* 2 */;
}/* Interactive
   ========================================================================== *//*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */details,menu {
  display: block;
}/*
 * Add the correct display in all browsers.
 */summary {
  display: list-item;
}/* Scripting
   ========================================================================== *//**
 * Add the correct display in IE 9-.
 */canvas {
  display: inline-block;
}/**
 * Add the correct display in IE.
 */template {
  display: none;
}/* Hidden
   ========================================================================== *//**
 * Add the correct display in IE 10-.
 */[hidden] {
  display: none;
}/* ***** *//* FONTS *//* ***** */.no-padd {
  padding-left: 0;
  padding-right: 0;
}/* COMMON STYLES */body {
  color: #545362;
  font-family: 'CrimsonText-Roman', serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0.05em;
}

p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

pre {
  overflow: auto;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Montserrat', sans-serif;
  color: #26252c;
}

.dark-section {
  color: #fff;
}

.dark-section h1,.dark-section h2,.dark-section h3,.dark-section h4,.dark-section h5,.dark-section h6 {
  color: #fff;
}

.dark-section.unit-dark {
  background-color: #26252c;
}

h2.section-title {
  text-align: center;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.btn,.btn-small {
  font-family: Montserrat;
  color: #fff;
  background-color: #4739fe;
  display: inline-block;
  border-radius: 25px;
  font-size: 14px;
  padding: 17px 70px;
  border: none;
}

.btn:hover,.btn-small:hover,.btn:focus,.btn-small:focus,.btn:active,.btn-small:active {
  text-decoration: none;
  color: #fff;
  background-color: #392bfc;
}

.s-back-switch {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

blockquote {
  font-style: italic;
  font-family: 'CrimsonText-Italic', sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.16667;
  letter-spacing: 0em;
  text-align: center;
  position: relative;
  padding: 40px 40px 32px;
}

blockquote:before,blockquote:after {
  position: absolute;
  font-size: 90px;
  color: #5d5c5e;
}

blockquote:before {
  content: open-quote;
  top: 18px;
  left: 42px;
}

blockquote:after {
  content: close-quote;
  bottom: -10px;
  right: 62px;
  line-height: 0;
}/* Underline From Center */.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before,.hvr-underline-from-center:focus:before,.hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

.flex-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-row > [class^='col-'] > div {
  height: 100%;
}/* socials */.vt-socials {
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -ms-flex-pack: center;
  justify-content: center;
}

.vt-socials .fa {
  width: 44px;
  height: 44px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 17px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 5px;
}

.vt-socials .fa:hover {
  background-color: #fff;
  color: #4739fe;
}

.vt-socials a {
  color: #fff;
}

.vt-socials a:hover,.vt-socials a:active,.vt-socials a:focus {
  text-decoration: none;
  outline: none;
}/* swiper pagination */.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 0.3;
  background-color: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}/* //////////////////////////////
Main header
///////////////////////////// */.header-main {
  height: 100vh;
}

.header-main-container {
  height: 100%;
}

.header-main-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.header-main-container .navigation-row {
  z-index: 1;
}/* //////////////////////////////
Main navigation
///////////////////////////// */.vt-navigation {
  position: relative;
  min-height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 24px;
  -ms-flex-align: center;
  align-items: center;
}

.vt-navigation.active .nav-menu-icon i {
  background: none;
}

.vt-navigation.active .nav-menu-icon i:before {
  top: 0;
  transform: rotate(45deg);
}

.vt-navigation.active .nav-menu-icon i:after {
  top: 0;
  transform: rotate(135deg);
}

.vt-navigation.vt-navigation_style2 .main-menu {
  margin-right: 50px;
  display: none;
}

.vt-navigation.vt-navigation_style2 .nav-menu-icon {
  display: block;
  top: 5px;
}

.vt-navigation.vt-navigation_style2.active .main-menu {
  display: -ms-flexbox;
  display: flex;
}/* //////////////////////////////
Menu
///////////////////////////// */.main-menu {
  padding: 2px 10px;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
 /* First level menu arrows */;
}

.main-menu li {
  display: inline-block;
  position: relative;
  transition: .4s;
}

.main-menu li.active > a:before,.main-menu li .current-menu-parent > a:before,.main-menu li .current-menu-item > a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 14px;
  height: 3px;
  background-color: #4739fe;
}

.main-menu li:hover > .sub-menu {
  display: block;
}

.main-menu li:hover > .sub-menu li {
  display: block;
}

.main-menu a {
  color: #cdcdcd;
  transition: .4s;
  position: relative;
  display: inline-block;
}

.main-menu a:hover,.main-menu a:active,.main-menu a:focus {
  text-decoration: none;
  color: #fff;
}

.main-menu > .menu-item-has-children > a:after {
  content: '\f107';
  font-family: 'FontAwesome';
  margin-left: 5px;
}

.main-menu .sub-menu {
  display: none;
  padding: 0;
  position: absolute;
  white-space: nowrap;
 /* Second level menu arrows */;
}

.main-menu .current-menu-parent > a,.main-menu .current-menu-item > a {
  color: #fff;
}/* //////////////////////////////
Responsive menu button
///////////////////////////// */.nav-menu-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  display: none;
  cursor: pointer;
}

.nav-menu-icon i {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #fff;
}

.nav-menu-icon i:before,.nav-menu-icon i:after {
  content: '';
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: all 0.15s ease-out;
}

.nav-menu-icon i:before {
  top: -5px;
}

.nav-menu-icon i:after {
  bottom: -5px;
}/* //////////////////////////////
Sections
///////////////////////////// */.site-section,.main-footer {
  padding: 130px 0 170px;
}

.site-section .section-title,.main-footer .section-title {
  margin-bottom: 70px;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0em;
}/* //////////////////////////////
About
///////////////////////////// */.about-section {
  text-align: center;
  padding: 130px 0;
}

.about-section img {
  margin-bottom: 60px;
}/* //////////////////////////////
Services
///////////////////////////// */.services-section,.team-section {
  background-color: #f5f5f5;
}

.service-item {
  text-align: center;
  transition: .3s;
  padding: 50px 50px 40px;
}

.service-item:hover {
  background-color: #4739fe;
  color: #fff;
}

.service-item:hover h3,.service-item:hover .service-icon {
  color: #fff;
}

.service-item .service-icon {
  font-size: 40px;
  margin-bottom: 15px;
  color: #4739fe;
}

.service-item h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33333;
  letter-spacing: 0em;
}/* //////////////////////////////
Work-process
///////////////////////////// */.process-item {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 30px;
  max-width: 570px;
}

.process-item .info {
  padding: 25px 30px 40px;
  background-color: #f2f2f2;
  position: relative;
  transition: .4s;
}

.process-item .info:hover {
  background-color: #4739fe;
  color: #fff;
}

.process-item .info:hover h3 {
  color: #fff;
}

.process-item .info:hover h3:after {
  background-color: #fff;
}

.process-item .info h3 {
  margin-bottom: 32px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33333;
  letter-spacing: 0em;
}

.process-item .info h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 20px;
  height: 2px;
  background-color: #4739fe;
}

.process-item .info .number {
  position: absolute;
  top: 25px;
  right: 30px;
  opacity: .05;
  font-family: Montserrat;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #222328;
}/* //////////////////////////////
Portfolio
///////////////////////////// */.filter-wrap {
  text-align: center;
  margin-bottom: 35px;
}

.btn-small {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  padding: 8px 20px 11px;
  background-color: #fff;
  color: #26252c;
}

.btn-small:active,.btn-small.active,.btn-small:hover {
  background-color: #4739fe;
  color: #fff;
}

.btn-small:focus {
  outline: none;
}

.item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #4739fe;
  opacity: 0;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 250ms cubic-bezier(0.53, -0.005, 0.75, 0.095);
}

.item-overlay h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33333;
  letter-spacing: 0em;
}

.isotope-container .grid-sizer,.isotope-container .item {
  width: 25%;
  height: 295px;
}

.isotope-container .item:hover .item-overlay {
  opacity: 1;
}

.isotope-container .item .labels {
  opacity: .7;
}

.isotope-container .item--width2 {
  width: 50%;
}

.isotope-container .item--height2 {
  height: 590px;
}

.isotope-container .item img {
  max-width: 100%;
}/* //////////////////////////////
Team
///////////////////////////// */.team-member {
  height: 440px;
  position: relative;
  margin: 0 auto 30px;
  max-width: 370px;
}

.team-member:hover .info {
  opacity: 1;
  z-index: 0;
}

.team-member .info {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 15px;
  left: 15px;
  right: 15px;
  background-color: #4739fe;
  height: 170px;
  color: #fff;
  padding: 27px 0 30px;
  opacity: 0;
  transition: all 250ms cubic-bezier(0.53, -0.005, 0.75, 0.095);
  z-index: -1;
}

.team-member .info h3 {
  margin-bottom: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33333;
  letter-spacing: 0em;
}

.testimonial {
  font-size: 16px;
  line-height: 1.5;
}

.customer-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.customer-info .thumb {
  margin-right: 10px;
}

.customer-info .thumb img {
  border-radius: 50%;
}

.customer-info .position {
  margin-top: 5px;
  opacity: .6;
  color: #fff;
  font-size: 14px;
  font-family: 'CrimsonText-Italic';
}

.testimonials-section {
  padding-bottom: 60px;
}

.testimonials-section .swiper-container {
  padding-bottom: 120px;
}/* //////////////////////////////
Posts section
///////////////////////////// */.vt-blog-posts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.vt-blog-posts > [class^=col-] {
  margin-bottom: 30px;
}

.vt-post {
  background-color: #f2f2f2;
  padding: 0 25px 25px 27px;
  height: 100%;
  max-width: 370px;
}

.vt-post .thumb {
  height: 250px;
  margin: 0 -25px 25px -27px;
}

.vt-post .title {
  margin-top: 7px;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33333;
  letter-spacing: 0em;
}

.vt-post .read_more {
  font-size: 14px;
  color: #4739fe;
  font-family: 'Montserrat', sans-serif;
}

.vt-post .excerpt {
  color: #3a405b;
  margin-bottom: 5px;
}

.vt-post .post-info {
  color: #b9bed1;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.vt-post .post-info .fa {
  margin-right: 7px;
}

.vt-post .post-info .likes,.vt-post .post-info .comments,.vt-post .post-info .time {
  margin-right: 21px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}/* //////////////////////////////
Quote
///////////////////////////// */.quote-section {
  text-align: center;
  padding: 100px 0 64px;
}

.quote-swiper {
  width: 100%;
  max-width: 900px;
  padding-bottom: 85px;
}

.quote-swiper .swiper-pagination {
  bottom: 0;
}

.quote-author {
  text-transform: uppercase;
  opacity: .7;
  font-size: 12px;
}

.vt-contact-info {
  background-color: #4739fe;
  padding: 50px;
}

.vt-contact-info a {
  color: #fff;
}

.vt-contact-info p {
  color: #e6e4ff;
  font-size: 19.98px;
  font-weight: 400;
  line-height: 1.4014;
  letter-spacing: 0em;
  margin-bottom: 14px;
}

.vt-contact-info h3 {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33333;
  letter-spacing: 0em;
}

.vt-contact-form {
  background-color: #222328;
  padding: 50px;
}

.vt-contact-form input,.vt-contact-form textarea {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #7d808b;
  font-family: 'Montserrat';
  margin-top: 16px;
  font-size: 14px;
  font-weight: 300;
  line-height: 2.71429;
}

.vt-contact-form input:focus,.vt-contact-form textarea:focus {
  outline: none;
  border-bottom: 2px solid #4739fe;
}

.vt-contact-form input::-webkit-input-placeholder,.vt-contact-form textarea::-webkit-input-placeholder {
  color: #7e818c;
}

.vt-contact-form input:-ms-input-placeholder,.vt-contact-form textarea:-ms-input-placeholder {
  color: #7e818c;
}

.vt-contact-form input::placeholder,.vt-contact-form textarea::placeholder {
  color: #7e818c;
}

.vt-contact-form h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33333;
  letter-spacing: 0em;
}

.vt-contact-form form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 auto;
}

.vt-contact-form form .user-data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.vt-contact-form form .user-data input {
  display: inline-block;
  width: 48%;
  height: 30px;
  padding-bottom: 15px;
}

.vt-contact-form textarea {
  width: 100%;
  resize: none;
}

.vt-contact-form input[type="submit"] {
  float: right;
  border-bottom: none;
}/* //////////////////////////////
Map
///////////////////////////// */.vt-map {
  height: 800px;
}

.map-section {
  padding-top: 0;
}/* //////////////////////////////
Main footer
///////////////////////////// */.main-footer {
  text-align: center;
}

.main-footer .footer-text {
  color: #bfc0c6;
  margin-bottom: 45px;
}

.main-footer .fa {
  background-color: rgba(255, 255, 255, 0.05);
  margin: 0 8px;
}

.main-footer .fa:hover {
  background-color: #4739fe;
  color: #fff;
}

.main-footer .logo {
  margin-bottom: 37px;
}/* //////////////////////////////
Banners
///////////////////////////// */.baner-1 {
  display: -ms-flexbox;
  display: flex;
}

.baner-titles {
  margin: auto;
  text-align: center;
  max-width: 655px;
}

.baner-titles h1 {
  font-size: 52px;
  font-weight: 900;
  line-height: 1.15385;
  letter-spacing: 0em;
}

.baner-titles .desc {
  font-family: 'CrimsonText-Italic', serif;
  font-size: 20px;
  line-height: 1.4;
}

.baner-titles .btn,.baner-titles .btn-small {
  margin: 25px 0;
}

.banner-2 .flex-row,.banner-4 .flex-row {
  height: 77%;
}

.banner-2 .flex-row > [class^='col-'] > div,.banner-4 .flex-row > [class^='col-'] > div {
  height: auto;
}

.banner-2 .baner-titles-alternate .main-title {
  margin-bottom: 25px;
  margin-top: 13px;
}

.baner-titles-alternate {
  padding-bottom: 100px;
}

.baner-titles-alternate .main-title {
  font-size: 66px;
  font-weight: 600;
  line-height: 1.06061;
  letter-spacing: 0em;
}

.baner-titles-alternate .desc {
  font-size: 20px;
  line-height: 1.4;
  font-family: 'CrimsonText-Italic';
  max-width: 400px;
}

.banner-contact {
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 370px;
}

.banner-contact .agree {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.83333;
  letter-spacing: 0.05em;
  color: #c4c4c4;
  margin: 30px 0;
}

.banner-contact .agree a {
  color: #fff;
}

.baner-titles-alternate,.banner-contact {
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.baner-titles-alternate h4,.banner-contact h4 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  line-height: 4.61538;
  letter-spacing: 0em;
}

.banner-4 .baner-titles-alternate,.banner-4 .banner-contact {
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-4 .baner-titles-alternate {
  max-width: 645px;
  margin-left: auto;
  margin-right: auto;
}

.banner-4 .baner-titles-alternate h4 {
  text-transform: uppercase;
}

.banner-4 .baner-titles-alternate h1 {
  margin-top: 10px;
}

.banner-contact-form {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  border-radius: 4px 4px 0px 0px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.banner-contact-form input {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 3.69231;
  background-color: transparent;
  border: none;
  height: 47px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 22px;
}

.banner-contact-form input:last-child {
  border-bottom: none;
}

.banner-contact-form button {
  font-family: 'Montserrat', sans-serif;
  background-color: #4739fe;
  color: #fff;
  border: none;
  font-size: 14px;
  height: 51px;
  width: calc(100% + 4px);
  margin-left: -2px;
  margin-bottom: -2px;
}

.banner-4 .banner-contact {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.banner-4 .banner-contact-form {
  -ms-flex-direction: row;
  flex-direction: row;
}

.banner-4 .banner-contact-form input {
  width: 70%;
  border-bottom: none;
}

.banner-4 .banner-contact-form button {
  width: calc(30% + 4px);
  margin-right: -4px;
  margin-top: -2px;
}

.vertical-center {
  margin-top: auto;
  margin-bottom: auto;
}

.banner-3 .baner-titles-alternate {
  max-width: 781px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.banner-3 .baner-titles-alternate .desc {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.banner-3 .baner-titles-alternate h1 {
  margin-top: 15px;
}

.play-btn {
  width: 50px;
  height: 50px;
  border: 2px solid #4739fe;
  color: #4739fe;
  font-family: FontAwesome;
  font-size: 22px;
  background-color: transparent;
  border-radius: 50%;
  margin: 45px auto;
}

.play-btn:before {
  content: "\f04b";
}

.video_banner .video_popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.video_banner .video_popup.active {
  display: block;
}

.video_banner .video_popup.active .close-btn {
  display: block;
  position: absolute;
  top: 100px;
  right: 30px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  cursor: pointer;
  opacity: 1;
  transition: all 0.5s ease;
}

.video_banner .video_popup.active .close-btn:hover {
  transform: rotate(90deg);
  opacity: 0.7;
  transition: all 0.5s ease;
}

.video_banner .video_popup.active .close-btn:before,.video_banner .video_popup.active .close-btn:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background: #4739fe;
}

.video_banner .video_popup.active .close-btn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.video_banner .video_popup.active .close-btn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.video_banner .video_popup .close-btn {
  display: none;
}

.video_banner .video_popup iframe {
  width: 100%;
  height: 100%;
}/* //////////////////////////////
Blog details
///////////////////////////// */.blog-detail-item {
  padding-top: 45px;
  padding-bottom: 45px;
}

.blog-detail-item > p {
  letter-spacing: 0;
  margin-bottom: 30px;
}

.blog-detail-item > p:last-child {
  margin-bottom: 0;
}

.blog-detail-item h3,.blog-detail-item h2 {
  margin-bottom: 10px;
}

.blog-detail-item > img {
  margin-bottom: 45px;
  max-width: 100%;
}

.blog-detail-item img {
  max-width: 100%;
}

.blog-detail-item_style2 {
  background-color: #4739fe;
  text-align: center;
  padding: 55px 65px;
}

.blog-detail-item_style2 p {
  color: white;
  font-size: 22px;
  font-style: italic;
  font-family: 'CrimsonText-Roman', serif;
  line-height: 34px;
}

.blog-posts-title2 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.blog-posts {
  padding-bottom: 45px;
}

.blog-posts-item {
  margin-bottom: 50px;
}

.blog-posts-img {
  height: 235px;
  margin: 7px;
}

.blog-posts-info {
  background-color: #222328;
  padding: 25px;
}

.blog-posts-info p {
  color: #bfc0c6;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.blog-posts-time {
  color: #bfc0c6;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}

.blog-posts-title3 {
  line-height: 1;
  margin-bottom: 15px;
}

.blog-posts-title3 a {
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: opacity .3s ease;
}

.blog-posts-title3 a:hover {
  opacity: .8;
  text-decoration: none;
  color: white;
}

.blog-posts-link {
  margin-top: 10px;
  display: inline-block;
  color: #4739fe;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: opacity .3s ease;
}

.blog-posts-link:hover {
  opacity: .8;
  color: #4739fe;
  text-decoration: none;
}

@font-face {
  font-family:'CrimsonText-Roman';font-style:normal;font-weight:400;src:url("../../vivanto/fonts/crimsontext-roman.ttf") format("truetype");src:url("../../vivanto/fonts/crimsontext-roman-webfont.woff") format("woff2"), url("../../vivanto/fonts/crimsontext-roman-webfont.woff") format("woff"), url("../../vivanto/fonts/crimsontext-roman-webfont.eot") format("eot");
}

@font-face {
  font-family:'CrimsonText-Semibold';font-style:normal;font-weight:600;src:url("../../vivanto/fonts/crimsontext-semibold.ttf"), url("../../vivanto/fonts/crimsontext-semibold-webfont.eot") format("embedded-opentype"), url("../../vivanto/fonts/crimsontext-semibold-webfont.woff") format("woff2"), url("../../vivanto/fonts/crimsontext-semibold-webfont.woff") format("woff");
}

@font-face {
  font-family:'CrimsonText-Bold';font-style:normal;font-weight:700;src:url("../../vivanto/fonts/crimsontext-bold.ttf"), url("../fonts/crimsontext-bold-webfont.woff2") format("woff2"), url("../fonts/crimsontext-bold-webfont.woff") format("woff"), url("../fonts/crimsontext-bold-webfont.eot") format("eot");
}

@font-face {
  font-family:'CrimsonText-Italic';font-style:italic;font-weight:400;src:url("../../vivanto/fonts/crimsontext-italic.ttf"), url("../../vivanto/fonts/crimsontext-italic-webfont.eot") format("embedded-opentype"), url("../../vivanto/fonts/crimsontext-italic-webfont.woff") format("woff2"), url("../../vivanto/fonts/crimsontext-italic-webfont.woff") format("woff");
}

@font-face {
  font-family:'CrimsonText-BoldItalic';font-style:italic;font-weight:700;src:url("../../vivanto/fonts/crimsontext-bolditalic.ttf"), url("../../vivanto/fonts/crimsontext-bolditalic-webfont.eot") format("embedded-opentype"), url("../../vivanto/fonts/crimsontext-bolditalic-webfont.woff") format("woff2"), url("../../vivanto/fonts/crimsontext-bolditalic-webfont.woff") format("woff");
}

@font-face {
  font-family:'CrimsonText-SemiboldItalic';font-style:italic;font-weight:600;src:url("../../vivanto/fonts/crimsontext-semibolditalic.ttf"), url("../../vivanto/fonts/crimsontext-semibolditalic-webfont.eot") format("embedded-opentype"), url("../../vivanto/fonts/crimsontext-semibolditalic-webfont.woff") format("woff2"), url("../../vivanto/fonts/crimsontext-semibolditalic-webfont.woff") format("woff");
}

@font-face {
  font-family:'Montserrat';font-style:normal;font-weight:300;src:url("../fonts/Montserrat-Light.otf"), url("../../vivanto/fonts/montserrat-light-webfont.eot") format("embedded-opentype"), url("../../vivanto/fonts/montserrat-light-webfont.woff") format("woff2"), url("../../vivanto/fonts/montserrat-light-webfont.woff") format("woff");
}

@font-face {
  font-family:'Montserrat';font-style:normal;font-weight:400;src:url("../fonts/Montserrat-Regular.otf"), url("../../vivanto/fonts/montserrat-regular-webfont.eot") format("embedded-opentype"), url("../../vivanto/fonts/montserrat-regular-webfont.woff") format("woff2"), url("../../vivanto/fonts/montserrat-regular-webfont.woff") format("woff");
}

@font-face {
  font-family:'Montserrat';font-style:normal;font-weight:700;src:url("../fonts/Montserrat-Bold.otf"), url("montserrat-bold-webfont.eot?#iefix") format("embedded-opentype"), url("montserrat-bold-webfont.woff2") format("woff2"), url("montserrat-bold-webfont.woff") format("woff");
}

@font-face {
  font-family:'Montserrat';font-style:normal;font-weight:900;src:url("../fonts/Montserrat-Black.otf"), url("montserrat-black-webfont.eot?#iefix") format("embedded-opentype"), url("montserrat-black-webfont.woff2") format("woff2"), url("montserrat-black-webfont.woff") format("woff");
}

@media screen and (min-width: 769px) {
  .main-menu li {
    padding-right: 10px;
  }

  .main-menu .sub-menu {
 /* Show second and third menu levels */;
  }

  .main-menu .sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
  }

  .main-menu .sub-menu .menu-item-has-children > a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    margin-left: 5px;
  }
}

@media screen and (min-width: 992px) {
  .vt-contact-info-container {
    margin-top: -500px;
  }
}

@media (min-width: 992px) {
  .banner-2 .flex-row {
    -ms-flex-pack: initial;
    justify-content: initial;
  }
}

@media (min-width: 1024px) {
  .no-padd-lg {
    padding-left: 0;
    padding-right: 0;
  }

  .main-menu li {
    padding-right: 20px;
  }

  .work-process {
    padding-bottom: 140px;
  }
}

@media screen and (max-width: 1199px) {
  .vt-post .post-info .likes,.vt-post .post-info .comments,.vt-post .post-info .time {
    margin-right: 18px;
  }
}

@media screen and (max-width: 1023px) {
  .site-section,.main-footer {
    padding: 100px 0;
  }

  .site-section .section-title,.main-footer .section-title {
    margin-bottom: 45px;
  }

  .about-section {
    padding: 100px 0;
  }
}

@media screen and (max-width: 991px) {
  blockquote:before {
    top: 10px;
    left: 10px;
  }

  .vt-contact-form form .user-data {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }

  .vt-contact-form form .user-data input {
    width: 100%;
  }

  .vt-map {
    height: 450px;
  }

  .vt-contact-info-container .flex-row > [class^='col-'] {
    margin-top: 30px;
    width: 100%;
    max-width: 470px;
  }

  .baner-titles-alternate,.banner-contact {
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 991px) {
  .baner-titles-alternate .main-title {
    margin-bottom: 25px;
  }

  .banner-contact {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .vt-navigation {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .vt-navigation.active .main-menu {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    text-align: center;
    width: 100%;
  }

  .main-menu {
    display: none;
  }

  .main-menu li {
    display: block;
  }

  .main-menu .sub-menu {
    position: static;
    padding: 5px 15px;
  }

  .main-menu .sub-menu .menu-item-has-children.active > .sub-menu {
    display: block;
    position: static;
  }

  .nav-menu-icon {
    display: block;
  }

  .blog-detail-item_style2 {
    padding: 50px 15px;
  }
}

@media screen and (max-width: 767px) {
  .header-main {
    height: auto;
  }

  .site-section,.main-footer {
    padding: 70px 0;
  }

  .site-section .section-title,.main-footer .section-title {
    margin-bottom: 25px;
  }

  .about-section {
    padding: 70px 0;
  }

  .about-section img {
    margin-bottom: 25px;
  }

  .service-item {
    padding: 35px 35px 30px;
  }

  .quote-section {
    padding: 30px 0 50px;
  }

  .baner-1 > .container {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .process-item {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-align: center;
    align-items: center;
    max-width: 300px;
  }

  .isotope-container .grid-sizer,.isotope-container .item {
    width: 100%;
  }

  .isotope-container .item--width2 {
    width: 100%;
  }

  .isotope-container .item--height2 {
    height: 295px;
  }
}

@media screen and (max-width: 480px) {
  blockquote {
    font-size: 32px;
  }

  .baner-titles {
    padding: 0 15px;
  }

  .baner-titles h1 {
    font-size: 46px;
  }

  .baner-titles .desc {
    font-size: 18px;
  }

  .baner-titles-alternate .main-title {
    font-size: 45px;
  }

  .baner-titles-alternate .desc {
    font-size: 18px;
  }

  .banner-3 .baner-titles-alternate h1 {
    margin-top: 6px;
  }

  .play-btn {
    margin: 30px auto;
  }
}
