html {
  height: 100%;
}
body {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  height: 100%;
  line-height: 1.8;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #646464;
  background-color: #000;
}
p {
  margin: 0 0 20px 0;
  color: #646464;
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  margin: 0 0 20px 0;
  color: #111;
}
h1,
h2 {
  line-height: 1.2;
}
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}
h1 {
  font-size: 52px;
  line-height: 76px;
}
@media only screen and (max-width: 1439px) {
  h1 {
    font-size: 46px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 40px;
    line-height: 62px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 28px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 40px;
  }
}
h2 {
  font-size: 26px;
}
@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}
h3 {
  font-size: 22px;
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}
h4 {
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 16px;
  }
}

a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0 none;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.full-width.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
body .wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
body.loaded .wrapper {
  opacity: 1;
  visibility: visible;
}

.mb-80{
	margin-bottom: 80px;
}

/*========================================================================
5. Sidebar Content Style
=========================================================================*/
body .frost-page-content {
  background-color: #fff;
  height: 100%;
  min-width: 50vw;
  overflow-y: scroll;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 5;
  top: 0;
  left: 100%;
  transition: all 0.8s ease-in-out;
}
@media only screen and (max-width: 991px) {
  body .frost-page-content {
    position: relative;
    left: inherit;
    min-width: 100vw;
    max-height: inherit;
  }
}
body .frost-page-content .content-heading .content-title {
  font-weight: 700;
  padding: 5px 10px 3px 0;
  display: inline-block;
  position: relative;
  z-index: 1;
}
body .frost-page-content .content-heading .content-title:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  height: 100%;
  width: 70%;
  top: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
