

body {
		background: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
		font-weight: 300;
    overflow-x: hidden;
}


/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/

h1,h2,h3,h4,h5,h6 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -1px;
}

h1,h2 {
  font-weight: bold;
}

h1 {
    font-size: 62px;
    padding-bottom: 14px;
    margin-bottom: 0px;
}

h2 {
  font-size: 42px;
  line-height: 52px;
  margin-top: 0px;
}

h3 {
  font-size: 26px;
  line-height: 32px;
  padding-bottom: 6px;
}

h4 {
  color: #999;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 6px;
}

h5 {
  color: #666666;
}

p {
    color: #616161;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.2px;
}

.btn-success:focus {
  background-color: #000;
  border-color: transparent;
}

.section-btn {
  background-color: #000;
  border: 3px solid transparent;
  border-radius: 100px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.6px;
  padding: 12px 36px;
  margin-top: 22px;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
}

.section-btn:hover {
  background: transparent;
  border-color: #000;
  color: #000;
}

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



/*---------------------------------------
    General               
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
}

a {
  color: #4d638c;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}
a:hover, a:active, a:focus {
  color: #4d638c;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.section-title {
  position: relative;
  padding-bottom: 62px;
}

.section-title p {
  background: #f9f9f9;
  border-radius: 4px;
  color: #000000;
  display: inline-block;
  font-size: 13px;

}

#feature .section-title p,
#testimonial .section-title p {
    background: none;
    border-radius: 0px;
    color: #888;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.2px;
    padding: 0px;
}

#about,
#groupcompanies,
#contact {
  padding-top: 60px;
  padding-bottom: 0px;
  position: relative;
}




/*---------------------------------------
    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-wordpress.sk-spinner {
  background-color: #202020;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  position: relative;
  -webkit-animation: sk-innerCircle 1s linear infinite;
  animation: sk-innerCircle 1s linear infinite; 
}

.sk-spinner-wordpress .sk-inner-circle {
  display: block;
  background-color: #ffffff;
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 8px;
  top: 5px;
  left: 5px; 
}

@-webkit-keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }



/*---------------------------------------
    Navigation section              
-----------------------------------------*/

.custom-navbar {
    margin-bottom: 0;
    background-color: #101010;
}

.custom-navbar .navbar-brand {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 3rem;
    line-height: 35px;
}

.custom-navbar .nav li a {
    color: #ddd;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 40px;
    transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #ffffff;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.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: #ffffff;
    border-color: transparent;
}

@media(min-width:768px) {
    .custom-navbar {
        padding: 20px 0;
        border-bottom: 0;
        background: 0 0; 
    }
    .custom-navbar.top-nav-collapse {
        background: #101010;
        padding: 0;
    }

}



/*---------------------------------------
    Home section              
-----------------------------------------*/

#home {
    background: url('http://themes.khaitawng.com/Pomania/Youtube-Video/images/home-bg.jpg') 50% 0 repeat-y fixed;
    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;
    height: 100vh;
    position: relative;
    text-align: center;
}

#home .overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#home h4 a {
  color: #ffffff;
}

#home .home-arrow-down {
  text-align: center;
  position: absolute;
  bottom: -182px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#home .home-arrow-down .btn {
  font-size: 35px;
}

#home .home-arrow-down .fa {
  color: #ffffff;
  display: inline-block;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  animation-name: home-arrow-down;
  -o-animation-name: home-arrow-down;
  -ms-animation-name: home-arrow-down;
  -moz-animation-name: home-arrow-down;
  -webkit-animation-name: home-arrow-down;
  animation-duration: 2s;
  -o-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -o-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}
