@font-face {font-family: "Microgramma";
    src: url("../fonts/MICROGME.eot");
    src: url("../fonts/MICROGME.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MICROGME.woff") format("woff"),
    url("../fonts/MICROGME.ttf") format("truetype"),
    url("../fonts/MICROGME.svg#Microgramma") format("svg");
}

@font-face {font-family: "Ubuntu";
    src: url("../fonts/Ubuntu-R.eot");
    src: url("../fonts/Ubuntu-R.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Ubuntu-R.woff") format("woff"),
    url("../fonts/Ubuntu-R.ttf") format("truetype"),
    url("../fonts/Ubuntu-R.svg#Microgramma") format("svg");
}

@font-face {font-family: "Ubuntu Black";
    src: url("../fonts/Ubuntu-B.eot");
    src: url("../fonts/Ubuntu-B.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Ubuntu-B.woff") format("woff"),
    url("../fonts/Ubuntu-B.ttf") format("truetype"),
    url("../fonts/Ubuntu-B.svg#Microgramma") format("svg");
}


body {
    background: #ffffff;
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
	}

html,body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 100%;
}


/* Typography */
h1,h2,h3,h4 {
  font-weight: 300;
  letter-spacing: 1px;
}

h1 {
  font-size: 4rem;
}
#home h1 {
   padding-bottom: 8px;
}

h2 {
  color: #333;
  letter-spacing: 3px;
  margin-top: 8px;
}

h3 {
  color: #444;
  letter-spacing: 2px;
  padding-bottom: 10px;
}

h5 {
  color: #444;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 4px;
}

p {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 28px;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}



/* All Section styles */
#feature,
#clients,
#about,
#divider,
#portfolio,
#testimonial,
#values,
#separator,
#clients,
#contact {
  color: #656565;
  padding-top: 100px;
  padding-bottom: 100px;
}

#team{
  padding-top: 100px;
  padding-bottom: 100px;
}

#feature,
#clients,
#divider,
#portfolio,
#team,
#contact {
  background: #ffffff;
}

#about, #clients {
  background: rgb(250,250,250);
}

footer {
  background: #14617D;
}

#clients,
#values,
#separator,
#team,
#portfolio,
#team,
#testimonial,
footer {
  text-align: center;
}



/* section title */
.section-title {
  padding-bottom: 50px;
  font-family: "Microgramma";
  font-weight: 700;

}
#about .section-title,
#contact .section-title {
  padding-bottom: 22px;
  font-weight: 700;
}

#about .section-title h2{
  color: #000000;
  font-family: "Microgramma";
  font-weight: 700;
}

#values .section-title h2{
  font-family: "Microgramma";
  font-weight: 700;
}

#portfolio .section-title {
  color: #000000;
  padding-bottom:1.5em;

}

#portfolio .section-title h2{
  color: #000000;
  font-family: "Microgramma";
  font-weight: 700;
}

#team .section-title h2{
  text-align: center;
  font-weight: 700;
}

#contact .section-title h2{
  text-align: center;
  font-weight: 700;
}





/* Preloader section  */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  background-color: #0A214F;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }



/* Navigation section */
.navbar-default {
    background: #ffffff;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
    margin: 0 !important;
    font-family: "Ubuntu";
    /* opacity: 0.5;*/

}

.navbar-default #home  {
        background-color: transparent;

}

.navbar-default .navbar-brand {
  color: #0D8BB7;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 40px;
  margin: 0;
}
.navbar-default .navbar-brand span {
  color: #000;
}

.navbar-default .navbar-nav li a {
    color: #14617D;
    font-size: 13px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav > li a:hover {
    color: #14617D !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #14617D;
    background-color: transparent;
    font-weight: 700;



}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #0A214F;
    background-color: transparent;
    font-weight: 900;

}


.navbar-default .navbar-toggle {
     border: none;
     padding-top: 10px;
  }

.navbar-default .navbar-toggle .icon-bar {
    border-color: transparent;
  }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  background-color: transparent;
}

.navbar-default  .active >  #home,
.navbar-default  .active >  #home:hover,
.navbar-default  .active >  #home:focus {
    opacity: 0.5;
}

/* Home section */
#home {
  background: 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
        align-items: center;
  text-align: center;
  height: 100vh;
}

#home img {
  text-align: center;
  padding-bottom: 10px;
}

#home p {
  font-size: 2em;
  padding-top: 0.5em;
  font-family: "Microgramma";
}

