@charset "UTF-8";
/* *****************************************************************
[Table of Contents]

1. Main
2. Navigation
3. About
4. Portfolio
5. Slider
6. Introduction
7. Blog
8. Forms
9. Footer
***************************************************************** */

/* ****************************************************************
 * 1. Main
 * ***************************************************************/
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-family: 'Roboto', sans-serif;
  color: #777;
 overflow-x: hidden;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
main {
  flex: 1 0 auto;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
  color: #444;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #777;
}
a:hover, a:focus, button:focus {
  text-decoration: none;
  outline: none;
}
.hts-container{
  margin: 0 auto;
  max-width: 1200px;
  color:#444444;
}
.no-gutter > [class*='col'] {
  padding-right:1px;
  padding-left:1px;
  margin-top:0;
}
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 35px;
  width: 35px;
  display: none;
  text-align: center;
  border-radius: 50%;
  z-index: 50;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.scroll-to-top a {
  color: #fff;
  font-size: 14px;
  font-weight: bolder;
  padding-top: 8px;
  display: inline-block;
}
.scroll-to-top:hover {
  background-color:rgba(246,126,45,0.81);
}
.center-header {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.center-header h3 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 40px;
}
.center-header h4 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 28px;
}
@media only screen and ( max-width:767px ) {
  .center-header h4 {
    margin-top: -15px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 25px;
    font-size: 20px;
  }
  }
.center-line {
  width:100px;
  height: 2px;
  display: inline-block;
  margin: 13px auto;
}
.hts-header {
  margin-top: 70px;
  height: 150px;
  padding-top: 25px;
}
.hts-main{
  padding: 20px 0 20px;
}
.user-view a{
  margin-top:-25px
}
.btn-small {
  height: 24px;
  line-height: 24px;
  padding: 0 0.5rem;
}

.card-fixed {
  height: 320px !important;
}

/* *****************************************************************
 * 2. Navigation
 * ************************************************************** */
#navigation {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 70px;
  line-height: 70px;
}
#navigation nav {
  height: 70px;
  line-height: 70px;
  background-color: rgba(255,255,255,.95);
}
#navigation nav a {
  color: #777;
}
#navigation nav .main-nav li a {
  height: 70px;
  margin-top: -3px;
}
#navigation nav .brand-logo {
  position: relative;
  top: 5px;
  display: inline-block;
  height: 50px;
}
#navigation nav .brand-logo img {
  max-width: 180px;

}
#navigation nav .button-collapse {
  float: right;
}
#navigation nav .button-collapse i {
  height: 70px;
  line-height: 70px;
}
@media only screen and ( max-width:1050px ) {
  #navigation nav .main-nav {
    display: none !important;
  }
  #navigation nav a.button-collapse {
    display: block !important;
  }
  #navigation nav .brand-logo {
    left: 10px;
    top: 10px;
  }
  .hts-container{
    padding: 0 15px 0 15px;
  }
}
@media only screen and ( max-width:992px ) {
  #navigation nav .brand-logo {
    left: 110px;
    top: 10px;
  }
  #navigation nav.affix {
    opacity: .97;
  }
}
@media only screen and ( max-width:767px ) {
  #navigation nav .brand-logo {
    width: 50px;
    left: 35px;
    top: 10px;
  }
  #navigation nav .brand-logo img {
    width: 150px;
  }
}
#navigation nav .dropdown-content {
  width: 200px !important;
}
.title-small{
  line-height: inherit;
  font-size: 18px !important;
  color: #727272;
  text-align: left;
  margin-top: 5px;
}
.card-reveal p{
  text-align: justify;
  padding-bottom: 10px;
}
.btn-medium {
  height: 30px;
  line-height: 30px;
  padding: 0 0.6rem;
  text-transform: none;
}

/*New*/
.right-triangle {
  float: right;
}
.dropdown-nested {
  overflow-y: visible;

}
.dropdown-content .dropdown-content {
  margin-left: 100%;
  margin-top: -50px;
}
/* *****************************************************************
 * 3. About
 * ************************************************************** */
#intro-about .hts-about{
  height: auto;
  padding-bottom: 15px;
}
#intro-about .center-header{
  padding-top: 30px;
}

#intro-about .aboutus-page{
  margin-top: 70px;
  max-height: 150px;
  padding-top: 20px;
}
#main-aboutus {
  padding-top: 60px;
  padding-bottom: 50px;
}
/*about us page*/
#main-aboutus .tabs .tab a{
  color:#47bbde;
  font-size: 16px;
}
#main-aboutus .tabs .tab a:hover{
  background-color:transparent;
  color:#008B9B;
}
#main-aboutus .tabs .tab a.active {
  background-color:rgba(8,2,3,0.03);
  color:#008B9B;
}
#main-aboutus .tabs .tab.disabled a,.tabs .tab.disabled a:hover {
  color:rgba(102,147,153,0.7);
}
#main-aboutus .tabs .indicator {
  background-color:#47bbde;
}

/* *****************************************************************
 * 4. Portfolio
 * ************************************************************** */