@-webkit-keyframes home-arrow-down {
  from {
    transform: translate3d( 0, 0px, 0  );
    -o-transform: translate3d( 0, 0px, 0  );
    -ms-transform: translate3d( 0, 0px, 0  );
    -moz-transform: translate3d( 0, 0px, 0  );
    -webkit-transform: translate3d( 0, 0px, 0  );
    filter: alpha(opacity=0 ) ;
    opacity: 0 ;
  }
  10% {
    transform: translate3d( 0, 5px, 0  );
    -o-transform: translate3d( 0, 5px, 0  );
    -ms-transform: translate3d( 0, 5px, 0  );
    -moz-transform: translate3d( 0, 5px, 0  );
    -webkit-transform: translate3d( 0, 5px, 0  );
    filter: alpha(opacity=100 ) ;
    opacity: 1 ;
  }
  to {
    transform: translate3d( 0, 30px, 0  );
    -o-transform: translate3d( 0, 30px, 0  );
    -ms-transform: translate3d( 0, 30px, 0  );
    -moz-transform: translate3d( 0, 30px, 0  );
    -webkit-transform: translate3d( 0, 30px, 0  );
    filter: alpha(opacity=0 ) ;
    opacity: 0 ;
  }
}
@-moz-keyframes round-animation-1 {
  from {
    transform: translate3d( 0, 0px, 0  );
    -o-transform: translate3d( 0, 0px, 0  );
    -ms-transform: translate3d( 0, 0px, 0  );
    -moz-transform: translate3d( 0, 0px, 0  );
    -webkit-transform: translate3d( 0, 0px, 0  );
    filter: alpha(opacity=0 ) ;
    opacity: 0 ;
  }
  10% {
    transform: translate3d( 0, 5px, 0  );
    -o-transform: translate3d( 0, 5px, 0  );
    -ms-transform: translate3d( 0, 5px, 0  );
    -moz-transform: translate3d( 0, 5px, 0  );
    -webkit-transform: translate3d( 0, 5px, 0  );
    filter: alpha(opacity=100 ) ;
    opacity: 1 ;
  }
  to {
    transform: translate3d( 0, 30px, 0  );
    -o-transform: translate3d( 0, 30px, 0  );
    -ms-transform: translate3d( 0, 30px, 0  );
    -moz-transform: translate3d( 0, 30px, 0  );
    -webkit-transform: translate3d( 0, 30px, 0  );
    filter: alpha(opacity=0 ) ;
    opacity: 0 ;
  }
}
@-webkit-keyframes home-arrow-down {
  from {
    transform: translate3d( 0, 0px, 0  );
    -o-transform: translate3d( 0, 0px, 0  );
    -ms-transform: translate3d( 0, 0px, 0  );
    -moz-transform: translate3d( 0, 0px, 0  );
    -webkit-transform: translate3d( 0, 0px, 0  );
    filter: alpha(opacity=0 ) ;
    opacity: 0 ;
  }
  10% {
    transform: translate3d( 0, 5px, 0  );
    -o-transform: translate3d( 0, 5px, 0  );
    -ms-transform: translate3d( 0, 5px, 0  );
    -moz-transform: translate3d( 0, 5px, 0  );
    -webkit-transform: translate3d( 0, 5px, 0  );
    filter: alpha(opacity=100 ) ;
    opacity: 1 ;
  }
  to {
    transform: translate3d( 0, 30px, 0  );
    -o-transform: translate3d( 0, 30px, 0  );
    -ms-transform: translate3d( 0, 30px, 0  );
    -moz-transform: translate3d( 0, 30px, 0  );
    -webkit-transform: translate3d( 0, 30px, 0  );
    filter: alpha(opacity=0 ) ;
    opacity: 0 ;
  }
}
@-moz-keyframes home-arrow-down {
  from {
    transform: translate3d( 0, 0px, 0  );
    -o-transform: translate3d( 0, 0px, 0  );
    -ms-transform: translate3d( 0, 0px, 0  );
    -moz-transform: translate3d( 0, 0px, 0  );
    -webkit-transform: translate3d( 0, 0px, 0  );
    filter: alpha(opacity=0 ) ;
    opacity: 0 ;
  }
  10% {
    transform: translate3d( 0, 5px, 0  );
    -o-transform: translate3d( 0, 5px, 0  );
    -ms-transform: translate3d( 0, 5px, 0  );
    -moz-transform: translate3d( 0, 5px, 0  );
    -webkit-transform: translate3d( 0, 5px, 0  );
    filter: alpha(opacity=100 ) ;
    opacity: 1 ;
  }
  to {
    transform: translate3d( 0, 30px, 0  );
    -o-transform: translate3d( 0, 30px, 0  );
    -ms-transform: translate3d( 0, 30px, 0  );
    -moz-transform: translate3d( 0, 30px, 0  );
    -webkit-transform: translate3d( 0, 30px, 0  );
    filter: alpha(opacity=0 ) ;
    opacity: 0 ;
  }
}



/*---------------------------------------
   Feature section              
-----------------------------------------*/

#feature h1 {
  padding-bottom: 22px;
}

#feature .container {
  width: 100%;
  padding: 0;
  margin: 0;
}

#feature .col-md-6 {
  background: #fefefe;
  padding-left: 0;
  margin: 0;
}

#feature .feature-img {
  background: url('../images/feature-img.jpg') no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
}

#feature .feature-thumb {
  padding: 62px 22px 22px 52px;
}



/*---------------------------------------
   About section              
-----------------------------------------*/

#about {
  background: #f9f9f9;
  border-top: 1px solid #f5f5f5;
  position: relative;
}

#about .col-md-3 {
  text-align: center;
}

#about .col-md-3 img {
  border: 8px solid #222;
  display: inline-block;
  padding: 8px;
}

#about .col-md-4 {
  text-align: right;
}



/*---------------------------------------
   Skills section              
-----------------------------------------*/

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

#skills .overlay {
    background: #020202;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.8;
}

#skills .progress {
  background: #ffffff;
  border-radius: 0px;
  box-shadow: none;
  height: 2px;
}