body .frost-about-wrap {
  overflow: hidden;
  padding: 80px 65px 83px;
}
@media only screen and (max-width: 1439px) {
  body .frost-about-wrap {
    padding: 80px 60px 83px;
  }
}
@media only screen and (max-width: 991px) {
  body .frost-about-wrap {
    padding: 70px 50px 73px;
  }
}
@media only screen and (max-width: 767px) {
  body .frost-about-wrap {
    padding: 60px 40px 63px;
  }
}
@media only screen and (max-width: 575px) {
  body .frost-about-wrap {
    padding: 50px 30px 53px;
  }
}
body .frost-about-wrap .content-heading {
  margin-bottom: 0;
}
body .frost-about-wrap .content-heading .content-paragraph {
  margin-bottom: 0;
}
body .frost-project-wrap {
  overflow: hidden;
  background-color: #f8f8f8;
  padding: 80px 0 0;
}
@media only screen and (max-width: 991px) {
  body .frost-project-wrap {
    padding: 70px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  body .frost-project-wrap {
    padding: 60px 0 0;
  }
}
@media only screen and (max-width: 575px) {
  body .frost-project-wrap {
    padding: 50px 0 0;
  }
}
body .frost-project-wrap .content-heading {
  padding: 0 65px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1439px) {
  body .frost-project-wrap .content-heading {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 991px) {
  body .frost-project-wrap .content-heading {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  body .frost-project-wrap .content-heading {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 575px) {
  body .frost-project-wrap .content-heading {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  body .frost-project-wrap .content-heading {
    margin-bottom: 35px;
  }
}
body .frost-project-box {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
body .frost-project-box .popup-triger {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
}
body .frost-project-box .popup-triger:before {
  position: absolute;
  z-index: 0;
  content: "";
  height: 100%;
  width: 100%;
  top: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  transition: cubic-bezier(0, 1, 1, 1) 0.8s;
}
body .frost-project-box .popup-triger img {
  position: relative;
  z-index: -1;
  transform: scale(1.01);
  transition: cubic-bezier(0, 1, 1, 1) 0.8s;
}
body .frost-project-box:hover .popup-triger:before {
  opacity: 1;
  visibility: visible;
}
body .frost-project-box:hover .popup-triger img {
  transform: scale(1.2);
}
body .frost-contact-wrap {
  overflow: hidden;
  padding: 0 80px 65px;
}
@media only screen and (max-width: 1439px) {
  body .frost-contact-wrap {
    padding: 0 80px 60px;
  }
}
@media only screen and (max-width: 991px) {
  body .frost-contact-wrap {
    padding:0 60px 50px;
  }
}
@media only screen and (max-width: 767px) {
  body .frost-contact-wrap {
    padding: 0 60px 40px;
  }
}
@media only screen and (max-width: 575px) {
  body .frost-contact-wrap {
    padding:0 50px 30px;
  }
}
body .frost-contact-wrap .content-heading {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  body .frost-contact-wrap .content-heading {
    margin-bottom: 20px;
  }
}
body .frost-address-wrap {
  margin-bottom: 20px;
}
body .frost-address-wrap .frost-address-box {
  margin-bottom: 20px;
}
body .frost-address-wrap .frost-address-box .item-icon i:before {
  margin-left: 0;
  font-size: 40px;
  color: #000;
}
@media only screen and (max-width: 991px) {
  body .frost-address-wrap .frost-address-box .item-icon i:before {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  body .frost-address-wrap .frost-address-box .item-icon i:before {
    font-size: 30px;
  }
}
body .frost-address-wrap .frost-address-box .item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body .frost-address-wrap .frost-address-box .item-content .item-title {
  font-weight: 700;
  margin-bottom: 10px;
}
body .frost-address-wrap .frost-address-box .item-content .item-text {
  color: #666666;
  font-size: 14px;
}
body .frost-form-wrap .form-group {
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  body .frost-form-wrap .form-group {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  body .frost-form-wrap .form-group {
    margin-bottom: 15px;
  }
}
body .frost-form-wrap .form-group:last-child {
  margin-bottom: 0;
}
body .frost-form-wrap .form-group .form-control {
  border: 1px solid #dddddd;
  border-radius: 5px;
  background-color: transparent;
  padding: 10px 20px;
  font-size: 15px;
  color: #111;
}
@media only screen and (max-width: 991px) {
  body .frost-form-wrap .form-group .form-control {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  body .frost-form-wrap .form-group .form-control {
    font-size: 13px;
  }
}
body .frost-form-wrap .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
body .frost-form-wrap .form-group input {
  height: 50px;
}
@media only screen and (max-width: 991px) {
  body .frost-form-wrap .form-group input {
    height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  body .frost-form-wrap .form-group input {
    height: 40px;
  }
}
body .frost-form-wrap .form-group input.form-control::-webkit-input-placeholder,
body .frost-form-wrap .form-group textarea.form-control::-webkit-input-placeholder {
  color: #666666;
}
body .frost-form-wrap .form-group input.form-control::-moz-placeholder,
body .frost-form-wrap .form-group textarea.form-control::-moz-placeholder {
  color: #666666;
}
body .frost-form-wrap .form-group input.form-control:-moz-placeholder,
body .frost-form-wrap .form-group textarea.form-control:-moz-placeholder {
  color: #666666;
}
body .frost-form-wrap .form-group input.form-control:-ms-input-placeholder,
body .frost-form-wrap .form-group textarea.form-control:-ms-input-placeholder {
  color: #666666;
}
body .frost-form-wrap .form-group .frost-btn-fill {
  text-align: center;
  margin-top: 15px;
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  box-shadow: none;
  outline: none;
  border: 1px solid;
  border-color: #000;
  color: #f1f1f1;
  border-radius: 45px;
  background-color: #000;
  padding: 12px 35px;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  body .frost-form-wrap .form-group .frost-btn-fill {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  body .frost-form-wrap .form-group .frost-btn-fill {
    margin-top: 5px;
    font-size: 14px;
    padding: 11px 30px;
  }
}
@media only screen and (max-width: 575px) {
  body .frost-form-wrap .form-group .frost-btn-fill {
    font-size: 13px;
    padding: 10px 25px;
  }
}
body .frost-form-wrap .form-group .frost-btn-fill:hover {
  background-color: #d60c34;
}
body .frost-form-wrap .form-group .frost-btn-fill:focus {
  outline: none;
}
body .frost-form-wrap .form-response .alert-danger,
body .frost-form-wrap .form-response .alert.alert-info,
body .frost-form-wrap .form-response .alert.alert-success {
  margin-bottom: 0;
  padding: 10px 25px;
  border-radius: 45px;
  display: inline-block;
  font-size: 14px;
}
@media only screen and (max-width: 575px) {
  body .frost-form-wrap .form-response .alert-danger,
  body .frost-form-wrap .form-response .alert.alert-info,
  body .frost-form-wrap .form-response .alert.alert-success {
    padding: 9px 25px;
  }
}
body .frost-form-wrap .form-response .alert-danger p,
body .frost-form-wrap .form-response .alert.alert-info p,
body .frost-form-wrap .form-response .alert.alert-success p {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  body.open-sidebar .frost-page-content {
    left: 50%;
  }
}
body .ofcanvas-triger {
  position: absolute;
  z-index: 2;
  right: 7vw;
  display: block;
  top: 15vh;
  padding: 10px 7px;
  cursor: pointer;
  transition: all 0.8s ease-in-out;
  transition-delay: 0.1s;
}
@media only screen and (max-width: 991px) {
  body .ofcanvas-triger {
    display: none;
  }
}
body .ofcanvas-triger .bar {
  background-color: #fff;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.8s;
}
body .ofcanvas-triger .bar:nth-child(2),
body .ofcanvas-triger .bar:nth-child(3) {
  width: 25px;
  margin-left: 5px;
}
body .ofcanvas-triger .bar:last-child {
  margin-bottom: 0;
}
body .ofcanvas-triger.triger-btn-dark .bar {
  background-color: #000;
}
body .ofcanvas-triger.btn-top16 {
  top: 16vh;
}
body .ofcanvas-triger.btn-top15 {
  top: 15vh;
}
body .ofcanvas-triger.btn-top14 {
  top: 14vh;
}
body .ofcanvas-triger.btn-top13 {
  top: 13vh;
}
body .ofcanvas-triger.btn-top12 {
  top: 12vh;
}
body .ofcanvas-triger.btn-top11 {
  top: 11vh;
}
body .ofcanvas-triger.btn-top10 {
  top: 10vh;
}
body .ofcanvas-triger.btn-top9 {
  top: 9vh;
}
body.open-sidebar .ofcanvas-triger {
  transform: translateX(calc(-50vw + 60px));
  transition-delay: 0s;
}
body.open-sidebar .ofcanvas-triger .bar:nth-child(2),
body.open-sidebar .ofcanvas-triger .bar:nth-child(3) {
  opacity: 0;
}
body.open-sidebar .ofcanvas-triger .bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(7px, 7px);
  -ms-transform: rotate(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(7px, 7px);
}
body.open-sidebar .ofcanvas-triger .bar:nth-child(4) {
  -webkit-transform: rotate(-45deg) translate(8px, -8px);
  -ms-transform: rotate(-45deg) translate(8px, -8px);
  transform: rotate(-45deg) translate(8px, -8px);
}

/*========================================================================
11. Demo Layout Six
=========================================================================*/
.the-frost {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  .the-frost {
    display: block;
    min-width: 100%;
  }
}
.the-frost .frost-video-background {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
}
.the-frost .frost-video-background:before {
  content: "";
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.the-frost .frost-video-background .frost-video {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}
.the-frost .frost-main-content {
  padding: 65px 0 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  min-width: 100vw;
  max-width: 100vw;
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.8s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .the-frost .frost-main-content {
    min-width: 100%;
    padding: 55px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .the-frost .frost-main-content {
    padding: 45px 15px;
  }
}
@media only screen and (max-width: 575px) {
  .the-frost .frost-main-content {
    padding: 35px 15px;
  }
}
.the-frost .frost-main-content:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.the-frost .frost-main-content .frost-logo {
  margin-top: 0;
  margin-bottom: 5vh;
  max-width: 40vw;
}
.the-frost .frost-main-content .frost-sub-title {
  color: #fff;
  font-size: 46px;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 2px;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-left: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .the-frost .frost-main-content .frost-sub-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .the-frost .frost-main-content .frost-sub-title {
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 1.6;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .the-frost .frost-main-content .frost-sub-title {
    font-size: 32px;
    letter-spacing: 2px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .the-frost .frost-main-content .frost-sub-title {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 479px) {
  .the-frost .frost-main-content .frost-sub-title {
    font-size: 26px;
    line-height: 1.3;
  }
}
.the-frost .frost-main-content .frost-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .the-frost .frost-main-content .frost-buttons {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .the-frost .frost-main-content .frost-buttons {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .the-frost .frost-main-content .frost-buttons {
    margin-bottom: 30px;
  }
}
.the-frost .frost-main-content .frost-buttons .frost-btn {
  margin: 0 7px 12px;
}
.the-frost .frost-main-content .frost-btn-ghost {
  text-align: center;
  margin-top: 15px;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  box-shadow: none;
  outline: none;
  border: 1px solid;
  border-color: #f1f1f1;
  color: #f1f1f1;
  border-radius: 45px;
  background-color: transparent;
  padding: 12px 35px;
  min-width: 180px;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .the-frost .frost-main-content .frost-btn-ghost {
    font-size: 14px;
    padding: 11px 30px;
    min-width: 160px;
  }
}
@media only screen and (max-width: 575px) {
  .the-frost .frost-main-content .frost-btn-ghost {
    font-size: 13px;
    padding: 10px 25px;
    min-width: 140px;
  }
}
.the-frost .frost-main-content .frost-btn-ghost:hover {
  background-color: #000;
  border-color: #000;
}
.the-frost .frost-main-content .frost-btn-ghost:focus {
  outline: none;
}
.the-frost .frost-main-content .frost-btn-fill {
  text-align: center;
  margin-top: 15px;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  box-shadow: none;
  outline: none;
  border: 1px solid;
  border-color: #000;
  color: #f1f1f1;
  border-radius: 45px;
  background-color: #000;
  padding: 12px 35px;
  min-width: 180px;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .the-frost .frost-main-content .frost-btn-fill {
    font-size: 14px;
    padding: 11px 30px;
    min-width: 160px;
  }
}
@media only screen and (max-width: 575px) {
  .the-frost .frost-main-content .frost-btn-fill {
    font-size: 13px;
    padding: 10px 25px;
    min-width: 140px;
  }
}
.the-frost .frost-main-content .frost-btn-fill:hover {
  background-color: transparent;
  border-color: #f1f1f1;
}
.the-frost .frost-main-content .frost-btn-fill:focus {
  outline: none;
}
.the-frost .frost-main-content .frost-socials {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .the-frost .frost-main-content .frost-socials {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .the-frost .frost-main-content .frost-socials {
    margin-bottom: 40px;
  }
}
.the-frost .frost-main-content .frost-socials li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 991px) {
  .the-frost .frost-main-content .frost-socials li {
    margin-right: 10px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .the-frost .frost-main-content .frost-socials li {
    margin-right: 5px;
  }
}
.the-frost .frost-main-content .frost-socials li:last-child {
  margin-right: 0;
}
.the-frost .frost-main-content .frost-socials li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  height: 45px;
  width: 45px;
  color: #ffffff;
  background-color: #1f1f1f;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .the-frost .frost-main-content .frost-socials li a {
    font-size: 15px;
    height: 40px;
    width: 40px;
  }
}
.the-frost .frost-main-content .frost-socials li.frost-facebook a:hover {
  background-color: #343434;
}
.the-frost .frost-main-content .frost-socials li.frost-instagram a:hover {
  background-color: #343434;
}
.the-frost .frost-main-content .frost-footer p {
  color: #e3e3e3;
  font-size: 15px;
}
@media only screen and (min-width: 992px) {
  body.open-sidebar .the-frost .frost-main-content {
    min-width: 50vw;
    max-width: 50vw;
  }
}