#intro-portfolio{
  padding-top: 30px;
  padding-bottom: 30px;
}
#intro-portfolio .center-header{
  margin-bottom: 0;
}
#intro-portfolio .card-reveal{
  background-color: rgba(255,255,255,0.95);
}

/* *****************************************************************
 * 5. Slider
 * ************************************************************** */
.slider .indicators .indicator-item {
  background-color: #666666;
  border: 3px solid #ffffff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.slider .indicators .indicator-item.active {
  background-color: #ffffff;
}
.slider {
  /*position: relative;*/
  width: 100%;
  height: 620px;
  margin: 0 auto;
}

.slider .indicators {
  bottom: 60px;
  z-index: 100;
  /* text-align: left; */
}
.slider .caption{
  position: absolute;
  margin-top: 80px;
}
.slider h5{
  margin-top: 20px;
}
.box-title{
  background:rgba(8,2,3,0.41);
  padding: 5px;
  color: white;
  border-radius: 3px;
}
.box-title2{
  background:rgba(8,2,3,0.45);
  padding: 5px;
  color: white;
  border-radius: 3px;
}

/* *****************************************************************
 * 6. Introduction
 * ************************************************************** */
.introduction{
  margin-top: 20px;
}
.introduction-box {
  margin-top: 0;
  margin-bottom: 40px;
  padding: 20px;
}
.introduction-box h3 {
  margin: 15px 0;
  font-weight: 300;
  font-size: 25px;
  text-transform: uppercase;
  line-height: 38px;
}
.introduction-box p {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 15px;
}
.introduction-box i{
  width:120px;
  height: 120px;
  display: inline-block;
  line-height: 125px;
  font-size: 60px;
  color:#fff;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 4px;
  background: #03a9f4;
}
.introduction-box:hover i {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -moz-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

/* --------------------------------- */
/* 7. Blog
 ----------------------------------- */
#hts-blog{
  padding-top: 30px;
}
#hts-blog .card-content{
  color: #444444;
}
#hts-blog h5{
  font-weight: 400;
  color: #878a85;
}
/*blog side post*/
#hts-blog .widget .small-posts{
  margin: 10px 0 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ECECEC;
}
#hts-blog .widget .small-posts:last-child {
  margin: 0 0 15px;
  border-bottom: 0
}
#hts-blog .left-line{
  border-left: 4px solid #00b0ff;
  padding-left: 10px;
}

#hts-blog .card-title {
  font-size: 18px;
  line-height: 25px;
  color: #777777;
  margin-top: -10px;
}

#hts-blog .card-action{
  font-size: 13px;
  padding-left: 0;
}

#hts-blog .card-action a {
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#hts-blog .card-action a:hover,
#hts-blog .card-action a:focus,
#hts-blog .card-action a:active {
  padding-right: 10px;
  color: #78909c !important;
}
/*blog details*/
#hts-blog-details #hts-blog {
  padding-top: 0;
}
#hts-blog-details #hts-blog p{
  line-height: 25px;
}

#hts-blog-details p {
  color: #444444;
  font-size: 16px;
  line-height: 35px;
  text-align: justify;
}

/* *****************************************************************
 * 8. Forms
 * ************************************************************** */
.input-field label {
  color: grey;
}
.input-field input[type=text]:focus + label {
  color: #00acc1   !important;
}
.input-field input[type=text]:focus {
  border-bottom: 1px solid #00acc1 !important;
  box-shadow: 0 1px 0 0 #00acc1 !important;
}
.input-field input[type=text].valid {
  border-bottom: 1px solid #0091ea;
  box-shadow: 0 1px 0 0 #0091ea;
}
.input-field input[type=text].invalid {
  border-bottom: 1px solid #43a047;
  box-shadow: 0 1px 0 0 #43a047;
}
.input-field .prefix.active {
  color: #0091ea;
}
/*textarea*/
.input-field textarea:focus + label {
  color: #00acc1   !important;
}
.input-field textarea:focus {
  border-bottom: 1px solid #00acc1 !important;
  box-shadow: 0 1px 0 0 #00acc1 !important;
}
/*.materialize-textarea {
  padding: 16px 0;
  margin: 0;
  height: 132px !important;
  overflow: hidden;
  overflow-y: auto;
}

.input-field {
  margin-top: 0;
  margin-bottom: -5px;
}
*/
/* *****************************************************************
 * 9. Profile
 * ************************************************************** */
.hts-profile li a{
  color: grey;
  font-size: 16px;
}
.hts-profile li a:hover{
  margin-top:-5px;
}
/* *****************************************************************
 * 10. Footer
 * ************************************************************** */
.page-footer{
  padding-top: 30px;
}
.page-footer .social{
  padding-top: 6px;
  margin-right: 10px;
}
.page-footer .copy-text a{
  color: #fff;
}
.page-footer .copy-text,
.page-footer .copy-text a:hover{
  color: #81ddff;
}
.page-footer .footer-logo img{
  margin-bottom: 30px;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Loader center
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#loader {
     left: 0 !important;
     right: 0 !important;
     margin:0px auto !important;
}

