/*!
 * font-family: 'Pridi',"Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size:16px;
 */

body {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow-x: hidden;
}

p {
    font-family: 'Kanit', sans-serif;
    font-weight:normal;
    font-size: 18px;
}

p.small {
    font-size: 16px;
    text-align: justify;
}

a,
a.active,
a:active,
a:focus,
a:hover {
    color: #18BC9C;
    outline: none;
    text-decoration:none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Pridi', "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

ul {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
}
.white-font,.white-font a{color:#fff !important; text-decoration: none;}
hr.star-light,
hr.star-primary {
    max-width: 250px;
    margin: 25px auto 30px;
    padding: 0;
    text-align: center;
    border: none;
    border-top: solid 5px;
}

hr.star-light:after,
hr.star-primary:after {
    font-family: FontAwesome;
    font-size: 2em;
    position: relative;
    top: -.8em;
    display: inline-block;
    padding: 0 0.25em;
    content: '\f005';
}

hr.star-light {
    border-color: white;
}

hr.star-light:after {
    color: white;
    background-color: #18BC9C;
}

hr.star-primary {
    border-color: #2C3E50;
}

hr.star-primary:after {
    color: #2C3E50;
    background-color: white;
}

.img-centered {
    margin: 0 auto;
}
.nav-item .img-circle{border-radius: 50%;}

button{    
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
button a{color:#fff; text-decoration: none;}
button:hover{ background-color: transparent !important; color:#18BC9C!important; }
button[disabled],button[disabled]:hover{background-color: #ccc!important;color:#fff!important;}
.btn-outline-warning:hover {
    color: #fff!important;
    background-color: #ffc107!important;
    border-color: #ffc107!important;
    cursor:pointer;
}
section {
    padding: 80px 0;
}

section h2 {
    font-size: 1.5em;
    letter-spacing: 1px;
    margin: 0;
}

section.success {
    color: white;
    background: #18BC9C;
}

section.gray {
    color: black;
    background: #f5f5f5;
}

section.gray h1 {
    color: #00bc4b;
}

section h1,section#know-letsfunds h4{font-family: 'Kanit', sans-serif;color:#047970;text-transform: none;line-height:2em;font-weight:500;}
section#know-letsfunds h4.service-heading{font-size:1.8em;color:#16b283;line-height: 3.3em;margin-top: .5em;font-weight: 400;}
section#know-letsfunds .sub-head{font-size:2.2em;vertical-align: middle;}
section#know-letsfunds .text-muted{font-weight: 300;}
section#know-letsfunds .service-heading img{vertical-align: initial;}
section#know-letsfunds {
    /* height: 50vh; */
    min-height: 300px;
    background: url(/storage/app/media/knows-letfunds.jpg) center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

section#budget {
    color:#fff;
    /* height: 50vh; */
    min-height: 300px;
    background: url(/storage/app/media/budget.jpg) center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
section#budget h1{color:#fff;}
span.highlight{color:yellow; font-size:4rem;font-weight:400;}
section#mission {
    height: 50vh;
    min-height: 300px;
    background: url(../img/mission-bg.jpg) center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color: #fff;
}

section#mission .section-heading-spacer {
    float: none;
    width: 200px;
    border-top: 3px solid #fff;
}

section#mission i {
    font-style: normal;
    font-size: 1.68em;
    font-weight: 600;
    text-transform: none;
}
section#review {
    background: url(/storage/app/media/review.png) center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
section#review h1 {
  color: #222;
}
section#review .item p {
  color: #999;
  font-size: 18px;
  height:100px;
  line-height:24px;
  font-weight:400;
}
section#review .item img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto 30px;
  transition: .3s all linear;
}
section#review .item:hover img {
  border: 3px solid #0dc797;
  transform: scale(1.08);
}
section#review .item {
  margin: 0;
  display: block;
  border-radius: 8px;
  position: relative;
  background-color: #fafafa;
  padding: 65px 50px 30px 50px;
  font-size: 0.8em;
  font-weight: 500;
  /* margin: -50px 0 0; */
  line-height: 1.6em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
