/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
   font-family:"Manrope", sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 10px;
  font-size:15px;
  line-height:1.7;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #f7f8f9;
  padding: 2.74rem 1rem;
}
.navbar-brand {
	width:90px;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #18153D;
  padding: 10px 15px;
  font-weight: 500;
  text-transform:initial;
  font-size:13px;
  text-transform: uppercase;
  font-weight: 900;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #101F8B;
  font-weight: 900;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>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: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.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;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }


  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

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

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

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

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

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

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

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

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


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.hidden {
	display:none;
}
.top-register {
	font-size:14px;
	color:#101F8B;
	font-weight:bold;
}
.section {
	min-height:800px;
	padding-top:60px;
	padding-bottom:120px;
	text-align:center;
	position:relative;
}
#section-features, #section-prices, #section-contact, #section-products {
	position:absolute;
	top:0;
}
.section h2 {
	color:#101F8B;
	font-size:32px;
	font-weight:900;
	text-align:center;
	margin-bottom:10px;
}
.headline-n-text {
	margin-bottom:40px;
}
.headline-n-text p {
	font-weight:500;
}
.hero-image {
	padding-left:0;
	padding-right:0;
}
.authorized-partner {
	width:300px;
	display:block;
	margin-bottom:20px;
}
.embel-image {
	height:100px;
	width:auto;
	margin-right:10px;
	z-index:9999;
	position:relative;
}
.embel-image:first-of-type {
	height:80px;
}
.hero-holder {
	background-image: linear-gradient(#F8F7FB, #fff);
	text-align:left;
	min-height:750px;
	overflow:hidden;
	padding-bottom:80px;
}
.hero-printers {
	position:relative;
	z-index:99;
	margin-top:40px;
}
.hero-subtext {
	position:relative;
	z-index:99;
	color:white;
	text-align:center;
	margin-right:0;
}
.hero-subtext p {
	font-size:18px;
	font-weight:900;
	line-height:1.3;
}
.hero-subtext strong {
	font-size:42px;
	color:#87DBFF;
}
.main-bg {
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	right:0;
	width:1920px;
	max-width:1920px;
}
.hero-main {
	position:relative;
}

.hero-holder h1 {
	font-size:33px;
	font-weight:800;
	color:#101F8B;
	margin-top:25px;
}
.hero-holder p {
	font-size:18px;
	font-weight:500;
	margin-bottom:30px;
}
.hero-btn {
	margin-top:60px;
	font-size:14px;
}
.hero-btn a {
	padding: 15px 30px;
	transition: box-shadow 0.2s ease-in-out;
}
.hero-btn a:hover {
	text-decoration:none;
	box-shadow:2px 4px 16px rgba(0,0,0,0.2);
}
.video-holder video {
	padding:15px;
	margin-bottom:20px;
}
.video-holder iframe {
	margin-bottom:25px;
}
.features-holder {
	background-color:#F5F7FB;
	min-height:600px;
	padding-bottom:100px;
}
.prices-holder {
	background-color:#f8f7fc;
}
.contact-holder {
	background-image: linear-gradient(#101F8B, #2C1B8F, #2C1B8F);
}
.feature-block {
	margin-bottom:35px;
	margin-top:0px;
}
.feature-block h2 {
	font-size:18px;
}
.feature-block img {
	margin-bottom:20px;
	width:80px;
}
.cta-btn {
	background-color:#51BF3B;
	border-color:#51Bf3b;
	color:white;
	padding:15px 42px;
	border-radius:2px;
	display:inline-block;
	font-weight:600;
	transition:box-shadow 0.2s ease-in-out;
}
#about-green-tech .close {
	display:flex;
	justify-content:flex-end;
	position: absolute;
    width: auto;
    right: 50px;
    top: 25px;
	z-index:999;
}
#about-green-tech .modal-dialog {
	max-width:1000px!important;
}
#about-green-tech h2 {
	text-align:left;
	margin-top:40px;
}
#about-green-tech img {
	margin-top:20px;
	margin-bottom:20px;
}
#about-green-tech iframe {
	margin-top:20px;
	margin-bottom:20px;
}
#about-green-tech .modal-content {
	padding-left:40px;
	padding-right:40px;
	text-align:left;
}
#about-green-tech .modal-footer {
	border:none;
	display:block;
	margin-bottom:60px;
}
#about-green-tech .btn-primary {
	float:left;
	background-color:#101F8B;
	padding:15px 45px;
	border:none;
	border-radius:2px;
}
.cta-btn:hover, .cta-btn:active, .cta-btn:focus {
	color:white;
	background-color:#51BF3B!important;
	border-color:#51Bf3b!important;
	text-decoration:none;
	box-shadow:2px 2px 16px rgba(0,0,0,0.2);
}

