.blueShade {
	background: #00d2ff;
	background: -webkit-linear-gradient(to left, #00d2ff , #3a7bd5);
	background: linear-gradient(to left, #00d2ff , #3a7bd5);
}

.redShade {
	background: #e43a15;
	background: -webkit-linear-gradient(to right, #e43a15 , #e65245);
	background: linear-gradient(to right, #e43a15 , #e65245);
}

.yellowShade {
	background: #FFB75E;
	background: -webkit-linear-gradient(to left, #FFB75E , #ED8F03);
	background: linear-gradient(to left, #FFB75E , #ED8F03);
}

.greenShade {
	background: #1D976C;
	background: -webkit-linear-gradient(to right, #1D976C , #25cf93);
	background: linear-gradient(to right, #1D976C , #25cf93);
}

.purpleShade {
	background: #6a3093;
	background: -webkit-linear-gradient(to right, #6a3093 , #a044ff);
	background: linear-gradient(to right, #6a3093 , #a044ff);
}

.greenBeachShade {
    background: #02AAB0;
    background: -webkit-linear-gradient(to right, #02AAB0 , #00CDAC);
    background: linear-gradient(to right, #02AAB0 , #00CDAC);
}
.purpleShade {
  background: #ad5389;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #3c1053, #ad5389);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #3c1053, #ad5389); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.bg-grad {
    background: rgba(0, 0, 0, 0) linear-gradient(135deg, rgba(33, 218, 235, 1) 0%, rgba(0, 242, 206, 1) 100%) repeat scroll 0 0;
}
.grad-bg-red {
    background: rgba(0, 0, 0, 0) linear-gradient(135deg, rgba(250, 50, 104, 1) 0%, rgba(239, 71, 38, 1) 100%) repeat scroll 0 0;
}
.bg-grad-royal {
    background: rgba(0, 0, 0, 0) linear-gradient(135deg, rgba(71, 236, 199, 1) 0%, rgba(73, 200, 250, 1) 50%, rgba(58, 114, 250, 1) 100%) repeat scroll 0 0;
}

.pt-40 {
  padding-top: 40px;
}
.header-button {
    margin: 30px 0 30px 20px;
    transition: margin 0.4s ease 0s;
    text-transform: none;
    letter-spacing: 0px;
}

#header.sticky-header .header-button {
    margin-bottom: 12px;
    margin-top: 12px;
}

.contact_box {
	margin-top: -130px;
}

.contact_box .box-inner {
    background-color: #F3F4F5;
    padding-bottom: 20px;
    text-align: left;
}
.contact_box .box-inner p {
    color: #000;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 23px;
    padding: 0 20px;
    margin-bottom: 0px;
}

.contact_box .box-inner p a {
	color: #000;
}
@media only screen and (max-width: 767px) {
.contact_box .box-inner p {
    font-size: 14px;
    line-height: 20px;
}
}
.contact_box .box-inner h4 + p {
    padding: 20px 0px;
}

.contact_box .box-inner h4 {
    color: #fff;
    background-color: #1D976C;
    font-family: 'Kanit', sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 19px;
    text-align: center;
    padding: 15px 20px;
    margin-bottom: 0px;
    text-rendering: optimizelegibility;
}

.contact_box .box-inner h4 a {
	color: #fff;
}

.checkbox.custom {
  float: left;
  margin: 0;
  font-size: 14px;
  padding: 0;
  display: block;
  width: 100%;
  margin-bottom: 0px;
  font-weight: 600;
}

input[type="checkbox"].custom {
  margin-left: 0;
  padding: 0;
}

input[type=checkbox].css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0px;
  border: 0;
}

input[type=checkbox].css-checkbox+label.label-website,
input[type=checkbox].css-checkbox+label.label-webapp,
input[type=checkbox].css-checkbox+label.label-ecommerce,
input[type=checkbox].css-checkbox+label.label-travel,
input[type=checkbox].css-checkbox+label.label-cms,
input[type=checkbox].css-checkbox+label.label-mobile,
input[type=checkbox].css-checkbox+label.label-responsive,
input[type=checkbox].css-checkbox+label.label-redesign,
input[type=checkbox].css-checkbox+label.label-brand {
  padding-left: 22px;
  height: 30px;
  width: 30px;
  display: inline-block;
  line-height: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  margin-right: 10px;
}

input[type=checkbox].css-checkbox+label.label-website:hover,
input[type=checkbox].css-checkbox+label.label-webapp:hover,
input[type=checkbox].css-checkbox+label.label-ecommerce:hover,
input[type=checkbox].css-checkbox+label.label-travel:hover,
input[type=checkbox].css-checkbox+label.label-cms:hover,
input[type=checkbox].css-checkbox+label.label-mobile:hover,
input[type=checkbox].css-checkbox+label.label-responsive:hover,
input[type=checkbox].css-checkbox+label.label-redesign:hover,
input[type=checkbox].css-checkbox+label.label-brand:hover {
  opacity: 0.5;
}

input[type=checkbox].css-checkbox:checked+label.label-website,
input[type=checkbox].css-checkbox:checked+label.label-webapp,
input[type=checkbox].css-checkbox:checked+label.label-ecommerce,
input[type=checkbox].css-checkbox:checked+label.label-travel,
input[type=checkbox].css-checkbox:checked+label.label-cms,
input[type=checkbox].css-checkbox:checked+label.label-mobile,
input[type=checkbox].css-checkbox:checked+label.label-responsive,
input[type=checkbox].css-checkbox:checked+label.label-redesign, 
input[type=checkbox].css-checkbox:checked+label.label-brand {
  background-position: 0 -30px;
}

.label-website {
  background-image: url(../images/check1.png);
}

.label-webapp {
  background-image: url(../images/check2.png);
}

.label-ecommerce {
  background-image: url(../images/check3.png);
}

.label-travel {
  background-image: url(../images/check4.png);
}

.label-cms {
  background-image: url(../images/check5.png);
}

.label-mobile {
  background-image: url(../images/check6.png);
}

.label-responsive {
  background-image: url(../images/check7.png);
}

.label-redesign {
  background-image: url(../images/check8.png);
}

.label-brand {
  background-image: url(../images/check9.png);
}

section.services {
  top: -10px;
}
section.services .text.left {
    padding-left: 4%;
    padding-right: 4%;
}

section.services .text .wrapper {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

section.services .pic .cover img {
    bottom: 0;
    height: 150px !important;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 150px !important;
}

section.services .text .wrapper h3 {
  margin: 10px 0;
}
section.services .text .wrapper h4 {
  font-weight: normal;
  margin-bottom: 0px;
}
.section-text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}
.frame {
  margin:0px;
  border: 15px solid #222;
  -webkit-box-shadow:  px 2px 3px 1px rgba(0, 0, 0, .5);
  box-shadow:  0px 3px 10px 4px rgba(0, 0, 0, .3);
}


.count-wrapper{
    padding: 40px 20px;
}
.count-number, .count-info{
    font-size: 45px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}
.count-descr{
    color: #999;
    font-size: 11px;
    text-align:center;
}
.count-descr .fa{
    font-size: 14px;
}

.count-title{
    margin-top: -1px;
    font-size: 16px;
}
.count-separator{
    height: 30px;
    clear: both;
    float: none;
    overflow: hidden;
}
.footer-title-bg {
  font-size: 110px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  color: rgba(11, 11, 11, 0.2);
}
.footer-bottom {
    margin-top: 30px;
    border-top: 1px solid #767676;
    border-bottom: 1px solid #767676;
}
.footer-bottom .br-right {
    border-right: 1px solid #767676;
}
.footer-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
}
.footer-bottom .title {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.footer-bottom .desc {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.footer-bottom .desc a {
    color: #fff;
}