section#review .item blockquote:before,
section#review .item blockquote:after {
  font-family: Georgia, serif;
  content: "\201C";
  position: absolute;
  font-size: 60px;
  opacity: 0.3;
  font-style: normal;
}
section#review .item blockquote:before {
  top: 70px;
  left: 20px;
}
section#review .item blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 0;
}
section#review .item .author {
  padding: 15px;
  margin: 0;
  color: #000;
  text-align: center;
}
section#review .item .author h5 {
  font-family: 'Kanit', sans-serif;
  opacity: 0.8;
  margin: 0;
  font-weight: 500;
}
section#review .item .author h5 span {
  font-family: 'Kanit', sans-serif;
  font-weight: 400;
  text-transform: none;
  display: block;
  color:#17b284;
}
section#core-values {
    background: url(/storage/app/media/how-it-works.png) center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
section#core-values .section-heading-spacer {
    border-top: 3px solid #0dc797;
    margin-bottom:40px;
}

section#core-values h2,section#core-values h5,h2.mt-4{text-transform:none;font-family: 'Kanit', sans-serif;}
section#core-values h5{ font-size: 2rem;}
section#core-values .section-heading-spacer{float:none;}
section#core-values {background-color:rgba(0, 0, 0,.0168);}
section#core-values a{
    text-decoration:none;
    color:#000;
}
section#core-values a, section#core-values .service-heading{
    -webkit-transition: all ease 0.39s;
    -moz-transition: all ease 0.39s;
    transition: all ease 0.39s;
}
section#core-values a:hover{color:#18BC9C;}
section#core-values a:hover .service-heading{font-size:0rem;margin-top:-15%;margin-bottom:18%;/* font-size:3rem; */}
section#core-values a:hover .sub-head{display:none;}
section#core-values a:hover p.text-muted{font-weight:400;}

.circle-container {
	position: relative;
	perspective: 1000;	
	margin: 20px auto;
}
		
section#core-values a:hover .circle {
	transform: rotate3d(45, 45, 0, 180deg);
}
		
section#core-values a:hover .outer-ring {
	transform: rotate3d(45, 0, 0, 180deg);
}

section#core-values a:hover .outer-outer-ring {
	transform: rotate3d(0, 45, 0, 180deg);
}

.circle-container, .front, .back {
	width: 130px;
	height: 130px;
	background-color: rgba(0,0,0,0);
}
		
.circle, .outer-ring, .outer-outer-ring {
	transition: 0.39s;
	transform-style: preserve-3d;
	transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
}
		
.circle {
	position: relative;
	width: 130px;
	height: 130px;
}
		
.front, .back {
	border-radius: 50%;
	/* box-shadow: 0px 0px 20px rgba(0,0,0,0.4); */
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
		
.front {
	background-color: #0dc797;
	z-index: 2;
}
		
.back p {
	margin-top: 1.3em;
	font-family: cabin, sans-serif;
	font-weight: 700;
	font-size: 2em;
	text-align: center;
	color: #fff;
}
		
.back {
	transform: rotate3d(45,45,0,180deg);
	background-color: #0dc797;
}
		
.back-logo {
	width: 50%;
	display: block;
	margin: 2em auto;
}
		
.outer-ring {
	position: absolute;
	top: -10px;
	left: -10px;
	border-radius: 50%;
	border: 2px solid #0dc797;
	width: 150px;
	height: 150px;
	background-color: rgba(255,255,255,0);
	/* box-shadow: 0px 0px 20px rgba(0,0,0,0.4); */
}

.outer-outer-ring {
	position: absolute;
	top: -20px;
	left: -20px;
	border-radius: 50%;
	border: 2px solid #fff;
	width: 150px;
	height: 150px;
	background-color: rgba(255,255,255,0);
	/* box-shadow: 0px 0px 20px rgba(0,0,0,0.4); */
}
div.about-item{height:125px;}
div.about-item, b.title{
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
b.title{
    font-size:21px;
    color:#000;
}
div.about-item:hover b.title{
    font-size:24px;
    color: #0dc797;
    /*text-shadow: 2px 2px 4px #000000;*/
}
div.about-item:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor:zoom-in;
}
.about-item{padding:10px;}
p.small{
    margin-right:35px; 
    margin-left:20px;
    margin-bottom:15px;
    margin-top:-10px;
    color:#555;
}
@media (min-width: 577px) and (max-width:1024px) {
    header.masthead .carousel-item{background-position-x:65%!important;}
}
@media (min-width: 920px) {
    section#core-values {height: 678px;}
}
@media (max-width: 767px) {
    section {
        padding: 75px 0;
    }
    section.first {
        padding-top: 75px;
    }
    #mainNav #nav-logo {
        max-width: 70%;
    }
    #mainNav .navbar-toggler{
        display:inherit;    
    }
    section#core-values{height: 1380px;}
}
@media (max-width: 576px) {
    header.masthead .carousel-item{background-position-x:40%!important;}
}
@media (max-width: 375px) {
    section#about img{
        width:100%;
    }
}
.scroll-top {
    position: fixed;
    z-index: 1049;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    font-size: 16px;
    line-height: 28px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
}

