  html {
  scroll-behavior: smooth;
}

 body {
    background-color: #fff !important;
    }

#area {
    margin-top: 5px;
}

  .spacer {
    height:20px;
  }

#cell-header {
    display: block;
    position: relative;
    text-align: right;
}

.cell-text {
display:none;
}

.cell-icon {
    width:100px;
    margin-bottom:10px
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    background-color: #181D16;
}

input[type=checkbox]:checked {
    background-color: #181D16;
}

.padding {
    padding-top: 84px;
}

.container-fluid {
    margin-top: 96px;
}



.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    padding-left: 100px;
    padding-right: 100px;
    margin-left: -15px;
}

a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #181D16;
    text-decoration: none;
    background-color: transparent;
}

.fa fa-phone {
    width:30px;
}

.testimonial-icon {
    padding-bottom:7px;
}

.fab {
    width: 26px;
    margin-top: 8px;
}

.float {
    float:left;
    margin-right: 15px;
}

.con-sub {
    font-weight: bold;
    font-style: normal;
    margin-top: 5px;
    color: #ccc;
}

.con-sub-white {
    font-weight: bold;
    font-style: normal;
    margin-bottom: 15px;
    color: #000;
}

.privacy-text {
    margin-bottom: 16px;
}

.info-line {
    width: 100%;display: inline-block;
}

.contact-line {
    float: right;display: inline-block;margin-right: 4px;margin-top: 10px;
}

article, aside, figcaption, figure, header, hgroup, main, section {
  display: block
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

nav {
  display: block
}

body {
    background-color: #fff;
    display: block;
  background-size: 100%;
  height: 100%;
  width: 100%;
}

header {
    width: 100%;
    background: transparent;
}

.subheader {
    margin-bottom: 0px;
}

.bg-light {
    background-color: #fff !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .2rem;
}


.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #999;
}

.button-holder-center-6 {
    width:100%;
    text-align:center;
}

.button-holder-center-4 {
    width:100%;
    text-align:center;
}

.form-control {
    margin-bottom:10px;
    background-color: transparent;
    border: 0px solid #999;
}

.slide {
    width:100%;
    border-radius:12px;
}

.subheader {
    font-size: 24px;
    text-transform:uppercase;
    color: #111;
    font-weight: 600;
    letter-spacing: 1px;
}

.col-sm-12 {
    padding: 5px;
    margin-top: 5px;
    background: transparent;
}

.col-sm-6 {
    padding: 5px;
    background: transparent;
}

.col-sm-4 {
    padding: 5px;
    background: transparent;
}

.col-sm-3 {
    padding: 5px;
    background: transparent;
}

.col-sm-2 {
    padding: 5px;
    background: transparent;
}

.holder {
    width: 100%;
    min-height: 200px;
    padding: 20px;
    background: #333;
    border-radius: 4px;
    color: #fff;    
}

.holder-col-sm-12 {
    width: 100%;
    padding: 20px;
    height:100%;
    padding-bottom:24px;
    background: #181D16;
    border: 1px solid #181D16;
    border-radius: 7px;
    color: #fff;
    font-size:19px;
    line-height:30px;
}

.holder-col-sm-12-privacy {
    width: 100%;
    padding: 20px;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 14px;
    background: transparent;
    color: #000;
    font-size:19px;
    line-height: 30px;
}

.holder-col-sm-12-light {
    width: 100%;
    padding: 20px;
    padding-top: 0px;
    height:100%;
    padding-bottom:24px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 7px;
    color: #000;
    font-size:19px;
    line-height:30px;
}

.holder-col-sm-6 {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #111 !important;
    width: 100%;
    padding: 20px;
    height:100%;
    padding-bottom:24px;
    border-radius: 7px;
    font-size:19px;
    line-height:32px;
}

.holder-col-sm-6-light {
    width: 100%;
    padding: 20px;
    height:100%;
    padding-bottom:24px;
    background: #181D16;
    border: 0px solid #333;
    border-radius: 7px;
    color: #333;
    font-size:19px;
    line-height:30px;
}

.holder-col-sm-6-white {
    width: 100%;
    padding: 10px;
    padding-top: 0px;
    height: 100%;
    padding-bottom: 24px;
    background: transparent;
    border: 0px solid #333;
    border-radius: 7px;
    color: #000;
    font-size: 19px;
    line-height: 30px;
}

.holder-col-sm-4 {
    width: 100%;
    height: 100%;
    padding: 20px;  
    padding-bottom: 24px;   
    background: #181D16;
    border: 1px solid #181D16;
    border-radius: 7px;
    color: #fff;
    text-align: center;  
    font-size:19px; 
}

.holder-col-sm-4-testimonial {
    width: 100%;
    height: 100%;
    padding: 25px;
    padding-bottom: 24px;
    background: #181D16;
    border: 0px solid #333;
    border-radius: 7px;
    color: #fff;
    text-align: left;
    font-style: italic;
    font-size:19px;
}