#skills .progress-bar-primary {
  background: #999;
}

#skills strong,
#skills span {
  font-weight: 400;
  display: inline-block;
  padding-bottom: 12px;
}



/*---------------------------------------
    Portfolio section              
-----------------------------------------*/

#portfolio {
  background: #f9f9f9;
  padding-top: 80px;
  position: relative;
}

#portfolio .container {
  width: 100%;
  padding: 0;
  margin: 0;
}

#portfolio .col-md-4 {
  padding: 6px;
  margin: 0;
}

#portfolio img {
  width: 100%;
}

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

.portfolio-item-hover {
  background: #000;
  position: absolute;
  overflow: hidden;
  z-index: 1;
  top: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-item-hover:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.portfolio-item-hover .fa {
  border: 2px solid #ffffff;
  border-radius: 100%;
  color: #ffffff;
  font-size: 36px;
  font-weight: normal;
  position: absolute;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  top:50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.portfolio-thumb a:hover .portfolio-item-hover {
  opacity: 0.8;
  transform: scale(1.1);
}

.portfolio-thumb a:hover .portfolio-item-hover:after {
  opacity: 1;
}

/*filter css*/
.filter-wrapper {
    width: 100%;
    padding: 0px;
    margin-bottom: 32px;
    overflow: hidden;
}

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

.filter-wrapper li a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 17px;
    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: #333;
}

/*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: 25px;
}

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

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

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}



/*---------------------------------------
    Service section              
-----------------------------------------*/

#service {
  background: #ffffff;
}

#service p {
  font-size: 18px;
  line-height: 30px;
}

#service .service-thumb {
  background: #f5f5f5;
  border-bottom: 2px solid #333;
  border-radius: 1px;
  padding: 42px 22px;
}

#service .service-thumb .fa {
  font-size: 82px;
}



/*---------------------------------------
   Team section              
-----------------------------------------*/

#team {
  background: #ffffff;
}

#team .team-thumb {
  border-radius: 1px;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 22px;
  position: relative;
  overflow: hidden;
}

#team .team-thumb h3 {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#team .team-thumb .social-icon li a {
  border-color: transparent;
  margin-top: 0px;
}

#team .team-overlay {
  background: rgba(250,250,250,0.7);
  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;
  text-align: center;
}

#team .team-thumb:hover .team-overlay {
  height: 160px;
  background: rgba(250,250,250,0.9);
}



/*---------------------------------------
   Testimonial section              
-----------------------------------------*/

#testimonial {
  background: url('../images/testimonial-bg.jpg') 50% 0 repeat-y fixed;
  background-size: cover;
  background-position: center center;
  padding-top: 100px;
}

#testimonial .overlay {
    background: #020202;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.8;
}

#testimonial h5 {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.4px;
}

#testimonial h2,
#testimonial p {
  color: #ffffff;
}

#testimonial .tst-author {
  margin-top: 32px;
  margin-bottom: 12px;
}



/*---------------------------------------
    Contact section              
-----------------------------------------*/

#contact {
  background: #ffffff;
}

#contact .contact-info {
  padding-top: 42px;
  padding-bottom: 42px;
}

#contact .form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: none;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:focus {
  border-bottom-color: #999;
}

#contact input {
  height: 50px;
}

#contact input[type="submit"] {
  border: 3px solid #000;
  border-radius: 40px;
  color: #000;
  padding-bottom: 10px;
}

#contact input[type="submit"]:hover {
  background: #000;
  color: #ffffff;
}

#contact a {
  color: #757575;
}

#contact .fa {
  padding-right: 10px;
}



/*---------------------------------------
   Footer section              
-----------------------------------------*/

footer {
    background: #151515;
    color: #ffffff;
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
}



/*---------------------------------------
   Social icon             
-----------------------------------------*/

.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
}

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

.social-icon li a {
    border: 2px solid #222;
    color: #999;
    border-radius: 100px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 22px 4px 10px 4px;
}

.social-icon li a:hover {
    border-color: #ffffff;
    color: #ffffff;
    transform: scale(1.1);
}



/*---------------------------------------
   Mobile Responsive         
-----------------------------------------*/

@media (max-width: 980px) {

 h1 {
  font-size: 58px;
 }

 #service .service-thumb {
    margin-bottom: 32px;
  }

}


@media screen and (min-width: 992px) {
  @-moz-document url-prefix() {
    #portfolio .col-lg-4,
    #portfolio .col-md-4 {
      width: 33.333%;
    }
  }    
}


@media (max-width: 768px) {

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 36px;
  }

  img {
    width: 100%;
  }

}


@media (max-width: 650px) {

  h1 {
    font-size: 36px;
  }

  h4 {
    line-height: 20px;
  }

  #home .home-arrow-down {
    bottom: -165px;
    left: 45%;
  }

}
