@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  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");
  font-weight: normal;
  font-style: normal;
}

/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: "Karla", Arial, sans-serif;
  line-height: 1.7;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  color: gray;
}

body.menu-show {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
}

#colorlib-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#colorlib-wrapper > div {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

a {
  color: #F9CE00;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  text-decoration: underline;
  color: #F9CE00;
}

a:focus, a:active {
  outline: none;
}

p,
span {
  margin-bottom: 1.5em;
  font-weight: 400;
  font-family: "Karla", Arial, sans-serif;
}

ul,
ol {
  display: block;
  margin-bottom: 1.5em;
}

span {
  font-size: 18px;
  color: rgba(114, 114, 114, 0.8);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Playfair Display", Georgia, serif;
  margin: 0 0 30px 0;
  line-height: 1.3;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

::-moz-selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

::selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

#colorlib-page {
  position: relative;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.menu-show #colorlib-page {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  position: relative;
}

.menu-show #colorlib-page:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.4);
  z-index: 3;
}

@media screen and (max-width: 768px) {
  #colorlib-page {
    padding-top: 5em;
  }
}

#colorlib-main-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 4em 40px 40px 40px;
  width: 360px;
  height: 100%;
  background: white;
  z-index: 1002;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0);
  transform: scale(0);
  overflow-y: scroll;
}

@media screen and (max-width: 768px) {
  #colorlib-main-nav {
    width: 300px;
  }
}

#colorlib-main-nav .colorlib-nav-toggle {
  position: absolute;
  top: 5px;
  right: 40px;
  padding: 20px;
  height: 44px;
  width: 44px;
  background: rgba(0, 0, 0, 0.05);
  line-height: 0;
  padding: 0 !important;
  visibility: hidden;
  opacity: 0;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#colorlib-main-nav .colorlib-nav-toggle i {
  top: 18px !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
  text-indent: 0;
}

#colorlib-main-nav .colorlib-nav-toggle.show {
  visibility: visible;
  opacity: 1;
}

#colorlib-main-nav .colorlib-nav-toggle:hover {
  background: black;
}

#colorlib-main-nav .colorlib-nav-toggle:hover i::before, #colorlib-main-nav .colorlib-nav-toggle:hover i::after {
  content: '';
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
}

.menu-show #colorlib-main-nav {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#colorlib-main-nav ul {
  padding: 0;
  margin: 0 0 3em 0;
}

@media screen and (max-width: 768px) {
  #colorlib-main-nav ul {
    padding: 20px 0 0 0;
  }
}

#colorlib-main-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}

#colorlib-main-nav ul li a {
  display: block;
  color: black;
  font-size: 14px;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  #colorlib-main-nav ul li a {
    font-size: 16px;
  }
}

#colorlib-main-nav ul li a:hover, #colorlib-main-nav ul li a:active, #colorlib-main-nav ul li a:focus {
  color: black;
  outline: none;
  text-decoration: none;
}

#colorlib-main-nav ul li.active a {
  color: #F9CE00;
}

#colorlib-main-nav ul li a:hover {
  color: #b3b3b3;
}

#colorlib-main-nav .form-group {
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 480px) {
  #colorlib-main-nav .form-group {
    width: 100%;
  }
}

#colorlib-main-nav .form-group input::-webkit-input-placeholder {
  color: #333333;
}

#colorlib-main-nav .form-group input::-moz-input-placeholder {
  color: #333333;
}

#colorlib-main-nav .form-group input::-ms-input-placeholder {
  color: #333333;
}

#colorlib-main-nav .form-group input::-o-input-placeholder {
  color: #333333;
}

#colorlib-main-nav .form-group input::input-placeholder {
  color: #333333;
}

#colorlib-main-nav #search {
  font-size: 14px;
  width: 100%;
  padding-right: 3em;
  border: none;
  border: 2px solid #f2f2f2;
  background: #fafafa;
  color: #333333 !important;
}

#colorlib-main-nav button {
  position: absolute;
  top: 0;
  right: -4px;
  border-radius: 0;
  background: #F9CE00;
  color: #fff;
  border: none;
  padding: 16px;
}

#colorlib-main-nav #email {
  font-size: 18px;
  width: 100%;
  border: none;
  border: 2px solid #fff;
  background: #fff;
  color: #333333 !important;
}

#colorlib-main-nav .gallery {
  float: left;
  width: 50%;
  height: 150px;
  position: relative;
  display: table;
  z-index: 0;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #colorlib-main-nav .gallery {
    width: 25%;
  }
}

@media screen and (max-width: 480px) {
  #colorlib-main-nav .gallery {
    width: 50%;
  }
}