.scroll-top .btn:focus {
    outline: none;
}

#mainNav {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    /*text-transform: uppercase;*/
    border: none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
    background: #fff;
}

#mainNav a:focus {
    outline: none;
}

#mainNav .navbar-brand {
    font-size: 1.1rem;
    color: white;
}

#mainNav .navbar-brand.active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
    color: white;
}



/*#mainNav .navbar-nav {
    letter-spacing: 1px; }*/

#mainNav .navbar-nav li.nav-item a.nav-link {
    color: #707070;
    font-size: 15px;
    -webkit-transition: all 0.5s ease;
}

#mainNav .navbar-nav li.nav-item a.nav-link:hover {
    color: #18BC9C;
    outline: none;
}

#mainNav .navbar-nav li.nav-item a.nav-link:active,
#mainNav .navbar-nav li.nav-item a.nav-link:focus {
    color: #000;
}

#mainNav .navbar-toggler {
    font-size: 14px;
    padding: 11px;
    text-transform: uppercase;
    /*color: white;
    border-color: white;*/
}

#mainNav .navbar-toggler:focus,
#mainNav .navbar-toggler:hover {
    color: white;
    border-color: #18BC9C;
    background-color: #18BC9C;
}
button#searchSME a{color:#fff; text-decoration: none;}
button#GovRegister a{color:#fff; text-decoration: none;}

@media (min-width: 992px) {
    #mainNav {
        font-family: 'Pridi', "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding-top: 5px;
        padding-bottom: 5px;
        -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
        -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
        transition: padding-top 0.3s, padding-bottom 0.3s;
    }
    #mainNav .navbar-brand {
        /*font-size: 2em;*/
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    #mainNav #nav-logo {
        max-width: 100%;
        -webkit-transition: all 0.5s ease;
    }
    #mainNav .navbar-nav>li.nav-item>a.nav-link.active {
        /*color: white;*/
        /*border-radius: 3px;*/
        /*background: #18BC9C; */
        color: #18BC9C;
    }
    #mainNav .navbar-nav>li.nav-item>a.nav-link.active-page {
        background: #00b183;
        color: #fff;
    }
    #mainNav .navbar-nav>li.nav-item>a.nav-link.active:active,
    #mainNav .navbar-nav>li.nav-item>a.nav-link.active:focus,
    #mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover {
        /*color: white;*/
        /*background: #18BC9C;*/
        color: #18BC9C;
    }
    #mainNav .active-lock #sign-in-status {
        color: #18BC9C;
    }
    #mainNav .popUpTrigger {
        color: black !important;
        /*padding: .5rem .25rem;*/
        padding: .435rem 0.68rem;
        font-size: 16px !important;
    }
    #mainNav .popUpTrigger:hover {
        color: #00b183 !important;
    }
    #mainNav.navbar-shrink {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
    #mainNav.navbar-shrink #nav-logo {
        max-width: 80%;
    }
    #mainNav.navbar-shrink .navbar-nav li.nav-item a.nav-link,
    #mainNav.navbar-shrink .popUpTrigger {
        font-size: 14px !important;
        padding: .5rem .25rem;
    }
}

