/*!
Theme Name: visionitn
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: visionitn
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Header Style Two / Header Style Three
5. Main Slider
6. Experiance Section
7. Fact Counter / Fact Counter Style Two
8. News Block One / News Block Two / News Block Three / News Block Four
9. Services Block / Block Two / Block Three
10. Team Section 
11. Full Width Section One / Full Width Section Two / Full Width Section Three
12. Footer Style One / Footer Style Two / Footer Style Three
13. About Section
14. Sponsors Section / Style Two
15. Project Carousel
16. Testimonial Section
17. Quote Form Section
18. Subscribe Form
19. Skill Section
20. Map Section
21. Page Title
22. Error Page
23. Portfolio Masonry
24. Portfolio Three Column
25. Portfolio Four Column
26. Portfolio Single
27. Blog Sidebar Widgets
28. Blog Detail
29. Contact Us

**********************************************/

@import url("//fonts.googleapis.com/css?family=Arimo:400,400i,700,700i|Assistant:200,300,400,600,700,800");
/*font-family: 'Assistant', sans-serif;
font-family: 'Arimo', sans-serif;*/
/*** 

====================================================================
	Reset
====================================================================
 ***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}
/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
  font-family: "Arimo", sans-serif;
  font-size: 15px;
  color: #555555;
  line-height: 1.7em;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #e74c3c;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.6em;
  font-family: "Assistant", sans-serif;
}

input,
button,
select,
textarea {
}

p {
  position: relative;
  line-height: 1.8em;
}

.strike-through {
  text-decoration: line-through;
}

.auto-container {
  position: static;
  max-width: 1300px;
  padding: 0px 15px;
  margin: 0 auto;
}

.medium-container {
  max-width: 850px;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.theme-btn {
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.centered {
  text-align: center;
}

/*Btn Style One*/

.btn-style-one {
  position: relative;
  padding: 9px 34px;
  line-height: 24px;
  text-transform: uppercase;
  background: #e74c3c;
  color: #ffffff;
  border: 2px solid #e74c3c;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50px;
  font-family: "Assistant", sans-serif;
}

.btn-style-one:hover {
  background: none;
  color: #e74c3c;
}

/*Btn Style Two*/

.btn-style-two {
  position: relative;
  padding: 11px 35px;
  line-height: 24px;
  background: none;
  color: #e74c3c;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50px;
  text-transform: uppercase;
  border: 2px solid #e74c3c;
  font-family: "Assistant", sans-serif;
}

.btn-style-two:hover {
  background: #e74c3c;
  color: #ffffff;
  border-color: #e74c3c;
}

/*Btn Style Three*/

.btn-style-three {
  position: relative;
  padding: 9px 38px;
  line-height: 24px;
  text-transform: uppercase;
  background: #ffffff;
  color: #e74c3c;
  border: 2px solid #ffffff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50px;
  font-family: "Assistant", sans-serif;
}

.btn-style-three:hover {
  background: #e74c3c;
  color: #ffffff;
  border-color: #e74c3c;
}

.social-icon-one {
  position: relative;
}

.social-icon-one li {
  position: relative;
  margin-right: 12px;
  display: inline-block;
}

.social-icon-one li a {
  color: blue;
  font-size: 22px;
}

/*Social Icon Two*/

.social-icon-two {
  position: relative;
}

.social-icon-two li {
  position: relative;
  margin-right: 4px;
  text-align: center;
  display: inline-block;
}

.social-icon-two li a {
  min-width: 46px;
  min-height: 46px;
  line-height: 44px;
  font-size: 16px;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  color: #929292;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-two li a:hover {
  background-color: #e74c3c;
  color: #ffffff;
  border-color: #e74c3c;
}

/*Social Icon Three*/

.social-icon-three {
  position: relative;
}

.social-icon-three a {
  color: #777777;
  margin-left: 10px;
  font-size: 14px;
}

.theme-btn .icon-left {
  padding-right: 10px;
}

.theme-btn .icon-right {
  padding-left: 10px;
}

.theme_color {
  color: #e74c3c;
}

.light-font {
  font-weight: 300;
}

.regular-font {
  font-weight: 400;
}

.semibold-font {
  font-weight: 600;
}

.bold-font {
  font-weight: 700;
}

.ex-bold-font {
  font-weight: 800;
}