#colorlib-main-nav .gallery:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#colorlib-main-nav .gallery span {
  display: table-cell;
  vertical-align: middle;
  height: 150px;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

#colorlib-main-nav .gallery span i {
  color: #fff;
  font-size: 20px;
}

#colorlib-main-nav .gallery:hover:after, #colorlib-main-nav .gallery:focus:after {
  opacity: 1;
}

#colorlib-main-nav .gallery:hover span, #colorlib-main-nav .gallery:focus span {
  opacity: 1;
}

.head-title {
  font-size: 20px;
}

header {
  padding: 2em 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  header {
    padding: 2em 0;
  }
}

header .colorlib-navbar-brand {
  float: left;
}

header .colorlib-navbar-brand .colorlib-logo {
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  letter-spacing: 10px;
  display: block;
  text-align: center;
}

header .colorlib-navbar-brand .colorlib-logo:hover {
  text-decoration: none !important;
}

header .colorlib-navbar-brand .colorlib-logo:active, header .colorlib-navbar-brand .colorlib-logo:focus {
  outline: none;
  text-decoration: none;
}

#colorlib-services,
#colorlib-contact,
#colorlib-work,
#colorlib-blog,
#colorlib-contact {
  padding: 10em 0;
  clear: both;
  position: relative;
}

@media screen and (max-width: 768px) {
  #colorlib-services,
  #colorlib-contact,
  #colorlib-work,
  #colorlib-blog,
  #colorlib-contact {
    padding: 5em 0;
  }
}

#colorlib-hero {
  width: 100%;
  clear: both;
}

#colorlib-hero .hero-flex {
  width: 100%;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}

#colorlib-hero .hero-flex .col-three-forth {
  width: 60%;
  z-index: -1;
  float: left;
  position: relative;
}

#colorlib-hero .hero-flex .col-one-forth {
  width: 40%;
  float: left;
  position: relative;
}

#colorlib-hero .hero-flex .display-t {
  display: table;
  width: 100%;
}

#colorlib-hero .hero-flex .display-tc {
  display: table-cell;
  vertical-align: middle;
}

#colorlib-hero .hero-flex .number {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 220px;
  text-align: right;
  color: #fafafa;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #colorlib-hero .hero-flex .number {
    display: none;
  }
}

#colorlib-hero .hero-flex .text-inner {
  display: block;
  width: 100%;
  margin-left: -5em;
}

#colorlib-hero .hero-flex .text-inner h2 {
  font-size: 49px;
  line-height: 51px;
  font-weight: 1000;
  letter-spacing: 0.1px;
}

@media screen and (max-width: 768px) {
  #colorlib-hero .hero-flex .text-inner h2 {
    font-size: 24px;
  }
}

#colorlib-hero .hero-flex .text-inner .tag {
  display: block;
  letter-spacing: 7px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 13px;
}

#colorlib-hero .hero-flex .text-inner .desc {
  padding-right: 3em;
  position: relative;
}

@media screen and (max-width: 768px) {
  #colorlib-hero .hero-flex .text-inner .desc {
    padding: 1em;
    background: #fff;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  #colorlib-hero .hero-flex .text-inner .desc {
    padding: 1em;
    background: #fff;
    width: 140%;
  }
}

#colorlib-hero .hero-flex .text-inner .btn-view {
  font-size: 13px;
  letter-spacing: 7px;
  color: #000;
  text-transform: uppercase;
  border: 1px solid #000;
  padding: 7px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #colorlib-hero .hero-flex .text-inner .btn-view {
    letter-spacing: 2px;
  }
}

#colorlib-hero .owl-theme .owl-controls {
  position: absolute;
  bottom: 0;
  left: 7.3em;
  right: 0;
  width: 180px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #colorlib-hero .owl-theme .owl-controls {
    left: 0;
  }
}

#colorlib-hero .owl-theme .owl-controls .owl-nav [class*=owl-] {
  padding: 8px 15px;
  background: #fff;
  border: none;
  border-radius: 0;
}

#colorlib-hero .owl-theme .owl-controls .owl-nav [class*=owl-] i {
  border: none;
}

#colorlib-hero .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #F9CE00;
  border: none;
}

#colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-next,
#colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-prev {
  margin: 1px;
}

#colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-next i,
#colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-prev i {
  font-size: 14px;
  color: #000;
  background: transparent;
}

#colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-next:hover i,
#colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-prev:hover i {
  color: white;
}

.about-flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  z-index: 0;
}

.about-flex .col-half {
  width: 50%;
  display: block;
  overflow: scroll;
}

.about-flex .display-t {
  display: table;
}

