
/*---------------------------------------------------------------

  Project Name: Pounten - Business One Page HTML5 Template
  File Name: style.css
  Author: Khai Tawng
  Author URI: http://khaitawng.com
  Version: 1.0.0

------------------------------------------------------------------*/
/*----------------------------------------------------------------

// Table of contents //

        BODY
    0.  TYPOGRAPHY
    1.  BUTTONS
    2.  GENERAL
    3.  PRE LOADER
    4.  MENU
    5.  HOME
    6.  SERVICE
    7.  ABOUT
    8.  PROJECT
    9.  BLOG
    10. CONTACT
    11. FOOTER
    12. SOCIAL ICON
    13. MOBILE RESPONSIVE STYLE

------------------------------------------------------------------*/




body {
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

html, body {
  width: 100%;
  height: 100%;
}


/*---------------------------------------
  0 TYPOGRAPHY              
-----------------------------------------*/

h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
}

h1 {
  font-size: 35px;
  line-height: 35px;
  margin: 0;
}



h2 {
  color: #252525;
  font-size: 28px;
  line-height: 20px;
}

h3 {
  color: #454545;
  font-size: 18px;
  line-height: 30px;
}

p {
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 23px;
}


/*---------------------------------------
  1 BUTTONS               
-----------------------------------------*/

.section-btn {
  border: 2px solid #ff6347;
  position: relative;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  letter-spacing: 0.5px;
  padding: 10px 28px;
  border-radius: 100px;
  margin-top: 25px;
}

.section-btn:focus,
.section-btn:hover {
  background: #ff6347;
  color: #ffffff;
}


/*---------------------------------------
  2 GENERAL               
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
}

a {
  color: #ff6347;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #000000;
  outline: none;
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar{
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #252525;
}

.section-title {
  position: relative;
  padding-bottom: 2em;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

#service, 
#service_features,
#project, 
#testimonial,
#contact {
  text-align: center;
}

#service, #about,

#project, #testimonial,
#blog, #contact, .#service_features footer {
  padding-top: 80px;
  padding-bottom: 80px;
}

#about, 
#blog, footer {
  background: #f9f9f9;
}


/*---------------------------------------
  3 PRE LOADER              
-----------------------------------------*/

.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;
}

.spinner {
  border: 1px solid transparent;
  border-radius: 5px;
  position: relative;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #959595;
  border-top-color: #ffffff;
  animation: spinner .9s linear infinite;
}

@-webkit-@keyframes spinner {
  to {transform: rotate(360deg);}
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}


/*---------------------------------------
  4 MENU             
-----------------------------------------*/

.custom-navbar {
  margin-bottom: 0;
  background-color: #101010;
}

.custom-navbar .navbar-brand {
  color: #f9f9f9;
  font-weight: normal;
  font-size: 22px;
  margin-top: -7px;
}

.custom-navbar .nav li a {
  font-size: 16px;
  font-weight: normal;
  color: #d9d9d9;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  padding: 0;
  margin: 20px 15px 15px 15px;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #ffffff;
}

.custom-navbar .navbar-nav li a:after {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 2px;
  margin: auto;
  background: transparent;
  transition: width .3s ease, background-color .3s ease;
}

.custom-navbar .navbar-nav li a:hover:after,
.custom-navbar .nav li.active > a:after {
  background: #ffffff;
  width: 100%;
  color: #ffffff;
}

.custom-navbar .nav li.active > a {
  background-color: transparent;
  color: #ffffff;
}

.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
}

.custom-navbar .navbar-toggle {
  background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: #f9f9f9;
  border-color: transparent;
}

@media(min-width:768px) {
  .custom-navbar {
    background: 0 0; 
    padding: 20px 0;
  }
  .custom-navbar.top-nav-collapse {
    background: #101010;
    padding: 10px 0;
  }
}


/*---------------------------------------
  5 HOME             
-----------------------------------------*/

#home {
  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;
  height: 100vh;
  position: relative;
  padding-top: 5em;
  color: #ffffff;
}


#home .overlay {
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.home-text {
  position: relative;
  z-index: 2;

}




.scroll{
  position: absolute;
  margin-left: 50%;
  margin-top: 44%;
}






/*---------------------------------------
  6 SERVICE             
-----------------------------------------*/
#service {
    /*background: url(../images/features.jpg);*/
    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;
    /*height: 85vh;*/
    position: relative; 
    padding-top: 5em;
    color: #ffffff;
	padding-bottom:3em;
}



.service-thumb {
  margin-top: 20px;
}

