@font-face {
  font-family: 'icomoon';
  src: url("/assets/fonts/icomoon/icomoon.eot?srf3rx");
  src: url("/assets/fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("/assets/fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("/assets/fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("/assets/fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: "Lato", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #777;
  background: #fff;
}



#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #E76F34;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #E76F34;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #E76F34;
}

::-moz-selection {
  color: #fff;
  background: #E76F34;
}

::selection {
  color: #fff;
  background: #E76F34;
}

.gtco-container {
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.gtco-nav {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 1001;
}
@media screen and (max-width: 768px) {
  .gtco-nav {
    padding: 20px 0;
  }
}
.gtco-nav #gtco-logo {
  font-size: 20px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.gtco-nav #gtco-logo em {
  color: #E76F34;
}
.gtco-nav a {
  padding: 5px 10px;
  color: #fff;
}
.gtco-nav #gtco-logo img{
	width: 100%;
}
@media screen and (max-width: 768px) {

.gtco-nav #gtco-logo img{
	width: 80%;
}
  .gtco-nav .menu-1, .gtco-nav .menu-2 {
    display: none;
  }
}
.gtco-nav ul {
  padding: 0;
  margin: 15px 0 0 0;
}
.gtco-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.gtco-nav ul li a {
  font-size: 16px;
  padding: 30px 10px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.gtco-nav ul li a:hover, .gtco-nav ul li a:focus, .gtco-nav ul li a:active {
  color: white;
}
.gtco-nav ul li.has-dropdown {
  position: relative;
}
.gtco-nav ul li.has-dropdown .dropdown {
  width: 250px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.gtco-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.gtco-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.gtco-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.gtco-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}
.gtco-nav ul li.has-dropdown .dropdown li a:hover {
  color: #E76F34;
}
.gtco-nav ul li.has-dropdown .dropdown li.active > a {
  color: #000 !important;
}
.gtco-nav ul li.has-dropdown:hover a, .gtco-nav ul li.has-dropdown:focus a {
  color: #fff;
}
.gtco-nav ul li.btn-cta a {
  color: #E76F34;
}
.gtco-nav ul li.btn-cta a span {
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 4px 20px;
  color: #fff;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.gtco-nav ul li.btn-cta a:hover span {
  background: #fff;
  color: #E76F34;
}
.gtco-nav ul li.active > a {
  color: #fff !important;
}


@keyframes animatedHeaderBackgroundImage {
  0% { background-size: 100%; }
  100% { background-size: 101%;}
}
#gtco-header {
  /*background-image:url('https://www.customerspower.com/assets/images/business_new_horizons.jpg') !important;
  background-position: 0% 50% !important;*/
  background: rgba(0, 0, 128, 1);
}
@media screen and (max-width: 992px) {
  #gtco-header.gtco-cover {
	min-height: 250vh !important;
    height: inherit !important;
    /*padding: 3em 0 !important;*/
  }
}
@media screen and (max-width: 480px) {
  #gtco-header.gtco-cover {
	min-height: 180vh !important;
    height: inherit !important;
    /*padding: 3em 0 !important;*/
  }
}
@media screen and (max-width: 480px) {
  #gtco-header .text-left {
    text-align: center !important;
  }
}
@media screen and (max-width: 480px) {
  #gtco-header .btn {
    display: block;
    width: 100%;
  }
}
#gtco-header .mt-text {
  margin-top: 3em;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  #gtco-header .mt-text {
    margin-top: 0;
  }
}
.gtco-container-glass .mt-text {
	margin-top: 5em !important;
}
.gtco-container-glass .mt-text h1{
	font-size: 99px !important;
	line-height: 1.2 !important;
	font-weight: 400 !important;
	margin-bottom: -20px !important;
}
.gtco-container-glass .mt-text h1:before{
 background-color: orange;
 content: "";
 display: block;
 height: 2px;
 width: 20%;
 padding-bottom: 0px;
 margin-bottom: -15px;
 margin-left: 5px;
}
.gtco-container-glass .mt-text h2{
	font-size: 40px !important;
	line-height: 1.2 !important;
	font-weight: 200 !important;
	margin-left: 5px !important;
}
.gtco-container-glass .mt-text h4 {
	font-size: 25px !important;
	line-height: 1.2 !important;
	font-weight: 200 !important;
	margin-right: 50px !important;
	margin-top: 50px !important;
	color: #fff;
}
.gtco-container-glass .mt-text .link-1 {
  position: relative;
  text-decoration: none;
  display: inline-block;
  color: #FFE1D2;
  padding: 0 1px;
  transition: color ease 0.3s;
}
.gtco-container-glass .mt-text .link-1::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 5%;
    left: 0;
    bottom: 0;
    background-color: #e76f34;
    transition: all ease 0.3s;
}
.gtco-container-glass .mt-text .link-1:hover {
    color: #fff;
}
.gtco-container-glass .mt-text .link-1:hover::after {
      height: 100%;
}

#gtco-header .intro-text-small {
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: .15em;
  display: block;
  margin-bottom: 10px;
}
#gtco-header h1, #gtco-header h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#gtco-header h1 {
  margin-bottom: 0px;
  font-size: 59px;
  line-height: 1.5;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #gtco-header h1 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
#gtco-header h2 {
  font-weight: 300;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#gtco-header .form-wrap {
  border-top: 10px solid #E76F34;
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
#gtco-header .form-wrap .tab-menu {
  padding: 0 !important;
  margin: 0 0 -10px 0 !important;
  width: 100%;
  float: left;
  z-index: 12;
  position: relative;
}
#gtco-header .form-wrap .tab-menu li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
  float: left;
  width: 50%;
  text-align: center;
}
#gtco-header .form-wrap .tab-menu li a {
  padding: 10px 20px 20px 20px;
  float: left;
  width: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  color: #1a1a1a;
}
#gtco-header .form-wrap .tab-menu li a:hover {
  color: #1a1a1a;
}
#gtco-header .form-wrap .tab-menu li.active a {
  display: block;
  padding: 10px 20px 20px 20px;
  background: #fff;
  color: #E76F34;
}
#gtco-header .form-wrap .tab-menu li.gtco-first a {
  border-top-left-radius: 7px;
}
#gtco-header .form-wrap .tab-menu li.gtco-second a {
  border-top-right-radius: 7px;
}
#gtco-header .form-wrap .tab-content {
  z-index: 10;
  position: relative;
  clear: both;
  background: #fff;
  padding: 30px;
}
#gtco-header .form-wrap .tab-content .tab-content-inner {
  display: none;
}
#gtco-header .form-wrap .tab-content .tab-content-inner.active {
  display: block;
}