.feature-ask-btn {
	margin:0 auto;
}
.extratext {
	display:block;
	width:100%;
	margin-top:30px;
	margin-bottom:40px;
}

/* models */
.slider-row {
	position:relative;
}
.slider-label {
	position: absolute;
    left: -70px;
    top: 137px;
	font-weight:900;
	color:#b3b3b3;
}
.slick-prev, .slick-next {
	height:120px;
}
.slick-next:before {
	content:"";
	height:60px;
	background-repeat:no-repeat;
	display:block;
	background-image:url('inc/assets/images/slider-arrow-right.jpg');
}
.slick-prev:before {
	content:"";
	height:60px;
	background-repeat:no-repeat;
	display:block;
	background-image:url('inc/assets/images/slider-arrow-left.jpg');
}
.product-slider .a3-slider {
	border-bottom:1px solid #ebebeb;
}
.prod-slide img {
	margin: 0 auto;
	margin-bottom:20px;
	position:absolute;
	left: 50%;
	top:45%;
	transform: translate(-50%, -50%);
	width:70%;
}
.prod-slide {
	min-height:300px;
	position:relative;
	background-color:white;
	transition:background-color 0.2s ease-in-out;
}
.prod-slide:hover {
	background-color:#f5f7fb;
	transition:background-color 0.2s ease-in-out;
	cursor:pointer;
}
.prod-slide span {
	position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
	color:black;
	font-weight:500;
}
.product-modal .modal-dialog {
	max-width:900px!important;
	text-align:left;
}
.product-modal h2 {
	text-align:left;
	margin-top:0;
	margin-bottom:0;
}
.product-modal .modal-header {
	border:none;
}
.product-modal .modal-body {
	padding-left:0;
	padding-right:0;
}
.product-modal .modal-content {
	padding:15px 50px;
}
.product-modal .modal-footer {
	border:none;
	display:block;
	margin-bottom:60px;
	padding-left: 0;
    padding-right: 0;
}
.product-modal .btn-primary {
	float:left;
	background-color:#a3A3A3;
	padding:15px 45px;
	border:none;
	border-radius:2px;
}
.excerpt-content {
	padding-left:40px;
}
.product-image {
	text-align:center;
	padding:30px;
	border:1px solid #ebebeb;
	margin-top:-30px;
}
.product-image img {
	width:200px;
}
.tabs-holder {
	padding-left:0;
	padding-right:0;
}
.tab-content {
	padding-top:20px;
}
.nav-tabs {
	margin-top:40px;
}
.nav-tabs li {
	padding-right:20px;
	font-weight:bold;
	padding-bottom:10px;
}
.nav-tabs li a {
	color:#777;
	margin-bottom:10px;
}
.nav-tabs li a:hover {
	text-decoration:none;
}
.nav-tabs li a.active {
	color:#101f8b;
}
.additional-products ul {
	margin-top:20px;
	padding-top:15px;
	border-top:1px solid #ebebeb;
	display:block;
	padding-left:0;
}
.additional-products li {
	height: 335px;
    display: inline-block;
    border: 1px solid #ebebeb;
    width: calc(25% - 10px);
    float: left;
    margin-right: 10px;
	text-align:center;
	position:relative;
	margin-bottom:5px;
	padding-left:5px;
	padding-right:5px;
}
.additional-products li .img-holder {
	height:175px;
	width:100%;
	background-size:90% auto;
	background-repeat:no-repeat;
	background-position:center;
	margin-bottom:10px;
}
.additional-products li a {
	display:block;
	width:100%;
	background-color:#101f8b;
	color:white;
	padding:15px;
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
}
.step {
	display:inline-block;
	height:50px;
	width:50px;
	color:#101F8B;
	background-color:#ebebeb;
	border-radius:50px;
	line-height: 2;
    font-weight: bold;
    font-size: 24px;
}
.step-name {
	display:block;
	margin-top:20px;
	margin-bottom:40px;
	color:#101F8B;
}
.package-block {
	padding: 0 15px;
}
.packages-holder .selected .package-inner {
	border:1px solid #101F8B;
	transition:border 0.2s ease-in-out;
}
.prices-holder .headline-n-text {
	position:relative;
}
.packages-second {
	margin-top:65px;
}
.package-inner {
	background-color:white;
	padding-top:50px;
	padding-bottom:60px;
	border:1px solid #ebebeb;
	padding-left: 30px;
    padding-right: 30px;
	transition:box-shadow 0.2s ease-in-out;
	box-shadow:none;
	position:relative;
}
.package-inner:hover {
	box-shadow:2px 2px 16px rgba(0,0,0,0.1);
	cursor:pointer;
}
.package-inner:before {

}
.packages-holder .selected .package-inner:before {
	content:"";
	display:block;
	width:25px;
	height:25px;
	background-color:#51bf3b;
	border-radius:50px;
	position:absolute;
	top:15px;
	left:15px;
	background-image:url('inc/assets/images/checkmark-white.png');
	background-repeat:no-repeat;
	background-position:center 7px;
}
.package-inner h2 {
	font-size:24px;	
	position:relative;
	margin-top:0;
	margin-bottom:25px;
}
.package-inner .pack-desc {
	margin-bottom:20px;
	font-weight:600;
}
.package-inner p {
	font-weight:400;
	margin-bottom:10px;
}
.package-inner strong {
	font-size:24px;
	color:#101F8B;
	font-weight:900;
	padding-top: 15px;
    padding-bottom: 15px;
    display: inline-block;
}
.package-inner h2:after {
	content:"";
	position:absolute;
	bottom:-5px;
	width:120px;
	height:1px;
	background-color:#ebebeb;
	display:block;
	left:50%;
	transform:translateX(-50%);
}
.contact-text-packet {
	display:none;
	width:100%;
	border:2px solid #101f8f;
	padding:25px;
	margin-top:40px;
	background-color:white;
	box-shadow:0px 8px 12px -7px rgb(0 0 0 / 20%);
}
.contact-text-packet p {
	color:#696969;
	font-weight:500;
}
.contract-type {
	background-color:white;
	border:1px solid #ebebeb;
	padding-top:25px;
	padding-bottom:25px;
	margin-left:0;
	font-weight:800;
	font-size:15px;
	color:#101F8B;
	margin-right:0;
	transition:box-shadow 0.2s ease-in-out;
	box-shadow:none;
	position:relative;
}
.contract-type:hover {
	cursor:pointer;
	box-shadow:2px 2px 16px rgba(0,0,0,0.1);
}
.contract-type.selected {
	border:1px solid #101F8B;
	transition:border 0.2s ease-in-out;
}
.contract-type.selected:before {
	content:"";
	display:block;
	width:25px;
	height:25px;
	background-color:#51bf3b;
	border-radius:50px;
	position:absolute;
	top:10px;
	left:10px;
	background-image:url('inc/assets/images/checkmark-white.png');
	background-repeat:no-repeat;
	background-position:center 7px;
}
.contact-holder {
	text-align:left;
}
.contact-holder h2 {
	color:white;
	text-align:left;
}
.contact-text {
	padding-top:20px;
	padding-bottom:30px;
	border-top:1px solid rgba(255,255,255,0.2);
	/* border-bottom:1px solid rgba(255,255,255,0.2); */
	margin-right:25px;
}
.contact-holder {
	min-height:650px;
}
.contact-holder p {
	color:white;
	margin:0 auto;
	margin-bottom:24px;
	font-weight:400;
}
.choose-package {
	border:1px solid white;
	padding:15px 40px;
	color:white;
	display:inline-block;
}
.choose-package:hover {
	color:white;
	background-color:#291c76;
	text-decoration:none;
}
.contact-holder label {
	color:white;
	font-weight:700;
	font-size:14px;
}
input.form-control {
	height:50px;
	margin-bottom:6px;
	border-radius:2px;
}
textarea.form-control {
	height:145px;
	border-radius:2px!important;
}
.agree-to-terms {
	color:white;
	padding-top:15px;
	text-align:left;
	padding-left:0;
}
.agree-to-terms span {
	width:auto;
	display:inline-block;
	vertical-align:inherit;
	margin-top:-2px;
	color:white;
}
.agree-to-terms span a {
	color:white;
}
.agree-to-terms input {
	width:20px;
	height:20px;
	margin-right:10px;
	margin-top:5px;
}
.agree-to-terms .wpcf7-list-item-label {
	font-size:14px;
	font-weight:normal;
	color:rgba(255,255,255,0.8);
}
.agree-to-terms .wpcf7-checkbox.wpcf7-not-valid label span.wpcf7-list-item-label:before {
	border:2px solid red;
}
.agree-to-terms .wpcf7-checkbox label input {
    position: absolute;
    width: auto;
    opacity: 0;
}

