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

/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: "Avenir", Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
  color: #4d4d4d;
  background: #fff;
}
#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: rgb(102, 122, 151);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: rgb(102, 122, 151);
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 30px;
  text-align: justify;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Avenir", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: rgb(102, 122, 151);
}

::-moz-selection {
  color: #fff;
  background: rgb(102, 122, 151);
}

::selection {
  color: #fff;
  background: rgb(102, 122, 151);
}

#fh5co-header,
.fh5co-cover {
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  height: 600px;
  width: 100%;
}
#fh5co-header .overlay,
.fh5co-cover .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(102, 122, 151, 0.9);
  z-index: 1;
}

.display-tc{
    z-index: 2;
}

#fh5co-header .display-t,
.fh5co-cover .display-t {
  width: 100%;
  display: table;
}
#fh5co-header .display-tc,
.fh5co-cover .display-tc {
  display: table-cell;
  vertical-align: middle;
  height: 600px;
}
#fh5co-header .display-tc h1, #fh5co-header .display-tc h2, #fh5co-header .display-tc h3,
.fh5co-cover .display-tc h1,
.fh5co-cover .display-tc h2,
.fh5co-cover .display-tc h3 {
  margin: 0;
  padding: 0;
  color: white;
}
#fh5co-header .display-tc h1,
.fh5co-cover .display-tc h1 {
  font-family: "Kaushan Script", cursive;
  margin-bottom: 30px;
  font-size: 50px;
  line-height: 1.3;
  font-weight: 300;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
#fh5co-header .display-tc h1 span,
.fh5co-cover .display-tc h1 span {
  padding: 4px 15px;
  position: relative;
}
#fh5co-header .display-tc h1 span:before,
.fh5co-cover .display-tc h1 span:before {
  position: absolute;
  top: 40px;
  left: 0;
  width: 30px;
  height: 4px;
  content: '';
  background: #fff;
  margin-left: -30px;
}
#fh5co-header .display-tc h1 span:after,
.fh5co-cover .display-tc h1 span:after {
  position: absolute;
  top: 40px;
  right: 0;
  width: 30px;
  height: 4px;
  content: '';
  background: #fff;
  margin-right: -30px;
}
@media screen and (max-width: 768px) {
  #fh5co-header .display-tc h1,
  .fh5co-cover .display-tc h1 {
    font-size: 34px;
  }
  #fh5co-header .display-tc h1 span:before,
  .fh5co-cover .display-tc h1 span:before {
    top: 28px;
    width: 20px;
    height: 3px;
    margin-left: -15px;
  }
  #fh5co-header .display-tc h1 span:after,
  .fh5co-cover .display-tc h1 span:after {
    top: 28px;
    width: 20px;
    height: 3px;
    margin-right: -15px;
  }
}
#fh5co-header .display-tc h1,
.fh5co-cover .display-tc h1 {
  font-size: 55px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-family: "Snell Roundhand", cursive;
}
#fh5co-header .display-tc h3,
.fh5co-cover .display-tc h3 {
  font-size: 16px;
}

#fh5co-header .display-tc .profile-thumb,
.fh5co-cover .display-tc .profile-thumb {
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 200px;
  width: 200px;
  margin: 0 auto;
  margin-bottom: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-header .display-tc .fh5co-social-icons li a,
.fh5co-cover .display-tc .fh5co-social-icons li a {
  color: #fff;
}
#fh5co-header .display-tc .fh5co-social-icons li a i,
.fh5co-cover .display-tc .fh5co-social-icons li a i {
  font-size: 30px;
}

@media screen and (max-width: 769px) {
  #fh5co-header .display-tc .profile-thumb,
  .fh5co-cover .display-tc .profile-thumb {
    height: 150px !important;
    width: 150px !important; 
    margin-top: -300px !important; 
    margin-bottom: 50px !important; 
    display: block; 
  }

  #fh5co-header .display-tc h1,
  .fh5co-cover .display-tc h1 {
    font-size: 34px !important; 
    margin-top: -20px !important; 
    font-family: Georgia, 'Times New Roman', Times, serif !important;
    -webkit-transform: none !important;
    -moz-transform: none !important; 
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none 
  }

  #fh5co-header .display-tc h1 span:before,
  .fh5co-cover .display-tc h1 span:before,
  #fh5co-header .display-tc h1 span:after,
  .fh5co-cover .display-tc h1 span:after {
    display: none !important;
  }

  #fh5co-header .display-tc h3,
  .fh5co-cover .display-tc h3 {
    font-size: 14px !important; 
    margin-top: -20px !important; 
  }

  #fh5co-header .display-tc .fh5co-social-icons li a i,
  .fh5co-cover .display-tc .fh5co-social-icons li a i {
    font-size: 25px !important; 
    margin-top: -20px !important; 
  }
}


.logo-container {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}

.logo {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) and (max-width: 1060px) {
  .logo-container {
    top: 20px; 
    left: 20px;
  }

  .logo {
    max-width: 200px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .logo-container {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 20px;
  }

  .logo {
    max-width: 100px; 
    height: auto;
  }
}


#fh5co-features h2 {
  color: #fff;
}

#fh5co-features {
  background: rgb(102, 122, 151);
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

#fh5co-features .container {
  display: flex; 
  flex-wrap: wrap; 
  justify-content: center; 
}

/* Cards */
.card-column {
  flex: 1; 
  padding: 4%;
  width: 50%;
  box-sizing: border-box;
}


.column-1 {
  padding-top: 100px;
}

.border {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 6px;
  border: 1px solid #fff;
  opacity: 0.5;
  left: -10px;
  top: -10px;
}

.card h1 {
  position: relative;
  padding: 280px 10px 10px 40px; 
  width: 80%;
  color: #fff; 
  font-weight: 500px;
  text-align: center;
}

.card-column.column-0 .card:first-child h1 {
  padding-top: 300px; 
}

.card p {
  position: relative;
  text-align: center;
  padding: 10px 30px 30px 30px; 
  color: black; 
}

.card > img {
  width: 100%;
  position: absolute;
  top: -6%;
  left: -6%;
}

.card-column.column-0 .card:nth-child(1) > img{
  width: 80%; 
}

.card {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  color: #fff;
  cursor: pointer;
  margin-bottom: 60px;
}

.card-color-0 .card {
  background-color: #976693;
}

.card-color-1 .card {
  background-color: #978366;
}

.card-color-2 .card {
  background-color: #669766;
}

.card-color-3 .card {
  background-color: #888DA7;
}

@media (max-width: 768px) {
  .card-column {
    width: 100%; 
  }
  .card > img {
    width: 100%; 
    position: absolute;
    top: -6%; 
    left: -6%;
  }
  .card h1 {
    position: relative;
    padding: 200px 10px 10px 40px; 
    width: 80%;
    color: #fff; 
    font-weight: 500px;
    text-align: center;
  }
  .card-column.column-0 .card:nth-child(1) > img{
    width: 100%; 
  }
  .card-column.column-0 .card:first-child h1 {
  padding-top: 270px; 
}
}

.scroller {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  padding-bottom: 60px;
}
.scroller h1 {
  color: white;
  width: 100%;
  margin-bottom: 30px;
  position: absolute;
  bottom: 50%;
  text-align: center;
  -webkit-animation: up-in 1s ease;
          animation: up-in 1s ease;
} 
.top-up.ng-hide-add,
.top-up.ng-hide-remove {
  transition: 0s ease top;
}
.top-up.ng-hide-add-active,
.top-up.ng-hide-remove-active {
  transition: 0.6s ease top;
}
.top-up.ng-hide-add {
  top: 0;
}
.top-up.ng-hide-add.ng-hide-add-active {
  top: 100%;
}
.top-up.ng-hide-remove {
  top: 100%;
}
.top-up.ng-hide-remove.ng-hide-remove-active {
  top: 0;
}
.fullscreen-background {
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #333;
  transition: top 0.5s ease;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.fullscreen-background.show {
  top: 0;
}
.close-button {
  position: fixed;
  top: 100px;
  right: 40px;
  color: white;
  cursor: pointer;
}
.close-button i {
  font-size: 35px;
}
.close-button:hover {
  color: rgb(178, 176, 176);
}

#fh5co-about,
#fhco-skills,
#fh5co-features,
#fh5co-contact {
  padding: 7em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #fh5co-about,
  #fhco-skills,
  #fh5co-features,
  #fh5co-contact {
    padding: 3em 0;
  }
}