/*multistep form styles start*/
#animatedFormContainer {
left: 6.5% !important;
}
#msform {
	width: 400px;
	margin: 5px auto;
	text-align: center;
	position: relative;
}
@media screen and (max-width: 480px) {
#msform {
	width: 100%;
}
}

#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	box-sizing: border-box;
	width: 80%;
	margin: 0 10%;
	
	/*stacking fieldsets above each other*/
	position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
	padding: 16px;
	border: 1px solid #ccc;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	margin-bottom: 0px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
}
/*buttons*/
#msform .action-button {
	width: 100px;
	background: #E76F34;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #E76F34;
}
/*headings*/
.fs-title {
	font-size: 20px !important;
	text-transform: uppercase;
	color: #2C3E50 !important;
	margin-bottom: 5px  !important;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
	margin-bottom: 20px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
	/*padding-left:0px !important;*/
}
#progressbar li {
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	font-size: 9px;
	width: 29%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #E76F34;
	color: white;
}
/*multistep form styles end*/

/*marquee styles*/
.marqueecontainer {
  width: 120vw;
  position: relative;
  left: -10vw;
  overflow: hidden;
}

.marquee3k {
  padding: 0.2rem 0;
}

.marquee3k__copy {
  padding-right: 0.5rem;
}

#gtco-header,
#gtco-counter,
.gtco-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.gtco-bg {
  background-position: center center;
  width: 100%;
  float: left;
  position: relative;
}

.gtco-video {
  height: 450px;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.gtco-video.gtco-video-sm {
  height: 250px;
}
.gtco-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.gtco-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}
.gtco-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gtco-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}
.gtco-video:hover a {
  position: relative;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.gtco-cover {
  height: 115vh;
  min-height: 700px;
  /*height: 700px;*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.gtco-cover a {
  color: #E76F34;
}
.gtco-cover a:hover {
  color: white;
}

@keyframes animatedOverlayColor {
  0% { background: rgba(0, 0, 128, 0.0); }
  100% { background: rgba(0, 0, 128, 0.7);}
}
.gtco-cover .overlay {
  z-index: 1;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  /*background: rgba(0, 0, 128, 0.7);*/
  animation: animatedOverlayColor 5s ease-in-out forwards;
}
.gtco-cover .innerpageoverlay {
  z-index: 1;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  /*background: rgba(0, 0, 128, 0.3);*/
}
.gtco-cover > .gtco-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .gtco-cover {
	  height: 115vh;
	  min-height: 700px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px)  {
	.gtco-cover {
	  height: 110vh;
	  min-height: 600px;
	}
}
@media screen and (min-width: 1281px) and (max-width: 1366px) {
	.gtco-cover {
	  height: 105vh;
	  min-height: 800px;
	}
}
@media screen and (min-width: 1367px){
	.gtco-cover {
	  height: 85vh;
	  min-height: 600px;
	}
}
.gtco-cover .gtco-container-glass {
  z-index: 2;
  background: rgba(0, 0, 128, 0.4);
}
.gtco-cover .gtco-container-underglass {
  z-index: 2;
  background: rgba(231, 111, 52, 1);
  padding: 20px;
  position: relative;
}
.gtco-cover .gtco-container-underglass > div:first-child { 
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 0px;
}
.gtco-cover .gtco-container-underglass-up {
	height: 80px;
}
.gtco-cover .gtco-container-underglass-bottom {
	position: relative;
	top: 0px;
	height: calc(100% - 80px);
	transform: perspective(1px) translateY(-0%);
}
.gtco-cover .gtco-container-underglass h4{
	color: #F0F0F0 !important;
}

.gtco-cover .gtco-container-underglass #boxbadge{
	top: calc(100% - 120px);height: 120px;
	left: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

.gtco-cover .gtco-container-underglass #boxbadge h4 {
	bottom: 0;
	position: absolute;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: justify;
	text-align-last: center;
}
.gtco-cover .gtco-container-underglass #boxbadge h4 span{
	font-size: 1.8em;
	text-shadow: 1px 1px 8px #6C97C0;
	transform: translateX(-50%) translateY(-50%); 
	top: -5%; 
	left: 50%; 
	position: absolute;
}
@media screen and (max-width: 768px){
	.gtco-container-glass {
	  min-height: 300px;
	  max-height: 400px;
	  margin-top: 250px;
	  margin-bottom: 0px;
	  padding: 0px;
  }
	.gtco-container-underglass {
	  min-height: 300px;
	  max-height: 400px;
	  margin-top: 0px;
	  margin-bottom: 0px;
	  padding: 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px)  { 
	.gtco-container-glass {
	  min-height: 150px;
	  max-height: 300px;
	  margin-top: 250px;
	  margin-bottom: 0px;
	  padding: 0px;
  }
	.gtco-container-underglass {
	  min-height: 150px;
	  max-height: 300px;
	  margin-top: 0px;
	  margin-bottom: 0px;
	  padding: 0px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1366px) {
	.gtco-container-glass {
	  min-height: 300px;
	  max-height: 400px;
	  margin-top: 250px;
	  margin-bottom: 0px;
	  padding: 0px;
  }
	.gtco-container-underglass {
	  min-height: 300px;
	  max-height: 400px;
	  margin-top: 0px;
	  margin-bottom: 0px;
	  padding: 0px;
  }
}
@media screen and (min-width: 1367px) {
	.gtco-container-glass {
	  min-height: 250px;
	  max-height: 400px;
	  margin-top: 250px;
	  margin-bottom: 0px;
	  padding: 0px;
  }
	.gtco-container-underglass {
	  min-height: 250px;
	  max-height: 400px;
	  margin-top: 0px;
	  margin-bottom: 0px;
	  padding: 0px;
  }
}
.gtco-cover .display-t,
.gtco-cover .display-tc {
  height: 900px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gtco-cover .display-t,
  .gtco-cover .display-tc {
    height: 600px;
  }
}
.gtco-cover.gtco-cover-sm {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .gtco-cover.gtco-cover-sm {
    height: 400px;
  }
}
.gtco-cover.gtco-cover-sm .display-t,
.gtco-cover.gtco-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gtco-cover.gtco-cover-sm .display-t,
  .gtco-cover.gtco-cover-sm .display-tc {
    height: 400px;
  }
}
.gtco-cover.gtco-cover-xs {
  height: 500px;
}
@media screen and (max-width: 768px) {
  .gtco-cover.gtco-cover-xs {
    height: inherit !important;
    padding: 3em 0;
  }
}
.gtco-cover.gtco-cover-xs .display-t,
.gtco-cover.gtco-cover-xs .display-tc {
  height: 500px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gtco-cover.gtco-cover-xs .display-t,
  .gtco-cover.gtco-cover-xs .display-tc {
    padding: 3em 0;
    height: inherit !important;
  }
}

.gtco-staff {
  text-align: center;
  margin-bottom: 7em;
  float: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gtco-staff {
    margin-bottom: 3em;
  }
}
.gtco-staff img {
  width: 100px;
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.gtco-staff h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.gtco-staff p {
  margin-bottom: 30px;
}
.gtco-staff .role {
  color: #bfbfbf;
  margin-bottom: 30px;
  font-weight: normal;
  display: block;
}

.gtco-social-icons {
  margin: 0;
  padding: 0;
}
.gtco-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.gtco-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #E76F34;
  padding-left: 10px;
  padding-right: 10px;
}
.gtco-social-icons li a i {
  font-size: 20px;
}

.gtco-contact-info {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  position: relative;
}
.gtco-contact-info ul {
  padding: 0;
  margin: 0;
}
.gtco-contact-info ul li {
  padding: 0 0 0 50px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.gtco-contact-info ul li:before {
  color: #cccccc;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gtco-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.gtco-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.gtco-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.gtco-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

form label {
  font-weight: normal !important;
}

#gtco-header .display-tc,
#gtco-counter .display-tc,
.gtco-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
#gtco-header .display-tc .intro-text-small,
#gtco-counter .display-tc .intro-text-small,
.gtco-cover .display-tc .intro-text-small {
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: .15em;
  display: block;
  margin-bottom: 10px;
}
#gtco-header .display-tc h1, #gtco-header .display-tc h2,
#gtco-counter .display-tc h1,
#gtco-counter .display-tc h2,
.gtco-cover .display-tc h1,
.gtco-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#gtco-header .display-tc h1,
#gtco-counter .display-tc h1,
.gtco-cover .display-tc h1 {
  margin-bottom: 0px;
  font-size: 59px;
  line-height: 1.5;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #gtco-header .display-tc h1,
  #gtco-counter .display-tc h1,
  .gtco-cover .display-tc h1 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
#gtco-header .display-tc h2,
#gtco-counter .display-tc h2,
.gtco-cover .display-tc h2 {
  font-weight: 300;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 30px;
}

#gtco-counter {
  text-align: center;
}
#gtco-counter .counter {
  font-size: 50px;
  margin-bottom: 10px;
  color: #E76F34;
  font-weight: 100;
  display: block;
}
#gtco-counter .counter-label {
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  #gtco-counter .feature-center {
    margin-bottom: 50px;
  }
}
#gtco-counter .icon {
  width: 70px;
  height: 70px;
  text-align: center;
  margin-bottom: 20px;
  background: none !important;
  border: none !important;
}
#gtco-counter .icon i {
  height: 70px;
}
#gtco-counter .icon i:before {
  color: #cccccc;
  display: block;
  text-align: center;
  margin-left: 3px;
}