@media (max-width: 992px) {
    div.about-item{height:initial !important;}
    #mainNav li.popUpTrigger {
        display: none;
    }
    #mainNav .navbar-nav li.nav-item {
        /*margin-left: 0px !important;*/
        margin: 0 -16px;
    }
    .navbar-nav .nav-link{padding-left: 15px;}
    #mainNav .navbar-nav li.nav-item a.nav-link:hover {
        background-color: #00b183;
        color: white!important;
    }
    section#services .col-lg-6 {
        margin-top: 15px;
    }
    .footer {
        display: none;
    }
    .footer-nav.carousel-item {
        height: 100%!important;
    }
    .col-md-4>div {
        margin-top: 20px;
    }
    header.masthead .carousel-item{
        height: 90vh !important;
        max-height: 100% !important; 
    }
    #wrapper {right:0!important;}
    section#review .item p{height:initial;}
    section#review .item{margin-bottom:15px;}
    section#know-letsfunds h4.service-heading{font-size: 1.6em;line-height: 1.5em;}
    section#know-letsfunds .service-heading img{width:40px;}
    section h1, section#know-letsfunds h4{line-height: 1.2em;font-size: 2.5rem;}
    section#clients h2{line-height: 1em!important;}
}

.business-header {
    height: 50vh;
    min-height: 300px;
    background: url(../img/about-cover2.jpg) center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header.masthead {
    padding-top: 55px;
    /*padding-bottom: 50px;*/
    /* text-align: center; */
    color: #138d82;
    background: #18BC9C;
}

header.masthead img {
    display: block;
    margin: 0 auto 20px;
}

header.masthead .intro-text .name {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 2em;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
}

header.masthead .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

header.masthead .carousel-item {
    height: 80vh;
    min-height: 500px;
    max-height: 530px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

header.masthead .carousel-item:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    /* background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.5) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(50%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); */
}

#carouselSponsers img {
    width: 90%;
    padding: 0 35px;
    /*background-color: white;*/
/*     -webkit-filter: grayscale(100%);
filter: grayscale(100%); */
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#carouselSponsers img:hover {
    -webkit-filter: initial;
    filter: initial;
    transform: scale(1.05);
    transition-delay: 0.1s;
}
#carouselSponsers .owl-carousel{margin: 3em 0 6em 0;}

section#clients h2{font-size: 1.678em;color:#555;font-family: 'Kanit', sans-serif;font-weight:400;line-height:3em;}
section#clients hr{margin-top:4em;}
section#clients .sponsers .item{display:inline-block;margin:2em 0;}
section#clients .bank .item{display:inline-block;margin:2em 2em;}

.carousel-wrap {
    margin: 20px auto;
    padding: 0 5%;
    width: 98%;
    position: relative;
}



/* fix blank or flashing items on carousel */

.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}



/* end fix */

.owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 52px;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}

@media (min-width: 768px) {
    /*  header.masthead {
    padding-top: 200px;
    padding-bottom: 100px; }*/
    header.masthead .intro-text .name {
        font-size: 4.75em;
    }
    header.masthead .intro-text .skills {
        font-size: 1.75em;
    }
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 0;
    background: rgba(24, 188, 156, 0.9);
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    font-size: 20px;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    color: white;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media (min-width: 767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.portfolio-modal .modal-dialog {
    max-width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    border: none;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-dialog .modal-content {
    padding: 100px 0;
    border: 0;
    border-radius: 0;
}

.portfolio-modal .modal-dialog .modal-content h2 {
    font-size: 3em;
    margin: 0;
}

.portfolio-modal .modal-dialog .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-dialog .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    cursor: pointer;
    background-color: transparent;
}

.portfolio-modal .close-modal:hover {
    opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
    /* Safari and Chrome */
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #2C3E50;
}

.portfolio-modal .close-modal .lr .rl {
    /* Safari and Chrome */
    z-index: 1052;
    width: 1px;
    height: 75px;
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #2C3E50;
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #eeeeee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    font-size: 1.5em;
    position: relative;
    z-index: 1;
    padding-right: 0;
    padding-left: 0;
    resize: none;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none !important;
}

.floating-label-form-group label {
    font-size: 0.85em;
    line-height: 1.764705882em;
    position: relative;
    z-index: 0;
    top: 2em;
    display: block;
    margin: 0;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease;
    -moz-transition: top 0.3s ease, opacity 0.3s ease;
    -ms-transition: top 0.3s ease, opacity 0.3s ease;
    transition: top 0.3s ease, opacity 0.3s ease;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
}

.floating-label-form-group:not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eeeeee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18BC9C;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eeeeee;
}

section#contact {
    background-color: #222222;
    background-image: url('../img/map-image.png');
    background-position: center;
    background-repeat: no-repeat;
}