#home a {
  color: #0D8BB7;
  font-size: 64px;
}

#home .btn {
  background: #ffffff;
  border: 3px solid #ffffff;
  border-radius: 2px;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 13px 30px;
  margin-top: 24px;
  transition: all 0.4s ease;
  text-transform: uppercase;
}

#home .btn-default {
  background: transparent;
  color: #ffffff;
  margin-right: 10px;
}

#home .btn-default:hover {
  background: #ffffff;
  color: #333;
}

#home .btn-success {
  background: #ffffff;
  color: #333;
}

#home .btn-success:hover {
  background: #333;
  border-color: transparent;
  color: #ffffff;
}



/* Feature section */
#feature {
  border-bottom: 1px solid #f9f9f9;
}

#feature h3{
  font-family: "Microgramma";
}


#feature .btn {
  background: #282828;
  border: 3px solid #282828;
  border-radius: 2px;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 13px 30px;
  margin-top: 34px;
  transition: all 0.4s ease;
  text-transform: uppercase;
}
#feature .btn:hover {
  background: transparent;
  color: #282828;
}



/* Values section */
#values {
  background: url('../images/wt-bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
}

#values .section-title h2{
    letter-spacing: 0.5em;
}

#values .fa {
  font-size: 2em;
  padding-bottom: 10px;
}


#values h2 {
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

#values h3 {

  padding-bottom: 1.5em;
  color: #ffffff;
  font-weight: 400;
}

#values .btn {
  background: transparent;
  border-color: transparent;
  color: #888;
  letter-spacing: 4px;
  transition: all 0.4s ease-in-out;
  margin-top: 10px;
}
#values .btn:hover {
  color: #333;
}

#values a {
  padding-bottom: 50px;
}

/* Clients section */


#clients .team-thumb {
  width: 100%;
  position: relative;
  padding-top:2em;
  padding-bottom:2em;
}

#clients .icon {
  color: #555;
  font-size: 40px;
  padding-bottom: 20px;
}

#clients h3 {
  padding-bottom: 10px;
}

#clients .btn {
  background: transparent;
  border-color: transparent;
  color: #888;
  letter-spacing: 4px;
  transition: all 0.4s ease-in-out;
  margin-top: 10px;
}
#clients .btn:hover {
  color: #333;
}

#clients a {
  padding-bottom: 50px;
}


/* About section  */
#about {
  position: relative;
}

#about img {
  position: absolute;
}


#about h3 {
  color: #0D8BB7;
  font-weight: 700;
}

/* Divider section  */
#divider h2 {
  padding-bottom: 16px;
}

#divider .btn {
  background: transparent;
  border-color: transparent;
  color: #888;
  letter-spacing: 4px;
  transition: all 0.4s ease-in-out;
  margin-top: 10px;
}
#divider .btn:hover {
  color: #333;
}

#divider strong {
  color: #555;
  font-weight: 400;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 2px;
}

#divider .progress {
  background: #ffffff;
  border-radius: 0px;
  box-shadow: none;
  height: 4px;
}
#divider .progress .progress-bar-danger {
  background: #555;
}

/* Color Divider section */
#separator {
  background: url('../images/itm-bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
}

#separator h2 {
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

#separator .fa {
  font-size: 32px;
  padding-bottom: 22px;
}

#separator p {
  color: #777;
  font-size: 18px;
  font-weight: 400;
}

/* Team section */
#team h3 {
  padding-bottom: 0px;
}

#team h4 {
  color: #666;
  padding-bottom: 10px;
}

#team .team-thumb {
  width: 100%;
  position: relative;
  padding-top:1.5em;
  padding-bottom:1.5em;
}

#team .team-des {
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100px;
  overflow: hidden;
  transition: height 450ms;
}
#team .team-thumb:hover .team-des {
  height: 180px;
  background-color: #f0f0f0;
  padding-top: 12px;
}

.centrar-box{
   position: absolute!important;
    top: 50%!important;
    left: 50% !important; 
}

/* Portfolio section */

#portfolio h1 {
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  letter-spacing: 0.2em;
  padding: 20px;
  opacity: 1;
}

#portfolio h2 {
  font-family: "Ubuntu Black";
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  opacity: 1;
}

#portfolio h3 {
  font-family: "Ubuntu Black";
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  opacity: 1;
}

#portfolio h5 {
  color: #000000;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#portfolio .psubtitle {
  padding-top:3em;
}

#portfolio .portfolio-thumb {
  position: relative;
  overflow: hidden;
  margin: 0;
} 

