.no-top {
    padding-top: 0 !important;
}

.no-bottom {
    padding-bottom: 0 !important;
}

.no-bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}
.relative {
    position: relative;
    z-index: 1;
}
.text-light {
    color: rgba(255, 255, 255, .75) !important;
}

.text-light {
    color: #f8f9fa!important;
}

section {
    padding: 20px 0 30px 0;
    overflow: hidden;
    position: relative;
    background: #ffffff;
}

.full-height .overlay-bg, .full-height .overlay-gradient {
    display: table;
}
.overlay-bg.t50 {
    background: rgba(30, 30, 30, .5);
}
.overlay-bg {
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(20, 20, 20, 1);
    top: 0;
}


.full-height .center-y {
    display: table-cell;
    vertical-align: middle;
}
.center-y {
    position: relative;
}
.spacer-double {
    width: 100%;
    height: 60px;
    display: block;
    clear: both;
}

@media (min-width: 768px){
.d-md-block {
    display: block!important;
}

}

.top_form {
    margin-top: 90px;
}
.slider_p {
    position: relative;
    font-size: 2vw;
    color: #fff;
    /* -webkit-text-stroke: 0.3vw #fff; */
    text-transform: uppercase;
}

.slider_p::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #d2ab66;
    -webkit-text-stroke: 0vw #383d52;
    border-right: 2px solid #d2ab66;
    overflow: hidden;
    animation: animate 6s linear infinite;
}

