/*Theme Name: g3ckoTheme
URI: http://geckodoit.comAuthor: Gecko Team
URI: http://geckodoit.comDescription: The third verison of GeckoDoIt.comVersion: 3.0
Tags: AmazingThis theme, like WordPress
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:100,300,400,600,700,800|Lato:400|700|900|Quicksand:300,400,500|Roboto:100|Abril+Fatface|Oswald:700|Questrial|Abril+Fatface&display=swap);
@font-face {
    font-family: 'Larsseit-B';
    src: url('includes/fonts/Larsseit-Bold.eot');
    /* IE9 Compat Modes */
    src: url('includes/fonts/Larsseit-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('includes/fonts/Larsseit-Bold.woff') format('woff'), /* Pretty Modern Browsers */ url('includes/fonts/Larsseit-Bold.ttf') format('truetype');
    /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Larsseit-M';
    src: url('includes/fonts/Larsseit-Medium.eot');
    /* IE9 Compat Modes */
    src: url('includes/fonts/Larsseit-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('includes/fonts/Larsseit-Medium.woff') format('woff'), /* Pretty Modern Browsers */ url('includes/fonts/Larsseit-Medium.ttf') format('truetype');
    /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Primetime';
    src: url('includes/fonts/PRIMETIME-Regular.eot');
    src: url('includes/fonts/PRIMETIME-Regular.eot?#iefix') format('embedded-opentype'), url('includes/fonts/PRIMETIME-Regular.woff') format('woff'), url('includes/fonts/PRIMETIME-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'goodtime';
    src: url('includes/fonts/MADEGoodTimeGrotesk.eot');
    src: url('includes/fonts/MADEGoodTimeGrotesk.eot?#iefix') format('embedded-opentype'), url('includes/fonts/MADEGoodTimeGrotesk.woff') format('woff'), url('includes/fonts/MADEGoodTimeGrotesk.ttf') format('truetype');
}

/*@font-face {font-family: 'moon';src: url('includes/fonts/moon_get-Heavy.eot'); src: url('includes/fonts/moon_get-Heavy.eot?#iefix') format('embedded-opentype'),      url('includes/fonts/moon_get-Heavy.woff') format('woff'),      url('includes/fonts/moon_get-Heavy.ttf')  format('truetype'); }*/
/* @import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap'); */

body {
    word-wrap: break-word;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}
ul, ul li{
  list-style: none; /* Remove default bullets */
}

/* Boy remove this because it make all ul li list show bullet */
/* ul li::before { */
  /* content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  /* color: #fa6914; /* Change the color */
  /* font-weight: bold; /* If you want it to be bold */
  /* display: inline-block; /* Needed to add space between the bullet and the text */
  /* width: 1em; /* Also needed for space (tweak if needed) */
  /* margin-left: -1em; /* Also needed for space (tweak if needed) */
/* } */
section.services .service-seo .service-seo-inner .service-seo-content .info ul li::before { */
   content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
   color: #fa6914; /* Change the color */
   display: inline-block; /* Needed to add space between the bullet and the text */
   width: 1em; /* Also needed for space (tweak if needed) */
   margin-left: -1em; /* Also needed for space (tweak if needed) */
}
p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Raleway', sans-serif;*/
    font-weight: bold;
    color: #1f1f1f;
}
.no--padding{
  padding: 0 !important;
}

.displayflex{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

h1.page-title {
    font-size: 50px;
    font-weight: 300;
    margin-top: 150px;
    margin-bottom: 10px;
    text-align: center;
}

h1.page-title:after {
    content: "";
    display: block;
    margin: 30px auto;
    width: 100px;
    border-top: 2px solid #f58523;
}

.main-content p, .main-content h2 {
    text-align: center;
}

/*.main-content-services{	margin-top: 150px;}*/
a {
    color: #f58523;
}
.wrapper-gk-btn{
  text-align: center;
}
a.default-gk-btn{
  position: relative;
  color: #fe4b07;
  padding: 13px 50px;
  display: block;
  border-radius: 60px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  background: linear-gradient(296deg, #fa6816 13%, #f2295b 100%);
  color: #fff;
  box-shadow: 0 0 15px #fe4b0775;
  text-decoration: none;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  z-index: 1;
}
a.default-gk-btn:hover{
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #FFF;
}
.gecko-navigation-bar-container {
    background-image: linear-gradient(296deg, #fa6816 13%, #ff4500 100%);
}

body.home .gecko-navigation-bar-container {
    background-image: unset;
    background-color: transparent;
    box-shadow: unset;
}

body .gecko-navigation-bar-container .wrapper ul li a {
    font-weight: 800;
    color: #fff;
    font-family: 'Lato', sans-serif;
    /*text-transform: uppercase;*/
    font-size: 15px;
    letter-spacing: 1px;
    -moz-transition-duration: 275ms;
    -o-transition-duration: 275ms;
    -webkit-transition-duration: 275ms;
    transition-duration: 275ms;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    padding: 15px 16px;
}
.gecko-navigation-bar-container .wrapper ul > li.current_page_item{}

body .gecko-navigation-bar-container .wrapper ul li a:hover {
    color: #fff;
}

body .gecko-navigation-bar-container .wrapper ul > li.dropdown > ul li a {
    color: #333;
}

body.home .gecko-navigation-bar-container.is-sticky {
    background-color: #fff;
    border-bottom: 1px #eee solid;
}
body .gecko-nav-fixed-top.sticky {
  background-color: #fff;
  border-bottom: 1px #eee solid;
}

.gecko-navigation-bar-container.is-sticky .wrapper ul li a {
    color: #333333;
    font-size: 13px !important;
}
body .gecko-navigation-bar-container .wrapper ul > li > a{
    border: 1px transparent solid;
    border-radius: 4px;
}
body .gecko-navigation-bar-container .wrapper ul > li.active > a {
    color: #fff;
        border: 1px #fff solid;

}
.gecko-navigation-bar-container .wrapper ul > li{
    padding: 0 4px;
}

body .gecko-navigation-bar-container .wrapper ul > li > a:hover{
    border-color: #fff;
}

.single-portfolio .gecko-navigation-bar-container {
    background-image: unset;
    background-color: #fff;
    box-shadow: unset;
}

.single-portfolio .gecko-navigation-bar-container.is-sticky {
    /*-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);  -khtml-box-shadow: 0 6px 12px rgba(0,0,0,0.175);  -moz-box-shadow: 0 6px 12px rgba(0,0,0,0.175);  -ms-box-shadow: 0 6px 12px rgba(0,0,0,0.175);  -o-box-shadow: 0 6px 12px rgba(0,0,0,0.175);  box-shadow: 0 6px 12px rgba(0,0,0,0.175);*/
}

.gecko-navigation-bar-container.gecko-nav-fixed-top {
    background-color: transparent;
    box-shadow: none;
}

.gecko-navigation-bar-container.is-sticky {
    border-bottom: 1px #eee solid;
}

a:focus, a:hover {
    color: #35221a;
}

.btn-primary {
    background-color: #f58523;
    border-color: #ce6204;
}

.btn-primary:hover, btn-primary:active {
    background-color: #ff7F0f;
}

.btn {
    border-radius: 0;
}

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

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

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/* Images and wp-captions should always fit and be responsive */
img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

img[class*="wp-image-"] {
    margin-top: 10px;
    margin-bottom: 10px;
}

.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    max-width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 10px;
}

.wp-caption.aligncenter {
    margin-bottom: 10px;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
}

.wp-caption .wp-caption-text {
    text-align: center;
    margin-top: 10px;
}

/* WP Gallery */
.gallery {
    margin-bottom: 1.5em;
}

.gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}

.gallery dd {
    margin: 0;
}

.gallery-caption {
    display: block;
}

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

/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,.screen-reader-text:active,.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    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 */
}

/* Content */
.main-content-inner {
    padding-bottom: 1.5em;
}

.hentry {
    margin: 0 0 1.5em;
}

.sticky {
    display: block;
}

.bypostauthor {
    display: block;
}

/* Clearing */
.clear {
    clear: both;
}

/* Navigation */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:active>a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Here some needed widget styles * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget {
    margin-bottom: 2em;
}

.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li {
    padding-left: 15px;
}

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line. * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] {
    display: none;
}

/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize! * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
.comment .children {
    margin-left: 1.5em;
}

/*** Some WP Theme Repository requirements*/
.sticky {
}

.gallery-caption {
}

.bypostauthor {
}

.entry-meta {
    clear: both;
}

/* == Quick CSS styling tips == You can start off in a rough direction with some minimal styles. See below for some tips. ;) == Want to have the whole site wrapped? == Just fill the .container class with some background color to have a the whole site "wrapped". This works so easy because every main part is wrapped only once into a container class by bootstrap. Try out by decommenting the next line and go from there. .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; } == Want to wrap just the content and sidebar in Bootstrap style? == That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes. In this case, we will add just one CSS class "panel", look for example at the beginning in content.php! == Infinite Scrolling by Jetpack == You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html../* Globally hidden elements when Infinite Scroll is supported and in use. * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */
/*.infinite-scroll .page-links,.infinite-scroll.neverending .site-footer {	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;}*/
/* Hey, if you don't need my comments anymore, just delete me! :)  */
a.flat-btn {
    display: inline-block;
    border: 4px #fff solid;
    color: #fff;
    padding: 12px 25px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 17px;
    -moz-transition-duration: 275ms;
    -o-transition-duration: 275ms;
    -webkit-transition-duration: 275ms;
    transition-duration: 275ms;
}

a.flat-btn:hover {
    background-color: #fff;
    color: #F58523;
}

a.flat-btn-2 {
    display: inline-block;
    border: 3px #595959 solid;
    color: #595959;
    padding: 12px 25px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 17px;
    -moz-transition-duration: 275ms;
    -o-transition-duration: 275ms;
    -webkit-transition-duration: 275ms;
    transition-duration: 275ms;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    float: left;
}

.page-cover {
    height: 500px;
    position: relative;
    display: table;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    padding-left: 0!important;
    padding-right: 0!important;
}

.header-cover-portfolio {
    height: 300px;
}

.page-cover:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*     background: rgba(0, 0, 0, 0.61); */
    content: "";
    display: block;
    margin-right: -15px;
    margin-left: -15px;
}

.page-cover .cover-inner {
    color: #fff;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    background-color: rgba(245, 132, 34, 0.91);
}

.page-cover .cover-inner .cover-content {
    margin: 0 0 4em 0;
}

.header-cover-portfolio .cover-inner .cover-content {
    margin-bottom: 0;
    padding-top: 10em;
}

.page-cover .cover-inner .cover-qoute-content {
    position: absolute;
    bottom: 0;
    right: 0;
}

.page-cover .cover-inner h1.post-title {
    text-align: center;
    font-size: 90px;
    margin: 0;
    /* background: rgba(0, 0, 0, 0.54); */
    padding: 10px 0 10px;
    font-weight: 900;
    text-shadow: 0px 0px 5px #000;
    text-shadow: 1px 1px -1px #000;
    padding-bottom: 0;
    margin-bottom: -139px;
    color: #F2F2F2;
}

.page-cover .cover-inner .intro-qoute {
    text-align: center;
    /*background: rgba(0, 0, 0, 0.54);*/
    padding-bottom: 20px;
    font-size: 20px;
    text-shadow: 1px 1px 1px #444;
}

.header-cover-portfolio container {
    padding-bottom: 0;
}

/* Navigation */
.site-navigation {
    margin-top: 0px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:active>a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Here some needed widget styles * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget {
    margin-bottom: 2em;
}

.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li {
    padding-left: 15px;
}

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line. * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] {
    display: none;
}

/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize! * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
.comment .children {
    margin-left: 1.5em;
}

/*** Some WP Theme Repository requirements*/
.sticky {
}

.gallery-caption {
}

.bypostauthor {
}

.entry-meta {
    clear: both;
}

.navbar-collapse {
    border: none;
}

.navbar-collapse::before {
    content: none;
}

.navbar-collapse::after {
    content: none;
}

.site-header {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
}

article.hentry {
    margin-top: 4em;
}

article.hentry .entry-meta {
    clear: both;
    color: #A2A2A2;
    margin-bottom: 1em;
}

.navbar {
    margin-bottom: 15px;
}

.site-header-inner img {
    display: block;
    margin: 0px auto;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
    background-color: #111!important;
}

.navbar-default {
    background-color: transparent;
    border: none;
    font-size: 18px;
    margin-top: 4px;
}

.navbar-default .navbar-nav>.active>a {
    color: #f58523;
}

.navbar-default .navbar-nav>li>a {
    margin: 0 3px;
    text-transform: uppercase;
    font-size: 14px;
}

.blog .navbar-default .navbar-nav>li>a,.page-template .navbar-default .navbar-nav>li>a {
    color: #fff;
}

.wrapfixed .navbar-default .navbar-nav>li>a {
    color: #777;
}

.wrapfixed .navbar-default .navbar-nav>li.active>a {
    color: #f58523;
}

.navbar-nav {
    float: right;
    margin: 0;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    background-color: #f58523;
    color: #fff;
}

#masthead {
    padding-top: 10px;
    z-index: 9;
}

#masthead .container {
    padding-bottom: 0;
}

.wrapfixed {
    background-image: url(http://gecko.mine.nu/gn/wp-content/uploads/2016/05/nav-bg-logo.png);
    background-repeat: no-repeat;
    background-size: 180px;
    background-position-x: 50px;
    background-position-y: 8px;
    border-bottom: 1px solid #999;
}

.blog-archive {
    background-color: #fff;
    padding-top: 7em;
}

.post-card {
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.1);
    /*margin-bottom: 30px;*/
}

.post-card content {
    padding: 1em;
    display: block;
    overflow: hidden;
    font-size: 13px;
}

.post-card content .entry-meta {
    font-size: 11px;
    margin-bottom: 1em;
}

.post-card content h2 {
    font-size: 22px;
    font-weight: 100;
    margin-top: 0;
}

.post-card content h2 a {
}

div.multiseparator.sub-title {
    margin: 8px 0 30px 0;
}

div.multiseparator {
    position: relative;
    overflow: hidden;
    margin: 15px 0 30px 0;
    height: 3px;
    z-index: 0;
    width: 100%;
}

div.multiseparator:before {
    content: '';
    display: block;
    position: absolute;
    width: 1200px;
    height: 1px;
    z-index: 10;
    background-color: #ebebeb;
    bottom: 1px;
    left: 65px;
}

div.multiseparator:after {
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 3px;
    z-index: 10;
    background-color: #F79431;
    bottom: 0;
    left: 0;
}

/*Second-nav */
#second-nav {
    position: absolute;
    top: 90px;
    background-color: #35221a;
    width: 100%;
    z-index: 2;
}

#second-nav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0 15px;
    height: auto;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    max-width: 800px;
    margin: 0 auto;
}

#second-nav a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding: 15px 30px;
    white-space: normal;
    text-shadow: 1px 1px 1px #555;
}

#second-nav li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-self: stretch;
    align-self: stretch;
    position: relative;
    text-align: center;
    padding: 0;
    margin: auto;
}

.gecko-navigation-bar-container {
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.115);
    -khtml-box-shadow: 0 6px 12px rgba(0,0,0,0.115);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,0.115);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,0.115);
    -o-box-shadow: 0 6px 12px rgba(0,0,0,0.115);
    box-shadow: 0 6px 12px rgba(0,0,0,0.115)
}

/*#colophon{	background-color: #332119;}*/
footer h5, footer p, footer a {
    color: #fff;
}

.site-footer-inner p, .site-info p {
    font-size: 16px;
}

.lower-footer p {
    color: #ccc;
}

.footer h5 {
    font-weight: 300;
    font-size: 24px;
}

.lower-footer {
    background-color: #35221a;
    padding-top: 20px;
    border-top: 1px solid #ECA482;
}

.lower-footer a:hover {
    color: #f58523;
}

.social-media-footer {
    text-align: center;
    text-shadow: 1px 1px 1px #000;
}

.social-media-footer a {
    color: #f58523;
    padding: 10px;
}

/** Footer import//*-- Footer Area --*/
.site-footer-inner .site-footer-inner-items:nth-child(2) {
    text-align: right;
}

.acf-map {
    width: 100%;
    height: 500px;
    margin: 0;
}

footer#colophon {
    font-weight: 300;
    font-size: 15px;
    padding: 0;
    background-image: url(images/gecko-bg.png);
    background-repeat: no-repeat;
    background-position: right;
    background-color: #272727;
    color: #eaeaea;
}

.footer-col ul {
    list-style-type: none;
    padding-left: 0;
}

/*footer#colophon .site-footer-inner{padding: 10px 0;font-size: 11px;}*/
footer#colophon h5 {
    font-size: 25px;
}

footer#colophon .footer-intro h5 {
    font-size: 50px;
    font-weight: 300;
    color: #fff;
}

footer#colophon .footer-header {
    border-bottom: 1px #ECA482 solid;
    font-weight: 300;
    padding: 20px 0;
}

footer#colophon .textwidget {
    font-size: 14px;
}

footer#colophon .footer-contact {
}

footer#colophon .footer-contact input[type="text"] {
    width: 100%;
    border: none;
    background-color: rgba(255, 255, 255, 0.27);
    color: #fff;
    padding: 11px 2%;
    margin: 0 0 10px 0;
    -webkit-transition: border-color ease-in-out .35s,-webkit-box-shadow ease-in-out .35s;
    -o-transition: border-color ease-in-out .35s,box-shadow ease-in-out .35s;
    transition: border-color ease-in-out .35s,box-shadow ease-in-out .35s;
}

footer#colophon .footer-contact input[type="text"]:focus,footer#colophon .footer-contact textarea:focus {
    box-shadow: 0px 0px 10px #FD3800;
}

footer#colophon .footer-contact textarea {
    width: 100%;
    border: none;
    background-color: rgba(255, 255, 255, 0.27);
    color: #fff;
    padding: 11px 2%;
    -webkit-transition: border-color ease-in-out .35s,-webkit-box-shadow ease-in-out .35s;
    -o-transition: border-color ease-in-out .35s,box-shadow ease-in-out .35s;
    transition: border-color ease-in-out .35s,box-shadow ease-in-out .35s;
}

footer#colophon .footer-contact input[type="submit"] {
    background-color: rgba(255, 255, 255, 0.27);
    border: none;
    float: right;
    font-weight: 800;
    padding: 10px 15px;
    line-height: 100%;
    text-transform: uppercase;
}

footer#colophon .footer-contact input[type="submit"]:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.acf-contact-map .gecko-directions-overlay-container {
    position: absolute;
    top: 90px!important;
}

/*Contact Form*/
.contact-page-form .gfield_label {
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-size: 25px;
    font-weight: 300 !important;
    color: #f58523;
}

.contact-page-form .validation_error {
    display: none;
}

.contact-page-form .gform_wrapper {
    max-width: 100%;
}

.contact-page-form .gform_wrapper li.gfield.gfield_error,.contact-page-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    width: 100%;
    background-color: transparent !important;
    border-top: none !important;
    border-bottom: none !important;
}

.contact-page-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.contact-page-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,.contact-page-form .gform_wrapper li.gfield_html {
    max-width: 100%;
}

.contact-page-form .gform_wrapper li.gfield_error input[type=email],.contact-page-form .gform_wrapper li.gfield_error input[type=number],.contact-page-form .gform_wrapper li.gfield_error input[type=password],.contact-page-form .gform_wrapper li.gfield_error input[type=tel],.contact-page-form .gform_wrapper li.gfield_error input[type=text],.contact-page-form .gform_wrapper li.gfield_error input[type=url],.contact-page-form .gform_wrapper li.gfield_error textarea {
    border: none !important;
    box-shadow: 0px 0px 5px #f58523;
}

.contact-page-form .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
    margin-right: 0 !important;
}

.contact-page-form .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half,.contact-page-form .gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
    width: 100% !important;
}

/* Placeholder */
.contact-page-form ::-webkit-input-placeholder {
    color: #333333;
}

.contact-page-form ::-moz-placeholder {
    color: #333333;
}

/* firefox 19+ */
.contact-page-form :-ms-input-placeholder {
    color: #333333;
}

/* ie */
.contact-page-form input:-moz-placeholder {
    color: #333333;
}

.contact-page-form input[type="text"] {
    width: 100% !important;
    border: none;
    background-color: #f5f5f5;
    color: #333333;
    padding: 1em 0;
    margin: 0 0 10px 0;
    -webkit-transition: border-color ease-in-out .35s,-webkit-box-shadow ease-in-out .35s;
    -o-transition: border-color ease-in-out .35s,box-shadow ease-in-out .35s;
    transition: border-color ease-in-out .35s,box-shadow ease-in-out .35s;
}

.contact-page-form input[type="text"]:focus,.contact-page-form textarea:focus {
    box-shadow: 0px 0px 5px #f58523;
}

.contact-page-form textarea {
    width: 100% !important;
    border: none;
    background-color: #f5f5f5;
    color: #333333;
    padding: 1em 0;
    -webkit-transition: border-color ease-in-out .35s,-webkit-box-shadow ease-in-out .35s;
    -o-transition: border-color ease-in-out .35s,box-shadow ease-in-out .35s;
    transition: border-color ease-in-out .35s,box-shadow ease-in-out .35s;
}

.contact-page-form input[type="submit"] {
    background-color: #f5f5f5;
    border: none;
    float: right;
    padding: 10px 15px;
    margin: 0;
    line-height: 100%;
    /* text-transform: uppercase; */
    font-family: 'Open Sans';
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #f58523;
}

.contact-page-form input[type="submit"]:hover {
    background-color: #f58523;
    color: #ffffff;
}

.floating-panel {
    position: absolute;
    right: 1em;
    z-index: 5;
    transform: translate(0, 50%);
}

.floating-panel:hover #toggle-street-view {
    background: #f5f5f5;
    color: #333333;
}

#toggle-street-view {
    border: none !important;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    background: #ffffff;
    padding: 1em;
}

/*Sidebar*/
.gecko-sticky-popup-container {
    top: 50%;
}

.sidebar-padder {
    margin-top: 75px;
}

.portfolio-data {
    overflow: hidden;
    box-shadow: 0px 0px 7px #ddd;
    text-align: center;
    margin-top: 0;
}

.portfolio-data header {
    background-position: center;
    background-size: cover;
    padding: 4em 0;
    position: relative;
}

.portfolio-data header:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.91);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.portfolio-data header .profile-pic-container {
    position: relative;
    display: inline-block;
    max-width: 150px;
    max-height: 150px;
}

.portfolio-data header .profile-pic-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    border: 2px solid #f7af70;
    border-radius: 50%;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.portfolio-data header .profile-pic-container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    border: 1px solid #ffd9b8;
    border-radius: 50%;
    -moz-transform: scale(1.18);
    -ms-transform: scale(1.18);
    -webkit-transform: scale(1.18);
    transform: scale(1.18);
}

.portfolio-data header .profile-pic {
    display: inline-block;
    max-width: 150px;
    max-height: 150px;
    border-radius: 50%;
    overflow: hidden;
    position: inherit;
}

.portfolio-data header .profile-pic a {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.portfolio-data header .profile-pic img {
    width: 100%;
}

.portfolio-data content {
    background-color: #f58523;
    display: block;
    padding: 5px 2em;
    position: relative;
    background-image: linear-gradient(299deg, #fa6816 13%, #f2295b 100%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.portfolio-data content:before {
    content: "";
    position: absolute;
    left: -25px;
    right: -25px;
    background-color: #f58523;
    height: 42px;
    top: -19px;
    transform: rotate(-5deg);
    background-image: linear-gradient(210deg, #fa6816 13%, #f2295b 100%);
}

.portfolio-data content .services {
}

.portfolio-data content .plugins {
    margin-bottom: 20px;
}

.portfolio-data content .inner {
    display: block;
    position: inherit;
    padding-bottom: 3em;
}

.portfolio-data content .inner h6 {
    color: #fff;
    font-size: 11px;
    margin: 18px 0 10px 0;
    font-weight: 300;
}

.portfolio-data content .inner a {
    color: #fff;
}

.blue-btn {
    background-color: #0080FF;
    display: inline-block;
    margin: 0 auto;
    float: none;
    border: none;
    padding: 10px 33px;
    border-radius: 41px;
    box-shadow: 1px 1px 11px #06060640;
    font-size: 12px;
    text-shadow: 0 0 1px #ffffffb8;
    -webkit-transition: background 0.35s;
    -o-transition: background 0.35s;
    transition: background 0.35s;
}

.blue-btn:hover {
    background-color: #0457a9;
}

.sidebar-padder #gform_wrapper_2 label {
    display: none;
}

.sidebar-padder .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.sidebar-padder .gform_wrapper textarea.large {
    border-radius: 0;
    border: 1px #f6852475 solid;
    box-shadow: none;
    font-size: 12px;
    padding: 5px 9px;
    display: block;
}

.sidebar-padder .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    background-color: #0080FF;
    display: inline-block;
    margin: 0 auto;
    float: none;
    border: none;
    padding: 10px 33px;
    border-radius: 41px;
    box-shadow: 1px 1px 11px #F4B867;
    font-size: 12px;
    text-shadow: 0 0 1px #ffffffb8;
    -webkit-transition: background 0.35s;
    -o-transition: background 0.35s;
    transition: background 0.35s;
    display: block;
    margin: 0 auto;
    float: none;
    background-image: linear-gradient(299deg, #EB9A4B 13%, #F4B867 100%);
}

.client-link {
    margin-top: 30px;
}

.stm_small_badge {
    display: inline-block;
    vertical-align: top;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: #35221a;
    border-radius: 3px;
    line-height: 1.1;
    opacity: 0.9;
    margin-bottom: 5px;
}

.stm_badge .stm_small_badge {
    position: relative;
    top: 4px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 4px;
}

/*staff listing*/
.flex-container {
}

.flex-item {
}

.staff-social-items {
    background-color: #35221a;
    text-align: center;
    padding: 13px 10px 5px 10px;
    min-height: 50px;
}

.staff-social-media-item {
    background: #fff;
    border-radius: 50%;
    padding: 3px 8px;
}

.staff-name {
    text-align: center;
    font-size: 20px;
    margin-bottom: 5px;
}

.staff-work-title {
    text-align: center;
    font-size: 16px;
    margin-top: 0px;
}

.staff-description {
    text-align: center;
    font-size: 14px;
}

.staff-container {
    margin-top: 30px;
}

.staff-info-container {
    padding: 10px;
    background: rgba(245,133,35,0.15);
}

.staff-face {
    width: 60%;
    margin: 0px auto;
    display: block;
    border-radius: 50%;
    border: 1px solid #111;
}

.page-section {
    text-align: center;
    margin-top: 40px;
}

.section-title {
    margin-bottom: 30px;
}

.staff-face-container {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,f58523+50,f58523+100 */
    background: rgb(255,255,255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.15) 50%, rgba(245,133,35,0.15) 50%, rgba(245,133,35,0.15) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.15) 50%,rgba(245,133,35,0.15) 50%,rgba(245,133,35,0.15) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.15) 50%,rgba(245,133,35,0.15) 50%,rgba(245,133,35,0.15) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f58523',GradientType=0 );
    /* IE6-9 */
}