.gtco-section .fh5co-text p{
	text-align: justify !important;
	text-align-last: center !important;
}

#gtco-features,
#gtco-features-2,
#gtco-products,
#gtco-services,
#gtco-subscribe,
#gtco-footer,
.gtco-section {
  padding: 4em 0;
  clear: both;
  position: relative;
}
@media screen and (max-width: 768px) {
  #gtco-features,
  #gtco-features-2,
  #gtco-products,
  #gtco-services,
  #gtco-subscribe,
  #gtco-footer,
  .gtco-section {
    padding: 2em 0;
  }
}

svg:not(:root){
	overflow:hidden;
}
.svg-wrap {
	position: absolute;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
.projectintroduction {
	text-align: justify;
	text-align-last: left;
}
.projectintroduction section a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #777;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}
.projectintroduction section a::before,
.projectintroduction section a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
/* SVG line */
.link-svgline a {
	font-weight: 400;
}
.link-svgline a svg.link-svgline {
	position: absolute;
	top: 100%;
	left: 0;
	overflow: hidden;
	margin: 0;
	width: 100%;
	height: 15px;
	-webkit-transition: stroke-dashoffset 0.3s ease-in-out;
	transition: stroke-dashoffset 0.3s ease-in-out;
	-webkit-transform: translateY(-90%);
	transform: translateY(-90%);
	fill: none;
	stroke: #e76f34;
	stroke-width: 1;
	stroke-dasharray: 400px;
	stroke-dashoffset: 0px;
	opacity: 0.7;
}
@media screen and (max-width: 50em) {
	.link-svgline a svg.link-svgline {
		-webkit-transform: translateY(-80%);
		transform: translateY(-80%);
	}
}
.link-svgline a:hover svg.link-svgline {
	stroke-dashoffset: 400px; 
}
/* SVG marker */
.link-svgmarker {
}
.link-svgmarker a {
	font-weight: 500;
}
.link-svgmarker a svg.link-svgline {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: -1;
	overflow: hidden;
	margin: 0;
	width: 100%;
	height: 42px;
	opacity: 0.5; 
	-webkit-transition: stroke-dashoffset 0.3s ease-in-out; 
	transition: stroke-dashoffset 0.3s ease-in-out;
	-webkit-transform: translateY(-95%);
	transform: translateY(-95%);
	fill: none;
	stroke: #f0f567;
	stroke-width: 30;
	stroke-dasharray: 400px; 
	stroke-dashoffset: 0px;
}
@media screen and (max-width: 50em) {
	.link-svgmarker a svg.link-svgline {
		-webkit-transform: translateY(-80%);
		transform: translateY(-80%);
	}
}
.link-svgmarker a:hover svg.link-svgline {
	stroke-dashoffset: 400px; 
}

.tooltip {
	position: relative;
	display: inline-block;
	opacity: 1 !important;
	float: left;
	border: none;
	padding: 0;
	margin: 0;
	font-family: "Lato", Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height:1.7;
	color:#777;
	padding-right: 5px;
	
}

.tooltip__trigger {
	cursor: pointer;
	position: relative;
}

.tooltip__trigger-text {
	display: inline;
	padding: 0;
	pointer-events: none;
}

.tooltip__base {
	position: absolute;
	bottom: 1em;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	height: 200px;
	display: flex;
    align-items: center;
    justify-content: center;
	opacity: 0;
	pointer-events: none;
}

.tooltip__content {
	color: #4a4a4a;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 65%;
	padding: 0 1em;
	opacity: 0;
	font-size: 0.85em;
}

.tooltip__shape,
.tooltip__deco {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.tooltip__shape {
	fill: #141514;
}


/* Dori */
.tooltip--dori .tooltip__base {
	bottom: -1.5em;
}

.tooltip--dori .tooltip__content {
	margin: 0 0 1em;
}



.gtco-section.border-bottom.info1 {
	padding-top: 0em;
	padding-bottom: 0em;
}
.info1_rightbar_dark {
	background-color: #CDE0F2;
}
.info1_rightbar_points {
	background-color: #CDE0F2;
	 flex: 1;
	 text-align: center;
}
.info1_rightbar_points .dot {
  height: 70px;
  width: 70px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 2.8em;
  padding-top: 0.3em;
}
.info1_rightbar_points .dot.glyphicon { 
	color: #2E5E8D;
}
.info1_rightbar_points p{ 
	line-height: 1.2em;
    font-size: 1.0em;
    font-weight: 400;
    text-align: justify;
    text-align-last: center;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 15px;
}
.info1_rightbar_light {
	background-color: #9ABCDC;
	height: 250px;
	padding-top: 50px;
	text-align: center;
	vertical-align: middle;
}
.info1_rightbar_light .ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.info1_rightbar_light .ribbon::before,
.info1_rightbar_light .ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.info1_rightbar_light .ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 2px 2px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}.info1_rightbar_light .ribbon span i{
  box-shadow: 0 3px 15px rgba(0,0,0,.1);
  color: #fff;
  font: 300 12px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: lowercase;
}
.info1_rightbar_light .ribbon-top-right {
  top: -10px;
  right: -10px;
}
.info1_rightbar_light .ribbon-top-right::before,
.info1_rightbar_light .ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.info1_rightbar_light .ribbon-top-right::before {
  top: 0;
  left: 0;
}
.info1_rightbar_light .ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.info1_rightbar_light .ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}
.info1_leftbar_highlight {
	background-color: #2E5E8D;
	height: 250px;
	border-left-color: #e76f34;
	border-left-style: solid;
	border-left-width: 15px;
	padding: 25px;
}
.info1_leftbar_highlight h1 { 
	color: white;
	font-weight: 600;
}
.info1_leftbar_highlight p { 
	color: #eee4f0;
	font-weight: 300;
}
.info1_presentation {
	display: flex;
}
.info1_leftbar_content {
	height: auto;
	border-left-color: #9ABCDC;
	border-left-style: solid;
	border-left-width: 15px;
	padding-left: 25px;
	padding-right: 50px;
	padding-bottom: 1px;
	padding-top: 1px;
	flex: 1;
}
.info1_leftbar_content h4 {
	color: #e76f34;
	font-weight:800;
	margin-bottom: 5px;
}
.info1_leftbar_content p:last-child {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
.info1_leftbar_list {
	height: auto;
	border-left-color: #2E5E8D;
	border-left-style: solid;
	border-left-width: 15px;
	padding-left: 25px;
	padding-right: 50px;
}
.info1_leftbar_list h3 {
	color: #9ABCDC;
	font-weight:900;
	margin-bottom: 5px;
}
.info1_leftbar_list ul { 
	padding-left: 17px;
	list-style: none;	
}
.info1_leftbar_list li::before {
	content: "\2022"; 
	color: #e76f34;
	display: inline-block; 
	width: 1em;
	margin-left: -1em
}
.quote {
  position: relative;
  margin-top: 0px;
  padding: 0 0px;
}
.quote:before {
  display: block;
  position: absolute;
  z-index: 0;
  content: '';
  font-family: Arial;
  font-size: 250px;
  color: #6AC2E3;
  line-height: 35px;
  top: -100px;
  left: 7px;
}
.quote p {
  position: relative;
  z-index: 1;
  font-size: 24px;
  line-height: 35px;
  margin: 20px 0;
}
.quote .author {
  font-weight: 300;
  font-style: italic;
  font-size: 20px;
  line-height: 28px;
}
.quote .tooltip {
  position: absolute;
  display: inline-block;
  background: #2e5e8d;
  color: #fff;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px;
  cursor: pointer;
}
.quote .tooltip:hover .info, .quote .tooltip:focus .info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.quote .tooltip .info {
  box-sizing: border-box;
  position: absolute;
  bottom: 43px;
  left: calc(-130%);
  display: block;
  background: #2e5e8d;
  width: 300px;
  font-size: 16px;
  line-height: 24px;
  cursor: text;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, -20px, 0);
          transform: translate3d(0, -20px, 0);
  transition: all .5s ease-out;
}
.quote .tooltip .info:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 14px;
  bottom: -14px;
  left: 0;
}
.quote .tooltip .info:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  background: #2e5e8d;
}
.quote .tooltip .info .pronounce {
  display: block;
  background: #e76f34;
  color: #fff;
  padding: 8px 17px 10px 17px;
  line-height: 16px;
}
.quote .tooltip .info .pronounce .fa {
  position: relative;
  margin-left: 10px;
  top: 1px;
  cursor: pointer;
  transition: all .2s ease-out;
}
.quote .tooltip .info .pronounce .fa:hover {
  -webkit-transform: scale(1.15) translate3d(0, 0, 0);
          transform: scale(1.15) translate3d(0, 0, 0);
  -webkit-backface-visibility: none;
          backface-visibility: none;
}
.quote .tooltip .info .text {
  display: block;
  padding: 13px 17px;
}