.agree-to-terms .wpcf7-checkbox label span.wpcf7-list-item-label:before {
    content: ' ';
    width: 16px;
    height: 16px;
    border: 2px solid #029c4b;
    border-radius: 3px;
    margin-right: 8px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: 4px;
	border-radius:50%;
	width:20px;
	height:20px;
}

.agree-to-terms .wpcf7-checkbox input:checked+span.wpcf7-list-item-label:before {
    background-color: #029c4b;
    border: 2px solid #029c4b;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80%;
	border-radius:50%;
	width:20px;
	height:20px;
}
.agree-to-terms .privacy-notice a {
	color:rgba(255,255,255,0.8);
	text-decoration:underline;
	font-size:14px;
	margin-left:5px;
	display:block;
	margin-top:-6px;
	font-weight:normal;
}
.privacy-agree .form-control {
	background-color:transparent;
	border-color:transparent;
	padding:0;
}

.footer-submit .btn {
	width: 180px;
    height: 50px;
    background-color: #51bf3b;
    border: none;
    border-radius: 2px;
    margin-top: 10px;
    float: left;
}
form .form-control {
	font-size:13px;
	padding-left:20px;
}
textarea.form-control {
	padding-top:16px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	border-color:white;
	color:white;
}
.wpcf7-not-valid-tip {
	color:#ababab;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #fff;
  background-color: #070F45;
  width:100%;
  text-align:left;
  padding-left:20px;
  padding-right:20px;
  border-top:1px solid #101F8B;
  padding-top:15px;
  padding-bottom:15px;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}