@media screen and (max-width: 768px) {
    .page-cover {
        height: 250px;
    }

    .page-cover .cover-inner .cover-qoute-content {
        position: inherit;
    }

    .page-cover .cover-inner .cover-content {
        margin: 0 0 1em 0;
    }

    .page-cover .cover-inner h1.post-title {
        font-size: 45px;
    }

    .site-header-inner img {
        margin-top: 0px;
        margin-bottom: 10px;
    }
}

.gform_wrapper ul {
    padding-left: 0;
    list-style: none
}

.gform_wrapper li {
    margin-bottom: 15px
}

.gform_wrapper form {
    margin-bottom: 0
}

.gform_wrapper .gfield_required {
    padding-left: 1px;
    color: #b94a48
}

.ginput_container input, .ginput_container select, .ginput_container textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.ginput_container input:-moz-placeholder, .ginput_container select:-moz-placeholder, .ginput_container textarea:-moz-placeholder {
    color: #999
}

.ginput_container input::-moz-placeholder, .ginput_container select::-moz-placeholder, .ginput_container textarea::-moz-placeholder {
    color: #999
}

.ginput_container input:-ms-input-placeholder, .ginput_container select:-ms-input-placeholder, .ginput_container textarea:-ms-input-placeholder {
    color: #999
}

.ginput_container input::-webkit-input-placeholder, .ginput_container select::-webkit-input-placeholder, .ginput_container textarea::-webkit-input-placeholder {
    color: #999
}

.ginput_container input:focus, .ginput_container select:focus, .ginput_container textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6)
}

.ginput_container input[disabled], .ginput_container select[disabled], .ginput_container textarea[disabled], .ginput_container input[readonly], .ginput_container select[readonly], .ginput_container textarea[readonly], fieldset[disabled] .ginput_container input, fieldset[disabled] .ginput_container select, fieldset[disabled] .ginput_container textarea {
    cursor: not-allowed;
    background-color: #eee
}

textarea.ginput_container input, textarea.ginput_container select, textarea.ginput_container textarea {
    height: auto
}

.ginput_container textarea {
    height: auto
}

.gform_wrapper .button, .gform_button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-color: #428bca;
    border: 1px solid transparent;
    border-color: #357ebd;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.gform_wrapper .button:focus, .gform_button:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.gform_wrapper .button:hover, .gform_button:hover, .gform_button:focus {
    color: #333;
    text-decoration: none
}

.gform_wrapper .button:active, .gform_wrapper .button.active, , .gform_button:active, .gform_button.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.gform_wrapper .button.disabled, .gform_button.disabled, .gform_button[disabled], fieldset[disabled] .gform_button {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.gform_button:hover, .gform_button:focus, .gform_button:active, .gform_button.active, .open .dropdown-toggle.gform_button {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e
}

.gform_button:active, .gform_button.active, .open .dropdown-toggle.gform_button {
    background-image: none
}

.gform_button.disabled, .gform_button[disabled], fieldset[disabled] .gform_button, .gform_button.disabled:hover, .gform_button[disabled]:hover, fieldset[disabled] .gform_button:hover, .gform_button.disabled:focus, .gform_button[disabled]:focus, fieldset[disabled] .gform_button:focus, .gform_button.disabled:active, .gform_button[disabled]:active, fieldset[disabled] .gform_button:active, .gform_button.disabled.active, .gform_button[disabled].active, fieldset[disabled] .gform_button.active {
    background-color: #428bca;
    border-color: #357ebd
}

.gform_wrapper .gfield_error .gfield_label {
    color: #b94a48
}

.gform_wrapper .gfield_error input, .gform_wrapper .gfield_error select, .gform_wrapper .gfield_error textarea {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

.gform_wrapper .gfield_error input:focus, .gform_wrapper .gfield_error select:focus, .gform_wrapper .gfield_error textarea:focus {
    border-color: #b94a48;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(185,74,72,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(185,74,72,0.6)
}

.validation_error {
    padding: 15px;
    margin-bottom: 20px;
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid transparent;
    border-color: #eed3d7;
    border-radius: 4px
}

.validation_error h4 {
    margin-top: 0;
    color: inherit
}

.validation_error .alert-link {
    font-weight: bold
}

.validation_error>p, .validation_error>ul {
    margin-bottom: 0
}

.validation_error>p+p {
    margin-top: 5px
}

.validation_error hr {
    border-top-color: #e6c1c7
}

.validation_error .alert-link {
    color: #953b39
}

#gforms_confirmation_message {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

#gforms_confirmation_message h4 {
    margin-top: 0;
    color: inherit
}

#gforms_confirmation_message .alert-link {
    font-weight: bold
}

#gforms_confirmation_message>p, #gforms_confirmation_message>ul {
    margin-bottom: 0
}

#gforms_confirmation_message>p+p {
    margin-top: 5px
}

.gfield_label {
    margin-bottom: 5px;
    font-size: 14px;
}

.ginput_complex > span > label {
    font-size: 11px;
}

.gform_validation_container,.gform_wrapper .gform_validation_container,body .gform_wrapper li.gform_validation_container,body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none !important;
    position: absolute !important;
    left: -9000px;
}

