body{
  font-size: 1.2rem;
}

.bg-dark {
    background-color: #000!important;
}

.navbar-nav {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 800;
    margin-top: 29px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 40px;
        background-color: #da630e;
}

img.rounded{
    width: 350px;
}

.social-icons{
    width: 186px;
    margin-left: 3px;
    text-align: left;
}

.social-icons > img {
    margin: 1px;
    width: 30px;
    height: 30px;
}

.dropdown-menu {
    position: absolute;
    top: 155%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 300;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    text-transform: capitalize;
}

.mtb{
	margin-bottom: 60px;
}

.intro h1{
    color: #df7930;
    font-weight: 300;
}

a {
    color: #0c0606;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #df7930;
    text-decoration: none;
}

.card-body h4{
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1.2rem;
}

.floor{
    background: url(../images/bV9EM9d1bbxL.jpg) repeat-x;
    height: 343px;
    margin-bottom: 0px;
    color: #fff;
    padding-top: 30px;
    margin-top: 30px;
}

.floor h1{
 font-size: 1.3rem;
}


.demo-gallery > ul {
  margin-bottom: 0;
  padding-left: 15px;
}

.demo-gallery > ul > li {
  margin-bottom: 21px;
width: 205px;
    display: inline-block;
    margin-right: 6px;
  list-style: outside none none;
}

.demo-gallery > ul > li a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}

.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}

.lg-outer, .lg-backdrop { z-index:  9999999999 !important }

.lg-toolbar .lg-download:after {
  display: none;

}


.panel {
  margin: 0 auto;
  height: 130px;  
  position: relative;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  padding-bottom: 300px;
}

  
.panel .front {
  height: inherit;
  position: absolute;
  top: 0;
  z-index: 900;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
     -moz-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
}

.panel .back {
  height: inherit;
  position: absolute;
  top: 0;
  z-index: 1000;
  -webkit-transform: rotateY(-180deg);
     -moz-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
}
.panel.flip .front {
  z-index: 900;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}
.panel.flip .back {
  z-index: 1000;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
}
.box1{
  background-color: #FF7F00;
  width: auto;
  height: 270px !important;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.box2{
  background-color: #000;
  width: auto;
  height: 270px !important;
  margin: 0 auto;
  padding: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #fff;
}

.box2 a{
    color: #fff;
  }

  .box2 a:hover{
    color: #FF7F00;
  }

.clients{
    width: auto;
    margin-left: 3px;
    text-align: left;
}

.clients > img {
    margin: 20px;
    width: 180px;
    height: 149px;
}

.carousel-caption {
    position: absolute;
    right: 15% !important;
    bottom: 0px !important;
    left: 9% !important;
    z-index: 1;
    padding-top: 34px !important;
    padding-bottom: 184px !important;
    color: #fff;
    text-align: left !important;
    width: 290px !important;
}

label {
    color: #333;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

/*//////////////////////////////////////////////responsive////////////////////////////////////////////////////*/
@media only screen and (max-width: 460px) {
.demo-gallery > ul > li {
    margin-bottom: 4px;
    width: 140px !important;
    display: inline-block;
    margin-right: 6px !important;
    list-style: outside none none;
}

/*
     FILE ARCHIVED ON 21:56:24 Oct 04, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:02:20 Jan 22, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.636
  exclusion.robots: 0.027
  exclusion.robots.policy: 0.011
  esindex: 0.022
  cdx.remote: 10.609
  LoadShardBlock: 67.781 (3)
  PetaboxLoader3.datanode: 87.807 (4)
  load_resource: 98.775
  PetaboxLoader3.resolve: 70.258
*/