.nav-links > div > span, 
.nav-links .entry-meta, {
	font-size: 11px;
}
.nav-links > span {
	font-size: 15px;
	font-size: 0.9375rem;
}
.nav-links > span,
.nav-links > div > span {
	color: #5d5d5d;
}

.nav-next:hover,
.nav-links > span:hover + .nav-next {
	-webkit-transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1), max-height 0s 0s;
	-moz-transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1), max-height 0s 0s;
	-ms-transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1), max-height 0s 0s;
	-o-transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1), max-height 0s 0s;
	transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1), max-height 0s 0s;
}

.nav-next {	
	-webkit-transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1), max-height 0s .5s;
	-moz-transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1), max-height 0s .5s;
	-ms-transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1), max-height 0s .5s;
	-o-transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1), max-height 0s .5s;
	transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1), max-height 0s .5s;
	margin: 0 0 1.5em;
	overflow: hidden;
	float: right;
	text-align: right;
	width: 50%;
	position: relative;
	padding-top: 50px;
		right: 0;
		padding-left: 15px;
		padding-top: 20px;
	background-color: #e6e7e8;
		max-height: 0;
		padding: 0;
		opacity: 0;
		overflow: hidden;
		width: auto;
		position: fixed;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 1000;
}
.nav-links > span {
	display: none;
}
.nav-links > div > span {
	display: block;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	position: absolute;
	top: 0;
}
.nav-links a {
	color: #000;
	display: block;
	outline: none;
	position: relative;
}
.nav-links a span {
	display: block;
}
.nav-next a,
.nav-next a span {
	text-align: right;
}


	.nav-next > span {
		right: -4px;
	}

	.nav-next:hover,
	.nav-links > span:hover + .nav-next {
		max-height: 600px;
		opacity: 1;
	}

	.next-trig {
		right: -4px;
	}

	.nav-next a {
		padding: 40px 105px 40px 96px;
	}

	.nav-next a,
	.nav-next a span {
		text-align: left;
	}

	.nav-next > span {
		right: 0;
	}	
	