.fh5co-bg-dark {
  background: #2F3C4F;
  background: rgb(102, 122, 151);
}
.fh5co-bg-dark .fh5co-heading h2 {
  color: #fff !important;
} 

.info {
  margin: 0;
  padding: 0;
  width: 90%;
  float: left;
}

@media screen and (max-width: 768px) {
  .info {
    margin-bottom: 3em;
  }
}

.info li {
  width: 100%;
  float: left;
  list-style: none;
  padding: 10px 0;
}

.info li:first-child {
  padding-top: 0;
}

.info li .first-block {
  width: 40%;
  display: inline-block;
  align-items: left;
  color: #000;
  font-weight: bold;
  vertical-align: top;
}

.info li .second-block {
  width: 60%;
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
}

.info li .first-block:empty + .second-block {
  padding-left: -40%;
}

.fh5co-social-icons {
  margin: 0;
  padding: 0;
}
.fh5co-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
}
.fh5co-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
  color: rgb(102, 122, 151);
  padding-left: 10px;
  padding-right: 10px;
}
.fh5co-social-icons li a i {
  font-size: 20px;
}

#fh5co-about .fh5co-social-icons {
  margin: 0;
  padding: 0;
}
#fh5co-about .fh5co-social-icons li {
  padding: 0;
  list-style: none;
  display: inline-block;
}
#fh5co-about .fh5co-social-icons li a {
  color: #fff;
  background: #2F3C4F;
  padding: 10px 10px 2px 10px;
  border-radius: 2px;
}