.about-flex .display-t .display-tc {
  display: table-cell;
  vertical-align: middle;
}

.about-flex .about-desc {
  padding: 7em;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .about-flex .about-desc {
    padding: 1em;
    padding-top: 3em;
  }
}

.about-flex .about-desc .title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 7px;
  display: block;
  margin-bottom: 20px;
}

.about-flex .about-desc .about-head {
  font-weight: 700;
  font-size: 38px;
}

.about-flex .about-desc p a {
  color: #000;
}

.about-flex .about-desc p a i {
  color: #000;
}

.about-flex .about-desc strong {
  color: #000;
}

.about-flex .about-desc ul {
  margin: 0;
  padding: 0;
}

.about-flex .about-desc ul li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  color: #000;
  margin-bottom: 10px;
}

.about-flex .about-desc ul li i {
  position: absolute;
  top: 5px;
  left: 0;
}

.about-flex .owl-theme .owl-controls {
  position: absolute;
  top: 50vh;
  left: 20px;
}

@media screen and (max-width: 768px) {
  .about-flex .owl-theme .owl-controls {
    right: 0;
  }
}

.about-flex .owl-theme .owl-dots .owl-dot {
  display: block;
}

.about-flex .owl-theme .owl-dots .owl-dot span {
  background: #e6e6e6;
}

.about-flex .owl-theme .owl-dots .owl-dot.active span {
  background: #000;
}

.bold {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 250px;
  color: #fafafa;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .bold {
    font-size: 60px;
  }
}

.intro-heading {
  margin-bottom: 3em;
}

.intro-heading h2 {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.5em;
  color: #000;
  position: relative;
}

.intro-heading span {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 10px;
  color: #bfbfbf;
  font-weight: 600;
}

.no-gutters {
  padding: 0 !important;
  margin: 0 !important;
}

.hero-img,
.work-img,
.gallery {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.work-entry-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  margin-bottom: 7em;
}

.work-entry-flex .col-three-forth {
  width: 55%;
}

.work-entry-flex .col-one-forth {
  width: 45%;
}

.work-entry-flex .display-t {
  display: table;
}

.work-entry-flex .display-tc {
  display: table-cell;
  vertical-align: middle;
}

.work-entry-flex .text-inner-right {
  text-align: right;
  margin-right: 0;
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .work-entry-flex .text-inner-right {
    text-align: left;
    margin-left: -4em;
  }
}

.work-entry-flex .text-inner-left {
  text-align: left;
  margin-left: -4em;
}

.work-entry-flex .text-inner {
  display: block;
  padding: 3em;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .work-entry-flex .text-inner {
    padding: 1em;
  }
}

.work-entry-flex .text-inner h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .work-entry-flex .text-inner h2 {
    font-size: 24px;
  }
}

.work-entry-flex .text-inner h2 a {
  color: #000;
  text-decoration: none;
}

.work-entry-flex .text-inner .btn-view {
  font-size: 13px;
  letter-spacing: 7px;
  color: #000;
  text-transform: uppercase;
  border: 1px solid #000;
  padding: 7px;
  text-decoration: none;
}

.work-single-flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}

.work-single-flex .col-half {
  width: 50%;
  position: relative;
}

.work-single-flex .display-t {
  display: table;
  width: 100%;
}

.work-single-flex .display-tc {
  display: table-cell;
  vertical-align: middle;
}

.work-single-flex .work-desc {
  padding: 7em;
}

@media screen and (max-width: 768px) {
  .work-single-flex .work-desc {
    padding: 1.5em;
    background: #fff;
    margin-left: -5em;
  }
}

.work-single-flex .work-desc .btn-preview {
  font-size: 13px;
  letter-spacing: 7px;
  color: #000;
  text-transform: uppercase;
  border: 1px solid #000;
  padding: 7px;
  text-decoration: none;
}

.article {
  display: block;
}

.article .blog-img {
  margin-bottom: 50px;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: -1;
}