.nav-links .entry-meta {
		font-weight: 500;
letter-spacing: 1px;
text-transform: uppercase;
margin-bottom: 12px;
	}
 .nav-links .post-title {
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.5em;
}
	.nav-links a {
		display: table-cell;
		height: 230px;
		vertical-align: middle;
		width: 500px;
		z-index: 3;
	}
	.nav-links > span,
	.nav-links > div > span {
		display: block;
		letter-spacing: 0;
		text-transform: uppercase;
		position: fixed;
		top: 50%;
		-webkit-transform: rotate(-90deg) translateX(0.6em);
		-moz-transform: rotate(-90deg) translateX(0.6em);
		-ms-transform: rotate(-90deg) translateX(0.6em);
		-o-transform: rotate(-90deg) translateX(0.6em);
		transform: rotate(-90deg) translateX(0.6em);
		z-index: 2;
	}
		.nav-links > div > span {
		font-size: 15px;
		font-size: 0.9375rem;
	}
	
	



.gtco-section.info2 {
	padding-top: 2em;
	padding-bottom: 2em;
}
.info2_presentation {
	display: flex;
}
.info2 .gtco-container .shadow{
background : url(https://customerspower.com/assets/images/shadow1-min.png) no-repeat;
background-position : top;
padding-top: 0px;
margin-top: 0px;
padding-right: 5%;
min-height: 74px;
opacity: 0.35;
}
.info2_leftbar_content {
	background-color: #f3f3f3;
	padding-top: 70px;
	padding-bottom: 50px;
	padding-left: 65px;
	padding-right: 65px;
	flex: 1;
}
.info2_leftbar_content .imgdiv { 
	height: 350px;
	width: 100%;
	background: url(https://customerspower.com/assets/images/hotelphoto_3.jpg) no-repeat;
	background-position:center;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.9);
}
.info2_leftbar_content .underimgdiv h4{
	padding-top: 25px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 1.35em;
	font-weight: 700;
}
.info2_leftbar_content .underimgdiv p{
	font-size: 1em;
	line-height: 1.1em;
	font-weight: 300;
	text-align: justify;
	text-align-last: left;
}
.info2_leftbar_content .underimgdiv .stepqualities {
	width: calc(100% / 3);
	position: relative;
    text-align: center;
    float: left;
}
.info2_leftbar_content .underimgdiv .stepqualities p{
	width: 100%;
	text-align: center;
	 text-align-last: center;
}
.info2_leftbar_content .underimgdiv .dot {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 1.0em;
  padding-top: 0.42em; 
}
.info2_leftbar_content .underimgdiv .dot.orange {
  background-color: #e76f34;
}
.info2_leftbar_content .underimgdiv .dot.blue {
  background-color: #2E5E8D;
}
.info2_leftbar_content .underimgdiv .dot.lila {
  background-color: #AF3078;
}
.info2_leftbar_content .underimgdiv .dot.glyphicon { 
	color: #fff;
}
.info2_presentation .stepsnumbers {
	background-color: lightgray;
}
.info2_presentation .stepsnumbers .info2_rightbar_steps {
	height: calc(100% / 6);
}
.info2_presentation .stepsnumbers [id^="step"]{
	height: calc(100%);
	box-shadow: inset 10px 7px 5px -5px rgba(0,0,0,0.6);
	padding-top: 15px;
	padding-left: 15px;
	font-size: 3em;
	font-weight: 900;
	color: #fff;
}
.info2_presentation .stepsnumbers .step_1 {
	box-shadow: inset 10px 0px 5px -5px rgba(0,0,0,0.6) !important;
	background-color: #25918e;
}
.info2_presentation .stepsnumbers .step_2 {
	background-color: #cc3254;
}
.info2_presentation .stepsnumbers .step_3 {
	background-color: #fdc72a;
}
.info2_presentation .stepsnumbers .step_4 {
	background-color: #3d7a96;
}
.info2_presentation .stepsnumbers .step_5 {
	background-color: #5f4994;
}
.info2_presentation .stepsnumbers .step_6 {
	background-color: #e76f34;
}
.info2_presentation .stepscontent {
	background-color: none;
}
.info2_presentation .stepscontent .info2_rightbar_stepscontent {
	height: calc(100% / 6);
}
.info2_presentation .stepscontent [id^="content"]{
	height: calc(100%);
	box-shadow: inset 10px 7px 5px -5px rgba(0,0,0,0.4);
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 15px;
	padding-bottom: 10px;
	color: #fff;
}
.info2_presentation .stepscontent .content_1 {
	box-shadow: inset 10px 0px 5px -5px rgba(0,0,0,0.4) !important;
}
.info2_presentation .stepscontent .content_2 {
	background-color: #cc3254;
}
.info2_presentation .stepscontent .content_3 {
	background-color: #fdc72a;
}
.info2_presentation .stepscontent .content_4 {
	background-color: #3d7a96;
}
.info2_presentation .stepscontent .content_5 {
	background-color: #5f4994;
}
.info2_presentation .stepscontent .info2_rightbar_stepscontent:first-child {
	border-top: 1px solid #25918e;
	border-right: 1px solid #25918e;
	border-top-right-radius: 80px 70px;
	background-color: #25918e;
}
.info2_presentation .stepscontent .info2_rightbar_stepscontent:last-child {
	border-bottom: 1px solid #e76f34;
	border-right: 1px solid #e76f34;
	border-bottom-right-radius: 80px 70px;
	background-color: #e76f34;
}

.gtco-section.info3 {
	padding-top: 0em;
	padding-bottom: 0em;
}
.info3_presentation {
	display: flex;
}
.info3_action {
	padding-top: 30px;
	padding-bottom: 50px;
	padding-left: 65px;
	padding-right: 65px;
	min-height: 400px;
	flex: 1;
}
.info3_poster .poster_asset_1 {
	z-index: 2;
	flex: 1;
	background: url(https://customerspower.com/assets/images/hotelphoto_4.png);
	background-position: top center;
	background-repeat: no-repeat;
	height:calc(100% / 1);
	float: left;
	width: 100%
}
.info3_poster .poster_asset_2 {
	z-index: 3;
	flex: 1;
	background: url(https://customerspower.com/assets/images/appphoto_1.png);
	background-position: top center;
	background-repeat: no-repeat;
	height:calc(100% / 1);
	float: left;
	width:100%;
	position:absolute;
	top: 0px;
}

header + .gtco-section {
	padding: 8em 0 0 0;
}
@media screen and (min-width: 768px) {}
@media only screen and (max-width: 1024px) {}
@media only screen and (max-width: 1280px) {}
@media only screen and (max-width: 1366px) {}
@media only screen and (max-width: 1600px) {
	header + .gtco-section {
		padding: 7em 0 2em 0;
	}
	
}
@media only screen and (min-width: 1600px) {
	header + .gtco-section {
		padding: 16em 0 4em 0;
	}
}
@media only screen and (min-width: 2000px) {}
@media only screen and (min-width: 2500px) {}

hr.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}
.gtco-section.actionbar {
	background-image: url("/assets/images/actionbar.jpg");
	background-color: rgba(231, 111, 52, 1);
    background-repeat: no-repeat;
}
.actionbar {	
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	min-height: 50px;
	max-height: 77px;
	height: 20vh;
}
.row.actionbar  *{
	height:100%;
}
.actionbar span {
	padding-top: 0em;
	padding-right: 1.8em;
	font-size: 0.9em;
	color: #FFFFFF;
	text-shadow: 2px 2px 10px #6C97C0;
	max-height: 25px !important;
}
.actionbar p {
	padding-top: 0.3em;
	padding-bottom: 0px;
	margin-bottom: -5px;
	max-height: 45px !important;
	font-size: 1.3em;
	color: #FFFFFF;
	text-shadow: 2px 2px 10px #6C97C0;
}

.actionbar .button {
  text-decoration: none;
  color: white;
  padding: 13px;
  text-transform: uppercase;
  display: inline-block;
  text-shadow: -2px 2px 0 rgba(0, 0, 0, 0.2);
  font-weight: bold;
  padding-right: 40px;
  margin: 8px;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.actionbar .button.blue {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a2d3e9), color-stop(100%, #7abedf));
  background: -moz-linear-gradient(top, #a2d3e9, #7abedf);
  background: -webkit-linear-gradient(top, #a2d3e9, #7abedf);
  background: linear-gradient(to bottom, #a2d3e9, #7abedf);
  box-shadow: -1px 0px 1px #6fadcb, 0px 1px 1px #54809d, -2px 1px 1px #6fadcb, -1px 2px 1px #54809d, -3px 2px 1px #6fadcb, -2px 3px 1px #54809d, -4px 3px 1px #6fadcb, -3px 4px 1px #54809d, -5px 4px 1px #6fadcb, -4px 5px 1px #54809d, -6px 5px 1px #6fadcb, -6px 7px 0 rgba(0, 0, 0, 0.05), -5px 8px 0 rgba(0, 0, 0, 0.05), -3px 9px 0 rgba(0, 0, 0, 0.04), -2px 10px 0 rgba(0, 0, 0, 0.04), -1px 11px 0 rgba(0, 0, 0, 0.03), 0px 12px 0 rgba(0, 0, 0, 0.03), 1px 13px 0 rgba(0, 0, 0, 0.02), 2px 14px 0 rgba(0, 0, 0, 0.02), 3px 15px 0 rgba(0, 0, 0, 0.01), 4px 16px 0 rgba(0, 0, 0, 0.01), 5px 17px 0 rgba(0, 0, 0, 0.01), 6px 18px 0 rgba(0, 0, 0, 0.01), inset 0 4px 5px -2px rgba(255, 255, 255, 0.5), inset 0 1px 0 0 rgba(0, 0, 0, 0.3);
  height: 70% !important;
}

.actionbar .button:active {
  box-shadow: none;
  -moz-transform: translate3d(-6px, 6px, 0);
  -ms-transform: translate3d(-6px, 6px, 0);
  -webkit-transform: translate3d(-6px, 6px, 0);
  transform: translate3d(-6px, 6px, 0);
}
.actionbar .button .arrow {
  -webkit-filter: drop-shadow(-2px 0 0 rgba(0, 0, 0, 0.2));
  filter: drop-shadow(-2px 0 0 rgba(0, 0, 0, 0.2));
}
.actionbar .button:after {
  -webkit-filter: drop-shadow(-2px 0 0 rgba(0, 0, 0, 0.2));
  filter: drop-shadow(-2px 0 0 rgba(0, 0, 0, 0.2));
}
.actionbar .button:after, .actionbar .button:before {
  position: absolute;
  content: " ";
  right: 15px;
  top: 14px;
  width: 6px;
  height: 18px;
  background: white;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  z-index: 2;
}
.actionbar .button:before {
  height: 14px;
  top: 26px;
  right: 16px;
  z-index: 3;
  -moz-transform: rotate(-137deg);
  -ms-transform: rotate(-137deg);
  -webkit-transform: rotate(-137deg);
  transform: rotate(-137deg);
  -webkit-filter: drop-shadow(0 -2px 0 rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 -2px 0 rgba(0, 0, 0, 0.15));
}

#gtco-features.border-bottom,
#gtco-features-2.border-bottom,
#gtco-products.border-bottom,
#gtco-services.border-bottom,
#gtco-subscribe.border-bottom,
#gtco-footer.border-bottom,
.gtco-section.border-bottom {
  border-bottom: 1px solid #e6e6e6;
}

#gtco-features {
  background: #E76F34;
}
#gtco-features .gtco-heading h2 {
  color: #fff;
}
#gtco-features .gtco-heading p {
  color: rgba(255, 255, 255, 0.7);
  text-align: justify;
}
#gtco-features .feature-center {
  color: #fff;
}
#gtco-features .feature-center .icon {
  width: 90px;
  height: 90px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: #E76F34;
}
#gtco-features .feature-center .icon i {
  color: #fff;
  font-size: 40px;
  font-style: normal;
}
#gtco-features .feature-center h3 {
  font-weight: 400;
  color: #fff;
}
#gtco-features .feature-center p {
  color: rgba(255, 255, 255, 0.7);
  text-align: justify;
  text-align-last: center;
}