.check {
    height: 100px;
    background-image: url(http://gecko.mine.nu/gn/wp-content/uploads/2017/09/text.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 0px;
    width: 50%;
    float: left;
    margin-left: -22%;
}

.arrow {
    height: 100px;
    background-image: url(http://gecko.mine.nu/gn/wp-content/uploads/2017/09/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 153px;
    width: 43%;
    float: left;
    -webkit-animation: NAME-YOUR-ANIMATION 5s infinite;
    /* Safari 4+ */
    -moz-animation: NAME-YOUR-ANIMATION 5s infinite;
    /* Fx 5+ */
    -o-animation: NAME-YOUR-ANIMATION 5s infinite;
    /* Opera 12+ */
    animation: NAME-YOUR-ANIMATION 5s infinite;
    /* IE 10+, Fx 29+ */
}
}

h1.portfolio-title {
    font-size: 24px;
    color: #666666;
    padding: 8px;
    margin-bottom: 0;
    font-weight: 700;
    display: inline-block;
    border-bottom: 1px solid #CACACA;
}

h2.portfolio-related {
    font-size: 30px;
    color: #f26724;
    padding: 8px;
    margin-bottom: 1em;
    font-weight: 100;
    display: block;
}

h2.portfolio-related span {
}

.page-intro {
    text-align: center;
    padding: 3em 0 3em 0;
}

.portfolio-excerpt {
    padding: 4em 0 2em 0;
}

.portfolio-external-button {
    position: relative;
    display: inline-block;
    height: auto !important;
    padding: 5px 30px 5px 55px;
    text-transform: uppercase;
    margin-top: 30px;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.btn-linear {
    background: transparent;
    border: 2px solid #F26724;
    padding: 10px 40px;
    color: #F26724;
}

.portfolio-external-button .external-url {
    position: relative;
    margin-right: 8px;
}

.portfolio-external-button .external-url:before {
    content: "\f08e";
    font-family: FontAwesome;
}

.portfolio-external-button:hover .external-url:before {
    content: "\f08e";
}

.portfolio-external-button:hover {
    background: #F26724;
    color: #fff;
    text-decoration: none;
}

.portfolio-content {
    background-color: #F2F2F2;
    padding: 1em 0 3em 0;
    display: block;
}

.portfolio-content .nav-tabs {
    border: none;
    text-align: center;
}

.portfolio-content p {
    font-size: 14px;
}

.portfolio-content .nav-tabs li {
    float: none;
    display: inline-block;
}

.portfolio-content .nav-tabs>li>a {
    border-radius: 0;
}

.portfolio-content .nav-tabs>li.active>a:focus,.portfolio-content .nav-tabs>li.active>a:hover {
    color: #f26724;
    cursor: default;
    background-color: transparent;
    border: none;
}

.portfolio-content .nav-tabs>li.active>a,.portfolio-content .nav-tabs>li.active>a:focus,.portfolio-content .nav-tabs>li.active>a:hover {
    color: #f26724;
    cursor: default;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #F26724;
}

.portfolio-content .nav-tabs>li>a:hover {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #F26724;
    color: #f26724;
}

.portfolio-content .nav-tabs>li>a {
    border: none;
    font-size: 30px;
    color: #c7c6c6;
}

.portfolio-content .tab-content>.tab-pane {
    text-align: center;
}

.portfolio-content .tab-content>.tab-pane img {
    max-width: 100%;
}

.portfolio-content .tab-content {
    margin-top: 3em;
}

.grey-section {
    padding: 6em 0 0.5em 0;
    display: block;
}

.entry-date {
    text-align: center;
    display: block;
    padding-top: 10px;
}

.sub-title {
    padding: 1em 0;
    font-weight: 300;
}

.blog-image-container img {
    margin: 0 auto;
    display: block;
}

.portfolio-item.lastCol {
    /*margin: 30px 0 30px 15px;*/
}

.portfolio-item {
    position: relative;
    /*     height: 394px; */
    background: #FFF;
    box-shadow: rgba(0, 0, 0, 0.0980392) 8px 13px 8px -10px;
    margin: 30px 15px 30px 0;
    display: block;
}

.portfolio-item > .cover {
    position: relative;
    height: 260px;
    background: transparent center no-repeat;
    background-size: cover;
}

.portfolio-item > .info {
    position: relative;
    /*   height: 134px; */
    overflow: hidden;
    padding: 25px;
    text-align: center;
    border-top: 2px solid #f58523;
}

.portfolio-item > .info > .live {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    /*   width: 134px; */
    height: 134px;
    background: #F26724;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.svg-icon {
    display: block;
    padding: 35px 0 10px 0;
}

.launch-date {
    display: block;
}

.portfolio-item > .info > .live:hover {
    background: #b5b3b3
}

.portfolio-item > .info > .live > i {
    display: block;
    margin: 38px 0 15px;
    font-size: 30px;
}

.portfolio-item > .info > .content {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 154px;
    font-family: sans-serif;
    font-size: 14px;
    color: #888;
}

.portfolio-item > .info > .content .excerpt {
    display: inline-block;
    max-width: 250px;
    font-size: 12px;
}

.portfolio-item > .info > .content .excerpt h2,.portfolio-item > .info > .content .excerpt h2 a {
    font-size: 18px;
    margin-top: 0;
    color: #525252;
    font-weight: 700;
}

.portfolio-item > .info > .content .rating {
    display: inline-block;
    float: right;
    position: absolute;
    right: 0;
    width: 100px;
    text-align: center;
    top: 0;
    bottom: 0;
    border-left: 1px #f58523 solid
}

.portfolio-item > .info > .content .rating span {
    color: #000;
    font-size: 25px;
    font-weight: 100;
    margin: 10px 0;
    display: block;
}

.portfolio-item > .info > .content .rating .rating-stars {
    display: block;
    text-align: center;
    color: #F26724;
}

.portfolio-item > .info > .content h1 {
    margin: 0 0 10px;
    font-size: 26px;
    font-weight: normal;
    color: #333;
}

.portfolio-item-cover {
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: 300;
    background-color: rgba(242,103,36,0.8);
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.portfolio-item-cover-gravity {
    position: absolute;
    top: 0;
    left: 40px;
    right: 40px;
    color: #FFFFFF;
    text-align: center;
    font-size: 50px;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.portfolio-item .cover:hover .portfolio-item-cover,.portfolio-item.active .portfolio-item-cover {
    opacity: 1;
}

.portfolio-item .cover:hover .portfolio-item-cover-gravity,.portfolio-item.active .portfolio-item-cover-gravity {
    top: 40%;
}

.portfolio-filter-container {
    display: block;
    clear: both;
    text-align: center;
    margin-bottom: 2em;
}

ul.portfolio-filter {
    background: #fff;
    padding: 1.5em 2em;
    margin: 0;
    display: inline-block;
    box-shadow: 0px 0px 10px #e0dddd;
}

ul.portfolio-filter li {
    display: inline-block;
    padding: 0;
    list-style: none;
    color: #666666;
}

ul.portfolio-filter li.lable {
    color: #f26724;
}

ul.portfolio-filter li span {
    border-right: 1px #d4d2d2 solid;
    padding: 0px 20px;
    font-size: 13px;
    line-height: 11px;
    display: inline-block;
    color: #666666;
    cursor: pointer;
}

ul.portfolio-filter li:last-child span {
    border: none;
}

ul.portfolio-filter li span:hover,ul.portfolio-filter li span.active {
    color: #f26724;
}

ul.portfolio-filter li.sort-option {
    border: 1px #ddd solid;
    padding: 0 0 0 8px;
    border-radius: 2px;
    margin-left: 20px;
}

ul.portfolio-filter li.sort-option label {
    margin: 0;
    z-index: 1;
    position: relative;
    color: #f26724;
}

ul.portfolio-filter li.sort-option select {
    border: 1px #fff solid;
    font-size: 13px;
    padding-left: 26px;
    z-index: 0;
    margin-left: -26px;
}

#portfolio-items .mix {
    display: none;
}

.flat-cover {
    display: block;
    overflow: hidden;
    padding: 10vh 0 10vh 0;
    position: relative;
    background-image: linear-gradient(296deg, #fa6816 13%, #f2295b 100%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background-color: rgb(251, 125, 15);
}
.flat-cover::before{

  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(includes/img/bg-7.svg);
  background-size: cover;
  background-position: center;
}

.flat-cover .flat-cover-inner {
    display: block;
    position: relative;
    border-left: 5px #FFFFFF solid;
    padding: 0.5em 5em;
    margin-left: 25%;
    max-width: 700px;
}

.flat-cover .flat-cover-inner h1 {
    font-size: 60px;
    color: #ffffff;
    margin: 0 0 39px 0;
    font-family: 'Abril Fatface', cursive;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
}

.flat-cover .flat-cover-inner h6 {
    font-size: 9px;
    display: block;
    color: #f68524;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.flat-cover .flat-cover-inner content {
    margin-bottom: 2em;
}

.flat-cover .flat-cover-inner content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #ffffff;  text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
  text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
}

/*.flat-cover .flat-cover-inner footer{  position: absolute;  background: #f00;   -webkit-transform: rotate(90deg);  -moz-transform: rotate(90deg);  -o-transform: rotate(90deg);  -ms-transform: rotate(90deg);   transform: rotate(-90deg);  bottom: 0;  left: -75px;  top: 0;  width: 70px;}.flat-cover .flat-cover-inner footer div.f-inner{}.flat-cover .flat-cover-inner footer div.f-inner .rotate-item{}*/
.flat-cover .flat-cover-info {
    display: inline-block;
    float: left;
    width: 25%;
    position: relative;
}

.flat-cover .flat-cover-info div.f-inner {
    position: absolute;
    background-color: #f00;
    left: 0;
    right: 0;
    bottom: 0;
}

.flat-cover .flat-cover-info div.f-inner div {
    transform: rotate(-90deg);
    position: absolute;
    right: -50px;
    bottom: 64px;
    font-size: 12px;
    font-weight: 600;
    color: #FFF;
}

.single-header {
    padding: 5em 0 3em 0;
}

h1.single-title {
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    font-size: 50px;
}

/*h1.single-title:after{  content: "";  display: block;  width: 40px;  height: 5px;  background-color: #000;  margin: 1em auto;  border-radius: 7px;}*/
.widget-title {
    text-transform: uppercase;
    font-size: 20px;
    color: #fa6718;
    font-family: 'Larsseit-B', sans-serif;
    background-image: linear-gradient(296deg, #fa6816 13%, #f2295b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h2.post-related {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}

h2.post-related:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #000;
    margin: 1em auto;
    border-radius: 7px;
}

.ih-item.square {
    position: relative;
    z-index: 1;
}

.ih-item.square .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ih-item.square.effect6 {
    overflow: hidden;
    margin: 30px 15px 30px 15px;
}

.ih-item.square.effect6.colored .info {
    background: #1a4a72;
    background: rgba(26, 74, 114, 0.6);
}

.ih-item.square.effect6.colored .info h3 {
    background: rgba(12, 34, 52, 0.6);
}

.ih-item.square.effect6 .img {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.ih-item.square.effect6 .info {
    visibility: hidden;
    opacity: 0;
    background-color: rgba(242,103,36,0.8);
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.ih-item.square.effect6 .info i {
    position: absolute;
    top: 0;
    left: 40px;
    right: 40px;
    color: #FFFFFF;
    text-align: center;
    font-size: 50px;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.ih-item.square.effect6 a:hover .info i {
    top: 40%;
}

.ih-item.square.effect6 a:hover .img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.ih-item.square.effect6 a:hover .info {
    visibility: visible;
    opacity: 1;
}

.ih-item.square.effect6.top_to_bottom a:hover .info h3, .ih-item.square.effect6.top_to_bottom a:hover .info p {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.ih-item.square.effect6.top_to_bottom .info h3 {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.ih-item.square.effect6 .info h3 {
    font-weight: 700;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 10px;
    margin: 30px 0 0 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item.square.effect6.top_to_bottom a:hover .info h3, .ih-item.square.effect6.top_to_bottom a:hover .info p {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.ih-item.square.effect6 .info p {
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 20px 20px 20px;
    text-align: center;
    -webkit-transition: all 0.35s 0.1s linear;
    -moz-transition: all 0.35s 0.1s linear;
    transition: all 0.35s 0.1s linear;
}

.ih-item.square.effect6.top_to_bottom .info p {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.ih-item.square.effect6.top_to_bottom a:hover .info h3, .ih-item.square.effect6.top_to_bottom a:hover .info p {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.ih-item.square.effect6.top_to_bottom a:hover .info i.link {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.ih-item.square.effect6.top_to_bottom .info i.link {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.ih-item.square.effect6 .info i.link {
    font-size: 30px;
    position: relative;
    color: #fff;
    padding: 20px 0 20px;
    text-align: center;
    -webkit-transition: all 0.35s 0.1s linear;
    -moz-transition: all 0.35s 0.1s linear;
    transition: all 0.35s 0.1s linear;
    display: block;
    left: 0;
}

.ih-item.square.effect6 .info .rating-stars {
    position: relative;
    -webkit-transition: all 0.35s 0.1s linear;
    -moz-transition: all 0.35s 0.1s linear;
    transition: all 0.35s 0.1s linear;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.ih-item.square.effect6.top_to_bottom a:hover .info .rating-stars {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.ih-item.square.effect6 .info .rating-stars i {
    display: inline-block;
    font-size: 12px;
    position: static;
    margin: 0 2px;
}

.post-items {
    margin-top: 3em;
}

.post-item {
    display: block;
    overflow: hidden;
    background: #fff;
}

.post-item .item-header {
}

.post-item .post-item-content {
    display: block;
    padding: 15px;
}

.post-item .post-item-content h3 a {
    margin: 1em 0;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    display: block;
    color: #000;
}

.post-item .post-item-content .post-item-meta {
    color: #848484;
    text-align: center;
}

.movie-card {
    display: block;
    overflow: hidden;
    background: #fff;
    margin: 30px 15px;
}

.movie-card .movie-card-header {
    position: relative;
    overflow: hidden;
}

.movie-card .movie-card-header:before {
    content: "";
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.movie-card:hover .movie-card-header:before {
    background-color: rgba(242,103,36,0.8);
}

.p-relative {
    position: relative;
}

.movie-card .movie-card-header .movie-card-header-content {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 15px;
    left: 0;
    margin: 15px;
}

.movie-card .movie-card-header .movie-card-header-content a {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.movie-card .movie-card-header .movie-card-header-content h2 {
    margin-bottom: 0;
}

.movie-card .movie-card-header .movie-card-header-content h3 {
    color: #fff;
    font-size: 13px;
    margin: 0 0 10px 0;
}

.movie-card .movie-card-header .movie-card-header-content .rating-stars {
    color: #fff;
    margin: 0 0 15px;
    0;}

.movie-card .movie-card-header .slantingly-part {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    overflow: hidden;
}

.movie-card .movie-card-header .slantingly-part:before {
    /*content: "";*/
    position: absolute;
    top: 79%;
    left: -10%;
    right: -10%;
    height: 60px;
    background-color: #f58b2e;
    transform: rotate(5deg);
}

.movie-card .movie-card-header .slantingly-part:after {
    content: "";
    position: absolute;
    bottom: -76%;
    left: -10%;
    right: -10%;
    height: 60px;
    background-color: #ffffff;
    transform: rotate(-3deg);
}

.movie-card .movie-card-content {
    padding: 0em 2em 4em 2em;
    position: relative;
    font-size: 13px;
}

.movie-card .movie-card-content .profile-pic {
    display: block;
    /* background-color: #eeeeee; */
    width: 100%;
    height: 150px;
    margin-top: -70%;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
    border-radius: 2px;
    background-color: #fff;
}

.movie-card .movie-card-content .live-date {
    font-size: 17px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.movie-card .movie-card-content .ex-link {
    color: #fff;
    display: block;
    background-color: #f58523;
    margin: 2em 0 0;
    padding: 10px 60px 10px 15px;
    position: relative;
    font-weight: 700;
    text-align: center;
}

.movie-card .movie-card-content .ex-link:after {
    content: "\f090";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    top: 0;
    text-align: center;
    right: 0;
    line-height: 41px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.37);
    bottom: 0;
    width: 50px;
    background-color: #fa6816;
}

h2.section-title {
    text-align: center;
    font-size: 45px;
    font-weight: 100;
}

.section-descriptions {
    padding: 0 3em;
    text-align: center;
    margin-bottom: 5em;
}

/*--- Staff Section ---*/
.section-staff {
    padding: 10em 0;
    position: relative;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: #000;
}

.section-staff:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*     background-color: rgba(255,255,255,0.9); */
    content: "";
}

.section-staff .container {
    position: relative;
}

span.blured-bg {
    position: absolute;
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
    /*  -webkit-filter: blur(14px);  -moz-filter: blur(14px);  -o-filter: blur(14px);  -ms-filter: blur(14px);  filter: blur(14px);  opacity: 0.7;*/
    background-size: cover;
    background-position: center;
    background-image: linear-gradient(296deg, #fa6816 13%, #f2295b 100%)!important;
}

/*--- Staff item style 1 ---*/
.card-user-hoz {
    display: block;
    clear: both;
    overflow: hidden;
    background-color: #fa6816;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.23);
    position: relative;
    margin-bottom: 30px;
}

.card-user-hoz header {
    display: inline-block;
    width: 50%;
    padding: 0;
    float: right;
    position: relative;
    overflow: hidden;
}

.card-user-hoz header:before {
    content: "";
    position: absolute;
    top: -52px;
    left: -62px;
    bottom: -80px;
    background-color: #fa6816;
    width: 140px;
    transform: rotate(-30deg);
    z-index: 1;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.card-user-hoz header .card-user-hoz-profile {
    margin: 0 auto;
    overflow: hidden;
    position: inherit;
}

.card-user-hoz content {
    display: inline-block;
    width: 50%;
    padding: 2em 0 0 2em;
    position: relative;
    text-align: left;
}

.card-user-hoz content .staff-name {
    text-align: left;
    color: #fff;
    display: block;
    overflow: hidden;
}

.card-user-hoz content .staff-name h3 {
    margin: 0;
    font-weight: 100;
}

.card-user-hoz content .staff-name span.sk {
    font-size: 12px;
    font-weight: 100;
    float: left;
}

.card-user-hoz content .staff-descriptions {
    display: block;
    overflow: hidden;
    clear: both;
    color: #fff;
    margin: 2em 0;
    font-style: italic;
    width: 120%;
}

.card-user-hoz content .staff-descriptions em {
    margin: 0 5px;
}

.card-user-hoz content .staff-descriptions:before {
    content: "";
}

.card-user-hoz content .staff-descriptions:after {
    content: "";
}

.card-user-hoz footer {
    position: absolute;
    bottom: 1em;
    left: 2em;
    z-index: 2;
}

.card-user-hoz footer ul.staff-social {
    margin: 0;
    padding: 0;
}

.card-user-hoz footer ul.staff-social li {
    margin: 0;
    padding: 0 30px;
    list-style: none;
    display: inline-block;
    border-right: 1px #f9a170 solid;
}

.card-user-hoz footer ul.staff-social li:first-child {
    padding-left: 0;
}

.card-user-hoz footer ul.staff-social li:last-child {
    border-right: none;
}

.card-user-hoz footer ul.staff-social a {
    color: #fff;
    font-size: 20px;
}

/*--- Staff item style 2 ---*/
.card-user-vtc {
    display: block;
    clear: both;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.23);
    position: relative;
    margin-bottom: 30px;
}

.card-user-vtc-overlay {
    position: absolute;
    left: -6px;
    right: -6px;
    top: -6px;
    bottom: -6px;
    background-size: cover;
    background-position: left;
    /* -webkit-filter: blur(20px); */
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: blur(6px);
    opacity: 0.6;
}

.card-user-vtc header {
    display: block;
    padding: 0;
    position: relative;
    overflow: hidden;
    min-height: 300px;
    background-image: linear-gradient(296deg, #fa6816 13%, #f2295b 100%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.card-user-vtc content {
    display: block;
    position: inherit;
    position: relative;
    background-color: #fff;
}

.card-user-vtc content .card-user-vtc-profile {
    max-width: 80px;
    max-height: 80px;
    display: block;
    margin: -27px 0 0 0;
    position: absolute;
    top: 76px;
    left: 33px;
}

.wavy {
    background-image: url(includes/img/wave.png);
    width: 100%;
    display: block;
    height: 100px;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: absolute;
    top: -115px;
    left: 0;
    right: 0;
}

.card-user-vtc content .card-user-vtc-profile .circle {
    max-width: 80px;
    max-height: 80px;
    display: block;
    border-radius: 50%;
    border: 3px #fff solid;
    overflow: hidden;
}

.card-user-vtc content .card-user-vtc-profile span.online {
    background-color: #00CC00;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 20%;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #0c0;
    cursor: pointer;
}

.card-user-vtc content .staff-name {
}

.card-user-vtc content .staff-name h3 {
    font-weight: 100;
    margin-bottom: 0;
}

.card-user-vtc content .staff-name span.sk {
    font-size: 12px;
}

.card-user-vtc content .staff-descriptions {
    padding: 0 2em;
    text-align: left;
    font-style: italic;
    margin-bottom: 6em;
}

.staff-desc-quote {
    border-left: 5px solid #f58523;
    font-size: 14px;
    margin-bottom: 0;
}

/*.card-user-vtc content .staff-descriptions em{margin: 0 10px;}*/
.card-user-vtc footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.card-user-vtc footer ul.staff-social {
    margin: 0;
    display: block;
    text-align: center;
    padding: 0;
    margin-bottom: 1.5em;
}

.card-user-vtc footer ul.staff-social li {
    margin: 0;
    display: inline-block;
    text-align: center;
    padding: 0;
}

.card-user-vtc footer ul.staff-social li a {
    padding: 0;
    margin: 0 15px;
    display: inline-block;
    color: #8F8F8F;
}

.card-user-vtc footer ul.staff-social li a.pulse-able:before {
    border: 1px solid #8F8F8F;
}

.card-user-vtc footer ul.staff-social li a.pulse-able:hover {
    text-shadow: 0px 0px 3px #8F8F8F;
}

/*--- Bubble effect ---*/
a.pulse-able {
    position: relative;
    color: #fff;
    font-size: 20px;
    width: 27px;
    height: 27px;
    display: inline-block;
    text-align: center;
    -moz-transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
    -o-transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
    -webkit-transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
}

a.pulse-able:hover {
    text-shadow: 0px 0px 3px #fff;
}

a.pulse-able:hover::before {
    opacity: 1;
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -moz-transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
    -o-transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
    -webkit-transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
}

a.pulse-able:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: none;
    border: 1px solid #fff;
    border-radius: 50%;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 275ms;
    -o-transition-duration: 275ms;
    -webkit-transition-duration: 275ms;
    transition-duration: 275ms;
    -moz-transition-timing-function: cubic-bezier(0.53,-0.67,0.73,0.74);
    -o-transition-timing-function: cubic-bezier(0.53,-0.67,0.73,0.74);
    -webkit-transition-timing-function: cubic-bezier(0.53,-0.67,0.73,0.74);
    transition-timing-function: cubic-bezier(0.53,-0.67,0.73,0.74);
}

/*--- Hero Section ---*/
.section-hero {
    text-align: left;
    padding-top: 4vh;
    padding-bottom: 20vh;
    background-size: cover;
    background-position: center;
}

.section-hero .hero-inner-content {
    margin-top: 10em;
}

.section-hero.full-height {
    min-height: 100vh;
}

.section-hero.has-overlay {
    position: relative;
}

.section-hero .container {
    position: relative;
}

.section-hero .container .partner {
    max-width: 200px;
    position: absolute;
    right: 0;
    min-width: 100px;
}

.section-hero.has-overlay:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
}

.section-hero.has-overlay:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
    background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
    background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}

/* .section-hero h1 {
    text-align: left;
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', helvetica, arial;
} */

.section-hero h1.title {
    color: #fff;
    font-weight: 900;
    font-size: 60px;
    display: block;
    padding: 0;
    position: relative;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    text-align: left;
    max-width: 840px;
    text-shadow: 2px 1px 2px rgba(0,0,0,0.4);
    /* font-family: "Roboto", Sans-serif; */
}

.section-hero h1.title span {
    color: #f58523;
}

.section-hero h1.title:before {
    /*content: "";*/
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #ffdcbe;
    position: absolute;
    top: -4px;
    left: 50%;
    right: auto;
    border-radius: 50%;
}

.section-hero content {
    color: #fff;
    /* font-weight: 100; */
    font-size: 37px;
    display: block;
    padding-top: 0px;
    position: relative;
    text-align: left;
}

.section-hero content p {
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 4px 3px 7px rgba(0,0,0,1);
    /* text-shadow: 2px 1px 2px rgba(0,0,0,0.4); */
}

.section-hero ul.hero-links {
    display: block;
    margin: 5vh 0 0 0;
    padding: 0;
}

.section-hero ul.hero-links li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 15px;
    /*border: 2px #fff solid;*/
    font-size: 18px;
    font-weight: 800;
}

.section-hero ul.hero-links li a {
    color: #fe4b07;
    padding: 13px 50px;
    -moz-transition-duration: 275ms;
    -o-transition-duration: 275ms;
    -webkit-transition-duration: 275ms;
    transition-duration: 275ms;
    display: block;
    border-radius: 60px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    background-image: linear-gradient(296deg, #fa6816 13%, #f2295b 100%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    color: #fff;
    box-shadow: 0 0 15px #fe4b0775;
    text-decoration: none;
    background-color: rgb(251, 125, 15);
}

.section-hero ul.hero-links li a:hover {
    /*background-image: linear-gradient(296deg, #fa6816 13%, #f2295b 100%);    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;    color:#fff;    box-shadow: 0 0 15px #fe4b0775;    text-decoration: none;    background-color: rgb(251, 125, 15);*/
    background-image: unset;
    box-shadow: 0 0 15px #ffffffc7;
    background-color: #fff;
    color: #fe4b07;
}

.section-hero ul.hero-links li a:hover {
    /*   background-color: rgba(255, 255, 255, 0.65); */
}

.section-hero .our-clients {
    position: initial;
    left: 0;
    right: 0;
    bottom: 5vh;
    margin-top: 5vh;
}

.section-hero.full-height .our-clients {
    position: absolute;
}

.section-hero .our-clients h3 {
    font-size: 13px;
    color: #fff;
}

.section-hero .our-clients h3:before {
    content: "";
}

.section-hero .our-clients h3:after {
    content: "";
}

.section-hero .our-clients ul {
    margin: 3em 0 0 0;
    padding: 0;
    display: block;
    overflow: hidden;
}

.site__nav__toggle_icon {
    background-image: url(includes/img/menu.png);
    display: block;
    width: 25px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.gecko-navigation-bar-container.is-sticky .site__nav__toggle_icon {
    background-image: url(includes/img/menu-on.png);
}

.section-hero .our-clients ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
    max-height: 60px;
}

.section-hero .our-clients ul li img {
    max-height: 60px;
    width: auto;
}

.section-hero .our-clients-container {
    position: relative;
}

.section-hero .site-logo {
    display: block;
    max-width: 200px;
    margin: 0 auto;
}

.section-hero .site-logo img {
}

.scroll-link {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
}

.center-it {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mouse {
    display: inline-block;
    height: 44px;
    width: 28px;
    border-radius: 12px;
    border: 2px solid #fff;
    text-align: center;
}

.mouse:after {
    display: inline-block;
    height: 8px;
    width: 8px;
    background-color: #fff;
    border-radius: 50%;
    content: "";
    -webkit-animation: scroll 1.3s ease-out infinite forwards;
    -moz-animation: scroll 1.3s ease-out infinite forwards;
    animation: scroll 1.3s ease-out infinite forwards;
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes scroll {
    0% {
        -moz-transform: translateY(0);
    }

    50% {
        -moz-transform: translateY(10px);
    }

    100% {
        -moz-transform: translateY(0);
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

/*--- Lined ---*/
.input-group, .lined {
    display: table;
}

.lined {
    text-align: center;
    margin: auto;
    width: 100%;
    white-space: nowrap;
}

.home-intro .customers .lined {
    max-width: 620px;
    font-size: .875em;
}

.lined div:first-child {
    width: 45%;
    text-align: left;
    padding: 0;
}

.lined div:first-child:before, .lined div:last-child:before {
    content: " ";
    width: 100%;
    height: 1px;
    border-top: 1px solid rgba(221,221,221,.3);
    vertical-align: middle;
}

.logo, .nav, .nav li, .btn, .form input, .form select, .form .dd, .icon, .lined img, .lined div:first-child:before, .lined div:last-child:before, .advantages_i, .home-quote .social_i {
    display: inline-block;
}

.lined div {
    padding: 0 20px;
}

.input-group .form-control, .input-group .input-group-btn, .lined div {
    display: table-cell;
    font-size: 16px;
    font-weight: 800;
}

.lined div:last-child {
    width: 45%;
    text-align: right;
    padding: 0;
}

.lined div:first-child:before, .lined div:last-child:before {
    content: " ";
    width: 100%;
    height: 1px;
    border-top: 1px solid rgba(221,221,221,.3);
    vertical-align: middle;
}

.lined-c {
    color: #fff;
}

/*--- Testimonial ---*/
.section-testimonial {
    /*   background-color: #f58523; */
    color: #fff;
    padding: 20vh 0;
    background-image: linear-gradient(296deg, #fa6816 13%, #ff4500 100%);
}

.section-testimonial .section-testimonial-title {
    display: inline-block;
    float: left;
    width: 50%;
}

.section-testimonial .section-testimonial-title h2.section-title {
    text-align: right;
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    margin: 0;
}

.section-testimonial .section-testimonial-title .testimonial-icons {
    display: block;
    text-align: right;
}

.section-testimonial .section-testimonial-title .testimonial-icons i {
    font-size: 25px;
    border: 1px #fff solid;
    border-radius: 50%;
    padding: 11px;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

.section-testimonial .section-testimonial-title .section-descriptions {
    text-align: right;
    padding: 0;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 300;
}

.section-testimonial .section-testimonial-items {
    display: inline-block;
    float: left;
    padding: 0 2em;
    width: 50%;
    position: relative;
}

.section-testimonial .section-testimonial-items:before {
    content: "\f10e";
    font-family: FontAwesome;
    position: absolute;
    color: rgba(255, 255, 255, 0.24);
    font-size: 5em;
    top: -40px;
}

.section-testimonial .section-testimonial-items li {
    position: relative;
    margin: 0 15px;
    padding: 0 15px;
    font-size: 15px;
}

.section-testimonial .section-testimonial-items .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

.section-testimonial .section-testimonial-items .testimonial-items-author {
    margin-top: 2em;
    display: block;
    overflow: hidden;
    text-align: right;
    padding: 0 15px;
}

.section-testimonial .section-testimonial-items .profile-circle {
    display: inline-block;
    max-width: 100px;
    max-height: 100px;
    border-radius: 50%;
    overflow: hidden;
    float: right;
    margin-left: 2em;
    border: 4px rgba(255, 255, 255, 0.55) solid;
}

.section-testimonial .section-testimonial-items h5 {
    font-weight: 600
}

.section-testimonial .section-testimonial-items h6 {
}

/*--- BxSlider Control ---*/
.section-testimonial .bx-wrapper .bx-pager.bx-default-pager a:hover,.section-testimonial .bx-wrapper .bx-pager.bx-default-pager a.active,.section-testimonial .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #fff;
}

.section-testimonial .bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent;
    border: 2px #fff solid;
}

/*--- Parallax ---*/
.section-parallax {
    padding: 18em 0;
    position: relative;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}

.parallax-inner {
    background-color: #ffffffe0;
    color: #595959;
    padding: 4em;
    text-align: left;
    max-width: 50%;
    float: right;
    width: 100%;
}

.parallax-inner .section-descriptions {
    padding: 0;
}

.parallax-inner .section-descriptions p {
    text-align: left;
    font-size: 18px;
}

.section-parallax-header {
    padding: 0;
    top: 45px;
}

.section-parallax h2.section-title {
    font-size: 32px;
    font-family: 'goodtime', sans-serif;
    text-align: left;
    text-transform: uppercase;
    color: #333;
    margin: 0 0 1.5em 0;
}

.parallax-btn {
    display: block;
    overflow: hidden;
    text-align: center;
}

h2.contact-header {
    font-weight: 100;
    margin-top: 0;
    font-size: 38px;
    padding-bottom: 15px;
    border-bottom: 1px #ece9e9 solid;
}

.contact-form .gform_wrapper .top_label li.gfield.gf_left_half,.contact-form .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 100%;
    margin: 0 0 8px 0;
}

.contact-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border-radius: 0;
    border: 1px #ddd solid;
    box-shadow: none;
}

.contact-form .gform_wrapper .top_label .gfield_label {
    font-size: 14px;
    color: #717171;
    text-transform: capitalize;
    font-weight: 600 !important;
    margin: 0;
}

.gform_wrapper textarea.medium {
    height: 160px;
    width: 100%;
    border-radius: 0;
    background-color: #f5f5f5;
    box-shadow: none;
}

.contact-single-content {
}

.contact-single-content img {
    max-width: 250px;
    margin-top: 2em;
}

.portfolio-details h2, .portfolio-card-title {
    font-size: 18px;
    color: #4c4c4c;
    padding: 0;
    margin: 0;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1.3em;
    font-family: 'Larsseit-B', sans-serif;
}

.footer-contact-container {
    /*background: linear-gradient(-45deg, #fa6718, #e92957, #f33353, #fa6718);*/
    /*background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);*/
    /*background: linear-gradient(-45deg, #fa6718, #e92957, #fa6718, #e92957);
    background-size: 300% 300%;
    -webkit-animation: Gradient 7s ease infinite;
    -moz-animation: Gradient 7s ease infinite;
    animation: Gradient 7s ease infinite;
    padding: 60px 48px;
    text-align: center;*/
}

.footer-contact-container:hover a {
    /*  background: #f58523;-webkit-transition:background 0.35s;-o-transition:background 0.35s;transition:background 0.35s;border-bottom: 1px solid #ECA482;*/
    /*background-color: #fff;
    color: #000;
    box-shadow: 0 0 20px #ffffff;*/
}

.footer-contact-container:hover a i {
    background-image: url(includes/img/next-on.png);
}

.footer-contact-container a {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    padding: 20px 60px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-weight: 100;
    border: 1px #fff solid;
    border-radius: 100px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    line-height: 24px;
    -webkit-transition: background 0.35s;
    -o-transition: background 0.35s;
    transition: background 0.35s;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.footer-contact-container a i {
    background-image: url(includes/img/next-off.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 23px;
    height: 23px;
    width: 35px;
    display: inline-block;
    float: right;
}

.section-service {
    display: block;
    overflow: hidden;
    margin: 10em 0 4em 0;
}

.section-service .section-content {
    display: inline-block;
    width: 50%;
    float: left;
}

.section-service .section-content h2 {
    font-weight: 500;
    font-size: 30px;
    margin: 0 0 1em 0;
    font-family: 'Open Sans',sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.section-service .section-content .info {
    color: #3e3e3e;
    font-size: 20px;
    font-weight: 300;
    display: block;
    overflow: hidden;
    clear: both;
    margin: 0 0 3em 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.section-service .section-picture {
    display: inline-block;
    width: 50%;
    float: right;
}

.section-service .section-content a.section-btn {
    background-color: #f58523;
    color: #fff;
    padding: 12px 30px;
    font-weight: 100;
    text-transform: uppercase;
    border-radius: 20px;
    display: inline-block;
    font-size: 12px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.section-service .section-content a.section-btn:hover {
    background-color: #fe5400;
    text-decoration: none;
}

.sv-section-1 {
    position: relative;
    padding: 10em 0;
    padding: 0;
    /*       Alex edit  */
}

.sv-section-1:after {
    content: "";
    height: 150px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: -75px;
    left: -70px;
    right: -70px;
}

.services-page {
    overflow: hidden;
}

.sv-section-2 {
    background-color: #f9f9f9;
    padding: 9em 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.sv-section-2 .section-service .section-content h2,.sv-section-4 .section-service .section-content h2 {
    color: #fe5400;
    overflow: hidden;
    padding-bottom: 40px;
    margin: 0;
}

.sv-section-2 .section-service .section-content h2 span,.sv-section-4 .section-service .section-content h2 span {
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 45px;
    padding: 2px 15px 8px;
    background-color: #fe5400;
}

.sv-section-2 .section-service .section-content h2 span:after,.sv-section-4 .section-service .section-content h2 span:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 1000px;
    height: 40px;
    box-shadow: -8px 13px 18px 0 rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.sv-section-2 .section-service .section-content .info,.sv-section-4 .section-service .section-content .info {
    background-color: #FF7400;
    color: #fff;
    padding: 15px;
    margin-top: -32px;
}

.sv-section-2 .section-service .section-content {
    float: right;
    width: 60%;
}

.sv-section-2 .section-service .section-picture {
    float: left;
    width: 40%;
}

.sv-section-3 {
}

.sv-section-3 .section-service .section-content {
    width: 100%;
    text-align: center;
}

.sv-section-3 .section-service .section-content h2 {
    color: #fe5400;
}

.sv-section-3 .section-service .section-picture {
    width: 100%;
}

.sv-section-3 .section-service .section-content .info {
    font-size: 2em;
    font-weight: 100;
    color: #000;
}

.sv-section-4 .section-service .section-content h2 {
    color: #fe5400;
}

.sv-section-4 .section-service .section-content {
    width: 60%;
}

.circle-shade-container {
}

.circle-shade-container span {
    background-color: rgba(245, 133, 35, 0.05);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.circle-shade-container span:nth-child(1) {
    border-radius: 100%;
    left: -64%;
    bottom: -9%;
    right: -40%;
    background-position: right;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.circle-shade-container span:nth-child(2) {
    border-radius: 100%;
    left: -37%;
    right: -67%;
}

.circle-shade-container span:nth-child(3) {
    border-radius: 100%;
    left: -60%;
    right: -56%;
}

.circle-shade-container span:nth-child(4) {
    border-radius: 100%;
    left: -66%;
    right: -59%;
}

.circle-shade-container span:nth-child(5) {
    top: -6%;
    left: -24%;
    right: -19%;
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
}

.circle-shade-container span:nth-child(6) {
    top: -6%;
    left: -24%;
    right: -19%;
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
}

.sv-section-4 {
    position: relative;
    padding: 16em 0;
    margin: 5em 0;
}

.sv-section-4 .section-service {
    position: relative;
    z-index: 1;
}

.clean-template {
    font-family: "Larsseit-M";
    margin-top: 11em;
    color: #333333;
}

.clean-template header {
    display: block;
    overflow: hidden;
    clear: both;
}

.clean-template h1.page-title {
    font-size: 54px;
    font-family: "Larsseit-B";
    text-align: right;
}

.clean-template .page-intro {
    font-size: 27px;
    padding: 20px 0;
    max-width: 360px;
    text-align: right;
    display: block;
    float: right;
}

.clean-template .showcase {
    display: block;
    overflow: hidden;
    clear: both;
    position: relative;
}

.clean-template .showcase content {
    display: block;
    overflow: unset;
    padding: 4em 0;
    max-width: 60%;
    position: absolute;
    top: 10%;
}

.clean-template .showcase content .inner {
    display: block;
    overflow: hidden;
}

.clean-template .showcase content h2 {
    font-family: "Larsseit-B";
    font-size: 35px;
    margin-bottom: 1em;
}

.clean-template .showcase content .desciptions {
    font-size: 20px;
}

.clean-template .showcase .showcase-picture {
    display: block;
    overflow: hidden;
    max-width: 70%;
    float: right;
}

.section-price-table {
    background-color: #f5f5f5;
}

.section-pricing {
    display: block;
    overflow: hidden;
    padding: 10em 0;
}

.section-pricing h4 {
    text-align: center;
    font-weight: 100;
    font-size: 6em;
    margin: 0 0 1em 0;
    color: #333;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: 'Abril Fatface', cursive;
}

.section-pricing .desc {
    font-family: 'Open Sans', sans-serif;
    padding: 0 8em;
    font-size: 18px;
    font-weight: 100;
    text-align: center;
    margin: 0 0 4em 0;
}

ul.packages {
    display: block;
    padding: 0;
    margin: 0;
    clear: both;
}

ul.packages li {
    display: inline-block;
    width: 33.3333333333%;
    float: left;
    color: #EB602B;
}

ul.packages li {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    padding: 25px;
    border: 1px rgba(250, 101, 31, 0.83) solid;
    border-radius: 4px;
    background-color: #fff;
}

ul.packages li:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px;
}

ul.packages li:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
}

ul.packages li h5 {
    font-family: 'Larsseit-B', sans-serif;
    font-size: 40px;
    margin: 0;
    background-image: linear-gradient(296deg, #fa6816 13%, #f2295b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 40px;
}

ul.packages li .price {
    font-weight: 100;
    font-size: 80px;
    margin: 30px 0;
    clear: both;
    position: relative;
}

ul.packages li .price span {
    font-family: 'Larsseit-B', sans-serif;
    background-image: linear-gradient(296deg, #fa6816 13%, #f2295b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-left: 12px;
}

ul.packages li.highlight .price span {
    background-image: unset;
    color: #fff;
    -webkit-text-fill-color: unset;
}

ul.packages li .price i {
    font-style: normal;
    font-size: 16px;
    position: absolute;
    top: 30px;
    left: 0;
    -webkit-text-fill-color: #f22b5a;
}

ul.packages li .sub-title {
    padding: 0;
    font-weight: 700;
    font-size: 12px;
}

ul.packages li.highlight .price span i {
    -webkit-text-fill-color: #ffffff;
}

ul.packages li.highlight {
    background-image: linear-gradient(296deg, #fa6816 13%, #f2295b 100%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    color: #fff;
    margin: -20px -1px -20px -1px;
    border: none;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.49);
    position: relative;
}

ul.packages li.highlight h5 {
    background-image: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: unset;
}

ul.packages li content .price-info p {
    font-weight: 200;
    text-align: left;
    font-size: 14px;
}

ul.packages li ul.feature-items {
    margin: 0;
    padding: 0 20px;
    display: block;
    overflow: hidden;
}

ul.packages li ul.feature-items li {
    display: block;
    width: 100%;
    border: none;
    padding: 3px 0;
    font-size: 13px;
}

ul.packages li.highlight ul.feature-items li {
    color: #fff;
    background-color: transparent;
}

ul.packages li .price-info {
    margin-bottom: 2em;
}

ul.packages li content h6 {
    font-weight: 600;
    font-size: 13px;
}

ul.packages li ul.feature-items li:before {
    content: "\f058";
    font-family: FontAwesome;
    margin-right: 10px;
}

ul.packages li footer {
    display: block;
    overflow: hidden;
    text-align: center;
    margin: 3em 0 0 0;
    padding: 10px 40px;
}

ul.packages li footer .pricing-btn {
    padding: 8px 0;
    display: block;
    font-family: 'Larsseit-B', sans-serif;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.34);
    background-image: linear-gradient(296deg, #fa6816 13%, #f2295b 100%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    font-size: 22px;
}

ul.packages li.highlight footer .pricing-btn {
    background-color: #fff;
    background-image: unset;
}

ul.packages li.highlight footer .pricing-btn span {
    background-image: linear-gradient(296deg, #fa6816 13%, #f2295b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.loaders {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
}

.loaders .loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
    max-width: 25%;
    height: 200px;
    align-items: center;
    justify-content: center;
}

@-webkit-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.ball-scale-multiple {
    position: relative;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

.ball-scale-multiple > div:nth-child(2) {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.ball-scale-multiple > div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.ball-scale-multiple > div {
    background-color: #F00;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    left: -30px;
    top: 0px;
    opacity: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
    animation: ball-scale-multiple 1s 0s linear infinite;
}

.loader-container {
    position: relative;
    float: left;
    width: 50px;
    height: 50px;
}

#loaders::before, #loaders::after {
    content: "";
    display: table;
}

#loaders::after {
    clear: both;
    overflow: hidden;
}

.loader-container .loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.ball-pulse-double .loader {
    width: 100px;
    height: 100px;
}

.ball-pulse-double .ball-1, .ball-pulse-double .ball-2 {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 50%;
    height: 50%;
    background-color: #F00;
    border-radius: 50%;
    animation: ballPulseDouble 2s ease-in-out infinite;
    opacity: .5;
}

.ball-pulse-double .ball-2 {
    animation-delay: -1s;
}

@keyframes ballPulseDouble {
    0%, 100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

.marker {
    padding: 20px;
}

.pulse {
    width: 15px;
    height: 15px;
    background: #ff6d4a;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    border: 3px #fff solid;
}

@keyframes animate {
    0% {
        box-shadow: 0 0 0 0 rgba(255,109,74,.7),0 0 0 0 rgba(255,109,74,.7)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255,109,74,.0),0 0 0 20px rgba(255,109,74,0)
    }
}

.staff-contactpage {
}

.staff-contactpage .section-staff:before {
    background-color: transparent;
}

.subscribe-contactpage {
    background-image: linear-gradient(296deg, #fa6816 13%, #f2295b 100%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 12em 0 8em 0;
    color: #fff;
}

.subscribe-contactpage h1 {
    font-family: 'goodtime', sans-serif;
    margin: 0 0 1em 0;
    font-size: 4em;
    text-transform: uppercase;
}

.subscribe-contactpage .news-letter-info {
    font-size: 17px;
    font-weight: 100;
}

.subscribe-form {
    display: block;
    position: relative;
}

.subscribe-form input[type="email"] {
    width: 100%;
    padding: 13px;
    border-radius: 40px;
    border: 1px #fff solid;
}

.subscribe-form input[type="submit"] {
    display: inline-block;
    position: absolute;
    z-index: 99999999;
    top: 0;
    right: 0;
    background-image: linear-gradient(296deg, #fa6816 13%, #f2295b 100%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    color: #fff;
    padding: 9px 21px;
    border: 5px #fff solid;
    border-radius: 40px;
    font-weight: 800;
    text-transform: uppercase;
}

.contact-page-form {
    position: absolute;
    background-color: #fff;
    right: 0;
    padding: 40px 80px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.27);
}

.hamburger--form .gform_wrapper .top_label .gfield_label,.contact-page-form .contact-form .gform_wrapper .top_label .gfield_label {
    display: none;
}

.hamburger--form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.hamburger--form .gform_wrapper textarea.medium {
    border: none;
    width: 100% !important;
    padding: 10px 13px;
    display: block;
    height: unset;
    border-radius: 0;
    color: #fff;
    font-weight: 100;
    background-color: rgba(255, 255, 255, 0.27);
    box-shadow: unset;
}

.hamburger--form .gform_wrapper textarea.medium {
    max-height: 160px;
}

.hamburger-menu-inner {
    padding: 6em 0 0 0;
}

.hamburger-menu-inner .gform_wrapper .top_label li.gfield.gf_left_half,.hamburger-menu-inner .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 100%;
}

.hamburger-menu-inner #hamburger__menu {
    display: block;
    overflow: hidden;
    margin: 0;
}

.hamburger-menu-inner #hamburger__menu ul {
    display: inline-block;
    width: 50%;
    float: left;
    text-align: left;
    padding: 0;
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

body.nav--open .hamburger--menu .hamburger-menu-inner #hamburger__menu ul {
    opacity: 1;
    padding-top: 30px;
}

.header-intro {
    display: block;
    margin: 0 0 3em 0;
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

body.nav--open .hamburger--menu .hamburger-menu-inner .header-intro {
    opacity: 1;
    padding-top: 30px;
}

.hamburger-menu-inner .hamburger--form .gform_wrapper {
    max-width: 100%;
}

.hamburger-menu-inner h4.hamburger-form-header {
    color: #fff;
    font-size: 25px;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    position: relative;
    padding: 0 0 15px 0;
}

.hamburger-menu-inner .hamburger-form {
    display: block;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

body.nav--open .hamburger--menu .hamburger-menu-inner .hamburger-form {
    opacity: 1;
    padding-top: 30px;
}

.hamburger-menu-inner h4.hamburger-form-header:before {
    content: "";
    position: absolute;
    left: 22%;
    height: 2px;
    bottom: 0px;
    border-radius: 20px;
    background-color: #fff;
    width: 8px;
}

.hamburger-menu-inner h4.hamburger-form-header:after {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    bottom: 0px;
    border-radius: 20px;
    background-color: #fff;
    width: 20%;
}

.header-intro h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    margin: 0 0 20px 0;
}

.header-intro content {
    color: #fff;
    font-weight: 100;
}

.hamburger--form .gform_wrapper .medium::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffffa1;
    opacity: 1;
    /* Firefox */
}

.hamburger--form .gform_wrapper .medium:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffffa1;
}

.hamburger--form .gform_wrapper .medium::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ffffffa1;
}

.contact-page-form .contact-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.contact-page-form .gform_wrapper textarea.medium {
    border: 1px #fa651d solid;
    width: 100% !important;
    background-color: #fff;
    padding: 10px 13px;
    display: block;
    height: unset;
    border-radius: 0;
}

body #hamburger__menu .hamburger--form .gform_wrapper input[name="input_1"],body #hamburger__menu .hamburger--form .gform_wrapper input[name="input_3"] {
    width: 98% !important;
}

.contact-form .gform_wrapper .top_label li.gfield.gf_left_half,.contact-form .gform_wrapper .top_label li.gfield.gf_right_half,.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0!important;
}

.hamburger--form .gform_wrapper .gform_footer input.button {
    display: inline-block;
    background-image: unset;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 9px 40px;
    border-radius: 40px;
    font-weight: 800 !important;
    text-transform: uppercase;
    font-size: 14px !important;
    margin-right: 0;
    background-color: #fff;
    color: #f74841;
    box-shadow: 0 0 3px #3333334a;
}

.contact-page-form .gform_wrapper .gform_footer input.button {
    display: inline-block;
    background-image: linear-gradient(296deg, #fa6816 13%, #f2295b 100%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    color: #fff;
    padding: 9px 21px;
    border-radius: 40px;
    font-weight: 800 !important;
    text-transform: uppercase;
    font-size: 14px !important;
    margin-right: 0;
}

h2.contact-header span {
    font-family: 'Larsseit-B', sans-serif;
    background-image: linear-gradient(296deg, #fa6816 13%, #f2295b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-chanel {
    display: block;
    overflow: hidden;
    margin: 4em 0 8em 0;
}

.contact-info {
    font-weight: 100;
    text-align: center;
}

.contact-info p {
    font-weight: 100;
}

.contact-info .contact-chanel a {
    padding: 7px 0 7px 30px;
    background-size: 21px;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: 0 8px;
    font-size: 18px;
}

.contact-info .contact-chanel a.phone {
    background-image: url(includes/img/phone.png);
}

.contact-info .contact-chanel a.mail {
    background-image: url(includes/img/mail.png);
}

@media screen and (max-width: 1199px) {
    .site-header-inner img {
        margin-top: 6px;
    }

    .page-cover {
        height: 400px;
    }

    .page-cover .cover-inner h1.post-title {
        font-size: 70px;
    }
}

@media screen and (max-width: 991px) {
    .wrapfixed {
        background-image: none;
    }

    .page-cover {
        height: 300px;
    }

    .page-cover .cover-inner h1.post-title {
        font-size: 60px;
    }
}

@media (max-width: 992px) {
    #portfolio-items .mix {
        width: 100%;
    }

    #second-nav {
        top: 70px;
    }

    .card-user-hoz header {
        width: 100%;
        padding: 10em 2em 4em 2em;
        background-color: #fff;
        overflow: hidden;
    }

    .card-user-hoz header .card-user-hoz-profile {
        max-width: 200px;
        max-height: 200px;
        margin: 0 auto;
        border-radius: 50%;
        overflow: hidden;
        position: inherit;
        z-index: 1;
        border: 5px #fff solid;
    }

    .card-user-hoz header:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .card-user-hoz content {
        width: 100%;
        padding: 2em;
        background-color: #fa6816;
        margin-top: -3px;
    }

    .card-user-hoz content .staff-descriptions {
        width: 100%;
    }

    .card-user-hoz header:before {
        content: "";
        position: absolute;
        top: inherit;
        left: -62px;
        bottom: -127px;
        background-color: #fa6816;
        width: initial;
        transform: rotate(-19deg);
        z-index: 1;
        right: -71px;
        height: 250px;
    }

    .card-user-hoz content .staff-name h3 {
        display: inline-block;
    }

    .card-user-hoz content .staff-name {
        text-align: center;
    }

    .card-user-hoz content .staff-name h3 {
        display: inline-block;
    }

    .card-user-hoz content .staff-name span.sk {
        float: none;
        display: block;
        text-align: center;
    }

    .card-user-hoz content {
        padding-bottom: 5em;
    }

    .section-hero .our-clients {
        position: initial;
        margin-top: 3em;
    }

    .section-testimonial .section-testimonial-title,.section-testimonial .section-testimonial-items {
        width: 100%;
    }
}

/*@keyframes NAME-YOUR-ANIMATION {0%   { transform: rotate(0deg); }5% { transform: rotate(1deg); }10% { transform: rotate(2deg); }15% { transform: rotate(3deg); } 20%   { transform: rotate(4deg); }25% { transform: rotate(5deg); }30% { transform: rotate(6deg); }35% { transform: rotate(7deg); } 40%   { transform: rotate(8deg); }45% { transform: rotate(9deg); }50% { transform: rotate(10deg); }55% { transform: rotate(11deg); }60% { transform: rotate(10deg); }65% { transform: rotate(9deg); } 70%   { transform: rotate(8deg); }75% { transform: rotate(7deg); }80% { transform: rotate(6deg); }85% { transform: rotate(5deg); } 90%   { transform: rotate(4deg); }95% { transform: rotate(3deg); }100% { transform: rotate(1deg); }}*/
@keyframes NAME-YOUR-ANIMATION {
    0% {
        transform: rotate(-5deg);
    }

    50% {
        transform: rotate(-20deg);
    }

    100% {
        transform: rotate(-5deg);
    }
}

/* START MAAD */
body.nav--open {
    overflow: hidden;
}

.max--width--container {
    max-width: 1770px;
    padding: 0 25px;
}

body.home .site--header--header {
    background: transparent;
    position: fixed;
    z-index: 999999;
    left: 0;
    width: 100%;
    top: 0;
    transition: .8s cubic-bezier(.4, .01, .165, .99);
}

body.home .site--header--header.scrolled {
    background: rgba(0,0,0,0.95) !important;
    padding: 15px 0;
}

.site--header--header {
    background: #F2F2F2;
    position: relative;
    z-index: 999999;
    left: 0;
    width: 100%;
    top: 0;
    transition: .8s cubic-bezier(.4, .01, .165, .99);
}

.site--header--header.scrolled {
    position: fixed;
    background: #fff !important;
    padding: 15px 0;
}

.site--header--header.sticky {
    top: -200px;
}

.site--header--row {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.site--header--row .left--content svg {
    max-width: 25px;
}

.site--header--row .logo--content img {
    max-width: 200px;
    width: 100%;
}

.site--header--row .right--content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.site--header--row .right--content a {
    position: relative;
}

.site--header--row .right--content .ecommerce--bag {
    position: absolute;
    top: -1px;
    width: 20px;
    max-width: 20px;
}

#site__nav__toggle .menu--icon {
    fill: #333333;
    stroke-width: 25px;
    height: 7.2px;
}

.gecko-navigation-bar-container.is-sticky #site__nav__toggle .menu--icon {
    fill: #333333;
}

#site__nav__close .close--icon {
    width: 15px;
    height: 15px;
}

#site__nav__close.hide--default {
    display: none;
}

#header__nav__menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#header__nav__menu li {
    float: left;
    padding-right: 10px;
}

body.home #header__nav__menu li a {
    color: #fff;
}

#header__nav__menu li a {
    color: #000;
    font-size: 14px;
    text-transform: lowercase;
}

.hamburger--menu {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    background: transparent;
    height: 0vh;
    overflow: hidden;
    transition: 1s cubic-bezier(.4, .01, .165, .99);
    z-index: 0;
    pointer-events: none;
}

body.nav--open .hamburger--menu {
    height: 100%;
    /* height: 70%; */
    z-index: 999999;
    pointer-events: auto;
}

.hamburger--menu #site__nav__close {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
}

.hamburger--menu #site__nav__close svg {
    fill: #000;
    stroke-width: 15px;
    height: 15px;
}

#hamburger__menu {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    list-style: none;
    margin: 35px auto 0 auto;
    padding: 0;
}

#hamburger__menu li a {
    color: #ffcfb9;
    opacity: 1;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 5px 0;
    display: inline-block;
    -webkit-transition: all 0.55s ease-in-out;
    -moz-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out;
}

#hamburger__menu li a:hover {
    color: #fff;
}

#hamburger__menu ul {
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0 15px;
}

.hamburger-menu-inner #hamburger__menu ul li.current_page_item a {
    color: #fff;
}

#hamburger__menu li.custom--menu--header {
    margin-bottom: 15px;
}

#hamburger__menu li.custom--menu--header p {
    /* border-bottom: 1px solid #fff; */
    color: #fff;
    font-size: 25px;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    position: relative;
    padding: 0 0 15px 0;
    /*opacity: 0;    -webkit-transition: all 1s ease-in-out;    -moz-transition: all 1s ease-in-out;    transition: all 1s ease-in-out;*/
}

#hamburger__menu li.custom--menu--header p:before {
    content: "";
    position: absolute;
    left: 22%;
    height: 2px;
    bottom: 0px;
    border-radius: 20px;
    background-color: #fff;
    width: 8px;
}

#hamburger__menu li.custom--menu--header p:after {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    bottom: 0px;
    border-radius: 20px;
    background-color: #fff;
    width: 20%;
}

.hamburger--menu .top--white {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 50vh;
    background: #fff7f2;
}

.hamburger--menu .top--white .top-right-btn {
    position: absolute;
    right: 3%;
    top: 6%;
}

.hamburger--menu .top--white .top-right-btn i {
    font-size: 2em;
    color: #000;
}

.hamburger--menu .bottom--transparent {
    height: 50vh;
    background: rgba(255,255,255,0.5);
}

.hamburger--menu .hamburger--form {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin: 35px auto 0 auto;
}

.hamburger--form .gform_wrapper {
    max-width: 80%;
    margin: 0 !important;
}

.hamburger--form .gform_wrapper li {
    margin: 0 !important;
}

body.page-template-template-preview-site .gecko-sticky-popup-container,body.page-template-template-preview-site #wpadminbar {
    display: none;
}

.staff-card {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 15px;
    border-radius: 0;
    margin-bottom: 30px;
}

.staff-card .blured-bg {
    position: absolute;
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
    -webkit-filter: blur(30px);
    -moz-filter: blur(30px);
    -o-filter: blur(30px);
    -ms-filter: blur(30px);
    filter: blur(30px);
    background-size: cover;
}

.staff-card content {
    display: block;
    background-color: rgba(253, 253, 253, 0.4);
    position: relative;
    width: 100%;
    z-index: 2;
    text-align: left;
    padding: 0 15px 5px 15px;
}

.staff-card content h4 {
    font-size: 22px;
    font-weight: 100;
    margin: 0;
    text-transform: uppercase;
}

.staff-card content h5 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

.staff-card content h6 {
    font-weight: 100;
    margin: 5px 0 8px 0;
}

.staff-card content .staff-name {
    text-align: left;
    color: #666666;
}

.staff-card header {
    height: 90px;
    position: relative;
    margin-top: 250px;
    overflow: hidden;
    z-index: 2;
    -webkit-transition: all 0.55s ease-in-out;
    -moz-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out;
}

.staff-card header:before {
    content: "";
    background-color: rgba(253, 253, 253, 0.4);
    display: block;
    transform: rotate(-12deg);
    position: absolute;
    top: 45px;
    left: -200px;
    right: -200px;
    height: 490px;
}

.staff-card blockquote {
    display: block;
    border: none;
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.81);
    font-style: italic;
    font-weight: 100;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 40px;
    z-index: 2;
}

.staff-card footer {
    display: block;
    background-color: transparent;
    position: inherit;
    padding: 4px 0;
    overflow: hidden;
    margin-top: -4px;
    z-index: 2;
}

.staff-card footer .staff-social {
    display: block;
    text-align: center;
    margin: 0;
    padding: 8px 0;
    box-shadow: 0 0 4px #3333333d;
    background-color: rgba(255, 255, 255, 0.77);
}

.staff-card footer .staff-social li {
    display: inline-block;
    padding: 0 15px;
    position: relative;
}

.staff-card footer .staff-social li:after {
    content: "";
    background-color: #bfbfbf;
    position: absolute;
    top: 8px;
    bottom: 8px;
    width: 1px;
    right: 0;
}

.staff-card footer .staff-social li:last-child:after {
    display: none;
}

.staff-card footer .staff-social li a.pulse-able {
    color: #666666;
    font-size: 14px;
    line-height: 27px;
}

.staff-card header .card-user-vtc-profile {
    position: absolute;
    left: 50%;
    top: 0px;
}

.staff-card header .card-user-vtc-profile .circle {
    width: 90px;
    height: 90px;
    border: 3px rgba(253, 253, 253, 0.4) solid;
    border-radius: 50%;
    overflow: hidden;
}

.staff-card:before {
    /*content: "";*/
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(360deg, rgba(250, 104, 22, 0.36) 13%, rgba(242, 41, 91, 0.46) 100%);
    z-index: 1;
}

.staff-card:hover header {
    height: 240px;
    position: relative;
    margin-top: 100px;
}

.staff-card header .quote {
    margin-top: 110px;
    display: block;
    padding: 15px;
    position: inherit;
    color: #666;
    text-align: center;
    font-weight: 100;
    font-style: italic;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.staff-card:hover header .quote {
    visibility: visible;
    opacity: 1;
}

.half-staff-card {
    background-color: #fff;
    padding: 0;
    margin: 0 0 2em 0;
    position: relative;
    /* border: 1px #f68524 solid; */
    border-radius: 2px;
    box-shadow: 0 0 10px #dddddd7a;
}

.half-staff-card .hsc-container {
    padding: 70px 0px 15px 20px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.half-staff-card .hsc-container .hsc-content {
    padding: 0;
    width: 60%;
    margin-left: 40%;
    position: relative;
    color: #595959;
}

.half-staff-card .hsc-container .hsc-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin-left: 0;
    width: 40%;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 60%;
    left: inherit;
    right: 0;
    -webkit-filter: grayscale(10%);
    -moz-filter: grayscale(10%);
    -o-filter: grayscale(10%);
    -ms-filter: grayscale(10%);
    filter: grayscale(10%);
    /*-webkit-transition: all 0.55s ease-in-out;  -moz-transition: all 0.55s ease-in-out;  transition: all 0.55s ease-in-out;*/
}

.half-staff-card:hover .hsc-container .hsc-image {
    -webkit-filter: grayscale(10%);
    -moz-filter: grayscale(10%);
    -o-filter: grayscale(10%);
    -ms-filter: grayscale(10%);
    filter: grayscale(10%);
}

.half-staff-card .hsc-container .hsc-content h3 {
    margin: 9px 0 0 0;
    font-size: 11px;
    color: #f68524;
    font-style: normal;
}

.half-staff-card .hsc-container .hsc-content .contact-list {
    display: block;
    margin-right: 15px;
    padding: 15px;
}

.half-staff-card .hsc-container .hsc-content .contact-list a {
    /*display: block;  background-image: linear-gradient(299deg, #EB9A4B 13%, #F4B867 100%);  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;  text-shadow: 0 0 1px #ffffffb8;  color: #000;  padding: 9px 21px;  border-radius: 40px;  font-weight: 800;  text-transform: uppercase;  font-size: 10px;  margin-right: 0;  text-align: center;  -webkit-transition: all 0.55s ease-in-out;  -moz-transition: all 0.55s ease-in-out;  transition: all 0.55s ease-in-out;*/
    display: block;
    text-align: center;
    font-size: 10px;
    color: #595959;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    background-repeat: no-repeat;
    background-position: center 8px;
    padding: 38px 0 8px 0;
    background-size: 18px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 2px;
}

.half-staff-card .hsc-container .hsc-content .contact-list a:hover {
    color: #f68524;
    text-decoration: none;
    background-color: #f9f9f9;
}

.half-staff-card .hsc-container .hsc-content .contact-list .msg {
    padding-top: 10px;
    padding-bottom: 10px;
}

.half-staff-card .hsc-container .hsc-content .contact-list .call {
    padding-top: 10px;
    padding-bottom: 10px;
}

.half-staff-card .hsc-container .hsc-content .contact-list .call a {
    background-image: url(includes/img/phone2.png);
}

.half-staff-card .hsc-container .hsc-content .contact-list .msg a {
    background-image: url(includes/img/mail2.png);
}

.half-staff-card .hsc-container .hsc-content .contact-list .call a:hover {
    background-image: url(includes/img/phone2-on.png);
}

.half-staff-card .hsc-container .hsc-content .contact-list .msg a:hover {
    background-image: url(includes/img/mail2-on.png);
}

.half-staff-card .hsc-container .hsc-content .contact-list .msg:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px #efefef solid;
    left: 0;
}

.half-staff-card .hsc-container .hsc-content h2 {
    text-align: left;
    margin: 5px 0 0 0;
    font-family: 'goodtime', sans-serif;
    font-size: 30px;
}

.half-staff-card .hsc-container .hsc-content h2 em {
    display: block;
    font-style: normal;
    font-family: 'goodtime', sans-serif;
    font-size: 16px;
}

.half-staff-card .hsc-container .hsc-content .hsc-inner {
    display: block;
    overflow: hidden;
    margin-left: 0;
}

.half-staff-card .hsc-container .hsc-content h4 {
    position: relative;
    margin-top: 30px;
}

.half-staff-card .hsc-container .hsc-content h4:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    border-top: 1px #f68524 solid;
    top: 50%;
}

.half-staff-card .hsc-container .hsc-content h4 span {
    background-color: #fff;
    position: relative;
    padding: 0 20px;
    font-size: 9px;
    display: block;
    margin-right: 180px;
    color: #f68524;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
}

.half-staff-card .hsc-container .hsc-content .hsc-qoute {
    display: block;
    padding: 20px 40px;
    font-size: 11px;
    text-align: center;
    font-style: italic;
    color: #797979;
}

.section-contact {
    padding: 10em 0;
    position: relative;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: #000;
}

.section-contact-content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50%;
    padding: 3em;
}