.article .blog-img img {
  position: relative;
  max-width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.article .blog-img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.article .blog-img .link {
  position: absolute;
  top: 0;
  left: 90%;
  display: table;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.article .blog-img .link .read {
  display: table-cell;
  vertical-align: middle;
  font-family: "Karla", Arial, sans-serif;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 5px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  position: relative;
}

.article .blog-img .link .read:after {
  position: absolute;
  top: 10px;
  left: -50px;
  content: '';
  background: #fff;
  width: 40px;
  height: 1px;
}

.article .blog-img:hover .overlay {
  opacity: 1;
}

.article .blog-img:hover .link {
  opacity: 1;
  top: 120px;
}

.article .blog-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.article .desc {
  position: relative;
  z-index: 1;
  margin-top: -5em;
  width: 90%;
  background: #fff;
  padding: 1em;
  padding-top: 2em;
}

.article .desc .meta {
  position: absolute;
  top: -60px;
  left: 20px;
  background: #FFE9E3;
  color: #000;
  padding: 20px 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 4px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
  -ms-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
  -o-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
}

.article .desc h2 {
  font-size: 24px;
}

.article .desc h2 a {
  text-decoration: none;
  color: #000;
}

.article:hover .meta {
  background: #fff;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 13px !important;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 1px;
  -webkit-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 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #F9CE00;
  color: #fff;
  border: 2px solid #F9CE00;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #ffd614 !important;
  border-color: #ffd614 !important;
}

.btn-primary.btn-outline {
  background: transparent;
  color: #4d4d4d;
  border: 1px solid #d9d9d9;
}

.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #F9CE00;
  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;
  transition: 0.3s;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.row-padded-bottom {
  margin-bottom: 4em;
}

.row-pb-md {
  margin-bottom: 3em;
}

.col-pb-sm {
  margin-bottom: 5em !important;
}

.col-pb-sm:last-child {
  margin-bottom: 0;
}

.btn.with-arrow {
  position: relative;
  -webkit-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;
  transition: 0.2s;
}

.btn.with-arrow:hover {
  padding-right: 50px;
}

.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.btn-submit {
  background: #000;
  border: 2px solid #000;
}

.colorlib-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}

.colorlib-nav-toggle.active i::before, .colorlib-nav-toggle.active i::after {
  background: #000;
}

.colorlib-nav-toggle.dark.active i::before, .colorlib-nav-toggle.dark.active i::after {
  background: #000;
}

.colorlib-nav-toggle:hover, .colorlib-nav-toggle:focus, .colorlib-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.colorlib-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 20px;
  height: 2px;
  color: #000;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #000;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.menu-show .colorlib-nav-toggle i {
  background: #000;
  color: #fff;
}

.colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after {
  content: '';
  width: 20px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu-show .colorlib-nav-toggle i::before, .menu-show .colorlib-nav-toggle i::after {
  background: #333333;
}

.colorlib-nav-toggle.dark i {
  position: relative;
  color: #fff;
  background: #fff;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.colorlib-nav-toggle.dark i::before, .colorlib-nav-toggle.dark i::after {
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.colorlib-nav-toggle i::before {
  top: -7px;
}

.colorlib-nav-toggle i::after {
  bottom: -7px;
}

.colorlib-nav-toggle:hover i::before {
  top: -10px;
}

.colorlib-nav-toggle:hover i::after {
  bottom: -10px;
}

.colorlib-nav-toggle.active i {
  background: transparent;
}

.colorlib-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.colorlib-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.colorlib-nav-toggle {
  float: right;
  z-index: 1003;
  position: relative;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .colorlib-nav-toggle {
    display: block;
    top: 0px;
  }
}

.contact-info {
  margin-bottom: 4em;
  padding: 0;
}

.contact-info li {
  list-style: none;
  margin: 0 0 30px 0;
  position: relative;
  padding-left: 60px;
}

.contact-info li span {
  position: absolute;
  top: -0.3em;
  left: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  display: table;
  text-align: center;
  border-radius: 50%;
}

.contact-info li i {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}

.contact-info li a {
  color: #000;
}

.form-control {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 1px solid #666666;
  font-size: 16px;
  font-weight: 300;
  border-radius: 0px;
}

.form-control:focus, .form-control:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #000;
}

input[type="text"] {
  height: 50px;
}

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

.colorlib-social-icons a:hover, .colorlib-social-icons a:focus {
  text-decoration: none !important;
}

.colorlib-social-icons i {
  font-size: 24px;
  color: #F9CE00;
}

#colorlib-subscribe {
  padding: 5em 0;
}

#colorlib-subscribe .colorlib-heading {
  margin-bottom: 20px;
}

#colorlib-subscribe .colorlib-heading h2 {
  font-weight: 700;
}

#colorlib-subscribe .colorlib-heading p {
  font-size: 18px;
}

.qbstp-header-subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  padding: 0;
}

.qbstp-header-subscribe .col-three-forth {
  width: 70%;
}

.qbstp-header-subscribe .col-one-third {
  width: 30%;
}

.qbstp-header-subscribe .col-three-forth,
.qbstp-header-subscribe .col-one-third {
  display: table;
  height: 50px;
  float: left;
}

@media screen and (max-width: 768px) {
  .qbstp-header-subscribe .col-three-forth,
  .qbstp-header-subscribe .col-one-third {
    width: 50%;
  }
}