#gtco-features-2 {
  background: #efefef;
  position: relative;
  float: left;
  width: 100%;
}

.feature-center {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .feature-center {
    margin-bottom: 50px;
  }
}
.feature-center .icon {
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  margin: 0 auto 40px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.feature-center .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-size: 40px;
  line-height: 40px;
  color: #cccccc;
}
.feature-center p, .feature-center h3 {
  margin-bottom: 30px;
}
.feature-center h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #E76F34;
  position: relative;
}

.feature-left {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.feature-left .icon {
  float: left;
  text-align: center;
  width: 15%;
}
.feature-left .icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  color: #E76F34;
}
.feature-left .feature-copy {
  float: right;
  width: 80%;
}
.feature-left .feature-copy h3 {
  font-size: 18px;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.gtco-heading {
  margin-bottom: 5em;
}
.gtco-heading.gtco-heading-sm {
  margin-bottom: 2em;
}
.gtco-heading h2 {
  font-size: 50px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 300;
  color: #000;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gtco-heading h2 {
    font-size: 26px;
  }
}
.gtco-heading p {
  font-size: 20px;
  line-height: 1.5;
  color: gray;
}

#gtco-products {
  background: #008ee0;
}
#gtco-products .item img {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
#gtco-products .gtco-heading h2 {
  color: #fff;
}
#gtco-products .gtco-heading p {
  color: rgba(255, 255, 255, 0.8);
}