.section-contact-content .inner {
    display: table;
    height: 100%;
}

.section-contact-content .inner .centered {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    height: 100%;
}

.section-contact-content .inner .centered img {
    max-width: 180px;
}

.section-contact-form {
    display: inline-block;
    margin-left: 50%;
    border-left: 1px #efefef solid;
    padding: 3em;
}

.section-contact-form .gform_wrapper .top_label li.gfield.gf_left_half,.section-contact-form .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 100%
}

.section-contact-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.section-contact-form .gform_wrapper textarea.medium,.section-contact-form .contact-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.section-contact-form .gform_wrapper textarea.medium {
    border: 1px #fa651d solid;
    width: 100% !important;
    background-color: #fff;
    padding: 10px 13px;
    display: block;
    height: unset;
    border-radius: 0;
    max-height: 150px;
}

.section-contact-form .gform_wrapper .top_label .gfield_label {
    display: none;
}

.section-contact-content .inner .centered h3,.section-contact-form h3 {
    font-family: 'goodtime', sans-serif;
    background-image: linear-gradient(296deg, #fa6816 13%, #f2295b 100%);
    -webkit-background-clip: text;
    margin: 0;
    font-size: 30px;
    -webkit-text-fill-color: transparent;
}

.section-full-width-divider {
}

.flexible-content-container {
    display: block;
    margin-top: 0px;
    overflow: hidden;
    clear: both;
}

.zz-section {
    position: relative;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.zz-section-inner {
    display: block;
    overflow: hidden;
    margin: 5em 0 4em 0;
    position: relative;
}

.zz-section-inner .section-content {
    display: inline-block;
    width: 35%;
    position: absolute;
    top: 0;
    padding: 0 2em;
    bottom: 0;
}

.zz-section-inner .section-content-inner {
    display: table;
    height: 100%;
}

.section-content-centered {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.zz-section-inner .section-picture {
    display: inline-block;
    width: 65%;
    float: right;
}

.zz-section-inner .section-content h2 {
    font-weight: 100;
    font-size: 36px;
    margin: 0;
    font-family: 'Open Sans',sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    text-align: left;
}

.zz-section-inner .section-content h4 {
    text-align: right;
    /*font-weight: 100;  font-size: 20px;  margin-bottom: 1.5em;  -webkit-font-smoothing: antialiased;  text-rendering: optimizeLegibility;*/
    font-weight: 100;
    font-size: 18px;
    margin-bottom: 1.5em;
    background-image: linear-gradient(296deg, #fa6816 13%, #f2295b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 3px;
    display: inline-block;
    float: right;
}

.zz-section-inner.cRight .section-content h4 {
    float: left;
}

.zz-section-inner .section-content h2 span {
    font-family: 'Abril Fatface', cursive;
    /*background-image: linear-gradient(296deg, #fa6816 13%, #f2295b 100%);  -webkit-background-clip: text;  -webkit-text-fill-color: transparent;*/
}

.zz-section-inner .section-content .info p {
    text-align: left;
    font-size: 18px;
}

.zz-section-inner.cLeft .section-content h2 {
    text-align: right;
}

.zz-section-inner.cLeft .section-content .info p {
    text-align: right;
}

.zz-section-inner.cRight .section-content h4 {
    text-align: left;
}

.zz-section-inner .section-content .info {
    color: #3e3e3e;
    font-size: 20px;
    font-weight: 300;
    display: block;
    overflow: hidden;
    clear: both;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.zz-section-inner.cRight .section-picture {
    float: left;
}

.zz-section-inner.cRight .section-content {
    float: none;
    right: 0;
}

body .gecko-navigation-bar-container .wrapper ul > li.dropdown > ul {
    color: #111111;
    background: #ffffff;
    border-top: none;
    border-radius: 4px;
    border: none;
}

body .gecko-navigation-bar-container .wrapper ul > li.dropdown > ul {
    1; top: 100%;
}

body .gecko-navigation-bar-container .wrapper ul > li.dropdown > ul > li > a {
    font-size: 14px;
    font-weight: 100;
}

body .gecko-navigation-bar-container.is-sticky .wrapper ul > li.dropdown > ul {
    border-top: none;
}

.selected-post-container {
    width: 100%;
    max-width: 2000px;
    padding-left: 40px;
    padding-right: 40px;
    margin-right: auto;
    margin-left: auto;
}

.section-posts-selector {
    padding: 10em 0;
}

.section-posts-selector h2 {
    font-size: 42px;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    margin: 0 auto 30px auto;
    color: #595959;
    position: relative;
    padding-bottom: 15px;
    font-family: 'goodtime', sans-serif;
    text-transform: uppercase;
    max-width: 1170px;
}

.section-posts-selector h2:after {
    content: "";
    position: absolute;
    right: 46.3%;
    left: 46%;
    height: 4px;
    bottom: 0px;
    border-radius: 20px;
    background-image: linear-gradient(296deg, #fa6816 13%, #f2295b 100%);
}

.section-posts-selector h2:before {
    content: "";
    position: absolute;
    right: 45.3%;
    height: 4px;
    bottom: 0px;
    border-radius: 20px;
    background-image: linear-gradient(296deg, #ec8d57 13%, #fa6816 100%);
    width: 8px;
}

.section-posts-selector .description {
    text-align: center;
    font-size: 18px;
    color: #7d7d7d;
    font-weight: 300;
    margin: 0 0 150px 0;
}

.selected-post-item .selected-post-title {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    font-family: 'goodtime', sans-serif;
    /* font-size: 30px; */
    font-size: 1.7vw;
    padding: 0 15px;
    text-shadow: 0 0 5px #33333352;
}

.selected-post-item .ih-item.square.effect6 .img {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    margin: -5px;
}

.selected-post-item .selected-post-title .inner {
    display: table;
    height: 100%;
    width: 100%;
}

.selected-post-item .selected-post-title .centered {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.showcase-section {
    background-color: #ebebeb;
    padding: 18em 0;
    position: relative;
}

.showcase-section h2 {
    font-family: 'Abril Fatface', cursive;
    color: #333;
    font-weight: 100;
    font-size: 6em;
    margin: 0 0 1em 0;
}

.showcase-section .description {
    font-family: 'Open Sans', sans-serif;
    padding: 0 8em;
    font-size: 18px;
    font-weight: 100;
    text-align: center;
    margin: 0 0 4em 0;
}

.showcase-section .showcase-items {
}

.showcase-section .showcase-items .showcase-item {
    display: block;
    margin: 15px;
    /*box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.08), 0px 4px 6px 0px rgba(49,49,93,0.03);*/
    transition: all .5s ease;
}

.showcase-section .showcase-items .showcase-item:hover {
    transform: translateY(-4px) translateX(4px);
}

.showcase-section .showcase-items .showcase-item content {
    font-size: 12px;
    padding: 20px;
    display: block;
    background-color: #d5dce6;
    margin-top: 20px;
}

.showcase-section .showcase-items .showcase-item content p {
    font-size: 12px;
    text-align: left;
}

.showcase-section .showcase-items .showcase-item h4 {
    margin: 0 0 20px 0;
}

.showcase-section .showcase-items .showcase-item h4 a {
    font-size: 20px;
    font-family: 'goodtime', sans-serif;
    text-align: left;
    text-transform: uppercase;
    color: #424041;
}

.showcase-section .showcase-items .showcase-item .desc {
    color: #7d818a;
    font-size: 1.1em;
}

.read-more-btn {
    display: inline-block;
    background-image: linear-gradient(296deg, #fa6816 13%, #f2295b 100%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    color: #fff;
    padding: 9px 21px;
    border-radius: 40px;
    font-weight: 800 !important;
    text-transform: uppercase;
    font-size: 10px !important;
    margin-right: 0;
    position: relative;
    right: -197px;
    bottom: -15px;
}

.page-single-service {
    margin-top: 90px;
}

.half-page-section {
    display: block;
    clear: both;
    position: relative;
    overflow: hidden;
    margin: 10em 0;
}

.half-page-section .half-page-section-left {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
}

.half-page-section .half-page-section-left .half-page-section-left-inner {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.half-page-section .half-page-section-right {
    display: inline-block;
    width: 50%;
    float: right;
    min-height: 150px;
}

.half-page-section .half-page-section-right .half-page-section-right-inner {
    display: block;
    padding: 0 0 0 20px;
}

.half-page-section .half-page-section-right .half-page-section-right-inner h1 {
    font-size: 70px;
    font-family: 'Abril Fatface', cursive;
    text-align: left;
    color: #333;
    margin: 0 0 30px 0;
}

.half-page-section .half-page-section-right .half-page-section-right-inner h3 {
    margin: 0;
    font-size: 70px;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.half-page-section .half-page-section-right .half-page-section-right-inner .desc {
    margin: 80px 0 80px 0;
}

.half-page-section .half-page-section-right .half-page-section-right-inner .desc p {
    text-align: left;
}

ul.features {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

ul.features li {
    display: block;
    overflow: hidden;
    margin: 0 0 50px 0;
    padding: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

ul.features li:nth-child(even) {
    /*padding-left: 200px;*/
}

ul.features li:hover {
    padding-left: 50px;
}

ul.features li span {
    font-family: 'goodtime', sans-serif;
    color: #333;
    font-size: 40px;
    float: left;
}

ul.features li .features-detail {
    padding: 0 0 0 60px;
}

ul.features li .features-detail h6 {
    font-family: 'goodtime', sans-serif;
    margin: 0 0 11px 0;
    font-size: 16px;
}

ul.features li .features-detail div {
    color: #757575;
    font-size: 14px;
    font-weight: 100;
    font-style: italic;
}

.page-template-template-portfolio-archive {
    padding-top: 0px;
}

.portfolio-section {
    background-color: #fff;
    padding: 4em 0;
    position: relative;
}

.showcase-items .showcase-item {
  position: relative;
}
.showcase-items .showcase-item {
  display: block;
  /* margin: 15px; */
  transition: all .5s ease;
  padding: 10px;
  background-color: #fa68161c;
}

.showcase-items .showcase-item:hover {
    /* transform: translateY(-4px) translateX(4px); */
}

.showcase-items .showcase-item header {
    /*box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.08), 0px 4px 6px 0px rgba(49,49,93,0.03);*/
}
.showcase-items .showcase-item .port-img{
  height: 190px;
  overflow: hidden;
  width: 100%;
}
.showcase-items .showcase-item .port-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.showcase-items .showcase-item content {
    font-size: 12px;
    /* padding: 20px; */
    display: block;
    /* background-color: #fa68161c; */
    /* margin-top: 20px; */
    /* box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.08), 0px 4px 6px 0px rgba(49,49,93,0.03); */
    position: relative;
}
.clear{
  clear: both;
}
.showcase-items .showcase-item content p {
    font-size: 12px;
    text-align: left;
}

.showcase-items .showcase-item h4 {
  padding: 0;
  margin-top: 0;
  text-align: right;
}

.showcase-items .showcase-item h4 a {
    font-size: 10px;
    font-family: 'goodtime', sans-serif;
    text-align: left;
    text-transform: uppercase;
    color: #717171;
}

.showcase-items .showcase-item .date {
    margin: 10px 0 0;
    float: left;
}
.showcase-items .showcase-item .date span{
  font-size: 0.8em;
  font-weight: bold;
  color: #717171;
}

.showcase-items .showcase-item content .port-cat {
  /* border-left: solid 2px #717171; */
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  /* padding-left: 10px; */
}
.showcase-items .showcase-item content .port-cat span{
  font-size: 0.8em;
  font-weight: bold;
  color: #717171;
}
.showcase-items .showcase-item content .county{
  float: right;
  margin-top: 10px;
  height: 13px;
  width: 20px;
}
.showcase-items .showcase-item content .county img{
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.showcase-items .showcase-item content::after{
  content: '';
  clear: both;
}
.showcase-filter {
    display: block;
    overflow: hidden;
    text-align: center;
}
.showcase-items .cat-desc{
  display: none;
}
.port-items{
  position: relative;
  margin: 15px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.showcase-items .cat-desc{
  padding: 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 92%;
  height: 100%;
  opacity: 0.9;
  background-image: linear-gradient(296deg, #fa6816 13%, #f2295b 100%);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.port-items:hover .cat-desc{
  /* display: block;
  text-decoration: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; */
}

.showcase-items a.cat-desc{
  color: #FFF;
  font-weight: bold;

}

.showcase-filter .facetwp-checkbox {
    display: inline-block;
    margin: 0 15px 0 0px;
    background-image: unset;
    background-color: #fa68161c;
    border: 1px #fa68161c solid;
    padding: 3px 16px 3px 16px;
    background-position: 8px center;
    border-radius: 50px;
    color: #ec7368;
    font-size: 12px;
    font-weight: 100;
    cursor: pointer;
}

.showcase-filter .facetwp-checkbox.checked {
    background-image: url(includes/img/checked.png);
    border: 1px #ec7368 solid;
    padding: 3px 16px 3px 30px;
    background-position: 8px center;
    border-radius: 50px;
    background-color: #fa6816;
    color: #fff;
    font-size: 12px;
    font-weight: 100;
}

.facetwp-pager {
    display: inline-block;
    text-align: center;
}

.pager-container {
    display: block;
    text-align: center;
}

.post-type-icon {
    width: 80px;
    height: 90px;
    position: absolute;
    z-index: 2;
    right: 4.2%;
}

.post-type-icon figure {
    min-width: 100%;
    min-height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.fw-zz-section {
    display: block;
    padding: 4em 0;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 50%;
    margin: 4em 0;
}

.fw-zz-section.cRight {
    background-position: left center;
}

.fw-zz-section .fw-zz-section-content {
    display: block;
    overflow: hidden;
    padding: 10em 0;
    text-align: right;
    max-width: 50%;
    margin-left: 10%;
}

.fw-zz-section.cRight .fw-zz-section-content {
    text-align: left;
    max-width: 50%;
    margin-right: 40%;
    margin-left: 10%;
}

.fw-zz-section .fw-zz-section-content h2,.fw-zz-section .fw-zz-section-content h4,.fw-zz-section .fw-zz-section-content .info p {
    text-align: right;
}

.fw-zz-section.cRight .fw-zz-section-content h2,.fw-zz-section.cRight .fw-zz-section-content h4,.fw-zz-section.cRight .fw-zz-section-content .info p {
    text-align: left;
}

.fw-zz-section.cRight .fw-zz-section-content h4 {
    float: left;
}

.fw-zz-section .fw-zz-section-content h2 {
    font-family: 'Abril Fatface', cursive;
    font-weight: 100;
    font-size: 45px;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.fw-zz-section .fw-zz-section-content .info {
    color: #3e3e3e;
    font-size: 20px;
    font-weight: 300;
    display: block;
    overflow: hidden;
    clear: both;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.fw-zz-section .fw-zz-section-content .info p {
    font-size: 18px;
}

.fw-zz-section .fw-zz-section-content h4 {
    text-align: right;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 1.5em;
    background-image: linear-gradient(296deg, #fa6816 13%, #f2295b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 3px;
    display: inline-block;
    float: right;
    text-transform: uppercase;
}

.lower-footer p {
    font-size: 11px;
    margin: 0;
}

.lower-footer {
    background-color: #202123;
    padding-top: 20px;
    border-top: none;
    padding: 10px;
}

.lower-footer .container {
    padding: 0;
}

.fa-2x {
    font-size: 12px;
    color: #fff;
}

.site-footer-inner {
    padding: 12em 0 5em 0;
}

footer#colophon {
    background-color: #111215;
}

footer#colophon {
    background-image: url(includes/img/gecko-bg-2.png);
    background-position: right 100px;
}

footer#colophon .footer-header {
    border-bottom: none;
    font-weight: 800;
    padding: 0 0 7px 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #dadada;
    display: block;
    position: relative;
    margin: 0 0 30px 0;
}

footer#colophon h5.footer-header:before {
    content: "";
    position: absolute;
    left: 22%;
    height: 3px;
    bottom: 0px;
    border-radius: 20px;
    background-image: linear-gradient(296deg, #ec8d57 13%, #fa6816 100%);
    width: 8px;
}

footer#colophon h5.footer-header:after {
    content: "";
    position: absolute;
    left: 0;
    height: 3px;
    bottom: 0px;
    border-radius: 20px;
    background-image: linear-gradient(296deg, #fa6816 13%, #f2295b 100%);
    width: 20%;
}

footer#colophon a {
    margin: 0 0 10px 0;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #a0a0a0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

footer#colophon a:hover {
    color: #fa6816;
    cursor: pointer;
}

footer#colophon p {
    font-size: 12px;
}

footer#colophon .lower-footer a {
    margin: 0;
    padding: 0 8px;
}

footer#colophon .lower-footer p {
    font-size: 10px;
}

footer#colophon .lower-footer a {
    font-size: 10px;
}

.section-parallax.section-parallax-overlay {
    padding: 4em 0;
}

.section-parallax.section-parallax-overlay .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(includes/img/bg-7.svg);
    background-size: cover;
}

.section-parallax.section-parallax-overlay .parallax-inner {
    background-color: transparent;
    padding: 3em;
    text-align: center;
    max-width: 100%;
    float: none;
    width: 100%;
    position: relative;
    color: #fff;
}

.section-parallax.section-parallax-overlay .parallax-inner h2.section-title {
    text-align: left;
    letter-spacing: 0;
    /* font-family: "Roboto", Sans-serif; */
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 45px;
    margin: 0 0 25px 0;
}

.parallax-inner .section-descriptions p {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #fff;
    margin: 0 0 10px 0;
    font-size: 18px;
}

#site__nav__close .fa.fa-times.fa-1x:before,.hamburger--menu .top--white .top-right-btn i:before {
    content: "";
    background-image: url(includes/img/cancel.png);
    width: 12px;
    height: 12px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

body #gecko-navigation-bar-toggle span, body #gecko-navigation-bar-toggle span:before, body #gecko-navigation-bar-toggle span:after {
    cursor: pointer;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    height: 2px;
    width: 25px;
    position: absolute;
    display: block;
    content: '';
    border-radius: 2px;
}

body #gecko-navigation-bar-toggle span, body #gecko-navigation-bar-toggle span:before, body #gecko-navigation-bar-toggle span:after {
    background: #fff;
}

body #gecko-navigation-bar-toggle {
    right: 0;
}

body #gecko-navigation-bar-toggle span:before {
    top: -8px;
}

body #gecko-navigation-bar-toggle span:after {
    bottom: -8px;
}

.hamburger--menu .bottom--transparent, .hamburger--menu .top--white {
    height: 100vh;
    background-color: #f68524;
    background-image: url(includes/img/gecko-bg3.png);
    background-repeat: no-repeat;
    background-position: right;
}
.section-populated-items{
    padding: 100px 0px 100px 0px;
}
.section-populated-items h3{
    font-size: 65px;
    font-weight: 900;
    line-height: 1.2em;
    font-family: "Roboto", Sans-serif;
    margin-bottom: 20px;
    text-align: center;
}
.section-populated-items .populated-items{
    padding: 20px 0px 0px 0px;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
.section-populated-items .populated-items .populated-item{
        -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
        border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #e5e5e5;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 15px 0 15px 0;
    padding: 55px 15px 55px 15px;
    text-align: center;
}
.section-populated-items .populated-items .populated-item:hover{
    border-color: #f58523;
}
.section-populated-items .populated-items .populated-item .populated-image-box-img{
    width: 20%;
    margin-bottom: 25px;
    display: inline-block;
    transition-duration: 0.3s;
    transition: all .3s ease-in-out;
}
.section-populated-items .populated-items .populated-item .populated-image-box-img img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition-duration: 0.3s;
    transition-property: transform;
}
.section-populated-items .populated-items .populated-item:hover .populated-image-box-img img{
    transform: scale(1.2);
}
.section-populated-items .populated-items .populated-item .populated-image-box-img:hover img{

}
.section-populated-items .populated-items .populated-item h4{
        color: #333333;
    font-size: 26px;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
        line-height: 1.15;
        margin-block-start: 1em;
    margin-block-end: 1em;
}
.section-populated-items .populated-items .populated-item .desc{
color: #bfbfbf;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7em;
    font-family: "Roboto", Sans-serif;
    display: block;
    margin-bottom: 40px;
}
.section-populated-items .populated-items .populated-item  a.populated-item-btn{
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #333333;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 45px 15px 45px;
    transition: all .5s;
    display: inline-block;
    background-image: linear-gradient(296deg, #fa6816 13%, #f2295b 100%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.section-populated-items .populated-items .populated-item:hover a.populated-item-btn{
    background-color: #f58523;
    background-image: linear-gradient(296deg, #fa6816 53%, #f2295b 100%);
}

.section-why-choose-us .section-why-choose-us-items h4{
  padding: 13px;
}
.client-itme-bg{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: cover;
    opacity: 0.2;
}
.client-itme-bg:before{
        content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 63%, rgba(255,255,255,1) 64%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(63%, rgba(255,255,255,1)), color-stop(64%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 63%, rgba(255,255,255,1) 64%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 63%, rgba(255,255,255,1) 64%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 63%, rgba(255,255,255,1) 64%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 63%, rgba(255,255,255,1) 64%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.elementor-text-editor ul,
.elementor-text-editor ul li{
  list-style: circle;
}





@media (max-width: 1366px) {
    body #hamburger__menu .hamburger--form .gform_wrapper input[name="input_1"], body #hamburger__menu .hamburger--form .gform_wrapper input[name="input_3"] {
        width: 100% !important;
    }
}

@media (max-width: 992px) {
    .selected-post-item .selected-post-title {
        font-size: 30px;
    }

    html,body {
        width: 100%;
        overflow-x: hidden;
    }
}

/* MEDIA QUERY Bootstrap 4----------------- */
@media (max-width: 768px) {
    .page-cover {
        height: 400px;
    }

    .zz-section-inner .section-content {
        width: 100%;
        position: relative;
    }

    .zz-section-inner .section-picture {
        width: 100%;
    }

    .fw-zz-section.cRight .fw-zz-section-content {
        margin-left: 0;
        padding: 10em 2em;
        background: rgba(255,255,255,0.8);
    }

    .section-pricing .desc {
        padding: 0;
    }

    ul.packages li {
        width: 100%;
        margin-bottom: 30px;
    }

    ul.packages li:first-child, ul.packages li:last-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    ul.packages li ul.feature-items li {
        margin-bottom: 0;
        height: auto !important;
    }

    ul.packages li.highlight {
        margin: 0 0 30px 0;
    }

    .read-more-btn {
        right: 0;
    }

    .selected-post-item .selected-post-title {
        font-size: 27px;
    }

    .contact-page-form {
        position: relative;
    }

    .facetwp-template .showcase-item header {
      height: 385px;
      width: 100%;
      overflow: hidden;

    }

    .facetwp-template .showcase-item header img {
        min-width: 100%;
        min-height: 100%;
        object-fit: contain;
    }

    .showcase-items .showcase-item content {
        text-align: center;
    }

    .contact-page-form {
        right: -11%;
    }

    .fw-zz-section .fw-zz-section-content {
        display: block;
        overflow: hidden;
        padding: 10em 0;
        text-align: right;
        max-width: 100%;
        margin-left: 0%;
    }

    .fw-zz-section {
        background-image: unset !important;
    }

    .flat-cover .flat-cover-inner {
        margin-left: 15px;
        padding: 0;
    }

    .flat-cover .flat-cover-info {
        width: 50px;
    }

    .flat-cover .flat-cover-info div.f-inner div {
        right: -115px;
        bottom: 123px;
        left: -101px;
    }

    .flat-cover .flat-cover-inner h1 {
        font-size: 50px;
    }

    .flat-cover .flat-cover-inner content {
        display: block;
        overflow-y: hidden;
    }

    .site-info {
        text-align: center;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
    .site--header--header {
        padding: 25px 0;
    }

    .hamburger--menu .hamburger--form {
        width: 100%;
        margin-top: 0;
    }

    #hamburger__menu {
        width: 100%;
        max-width: 520px;
        margin: 50px auto 0 auto;
    }

    #hamburger__menu ul {
        width: 100%;
    }

    .hamburger--menu .bottom--transparent {
        height: 0;
    }

    .hamburger--menu .top--white {
        height: 100vh;
    }

    body.nav--open .hamburger--menu {
        height: 100vh;
    }

    .hamburger--form .gform_wrapper .gf_right_half {
        padding-left: 0;
    }

    #hamburger__menu .hamburger--form form ul li textarea.medium {
        height: 120px;
    }

    .selected-post-item .selected-post-title {
        font-size: 25px;
    }
}

@media (max-width: 476px) {
    .admin-bar .gecko-navigation-bar-container.gecko-nav-fixed-top {
        position: absolute;
        top: 0 !important;
    }

    .hamburger--menu {
        overflow: auto;
    }

    .section-hero h1 {
        font-size: 45px;
    }

    .hamburger--menu .top--white {
        height: auto;
    }

    .hamburger--menu #site__nav__close {
        bottom: -43%;
    }

    .section-hero ul.hero-links li {
        margin: 10px 15px;
        display: block;
    }

    /*.gecko-sticky-popup-container.style-1.right{    right: 4%;  }*/
    .half-staff-card .hsc-container .hsc-image {
        width: 100%;
        margin-right: 0;
    }

    .half-staff-card .hsc-container .hsc-content {
        padding: 5px 0px 5px 15px;
        width: 100%;
        background: rgba(255,255,255,0.8);
        margin-left: 0;
    }

    .half-staff-card .hsc-container .hsc-content h4 span {
        padding: 0 5px;
    }

    .parallax-inner {
        max-width: 100%;
    }

    .section-testimonial .section-testimonial-title h2.section-title {
        font-size: 40px;
    }

    .section-testimonial .section-testimonial-items .testimonial-items-author {
        padding: 0;
    }

    .section-testimonial .section-testimonial-items .profile-circle {
        margin-left: 0.4em;
    }

    .section-parallax h2.section-title {
        font-size: 23px;
    }

    .parallax-inner .section-descriptions p {
        font-size: 20px;
    }

    .section-contact-content {
        position: relative;
        right: 0;
    }

    .section-contact-content .inner .centered {
        text-align: center;
    }

    .section-contact-form {
        border-left: 0;
        margin-left: 0;
    }

    .subscribe-contactpage h1 {
        font-size: 3em;
    }

    .fw-zz-section.cRight .fw-zz-section-content {
        padding: 20px;
        margin-right: 0;
        max-width: 100%;
    }

    .section-pricing h4 {
        font-size: 4em;
    }

    .footer-contact-container a {
        font-size: 14px;
        padding: 20px 25px;
    }

    body.blog .footer-contact-container a, body.page .footer-contact-container a {
        font-size: 12px;
    }

    .footer-contact-container a i {
        background-size: 18px;
        height: 24px;
        width: 29px;
    }

    .showcase-filter .facetwp-checkbox {
        margin: 10px 0;
        display: block;
    }

    .facetwp-template .showcase-item header {
        height: auto;
    }

    .showcase-section h2 {
        font-size: 3em;
    }

    .showcase-section .description {
        padding: 0 1em;
    }

    .contact-page-form {
        right: 0;
    }

    .more-info {
        padding: 15px 10px;
        margin: 20px auto;
    }
    .main-content.page-about-us h2.section-title{
        line-height: 1.2;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
    .site--header--header {
        padding: 30px 0;
    }

    .hamburger--menu .hamburger--form {
        width: 100%;
        margin-top: 0;
    }

    #hamburger__menu {
        width: 100%;
        max-width: 420px;
        margin: 50px auto 0 auto;
    }

    #hamburger__menu ul {
        width: 100%;
    }

    .hamburger--menu .bottom--transparent {
        height: 0;
    }

    .hamburger--menu .top--white {
        height: 100vh;
    }

    body.nav--open .hamburger--menu {
        height: 100vh;
    }

    .hamburger--form .gform_wrapper .gf_right_half {
        padding-left: 0;
    }

    #hamburger__menu .hamburger--form form ul li textarea.medium {
        height: 120px;
    }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    .site--header--header {
        padding: 40px 0;
    }

    body.nav--open .hamburger--menu {
        height: 100vh;
    }

    .hamburger--menu .hamburger--form {
        /* width: 45%; */
        width: 100%;
    }

    #hamburger__menu {
        /* width: 40%; */
        width: 80%;
    }

    #hamburger__menu ul {
        width: 50%;
    }

    #hamburger__menu .hamburger--form form ul {
        width: 100%;
    }

    .hamburger--menu .bottom--transparent {
        height: 50vh;
    }

    .hamburger--menu .top--white {
        height: 50vh;
    }

    .hamburger--form .gform_wrapper .gf_right_half {
        padding-left: 8px;
    }
    .showcase-items .showcase-item .port-img{
      height: auto;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
    .site--header--header {
        padding: 50px 0;
    }

    .hamburger--menu .hamburger--form {
        width: 45%;
    }

    #hamburger__menu {
        /* width: 35%; */
        width: 80%;
    }

    .hamburger--menu .bottom--transparent {
        height: 0;
    }

    .hamburger--menu .top--white {
        height: 100vh;
    }

    .hamburger--form .gform_wrapper .gf_right_half {
        padding-left: 8px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1367px) {
    .site--header--header {
        padding: 60px 0;
    }

    .hamburger--menu .hamburger--form {
        width: 45%;
    }

    #hamburger__menu {
        /* width: 35%; */
        width: 80%;
    }

    .hamburger--menu .bottom--transparent {
        height: 0;
    }

    .hamburger--menu .top--white {
        height: 100vh;
    }

    .hamburger--form .gform_wrapper .gf_right_half {
        padding-left: 8px;
    }
}

/* Extra large devices end of laptop */
@media (min-width: 1368px) {
    .site--header--header {
        /* padding: 60px 0; */
    }

    .hamburger--menu .hamburger--form {
        /* width: 45%; */
    }

    #hamburger__menu {
        /* width: 35%; */
    }

    .hamburger--menu .bottom--transparent, .hamburger--menu .top--white {
        height: 100vh;
        background-color: #f68524;
        background-image: url(includes/img/gecko-bg3.png);
        background-repeat: no-repeat;
        background-position: right;
    }

    .hamburger--form .gform_wrapper .gf_right_half {
        /* padding-left: 8px; */
    }
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

/* END MAAD */


/*-- Global new style --*/
.hero-links{
  position: relative;
  z-index: 3;
}
 .header-st-1{
    margin: 0;
    color: #fff;
    font-weight: 900;
    margin-bottom: 30px;
    font-size: 60px;
    text-shadow: 2px 1px 2px rgba(0,0,0,0.4);
    /* font-family: 'Roboto', sans-serif; */
 }
 .hero-banner-wrap .desc{
    font-size: 20px;
    font-weight: 800;
    text-shadow: 2px 1px 2px rgba(0,0,0,0.4);
    font-family: 'Lato', sans-serif;
 }
 .desc{
    color: #fff;
    font-size: 18px;
    font-weight: 200;
 }
.btn-sty-01{
    color: #fe4b07;
    padding: 13px 35px;
    -moz-transition-duration: 275ms;
    -o-transition-duration: 275ms;
    -webkit-transition-duration: 275ms;
    transition-duration: 275ms;
    display: inline-block;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px;
    background-image: linear-gradient(296deg, #fa6816 13%, #f2295b 100%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    color: #fff;
    box-shadow: 0 0 15px #fe4b0775;
    text-decoration: none;
    background-color: rgb(251, 125, 15);
 }
.btn-sty-01:hover{
    color: #fff;
}
.no-padding{
    padding: 0;
}
.pum-theme-7981 .pum-container, .pum-theme-lightbox .pum-container{
    border-radius: 0;
}
.gform_wrapper form li, .gform_wrapper li{
    padding: 0 25px;
}



.gecko-navigation-bar-container .wrapper > ul{
  padding: 0;
}
.main-content h2.section-title {
    font-family: 'Open Sans', helvetica, arial;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222222;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}
.main-content h2.section-title span{
        color: #f58523;
}
.main-content p, .main-content h2 {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}
.section-staff {
    padding: 7em 0;
}
.section-descriptions {
    margin-bottom: 0em;
}
.services-icon-container{
        display: block;
    padding: 0 150px;
}
.services-icon-container .services-icon{}
.services-icon-container .services-icon .services-ico{
    background-image: url(images/light-bulb.png);
    background-color: #fc5c0e;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(156,39,176,.6);
    width: 100px;
    height: 104px;
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    display: inline-block;
    float: left;
    margin: 0 20px 20px 0;
}
.services-ico-content{

}
.services-ico-content h4{
    font-weight: 800;
    font-size: 15px;
    color: #444;
}
.services-ico-content .desc p{
    font-size: 13px;
    text-align: left;
    color: #3C4858;
}

.section-introduction{
    /*background: #f4f5f9;
    background: -moz-linear-gradient(-45deg, #f4f5f9 0%, #f4f5f9 26%, #e3e7f0 100%);
    background: -webkit-linear-gradient(-45deg, #f4f5f9 0%,#f4f5f9 26%,#e3e7f0 100%);
    background: linear-gradient(135deg, #f4f5f9 0%,#f4f5f9 26%,#e3e7f0 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f5f9', endColorstr='#e3e7f0',GradientType=1 );
    background-color: #fff;
    padding: 100px 0;
    position: relative;
}
.section-introduction-bg{
    position: absolute;
    left: 50%;
    right: 0;
    top: 2vh;
    bottom: 2vh;
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
}
.section-introduction .section-introduction-inner{
    position: relative;
    z-index: 1;
}
.section-introduction .section-introduction-content{
        display: block;
    overflow: hidden;
    max-width: 500px;
}
.section-introduction .section-introduction-content h2,
.section-showcase-flat-inner h2{
    font-size: 29px;
    line-height: 40px;
    font-weight: bold;
    color: #1f1f1f;
    max-width: 415px;
    text-align: left;
    margin: 0;
    text-transform: uppercase;
}
.section-introduction .section-introduction-content h2 span,
.section-showcase-flat-inner h2 span{
    color: #f58523;
}
.section-introduction .section-introduction-content .desc{
    color: #808291;
    display: block;
    overflow: hidden;
    margin: 50px 0;
}
.section-introduction .accordion{
    max-width: 400px
}
.accordion .card{
    margin-bottom: 20px;
}
.accordion .card-header{

}
.accordion .card-body{
     display: block;
    font-size: 12px;
    color: #808291;
    padding: 20px 20px;
}
.accordion .btn-toggle{
    display: block;
    background-color: #fff;
    width: 100%;
    text-align: left;
    padding: 11px 20px;
    font-weight: 500;
    color: #f96320;
    border: 1px #fff solid;
    border-radius: 100px;
    overflow: hidden;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.06), 0 2px 12px 0 rgba(0,0,0,.02) !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.06), 0 2px 12px 0 rgba(0,0,0,.02) !important;
}
.accordion .btn-toggle.collapsed{
    display: block;
    background-color: transparent;
    width: 100%;
    text-align: left;
    padding: 11px 20px;
    font-size: 12px;
    font-weight: 500;
    color: #808291;
    box-shadow: none !important;
    border-color: #808291;
}
.accordion h5{
    padding: 0 5px;
}
.accordion h5 button{
    position: relative;
}
.accordion h5 button:after{
    content: "\f106";
    font-family: FontAwesome;
    position: absolute;
    right: 30px;
    top: 40%;
    color: #f96320;
}
.accordion h5 button.collapsed:after{
    color: #808291;
    content: "\f107";
}
.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}
.section-showcase-flat{
    padding: 7em 0;
    position: relative;
}
.section-showcase-flat:before{
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    top: 10%;
    left: 0;
    background-image: url(includes/img/gecko-02.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-showcase-flat:after{
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: 10%;
    right: 0;
    background-image: url(includes/img/gecko-01.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-showcase-flat-inner{

}
.section-showcase-flat-inner h5{
    margin: 0 0 15px 0;
    font-size: 11px;
    text-transform: uppercase;
    color: #8c8c8c;
}
.section-showcase-flat-inner .desc{
    color: #808291;
    margin: 30px 0 0 0;
}
.section-showcase-flat-inner .showcase-flat-item{
    width: 100%;
    background-color: #efefef;
    margin-bottom: 50px;
    border-radius: 0;
    padding: 20px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.section-showcase-flat-inner .showcase-flat-item:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background-color: #33336;
}
.section-showcase-flat-inner .showcase-flat-item .showcase-flat-item-inner{
    position: relative;
}
.section-showcase-flat-inner .showcase-flat-item .showcase-flat-item-inner h4{
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
    font-weight: 700;
}
.section-showcase-flat-inner .showcase-flat-item .showcase-flat-item-inner h6{
    font-size: 11px;
    text-transform: uppercase;
    color: #f58623;
    margin: 0 0 8px 0;
    font-weight: 600;
}
.section-showcase-flat-inner .section-showcase-flat-items .showcase-flat-item.col-pos-0{
    height: 250px;
}
.section-showcase-flat-inner .section-showcase-flat-items .showcase-flat-item.col-pos-1{
    height: 500px;
}
.section-showcase-flat-inner .section-showcase-flat-items .col-pos-middle .showcase-flat-item.col-pos-0 {
    height: 500px;
}
.section-showcase-flat-inner .section-showcase-flat-items .col-pos-middle .showcase-flat-item.col-pos-1 {
    height: 250px;
}
.section-showcase-flat-inner .section-showcase-flat-items{
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 80px;
}
.section-showcase-flat-inner .section-showcase-flat-items .col-pos-middle,
.section-showcase-flat-inner .section-showcase-flat-items .col-pos-edge{
    padding-right: 25px;
    padding-left: 25px;
}
.section-showcase-flat-filter{
    display: block;
    margin: 80px 0 80px 0;
    clear: both;
    overflow: hidden;
    padding: 10px 10px 10px 0;
}
.btn-grd-1{
    color: #fe4b07;
    padding: 13px 50px;
    -moz-transition-duration: 275ms;
    -o-transition-duration: 275ms;
    -webkit-transition-duration: 275ms;
    transition-duration: 275ms;
    display: inline-block;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    background-image: linear-gradient(296deg, #fa6816 13%, #f2295b 100%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    color: #fff;
    box-shadow: 0 0 15px #fe4b0775;
    text-decoration: none;
    background-color: rgb(251, 125, 15);
}
.pos-right{
    float: right;
}
.portfolio-filter-list{
        display: inline-block;
    float: left;
    padding: 11px 0;
}
.portfolio-filter-list span{
    margin: 0 5px 0 0;
    font-size: 11px;
    text-transform: uppercase;
    color: #8c8c8c;
}
.portfolio-filter-list span a{
    color: #8c8c8c;
}
.portfolio-filter-list span a:hover{
    color:#f58523;
    text-decoration: none;
}
.section-team{
    display: block;
    height: 600px;
    background-size: cover;
    background-position: center;
    position: relative;
     padding: 30px;
     text-align: right;
     background-attachment: fixed;
}
.section-team:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background-image: url(includes/img/bg-7.svg);
    background-size: cover;
    background-position: left bottom;
    /* opacity: 0.6; */
    /* background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.39) 100%);
background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.39) 100%);
background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0.39) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33300', endColorstr='#63000000',GradientType=1 ); */
}
.section-team h4{
    font-family: 'Open Sans', helvetica, arial;
    display: block;
    font-size: 50px;
    font-weight: 900;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}
.section-team h6{
    margin: 0 4px 0 0;
    font-size: 11px;
    text-transform: uppercase;
    color: #f58523;
    font-weight: 600;
}
.section-team .section-team-inner{
    position: relative;
}
.section-team h4 span{
    display: block;
    font-size: 90px;
    font-weight: 900;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}
.section-team h4 i{
    color: #f2295b;
    font-style: normal;
}
.section-team .containers{
    position: relative;
}
.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}
.middle {
    display: table-cell;
    vertical-align: middle;
}
.inner {
    margin-left: auto;
    margin-right: auto;
    width: /*whatever width you want*/;
}
.section-team .inner{
    padding: 0 25px;
}
.section-two-cols{
    display: block;
    background-size: cover;
    background-position: center;
    padding: 100px 0 50px;
    position: relative;
}
.section-two-cols .container{
    position: relative;
}
.section-two-cols:before{
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #3336;
    position: absolute;
}
.two-cols-item a:hover{
  text-decoration: none;
}
.two-cols-item .item-ico{
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 15px;
}
.two-cols-item .item-content{
        display: block;
    width: 100%;
    max-width: 500px;
        margin-bottom: 80px;
}
.two-cols-item .item-content h5{
    font-weight: 700;
    font-size: 21px;
    color: #fff;
    padding-top: 30px;
}
.two-cols-item .item-content .desc{
    display: block;
    color: #fff;
    margin-top: 25px;
    padding-left: 95px;
}
.section-two-cols h2{
    display: block;
    font-size: 70px;
    font-weight: 900;
    color: #fff;
    margin: 0;

    font-family: 'Open Sans', helvetica, arial;
    font-size: 50px;
    text-transform: uppercase;
}
.section-two-cols content{
    display: block;
    max-width: 800px;
    margin: 50px auto 100px auto;
    color: #fff;
    text-align: center;
    font-weight: 100;
}

.section-flip-card{
    padding: 100px 0px 100px 0px;
}
.section-flip-card h3 {
    font-size: 35px;
    font-weight: 900;
    line-height: 1.2em;
    /* font-family: "Roboto", Sans-serif; */
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
}
.flip-card-box-img{
    max-width: 120px;
    display: block;
    margin: 0 auto 20px auto;
}

.flip-card {
    background-color: transparent;
    perspective: 1000px;
}
.flip-card h4{
    color: #333;
    font-size: 17px;
    font-family: "Roboto", Sans-serif;
    font-weight: 300;
    margin-block-start: 1em;
    margin-block-end: 1em;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    width: 100%;
    min-height: 300px;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.09);
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    background-color: #fff;
    color: black;
    padding: 50px 0;
}