.m60{
	margin-top:70px;

}

#service h2 {
  margin-bottom: 10px;
  color: #ffffff;
  font-size:24px;
}

#service h3, #service p {
  color: #ffffff;

}

.service-thumb .fa {
  background: #f9f9f9;
  border-radius: 50%;
  font-size: 45px;
  color: #252525;
  width: 115px;
  height: 115px;
  line-height: 115px;
  text-align: center;
}




/*---------------------------------------
  7 ABOUT          
-----------------------------------------*/

#about {
  padding-top: 100px;
  padding-bottom: 100px;
}

#about .section-title {
  padding-bottom: 15px;
}

.about-thumb h2 {
  margin-top: 0;
}

.skill-thumb {
  padding-top: 30px;
}

.skill-thumb strong {
  display: inline-block;
  font-weight: normal;
  padding-bottom: 10px;
}

.skill-thumb .progress {
  background: #ff6347;
  border-radius: 0;
  box-shadow: none;
  height: 2px;
}

.skill-thumb .progress-bar-primary {
  background: #252525;
}

.demo_player{
    width: 100%;
    height: 47em;
    position: relative;
    margin: 0 auto;
    text-align: center;
	margin-bottom: 18em;
}

.demo_player button#dm-submit {
    background: #3cbfb1;
    border-radius: 100px;
    border: none;
    color: #ffffff;
    font-weight: normal;
    letter-spacing: 0.2px;
    height: 50px;
	width: 50%;
    margin: 0 auto;
	line-height: 42px;
}



/*---------------------------------------
  8 PROJECT              
-----------------------------------------*/
#project {
  /*background:url(../images/about.jpg);*/
  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;
  height: 100vh;
  position: relative;
  /*padding-top: 5em;*/
  color: #ffffff;
}




/*---------------------------------------
  9 BLOG              
-----------------------------------------*/
#blog{
	padding-top: 80px;
	padding-bottom: 5em;
}


#blog .section-title {
  text-align: center;
}

#blog-header {
  background: #101010;
  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;
  height: 65vh;
  color: #ffffff;
  position: relative;
}

#blog-header h2 {
  color: #ffffff;
}

#blog-detail {
  padding-top: 100px;
  padding-bottom: 100px;
}

.blog-thumb {
  background: #ffffff;
}

.blog-thumb .blog-image-hover {
  display: block;
  overflow: hidden;
}

.blog-thumb small {
  font-weight: bold;
  letter-spacing: 0.5px;
  display: block;
}

.blog-thumb h4 {
  margin-top: 2px;
  margin-bottom: 0px;
}

.blog-info {
  padding: 35px 25px;
}

.blog-info h2 {
  font-size: 20px;
  margin: 0;
  text-transform: capitalize;
  padding-bottom: 0;
}

.blog-info h2 a {
  color: #434343;
}

.blog-thumb ul {
  margin: 32px 12px 22px 0px;
}

.blog-thumb ul li {
  list-style: square;
  font-weight: normal;
  padding: 4px 12px 4px 0px;
}

.blog-social-share {
  text-align: center;
  padding-top: 22px;
}

.blog-social-share .btn {
  border-radius: 100px;
  border: none;
  font-size: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 20px 6px;
  padding: 10px 16px;
}

.blog-social-share .btn-primary {
  background: #3b5998;
}

.blog-social-share .btn-success {
  background: #1da1f2;
}

.blog-social-share .btn-danger {
  background: #dd4b39;
}

.blog-social-share a .fa {
  padding-right: 4px;
}

.blog-ads {
  background: #f9f9f9;
  border-right: 4px solid #2b2b2b;
  padding: 42px;
  text-align: center;
  margin: 26px 0 26px 0;
}

.blog-ads h4 {
  font-size: 18px;
}


/*---------------------------------------
  10 CONTACT             
-----------------------------------------*/

#contact .text-success,
#contact .text-danger {
  display: none;
  padding: 0 0 5px 20px;
}

#contact .form-control {
  border: 2px solid #f0f0f0;
  box-shadow: none;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 22px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#contact .form-control:focus {
  border-color: #d9d9d9;
}

#contact input {
  height: 50px;
}

#contact button#cf-submit {
  background: #3cbfb1;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0.2px;
  height: 50px;
  width:80%;
  margin: 0 auto;
  line-height:42px;
}


/*---------------------------------------
  11 FOOT            
-----------------------------------------*/

#foot{
  width: 100%;
  height: 100px;
  background-color: #f9f9f9;
  text-align: center; margin-top: 10px;
  font-size:14px;
}