#portfolio .portfolio-thumb .portfolio-overlay {
  background: #14617D;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#portfolio .portfolio-thumb:hover .portfolio-overlay {
    opacity: 0.8;
}

#portfolio .portfolio-thumb .portfolio-overlay .portfolio-item {
    text-align: center;
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
      -ms-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%);
}


/*filter css*/
.filter-wrapper {
    width: 100%;
    margin-bottom: 2em;
    overflow: hidden;
}

.filter-wrapper li {
    display: inline-block;
}

.filter-wrapper li a {
    color: #666;
    font-size: 0.8em;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 8px 17px;
    margin-right: 30px;
    margin-left: 0px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.filter-wrapper li a:hover,
.filter-wrapper li a:focus {
  color: #0A214F;
  font-weight: 700;
}




/*isotope box css*/
.iso-box-section {
    width: 100%;
}

.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}

.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}

.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
} 

.fluid-img {
    width: 100%;
    display: block;
}






/* Testimonial section  */
#testimonial {
  background: url('../images/testimonial-bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
}

#testimonial h3 {
  color: rgba(250,250,250,0.8);
}

#testimonial .fa {
  font-size: 32px;
  padding-bottom: 22px;
}

#testimonial p {
  color: #777;
  font-size: 18px;
  font-weight: 400;
}



/* Contact section  */


#contact .right {
    text-align: right;
    padding-right: 2em;
}

#contact .left {
    text-align: left;
    padding-left: 2em;
}

#contact .contact-detail {
  padding-top: 18px;
}

#contact h4{
  font-size: 1em;
  font-weight: 900;
  color: #000000;
  font-family: "Microgramma";
  padding-top: 1em;
}

#contact h5{
  font-weight: 400;
  color: #000000;
  font-family: "Ubuntu";
  padding-bottom: 2em;
}

#contact .web {
  text-align: center;
  padding-top: 3.5em;
}

#contact .web a{
  font-size: 3em;
  font-weight: 900;
  color: #000000;
  font-family: "Microgramma";
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;

}

#contact a:hover {
  -webkit-filter: drop-shadow(2px 2px 2px grey);filter: drop-shadow(2px 2px 2px grey);
}


#contact p {
  line-height: 1.6em;
}

#contact b {
  font-family: "Ubuntu";
}

#contact h3 {
  font-family: "Microgramma";
  padding-bottom: 0em;
}

  #contact .contact-detail img{
    padding-top: 15px;
  }




/* Footer section  */
footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

footer p {
  color: #ffffff;
}



/* social icon section  */
.social-icon {
  padding: 0;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
}

.social-icon li a {
  border-radius: 2px;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 12px;
  margin-right: 10px;
}

.social-icon li a:hover {
  background: #ffffff;
  color: #0A214F;
}

/* Box Pages */

#box h2
{
 padding-bottom: 0em !important;;
}

#box h3
{
  font-weight: 600;
}

#box ul li
{
  font-weight: 500;
  color: #ffffff;
}

/* Mobile Responsive */
@media (max-width: 980px) {

  #home {
    height: 55vh;
  }

  #about img {
    position: relative;
    padding-top: 22px;
  }

  #team .team-thumb:last-child {
    margin-top: 42px;
  }

}


@media (max-width: 900px) {

  h1 {font-size: 3rem;}

}


@media (max-width: 768px) {

  .navbar-default .navbar-brand {
    height:50%;
  }
  .navbar-default .navbar-nav li a {
    line-height: 32px;
  }

  #clients.col-md-4,
  #divider .col-md-5:first-child,
  #team .team-thumb {
    padding-bottom: 42px;
  }

  .filter-wrapper {
    padding: 0px;
  }

  #contact .web a{
    font-size: 5vw;
    text-align: center;
  }

}

@media (max-width: 767px) {


.iso-box {
    padding-left: 25%;
    padding-right: 25%;
}

  #team  img{
    padding-left: 25%;
    padding-right: 25%;
  }

  #contact .contact-detail {
    text-align: center;
  }

  #contact .contact-detail img{
    padding-left: 15%;
    padding-right: 15%;
  }

}


@media (max-width: 650px) {

  #home {
    height: 100vh;
  }

  #home img {
    text-align: center;
    padding-bottom: 10px;
    height:90%;
    width:90%;
  }

  #feature, #clients, 
  #about, #divider, 
  #team, #portfolio, 
  #testimonial, #contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }


}