.qbstp-header-subscribe .form-control {
  background: transparent;
}

.qbstp-header-subscribe .form-group {
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 480px) {
  .qbstp-header-subscribe .form-group {
    width: 100%;
  }
}

.qbstp-header-subscribe .form-group input::-webkit-input-placeholder {
  color: #333333;
}

.qbstp-header-subscribe .form-group input::-moz-input-placeholder {
  color: #333333;
}

.qbstp-header-subscribe .form-group input::-ms-input-placeholder {
  color: #333333;
}

.qbstp-header-subscribe .form-group input::-o-input-placeholder {
  color: #333333;
}

.qbstp-header-subscribe .form-group input::input-placeholder {
  color: #333333;
}

.qbstp-header-subscribe #email {
  font-size: 14px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #1a1a1a;
  color: #333333 !important;
}

.qbstp-header-subscribe button {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  background: #000;
  color: #fff;
  border: none;
  padding: 10px 20px;
  text-transform: uppercase;
  height: 50px;
  width: 100%;
  display: block;
}

#footer {
  padding: 8em 0;
  display: block;
  width: 100%;
}

#footer h2 {
  color: #000;
  letter-spacing: 1px;
  margin-bottom: 2em;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}

#footer p a {
  color: #000;
}

#footer p:last-child {
  margin-bottom: 0;
}

#footer p.colorlib-social-icons a {
  color: #000;
}

#footer p.colorlib-social-icons a:hover, #footer p.colorlib-social-icons a:focus {
  text-decoration: none !important;
}

#footer p.colorlib-social-icons i {
  font-size: 24px;
  color: #000;
}

#footer p .block {
  color: #1a1a1a;
  font-size: 14px;
}

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

.logo-bdi {
  margin: 0;
  margin-top: 2%;
  width: 15%;
}

.check-text {
  font-size: 14px !important;
}

.contact-container {
  margin-top: 5%;
}

@media screen and (max-width: 1280px) {
  .contact-container {
    margin-top: 15%;
  }
}

@media screen and (max-width: 728px) {
  .contact-container {
    margin-top: 20%;
  }
}

.about-img {
  max-height: 100vh;
  overflow: hidden;
}

@media screen and (max-width: 728px) {
  .about-img {
    max-height: 50vh;
    overflow: scroll;
  }
}

.about-vid {
  width: 300%;
  position: absolute;
  top: -30%;
}

@media screen and (max-width: 1280px) {
  .about-vid {
    top: 0;
  }
}

@media screen and (max-width: 728px) {
  .about-vid {
    position: static;
    top: 0;
    height: 250%;
    display: none;
  }
}

.logo-bdi {
  position: relative;
}

@media screen and (max-width: 728px) {
  .logo-bdi {
    position: absolute;
  }
}

.about-texts {
  max-height: 100vh;
  overflow: hidden;
}

.about-texts .owl-carousel3 {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: scroll;
}

@media screen and (max-width: 728px) {
  .about-texts .owl-carousel3 .owl-controls {
    position: absolute;
    top: 0;
    right: -5px;
    left: auto;
  }
}

.about-texts .owl-carousel3::-webkit-scrollbar {
  display: none;
}

.contact-page {
  height: 100vh;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .contact-page {
    overflow: auto;
  }
}

.contact-image {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 18%;
  top: 0;
  overflow: hidden;
}

@media screen and (max-width: 1440px) {
  .contact-image {
    height: 20%;
  }
}

@media screen and (max-width: 768px) {
  .contact-image {
    top: 0;
  }
}

.contact-image video {
  width: 100%;
  position: absolute;
  bottom: 0;
}

hr {
  margin: 0;
}

.copyright {
  background: black;
  color: darkgray;
  margin: 0;
  margin-top: 3%;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.copyright .row {
  margin: 15px auto;
  margin-bottom: 0;
  width: 1170px;
}

.copyright .row div {
  padding: 2%;
}

@media screen and (max-width: 1199px) {
  .copyright .row {
    width: 970px;
  }
}

@media screen and (max-width: 991px) {
  .copyright .row {
    width: 750px;
  }
}

.copyright .row .social-icons {
  text-align: right;
  -ms-flex-item-align: right;
      -ms-grid-row-align: right;
      align-self: right;
  -ms-grid-column-align: right;
      justify-self: right;
}

.social-icon img {
  width: 30px;
  height: 30px;
}

.menu-social {
  position: absolute;
  bottom: 5%;
  text-align: center;
  margin: auto 25%;
}
/*# sourceMappingURL=style.css.map */