#gtco-subscribe {
  background: #0098EF;
}
#gtco-subscribe [class^="col-xs"],
#gtco-subscribe [class^="col-sm"] {
    padding-top: 10px;
    padding-bottom: 10px;
}
#gtco-subscribe .form-control {
  background: transparent;
  color: #fff;
  font-size: 16px !important;
  width: 100%;
  border: 2px solid rgba(255, 255, 255, 0.2) !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#gtco-subscribe .form-control:focus {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.8) !important;
}
#gtco-subscribe .form-control::-webkit-input-placeholder {
  color: #fff;
}
#gtco-subscribe .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#gtco-subscribe .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#gtco-subscribe .form-control:-ms-input-placeholder {
  color: #fff;
}
#gtco-subscribe .btn {
  height: 46px;
  border: solid 1px #E76F34 !important;
  background: #E76F34;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 480px) {
	#gtco-subscribe .btn {
	  padding-left: 5px;
	  padding-right: 5px;
	}
	#gtco-subscribe .btn:hover {
	  padding-left: 5px !important;
	  padding-right: 5px !important;
	}
}
#gtco-subscribe .btn:hover {
  height: 46px;
  border: solid 1px rgba(231, 110, 52, 1) !important;
    background-color: rgba(231, 110, 52, 1);
  box-shadow: 0px 15px 20px rgba(156, 53, 3, 0.4) !important;
  color: #fff;
  transform: translateY(-3px);
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 50px;
  padding-right: 50px;
}
#gtco-subscribe .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#gtco-subscribe .form-inline .form-group .form-control {
  width: 100%;
}
#gtco-subscribe .gtco-heading {
  margin-bottom: 30px;
}
#gtco-subscribe .gtco-heading h2 {
  color: #fff;
}
#gtco-subscribe .gtco-heading p {
  color: rgba(255, 255, 255, 0.5);
}
#gtco-subscribe .form-group p {
  color: rgba(255, 255, 255, 0.5);
  padding-left: 5px;
  padding-right: 5px;
  text-align: justify;
  text-align-last: center;
}

#gtco-footer .gtco-footer-links {
  padding: 0;
  margin: 0 0 20px 0;
  float: left;
  width: 100%;
}
#gtco-footer .gtco-footer-links li {
  padding: 0;
  margin: 0 0 15px 0;
  list-style: none;
  line-height: 1;
}
#gtco-footer .gtco-footer-links li a {
  text-decoration: none;
}
#gtco-footer .gtco-footer-links li a:hover {
  text-decoration: underline;
}
#gtco-footer .gtco-widget {
  margin-bottom: 30px;
}
#gtco-footer .gtco-widget #about {
  text-align: justify;
  text-align-last: left;
}
#gtco-footer .gtco-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#gtco-footer .gtco-widget .gtco-quick-contact {
  padding: 0;
  margin: 0;
}
#gtco-footer .gtco-widget .gtco-quick-contact li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#gtco-footer .gtco-widget .gtco-quick-contact li i {
  width: 30px;
  float: left;
  font-size: 18px;
  position: relative;
  margin-top: 4px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#gtco-footer .footer-logo span {
  color: #E76F34;
}
#gtco-footer .copyright {
  color: #b3b3b3;
  padding-top: 3em;
  margin-top: 3em;
  border-top: 1px solid #f2f2f2;
}
@media screen and (max-width: 768px) {
  #gtco-footer .copyright .pull-left,
  #gtco-footer .copyright .pull-right {
    float: none !important;
    text-align: center;
  }
}
#gtco-footer .copyright .block {
  display: block;
}

#gtco-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #gtco-offcanvas {
    display: block;
  }
}
.offcanvas #gtco-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#gtco-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#gtco-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#gtco-offcanvas ul {
  padding: 0;
  margin: 0;
}
#gtco-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#gtco-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.gtco-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.gtco-nav-toggle.active i::before, .gtco-nav-toggle.active i::after {
  background: #444;
}
.gtco-nav-toggle:hover, .gtco-nav-toggle:focus, .gtco-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.gtco-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.gtco-nav-toggle i::before, .gtco-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.gtco-nav-toggle.gtco-nav-white > i {
  color: #fff;
  background: #fff;
}
.gtco-nav-toggle.gtco-nav-white > i::before, .gtco-nav-toggle.gtco-nav-white > i::after {
  background: #fff;
}

.gtco-nav-toggle i::before {
  top: -7px;
}

.gtco-nav-toggle i::after {
  bottom: -7px;
}

.gtco-nav-toggle:hover i::before {
  top: -10px;
}

.gtco-nav-toggle:hover i::after {
  bottom: -10px;
}

.gtco-nav-toggle.active i {
  background: transparent;
}

.gtco-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.gtco-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.gtco-nav-toggle {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .gtco-nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 30px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #E76F34;
  color: #fff;
  border: 2px solid #E76F34 !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #0adec0 !important;
  border-color: #0adec0 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #E76F34;
  border: 2px solid #E76F34;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #E76F34;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-white {
  background: #fff;
  color: #000;
  border: 2px solid #fff;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  color: #000;
  background: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}
.btn-white.btn-outline {
  color: #fff;
  border: 2px solid #fff;
}
.btn-white.btn-outline:hover, .btn-white.btn-outline:focus, .btn-white.btn-outline:active {
  background: #fff;
  color: #000;
  border: 2px solid #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 46px;
  font-size: 16px;
  font-weight: 300;
  padding-left: 15px;
  padding-right: 15px;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #E76F34;
}

.row-mt-10em {
  margin-top: 10em;
}
.row-mt-15em {
  margin-top: 15em;
}
@media screen and (max-width: 768px) {
  .row-mt-15em {
    margin-top: 7em;
  }
}