section#contact .section-heading {
    color: white;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #29daac;
    box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
    font-family: 'Pridi', "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}

section#contact :-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Pridi', "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}

section#contact ::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Pridi', "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}

section#contact :-ms-input-placeholder {
    font-family: 'Pridi', "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}

section#contact .text-danger {
    color: #e74c3c;
}

section#services h3 {
    font-size: 1.125em;
    padding-bottom: 10px;
}
section#services .contact {
    margin-bottom: 40px;
}
section#services .contact a {
    color: black;
}
section#services .contact span h3 {
    display: inline;
    font-size: 1em;
}
section#services .contact .company-name {
    vertical-align: baseline;
}
section#services .qrcode {
    margin-top: 20px;
}

@media (min-width: 992px) {
    section#services .qrcode {
        position: absolute;
        margin-left: 260px;
        margin-top: -90px;
        height: 200px;
    }
}

footer {
    padding: 50px 0;
    text-align: center;
    background-color: #eee;
}

.footer-nav {
    background-color: #333;
    font-family: 'Pridi', "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #138d82;
    font-size: 22px;
    text-align: left;
    padding-left: 10%;
    line-height: 40px;
}

.footer-nav a {
    color: #000;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}

.footer-nav a:hover {
    color: #138d82;
    text-decoration: none;
}

.footer-nav a:focus {
    color: #29daac;
    text-decoration: none;
}

.display-block {
    display: block;
}

.footer {
    color: #fff;
    text-align: center;
    padding: 10px;
    position: relative;
    /* background-color: rgba(255, 255, 255, 0.1); */
    background-color:#16b283;
    margin-top: -60px;
}

.footer-nav.carousel-item {
    height: 40vh;
    min-height: 330px;
    background: url('/storage/app/media/bg-footer.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.footer span.copyright {
    line-height: 40px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-transform: none;
}

.footer ul.quicklinks {
    margin-bottom: 0;
    line-height: 40px;
    font-family: 'Pridi', "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-transform: none;
}

.footer ul.quicklinks a {
    color: #fff;
}

.footer ul.quicklinks a:hover {
    color: #eee;
    text-decoration: none;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    background-color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    color: #16b283;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #29daac;
    color:#fff;
}

.footer .list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}




/*footer {
    color: white;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2C3E50;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #2c3e50;
}*/


/*[class*='col-'] {
    float: left;
}*/

.show-box {
    width: 100%;
    height: 100%;
    float: left;
    border: 1px solid rgba(0, 0, 0, 0.04);
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #fff;
    display: block;
    border-radius: 4px;
}

.show-box .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}

/* service */
.show-service:hover{
    cursor: pointer;
}
.show-service img {
    transition: all 0.3s ease-in-out;
}

.show-service .mask {
    /*   background-image: url(https://subtlepatterns.com/patterns/gplaypattern.png); */
    background-color: rgba(0, 149, 44, 0.7);
    transform: translateY(88%);
    opacity: 1;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 0 7px #ccc;
}

.show-service h2 {
    font-size: 1.1rem;
    font-weight: normal;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px;
    margin: -20px -30px;
    margin-bottom: 15px;
    color: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
}

.show-service:hover h2 {
    padding: 20px;
    font-size: 1.5rem;
    font-weight: bold;
}

.show-service p {
    opacity: 0;
    color: #333;
    transition: all 0.2s linear;
}

.show-service a.more {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000;
    position: relative;
    border-radius: 7px;
}