.heavy-font {
  font-weight: 900;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(https://www.vision-itn.eu/wp-content/themes/images/icons/preloader.gif);
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.slick-slide img:hover {
  opacity: 0.7;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  background-color: #f9f9f9;
  padding: 35px 0px;
  background-attachment: fixed;
  background-position: left bottom;
  border-radius: 5px;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 38px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  border-radius: 50%;
  background: #0a0a0a;
  display: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  color: #ffffff;
  background: #e74c3c;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  background: #ffffff;
}

.main-header .auto-container {
  position: relative;
}

.main-header .header-top {
  position: relative;
  background: #2c2c2c;
  color: #ffffff;
  padding: 18px 0px;
}

.main-header .header-top .top-left {
  position: relative;
  float: left;
}

.main-header .header-top .top-left ul li {
  position: relative;
  display: inline-block;
  line-height: 14px;
  padding-right: 20px;
  margin-right: 20px;
  color: #e3e3e3;
  font-size: 14px;
  border-right: 1px solid #e3e3e3;
}

.main-header .header-top .top-left ul li a {
  position: relative;
  display: block;
  padding-left: 25px;
  color: #e3e3e3;
}

.main-header .header-top .top-left ul li:last-child {
  border-right: 0px;
}

.main-header .header-top .top-left ul li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 14px;
  color: #e74c3c;
}

.main-header .header-top .top-left ul li a:hover,
.main-header .header-top .top-left ul li a:hover .icon {
  color: #e74c3c;
}

.main-header .header-top .top-left ul li a {
  position: relative;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header .header-top .top-right {
  position: relative;
  float: right;
}

.header-top .social-icon {
  position: relative;
}

.header-top .social-icon a {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-left: 20px;
  line-height: 24px;
  font-size: 22px;
  color: #c9c9c9;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.header-top .social-icon a:hover {
  color: #e74c3c;
}

.main-header .main-box {
  position: relative;
  padding: 0px 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  background: #ffffff;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header.fixed-header .main-box {
  position: fixed;
  border-bottom: 1px solid #e0e0e0;
  padding: 0px 0px;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.main-header .main-box .outer-container {
  position: relative;
}

.main-header .main-box .logo-box {
  position: relative;
  float: left;
  left: 0px;
  z-index: 10;
  padding: 40px 0px;
}

.fixed-header .main-box .logo-box {
  padding: 10px 0px;
}

.main-header .main-box .logo-box .logo img {
  display: inline-block;
  max-width: 100%;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .nav-toggler {
  position: absolute;
  right: 0px;
  display: block;
}

.main-header .nav-toggler button {
  position: relative;
  display: block;
  color: #000000;
  text-align: center;
  font-size: 20px;
  line-height: 1em;
  background: none;
}

.main-header .nav-outer {
  position: relative;
  float: right;
  padding-right: 0px;
}

.main-menu {
  position: relative;
  font-family: "Assistant", sans-serif;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: relative;
  margin: 0px;
  padding: 9px 0;
}

.main-menu .navigation > li {
  position: relative;
  display: inline-block;
  padding: 33px 0px;
  margin-left: 42px;
}

#menu-item-19 > a {
  /*position: relative;*/
  padding: 9px 34px;
  line-height: 24px;
  text-transform: uppercase;
  background: #e74c3c;
  color: #ffffff;
  border: 2px solid #e74c3c;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50px;
  font-family: "Assistant", sans-serif;
}
#menu-item-19 > a:hover {
  background: none;
  color: #e74c3c;
}

.fixed-header .main-menu .navigation > li {
  padding: 10px 0px;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  padding: 0px 0px;
  color: #333333;
  text-align: center;
  line-height: 31px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 600;
  opacity: 1;
  font-size: 16px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.main-menu .navigation > li > a:hover {
  color: #e74c3c;
  border-bottom: 1px solid #e74c3c;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.main-menu .navigation > li.dropdown > a {
  padding-right: 15px;
}

.main-menu .navigation > li.dropdown > a:after {
  font-family: "FontAwesome";
  content: "\f107";
  position: absolute;
  right: 0px;
  top: 50%;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  font-size: 15px;
  font-weight: normal;
  display: block;
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before {
  width: 100%;
}

.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li:hover > a:before {
  transition: all 0.3s ease-in-out;
}

.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li:hover > a:before {
  opacity: 1;
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 120%;
  width: 220px;
  padding: 0px;
  z-index: 100;
  display: none;
  background: #e74c3c;
  border-top: 3px solid #111111;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-box-shadow:
    2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow:
    2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow:
    2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow:
    2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow:
    2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 24px;
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
  color: #ffffff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a {
  color: #e74c3c;
  background: #ffffff;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 10px;
  height: 20px;
  display: block;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
  color: #e74c3c;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 20px;
  width: 220px;
  padding: 0px;
  z-index: 100;
  display: none;
  background: #e74c3c;
  border-top: 3px solid #111111;
  -webkit-box-shadow:
    2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow:
    2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow:
    2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow:
    2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow:
    2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 24px;
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
  color: #ffffff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a {
  color: #e74c3c;
  background: #ffffff;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 11px;
  width: 10px;
  height: 20px;
  display: block;
  color: #272727;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after {
  color: #ffffff;
}

.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 34px;
  height: 30px;
  color: #ffffff;
  line-height: 28px;
  /*background:url(https://www.vision-itn.eu/wp-content/themes/images/icons/submenu-icon.png) center center no-repeat;*/
  text-align: center;
  background-size: 20px;
  cursor: pointer;
  z-index: 5;
  border: 1px solid #ffffff;
  display: none;
}

.main-header .btn-outer {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  right: 0px;
}

/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar {
  position: fixed;
  top: 0;
  width: 340px;
  height: 100%;
  background: #1c1c1c;
  z-index: 9999;
  transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
}

.hidden-bar .mCSB_inside > .mCSB_container {
  margin-right: 0px;
}

.hidden-bar.right-align {
  right: -400px;
}

.hidden-bar.right-align.visible-sidebar {
  right: 0px;
}

.hidden-bar.left-align {
  left: -400px;
}

.hidden-bar.left-align.visible-sidebar {
  left: 0px;
}

.hidden-bar.left-align .hidden-bar-closer {
  right: -20px;
}

.hidden-bar .hidden-bar-closer {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 40px;
  top: 30px;
  background: none;
  color: #ffffff;
  border-radius: 0px;
  text-align: center;
  line-height: 40px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  z-index: 999999;
}

.hidden-bar .hidden-bar-closer button {
  background: none;
  display: block;
  font-size: 16px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.hidden-bar .hidden-bar-closer:hover button {
  color: #e74c3c;
}

.hidden-bar-wrapper {
  height: 100%;
  padding: 120px 30px;
}

.hidden-bar .logo {
  padding: 30px 0px;
  background: #1c1c1c;
}

.hidden-bar .logo img {
  display: inline-block;
  max-width: 100%;
}

.hidden-bar .side-menu {
  background-color: transparent;
  padding: 0;
  font-size: 13px;
}

.hidden-bar .side-menu ul li ul a {
  background: transparent;
}

.hidden-bar .side-menu ul li ul li ul li a {
  background: transparent;
}

.hidden-bar .side-menu a.current {
  color: #c5a47e;
}

.hidden-bar .side-menu li.current > a {
  color: #c5a47e;
}

.hidden-bar .side-menu ul li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.hidden-bar .side-menu ul.navigation > li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.hidden-bar .side-menu ul.navigation > li > ul > li:last-child {
  border-bottom: none;
}

.hidden-bar .side-menu ul li a {
  background: transparent;
  color: #999999;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  padding: 12px 15px 12px 0px;
  position: relative;
  line-height: 24px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul.navigation > li > ul > li > a,
.hidden-bar .side-menu ul.navigation > li > ul > li > ul > li > a {
  text-transform: capitalize;
  padding-left: 22px;
  font-size: 14px;
  color: #aaaaaa;
}

.hidden-bar .side-menu ul.navigation > li.active > a:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -1px;
  width: 30px;
  border-bottom: 2px solid #c5a47e;
}

.hidden-bar .side-menu ul.navigation > li.dropdown > a {
  padding-left: 22px;
}

.hidden-bar .side-menu ul.navigation > li > ul > li.dropdown > a {
  padding-left: 22px;
}

.hidden-bar .side-menu ul.navigation > li.dropdown > a:before {
  content: "[+]";
  position: absolute;
  left: 0;
  top: 12px;
  font-size: 14px;
  line-height: 24px;
}

.hidden-bar .side-menu ul.navigation > li > ul > li.dropdown {
  width: auto;
  margin-left: 22px;
}

.hidden-bar .side-menu ul.navigation > li > ul > li.dropdown > a,
.hidden-bar .side-menu ul.navigation > li > ul > li.dropdown > ul > li > a {
  padding-left: 22px;
}

.hidden-bar .side-menu ul.navigation > li > ul > li.dropdown > a:before {
  content: "[+]";
  position: absolute;
  left: 0;
  top: 12px;
  font-size: 14px;
  line-height: 24px;
}

.hidden-bar .side-menu ul.navigation > li.dropdown.open > a:before {
  content: "[-]";
}

.hidden-bar .side-menu ul.navigation > li > ul > li.dropdown.open > a:before {
  content: "[-]";
}

.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul > li.current > a,
.hidden-bar .side-menu ul > li > ul > li.current > a,
.hidden-bar .side-menu ul.navigation > li > ul > li > a:hover,
.hidden-bar .side-menu ul.navigation > li.active > a {
  color: #e74c3c;
}

.hidden-bar .side-menu ul li a .btn.expander {
  background: none;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0px;
  position: absolute;
  top: 10px;
  right: 20px;
  outline: none;
}

.hidden-bar .social-links {
  position: absolute;
  bottom: 70px;
  left: 0px;
  width: 100%;
  padding: 0px 20px;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  color: #999999;
}

.hidden-bar .social-links li {
  position: relative;
  display: inline-block;
  line-height: 20px;
  margin: 0px 10px;
}

.hidden-bar .social-links li a {
  display: block;
  color: #999999;
  transition: all 500ms ease;
}

.hidden-bar .social-links li a:hover {
  color: #ffffff;
}

.hidden-bar .copyright-text {
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 100%;
  padding: 0px 20px;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  color: #999999;
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.header-style-two .header-top {
  background-color: #ffffff;
  padding: 0px 0px;
  border-bottom: 1px solid #eaeaea;
}

.header-style-two .header-top .social-icon {
  padding: 12px 0px;
}

.header-style-two .header-top .social-icon a {
  margin-right: 22px;
  margin-left: 0px;
  color: #777777;
}

.header-style-two .header-top .social-icon a:hover {
  color: #e74c3c;
}

.header-style-two .header-top .top-right ul .language {
  display: inline-block;
}

.header-style-two .header-top .top-right ul .language > a {
  background-color: transparent;
  border: 0px;
  padding: 14px 0px;
  position: relative;
  font-size: 14px;
  color: #777777;
  padding-right: 16px;
  text-transform: capitalize;
}

.header-style-two .header-top .top-right ul .language > a:after {
  position: absolute;
  content: "\f107";
  right: 0px;
  font-family: "FontAwesome";
}

.header-style-two .header-top .top-right ul .book-now {
  display: inline-block;
  margin-left: 30px;
}

.header-style-two .header-top .top-right ul .book-now a {
  background-color: #e74c3c;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  line-height: 26px;
  padding: 12px 36px;
  display: inline-block;
  font-family: "Assistant", sans-serif;
}

.dropdown-menu.style-one {
  width: 180px;
  padding: 0px;
  margin: 0px;
  background-color: #e74c3c;
  border-top: 3px solid #333333;
}

.dropdown-menu.style-one > li {
  padding-right: 0px !important;
  margin-right: 0px !important;
  display: block !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.dropdown-menu.style-one > li > a {
  padding: 10px 20px;
  color: #ffffff;
}

.dropdown-menu.style-one > li > a:hover {
  background-color: #333333;
}

.header-style-two .nav-outer,
.header-style-three .nav-outer {
  padding-right: 110px;
}

.main-header .other-options {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -10px;
}

.main-header .outer-container .search-box-outer {
  position: absolute;
  right: 40px;
}

.main-header .outer-container .search-box-btn {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  color: #000000;
  line-height: 20px !important;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  background: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .search-box-outer .dropdown-menu {
  top: 78px;
  border-top: 3px solid #e74c3c;
  padding: 0px;
  width: 280px;
  border-radius: 0px;
}

.main-header.fixed-header .search-box-outer .dropdown-menu {
  top: 55px;
}

.main-header .search-box-outer .dropdown-menu {
  border-top-color: #fc3950;
}

.main-header .search-box-outer .dropdown-menu > li {
  padding: 0px;
  border: none;
  background: none;
}

.main-header .search-panel .form-container {
  padding: 25px 20px;
}

.main-header .search-panel .form-group {
  position: relative;
  margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 7px 40px 7px 15px;
  height: 40px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
  border-color: #fc3950;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
  border-color: #fc3950;
}

.main-header .search-panel .search-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #555555;
  font-size: 12px;
  background: none;
  cursor: pointer;
}

.header-style-three,
.header-style-three .main-box {
  position: absolute;
  background: none;
}

.header-style-three .main-menu .navigation > li > a,
.header-style-three .outer-container .search-box-btn,
.header-style-three .nav-toggler button {
  color: #ffffff;
}

.header-style-three.fixed-header .main-box {
  border: 0px;
  background-color: rgba(0, 0, 0, 0.6);
}

.footer-style-three:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  display: block;
  background-color: rgba(27, 27, 27, 1);
}

.footer-style-three:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  display: block;
  background-color: #202020;
}

.footer-style-three .copyright {
  position: relative;
  color: #c6c6c6;
  font-size: 14px;
}

.footer-style-three .copyright a:hover {
  color: #ed3b29;
}

.footer-style-three .logo-widget {
  padding-right: 140px;
}

.footer-style-three .form-widget {
  padding-left: 170px;
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title {
  position: relative;
  margin-bottom: 40px;
}

.sec-title .space {
  position: relative;
  width: 35px;
  display: inline-block;
}

.sec-title h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2em;
  display: inline-block;
  text-transform: uppercase;
}

.sec-title h2 a {
  color: #333333;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sec-title h2 a:hover {
  color: #e74c3c;
}

.sec-title h2 span {
  font-size: 90px;
  color: #f1f1f1;
  line-height: 1em;
  font-family: "Arimo", sans-serif;
}

.sec-title h2:before {
  position: absolute;
  content: "";
  width: 55px;
  height: 2px;
  top: 16px;
  background-color: #e74c3c;
}

.sec-title h2:after {
  position: absolute;
  content: "";
  width: 55px;
  height: 2px;
  right: 0px;
  bottom: 16px;
  background-color: #e74c3c;
}

/*** 

====================================================================
	Section Title Two
====================================================================

***/

.sec-title-two {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}

.sec-title-two h2 {
  font-size: 35px;
  color: #333333;
  font-weight: 700;
  line-height: 1em;
  display: inline-block;
  text-transform: uppercase;
}

.sec-title-two .text {
  position: relative;
  color: #777777;
  font-size: 15px;
  max-width: 550px;
  margin: 0 auto;
  margin-top: 34px;
  line-height: 1.8em;
}

/*** 

====================================================================
	Section Title Two
====================================================================

***/

.sec-title-three {
  position: relative;
  margin-bottom: 55px;
  text-align: center;
}

.sec-title-three h2 {
  font-size: 35px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1em;
  display: inline-block;
  text-transform: uppercase;
}

.sec-title-three h2:before {
  position: absolute;
  content: "";
  width: 55px;
  height: 2px;
  top: 18px;
  left: -35px;
  background-color: #e74c3c;
}

.sec-title-three h2:after {
  position: absolute;
  content: "";
  width: 55px;
  height: 2px;
  top: 18px;
  right: -35px;
  background-color: #e74c3c;
}

.sec-title-three .text {
  position: relative;
  color: #e8e8e8;
  font-size: 15px;
  max-width: 550px;
  margin: 0 auto;
  margin-top: 34px;
  line-height: 1.8em;
}

/*** 

====================================================================
	Section Title Four
====================================================================

***/

.sec-title-four {
  position: relative;
  margin-bottom: 35px;
}

.sec-title-four h2 {
  font-size: 35px;
  color: #333333;
  font-weight: 700;
  line-height: 1em;
  padding-left: 32px;
  display: inline-block;
  text-transform: uppercase;
}

.sec-title-four h2:before {
  position: absolute;
  content: "";
  width: 55px;
  height: 2px;
  top: 18px;
  left: 0px;
  background-color: #e74c3c;
}

.sec-title-four .text {
  position: relative;
  color: #777777;
  font-size: 15px;
  margin-top: 32px;
  line-height: 1.6em;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
  position: relative;
  background-color: #202020;
  color: #c6c6c6;
}

.main-footer a,
.main-footer input,
.main-footer textarea {
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .auto-container {
  position: relative;
  z-index: 1;
}

.main-footer .widgets-section {
  position: relative;
  padding: 70px 0px 40px;
}

.main-footer .footer-column {
  position: relative;
}

.main-footer .footer-widget {
  position: relative;
  margin-bottom: 30px;
}

.main-footer h2 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
  padding-left: 20px;
  color: #ffffff;
}

.main-footer .about-widget .text {
  margin-bottom: 30px;
  line-height: 1.7em;
}

.main-footer .about-widget .text p {
  margin-bottom: 22px;
  font-size: 15px;
}

.main-footer .links-widget .list {
  margin-right: 30px;
}

.main-footer .links-widget .list li {
  position: relative;
  margin-bottom: 12px;
}

.main-footer .links-widget .list li a {
  position: relative;
  display: block;
  line-height: 24px;
  color: #c6c6c6;
  font-size: 15px;
  text-transform: capitalize;
}

.main-footer .links-widget .list li a:after {
  position: absolute;
  content: "\f105";
  right: 0px;
  font-family: "FontAwesome";
}

.main-footer .links-widget .list li a:hover {
  color: #e74c3c;
}

.main-footer .newsletter-widget {
  position: relative;
}

.main-footer .newsletter-widget .text {
  line-height: 1.8em;
  margin-bottom: 10px;
}

.main-footer .contact-info {
  position: relative;
  margin-bottom: 20px;
}

.main-footer .contact-info li {
  position: relative;
  line-height: 1.6em;
  padding-left: 40px;
  margin-bottom: 25px;
  color: #c5c5c5;
  font-size: 15px;
}

.main-footer .contact-info li .icon {
  position: absolute;
  left: 2px;
  top: 4px;
  line-height: 24px;
  font-size: 20px;
  color: #f06529;
}

.main-footer .gallery-widget .images-outer {
  position: relative;
  margin: 0px -1px;
}

.main-footer .gallery-widget .image-box {
  position: relative;
  float: none;
  width: 50%;
  padding: 0px 1px;
  margin-bottom: 2px;
}

.main-footer .gallery-widget .image-box img {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .gallery-widget .image-box img:hover {
  opacity: 0.7;
}

.main-footer .logo-widget .widget-content .text {
  color: #c6c6c6;
  font-size: 15px;
  line-height: 1.8em;
  margin-top: 20px;
  margin-bottom: 34px;
}

.main-footer .social-links {
  position: relative;
  margin-top: -10px;
}

.main-footer .social-links a {
  display: inline-block;
  margin-right: 20px;
  text-align: center;
  color: #c6c6c6;
  font-size: 14px;
}

.main-footer .social-links a:hover {
  color: #e74c3c;
}

.main-footer .news-widget .post {
  position: relative;
  min-height: 64px;
  padding-left: 84px;
  padding-top: 0px;
  margin-bottom: 30px;
}

.main-footer .news-widget .post:last-child {
  margin-bottom: 0px;
}

.main-footer .news-widget .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.main-footer .news-widget .post .post-thumb img {
  display: block;
  width: 100%;
  border-radius: 50%;
}

.main-footer .news-widget .post h4 {
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.main-footer .news-widget .post h4 a {
  color: #ffffff;
}

.main-footer .news-widget .post h4 a:hover {
  color: #e74c3c;
}

.main-footer .news-widget .post .time {
  position: relative;
  color: #c6c6c6;
  font-size: 13px;
  padding-left: 20px;
  font-style: italic;
  font-family: "Arimo", sans-serif;
}

.main-footer .news-widget .post .time:before {
  position: absolute;
  content: "\f073";
  left: 0px;
  top: 0px;
  color: #e74c3c;
  font-style: normal;
  font-family: "FontAwesome";
}

.main-footer .footer-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.main-footer .footer-form .form-group input[type="text"],
.main-footer .footer-form .form-group input[type="email"],
.main-footer .footer-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  line-height: 23px;
  padding: 10px 30px;
  background: #171717;
  border: 1px solid #313131;
}

.main-footer .footer-form .form-group textarea {
  resize: none;
  height: 105px;
}

.main-footer .footer-form .form-group input[type="text"]:focus,
.main-footer .footer-form .form-group input[type="email"]:focus,
.main-footer .footer-form .form-group textarea:focus {
  border-color: #e74c3c;
}

.main-footer .footer-form button {
  padding: 9px 50px;
}

.footer-style-two {
  background-position: center bottom;
  background-repeat: no-repeat;
}

.footer-style-two:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 38, 38, 0.8);
}

.footer-style-two .footer-bottom {
  background-color: #171717 !important;
}

.footer-style-two .footer-bottom .copyright {
  color: #c6c6c6;
}

.main-footer .footer-bottom {
  position: relative;
  padding: 18px 0px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  color: #c6c6c6;
  background: #202020;
}

.main-footer .social-box {
  position: relative;
  padding: 23px 0px 3px;
  text-align: center;
  background-color: #181818;
}

.main-footer .social-box ul {
  position: relative;
}

.main-footer .social-box ul li {
  position: relative;
  padding: 0px 40px;
  margin-bottom: 20px;
  display: inline-block;
}

.main-footer .social-box ul li a {
  position: relative;
  color: #c6c6c6;
  font-size: 16px;
  display: block;
  padding-top: 20px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .social-box ul li a .social-name {
  position: relative;
  text-align: center;
  width: 100%;
  opacity: 0;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .social-box ul li a:hover .social-name {
  opacity: 1;
  margin-top: -14px;
  color: #c6c6c6;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .social-box ul li a .fa {
  position: relative;
  top: 0px;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .social-box ul li a:hover .fa {
  top: -10px !important;
}

.main-footer .social-box ul li a:hover {
  color: #e74c3c;
}

.fancybox-next span,
.fancybox-prev span {
  background-image: none !important;
  width: 44px !important;
  height: 44px !important;
  line-height: 44px !important;
  text-align: center;
}

.fancybox-next span:before,
.fancybox-prev span:before {
  content: "";
  position: absolute;
  font-family: "FontAwesome";
  left: 0px;
  top: 0px;
  font-size: 12px;
  width: 44px !important;
  height: 44px !important;
  line-height: 44px !important;
  background-color: rgba(28, 28, 28, 0.4) !important;
  color: #ffffff;
  visibility: visible;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.fancybox-next span:before {
  content: "\f178";
}

.fancybox-prev span:before {
  content: "\f177";
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
  background-color: #ffffff !important;
  color: #000000;
}

.fancybox-type-image .fancybox-close {
  right: 0px;
  top: 0px;
  width: 45px;
  height: 45px;
  background: url(https://www.vision-itn.eu/wp-content/themes/images/icons/icon-cross.png)
    center center no-repeat;
  background-color: rgba(17, 17, 17, 0.5) !important;
}

.fancybox-type-image .fancybox-close:hover {
  background-color: #000000 !important;
}

.fancybox-type-image .fancybox-skin {
  padding: 0px !important;
}

/*** 

====================================================================
	Experiance Section
====================================================================

***/

.experiance-section {
  position: relative;
  padding: 90px 0px 80px;
}

.experiance-section .content-column {
  position: relative;
  padding-top: 125px;
  margin-bottom: 120px;
}

.experiance-section .content-column .experiance-title {
  position: relative;
  margin-bottom: 30px;
}

.experiance-section .experiance-title h2 {
  font-size: 35px;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
  line-height: 1em;
  display: inline-block;
}

.experiance-section .experiance-title h2 span {
  font-size: 90px;
  color: #f1f1f1;
  line-height: 1em;
  font-family: "Arimo", sans-serif;
}

.experiance-section .experiance-title h2:after {
  position: absolute;
  content: "";
  right: 30px;
  bottom: 15px;
  width: 55px;
  height: 2px;
  background-color: #e74c3c;
}

.experiance-section .content-column .inner-box .text {
  margin-bottom: 40px;
}

.experiance-section .content-column .inner-box .text p {
  position: relative;
  color: #777777;
  font-size: 15px;
  margin-bottom: 12px;
}

li.cat-item {
  position: relative;
  line-height: 24px;
  margin-bottom: 10px;
}
li.cat-item:last-child {
  border-bottom: none;
}
li.cat-item a {
  position: relative;
  display: block;
  color: #777777;
  font-size: 15px !important;
  font-weight: bold;
  line-height: 24px;
  padding: 5px 15px;
  padding-left: 15px;
  padding-left: 0px;
  transition: 0.6s;
}
li.cat-item a:hover {
  color: #f06529;
  margin-left: 5px;
}
/*** 

====================================================================
	Fact Counter style
====================================================================

***/

.fact-counter-column {
  position: relative;
  padding: 70px 0px 33px;
  background-attachment: fixed;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(231, 76, 60, 1);
}

.fact-counter {
  position: relative;
}

.fact-counter .column {
  position: relative;
  margin-bottom: 40px;
  width: 20%;
  float: left;
}

.fact-counter .column .inner {
  position: relative;
  text-align: center;
}

.fact-counter .column .inner .icon-box {
  position: relative;
  color: #ffffff;
  font-size: 36px;
  line-height: 1em;
  margin-bottom: 20px;
}

.fact-counter .count-outer .count-text {
  position: relative;
  font-weight: 700;
  color: #ffffff;
  font-size: 45px;
  line-height: 1em;
}

.fact-counter .column .counter-title {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 10px;
  font-family: "Assistant", sans-serif;
}

.fact-counter-column.style-two {
  background: none;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.fact-counter-column.style-two:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}

.fact-counter-column.style-two .fact-counter .column .inner .icon-box {
  color: #e85546;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section {
  position: relative;
  padding: 150px 0px 105px;
}

.news-block {
  position: relative;
  margin-bottom: 40px;
}

.news-block .image-column {
  position: relative;
  margin-bottom: 40px;
}

.news-block .image-column .image {
  position: relative;
}

.news-block .image-column .image img {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
}

.news-block .image-column .inner-box {
  position: relative;
  padding-left: 30px;
}

.news-block .image-column .inner-box .border-box {
  position: absolute;
  left: 0px;
  width: 70px;
  height: 300px;
  bottom: -30px;
  border: 8px solid #f0f0f0;
}

.news-block .content-column {
  position: relative;
  padding-top: 45px;
  margin-bottom: 40px;
}

.news-block .content-column .inner-box {
  position: relative;
  padding-left: 40px;
}

.news-block .content-column .inner-box .text {
  position: relative;
  color: #777777;
  font-size: 15px;
  line-height: 2em;
  margin-bottom: 40px;
}
.text li {
  list-style: initial;
}
.text ol li {
  list-style: inherit;
}
/*** 

====================================================================
	News Block Two
====================================================================

***/

.news-block-two {
  position: relative;
  margin-bottom: 40px;
}

.news-block-two .image-column {
  position: relative;
  margin-bottom: 40px;
}

.news-block-two .image-column .image {
  position: relative;
}

.news-block-two .image-column .image img {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
}

.news-block-two .image-column .inner-box {
  position: relative;
  padding-right: 30px;
}

.news-block-two .image-column .inner-box .border-box {
  position: absolute;
  right: 0px;
  width: 70px;
  height: 300px;
  bottom: -30px;
  border: 8px solid #f0f0f0;
}

.news-block-two .content-column {
  position: relative;
  padding-top: 45px;
}

.news-block-two .content-column .inner-box {
  position: relative;
  padding-right: 40px;
}

.news-block-two .content-column .inner-box .text {
  position: relative;
  color: #777777;
  font-size: 15px;
  line-height: 2em;
  margin-bottom: 40px;
}

/*** 

====================================================================
	News Block Three
====================================================================

***/

.news-block-three {
  position: relative;
  margin-bottom: 50px;
}

.news-block-three .image {
  position: relative;
}

.news-block-three .image img {
  position: relative;
  width: 100%;
  display: block;
}

.news-block-three .image .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: block;
}

.news-block-three .image .overlay-box .content {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0px 15px;
  background-color: #ffffff;
}

.news-block-three .image .overlay-box .content .date {
  position: relative;
  color: #ffffff;
  padding: 13px 21px;
  font-size: 35px;
  font-weight: 700;
  max-width: 80px;
  margin: 0 auto;
  margin-bottom: 27px;
  background-color: #e74c3c;
}

.news-block-three .image .overlay-box .content .date span {
  font-size: 14px;
}

.news-block-three .image .overlay-box .content h3 {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  display: inline-block;
  text-transform: uppercase;
}

.news-block-three .image .overlay-box .content h3 a {
  color: #333333;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-three .image .overlay-box .content h3 a:hover {
  color: #e74c3c;
}

.news-block-three .image .overlay-box .content h3:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  top: 8px;
  left: -20px;
  background-color: #e74c3c;
}

.news-block-three .image .overlay-box .content h3:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  right: -20px;
  top: 8px;
  background-color: #e74c3c;
}

.news-block-three .image .overlay-box .content .post-meta {
  position: relative;
  margin-top: 14px;
}

.news-block-three .image .overlay-box .content .post-meta li {
  position: relative;
  font-size: 13px;
  font-style: italic;
  line-height: 1em;
  padding-right: 15px;
  margin-right: 10px;
  display: inline-block;
  border-right: 1px solid #777777;
}

.news-block-three .image .overlay-box .content .post-meta li a .fa {
  color: #e74c3c;
  margin-right: 5px;
}

.news-block-three .image .overlay-box .content .post-meta li:last-child {
  border-right: 0px;
  padding: 0px;
  margin: 0px;
}

.news-block-three .image .overlay-box .content .post-meta li a {
  color: #777777;
}

.news-block-three .image .overlay-box .content .text {
  font-size: 15px;
  color: #777777;
  max-width: 280px;
  margin: 0 auto;
  margin-top: 30px;
  line-height: 1.8em;
}

/*** 

====================================================================
	News Block Four
====================================================================

***/

.news-block-four {
  position: relative;
  margin-bottom: 30px;
}

.news-block-four .image-column {
  position: relative;
}

.news-block-four .image-column .image {
  position: relative;
}

.news-block-four .image-column .image .date {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 80px;
  margin: 0 auto;
  margin-top: -40px;
  margin-left: -40px;
  color: #ffffff;
  padding: 13px 21px;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background-color: #e74c3c;
}

.news-block-four .image-column .image .date span {
  font-size: 14px;
}

.news-block-four .image-column .image img {
  position: relative;
  width: 100%;
  display: block;
}

.news-block-four .content-column {
  position: relative;
  padding: 40px 15px 25px;
}

.news-block-four .content-column h3 {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.news-block-four .content-column h3 a {
  color: #333333;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-four .content-column h3 a:hover {
  color: #e74c3c;
  padding-left: 5px;
}

.news-block-four .content-column .post-meta {
  position: relative;
  margin-top: 12px;
}

.news-block-four .content-column .post-meta li {
  position: relative;
  font-size: 13px;
  font-style: italic;
  line-height: 1em;
  padding-right: 15px;
  margin-right: 10px;
  display: inline-block;
  border-right: 1px solid #777777;
}

.news-block-four .content-column .post-meta li a .fa {
  color: #e74c3c;
  margin-right: 5px;
}

.news-block-four .content-column .post-meta li:last-child {
  border-right: 0px;
  padding: 0px;
  margin: 0px;
}

.news-block-four .content-column .post-meta li a {
  color: #777777;
}

.news-block-four .content-column .text {
  color: #777777;
  font-size: 15px;
  margin-top: 20px;
}

.news-block-four.style-two {
  margin-bottom: 50px;
  transition: box-shadow 0.5s;
}
.news-block-four.style-two:hover {
  box-shadow: 0 0 10px rgba(33, 33, 33, 0.3);
}

.news-block-four.style-two .content-column {
  padding-top: 30px;
}

/*** 

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two {
  position: relative;
  padding: 30px 0px 80px;
  background-color: #fafafa;
}

.service-block {
  position: relative;
  margin-bottom: 20px;
}

.service-block .inner-box {
  position: relative;
}

.service-block .inner-box .image-box {
  position: relative;
  margin-right: 30px;
}

.service-block .inner-box .image-box img {
  position: relative;
  display: block;
  /*width:100%;*/
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}
.service-block .inner-box .image-box img:hover {
  opacity: 0.8;
}

.service-block .inner-box .lower-content {
  position: relative;
  padding-left: 15px;
}

.service-block .inner-box .lower-content .services-number {
  position: absolute;
  left: -8px;
  top: 30px;
  color: #f1f1f1;
  font-size: 50px;
  font-weight: 700;
  line-height: 1em;
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.service-block .inner-box .lower-content .content {
  background-color: #ffffff;
  padding: 22px 10px 26px 10px;
}

.service-block .inner-box .lower-content .content h3 {
  font-size: 18px;
  font-weight: 700;
  padding-left: 22px;
  text-transform: uppercase;
}

.service-block .inner-box .lower-content .content h3 a {
  color: #333333;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.service-block .inner-box .lower-content .content h3 a:hover {
  color: #e74c3c;
}

.service-block .inner-box .lower-content .content .text {
  color: #777777;
  font-size: 15px;
  line-height: 1.8em;
  margin-top: 10px;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section {
  position: relative;
  padding: 150px 0px 100px;
}

/*** 

====================================================================
	Tabs Box
====================================================================

***/

.tabs-box .tab-buttons .tab-btn .border-box {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0px;
  height: 100%;
  border: 10px solid #f0f0f0;
}

.tabs-box .tab-buttons .tab-btn .image {
  position: relative;
  z-index: 1;
  top: 0px;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}

.tabs-box .tab-buttons .tab-btn .image img {
  width: 100%;
}

.tabs-box .tab-buttons .member-column {
  margin-bottom: 50px;
}

.tabs-box .tab-buttons .member-column .inner-box {
  position: relative;
  cursor: pointer;
}

.tabs-box .tab-buttons .tab-btn.active-btn .image {
  top: -30px;
}

.tabs-box .tab {
  position: relative;
  display: none;
}

.tabs-box .tab.active-tab {
  display: block;
}

.tabs-box .tabs-content {
  position: relative;
  padding-top: 15px;
}

.tabs-box .member-info {
  position: relative;
  margin-bottom: 20px;
}

.tabs-box .tabs-content h3 {
  position: relative;
  font-size: 20px;
  color: #333333;
  font-weight: 700;
  padding-left: 15px;
  text-transform: uppercase;
}

.tabs-box .tabs-content h3:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  top: 16px;
  left: -2px;
  background-color: #e74c3c;
}

.tabs-box .member-info .designation {
  position: relative;
  font-size: 15px;
  font-style: italic;
  color: #e74c3c;
}

.tabs-box .member-info .text {
  margin-top: 30px;
  color: #777777;
  font-size: 15px;
  line-height: 1.8em;
  margin-bottom: 20px;
}

.circular-graph-column {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.circular-graph-column .inner-box {
  position: relative;
  display: block;
  max-width: 300px;
  margin: 0 auto;
}

.circular-graph-column .graph-outer {
  position: relative;
  max-width: 120px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.circular-graph-column .inner-text {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  display: block;
  padding-top: 44px;
  line-height: 40px;
  font-size: 22px;
  font-weight: 600;
  color: #e74c3c;
  font-family: "Assistant", sans-serif;
}

.circular-graph-column .text {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
}

/*** 

====================================================================
	Fullwidth Section One
====================================================================

***/

.fullwidth-section-one {
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.fullwidth-section-one .outer-box {
  position: relative;
}

.fullwidth-section-one .outer-box .left-column {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.fullwidth-section-one .outer-box .left-column:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.9);
}

.fullwidth-section-one .outer-box .right-column:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: #fafafa;
}

.fullwidth-section-one .outer-box .left-column .content-box {
  position: relative;
  width: 100%;
  padding: 80px 15px;
  display: table-cell;
  vertical-align: middle;
}

.fullwidth-section-one .outer-box .left-column .content-box .sec-title-three {
  margin-bottom: 0px;
}

.fullwidth-section-one .outer-box .left-column .content-outer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
}

.fullwidth-section-one .outer-box .right-column {
  position: relative;
  float: right;
  width: 50%;
  padding: 60px 45px 90px;
}

.project-tabs {
  position: relative;
}

.project-tabs .tabs-content {
  margin-top: 0px;
  padding-top: 20px;
}

.project-tabs .tabs-content .tab .image {
  margin-bottom: 20px;
}

.project-tabs .tabs-content .tab .image img {
  width: 100%;
  display: block;
}

.project-tabs .tab-buttons {
  position: relative;
  z-index: 1;
  text-align: left;
  margin-top: 30px;
}

.project-tabs .tab-buttons .tab-btn {
  position: relative;
  display: inline-block;
  line-height: 1em;
  margin-right: 15px;
  text-transform: uppercase;
  color: #333333;
  font-weight: 700;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 16px;
  font-family: "Assistant", sans-serif;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.project-section .project-tabs .tab-buttons .tab-btn {
  margin: 0px 8px 16px;
}

.project-tabs .tab-buttons .tab-btn.active-btn,
.project-tabs .tab-buttons .tab-btn:hover {
  color: #e74c3c;
}

.project-tabs .tabs-content .tab {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  visibility: hidden;
  width: 100%;
  opacity: 0;
}

.project-tabs .tabs-content .tab.active-tab {
  visibility: visible;
  position: relative;
  opacity: 1;
}

.fullwidth-section-one .owl-nav,
.fullwidth-section-one .owl-nav.disabled {
  display: block;
  text-align: center;
  margin-top: 60px;
}

.fullwidth-section-one .owl-next,
.fullwidth-section-one .owl-prev {
  color: #cfcfcf;
  font-size: 12px;
  height: 34px;
  line-height: 30px;
  padding: 0;
  position: relative;
  text-align: center;
  display: inline-block;
  margin-left: 10px;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 34px;
  border: 2px solid #c0c0c0;
  border-radius: 0px;
  background: transparent;
}

.fullwidth-section-one .owl-next:hover,
.fullwidth-section-one .owl-prev:hover {
  border-color: #e74c3c;
  color: #e74c3c;
}

.fullwidth-section-one .owl-dots {
  display: none !important;
}

/*** 

====================================================================
	Bolg Section
====================================================================

***/

.blog-section {
  position: relative;
  padding: 45px 0px 45px;
}

.sidebar-page-container .blog-section {
  padding: 0px;
}

.blog-section .inner-column {
  padding-left: 50px;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section {
  position: relative;
}

.about-section .carousel-column {
  position: relative;
  margin-top: -50px;
  z-index: 99;
}

.about-section .carousel-column .owl-nav {
  display: none !important;
}

.about-section .carousel-column .inner-box {
  padding-right: 30px;
}

.about-section .carousel-column .slide {
  position: relative;
  overflow: hidden;
}

.about-section .carousel-column .slide .image-box {
  position: relative;
}

.about-section .carousel-column .slide .caption {
  position: absolute;
  left: 0px;
  bottom: -100px;
  width: 100%;
  padding: 10px 15px;
  text-align: center;
  background: rgba(231, 76, 60, 0.9);
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 1000ms ease;
  -webkit-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
}

.about-section .carousel-column .slide .caption h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}

.about-section .carousel-column .active .slide .caption {
  bottom: 0px;
}

.about-section .content-column {
  position: relative;
  padding-top: 150px;
}

.about-section .content-column .inner-box {
  position: relative;
  padding-left: 50px;
}

.about-section .content-column .inner-box .text {
  position: relative;
  margin-bottom: 30px;
}

.about-section .content-column .inner-box .text p {
  position: relative;
  color: #777777;
  font-size: 15px;
}

/*** 

====================================================================
	Sponsors Section
====================================================================

***/

.sponsors-section {
  position: relative;
  padding: 15px 0px 15px;
}

.sponsors-section .carousel-outer {
  position: relative;
}

.sponsors-section .image-box {
  position: relative;
  text-align: center;
}

.sponsors-section .image-box img {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: 100%;
  border-radius: 5px;
  opacity: 1;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.sponsors-section .image-box img:hover {
  opacity: 0.8;
}

.sponsors-section .owl-nav {
  display: none !important;
}

.sponsors-section.style-two {
  background-color: #f7f7f7;
  padding: 30px 0px;
  background-attachment: fixed;
  background-position: left bottom;
}

.fullwidth-section-two {
  position: relative;
  background-size: cover;
  background: #333333
    url(https://www.vision-itn.eu/wp-content/themes/images/resource/fullwidth-3.png)
    right center no-repeat;
}

.fullwidth-section-two .outer-box {
  position: relative;
}

.fullwidth-section-two .left-column {
  position: relative;
  left: 0px;
  top: 0px;
  width: 50%;
  float: left;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.fullwidth-section-two .left-column .inner {
  position: relative;
  padding: 90px 15px;
}

.fullwidth-section-two .left-column .inner .content {
  position: relative;
  max-width: 600px;
  width: 100%;
  float: right;
  text-align: right;
  padding: 50px 0px;
}

.fullwidth-section-two .left-column .inner .content:before {
  position: absolute;
  content: "";
  top: 0px;
  bottom: 0px;
  left: 30px;
  right: -80px;
  z-index: 9;
  border: 7px solid rgba(255, 255, 255, 0.5);
}

.fullwidth-section-two .outer-box .left-column:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(231, 76, 60, 0.92);
}

.fullwidth-section-two .outer-box .right-column {
  position: relative;
  float: right;
  width: 50%;
  padding: 160px 50px 50px 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.fullwidth-section-two .outer-box .right-column .inner {
  position: relative;
  padding-left: 70px;
}

.fullwidth-section-two .outer-box .right-column .inner .content {
  position: relative;
  max-width: 450px;
  width: 100%;
  float: left;
}

.fullwidth-section-two .outer-box .right-column .inner .content h2 {
  position: relative;
  font-size: 35px;
  color: #ffffff;
  font-weight: 700;
  padding-left: 30px;
  line-height: 1em;
  text-transform: uppercase;
}

.fullwidth-section-two .outer-box .right-column .inner .content h2:before {
  position: absolute;
  content: "";
  left: 0px;
  width: 55px;
  height: 2px;
  top: 16px;
  background-color: #e74c3c;
}

.fullwidth-section-two .outer-box .right-column .inner .content .text {
  color: #e1e1e1;
  font-size: 15px;
  margin-top: 40px;
  line-height: 1.8em;
  margin-bottom: 35px;
}

.services-block {
  position: relative;
  z-index: 99;
  margin-bottom: 40px;
}

.services-block .inner-box {
  position: relative;
  padding-right: 130px;
}

.services-block .inner-box .icon-box {
  position: absolute;
  right: 30px;
  top: 10px;
  color: #ffffff;
  font-size: 56px;
  line-height: 1em;
  margin-bottom: 30px;
}

.services-block .inner-box h3 {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  padding-right: 20px;
  text-transform: uppercase;
}

.services-block .inner-box h3:before {
  position: absolute;
  content: "";
  right: 0px;
  width: 30px;
  height: 2px;
  top: 14px;
  background-color: #000000;
}

.services-block .inner-box h3 a {
  color: #ffffff;
}

.services-block .inner-box .text {
  position: relative;
  font-size: 15px;
  color: #ffffff;
  margin-top: 10px;
  line-height: 1.8em;
}

/*** 

====================================================================
	Project Section
====================================================================

***/

.project-section {
  position: relative;
  padding: 150px 0px 130px;
}

.project-section .carousel-column {
  margin-bottom: 40px;
}

.project-section .inner-box {
  position: relative;
  padding-left: 30px;
}

.project-section .inner-box:before {
  position: absolute;
  content: "";
  left: 0px;
  width: 70px;
  height: 300px;
  bottom: -30px;
  border: 8px solid #f0f0f0;
}

.project-section .inner-box .carousel-column {
  position: relative;
}

.project-section .owl-nav {
  position: absolute;
  right: -130px;
  bottom: 0px;
}

.project-section .owl-next,
.project-section .owl-prev {
  color: #101010;
  font-size: 20px;
  padding: 0px;
  position: relative;
  text-align: center;
  display: inline-block;
  margin-left: 20px;
  transition: all 500ms ease 0s;
  background: transparent;
}

.project-section .owl-next:hover,
.project-section .owl-prev:hover {
  color: #e74c3c;
}

.project-section .owl-dots {
  display: none;
}

.project-section .content-column {
  position: relative;
}

.project-section .content-column .inner {
  position: relative;
  padding-left: 60px;
}

.project-section .content-column .inner h2 {
  position: relative;
  font-size: 35px;
  color: #333333;
  font-weight: 700;
  padding-left: 35px;
  line-height: 1em;
  margin-top: -5px;
  text-transform: uppercase;
}

.project-section .content-column .inner h2:before {
  position: absolute;
  content: "";
  left: 0px;
  width: 55px;
  height: 2px;
  top: 17px;
  background-color: #e74c3c;
}

.project-section .content-column .inner .text {
  position: relative;
  color: #777777;
  font-size: 15px;
  line-height: 1.8em;
  margin-top: 35px;
  margin-bottom: 40px;
}

.project-section .tabs-box {
  margin-top: 50px;
}

.project-section .project-tabs .tab-buttons {
  text-align: center;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section {
  position: relative;
  padding: 80px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
}

.testimonial-section:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 76, 60, 0.92);
}

.testimonial-section .owl-nav {
  display: none;
}

.testimonial-section .owl-dots {
  position: relative;
  display: block;
}

.testimonial-section .testimonial-thumbs-carousel {
  padding: 40px 0px 0px 0px;
}

.testimonial-section .testimonial-thumbs-carousel .thumb-item {
  cursor: pointer;
}

.testimonial-section .testimonial-thumbs-carousel img {
  display: block;
  width: 100%;
  border-radius: 50%;
}

.testimonial-section .testimonial-content-carousel li {
  color: #ffffff;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.8em;
  font-family: "Assistant", sans-serif;
}

.testimonial-section .testimonial-content-carousel .quote-icon {
  position: relative;
  color: #ffffff;
  font-size: 28px;
  display: block;
  margin-bottom: 25px;
}

.testimonial-section .thumb-item .inner {
  padding-left: 90px;
  min-height: 67px;
  padding-top: 8px;
}

.testimonial-section .thumb-item .inner .thumb-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 67px;
  border-radius: 50%;
}

.testimonial-section .thumb-item .inner h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.testimonial-section .thumb-item .inner .designation {
  color: #ffffff;
  font-size: 14px;
}

/*** 

====================================================================
	Quote Form Section
====================================================================

***/

.quote-form-section {
  position: relative;
  padding-top: 150px;
  background-size: cover;
  background: url(https://www.vision-itn.eu/wp-content/themes/images/background/3.png)
    no-repeat;
}

.quote-form-section .image-column {
  position: relative;
  text-align: right;
}

.quote-form-section .form-column {
  position: relative;
  margin-bottom: 50px;
}

.quote-form-section .form-column .inner-box {
  position: relative;
  padding: 65px 55px 55px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 26px 0px rgba(236, 236, 236, 1);
  -moz-box-shadow: 0px 0px 26px 0px rgba(236, 236, 236, 1);
  box-shadow: 0px 0px 26px 0px rgba(236, 236, 236, 1);
}

/*** 

====================================================================
	Default Form
====================================================================

***/

.default-form {
  position: relative;
}

.default-form .form-group {
  margin-bottom: 20px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="number"],
.default-form select,
.default-form textarea {
  display: block;
  width: 100%;
  line-height: 23px;
  height: 45px;
  font-size: 14px;
  padding: 10px 15px;
  border: 1px solid #ececec;
  background-color: #ffffff;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.default-form textarea {
  height: 145px;
  resize: none;
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus {
  border-color: #e85546;
  background-color: #ffffff;
}

.default-form button {
  padding: 9px 50px;
  margin-top: 10px;
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error {
  border-color: #ff0000;
}

.default-form label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 11px;
  color: #ff0000;
  font-weight: 500;
}

/*** 

====================================================================
	Subscribe Form
====================================================================

***/

.subscribe-form {
  position: relative;
  padding: 70px 0px 45px;
  background-color: #e74c3c;
}

.subscribe-form h2 {
  position: relative;
  color: #ffffff;
  font-size: 28px;
  padding-left: 35px;
  font-weight: 700;
  line-height: 1em;
  margin: 10px 0px 20px;
}

.subscribe-form h2:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 13px;
  width: 55px;
  height: 2px;
  background-color: #333333;
}

.newsletter-style-one {
  position: relative;
  margin: 0px 0px 25px;
}

.newsletter-style-one .form-group {
  position: relative;
  display: block;
  margin: 0px;
}

.newsletter-style-one .form-group input[type="text"],
.newsletter-style-one .form-group input[type="email"] {
  display: block;
  position: relative;
  width: 100%;
  line-height: 30px;
  background: #ffffff;
  color: #333333;
  font-size: 13px;
  height: 50px;
  padding: 10px 130px 10px 30px;
  border-radius: 50px;
}

.newsletter-style-one .form-group input[type="submit"],
.newsletter-style-one .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #ffffff;
  padding: 10px 40px;
  line-height: 30px;
  background: #333333;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.newsletter-style-one .form-group button .icon {
  margin-right: 6px;
}

/*** 

====================================================================
	Services Section Three
====================================================================

***/

.services-section-three {
  position: relative;
  padding: 150px 0px 100px;
}

.services-section-three .image-column {
  position: relative;
  margin-bottom: 50px;
}
.services-section-three .image-column .service-title {
  position: absolute;
  width: 440px;
  left: 15px;
  top: 92%;
  bottom: 30px;
  text-align: center;
  height: 90px;
  background-color: #fafafa;
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.services-section-three .image-column .service-title h2 {
  position: relative;
  color: #333333;
  font-size: 35px;
  font-weight: 700;
  line-height: 90px;
  padding: 0px 30px;
  display: inline-block;
}

.services-section-three .image-column .service-title h2:before {
  position: absolute;
  content: "";
  width: 55px;
  height: 2px;
  left: 0px;
  top: 50%;
  margin-top: -1px;
  background-color: #e74c3c;
}

.services-section-three .image-column .service-title h2:after {
  position: absolute;
  content: "";
  width: 55px;
  height: 2px;
  right: 0px;
  top: 50%;
  margin-top: -1px;
  background-color: #e74c3c;
}

.services-section-three .image-column .inner img {
  max-width: inherit;
}

.services-section-three .image-column .inner {
  position: relative;
  padding-left: 90px;
}

.services-section-three .content-column {
  position: relative;
  margin-top: 35px;
}

.services-section-three .content-column .inner-box {
  padding: 60px 30px 0px 30px;
  background-color: #fafafa;
}

/*** 

====================================================================
	Services Block Two
====================================================================

***/

.services-block-two {
  position: relative;
  margin-bottom: 50px;
}

.services-block-two .inner-content {
  position: relative;
}

.services-block-two .inner-content .icon-box {
  position: relative;
  color: #e74c3c;
  font-size: 36px;
  line-height: 1em;
  margin-bottom: 15px;
}

.services-block-two .inner-content h3 {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  padding-left: 20px;
  text-transform: uppercase;
}

.services-block-two .inner-content h3:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  top: 12px;
  left: 0px;
  background-color: #e74c3c;
}

.services-block-two .inner-content h3 a {
  color: #333333;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.services-block-two .inner-content h3 a:hover {
  color: #e74c3c;
}

.services-block-two .inner-content .text {
  color: #777777;
  font-size: 15px;
  margin-top: 15px;
}

/*** 

====================================================================
	Skill Section
====================================================================

***/

.skill-section {
  position: relative;
  padding-top: 110px;
}

.skill-section .image-column {
  position: relative;
}

.skill-section .image-column .image {
  position: relative;
  text-align: center;
}

.skills-container {
  position: relative;
}

.skills-container .outer {
  margin: 0px -35px;
}

.skills-container .outer .skill-column {
  position: relative;
  float: left;
  width: 25%;
  text-align: center;
  padding: 0px 30px;
  margin-bottom: 30px;
}

.skills-container .outer .skill-column .skill-bar {
  position: relative;
  background: #f4f4f4;
  text-align: center;
  height: 270px;
  margin-bottom: 10px;
  overflow: hidden;
}

.skills-container .outer .skill-column .skill-bar .bar-fill {
  position: absolute;
  left: 0px;
  bottom: -100%;
  width: 100%;
  background: #e74c3c;
  transition: all 2500ms ease;
  -webkit-transition: all 2500ms ease;
  -ms-transition: all 2500ms ease;
  -o-transition: all 2500ms ease;
}

.skills-container .outer .skill-column.animated .skill-bar .bar-fill {
  bottom: 0px;
}

.skills-container .outer .skill-column .skill-bar .count {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  font-size: 15px;
  color: #777777;
  font-weight: 700;
  padding: 15px 0px;
}

.skills-container .outer .skill-column h4 {
  position: relative;
  color: #333333;
  text-transform: uppercase;
  font-weight: 700;
}

/*** 

====================================================================
	Services Section Four
====================================================================

***/

.services-section-four {
  position: relative;
  padding: 150px 0px 100px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.services-section-four:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.services-section-four .sec-title-three {
  margin-bottom: 70px;
}

.services-block-three {
  position: relative;
  margin-bottom: 45px;
}

.services-block-three .inner-box {
  position: relative;
  padding-left: 60px;
}

.services-block-three .inner-box .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-bottom: 25px;
  line-height: 1em;
  color: #e74c3c;
  font-size: 40px;
}

.services-block-three .inner-box h3 {
  position: relative;
  line-height: 1em;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  padding-left: 20px;
}

.services-block-three .inner-box h3:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  top: 8px;
  left: 0px;
  background-color: #e74c3c;
}

.services-block-three .inner-box h3 a {
  color: #ffffff;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.services-block-three .inner-box h3 a:hover {
  color: #e74c3c;
}

.services-block-three .inner-box .text {
  color: #d5d5d5;
  margin-top: 15px;
  line-height: 1.8em;
}

.services-block-three .inner-box .service-number {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 210px;
  font-weight: 700;
  line-height: 0.5em;
  margin-left: -40px;
  color: rgba(255, 255, 255, 0.1);
}

/*** 

====================================================================
	Fullwidth Section Three
====================================================================

***/

.fullwidth-section-three {
  position: relative;
  background-color: #fafafa;
}

.fullwidth-section-three .left-column {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.fullwidth-section-three .left-column:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.9);
}

.fullwidth-section-three .left-column .content-outer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
}

.fullwidth-section-three .left-column .content-outer .content-box {
  position: relative;
  width: 100%;
  padding: 100px 0px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.fullwidth-section-three .left-column .content-outer .content-box h3 {
  position: relative;
  color: #ffffff;
  font-size: 25px;
  padding: 0px 35px;
  margin-bottom: 20px;
  display: inline-block;
}

.fullwidth-section-three .left-column .content-outer .content-box h3:before {
  position: absolute;
  content: "";
  width: 55px;
  height: 2px;
  left: 0px;
  top: 50%;
  background-color: #e74c3c;
}

.fullwidth-section-three .left-column .content-outer .content-box h3:after {
  position: absolute;
  content: "";
  width: 55px;
  height: 2px;
  right: 0px;
  top: 50%;
  background-color: #e74c3c;
}

.fullwidth-section-three .left-column .content-outer .content-box .video-btn {
  position: relative;
  display: block;
  width: 82px;
  height: 82px;
  max-width: 82px;
  max-height: 82px;
  line-height: 74px;
  padding-left: 5px;
  font-size: 20px;
  color: #e74c3c;
  margin: 0 auto;
  background: rgba(255, 255, 255, 1);
  border-radius: 50%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.fullwidth-section-three
  .left-column
  .content-outer
  .content-box
  .video-btn:hover {
  background-color: #e74c3c;
  color: #ffffff;
}

.fullwidth-section-three
  .left-column
  .content-outer
  .content-box
  .video-btn
  .fa {
  position: relative;
  width: 76px;
  height: 76px;
  margin: 0 auto;
  margin-left: -5px;
  margin-top: 3px;
  border-radius: 50%;
  border: 2px solid #000000;
}

.fullwidth-section-three .right-column {
  position: relative;
  float: right;
  width: 50%;
  padding: 110px 45px 100px;
}

.testimonial-block {
  position: relative;
}

.testimonial-block .inner-box {
  position: relative;
  text-align: center;
}

.testimonial-block .inner-box .quote-icon {
  position: relative;
  color: #e74c3c;
  font-size: 24px;
  margin-bottom: 30px;
}

.testimonial-block .inner-box .text {
  position: relative;
  color: #777777;
  font-size: 16px;
  font-style: italic;
  line-height: 1.8em;
  margin-bottom: 35px;
  font-family: "Arimo", sans-serif;
}

.testimonial-block .inner-box .author-des {
  position: relative;
}

.testimonial-block .inner-box .author-des .author-image {
  position: relative;
  width: 74px;
  height: 74px;
  margin: 0 auto;
  border-radius: 50%;
  border: 3px solid #e74c3c;
}

.testimonial-block .inner-box .author-des .author-image img {
  border-radius: 50%;
}

.testimonial-block .inner-box .author-des h3 {
  position: relative;
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  margin-top: 18px;
}

.testimonial-block .inner-box .author-des .designation {
  font-size: 14px;
  color: #e74c3c;
  margin-top: 4px;
}

.fullwidth-section-three .right-column .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -16px;
}

.fullwidth-section-three .right-column .owl-next,
.fullwidth-section-three .right-column .owl-prev {
  position: absolute;
  color: #101010;
  font-size: 16px;
  padding: 0px;
  width: 32px;
  height: 32px;
  line-height: 28px;
  border: 1px solid #c0c0c0;
  text-align: center;
  display: inline-block;
  transition: all 500ms ease 0s;
  background: transparent;
}

.fullwidth-section-three .right-column .owl-next {
  right: -30px;
}

.fullwidth-section-three .right-column .owl-prev {
  left: -30px;
}

.fullwidth-section-three .right-column .owl-next:hover,
.fullwidth-section-three .right-column .owl-prev:hover {
  color: #e74c3c;
  border-color: #e74c3c;
}

.fullwidth-section-three .right-column .owl-dots {
  display: none;
}

/*** 

====================================================================
	Map Canvas
====================================================================

***/

.map-canvas {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 530px;
}

.map-canvas .map-data {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}

.map-canvas .map-data h6 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px;
  color: #181818;
}

.map-canvas .map-data .map-content {
  line-height: 20px;
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title {
  position: relative;
  text-align: center;
  padding: 120px 0px;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-title:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}

.page-title h1 {
  position: relative;
  text-align: center;
  font-size: 50px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1em;
  padding: 0px 35px;
  display: inline-block;
  text-transform: uppercase;
}

/*** 

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section {
  position: relative;
  padding: 70px 0px 30px;
}

.gallery-section .styled-pagination {
  margin-top: 70px;
}

.gallery-item {
  position: relative;
  margin-bottom: 30px;
}

.gallery-item .inner-box {
  position: relative;
}

.gallery-item .inner-box .image-box img {
  width: 100%;
  display: block;
}

.gallery-item .inner-box:hover .overlay-box {
  opacity: 1;
}

.gallery-item .inner-box .overlay-box {
  position: absolute;
  opacity: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(231, 76, 60, 0.8);
  transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
}

.gallery-item .inner-box .overlay-box .portfolio-links {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
}

.gallery-item .inner-box .overlay-box .icon-box {
  position: relative;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  top: 48%;
  color: #ffffff;
  font-size: 16px;
  margin-left: 8px;
  margin-top: -15px;
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.gallery-item .inner-box .overlay-box .icon-box:hover {
  background-color: #ffffff;
  color: #e74c3c;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination li {
  position: relative;
  display: inline-block;
  margin: 0px 5px 7px 0px;
}

.styled-pagination li a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 5px;
  font-size: 16px;
  min-width: 46px;
  color: #989898;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
  background-color: #f4f4f4;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  font-family: "Assistant", sans-serif;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
  color: #ffffff;
  background: #333333;
  border-color: #333333;
}

.gallery-item-two {
  position: relative;
  margin-bottom: 30px;
}

.gallery-item-two .inner-box {
  position: relative;
}

.gallery-item-two .inner-box .image-box {
  position: relative;
}

.gallery-item-two .inner-box:hover .overlay-box {
  opacity: 1;
}

.gallery-item-two .inner-box .overlay-box {
  position: absolute;
  opacity: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(221, 221, 221, 0.8);
  transition: all 0.6s ease;
  -moz-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
}

.gallery-item-two .inner-box .overlay-box .portfolio-links {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
}

.gallery-item-two .inner-box .overlay-box .icon-box {
  position: relative;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  top: 48%;
  color: #ffffff;
  font-size: 16px;
  margin-left: 8px;
  margin-top: -15px;
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.gallery-item-two .inner-box .overlay-box .icon-box:hover {
  background-color: #ffffff;
  color: #e74c3c;
}

.gallery-item-two .inner-box .image-box img {
  position: relative;
  width: 100%;
  display: block;
}

.gallery-item-two .inner-box .lower-box {
  position: relative;
  padding: 12px 0px 10px;
}

.gallery-item-two .inner-box .lower-box h3 {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.gallery-item-two .inner-box .lower-box h3 a {
  color: #333333;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.gallery-item-two .inner-box .lower-box h3 a:hover {
  color: #e74c3c;
}

.gallery-item-two .inner-box .lower-box .category {
  position: relative;
  font-size: 14px;
  font-style: italic;
  color: #777777;
  padding-left: 22px;
  margin-top: 3px;
}

.gallery-item-two .inner-box .lower-box .category:before {
  position: absolute;
  content: "\f198";
  left: 0px;
  top: 0px;
  font-style: normal;
  font-family: "Flaticon";
}

.gallery-single-images {
  position: relative;
}

.gallery-single-images .row {
  position: relative;
  margin: 0px -5px;
}

.gallery-single-images .column {
  position: relative;
  padding: 0px 5px;
  margin-bottom: 10px;
}

.gallery-single-images .column .image img {
  width: 100%;
  display: block;
}

.gallery-single-images .new-post {
  position: relative;
  margin-top: 20px;
}

.gallery-single-images .new-post li {
  position: relative;
}

.gallery-single-images .new-post li a {
  position: relative;
  padding: 8px 29px;
  color: #777777;
  font-size: 14px;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid #e2e2e2;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.gallery-single-images .new-post li a:hover {
  color: #e74c3c;
  border-color: #e74c3c;
}

.project-description {
  position: relative;
  padding-top: 0px;
}

.project-info-box {
  position: relative;
  margin-bottom: 25px;
  border: 1px solid #e2e2e2;
}

.project-info-box li {
  position: relative;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  display: block;
  padding: 24px 10px 24px 30px;
  text-transform: uppercase;
  border-bottom: 1px solid #e2e2e2;
  font-family: "Assistant", sans-serif;
}

.project-info-box li:last-child {
  border-bottom: 0px;
}

.project-info-box li span {
  font-size: 15px;
  color: #777777;
  font-weight: 400;
  display: block;
  margin-top: 2px;
  text-transform: capitalize;
}

.sidebar-widget {
  position: relative;
  margin-bottom: 40px;
}

.sidebar-widget h2 {
  position: relative;
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  padding-left: 20px;
  line-height: 1em;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.brouchers {
  position: relative;
}

.brouchers li {
  position: relative;
  margin-bottom: 20px;
}

.brouchers li a {
  position: relative;
  padding: 14px 50px;
  border-radius: 50px;
  color: #e74c3c;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #e74c3c;
  font-family: "Assistant", sans-serif;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.brouchers li a .icon {
  margin: 0px 3px;
}

.brouchers li a:hover {
  color: #ffffff;
  background-color: #e74c3c;
}

.project-description .description-text {
  position: relative;
}

.project-description .description-text h2 {
  position: relative;
  color: #333333;
  font-size: 28px;
  font-weight: 700;
  padding-left: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.project-description .description-text .text {
  margin-bottom: 40px;
}

.project-description .description-text .text p {
  font-size: 15px;
  color: #333333;
  text-align: justify;
}

.project-description .two-column {
  position: relative;
  margin-bottom: 10px;
}

.project-description .two-column .image {
  position: relative;
  margin-bottom: 20px;
}

.project-description .two-column .image img {
  position: relative;
  width: 100%;
}

.list-style-one {
  position: relative;
}

.list-style-one li {
  position: relative;
  font-size: 15px;
  padding-left: 25px;
  margin-bottom: 15px;
  list-style: inherit;
}

.list-style-one li:before {
  position: absolute;
  content: "\f11e";
  left: 0px;
  top: 0px;
  color: #e74c3c;
  font-style: normal;
  font-family: "Flaticon";
}
.list-links {
  position: relative;
}

.list-links li {
  position: relative;
  font-size: 15px;
  padding-left: 25px;
  margin-bottom: 15px;
}
.related-post {
  position: relative;
  padding-top: 70px;
}

.related-post .column {
  margin-bottom: 40px;
}

.related-post .column .image a img {
  width: 100%;
  display: block;
}

/*** 

====================================================================
	Sidebar
====================================================================

***/

.sidebar-page-container {
  position: relative;
  padding: 50px 0px 45px;
}

.sidebar-page-container.blog-grid {
  padding-bottom: 105px;
}

.sidebar-page-container.blog-list {
  padding-bottom: 100px;
}

.sidebar-page-container.blog-list .styled-pagination {
  margin-top: 70px;
}

.sidebar-page-container.blog-grid .styled-pagination {
  margin-top: 50px;
}

.sidebar-page-container.blog-detail {
  padding-bottom: 100px;
}

.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side {
  margin-bottom: 30px !important;
}

.sidebar-page-container .content-side .blog-related-post h2 {
  position: relative;
  font-size: 20px;
  color: #333333;
  font-weight: 700;
  padding-left: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.sidebar-page-container .content-side .blog-related-post h2:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  top: 16px;
  left: -2px;
  background-color: #e74c3c;
}

.sidebar .sidebar-widget {
  position: relative;
  margin-bottom: 50px;
}

.sidebar .search-box .form-group {
  position: relative;
  margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
  position: relative;
  line-height: 24px;
  padding: 0px 10px 10px 10px;
  border-bottom: 1px solid #dfdfdf;
  color: #222222;
  display: block;
  font-size: 14px;
  width: 100%;
  height: 35px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group input:focus {
  border-color: #e74c3c;
}

.sidebar .search-box .form-group button {
  position: absolute;
  right: 10px;
  top: 0px;
  text-align: center;
  display: block;
  font-size: 14px;
  color: #929292;
  background: none;
  font-weight: normal;
}

.sidebar .list {
  position: relative;
}

.sidebar .list li {
  position: relative;
  line-height: 24px;
  margin-bottom: 10px;
}

.sidebar .list li:last-child {
  border-bottom: none;
}

.sidebar .list li a {
  position: relative;
  display: block;
  color: #777777;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  padding: 5px 15px;
  padding-left: 0px;
  transition: 0.6s;
}

.sidebar .list li a:hover {
  color: #f06529;
  margin-left: 5px;
}

.sidebar .popular-posts .post {
  position: relative;
  font-size: 14px;
  color: #666666;
  padding: 0px 0px;
  padding-left: 90px;
  min-height: 64px;
  margin-bottom: 30px;
}

.sidebar .popular-posts .post:last-child {
  margin-bottom: 0px;
}

.sidebar .popular-posts .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 64px;
  border-radius: 50%;
}

.sidebar .popular-posts .post:hover .post-thumb img {
  opacity: 0.7;
}

.sidebar .popular-posts .post .post-thumb img {
  display: block;
  width: 100%;
  border-radius: 50%;
}

.sidebar .popular-posts .post h4 {
  font-size: 16px;
  margin: -7px 0px 5px;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover {
  color: #e74c3c;
}

.sidebar .popular-posts .post h4 a {
  color: #222222;
}

.sidebar .popular-posts .post-info {
  font-size: 13px;
  color: #777777;
  font-style: italic;
}

.sidebar .popular-posts .post-info .fa {
  position: relative;
  padding-right: 5px;
  color: #e74c3c;
  font-style: normal;
}

.sidebar .popular-tags a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 7px 28px 7px;
  margin: 0px 7px 10px 0px;
  border: 1px solid #e2e2e2;
  color: #777777;
  text-align: center;
  font-size: 14px;
  border-radius: 50px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {
  background-color: #e74c3c;
  border-color: #e74c3c;
  color: #ffffff;
}

/*News Block Five*/

.news-block-five {
  position: relative;
  margin-bottom: 60px;
}

.news-block-five .inner-box {
  position: relative;
}

.news-block-five .inner-box .image-box {
  position: relative;
}

.news-block-five .inner-box .image-box img {
  position: relative;
  width: 100%;
  display: block;
}

.news-block-five .inner-box .lower-content {
  position: relative;
  margin: 0px 0px;

  background-color: #ffffff;
}

.news-block-five .inner-box .lower-content .inner {
  position: relative;
  padding: 25px 0px 32px 0px;
  -webkit-box-shadow: 0px 0px 26px 0px rgba(236, 236, 236, 1);
  -moz-box-shadow: 0px 0px 26px 0px rgba(236, 236, 236, 1);
  box-shadow: 0px 0px 26px 0px rgba(236, 236, 236, 1);
}

.news-block-five .inner-box .lower-content .inner .posted-date {
  position: absolute;
  left: 0px;
  top: 0px;
  max-width: 80px;
  padding: 13px 21px;
  text-align: center;
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  background-color: #e74c3c;
}

.news-block-five .inner-box .lower-content .inner .posted-date span {
  font-size: 14px;
  text-transform: uppercase;
}

.news-block-five .inner-box .lower-content .inner h3 {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  padding-left: 20px;
  display: inline-block;
  text-transform: uppercase;
}

.news-block-five .inner-box .lower-content .inner h3 a {
  color: #333333;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.news-block-five .inner-box .lower-content .inner h3 a:hover {
  color: #e74c3c;
}

.news-block-five .inner-box .lower-content .inner .post-meta {
  position: relative;
  margin-top: 10px;
}

.news-block-five .inner-box .lower-content .inner .post-meta li {
  position: relative;
  font-size: 13px;
  font-style: italic;
  line-height: 1em;
  color: #777777;
  padding-right: 15px;
  margin-right: 10px;
  display: inline-block;
  border-right: 1px solid #777777;
}

.news-block-five .inner-box .lower-content .inner .post-meta li .fa {
  color: #e74c3c;
  margin-right: 5px;
}

.news-block-five .inner-box .lower-content .inner .post-meta li:last-child {
  border-right: 0px;
  padding: 0px;
  margin: 0px;
}

.news-block-five .inner-box .lower-content .inner .post-meta li a {
  color: #777777;
}

.news-block-five .inner-box .lower-content .inner .text {
  position: relative;
  color: #777777;
  font-size: 15px;
  line-height: 1.8em;
  margin-top: 20px;
}

.news-block-five .inner-box .lower-content .inner .text p {
  margin-bottom: 20px;
}

.news-block-five.style-two .inner-box .lower-content .inner .posted-date {
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
}

.news-block-five.style-two .inner-box .lower-content {
  margin: 0px 20px;
  margin-top: -50px;
}

.news-block-five.style-two .inner-box .lower-content .inner {
  padding: 0px 25px 32px;
  text-align: center;
}

.news-block-five.style-two .inner-box .lower-content .inner h3 {
  padding-right: 20px;
  font-size: 18px;
}

.news-block-five.style-two .inner-box .lower-content .inner h3:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 50%;
  opacity: 1;
  width: 30px;
  height: 2px;
  margin-top: -1px;
  background-color: #e74c3c;
}

.news-block-five .inner-box .lower-content .inner .text blockquote {
  border-color: #e74c3c;
  font-size: 16px;
  font-style: italic;
  color: #333333;
  margin-top: 30px;
  padding-right: 60px;
  margin-bottom: 30px;
  background-color: #ffffff;
  background: url(https://www.vision-itn.eu/wp-content/themes/images/resource/quote-icon.png)
    right center no-repeat;
}

.blog-section .post-share-options {
  position: relative;
  padding: 10px 15px;
  margin-top: 40px;
}

.blog-section .post-share-options .tags a {
  position: relative;
  color: #777777;
  font-size: 14px;
}

.blog-section .post-share-options .tags {
  padding-top: 2px;
}

.news-block-five .inner-box .lower-content .inner .new-post {
  position: relative;
  margin-top: 22px;
}

.news-block-five .inner-box .lower-content .inner .new-post li {
  position: relative;
}

.news-block-five .inner-box .lower-content .inner .new-post li a {
  position: relative;
  padding: 8px 29px;
  color: #777777;
  font-size: 14px;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid #e2e2e2;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.news-block-five .inner-box .lower-content .inner .new-post li a:hover {
  color: #e74c3c;
  border-color: #e74c3c;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
  position: relative;
  margin-top: 20px;
}

.sidebar-page-container .group-title {
  position: relative;
  margin-bottom: 10px;
}

.sidebar-page-container .group-title h2 {
  position: relative;
  font-size: 22px;
  color: #333333;
  font-weight: 700;
  padding-left: 20px;
}

.sidebar-page-container .group-title h2:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 50%;
  opacity: 1;
  width: 30px;
  height: 2px;
  margin-top: -1px;
  background-color: #e74c3c;
}

.sidebar-page-container .group-title h3 {
  font-size: 20px;
  color: #34363b;
  margin-bottom: 40px;
  font-weight: 400;
}

.sidebar-page-container .comments-area .comment-box {
  position: relative;
  padding: 25px 0px 5px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:nth-child(1) {
  padding-top: 0px;
}

.sidebar-page-container .comments-area .comment-box:hover {
  border-color: #222222;
}

.sidebar-page-container .comments-area .comment {
  position: relative;
  padding: 0px 0px 0px 140px;
  font-size: 14px;
}

.sidebar-page-container .comments-area .comment .comment-inner {
  position: relative;
  padding-bottom: 22px;
}

.sidebar-page-container .comments-area .comment .comment-reply {
  position: absolute;
  right: 0px;
  top: -20px;
  padding: 3px 32px;
  color: #777777;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
  border-radius: 50px;
  border: 1px solid #e2e2e2;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: "Assistant", sans-serif;
}

.sidebar-page-container .comments-area .comment .comment-reply:hover {
  color: #ffffff;
  border-color: #e74c3c;
  background-color: #e74c3c;
}

.sidebar-page-container .comments-area .reply-comment {
  padding-left: 120px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-bottom: 20px;
  padding-right: 30px;
  border-right: 1px solid #e5e5e5;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
  width: 78px;
  display: block;
  border-radius: 50%;
}

.sidebar-page-container .comments-area .comment-info {
  margin-bottom: 5px;
  color: #3e5773;
  line-height: 24px;
  font-size: 13px;
}

.sidebar-page-container .comments-area .comment-box strong {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  line-height: 16px;
  padding-right: 15px;
  margin-right: 15px;
  text-transform: uppercase;
  font-family: "Assistant", sans-serif;
}

.sidebar-page-container .comments-area .comment-box .text {
  color: #777777;
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1.6em;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
  position: relative;
  font-size: 13px;
  color: #777777;
  font-style: italic;
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
  padding: 5px 30px;
  font-size: 12px;
  border: 1px solid #fbca00;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/*Comment Form*/

.comment-form {
  position: relative;
  margin-top: 0px;
}

.comment-form .group-title {
  margin-bottom: 40px;
}

.error-section {
  position: relative;
  padding: 140px 0px;
  text-align: center;
}

.error-section h2 {
  position: relative;
  font-size: 80px;
  font-weight: 600;
  color: #e74c3c;
  line-height: 1em;
  margin-bottom: 20px;
}

.error-section h4 {
  position: relative;
  font-size: 50px;
  color: #333333;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 40px;
  text-transform: uppercase;
}

/*** 

====================================================================
	Contact address
====================================================================

 ***/

.contact-address {
  position: relative;
  padding: 80px 0px 40px;
}

.contact-address .column {
  margin-bottom: 50px;
}

.contact-address .info-address {
  position: relative;
  text-align: center;
  padding: 50px 30px 40px;
  -webkit-box-shadow: 0px 0px 26px 0px rgba(236, 236, 236, 1);
  -moz-box-shadow: 0px 0px 26px 0px rgba(236, 236, 236, 1);
  box-shadow: 0px 0px 26px 0px rgba(236, 236, 236, 1);
  background-color: #e74c33;
  border-radius: 15px;
  transition: 0.7s;
}
.contact-address .info-address:hover {
  opacity: 0.8;
}

.contact-address .info-address .icon-box {
  position: relative;
  color: #333;
  font-size: 44px;
  line-height: 1em;
}

.contact-address .info-address h3 {
  position: relative;
  color: #333333;
  margin: 15px 0px 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  display: inline-block;
  font-family: "Assistant", sans-serif;
}

.contact-address .info-address .text {
  font-size: 16px;
  color: #b3b3b3;
  font-weight: 500;
  margin-top: 5px;
  line-height: 1.8em;
}

.contact-address .info-address .contact-detail {
  position: relative;
  color: #fff;
  font-size: 15px;
  margin-top: 20px;
}

.contact-form-section {
  position: relative;
  padding: 50px 0px 130px;
}