/* Style the back side */
.flip-card-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
    background-image: linear-gradient(296deg, #fa6816 13%, #f2295b 100%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.flip-card-back-inner{
    padding: 15px 20px;
    font-weight: 100;
    font-size: 16px;
}

.hero-banner{
    position: relative;
    background-size: cover;
    background-position: center;
    padding-top: 50px;
}
.hero-banner:before{
    content:"";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(includes/img/bg-7.svg);
    background-size: cover;
    background-position: center;

}
.hero-banner-wrap{
    position: relative;
    padding: 15vh 0 15vh 0;
}
.page-template-template-portfolio-archive .portfolio-section{
    background-color: #f0f0fa;
}
.clients{
    margin: 0 15px;
}
.clients .client-item{
    background-color: #fff;
    padding: 5px 25px 35px 25px;
    display: block;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    margin: 0px 14px 28px 14px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;

}
.clients .client-item:before{
    content:"";
    position: absolute;
    left: -4px;
    right: -4px;
    top: -4px;
    bottom: -4px;
    background-size: cover;
    background-position: center;
}
.clients .client-item:hover:before{
    background-image: url(includes/img/bg.svg);
}
.clients .client-item:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
      background-image: linear-gradient(90deg, #fa6816 23%, #f22929 100%);
}
.clients .client-item:hover .client-info h6,
.clients .client-item:hover .client-info h4,
.clients .client-item:hover .client-info .desc,
.clients .client-item:hover .client-right h5 span{
    color: #fff;
}
.clients .client-item:hover .btn-sty-01 {
    background-image: none;
    color: #333;
    box-shadow: 0 0 15px #33352;
    background-color: rgb(255, 255, 255);
}
.clients .client-item .client-info{
    text-align: left;
    padding: 54px 0;
}
.clients .client-item .client-info h6{
    font-size: 10px;
    margin-top: 6px;
    margin-bottom: 23px;
    color: #8a8a8a;
}
.clients .client-item .client-info h4{
    margin: 0;
    font-weight: 900;
    font-size: 17px;
}
.clients .client-item .client-info .desc{
    color: #333;
    font-size: 13px;
}
.clients .client-item .client-right{}
.clients .client-item .client-right .client-logo{
    width: 125px;
    height: 125px;
    margin: 0 auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.clients .client-item .client-right h5{
    margin:0 0 25px 0;
}
.clients .client-item .client-right h5 span{
    font-size: 10px;
}
.section-showcase-flat-inner .section-showcase-flat-header .desc {
    color: #333;
    margin: 30px 0 0 0;
    font-size: 18px;
    line-height: 28px;
}
.section-showcase-flat-filter.showcase-full{
    padding: 10px 15px;
    margin: 80px 0 30px 0;
}
.portfolio-filter-list fieldset{
    display: inline-block;
}
.portfolio-filter-list span a.mixitup-control-active{
    color: #f58523;
    text-decoration: none;
}
.portfolio-filter-list span button{
  /*font-size: 15px;
    color: #333;
    text-decoration: none;
    background-color: transparent;
    border: none;*/
        border: none;
    border-radius: 2px;
    background-color: #eaeae7;
    padding: 13px 25px;
    color: #b5b9bc;
    margin-right: 10px;
    /* transition: all 0.3s; */
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 10px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.portfolio-filter-list span button.mixitup-control-active,
.portfolio-filter-list span button:hover{
    /*color: #f58523;*/
    background-color: #f58523;
    color: #ffffff;
    box-shadow: 0 0px 10px rgba(0,0,0,0.39);
}
.btn:focus,
.btn:active,
button:focus,
button:active{
   outline: none !important;
   box-shadow: none;
}
.site-footer-nw{
        display: block;
    padding: 100px 0 20px 0;
}
.site-footer-nw .footer-logo{
    display: block;
    max-width: 300px;
    margin: 0 auto 15px auto;
}
.footer-menu ul.menu{
    display: block;
    text-align: center;
}
.footer-menu ul.menu li{
    display: inline-block;
    margin: 0 15px;
}
footer#colophon .footer-menu ul.menu li a{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 200;
    color: #fff;
}
.footer-socials{
    display: block;
    text-align: center;
}
footer#colophon .footer-socials a{
    font-size: 15px;
    display: inline-block;
    margin: 0 15px;
    color: #fff;

    width: 30px;
    height: 30px;
    line-height: 29px;
    border-radius: 50px;
}
footer#colophon .footer-socials a:hover{
    background-color: #f8582f;
}
footer#colophon .site-credit{
    font-size: 11px;
    display: block;
    text-align: center;
    margin: 20px 0 0 0;
        color: #808080;
}
footer#colophon {
    background-image: url(includes/img/gecko-bg-2.png);
    background-position: right center;
    background-size: 600px;
}
.get-in-touch-section{
    background-color: #fa6816;
    display: block;
    padding: 150px 0;
    position: relative;
        background-size: cover;
    background-position: center;
}
.get-in-touch-section h2{
    /* font-family: "Roboto", Sans-serif; */
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 35px;
    margin: 0 0 25px 0;
    text-align: left;
}
.get-in-touch-section:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(includes/img/bg-7.svg);
    background-size: cover;
    background-position: left bottom;
    opacity: 0.8;
}
.get-in-touch-section h6{
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #fff;
    margin: 0;
    font-size: 18px;
    margin-bottom: 50px;
}
.get-in-touch-section .get-in-touch-section-inner{
    position: relative;
}
.btn-sty-2{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 12px 30px;
    border-radius: 7px;
    display: inline-block;
    color: #fff;
    border: 2px #fff solid;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn-sty-2:hover{
    background-color: #fff;
    color: #f58523;
    text-decoration: none;
}
section.section-gmap-with-form{
    display: block;
    background-color: #F7F7F7;
    padding: 5em 0 2em;
}
section.section-gmap-with-form .contact-gmap{
    height: 600px;
    background-color: #ddd;
    width: 100%;
    display: block;
}
section.section-gmap-with-form .contact-with-form{}
section.section-gmap-with-form .contact-with-form h2{
    /* font-family: "Roboto", Sans-serif; */
    color: #1f1f1f;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 35px;
    margin: 0 0 10px 0;
}
section.section-gmap-with-form .contact-with-form h5{
    font-family: "Roboto", Sans-serif;
    font-weight: 700;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
}
section.section-gmap-with-form .gform_wrapper .top_label .gfield_label{
    display: none;
}
section.section-gmap-with-form .gform_wrapper li.gfield.gf_right_half{
    padding-left: 10px;
}
section.section-gmap-with-form .gform_wrapper li.gfield.gf_left_half{
    padding-right: 10px !important;
}
section.section-gmap-with-form .contact-with-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
section.section-gmap-with-form .contact-with-form .gform_wrapper textarea.medium{
    border: 1px #fa651d solid;
    width: 100% !important;
    background-color: #fff;
    padding: 10px 13px;
    display: block;
    height: unset;
    border-radius: 0;
}
section.section-gmap-with-form .contact-with-form .gform_wrapper textarea.medium{
  height: 130px;
}
section.section-gmap-with-form .contact-with-form .gform_confirmation_message{
  padding: 60px 100px;
  text-align: center;
}
section.section-gmap-with-form .gform_wrapper li.gf_subject_field{
        margin-bottom: 35px;
}
section.section-gmap-with-form .gform_wrapper .gform_footer input.button {
    display: inline-block;
    background-image: linear-gradient(296deg, #fa6816 13%, #f2295b 100%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    color: #fff;
    padding: 10px 41px;
    border-radius: 40px;
    font-weight: 800 !important;
    text-transform: uppercase;
    font-size: 14px !important;
    margin-right: 0;
}
section.section-gmap-with-form .gform_wrapper .gform_footer{
    text-align: center;
}
section.section-support-channels {
    display: block;
    background-color: #f2f2f2;
    padding: 5em 0;
}
section.section-support-channels h2{
    /* font-family: "Roboto", Sans-serif; */
    color: #1f1f1f;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 35px;
    margin: 0 0 10px 0;
}
section.section-support-channels h5{
    font-family: "Roboto", Sans-serif;
    font-weight: 700;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
}
section.section-support-channels .support-channels{
        display: block;
    margin-top: 50px;
}
section.section-support-channels .support-channel-item{
    padding-top: 25px;
    padding-bottom: 25px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
section.section-support-channels .support-channel-item:hover{
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    background-image: linear-gradient(90deg, #fa6816 23%, #f22929 100%);
}
section.section-support-channels .support-channel-item .support-channel-item-inner{
    text-align: center;
}
section.section-support-channels .support-channel-item .support-channel-item-inner h6{
    font-weight: 100;
    font-size: 27px;
    margin-bottom: 60px;
}
section.section-support-channels .support-channel-item .support-channel-item-inner .channel-icon{
    font-size: 25px;
    margin-bottom: 30px;
}
section.section-support-channels .support-channel-item .support-channel-item-inner .channel-item-inner-desc a,
section.section-support-channels .support-channel-item .support-channel-item-inner .channel-item-inner-desc{
    color: #333;
}
section.section-support-channels .support-channel-item:hover .support-channel-item-inner .channel-item-inner-desc,
section.section-support-channels .support-channel-item:hover .support-channel-item-inner .channel-item-inner-desc a,
section.section-support-channels .support-channel-item:hover .support-channel-item-inner .channel-icon,
section.section-support-channels .support-channel-item:hover .support-channel-item-inner h6{
    color: #fff;
}
section.section-icon-set{
        display: block;
    overflow: hidden;
    padding: 55px 0 40px;
}
section.section-icon-set.no-title{
  padding: 0;
}
section.section-icon-set h2{
    text-align: center;
    font-weight: 800;
    font-size: 30px;
    margin: 0 auto 50px auto;
    max-width: 700px;
    /* font-family: "Roboto", Sans-serif; */
    text-transform: uppercase;
    color: #1f1f1f;
        margin-top: 50px;
}
section.section-icon-set .section-icon-set-desc{
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 18px;
}
span.fChar{
    font-size: 42px;
    font-weight: 900;
    color: #fa6816;
    float: left;
    line-height: 40px;
    margin: 0 5px 0 0px;
    text-transform: uppercase;
}
section.section-icon-set .section-icon-set-items{
        display: block;
    overflow: hidden;
    margin: 50px 0 0 0;
}
section.section-icon-set .section-icon-set-items .section-icon-set-item{
    display: block;
    overflow-x: hidden;
    overflow: hidden;
    margin-bottom: 15px;
}
section.section-icon-set .section-icon-set-items .icon-set-img{
    display: block;
    max-width: 60px;
        margin: 0 auto;
}
section.section-icon-set .section-icon-set-items h5{
    display: block;
    text-align: center;
    font-size: 21px;
    font-weight: 900;
    font-family: 'Questrial', sans-serif;
    margin: 25px 0 35px 0;
}
section.section-icon-set .section-icon-set-items .desc{
    color: #333;
    display: block;
    text-align: center;
    margin: 0 35px;
    font-size: 18px;
}
section.section-milestone{
        display: block;
    overflow: hidden;
    padding: 100px 0 0;
}
section.section-milestone h2{
    text-align: left;
    font-weight: 800;
    font-size: 30px;
    margin: 0 auto 50px auto;
    /* font-family: 'Questrial', sans-serif; */
}
section.section-milestone .section-milestone-items{}
section.section-milestone .section-milestone-items .section-milestone-item{
        display: block;
    overflow: hidden;
    margin-bottom: 90px;
}
section.section-milestone .section-milestone-items .section-milestone-item h3{
    margin: 0;
    font-weight: 900;
    color: #fa6914;
    font-size: 35px;
    text-align: right;
}
section.section-milestone .section-milestone-items .section-milestone-item h5{
    font-size: 18px;
    font-weight: 900;
    margin: 0 0 25px 0;
    font-family: 'Questrial', sans-serif;
    text-transform: uppercase;
}
section.section-milestone .section-milestone-items .section-milestone-item .desc{
    color: #333;
    font-size: 18px;
}

section.section-teams{
        display: block;
    overflow: hidden;
    padding: 55px 0 20px 0;
}
section.section-teams h2{
    text-align: left;
    font-weight: 800;
    font-size: 30px;
    margin: 0 auto 50px auto;
    /* font-family: 'Questrial', sans-serif; */
}
section.section-teams .section-team-members .team-member .team-title{
  position: absolute;
  bottom: 0;
  background-color: rgba(255,255,255,0.8);
  padding: 15px;
  width: 100%;
  text-align: center;
}
section.section-teams .section-team-members .team-members{
  margin-top: 60px;
}
section.section-teams .section-team-members .team-members:first-child{

}
section.section-teams .section-team-members .team-members:nth-child(4){
  /* clear: both;
  margin-left: 180px; */
}
section.section-teams .section-team-members .team-member{
     display: block;
     width: 86%;
     height: 310px;
    background-color: #eee;
    background-size: cover;
    background-position: center;
    position: relative;
}
section.section-teams .section-team-members .team-member .info-decs{
  display: block;
  padding-top: 30px;
}
section.section-teams .section-team-members .team-member content{
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right: 0;
    background-color: #fa6914e0;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
section.section-teams .section-team-members .team-member content:hover{
    opacity: 1;
}
section.section-teams .section-team-members .team-member content .inner p{
  color: #FFF;
  font-style: italic;
  padding: 0 15px;
  font-size: 15px;
}
section.section-teams .section-team-members .team-members:hover content{
  opacity: 1;
}
section.section-teams .section-team-members .team-member .team-title h3{
        color: #1f1f1f;
    font-weight: 700;
    font-size: 20px;
    /* font-family: "Roboto", Sans-serif; */
}
section.section-teams .section-team-members .team-member .team-title h5{
    color: #1f1f1f;
    font-weight: 100;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
}

section.services{
    display: block;
        padding: 0;
}
section.services .nav.nav-tabs{
    width: 100%;
    text-align: center;
}
section.services .nav-tabs>li{
    float: none;
}
section.services .nav-tabs>li>a span{
    max-width: 25px;
    display: inline-block;
}
section.services .nav-tabs>li>a span img{
    -webkit-filter: grayscale(90%); /* Safari 6.0 - 9.0 */
    filter: grayscale(90%);
}
section.services .nav-tabs>li.active>a span img{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
section.services .nav-tabs>li.active>a,
section.services .nav-tabs>li.active>a:focus,
section.services .nav-tabs>li.active>a:hover,
section.services .nav-tabs>li>a:focus,
section.services .nav-tabs>li>a:hover{
   color: #fa6816;
   background-color: transparent;
   border:none;
}
section.services .nav-tabs>li>a:focus span img,
section.services .nav-tabs>li>a:hover span img{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
section.services .nav-tabs>li>a{
    color: #868686;
    font-size: 13px;
    position: relative;
    border:none;
}
section.services .nav-tabs>li>a:after{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    border-bottom: 3px #fa6816 solid;
    border-color: transparent;

}
section.services .nav-tabs>li.active>a:after,
section.services .nav-tabs>li>a:focus:after,
section.services .nav-tabs>li>a:hover:after{
    border-color: #fa6816;
}
section.services .services-tab-inner{
    height: 800px;
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
    position: relative;
}
section.services .services-tab-content{
    width: 40%;
    margin-left: 60%;
    display: block;
}
section.services .services-tab-content h3{
    /* font-family: "Roboto", Sans-serif; */
    color: #333;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 35px;
    margin: 0 0 0 0;
}
section.services .services-tab-content h3 span{
    font-size: 11px;
    display: block;
    font-weight: 400;
    color: #fa6914;
    margin-bottom: 5px;
}
section.services .services-tab-content .info{
    max-width: 500px;
}
section.services .services-tab-content .info p{
    display: block;
    font-size: 17px;
    font-weight: 100;
    font-family: 'Questrial', sans-serif;
    color: #777
}
section.services .services-tab-bg{
position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 40%;
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
}
.saperator{
        display: inline-block;
    height: 3px;
    width: 70px;
    background-color: #fa6914;
    margin: 40px 0;
}
section.services .services-intro{
    display: block;
    margin-top: 150px;
}
section.services .services-intro h2 {
    text-align: center;
    font-weight: 800;
    font-size: 30px;
    margin: 0 auto 50px auto;
    max-width: 700px;
    /* font-family: "Roboto", Sans-serif; */
    text-transform: uppercase;
}
section.services .services-intro .section-icon-set-desc {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 15px;
}


section.services .service-web-design{
    display: block;
    position: relative;
    background-color: #fbfcfe;
}
section.services .service-price{
    display: block;
    position: relative;
    background-color: #fbfcfe;
}
section.services .service-web-design .service-web-design-bg{
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    background-size: contain;
    background-position: center top;
    height: 600px;
    background-repeat: no-repeat;
}
section.services .service-web-design-content{
display: block;
    max-width: 600px;
    margin-top: 100px;
    margin-bottom: 10px;
}
section.services .service-web-design .service-web-design-content h2 {
    /* font-family: "Roboto", Sans-serif; */
    color: #1f1f1f;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 35px;
    margin: 0 0 35px 0;
}
section.services .service-web-design-content h2 span {
    font-size: 11px;
    display: block;
    font-weight: 400;
    color: #fa6914;
    margin-bottom: 5px;
}
section.services .service-web-design-content .info p {
    display: block;
    font-size: 18px;
    font-weight: 300;
    color: #333;
}
section.services .service-web-design .service-web-design-bg:after{
/*    content: "Gecko";
    font-size: 500px;
    font-family: "Roboto", Sans-serif;
    font-weight: 900;
    position: absolute;
    left: -90%;
    color: #f1f5f6;
    text-transform: uppercase;
    bottom: -131px;*/
}
.webdesign-items{
display: block;
    overflow: hidden;
    text-align: right;
    bottom: -20%;
    left: 0;
    right: 0;
}
.webdesign-items .webdesign-01{
    display: inline-block;
    width: 150px;
    background-size: contain;
    margin-right: -30px;
        -webkit-perspective: 1080px;
    perspective: 1080px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.webdesign-items .webdesign-01 img{
    -webkit-transform: rotateY(-30deg);
    transform: rotateY(-30deg);
    box-shadow: 0 0 68px rgba(3, 34, 71, 0.2);
}
.webdesign-items .webdesign-02{
display: inline-block;
    width: 200px;
    position: relative;
    z-index: 9;
}
.webdesign-items .webdesign-03{
    display: inline-block;
    width: 150px;
    -webkit-perspective: 1080px;
    perspective: 1080px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
        margin-left: -30px;
}
.webdesign-items .webdesign-03 img{
        -webkit-transform: rotateY(30deg);
    transform: rotateY(30deg);
        box-shadow: 0 0 68px rgba(3, 34, 71, 0.2);
}
.btn-sty-3{
  font-size: 11px;
  font-weight: 600;
  background-color: #f2295b;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 20px;
  transition: all 0.3s;
  border: solid 1px #f2295b;
}
.btn-sty-3:hover{
  text-decoration: none;
  color: #f2295b;
  background-color: #FFFFFF;
  border: solid 1px #f2295b;
}
.service-web-design-items{
    display: block;
    overflow:hidden;
    margin-top: 50px;
}
.service-web-design-items a:hover{
  text-decoration: none;
}
.service-web-design-item{
        display: block;
    padding-right: 15px;
}
.service-web-design-item .info{
    display: block;
    font-size: 13px;
    font-weight: 300;
    color: #333;
}
.service-web-design-item .icon-set-img{
        display: inline-block;
    max-width: 40px;
    float: left;
    margin: 0 10px 10px 0;
}
section.services .service-web-design-content .info{
        display: block;
    margin-bottom: 30px;
}
section.services .service-seo{
    display: block;
    padding: 50px 0;
    content: "";
    background-image: url(includes/img/seo-4.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    background-attachment: fixed;
    background-color: #fff;
}
section.services .service-seo:after{
    /*content: "";
    background-image: url(includes/img/seo-4.svg);
    display: block;
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: -150px 0 0 0;*/
}
section.services .service-seo .service-seo-inner{}
section.services .service-seo .service-seo-inner .service-seo-title{
    background-color: #fff;
    margin-bottom: 35px;
}
section.services .service-seo .service-seo-inner .service-seo-title h2 {
    /* font-family: "Roboto", Sans-serif; */
    color: #1f1f1f;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 35px;
    margin: 0 0 0 0;
}
section.services .service-seo .service-seo-inner .service-seo-title h2 span {
    font-size: 11px;
    display: block;
    font-weight: 400;
    color: #fa6914;
    margin-bottom: 5px;
}
section.services .service-seo .service-seo-inner .service-seo-content .info{
    background-color: #fff;
    font-weight: 100;
}
section.services .service-seo .service-seo-inner .service-web-design-item{
    background-color: #fff;
        margin-bottom: 30px;
}
section.services .service-seo .service-seo-inner .service-seo-content .info p {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #696969;
    max-width: 500px;
}
.service-price-table{
    display: block;
    overflow: hidden;
    margin: 70px 0;
}
table.package-price-table{
    width: 100%;
}
table.package-price-table .cw-40{
    width: 40%;
}
table.package-price-table .cw-20{
    width: 20%;
    text-align: center;
}
table.package-price-table h3 {
    /* font-family: "Roboto", Sans-serif; */
    color: #1f1f1f;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 35px;
    margin: 0 0 35px 0;
}
table.package-price-table h3 span {
    font-size: 11px;
    display: block;
    font-weight: 400;
    color: #fa6914;
    margin-bottom: 5px;
}
table.package-price-table .ptab-header{
    display: block;
    text-align: center;
    margin-bottom: 50px;
}
table.package-price-table .ptab-header .ptab-name{
    font-family: "Roboto", Sans-serif;
    color: #656565;
    font-weight: 900;
    margin-bottom: 40px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
table.package-price-table .ptab-header .ptab-price{
    font-family: "Roboto", Sans-serif;
    color: #333;
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
table.package-price-table .ptab-header .ptab-desc{
font-size: 12px;
    font-weight: 400;
    display: block;
    margin-bottom: 20px;
    padding: 20px;
}
table.package-price-table .ptab-header .ptab-cta a{
  padding: 14px 45px;
  font-size: 13px;
  font-weight: 900;
  border-radius: 90px;
}
.btn-sty-4{
        box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.09);
    color: #848484;
    padding: 14px 45px;
    display: inline-block;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
table.package-price-table .ptab-header:hover .btn-sty-4,
.btn-sty-4:hover{
    background-color: #f2295b;
    color: #fff;
}
table.package-price-table .ptab-listing{
    border-bottom: 1px #eee solid;
}
table.package-price-table .ptab-listing td{
    padding: 18px 0;
    font-size: 12px;
}
table.package-price-table .ptab-listing td span.active{
    background-color: #fa6914;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50px;
}
table.package-price-table .ptab-header:hover .ptab-name{
    color: #fa6914;
}
table.package-price-table .ptab-header:hover .ptab-price{
    color: #f64b3e;
}

section.services .service-webmaster{
    display: block;
    position: relative;
    background-color: #fbfcfe;
    padding: 10em 0;
}
section.services .service-webmaster .service-webmaster-inner  h3{
    /* font-family: "Roboto", Sans-serif; */
    color: #333;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 35px;
    margin: 0 0 60px 0;
    text-align: center;
}
section.services .service-webmaster .service-webmaster-inner  h3 span{
    font-size: 11px;
    display: block;
    font-weight: 400;
    color: #fa6914;
    margin-bottom: 5px;
}
section.services .service-webmaster .service-webmaster-inner content{
    max-width: 700px;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #696969;
    font-size: 16px;
    font-weight: 100;
        line-height: 1.6em;
}
section.services .service-webmaster .service-webmaster-inner span.swi-ico{
    display: block;
    width: 60px;
    height: 60px;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    margin-bottom: 15px;
}
section.services .service-webmaster .service-webmaster-inner .service-webmaster-items{
    display: block;
    overflow: hidden;
    margin: 20px 0 0 0;
}
.service-webmaster-item{
    text-align: center;
    padding: 100px 70px;
}
section.services .service-webmaster .service-webmaster-inner .service-webmaster-item.leftChild{
        border-right: 1px #eee solid;
}
section.services .service-webmaster .service-webmaster-inner h6{
    font-family: "Roboto", Sans-serif;
    color: #333;
    font-weight: 900;
    margin-bottom: 40px;
    font-size: 17px;
    text-transform: uppercase;
}
section.services .service-webmaster .service-webmaster-inner .service-webmaster-item .desc{
    font-size: 14px;
    color: #696969;
    text-align: center;
    font-weight: 100;
    line-height: 1.6em;
}
.service-seo-items .service-web-design-item .icon-set-img{
    max-width: 80px;
        margin: 0 20px 10px 0;
}
.service-seo-items .service-web-design-item .info{
    font-size: 18px;
    font-weight: 300;
    color: #696969;
}
.service-seo-items .service-web-design-item h5{
        font-size: 18px;
    font-weight: 900;
    color: #fa6914;
    text-transform: uppercase;
}
.maintenance-service-graphic{
        display: block;
    width: 100%;
    height: 330px;
    max-width: 1200px;
    /* background-color: #f00; */
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
        margin-top: 50px;
}
.flat-cover.single-post{
  padding: 20vh 0 20vh 0;
}
.blog-item-content{
    height: 555px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    text-align: left;
}
.blog-item-content h1.blog-item-title{
    font-family: 'Abril Fatface', cursive;
    margin-top: 30px;
}
.blog-item-content h1.blog-item-title span{
        font-size: 11px;
    display: block;
    font-weight: 400;
    color: #fa6914;
        font-family: "Roboto", Sans-serif;
}
.blog-item-content h1.blog-item-title span p{
    margin: 0;
}
.blog-item-content h1.blog-item-title span p .entry-date.published{
        text-align: left;
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
}
.blog-item-content h1.blog-item-title a{
    color:#333;
}
.blog-item-content h1.blog-item-title a:hover{
    color:#333;
    text-decoration: none;
}
.blog-item-content .desc{
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #333;
    padding: 20px 0 0 70px;
    position: relative;
}
/* .blog-item-content .desc:before{
    content: "";
    position: absolute;
    left: 0;
    width: 50px;
    border-top: 1px #fa6914 solid;
    top: 30px;
} */
.blog-item-content a.blog-item-content-url{
    margin-left: 70px;
    margin-top: 20px;
}
.blog-item-cats{
    font-size: 11px;
    margin-top: 40px;
}
.blog-item-cats span{
  color: #fa6914;
  margin-right: 15px;
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.blog-item-cats span:before{
  content: "";
  position: relative;
  left: 0;
  width: 50px;
  border-top: 1px #fa6914 solid;
  top: 30px;
  display: block;
}
.blog-container{
    padding: 0;
}
.blog-item{
    margin-bottom: 150px;
}
body.single-post{
    background-color: #fbfcfe;
}
.contenty-single-page{}
.blog-single-content-page .blog-item{
    position: relative;
    margin-bottom: 0;
}
.blog-single-content-page{
    margin-top: -70px;
    margin-bottom: 70px;
    background-color: #fff;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.09);
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.blog-single-content-page .blog-item-content .desc{
    padding: 20px;
}
.blog-single-content-page .blog-item-content .desc:before {
    width: 90px;
}
.blog-single-content-page .blog-item-cats{
    margin-top: 20px;
}
.blog-single-content-page .blog-item-content{
    height: unset;
        padding: 30px;
}
.blog-single-content-page .blog-item-content .desc p {
    line-height: 30px;
}
.blog-single-content-page .blog-item-thumb{
    /*position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;*/
}
.blog-item-content .desc p{
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #333;
    padding: 0;
    position: relative;
    text-align: left;
}
#stage2 {
    margin: 2em auto 1em 50%;
    height: 120px;
    -webkit-perspective: 1200px;
    -webkit-perspective-origin: 0 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin: 0 50%;
    -ms-perspective: 1200px;
    -ms-perspective-origin: 0 50%;
  }

  #rotator2 a {
    position: absolute;
    left: -50px;
    -moz-transform-style: preserve-3d;
  }
  #rotator2 a img {
    padding: 10px;
    background: transparent;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }

  #rotator2 a:nth-child(1) img {
    -webkit-transform: rotateY(-120deg) translateZ(80px);
    -moz-transform: rotateY(-120deg) translateZ(80px);
    -ms-transform: rotateY(-120deg) translateZ(80px);
  }
  #rotator2 a:nth-child(2) img {
    -webkit-transform: translateZ(80px);
    -moz-transform: translateZ(80px);
    -ms-transform: translateZ(80px);
  }
  #rotator2 a:nth-child(3) img {
    -webkit-transform: rotateY(120deg) translateZ(80px);
    -moz-transform: rotateY(120deg) translateZ(80px);
    -ms-transform: rotateY(120deg) translateZ(80px);
  }
  #rotator2 a:nth-child(n+4) { display: none; }

  @-webkit-keyframes rotator2 {
    from { -webkit-transform: rotateY(0deg);  }
    to   { -webkit-transform: rotateY(-120deg); }
  }
  @-moz-keyframes rotator2 {
    from { -moz-transform: rotateY(0deg);  }
    to   { -moz-transform: rotateY(-120deg); }
  }
  @-ms-keyframes rotator2 {
    from { -ms-transform: rotateY(0deg);  }
    to   { -ms-transform: rotateY(-120deg); }
  }

  #rotator2 {
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    -webkit-animation-timing-function: cubic-bezier(1, 0.2, 0.2, 1);
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 1s;
    -moz-transform-origin: 0 0;
    -moz-transform-style: preserve-3d;
    -moz-animation-timing-function: cubic-bezier(1, 0.2, 0.2, 1);
    -moz-animation-duration: 2s;
    -moz-animation-delay: 1s;
    -ms-transform-origin: 0 0;
    -ms-transform-style: preserve-3d;
    -ms-animation-timing-function: cubic-bezier(1, 0.2, 0.2, 1);
    -ms-animation-duration: 2s;
    -ms-animation-delay: 1s;
  }
  #rotator2:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
  }





.section-product-showcase{
    background: #f4f5f9;
    background: -moz-linear-gradient(-45deg, #f4f5f9 0%, #f4f5f9 26%, #e3e7f0 100%);
    background: -webkit-linear-gradient(-45deg, #f4f5f9 0%,#f4f5f9 26%,#e3e7f0 100%);
    background: linear-gradient(135deg, #f4f5f9 0%,#f4f5f9 26%,#e3e7f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f5f9', endColorstr='#e3e7f0',GradientType=1 );
    padding: 100px 0;
    position: relative;
}
.section-product-showcase h2 {
    font-size: 29px;
    line-height: 40px;
    font-weight: bold;
    color: #1f1f1f;
    margin: 0;
    text-transform: uppercase;
}
.section-product-showcase h2 span {
    color: #f58523;
}
.section-product-showcase .desc {
    color: #808291;
    font-weight: 200;
    margin: 45px auto;
    text-align: center;
    max-width: 900px;
    font-size: 14px;
    line-height: 25px;
}
.section-product-showcase .product-showcase-items{
    display: block;
    overflow: hidden;
    position: relative;
}
.section-product-showcase .product-showcase-item{
    display: block;
    float: right;
    text-align: left;
    padding-left: 50%;
    margin-bottom: 50px;
}
.section-product-showcase .product-showcase-item-bg{
        position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.section-product-showcase .product-showcase-item .desc{
    text-align: left;
    margin: 0 0 10px 0;
}
.section-product-showcase .product-showcase-item h5{
        font-weight: 600;
    font-size: 17px;
    margin: 0 0 15px 0;
    line-height: 46px;
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-product-showcase .product-showcase-item h5 span{
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #f5852342;
    float: left;
    margin-right: 8px;
    border-radius: 50px;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-product-showcase .product-showcase-item .product-showcase-item-inner:hover  h5{
    color: #fa6914;
}
.section-product-showcase .product-showcase-item .product-showcase-item-inner:hover  h5 span{
    background-color: #fa6914;
}
.section-product-showcase .product-showcase-item .product-showcase-item-inner{
    padding: 15px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-product-showcase .product-showcase-item .product-showcase-item-inner:hover{
    background-color: #fff;
}
.section-product-showcase .product-showcase-item h5 span.ico-web-ds{
    background-image: url(includes/img/ico-creativity.png);
}
.section-product-showcase .product-showcase-item .product-showcase-item-inner:hover h5 span.ico-web-ds{
    background-image: url(includes/img/ico-creativity-on.png);
}
.section-product-showcase .product-showcase-item h5 span.ico-ads{
    background-image: url(includes/img/ico-idea.png);
}
.section-product-showcase .product-showcase-item .product-showcase-item-inner:hover h5 span.ico-ads{
    background-image: url(includes/img/ico-idea-on.png);
}
.footer-testimonials h2 {
    font-size: 23px;
    line-height: 40px;
    font-weight: bold;
    color: #1f1f1f;
    max-width: 415px;
    text-align: left;
    margin: 0;
    text-transform: uppercase;
}
.footer-testimonials h2 span {
    color: #f58523;
}
.footer-testimonials {
    background: #f4f5f9;
    background: -moz-linear-gradient(-45deg, #f4f5f9 0%, #f4f5f9 26%, #e3e7f0 100%);
    background: -webkit-linear-gradient(-45deg, #f4f5f9 0%,#f4f5f9 26%,#e3e7f0 100%);
    background: linear-gradient(135deg, #f4f5f9 0%,#f4f5f9 26%,#e3e7f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f5f9', endColorstr='#e3e7f0',GradientType=1 );
    padding: 70px 0 35px;
    position: relative;
}
.footer-testimonials .desc {
    color: #333;
    font-weight: 200;
    margin: 45px auto;
    text-align: left;
    max-width: 900px;
    font-size: 18px;
    line-height: 25px;
}
.testmn-slider-container{}
.testmn-slider-container{}
.testmn-slider-container .testmn-slider-item{
        display: inline-block;
    width: 320px;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
    margin-right: 15px;
}
.testmn-slider-container .testmn-slider-item blockquote{
    border: none;
    padding: 0;
    margin: 0;
    color: #333;
    font-size: 13px;
    font-weight: 100;
    line-height: 21px;
    height: 159px;
}
.testmn-slider-container .testmn-slider-item blockquote:before{
    content: "";
    background-image: url(includes/img/quote-button.png);
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: cover;
    float: left;
    margin: 0 10px 0 0;
}
.testmn-slider-container .testmn-slider-item .col-md-8{
  text-align: right;
  padding: 0;
}
.testmn-slider-container .testmn-slider-item .client-more{
  margin-top: 30px;
  float: right;
  font-size: 0.8em;
}
.testmn-slider-container .testmn-slider-item .col-md-4{
  /* padding: 0; */
}
.testmn-slider-container .testmn-slider-item .client-more strong{
  font-weight: bold;
}
.testmn-slider-container .testmn-slider-item .testmn-slider-item-img{
        display: block;
    max-width: 100px;
    text-align: right;
    float: right;
    margin-right: 0;
}
.testmn-slider-container .testmn-slider-item .testmn-slider-item-img img{
  border-radius: 100%;
  width: 100px;
  height: 100px;
}
.testmn-slider-container .testmn-slider-item  h4{
        display: block;
    clear: both;
    text-align: right;
    margin: 0 0 25px 0;
    font-size: 15px;
}
.slick-prev{
background-image: url(includes/img/slick-prv.png);
    width: 30px;
    height: 30px;
    border: 1px #f58523 solid;
    background-color: #f58523;
    background-size: 10px;
    border-radius: 50px;
    position: absolute;
    z-index: 999999;
    left: -18px;
    top: 130px;
    background-position: center;
    background-repeat: no-repeat
}
.slick-next{
background-image: url(includes/img/slick-nxt.png);
    width: 30px;
    height: 30px;
    border: 1px #f58523 solid;
    background-color: #f58523;
    background-size: 10px;
    border-radius: 50px;
    position: absolute;
    z-index: 999999;
    right: -3px;
    top: 130px;
    background-position: center;
    background-repeat: no-repeat;
}
.slick-dots{
    display: block;
    text-align: center;
    padding: 0;
    margin: 30px 0 0 0;
}
.slick-slider .slick-track, .slick-slider .slick-list{
  z-index: 3;
}
.slick-dots li{
    display: inline-block;
}
.slick-dots li button{
    font-size: 0;
    background-color: #f5852336;
    border: 1px #f5852300 solid;
    margin: 3px;
    width: 8px;
    height: 8px;
    padding: 0;
    display: inline-block;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slick-dots li.slick-active button{
    background-color: #f58523;
    border: 1px #f58523 solid;
}
.footer-counter{
    /*background: #f4f5f9;
    background: -moz-linear-gradient(-45deg, #f4f5f9 0%, #f4f5f9 26%, #e3e7f0 100%);
    background: -webkit-linear-gradient(-45deg, #f4f5f9 0%,#f4f5f9 26%,#e3e7f0 100%);
    background: linear-gradient(135deg, #f4f5f9 0%,#f4f5f9 26%,#e3e7f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f5f9', endColorstr='#e3e7f0',GradientType=1 );*/
    /* background-color: #fff; */
    padding: 100px 0;
    position: relative;
    border-top: solid 1px #f58523;
}
.footer-counter .counter-item{
    text-align: center;
}
.footer-counter .counter-item h3{
        font-weight: 100;
    color: #f58523;
    font-size: 30px;
    margin: 0 0 45px 0;
}
.footer-counter .counter-item h4{
        color: #424242;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
    font-weight: 900;
}
.footer-counter .counter-item .desc{
        color: #333;
    font-weight: 100;
    margin: 7px auto;
    text-align: center;
    max-width: 900px;
    font-size: 13px;
    line-height: 20px;
    margin-top: 30px;
}
.footer-counter:before {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    top: 10%;
    left: 0;
    background-image: url(includes/img/gecko-02.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.footer-testimonials:after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: 10%;
    right: 0;
    background-image: url(includes/img/gecko-01.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.main-content .section-fullwidth-with-icons h2 {
    font-size: 29px;
    line-height: 40px;
    font-weight: bold;
    color: #1f1f1f;
    margin: 0;
    text-transform: uppercase;
}
.main-content .section-fullwidth-with-icons h2 span {
    color: #f58523;
}
.section-fullwidth-with-icons .desc {
    color: #333;
    font-weight: 200;
    margin: 45px auto;
    text-align: center;
    max-width: 850px;
    font-size: 18px;
    line-height: 25px;
}
.section-fullwidth-with-icons {
    background-color: #fbfcfe;
    padding: 6em 0 0;
    position: relative;
}
.section-fullwidth-with-icons .product-showcase-item-inner{
    text-align: center;
    padding: 30px 40px;
    margin: 15px 0;
    position: relative;
}
.section-fullwidth-with-icons .product-showcase-item-inner.child-itm-0,
.section-fullwidth-with-icons .product-showcase-item-inner.child-itm-2{
        border-right: 1px #eee solid;
}
/*.section-fullwidth-with-icons .product-showcase-item-inner.child-itm-0:after,
.section-fullwidth-with-icons .product-showcase-item-inner.child-itm-1:after{
    content: "";
    position: absolute;
    border-top: 1px #eee solid;
    left: 15px;
    right: 15px;
    bottom: -15px;
}
.section-fullwidth-with-icons .product-showcase-item-inner.child-itm-1:after{
    left: -15px;
}*/
.section-fullwidth-with-icons span.swi-ico {
    display: block;
    width: 94px;
    height: 94px;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    margin-bottom: 15px;
}
.section-fullwidth-with-icons h5 {
    color: #1f1f1f;
    font-weight: 900;
    margin-bottom: 40px;
    font-size: 17px;
    text-transform: uppercase;
}
.testmn-slider-container .testmn-slider-item.testmn-slider-service{
    height: 500px;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.testmn-slider-service header{
    height: 400px;
    display: block;
    background-size: cover;
    background-position: center;
}
.testmn-slider-service content{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 400px;
    padding: 15px;
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
.testmn-slider-container .testmn-slider-item.testmn-slider-service:hover content{
    top:200px;
}
.testmn-slider-service content .desc {
    color: #808291;
    font-weight: 200;
    margin: 45px auto;
    text-align: left;
    max-width: 900px;
    font-size: 14px;
    line-height: 25px;
}
.testmn-slider-service content .desc p{
    font-size: 14px;
}
.testmn-slider-service content h3{
/* font-family: "Roboto", Sans-serif; */
    color: #333;
    font-weight: 900;
    margin-bottom: 40px;
    font-size: 17px;
    text-transform: uppercase;
}
.section-product-showcase span.swi-ico {
    display: block;
    width: 480px;
    height: 320px;
    background-size: contain;
    margin: 0 auto;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.section-product-showcase h5 {
    color: #1f1f1f;
    font-weight: 900;
    margin-bottom: 40px;
    font-size: 18px;
    text-transform: uppercase;
}
.section-product-showcase .desc {
    color: #333;
    font-weight: 200;
    margin: 45px auto;
    text-align: center;
    max-width: 900px;
    font-size: 18px;
    line-height: 25px;
}
.section-product-showcase .product-showcase-item-inner {
    text-align: center;
    padding: 0 10px;
    margin: 15px 0;
    position: relative;
}
.section-product-showcase .product-showcase-item-inner.child-itm-0,
.section-product-showcase .product-showcase-item-inner.child-itm-2 {
    border-right: 1px #e6e6e6 solid;
}
.footer-counter .counter-item h3{
  font-weight: bold;
}
.slick-prev{
  z-index: 2;
}
.slick-next{
  z-index: 2;
}
.second-footer-item{
  max-width: 515px;
  margin: auto;
}
.footer-menu{
  float: left;
}
.lang-menu{
  float: left;
}
.wpml-ls-legacy-dropdown{
  width: auto;
}
.wpml-ls-legacy-dropdown a{
  background-color: transparent;
  border: 0;
}
.wpml-ls-legacy-dropdown a:hover, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a{
  background: transparent;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
  border-top: 0;
}
.section-why-choose-us{
  display: block;
  position: relative;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-why-choose-us .why-choose-us-overlay{
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.section-why-choose-us .container{
  padding: 70px 0;
}
.section-why-choose-us .section-why-choose-us-inner{
  position: relative;
  z-index: 2;
}
.section-why-choose-us .section-why-choose-us-inner .section-title-panel{
  position: absolute;
  height: 100%;
}
.section-why-choose-us .section-why-choose-us-inner .section-tab-item-panel{
  position: relative;
  float: right;
}
.section-why-choose-us .section-why-choose-us-inner .section-title{
  text-align: center;
  width: 100%;
}
.section-why-choose-us .section-why-choose-us-inner .section-title h2{
  color: #FFF;
  font-size: 55px;
  text-transform: uppercase;
}
.section-why-choose-us .section-why-choose-us-inner .section-title h2 span{
  color: #f58523;
  display: block;
  text-align: center;
}
.section-why-choose-us .section-why-choose-us-items h4{
  color: #FFF;
  width: 100%;
  font-size: 18px;
  border-radius: 0 0 50px;
  font-weight: bold;
}
.section-why-choose-us .section-why-choose-us-items .desc{
    font-size: 18px;
    padding: 0 15px 25px 15px;
}
.section-404{
display: block;
    height: 80vh;
    text-align: center;
    position: relative;
    background-size: cover;
    background-position: center;
}
.section-404:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(includes/img/bg-7.svg);
    background-size: cover;
    background-position: center;
}
.section-404-info{
        font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #fff;
    margin: 0;
    font-size: 18px;
    margin-bottom: 50px;
}
.pum-theme-lightbox .pum-content .gform_wrapper ul.gform_fields li.gfield{
  margin-right: 0;
}
.pum-theme-lightbox .pum-content.gform_wrapper ul.gform_fields li.gfield.two-col{
  margin-right: 0;
  width: 100%;
}
.pum-theme-lightbox .gform_wrapper .top_label li.gfield.gf_left_half,
.pum-theme-lightbox .gform_wrapper .top_label li.gfield.gf_right_half{
  width: 100%;
}
.pum-theme-lightbox .pum-content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.pum-theme-lightbox .pum-content .gform_wrapper textarea{
    border:none;
      border-bottom: 2px #cccccc solid;
    width: 100% !important;
    background-color: #fff;
    padding: 10px 13px;
    display: block;
    height: unset;
    border-radius: 0;
    font-size: 13px;
    font-weight: 800;
    box-shadow: none;
}
.pum-theme-lightbox .pum-content .gform_wrapper input::placeholder,
.pum-theme-lightbox .pum-content .gform_wrapper textarea::placeholder{
  color: #333;
}
.pum-theme-lightbox .pum-content .gform_wrapper ul.gform_fields li.gfield select{
  border: 1px #fa651d solid;
    width: 100% !important;
    background-color: #fff;
    padding: 10px 13px;
    display: block;
    height: unset;
    border-radius: 0;
    color: #333;
}
.gform_wrapper li:first-child{
    border-right: 1px #cccccc75 solid;
}
.gform_wrapper li.gfmc-column:nth-child(2){
    padding-left: 0;
}
.pum-theme-lightbox .pum-content .gform_wrapper ul.gform_fields li.gfield{
    border:none;
}
.pum-theme-lightbox .pum-content .gform_wrapper textarea{
    margin-top: 30px;
    color: #333;
    border: none;
    background-color: #eeeeee4a;
    margin-right: 25px;
    display: block;
    height: 275px;
}
.pum-theme-7981 .pum-container, .pum-theme-lightbox .pum-container{
    border-radius: 0;
}
.popmake-title{
    padding: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}
/* .popmake-title:after{
    content: "";
    display: block;
    background-color: #fa6815;
    width: 100px;
    height: 3px;
    margin-top: 35px;
} */
.pum-theme-lightbox .pum-content .gform_wrapper  .gform_footer input.button {
    display: inline-block;
    background-image: linear-gradient(296deg, #fa6816 13%, #f2295b 100%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    color: #fff;
    padding: 10px 60px;
    border-radius: 0;
    font-weight: 800 !important;
    text-transform: uppercase;
    font-size: 14px !important;
    margin-right: 0;
    float: right;
    box-shadow: none;
    width: 50%;
    transition: all 0.3s;
}
.pum-theme-lightbox .pum-content .gform_wrapper  .gform_footer input.button:hover{
    cursor: pointer;
    text-shadow: 0 0 3px #fff;
}
.pum-theme-lightbox .pum-container{
  box-shadow: none !important;
  border: 0 !important;
}
.reduce-space .maintenance-service-graphic{
  height: 160px;
}

.disable-input input[type=text]:disabled{
  background-color: #eee !important;
}
.popmake-content::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1; /* Firefox */
}

.popmake-content:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}

.popmake-content::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
}
.pum-theme-7981 .pum-container, .pum-theme-lightbox .pum-container{
    border-radius: 0!important;
}
.pum-content.popmake-content{
    position: relative;
}
.popmake-content:after {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    top: 5%;
    right: 0;
    background-image: url(includes/img/gecko-01.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pum-theme-7981 .pum-container, .pum-theme-lightbox .pum-container{
    padding: 0!important;
}
.service-price-table.om-mb h3{
        /* font-family: "Roboto", Sans-serif; */
    color: #1f1f1f;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 35px;
    margin: 0 0 35px 0;
}
.service-price-table.om-mb h3 span{
        font-size: 11px;
    display: block;
    font-weight: 400;
    color: #fa6914;
    margin-bottom: 5px;
}
.service-price-table.om-mb .package-price-table-items{
    display: block;
    padding: 15px;
}
.service-price-table.om-mb .package-price-table-item{
        box-shadow: 0 5px 12px rgba(0, 0, 0, 0.51);
            margin: 0 0 40px 0;
}
.service-price-table.om-mb .ptab-header{
    background-color: #f2295b;
    padding: 40px 15px;
    text-align: center;
    color: #fff;
}
.service-price-table.om-mb .ptab-name{
        font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.service-price-table.om-mb .ptab-price{
        font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}
.service-price-table.om-mb .ptab-desc{
        font-size: 12px;
    display: block;
    margin-bottom: 30px;
}
.service-price-table.om-mb .btn-sty-4{
    background-color: #fff;
    text-transform: uppercase;
    font-weight: 800;
}
.service-price-table.om-mb .btn-sty-4:focus,
.service-price-table.om-mb .btn-sty-4:active{
    color: #848484;
}
.service-price-table.om-mb ul.package_features{
        font-size: 12px;
    padding: 25px 25px 25px 40px;
}
.service-price-table.om-mb ul.package_features li{
    padding: 8px 0;
}
.form-collapse{
    padding: 15px;
    overflow: hidden;
}
.form-collapse .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.form-collapse .gform_wrapper textarea {
    border: none;
    border-bottom: 2px #cccccc solid;
    width: 100% !important;
    background-color: transparent;
    padding: 10px 13px;
    display: block;
    height: unset;
    border-radius: 0;
    font-size: 13px;
    font-weight: 800;
    box-shadow: none;
}

.form-collapse .contact-form .gform_wrapper .top_label li.gfield.gf_left_half,
.form-collapse .contact-form .gform_wrapper .top_label li.gfield.gf_right_half,
.form-collapse .gform_wrapper ul.gform_fields li.gfield{
    padding: 0;
}
.form-collapse .gform_wrapper li:first-child{
    padding: 0;
    border:none;
}
.form-collapse .gform_wrapper .gform_footer input.button {
    display: inline-block;
    background-image: linear-gradient(296deg, #fa6816 13%, #f2295b 100%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    color: #fff;
    padding: 10px 60px;
    border-radius: 0;
    font-weight: 800 !important;
    text-transform: uppercase;
    font-size: 14px !important;
    margin-right: 0;
    float: none;
    box-shadow: none;
    width: 100%;
    transition: all 0.3s;
}
.gform_confirmation_message{
    padding: 25px;
}
.main-content.quotation{
  padding: 75px 0;
}
.main-content.quotation h2{
  font-size: 29px;
  line-height: 40px;
  font-weight: bold;
  color: #1f1f1f;
  margin: 0;
  text-transform: uppercase;
}
.main-content.quotation p{
  font-weight: 200;
  font-size: 18px;
  line-height: 25px;
  margin: 45px auto;
}
.main-content.quotation .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
  font-size: 15px;
  border: 1px #fa651d solid;
  background-color: #FFF;
}
.main-content.quotation .gform_wrapper .top_label .gfield_label, .main-content.quotation .gform_wrapper legend.gfield_label{
  font-size: 15px;
}
.main-content.quotation .gform_wrapper textarea{
  font-size: 15px;
  border: 1px #fa651d solid;
  background-color: #FFF;
}
.main-content.quotation .gform_wrapper ul.gfield_checkbox li label, .main-content.quotation .gform_wrapper ul.gfield_radio li label{
  font-size: 13px;
}
.main-content.quotation  .gform_wrapper .gform_footer{
  text-align: center;
}
.main-content.quotation .gform_wrapper .gform_footer input.button,
.main-content.quotation .gform_wrapper .gform_footer input[type=submit],
.main-content.quotation .gform_wrapper .gform_page_footer input.button,
.main-content.quotation .gform_wrapper .gform_page_footer input[type=submit]{
  display: inline-block;
  background-image: linear-gradient(296deg, #fa6816 13%, #f2295b 100%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  color: #fff;
  padding: 10px 41px;
  border-radius: 40px;
  font-weight: 800 !important;
  text-transform: uppercase;
  font-size: 14px !important;
  margin-right: 0;
}
.reduce-space .service-seo{
  padding: 0 !important;
}
.job-single-content-page{
  margin-top: -70px;
  margin-bottom: 70px;
  background-color: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.09);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.job-single-content-page .job-item-content{
  color: #333;
}
.job-single-content-page .job-item-content h2{
  text-align: left;
  font-weight: bold;
  font-size: 30px;
}
.job-single-content-page .job-item-content p{
  text-align: left;
}
.job-item-content h1.job-item-title{
  font-family: 'Abril Fatface', cursive;
  margin-top: 30px;
}
.job-item-content h1.job-item-title span p .entry-date.published{
  text-align: left;
  padding: 0;
  font-size: 12px;
  text-transform: uppercase;
}
.job-item-content h1.job-item-title span{
  font-size: 11px;
  display: block;
  font-weight: 400;
  color: #fa6914;
  font-family: "Roboto", Sans-serif;
}
.job-item-content h1.job-item-title a{
  color: #333;
}
.job-single-content-page .job-item-content {
    height: unset;
    padding: 30px;
}
.job-item-content {
    height: 555px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    text-align: left;
}
.job-contact{
  position: relative;
  display: block;
}
.job-contact::before{
  content: '';
  display: block;
  width: 30%;
  position: relative;
  background: #e4e4e4;
  height: 1px;
  margin: 40px auto;
}
.job-item-content .desc {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #333;
    padding: 20px 0 0 70px;
    position: relative;
}
.job-item-content .desc ul li::before{
  content: "\2022";
  color: #fa6914;
  display: inline-block;
  width: 13px;
  font-size: 15px;
  height: 1px;
}
#gform_wrapper_23 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]), #gform_wrapper_23 textarea{
  border: none;
  border-bottom: 2px #cccccc solid;
  width: 100% !important;
  background-color: #fff;
  padding: 10px 13px;
  display: block;
  height: unset;
  border-radius: 0;
  font-size: 13px;
  font-weight: 800;
  box-shadow: none;
}
#gform_wrapper_23 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image])::placeholder,
#gform_wrapper_23 textarea::placeholder{
  color: #333;
}
#gform_wrapper_23 li:first-child{
  border: none;
}
#gform_submit_button_23{
  display: inline-block;
  background-image: linear-gradient(296deg, #fa6816 13%, #f2295b 100%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  color: #fff;
  padding: 10px 41px;
  border-radius: 40px;
  font-weight: 800 !important;
  text-transform: uppercase;
  font-size: 14px !important;
  margin-right: 0;
  float: right;
}
.gecko-orange-overlay{
    position: relative;
}
.gecko-orange-overlay:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(includes/img/bg-7.svg);
    background-size: cover;
    background-position: center;
}
.gecko-element-shadow{
    background: #fff;
    box-shadow: 0 6px 20px 0 rgba(194, 204, 222, 0.3);
    border-radius: .375rem;
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.gecko-element-shadow:hover{
    box-shadow: 0px 22px 30px -5px rgba(193, 204, 222, 0.57);
}


/*---- Tablat ----*/
@media only screen and (max-width: 768px){
  .gecko-navigation-bar-container .wrapper > ul > li.active a{
    color: #f2295b !important;
    font-weight: 900;
  }
  .section-hero h2.sub-title{
      font-size: 25px;
  }
  .section-hero content p{
      font-size: 14px;
  }
  .section-hero .hero-inner-content{
      margin-top: 5em;
  }
  .section-hero ul.hero-links li a {
      padding: 6px 12px;
      font-size: 10px;
  }
  .section-hero ul.hero-links {
      margin: 1vh 0 0 0;
  }
  .main-content h2.section-title{
      font-size: 18px;
      line-height: 21px;
  }
  .main-content p, .main-content h2{
      font-size: 14px;
  }
  .section-descriptions {
      padding: 0 1em;
  }
  .section-staff {
      padding: 4em 0;
  }
  .section-hero h2.sub-title{
    width: 45%;
  }
  .section-team{
    background-attachment: inherit;
    height: 400px;
  }
  .section-team h4{
    font-size: 32px;
  }
  .section-team h4 span{
    font-size: 48px;
  }
  .testmn-slider-container .client-testmn .col-sm-8{
    padding: 0 15px;
  }
  .main-content p, .main-content h2{
    font-size: 23px;
  }
  .two-cols-item .item-content{
    max-width: 100%;
  }
  .two-cols-item .item-content h5{
    padding-top: 0;
  }
  .two-cols-item .item-content .desc{
    margin-top: 12px;
  }
  .section-showcase-flat-filter{
    margin-bottom: 0;
  }
  .section-showcase-flat-inner .section-showcase-flat-items{
    margin-top: 0;
  }
  .section-showcase-flat-inner .showcase-flat-item{
    height: 250px !important;
  }
  .section-showcase-flat:before{
    top: 13%;
  }
  .section-hero h2.sub-title{
      font-size: 25px;
  }
  .section-hero content p{
      font-size: 14px;
  }
  .section-hero .hero-inner-content{
      margin-top: 5em;
  }
  .section-hero ul.hero-links li a {
      padding: 6px 12px;
      font-size: 10px;
  }
  .section-hero ul.hero-links {
      margin: 1vh 0 0 0;
  }
  .main-content h2.section-title{
      font-size: 18px;
      line-height: 50px;
  }
  .main-content p, .main-content h2{
      font-size: 14px;
  }
  .section-descriptions {
      padding: 0 1em;
  }
  .section-staff {
      padding: 4em 0;
  }
  .footer-counter .col-md-3{
    margin: 60px 0;
  }
  .footer-counter .counter-item h3{
    font-weight: bold;
  }
  .footer-counter .col-md-3:last-child{
    margin: 60px 0 15px;
  }
  section.services{
    padding: 50px 0 0;
    background-color: #fbfcfe;
  }
  section.services .service-web-design-content{
    margin-bottom: 0;
  }
  section.services .service-web-design .service-web-design-bg{
    height: 395px;
  }
  section.services .service-seo{
    padding: 50px 0 50px;
  }
  .service-web-design-items{
    margin-top: 0;
  }
  .service-web-design-items .matchHeight{
    height: auto;
  }
  .service-web-design-items .col-md-6:first-child{
    margin-bottom: 70px;
  }
  .service-web-design-items .col-md-6:last-child{
    margin-top: 70px;
  }
  .service-web-design-items .col-md-6{
    margin-top: 70px;
  }
  section.section-icon-set .section-icon-set-items{
    margin: 50px 0 0 0;
  }
  .service-price-table{
    margin: 50px 0;
  }
  section.section-teams .section-team-members .team-member{
    height: 320px;
    width: 100%;

  }
  section.section-teams .section-team-members .team-members{
    margin-top: 33px;
  }
  section.section-teams .section-team-members .team-members:nth-child(4){
    margin-left: 120px;
    margin-top: 33px;
  }
  section.section-teams .section-team-members .team-member .outer{
    display: block;
    padding-top: 25px;
  }
  section.section-teams .section-team-members .team-member content .inner p{
    font-size: 12px;
  }
  section.section-teams .section-team-members .team-member .team-title{
    padding: 0;
  }
  section.section-teams .section-team-members .team-member .team-title h3{
    font-size: 16px;
  }
  .footer-testimonials:after{
    bottom: 2%;
  }
  section.section-gmap-with-form .contact-with-form{
    margin-top: 50px;
  }
  .section-why-choose-us .section-why-choose-us-inner .section-title-panel{
    position: relative;
  }
}


/*---- Mobile ----*/
@media (max-width: 476px){
  .section-hero h1.title{
    font-size: 39px;
  }
  .section-hero h1.title br{
    /* display: none; */
  }
  .header-st-1{
    font-size: 46px;
  }

  .gecko-navigation-bar-container.not-homepage{
    /* background: rgba(255, 255, 255, 0.5); */
  }
  .gecko-navigation-bar-container .wrapper > ul{
    position: absolute;
  }
  .gecko-navigation-bar-container .container{
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .gecko-navigation-bar-container .wrapper .brand a{
    padding-left: 10px;
  }
  .section-hero{
    padding-top: 10vh;
  }
  .section-hero ul.hero-links li {
      margin: 0 10px 0 0;
      display: inline-block;
  }
  .section-hero h2.sub-title{
    width: 100%;
  }
  .section-hero content{
    margin: 15px 0;
  }
  .section-hero content br{
    display: none;
  }
  .section-hero ul.hero-links li a{
    padding: 8px 25px;
    font-size: 13px;
  }
  .section-hero ul.hero-links{
    text-align: center;
  }
  .section-product-showcase{
    padding: 50px 0 25px;
  }
  .main-content p, .main-content h2{
    font-size: 22px;
  }
  .section-product-showcase span.swi-ico{
    width: 100%;
    height: 164px;
  }
  .section-product-showcase .product-showcase-item-inner{
    margin: 40px 0 15px;
  }
  .section-product-showcase .desc{
    margin: 45px auto 25px;
  }
  .section-showcase-flat:before,
  .section-showcase-flat:after{
    display: none;
  }
  .pos-right{
    margin-left: 80px;
    float: none;
  }
  .section-team{
    height: 240px;
  }
  .section-team .section-team-inner{
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 15px;
  }
  .section-team h6{
    color: #FFFFFF;
  }
  .section-fullwidth-with-icons .product-showcase-item-inner{
    padding: 0;
  }
  .footer-counter{
    padding: 15px 0 25px;
  }

  .get-in-touch-section h3{
    font-size: 30px;
  }
  .menu-footer-menu-container ul{
    padding: 0;
    margin: 0;
  }
  .footer-testimonials{
    padding: 50px 0 100px 10px;
  }
  .maintenance-service-graphic{
    height: 194px;
  }
  .page-digital-marketing .footer-testimonials h2{
    font-size: 22px;
  }
  .footer-testimonials:after{
    bottom: 2%;
  }
  .page-our-work .hero-banner .hero-banner-wrap .desc{
    font-size: 15px;
  }
  .testmn-slider-container .testmn-slider-item .col-xs-4{
    padding: 0;
  }
  .testmn-slider-container .testmn-slider-item .testmn-slider-item-img{
    margin-right: 8px;
  }
  section.section-milestone .section-milestone-items .section-milestone-item{
    margin-bottom: 30px;
  }
  section.section-milestone .section-milestone-items .section-milestone-item h5{
    margin-bottom: 10px;
  }
  section.section-milestone .section-milestone-items .section-milestone-item .col-xs-3{
    padding: 0;
  }
  .section-parallax.section-parallax-overlay .parallax-inner{
    padding: 3em 0;
  }
  section.section-teams .section-team-members .team-members:nth-child(4){
    margin: 0;
  }
  section.section-teams .section-team-members .team-member content .inner p{
    font-size: 13px;
  }
  section.section-teams .section-team-members .team-member{
    margin: 15px 0;
    background-position: 0px 0;
    background-repeat: no-repeat;
    width: 100%;
  }
  section.section-teams .section-team-members .team-member .outer{
    display: block;
    padding-top: 25px;
  }
  .page-about-us section.section-icon-set{
    padding: 0;
  }
  section.section-gmap-with-form .contact-gmap{
    height: 300px;
  }
  section.section-gmap-with-form .gform_wrapper li.gfield.gf_right_half{
    padding-left: 0 !important;
  }
  section.section-gmap-with-form .gform_wrapper li.gfield.gf_left_half{
    padding-right: 0 !important;
  }
  section.section-gmap-with-form{
    padding: 5em 0 2em;
  }
  section.section-support-channels{
    padding: 3em 0 1em;
  }
  section.section-support-channels .support-channel-item{
    padding: 25px 0;
  }
  .section-showcase-flat{
    padding: 4em 0;
  }
  .section-showcase-flat-inner .section-showcase-flat-items{
    margin-top: 35px;
  }
  .section-showcase-flat-inner .showcase-flat-item{
    height: 150px !important;
    margin-bottom: 20px;
  }
  section.services .service-seo{
    padding: 50px 0 0;
  }
  .maintenance-service-graphic{
    background-size: cover;
  }
  .section-why-choose-us .section-why-choose-us-inner .section-title h2{
    font-size: 32px;
  }
  .section-why-choose-us .section-why-choose-us-items h4{
    font-size: 14px;
    padding: 13px;
  }
  .service-web-design-items .col-md-6{
    margin-top: 35px;
  }
  .service-web-design-items .col-md-6:first-child{
    margin-bottom: 0;
  }
  .service-web-design-items .col-md-6:last-child{
    margin-top: 35px;
  }
  section.section-icon-set{
    padding: 25px 0;
  }
  section.services .service-web-design-content{
    margin-bottom: 50px;
  }
  section.section-icon-set .section-icon-set-items .section-icon-set-item{
    margin-bottom: 50px;
  }
  section.services{
    padding: 0;
  }
  section.section-teams h2{
    margin-bottom: 0;
  }
  .section-parallax.section-parallax-overlay{
    padding: 0;
  }
  section.section-milestone{
    padding: 25px 0;
  }
  .two-cols-item .item-content .desc{
    font-size: 16px;
  }
  .get-in-touch-section .get-in-touch-section-inner{
    text-align: center;
  }
  .get-in-touch-section{
    padding: 55px 0;
  }
  .site-footer-nw .footer-logo{
    margin: 0 auto 10px;
  }
  .site-footer-nw{
    padding: 40px 0 20px;
  }
  .second-footer-item{
    width: 268px;
  }
  .footer-menu ul.menu{
    padding: 0;
  }
  .footer-menu ul.menu li.menu-item-language{
    margin-top: 10px;
  }
  section.services .service-web-design .service-web-design-bg{
    position: relative;
    left: 0;
    height: 185px;
  }
}

/* move to new */
.title span{
  color: #f58523;
}
h2 span{
  color: #f58523;
}
h4 span{
  color: #f2295b;
}
.hero-links a {
  color: #fe4b07;
  padding: 13px 50px;
  -moz-transition-duration: 275ms;
  -o-transition-duration: 275ms;
  -webkit-transition-duration: 275ms;
  transition-duration: 275ms;
  border-radius: 60px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  background-image: linear-gradient(296deg, #fa6816 13%, #f2295b 100%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  color: #fff;
  box-shadow: 0 0 15px #fe4b0775;
  text-decoration: none;
  background-color: rgb(251, 125, 15);
}
.hero-links a:hover {
    background-image: unset;
    box-shadow: 0 0 15px #ffffffc7;
    background-color: #fff;
    color: #fe4b07;
}
.center-it {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mouse {
    display: inline-block;
    height: 44px;
    width: 28px;
    border-radius: 12px;
    border: 2px solid #fff;
    text-align: center;
}

.mouse:after {
    display: inline-block;
    height: 8px;
    width: 8px;
    background-color: #fff;
    border-radius: 50%;
    content: "";
    -webkit-animation: scroll 1.3s ease-out infinite forwards;
    -moz-animation: scroll 1.3s ease-out infinite forwards;
    animation: scroll 1.3s ease-out infinite forwards;
}