.show-service a.more:hover {
    background-color: #444;
}

.show-service:hover .mask {
    transform: translateY(0px);
}

.show-service:hover img {
    /*   transform: translateY(-100%); */
    transform: scale(1.1);
    transition-delay: 0.1s;
}

.show-service:hover p {
    opacity: 1;
    transition-delay: 0.4s;
}

@media only screen and (max-width: 767px) {

    .mobile-clear {
        clear: both;
    }
}

.block-service .detail-user {
    width: 100%;
    padding: 20px 30px;
}




/*.block-service .wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 120%
}*/

.block-service .detail-user .detail-list {
    text-align: left;
    margin: 0 0;
    margin-top: 16px;
    padding: 0 20px;
    list-style-type: circle;
    color: #fff;
    font-size: 20px;
    font-family: 'Kanit', sans-serif;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #bedf48;
}

.section-heading-spacer.primary {
    border-top: 3px solid #00b183;
}

section#agreement .section-heading-spacer {
    border-top: 3px solid #00b183;
}

section#agreement p {
    color: #4c4c4c;
}


.read-more {
    color: black;
    font-weight: bold;
    font-family: 'Pridi', "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.read-more:hover {
    text-decoration: none;
}

.arrow-more {
    color: #bedf48;
    font-size: 1.5rem;
    position: relative;
    top: 2px;
    left: -3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.read-more:hover .arrow-more {
    margin-left: 2px;
    color: #18BC9C;
}

.custom-icon {
    background: #fff;
    border-radius: 100%;
    border: 2px solid #e3e3e3;
    color: #00b183;
    display: table-cell;
    font-size: 45px;
    height: 100px;
    padding: 20px;
    text-align: center;
    transition: .5s;
    vertical-align: middle;
    width: 100px;
}

.custom-icon:hover {
    background: #00b183;
    border: 2px solid #00b183;
    color: #fff;
}

.fix-editor {
    display: none;
}

.icon-wrapper {
    display: inline-block;
    margin: 20px;
}

p.text-muted {
    /*margin-top: -10px;*/
    color: #000 !important;
    font-size:16.5px;
    font-weight: 300;
    text-align:left;
    /* text-align: justify; */
}

.col-half-offset {
    margin-left: 5%;
}

.btn-outline {
    font-size: 20px;
    margin-top: 15px;
    transition: all 0.3s ease-in-out;
    color: white;
    border: solid 2px white;
    background: transparent;
}

.btn-outline.active,
.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover {
    color: #18BC9C;
    border: solid 2px white;
    background: white;
}

.btn-primary {
    font-weight: 700;
    color: white;
    border-color: #2C3E50;
    background-color: #2C3E50;
}

.btn-primary.focus,
.btn-primary:focus {
    color: white;
    border-color: black;
    background-color: #1a252f;
}

.btn-primary:hover {
    color: white;
    border-color: #161f29;
    background-color: #1a252f;
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    color: white;
    border-color: #161f29;
    background-color: #1a252f;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
    color: white;
    border-color: black;
    background-color: #0d1318;
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    border-color: #2C3E50;
    background-color: #2C3E50;
}

.btn-primary .badge {
    color: #2C3E50;
    background-color: white;
}

.btn-success {
    font-weight: 700;
    color: white;
    border-color: #18BC9C;
    background-color: #18BC9C;
}

.btn-success.focus,
.btn-success:focus {
    color: white;
    border-color: #0a4b3e;
    background-color: #128f76;
}

.btn-success:hover {
    color: white;
    border-color: #11866f;
    background-color: #128f76;
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
    color: white;
    border-color: #11866f;
    background-color: #128f76;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
    color: white;
    border-color: #0a4b3e;
    background-color: #0e6f5c;
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    border-color: #18BC9C;
    background-color: #18BC9C;
}

.btn-success .badge {
    color: #18BC9C;
    background-color: white;
}

.btn-social {
    font-size: 20px;
    line-height: 45px;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 2px solid white;
    border-radius: 100%;
}

.btn.active,
.btn:active,
.btn:focus {
    outline: none;
}






/************************/
/* Additional Custom Css*/
/************************/


/* Custom Carousel */
.carousel-indicators {
    left: 13%;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: white;
}
.carousel-indicators .active {
    background-color: #BDDF47;
}
.carousel-caption,
.carousel-caption p {
    font-family: 'Pridi', "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.carousel-caption {
    text-align: left;
    padding-left: 40%;
    top: 180px;
}
.carousel-title {
    font-weight: 400;
    /* color: #00B183; */
    color: #00e183;
    display: block;
    text-shadow: 2px 2px 4px #000;
}
.carousel-content1 {
    display: inline-block;
    max-width: 400px;
}
.carousel-content2 {
    padding-top: 10px;
}


/* hr custom text*/
.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    transform: translate(-50%, 0%);
    top: -10px;
    left: 50%;
    padding: 0 1em;
    line-height: 1.5em;
     /*this is really the only tricky part, you need to specify the background color of the container element...*/
    color: #818078;
    background-color: #fcfcfa;
}