.holder-col-sm-4-forms {
    width: 100%;
    padding: 20px;
    height:100%;
    padding-bottom:24px;
    background: #181D16;
    border: 0px solid #333;
    border-radius: 7px;
    color: #fff;
    text-align: left; 
    font-size: 18px;  
}

.holder-col-sm-4-checkbox {
    width: 100%;
    padding: 10px;
    height: 100%;
    padding-bottom: 24px;
    background: #181D16;
    border: 0px solid #333;
    border-radius: 7px;
    color: #fff;
    text-align: left;
    font-size: 18px;
}

.holder-col-sm-3 {
    width: 100%;
    height: 100%;
    padding: 20px;
    padding-bottom: 24px;
    background: #181D16;
    border-radius: 7px;
    color: #fff; 
    font-size:19px;   
}

.holder-col-sm-3-light {
    width: 100%;
    height: 100%;
    border-radius: 7px;
    font-size:19px;
}

.img-fluid {
    width:100%;
    border-radius: 4px;
    margin-bottom:10px;
}

.web-thumb {
    width:100%;
    border-radius: 7px;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #fff;
}

.mail-frame {
    height: 5000px;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
}

footer {
    width:100%;
}

.social {
    width: 40px;
    margin-right: 7px;
    margin-bottom: 7px;
}

.copyright {
    display:block;
    width:100%;
    background: transparent;
    text-align:center;
    margin-top: 10px;
    margin-bottom: 50px;
}

.go-top.show {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    bottom: 11px;
    padding-top: 9px;
    float: right;
}

.bottom .socials li:hover a, .go-top.show {
    color: #ddd;
    background-color: #181D16;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.fa-angle-up:before {
    content: "\f106";
}

.go-top {
    position: relative !important;
    float: right;
    padding-top: 9px;
    right: 5px;
    bottom: -45px;
    color: #fff;
    display: block;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    width: 40px;
    height: 40px;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 9999;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.invert {
    width: 200px;
    margin-top: 20px;
}

.dropdown-menu {
    font-size: 19px;
}

.dropdown-item {
    margin-top: -10px;
    margin-bottom: 14px;
    display: block;
    width: 100%;
    padding: 0.7rem 1.2rem;
    clear: both;
    font-weight: 400;
    font-size: 19px;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: #181D16;
    border: 0;
    border-radius: 2px;
}

@media (min-width: 1920px) {
.row {
    padding-left: 550px;
    padding-right: 550px;
}
}

@media (min-width: 1680px) {
.row {
    padding-left: 250px;
    padding-right: 250px;
}
}

@media (max-width: 1400px) {
.row {
    padding-left: 150px;
    padding-right: 150px;
}
}

@media (max-width: 1200px) {
.row {
    padding-left: 100px;
    padding-right: 100px;
}
}

@media (max-width: 1023px) {
.row {
    padding-left: 60px;
    padding-right: 60px;
}
 .spacer {
    height:20px;
  }
}

@media (max-width: 993px) {
    .bg-light {
    background-color: #fff !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}


.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #999;
}


}

@media (min-width: 993px) {
.navbar .nav-item:hover .dropdown-menu {
    display: block;
}
}

@media (max-width: 993px) {
.nav-item {
    background: #fff;
    text-indent: 10px;
}
}

@media (max-width: 768px) {

.h3, h3 {
    font-size: 1.5rem;
}
.holder-col-sm-3-light {
    padding: 0px !important;
    text-align: center;
}

footer {
    display:none;
}
.row {
    padding-left: 10px;
    padding-right: 10px;
}
}

@media (max-width: 767px) {

}

@media (max-width: 666px) {
.row {
    padding-left: 10px;
    padding-right: 10px;
}
}

@media (min-width: 576px) {

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin-top: 11px;
}
}

@media (max-width: 576px) {

.splash-text {
    margin-top: 10px;
    margin-bottom: 8px;
    border-radius: 12px;
    color: #fff;
    font-size: 22px;
    padding: 20px !important;
    padding-top: 20px;
    padding-bottom: 40px;
    background: rgba(0, 0, 0, 0.7);
    line-height: 30px;
    text-align: left;
    height: 100%;
}

    .h3, h3 {
    font-size: 1.75rem;
}
footer {
    display:block;
}
.carousel-control-prev {
    display: none;
}

.carousel-control-next-icon {
    display: none;
}


.subheader {

    margin-bottom: 0px;
    width:300px;
}

.col-sm-6-page-left {
    width: 100%;
    padding: 0px;
    background: transparent;
}

.col-sm-6-page-right {
    width: 100%;
    padding: 0px;
    background: transparent;
}

.float {
    float:none;
    margin-right: 0px;
}

.login {
    width: 280px;
    margin-bottom: 10px;
}
}