.copyright a, footer#colophon a {
  color: inherit;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 25px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    background: rgba(255,255,255,.8);
    font-weight: bold;
    cursor: pointer;
    color: #341db9;
    font-size: 20px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    z-index: 1005;
    padding: 4px;
    border-radius: 50px;
}
#back-to-top:hover {
     background: rgba(255,255,255,1);
}
#back-to-top.show {
    opacity: 1;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1400px) {
	.slider-label {
		left:-10px;
		top:35px;
	}
}
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
  .hero-main .content:before {
	display:none;
  }
    .hero-main .content:after {
	display:none;
  }
  .hero-main .hero-image:after {
	display:none;
  }
}

@media screen and (max-width: 1199px) {
	.navbar-collapse ul {
		text-align:center;
	}
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
    .navbar-collapse ul {
	  margin-top:30px;
  }
  .top-register {
	  display:none;
  }
    .container {
	  max-width:100%;
	  padding-left:40px;
	  padding-right:40px;
  }
  .hero-holder {
	  padding-top:0;
	  min-height:650px;
  }
  .video-holder video {
	width:100%;
	height:auto;
	padding: 5px 0;
	}
	.video-holder iframe {
		width:100%;
	}
	.product-modal .btn-primary {
		margin-left:25px;
	}
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .prices-holder .headline-n-text:after {
	  display:none;
  }
  .prices-holder .headline-n-text:before {
	  display:none;
  }
  .contact-holder p {
	  width:auto;
  }
  .hero-main .content {
	  max-width:100%;
	  flex:100%;
	  text-align:center;
  }
  .wp-block-image {
	display:inline-block;
	margin-right:30px;
  }
  .hero-subtext {
	  display:none;
  }
  .hero-image {
	   max-width:100%;
	  flex:100%;
	  text-align:center;
  }
  .hero-image img {
	width:460px;
  }
  .main-bg {
	  width:1500px;
  }
  .package-block {
	  margin-bottom:30px;
  }
  .additional-products li .img-holder {
	  height:150px;
  }
  .authorized-partner {
	  margin: 0 auto;
	  margin-bottom:20px;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
	.section {
	padding-top: 60px;
    padding-bottom: 80px;
	}
  .hero-holder h1 {
	  font-size:32px;
  }
  .section h2 {
	  font-size:28px;
  }
  .feature-block h2 {
	  font-size:18px;
  }
  .package-block {
	  margin-bottom:20px;
  }
  .feature-block {
	  border-right:none;
	  margin-bottom: 0px;
	  margin-top: 20px;
  }
  .features-holder .feature-block:last-of-type {
	  margin-bottom:30px;
  }
  header .nav-n-logo {
	  padding-left:5px;
	  padding-right:0;
  }
  .hero-holder {
	  min-height:auto;
  }
  .container {
	  padding-left:15px;
	  padding-right:15px;
  }
  .features-holder .cta-btn {
	  margin-top:30px;
	  display:inline-block;
  }
  .type-holder {
	  margin-bottom:20px;
  }
  .product-slider {
	  padding-left:40px;
	  padding-right:40px;
  }
  #about-green-tech .close {
	right:40px;
  }
  .product-modal .modal-content {
	  padding:25px 40px;
  }
  
  #about-green-tech .modal-body {
	  padding-left:0;
	  padding-right:0;
  }
  #about-green-tech .modal-content {
	  padding:25px 40px;
  }
  .modal .product-image {
	  border:none;
  }
  .product-modal .modal-footer {
	  margin-bottom:30px;
  }
  .excerpt-content {
	  padding-left:0;
	  padding-right:0;
  }
  .contact-text {
	  padding-bottom:0;
  }
  .slider-label {
	left:20px;
	top:35px;
  }
	.site-info img {
		margin-right:0!important;
	}
	.video-holder iframe {
		height:350px;
	}
	.additional-products li {
	  width:calc(50% - 10px);  
	  margin-bottom:15px;
  }
  .additional-products li .img-holder {
	  height:200px;
	  background-size:65% auto;
  }
  .product-modal .btn-primary {
		margin-left:0;
	}
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
	header#masthead {
		padding-top:20px;
	}
	.prod-slide img {
		width:170px;
	}
	.hero-holder h1 {
		font-size:32px;
	}
  .agree-to-terms {
	  text-align:center;
  }
  .footer-submit .btn {
	  width:100%;
  }
  .package-inner p {
	  margin-bottom:5px;
  }
  .package-inner h2 {
	  font-size:24px;
  }
  .package-inner {
	padding:30px 15px;
  }
  .package-block h2 {
	  margin-bottom:30px;
  }
  .section h2 {
	  font-size:22px;
  }
	.section {
		padding-top:25px;
	}
	.wp-block-image {
		margin-right:10px;
	}
	.hero-holder h1 {
		font-size:26px;
		margin-top:0;
	}
	.hero-holder p {
		font-size:15px;
	}
	.hero-printers {
		margin-top:0;
	}
	.main-bg {
		width:1100px;
	}
	.product-modal .modal-content {
		padding:20px 20px;
	}
	#about-green-tech .modal-content {
	  padding:20px;
  }
  #about-green-tech .close {
	right:20px;
  }
	.contact-holder .headline-n-text {
		margin-bottom:0;
	}
		body:not(.theme-preset-active) footer#colophon {
		text-align:center;
	}
	.site-info img {
		margin-right:0!important;
	}
	.site-info a {
		float:none!important;
	}
	.video-holder iframe {
		height:250px;
	}
	.additional-products li {
	  width:100%;  
  }
  .additional-products li .img-holder {
	  height:200px;
	  background-size:65% auto;
  }
}