/* Facebook Login Button */
.form-wrapper button.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 1em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF;
}
.form-wrapper button.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.form-wrapper button.loginBtn:focus {
  outline: none;
}
.form-wrapper button.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}



/* Facebook */
.loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}


/* Business Danger Gauge*/
.chart-box{
  background-color: #fff;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 20px;
  position: relative ;
  width: 200px ;
  height: 100px;
  margin: auto;
}
.chart-needle-image {
  display: block ;
  position: absolute ;
  width: 100px;
  bottom: -15px;
  right: calc(50% - 18px);
  transform-origin: 83px 16.86px;
  transform: rotate(0deg);
  transition: .3s;
}
.gauge-text {
    margin-top: 20px;
    margin-bottom: 20px;
}



/* circle graph */
.circle-graph .content,
.circle-graph-non-featured .content {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 100;
} 

.circle-graph .content h1 {
    color: #00B183;
    font-family: 'Kanit', sans-serif;
    /*font-size: 20px;*/
    margin-left: 16px;
    margin-top: 10px;
}

.circle-graph-non-featured h1 {
    color: #939393;
}

#stepGov2 h2 {
    margin-top: 10px;
}
#stepGov2 p {
    font-family: 'Pridi', "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*margin-bottom: 20px;*/
    color: #464646;
    margin-top: -10px;
}
#stepGov2 button {
    background-color: #2ba886;
    color: #fff;
    padding: 10px 16px;
    border: 2px solid;
    font-size: 1em;
    font-weight: 400;
}   

#stepGov2 button.btn-lg {
    font-size: 1.5em;
    padding: 0.3em 3em;
}
#stepGov2 .project-card {
    background-color: #F6F6F6;
    padding: 30px; 
    margin-bottom: 20px;
    border: 1px solid #E1E1E1;
}
#stepGov2 .project-img {
    max-width: 280px;
    border: 0px solid #E1E1E1;
    -webkit-filter: blur(0px); /* Safari 6.0 - 9.0 */
    filter: blur(0px);
}
#stepGov2 .project-img-fourth {
        max-width: 280px;
        border: 0px solid #E1E1E1;
        -webkit-filter: blur(0px); /* Safari 6.0 - 9.0 */
        filter: blur(0px);
}
#stepGov2 button.btn-secondary {
    font-weight: 700;
    color: #2ba886;
    border-color: #2ba886;
    background-color: rgba(255,255,255,0);
}

#stepGov2 .badge {
    background-color: #2ba886;
    font-weight: 400;
    position: absolute;
    right: 22px;
    top: 0;
    border-radius: 0;
}
#stepGov2 .badge i{
    color: yellow;
    margin: 40px 0 10px;
}
#stepGov2 .badge p {
    color: white;
    margin:4px;
}

span.green-sm {
    color: #00B183;
}
span.green-lg {
    color: #00B183;
    font-size: 1.5em;
}
span.black {
    color: black;
}


#stepGov2 .project-card:nth-child(0):after {
    content: '';
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    background-color: #00B183;
}


#stepGov2 .register-cta p {
    margin: 5px;
}
.register-cta h2 {
    color: #00B183;
}