@media (max-width: 400px) {
.logo-gd {
    width:200px;
}
.subheader {

    margin-bottom: 0px;
    width:280px;
}
}

*{
  padding:0;
  margin:0;
    -webkit-transition: 1s;
    transition: 1s;
}
.clrd-font{
      background: #FF512F;
    background: -webkit-linear-gradient(to right, #F09819, #FF512F);
    background: linear-gradient(to right, #fff, #bbb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn-primary {
  background-color:transparent;
  color: #fff;
  border: 2px solid #fff;
  font-size:20px;
  text-transform: uppercase;
  border-radius: 0px; 
}
.btn-primary:hover {
  background-color: transparent;
    border-color: #fff;
    color: #fff;
    border-radius: 12px;
}

.single_portfolio_text{
  display:inline-block;
  padding:5px;
  position:relative;
  overflow:hidden;
}
.single_portfolio_text img{
  width:100%;
      border-radius: 12px;
    border: 0px solid;
}

.single_portfolio_text:hover .portfolio_images_overlay{
  top:5%;
  left: 5%;
}

.portfolio_images_overlay{
  display:none;
  width: 90%;
  height: 90%;
  background: #333;
  padding: 20px;
  margin: 0 auto;
  top: -100%;
  left: 5%;
  position: absolute;
  transition:.6s;
  
}
.portfolio_images_overlay h6{
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  border: 2px solid #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.portfolio_images_overlay .product_price{
  font-size: 22px;
  color: #fff;
  font-weight:800;
  line-height:30px;
}
.portfolio_images_overlay .product_price i{
    margin-right: -10px;
}
.zoom{
    display:none;
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: -100px;
    right: -100px;
    border-radius: 50%;
    background: #FF512F;
    background: -webkit-linear-gradient(to right, #F09819, #FF512F);
    background: linear-gradient(to right, #999, #333);
    box-shadow: 0px 0px 0px 0px rgb(0 0 0);
    opacity: 1;
}
.zoom:before {
  content: "\f00e";
    font-family: FontAwesome;
    color: rgba(255, 255, 255, 0.5);
    font-size: 70px;
    padding-right: 20px;
    position: absolute;
    top: 10px;
    left: 30px;
}
@media (min-width:769px) and (max-width:991px) {
  .portfolio_images_overlay {
    padding: 0px;
  }
}
@media (max-width:768px) {
  .portfolio_images_overlay{
    padding: 70px 20px;
  }
}
@media (max-width:580px) {
  .portfolio_images_overlay{
    padding: 100px 20px;
  }
}
@media (max-width:480px) {
  .portfolio_images_overlay{
    padding: 40px 20px;
  }
}
@media (max-width:320px) {
  .portfolio_images_overlay{
    padding: 20px;
  }
}

@media (max-width: 1200px) {
.col-sm-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}

@media (max-width: 1023px) {

}

@media (max-width: 992px) {
    .col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}

@media (max-width: 768px) {
.splash-text {
    margin-top: 10px;
    margin-bottom: 8px;
    border-radius: 12px;
    color: #fff;
    font-size: 22px;
    padding: 40px !important;
    padding-top: 20px !important;
    padding-bottom: 40px;
    background: rgba(0, 0, 0, 0.7);
    line-height: 30px;
    text-align: left;
    height: 100%;
}

.miro {
    margin-top: 10px;
    margin-bottom: -14px;
    border-radius: 12px;
    padding: 0px;
    height: auto !important;
}

#miro-holder {
    border-radius:12px;
    height: auto !important;

}
}

@media (max-width: 767px) {
    .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}

@media (max-width: 576px) {

    body {
    background-color: #fff !important;
    }

#gps {
    margin-top: -20px;
}
    
.splash-text {
    margin-top: 10px;
    margin-bottom: 8px;
    border-radius: 12px;
    color: #fff;
    font-size: 22px;
    padding: 30px !important;
    padding-top: 15px !important;
    padding-bottom: 40px;
    background: rgba(0, 0, 0, 0.7);
    line-height: 30px;
    text-align: left;
    height: 100%;
}

.subheader {

    width:300px;
}

#demo {
display:none;
}

#cell-header {
    display:block;
}

#area {
    margin-top: 0px;
}
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

@media (max-width: 400px) {
.subheader {

    margin-bottom: 10px;
    width:280px;
}
}

.holder-col-sm-12-privacy {
    width: 100%;
    height: 100%;
    padding-bottom: 24px;
    background: transparent;
    border: 0px solid #343A40;
    color: #333;
    font-size: 18px;
    line-height: 30px;
}

@media (max-width: 1140px) {
#nav-out {
    display: none;
}
}

@media (max-width: 991px) {
#nav-out {
    display: block;
}
}

.white-heaader {
    background: #000;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 5px;
}

  