h1.b {
    font-weight: bold;
}
.spacer-single {
    width: 100%;
    height: 30px;
    display: block;
    clear: both;
}
a.btn-custom, .btn-custom{


background: linear-gradient(to right, #d2aa66, #f45c43);
}
a.btn-custom, .btn-custom {
    background: linear-gradient(to right, #d2aa66, #f45c43);
    color: #fff;
    border-radius: 40px;
    padding: 10px 30px 10px 30px;
    min-width: 120px;
    text-decoration: none;
}
a.btn-custom, .btn-custom, a.btn-slider, .btn-slider {
    font-family: "Poppins";
    font-size: 12px;
    min-width: 120px;
}
.de_light a {
    color: #fff;
}
.btn-custom{

-webkit-transition: .5s;
    transition: .5s;
    outline: none;
}
.btn-custom {
    padding: 8px 10px 8px 10px;
    font-weight: bold;
    text-transform: uppercase;
}

@media (max-width: 991px){
.top_form {
    margin-top: 0px;
}
.overlay-bg {
    width: 100%;
    height: 0%;
    z-index: 100;
    background: rgba(20, 20, 20, 1);
    top: 0;
}
}
h1.b {
    font-weight: bold;
}

.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6 {
    color: #fff !important;
}
h1.big, .h1_big {
    color: #222;
    font-size: 54px;
    margin: 0;
    line-height: 64px;
    letter-spacing: -1px;
}
/* .slider_p{
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
} */

@media(max-width:767px){
    .slider_p{
        position: relative;
        font-size: 7vw!important;
        color: #fff;
        font-weight: 600;
        /* -webkit-text-stroke: 0.3vw #fff; */
        text-transform: uppercase;
    }
}

.slider_p{
    position: relative;
    font-size: 2vw;
    color: #fff;
    /* -webkit-text-stroke: 0.3vw #fff; */
    text-transform: uppercase;
}

.slider_p::before{
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #d2ab66;
    -webkit-text-stroke: 0vw #383d52;
    border-right: 2px solid #d2ab66;
    overflow: hidden;
    animation: animate 6s linear infinite;

}
@keyframes animate{
    0%,10%,100%{
        width: 0;
    }
    70%,90%{
        width: 100%;
    }
}

.shining {
    
    letter-spacing: 0;
    padding: 0.25em 0 0.325em;
    display: block;
    margin: 0 auto;
    text-shadow: 0 0 80px rgba(255, 255, 255, .5);
   /* Clip Background Image */
    background: url(https://i.ibb.co/RDTnNrT/animated-text-fill.png) repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
   /* Animate Background Image */
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 80s linear infinite;
   /* Activate hardware acceleration for smoother animations */
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}
/* Animate Background Image */
@-webkit-keyframes aitf {
    0% {
        background-position: 0% 50%;
   }
    100% {
        background-position: 100% 50%;
   }
}

.parallelogram{
    background: #3498db;
	/* position: absolute; */
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transform: skew(-21deg);
	-moz-transform: skew(-21deg); 
	-o-transform: skew(-21deg); 
	z-index: -1;
}

.products{
    /* background-image: url(../images/product/parallelogram.png); */
    background: #e0dbdb;
    transition: 0.5s all ease-in-out;
}
.products img{
    max-width: 100%;
    transition: 0.5s all ease-in-out;
    padding: 3px;
}

.products p{
    align-self: flex-end;
    color: #000000bf;
    font-weight: 700;
    padding: 12px;
    font-size: 19px;
}

.products:hover {
    transform: scale(1.1);
    transition: 0.5s all ease-in-out;
}

.six h3{
    text-align: center;
  color:#d0aa64; font-size:30px; font-weight:600;
  text-transform: uppercase;
  word-spacing: 1px; letter-spacing:2px; 
  
}
.six h3 span {
  line-height:2em;
   padding-bottom:15px;
  text-transform: none;
  font-size:.7em;
  font-weight: normal;
  font-style: italic;
  
  color:#999; letter-spacing:-0.005em; word-spacing:1px;
  letter-spacing:none;
}
.six h3:after, .six h3:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 4px;
  content: "";
  right: 45px; 
  margin:auto;
  background-color: #ccc;
}
.six h3:before { 
background-color:#e7784f;
  left:45px; width:90px;
}

.seven h3{
    text-align: center;
  color:#d0aa64; font-size:30px; font-weight:600;
  text-transform: uppercase;
  word-spacing: 1px; letter-spacing:2px; 
  
}

/* ---------------------------------------------------------------------------- */

.top_form {
    margin-top: 90px;
}

.top_form label,
input,
textarea {
    display: block;
    width: 100%;
}
.top_form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* .top_form ul li {
    padding: 0.3em;
} */
.top_form span {
    font-weight: 700;
    color: #102a43;
    line-height: 35px;
    line-height: 2.5rem;
    font-size: 12px;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.top_form input[type="submit"] {
    background: linear-gradient(to right, #d2aa66, #f45c43);
    color: white;
    font-weight: 700;
    font-size: 18px;
    border-radius: 5px;
    margin-top: 15px;
}


.top_form form {
    background-color: #ffffff;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    overflow: hidden;
    border-radius: 15px;
}

.required-star {
    color: #fc4366!important;
}

.top_form input,
textarea, select {
    width: 100%;
    padding: 9px 20px;
    border: 1px solid #d2ab6694;
    background-color: #fff;
    color: #102a43;
    caret-color: #829ab1;
    box-sizing: border-box;
    font-size: 17px;
    line-height: 29px;
    line-height: 2rem;
    box-shadow: inset 0 2px 4px 0 rgba(206, 209, 224, 0.2);
    border-radius: 3px;
    line-height: 29px;
    line-height: 1rem;
}

.displaymob{
    display: none;
}
.displaydesk{
    display: block;
}
@media (max-width:767px){
    .displaymob{
        display: block;
    } 
    .displaydesk{
        display: none;
    }

    .top_form form {
        background-color: #ffffff;
        padding-top: 10px;
        padding-right: 40px;
        padding-bottom: 40px;
        padding-left: 40px;
        box-shadow: 0 9px 33px rgb(215 160 98);
        border-radius: 15px;
        overflow: hidden;
    }
}
/* -----------------------------popup------------------------------------------ */
.instructions {
    text-align:center;
    font-size:20px;
    margin: 15vh;
  }  
  
  /* //////////////////////////////////////////////////////////////////////////////////////////////
      //   Default Modal Styles   //
  ////////////////////////////////////////////////////////////////////////////////////////////// */
  /*   This is the background overlay   */
  .backgroundOverlay {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%;
      margin: 0;
      padding: 0;
      background: #000000;
      opacity: .85;
      filter: alpha(opacity=85);
      -moz-opacity: .85;
      z-index: 1000;
      display: none;
  }
  /*   This is the Popup Window   */
  .delayedPopupWindow {
      display: none;
      position: fixed;
      width: auto;
      max-width: 480px;
      height: 100%;
      top: 10%;
      left: 50%;
      margin-left: -260px;
      /* margin-top: -180px; */
      /* background-color: #efefef; */
      /* border: 2px solid #333; */
      z-index: 1000;
      padding: 10px 20px;
  }
  /*   This is the closing button  */
  #btnClose {
      width:100%;
      display: block;
      text-align: right;
      text-decoration: none;
      color: #BCBCBC;
  }
  /*   This is the closing button hover state  */
  #btnClose:hover {
      color: #c90c12;
  }
  /*   This is the description headline and paragraph for the form   */
  #delayedPopup > div.formDescription {
      float: left;
      display: block;
      width: 100%;
      padding: 1% 3%;
      font-size: 18px;
      color: #666;
      clear: left;
  }

  .close_btn{
    width: 39px;
    border: 1px solid #fff;
    border-radius: 50%;
  }

  @media (max-width: 767px){
.delayedPopupWindow {
    position: fixed;
    width: auto;
    max-width: 480px;
    height: 310px;
    top: 35%;
    left: 50%;
    margin-left: -174px;
    margin-right: 6px;
    margin-top: -180px;
    /* background-color: #efefef; */
    /* border: 2px solid #333; */
    z-index: 1111;
    padding: 10px 20px;
}
  }
  @media (max-width: 991px){
    .top_form {
        margin-top: 0px;
    }
    }

    @media (max-width: 991px){
.slider_p {
    position: relative;
    font-size: 7vw!important;
    color: #fff;
    font-weight: 600;
    /* -webkit-text-stroke: 0.3vw #fff; */
    text-transform: uppercase;
}
h1, h1.big, h1.very-big {
    font-size: 7vw;
    line-height: 9vw;
    letter-spacing: 0;
}
section {
    display: inline;
    }
    .display_desk{
        display: none;
    }
    .display_mob{
        display: block;
    }
    .inner-padding {
        padding: 30px!important;
    }
}

.display_desk{
    display: block;
}
.display_mob{
    display: none;
}

.no-padding, section.no-padding {
    padding: 0;
}

.side-bg {
    position: relative;
    padding: 0px;
}

.inner-padding {
    padding: 23px 0 30px 0;
}
.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6 {
    color: #fff !important;
}

.spacer-half {
    width: 100%;
    height: 15px;
    display: block;
    clear: both;
}