.mt-sm {
  margin-top: 6em;
}
@media screen and (max-width: 768px) {
  .mt-sm {
    margin-top: 3em;
  }
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.gtco-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(/assets/images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .gtco-nav .gtco-contact {
    text-align: left !important;
  }
}
.gtco-nav .gtco-contact ul {
  padding: 0;
  margin: 0 0 20px 0;
}
.gtco-nav .gtco-contact ul li {
  padding: 0;
  margin: 0;
}
.gtco-nav .gtco-contact ul li a {
  font-size: 14px;
  font-weight: bold !important;
  margin-left: 0px;
}
.gtco-nav .gtco-contact ul li a i {
  color: #E76F34;
}
.gtco-nav .gtco-contact ul li a:hover i {
  color: #fff;
}

.gtco-flex {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  float: left;
}

/* Owl Override Style */
.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -39px;
  z-index: 9999;
  position: absolute;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: 20px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: 20px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #444;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #000;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
  color: #fff;
}
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 24px;
  background: #f54c53 !important;
  padding: 12px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover i, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus i {
  background: #f54c53 !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: -2.5em;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #E76F34;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  border: 2px solid #E76F34;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: none;
  border: 2px solid #E76F34;
}

.fh5co-card-item {
  display: block;
  width: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
  z-index: 9;
  bottom: 0;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-card-item figure {
  height: 240px;
  overflow: hidden;
  z-index: 12;
  position: relative;
}
.fh5co-card-item figure .overlay {
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.fh5co-card-item figure .overlay i {
  z-index: 12;
  color: #fff;
  font-size: 30px;
  position: absolute;
  margin-left: -15px;
  margin-top: -45px;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-card-item img {
  z-index: 8;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-card-item .fh5co-text {
  padding: 0px 10px 10px 20px;
  text-align: center;
}
.fh5co-card-item .fh5co-text h2, .fh5co-card-item .fh5co-text span {
  text-decoration: none !important;
}
.fh5co-card-item .fh5co-text h2 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 10px 0;
  color: #E76F34;
}
.fh5co-card-item .fh5co-text span {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 400;
}
.fh5co-card-item .fh5co-text p {
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-card-item .fh5co-text span.btn {
  color: #fff !important;
  opacity: 1;
  visibility: visible;
  bottom: 0;
  background: #1a1a1a;
  border: 2px solid #1a1a1a !important;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-card-item:hover, .fh5co-card-item:focus {
  bottom: 7px;
  text-decoration: none;
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
}
.fh5co-card-item:hover img, .fh5co-card-item:focus img {
  -webkot-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.fh5co-card-item:hover span.btn, .fh5co-card-item:focus span.btn {
  opacity: 1;
  visibility: visible;
  bottom: 0px;
  border: 2px solid #0adec0 !important;
  background: #0adec0 !important;
}
.fh5co-card-item:hover figure .overlay, .fh5co-card-item:focus figure .overlay {
  opacity: 1;
  visibility: visible;
}
.fh5co-card-item:hover figure .overlay i, .fh5co-card-item:focus figure .overlay i {
  margin-top: -15px;
}
.fh5co-card-item:hover h2, .fh5co-card-item:hover span, .fh5co-card-item:focus h2, .fh5co-card-item:focus span {
  text-decoration: none !important;
}

@media screen and (max-width: 768px) {
  .macbook-wrap img {
    max-width: 100%;
  }
}

.price-box {
  background: #fff;
  border: 2px solid #ECEEF0;
  text-align: center;
  padding: 30px;
  margin-bottom: 40px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.price-box.popular {
  border: 2px solid #E76F34;
}
.price-box.popular .popular-text {
  top: 0;
  left: 50%;
  margin-left: -54px;
  margin-top: -2em;
  position: absolute;
  padding: 4px 20px;
  background: #E76F34;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.price-box.popular .popular-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid black;
  border-top-color: #E76F34;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.pricing-plan {
  margin: 0 0 30px 0;
  padding: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.price {
  font-size: 50px;
  color: #000;
}
.price .currency {
  font-size: 20px;
  top: -1.2em;
}
.price small {
  font-size: 16px;
}

.pricing-info {
  padding: 0;
  margin: 0 0 30px 0;
}
.pricing-info li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.fh5co-faq-list {
  margin: 0;
  padding: 0;
}
.fh5co-faq-list li {
  margin: 0 0 40px 0;
  padding: 0;
  line-height: 1.5;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .fh5co-faq-list li {
    margin: 0 0 20px 0;
  }
}
.fh5co-faq-list li h2 {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .fh5co-faq-list li h2 {
    font-size: 26px;
  }
}

.bs-actionsbox .btn-group button {
    width: 45% !important;
}
.form-group {
    margin-bottom: 15px;
    /*height: 45px;*/
}
.input-group-addon {
	color: #fff !important;
	background-color: #E76F34 !important;
}
 

/* video */
#headerbackground {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover;
}
       #customElement {
            width: 100%;
            height: 100%;
            background: rgba(81, 150, 191, 0.60);
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            background: url("/assets/ytplayer_img.jpg") no-repeat center center;
            background-size: cover;
        }

.relief {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: none;
  font: normal normal 400 84px/normal "Kaushan Script", cursive;
  color: rgb(224, 239, 242);
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  text-shadow: -5px 1px 0 rgb(10,14,39) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
}

.relief:hover {
  text-shadow: 4px 1px 0 rgb(231,111,52) , 6px 3px 0 rgb(10,14,39) ;
}

/*round glyphicons*/
.round {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #222;    
    color: #FFF;
    text-align: center;  
}
.round.hollow {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #FFF;    
    color: #222;
    text-align: center;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.75);
}

.round.round-sm {
    height: 20px;
    width: 20px;
    line-height: 20px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 0.7em;
}
.round.round-lg {
    height: 80px;
    width: 80px;
    line-height: 80px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    font-size: 1.9em;
}

.round.blue {
    background-color: #3EA6CE;
}

.round.orange {
    background-color: #FF6701;
}

.round.green {
    background-color: #42A129;
}

.round.hollow.blue {
    color: #3EA6CE;   
    background-color: #FFF;    
    -webkit-box-shadow: 0px 0px 0px 3px #3EA6CE;
    -moz-box-shadow: 0px 0px 0px 3px #3EA6CE;
    box-shadow: 0px 0px 0px 3px #3EA6CE;
}

.round.hollow.orange {
    color: #FF6701;
    background-color: #FFF;    
    -webkit-box-shadow: 0px 0px 0px 3px #FF6701;
    -moz-box-shadow: 0px 0px 0px 3px #FF6701;
    box-shadow: 0px 0px 0px 3px #FF6701;
}

.round.hollow.green {
    color: #42A129;
    background-color: #FFF;    
    -webkit-box-shadow: 0px 0px 0px 3px #42A129;
    -moz-box-shadow: 0px 0px 0px 3px #42A129;
    box-shadow: 0px 0px 0px 3px #42A129;
}