@media screen and (max-width: 768px) {
  .info-container, .bio-container {
    width: 100%;
  }
  .bio-container {
    margin-top: 20px;
    float: none;
    clear: both;
  }
  .info-container {
    float: none;
    clear: both;
  }
}

.fh5co-heading {
  margin-bottom: 7em;
}

.fh5co-heading h2 {
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #000;
}
.fh5co-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: #828282;
}
.fh5co-heading span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

#fh5co-consult h2 {
  color: white;
}

.fh5co-video {
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .fh5co-video {
    height: 450px;
  }
}
.fh5co-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(234, 234, 234, 0.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-footer {
  padding: 50px 0;
  float: left;
  width: 100%;
}
#fh5co-footer p:last-child {
  margin-bottom: 0;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

#fh5co-consult {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: rgb(102, 122, 151);
}

#fh5co-consult .video, #fh5co-consult .choose {
  display: inline-block;
  color: white;
}

@media screen and (max-width: 768px) {
  #fh5co-consult .video, #fh5co-consult .choose {
    width: 100% !important;
    color: white;
  }
}

#fh5co-consult .video {
  display: flex;
  width: 50%;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  #fh5co-consult .video {
    display: none;
  }
}

#fh5co-consult .choose {
  width: 50%;
  padding: 4em;
  color: white;
}

@media screen and (max-width: 768px) {
  #fh5co-consult .choose {
    width: 100%;
    padding: 4em 1em;
    color: white;
  }
}

#fh5co-consult h2 {
  color: white;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}

.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: rgb(102, 122, 151);
}

.form-control::placeholder {
  color: rgba(233, 231, 231, 0.92);
}

input[type="text"], textarea.form-control {
  height: 50px;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 30px;
}

.alert {
  padding: 10px;
  margin-top: 10px;
  border-radius: 5px;
}

.alert-danger {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.alert-success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.highlighted {
  background-color: #e7f0fe !important;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.col-padding {
  padding: 6px !important;
  margin: 0px !important;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Space Mono", Arial, serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #ff9b1a;
  color: #fff;
  border: 2px solid #ff9b1a;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #24c712 !important;
  border-color: #24c712!important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: rgb(102, 122, 151);
  border: 2px solid rgb(102, 122, 151);
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: rgb(102, 122, 151);
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.scroll-to-about {
  display: block;
  position: relative;
  z-index: 3; 
}

.profile-thumb {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  margin: 0 auto;
}

.js-fullheight {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.js .animate-box {
  opacity: 0;
}

#fh5co-skills {
  position: relative;
  width: 100%;
  height: 600px;
  padding-top: 50px;
  margin: 0;
  box-sizing: border-box;
  overflow: hidden;
}

#fh5co-skills h2 {
  color: #000;
  text-align: center;
}

#fh5co-skills p {
  color: #666;
  margin-bottom: 30px;
}

canvas {
  position: absolute;
  top: 0; 
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100%); 
  z-index: 1;
}

#fh5co-skills .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.textboxes {
  display: flex;
  flex-shrink: 0;
  width: 100%; 
  animation: scroll 20s linear infinite; 
  animation-play-state: running; 
}

.textboxes:hover {
  animation-play-state: paused; 
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.textbox {
  flex: 1;
  max-width: 20%;
  min-width: 370px;
  margin: 10px;
  padding: 15px;
  border: 1px solid #ddd;
  background: rgba(255, 255, 255, 0.8); 
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.textbox h3 {
  margin-top: 0;
  font-size: 18px;
  color: #333;
}

.textbox p {
  font-size: 14px;
  color: #666;
}

#fh5co-high {
  position: relative;
  width: 100%;
  height: 100px;
  padding-top: 50px;
  margin: 20;
  box-sizing: border-box;
  overflow: hidden;
}

#fh5co-skills h2 {
  color: #000;
  text-align: center;
}