.header select {
    font-size: 13px;
    background-color: rgba(0, 0, 0, 0.0);
    margin-top: -15px;
}

.header-scrolled .nav > li > a > select {
    background-color: #fff;
}
/* promo section */
.promo-section {
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-image: url(/assets/images/main_img01.png);
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 1280px;
}
.promo-section:before {
    content: '';
    background: url(/assets/images/main_bg_color_20.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.data-container .intro-container {margin-top:200px; font-size:54px;}
.data-container .intro-container p {line-height:70px; letter-spacing:-0.1rem; margin-bottom:0;}
@media (max-width:767px) {
.data-container .intro-container {margin-top:30px; font-size:22px;}
.data-container .intro-container p {line-height:30px;}	
}
/* features section */
.desc-holder {
    min-height: 400px;
    padding-top:10%
}

@media (max-width:767px) {
    .desc-holder {min-height: 200px;}
}

/* price section */
#price {
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-image: url(/assets/images/price_bg.png);
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 100%;
}

.pricing-list {
  padding: 10px 0 10px 0;
  border: 1px solid #e3e3e3;
}
.pricing-list ul {
    padding-left: 20px;
    margin: 0px auto;
}
.pricing-list ul li {
  list-style: none;
  border-bottom: 1px solid #EAECEB;
  font-size: 16px;
  line-height: 42px;
  text-align: left;
}
.pricing-list ul li:last-child {
  border: none;
}

.pricing-list ul li span {
  color: #34495e;
}

.bg-silver-lighter { background: #f4f6f7 !important; }
.bg-silver { background: #f0f3f4 !important; }
.bg-silver-darker { background: #b4b6b7 !important; }

.bg-black { background: #2d353c !important; }
.bg-black-darker { background: #242a30 !important; }
.bg-black-lighter { background: #575d63 !important; }

.bg-grey { background: #b6c2c9 !important; }
.bg-grey-darker { background: #929ba1 !important; }
.bg-grey-lighter { background: #c5ced4 !important; }

.bg-red { background: #ff5b57 !important; }
.bg-red-darker { background: #cc4946 !important; }
.bg-red-lighter { background: #ff7c79 !important; }

.bg-orange { background: #f59c1a !important; }
.bg-orange-darker { background: #c47d15 !important; }
.bg-orange-lighter { background: #f7b048 !important; }

.bg-yellow { background: #e3fa3e !important; }
.bg-yellow-darker { background: #b6c832 !important; }
.bg-yellow-lighter { background: #e9fb65 !important; }

.bg-green { background: #00acac !important; }
.bg-green-darker { background: #008a8a !important; }
.bg-green-lighter { background: #33bdbd !important; }

.bg-blue { background: #348fe2 !important; }
.bg-blue-darker { background: #2a72b5 !important; }
.bg-blue-lighter { background: #5da5e8 !important; }

.bg-aqua { background: #49b6d6 !important; }
.bg-aqua-darker { background: #3a92ab !important; }
.bg-aqua-lighter { background: #6dc5de !important; }

.bg-purple { background: #727cb6 !important; }
.bg-purple-darker { background: #5b6392 !important; }
.bg-purple-lighter { background: #8e96c5 !important; }


.rewards-section .item-title {
    padding: 10px 0;
}

.ribbon-corner {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
}

.ribbon-color-23 span {
    color: #aa4518;
    background: #f9ea00 !important;
    background: -moz-linear-gradient(#ffff50 0%, #f9ea00 100%) !important;
    background: -webkit-linear-gradient(#ffff50 0%, #f9ea00 100%) !important;
    background: -o-linear-gradient(#ffff50 0%, #f9ea00 100%) !important;
    background: -ms-linear-gradient(#ffff50 0%, #f9ea00 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff50 0%', endColorstr='#f9ea00 100%', GradientType=1) !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff50 0%', endColorstr='#f9ea00 100%',GradientType=1 ) !important;
    background: linear-gradient(#ffff50 0%, #f9ea00 100%) !important;
}

.ribbon-corner span {
    font-family: 'Droid Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #FFF;
    letter-spacing: 1px;
    text-align: center;
    line-height: 30px;
    transform: rotate(-45deg);
    width: 95px;
    display: block;
    background: #79A70A !important;
    background: -moz-linear-gradient(#9BC90D 0%, #79A70A 100%) !important;
    background: -webkit-linear-gradient(#9BC90D 0%, #79A70A 100%) !important;
    background: -o-linear-gradient(#9BC90D 0%, #79A70A 100%) !important;
    background: -ms-linear-gradient(#9BC90D 0%, #79A70A 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9BC90D 0%', endColorstr='#79A70A 100%', GradientType=1) !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9BC90D 0%', endColorstr='#79A70A 100%',GradientType=1 ) !important;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%) !important;
    position: absolute;
    top: 9px;
    left: -23px;
}

/* portfolio section */
#works {padding-bottom: 90px;}
/*  Gallery */

.image-inner {
    position: relative;
    background: #fff;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.image-inner a img {
    width: 50%;
}
.image a {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
.image-info {
    background: #fff;
    padding: 15px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.image-info .title {
    margin: 0 0 10px;
    line-height: 18px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.image-info .desc a {
    line-height: 1.5;
    color: #586A8F;
    height: 100%;
    text-decoration: none;
    overflow: hidden;
}

/* multiplacie section */
.team .info {
    margin: 10px 0 50px 0;
}
.circle img{
	border-radius: 50%;
}

/* about us section */
#aboutus {padding-bottom:100px;}
#aboutus .about-img {margin: 0 auto; padding-bottom:30px;}
#aboutus .about-desc {padding: 50px;}
#aboutus .about-desc p {font-size: 17px;}
#aboutus .item-desc p {font-size:18px; word-break:break-all;}

/**
 * about us iconbox
 * --------------------------------------------------
 */
.icon-box {
  margin-bottom: 50px;
}

.icon-box-media i {
  height: 48px;
  line-height: 48px;
  font-size: 36px;
}

.icon-box-media img {
  display: block;
  height: 50px;
  line-height: 50px;
}
/* features */
#features h2.section-title {margin-bottom:0;}
/* message */
#message {padding-bottom:100px;}
#message .section-heading {padding-bottom:50px;}
#message .section-heading h2 {margin:0;}
@media (min-width: 768px) {
  .icon-box-media i {
    height: 56px;
    line-height: 56px;
    font-size: 36px;
  }
  .icon-box-media img {
    display: block;
    height: 56px;
    line-height: 56px;
  }
}

.icon-box._center {
  text-align: center;
}

.icon-box._center .icon-box-media {
  padding-top: 10px;
}

.icon-box._center .icon-box-media img {
  margin-right: auto;
  margin-left: auto;
}

.icon-box._center .icon-box-heading {
  margin-top: 20px;
}

.icon-box._center .icon-box-content {
  margin-top: 20px;
}

.icon-box._left {
  position: relative;
  padding-left: 78px;
  margin-top: 50px;
  text-align: left;
}

.icon-box._left .icon-box-media {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .icon-box._left {
    margin-top: 0px;

  }
  #message .section-heading h2 {font-size:20px; line-height: 1.42857143;}
}

/**
 * form
 * --------------------------------------------------
 */
.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #212121;
}

.form-control::-webkit-input-placeholder {
  color: #212121;
}

.form-control::-moz-placeholder {
  color: #212121;
}

.form-control:-ms-input-placeholder {
  color: #212121;
}

.form-control::-ms-input-placeholder {
  color: #212121;
}

form .required {
  position: relative;
}

form .required:after {
  position: absolute;
  top: 15px;
  right: 20px;
  content: "*";
  line-height: 1;
  color: #ff5454;
  font-size: 20px;
}

form._default .form-group {
  -webkit-border-radius: 2px;
          border-radius: 2px;
  padding: 5px 20px;
  background-color: #f4f5f9;
}

form._default .form-label {
  opacity: 0.7;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 900;
  text-transform: capitalize;
}

form._default .form-control {
    border-width: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-color: #212121;
    padding: 0;
    background-color: transparent;
    height: 34px;
}

form._default textarea {
  resize: vertical;
  height: 100px !important;
}

.form-group.error .form-label {
  color: #ff5454;
}

.form-notify {
  margin-top: 20px;
  font-size: 13px;
  text-align: center;
}

.form-notify i {
  margin-right: 10px;
}

.text-warning {color: #ff5454;}
.text-success {color: #46b8da;}

/* manager section */
.float-left {
    float: left;
}
#manager img {
    width: 150px;
    margin: 0 auto;
    padding-bottom: 20px;
}
#manager p {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
#manager .desc {
    padding: 50px;
}

#manager .desc a {
    margin-top: 40px;
}
#manager a.btn-secondary, .btn-secondary {
    color: #fff !important;
}

#manager {
    padding: 30px 0 !important;
}
#map {
    height: 500px;
}
#needs .needs-left {padding:100px 0;}
#needs .needs-left .inner {padding-right:80px; text-align:right;}
#needs .needs-left .inner img {display:inline-block;}
#needs .needs-right {padding:100px 0; background:#14c3cf;}
#needs .needs-right .inner {padding-left:80px;}
#needs .needs-right .inner .job {font-size:18px; color:#fff;}
#needs .needs-right .inner .job .section-heading {font-size:36px; padding-bottom:20px;}
#needs .needs-right .inner .job ul.job-no {padding:0; margin:0 0 0 5px;}
#needs .needs-right .inner .job ul.job-no li {padding-bottom:6px; padding-left:30px; list-style:none;}
#needs .needs-right .inner .job ul.job-no li b {display:inline-block; margin-left:-30px; margin-right:5px; width:24px; height:24px; line-height:24px; color:#01aeba; text-align:center; border-radius:100%; background:#fff;}
#needs .inner .btn-area {padding:20px 0 50px;}
#needs .inner .btn-area a {padding:0 30px; font-size:16px; line-height:45px; color:#fff; border:1px solid #fff;}
#needs .inner .btn-area a:hover {color:#01aeba; background:#fff;}

@media (max-width:767px) {
    #map {
        height: 300px;margin-bottom: 0px;
    }
#needs .needs-left .inner {padding-right:0; text-align:center; margin: 0 30px;}
#needs .needs-left .inner img {display:inline-block; width:100%; max-width:481px; height:auto;}
#needs .needs-right .inner {padding-left:0; margin: 0 30px;}
#needs .needs-right .inner .job {font-size:16px;}
#needs .needs-right .inner .job .section-heading {font-size:30px; padding-bottom:20px;}
#needs .inner .btn-area a {padding:0 20px; font-size:14px; line-height:35px;}
}
